/*--
Author: W3layouts
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
--*/
html, body{
  	font-family: 'Arimo', sans-serif;
    font-size: 100%;
  	background: #FFf;
}

body a{
	transition:0.5s all;
}

input [type="text"],input [type="submit"],input [type="button"],textarea{
	-webkit-appearance:none;
}

/*-- header --*/

.header {
  	box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.3);
  	position: relative;
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .header {
  	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

.logo{
  	padding: 13px 0;
}

@media screen and (max-width: 768px) {
	.logo{
        padding: 13px 30px 13px 0;
    }
}

.logo a {
  	display: block;
  	width: 300px;	
  	max-width: 100%;
  	text-decoration: none;
   	text-transform: uppercase;
  	font-weight: 700;
	font-size: 24px;
    color: #017DBC;
  	line-height: 1.2;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
    margin: 0;
}

.logo a img {
	width: 250px;
  	max-width: 100%;
}

span.menu{
	display: none;
}

.top-nav ul{
	margin:0;
	padding:0;
}

.top-nav ul li{
	display:inline-block;
  	padding: 15px 20px;
}

.top-nav ul li a{
	font-weight: 700;
	color: #2C3E50;
	display:inline-block;
	text-decoration:none;
}

.top-nav ul li a:hover,
.top-nav ul li.active a{
	color:#19b5fe;
}

/*----------------- Breadcrumbs ---------------*/

.breadcrumbs-wrap {
    padding: 10px 15px;
    margin-bottom: 40px;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0;
}

.breadcrumbs li {
  	position: relative;
    padding: 0;
  	margin-right: 25px;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
  	position: absolute;
  	top: 0;
  	right: -15px;
}

.breadcrumbs li a {
	color: #19b5fe;
}

/*----------------- Breadcrumbs end -----------*/

/*-- top-grids --*/
.top-grids{
	padding:3.5em 0;
}
.top-grid{
	border:1px solid #EEE;
	padding:4em 0;
	transition:border-color 0.5s all;
}
.top-grid:hover{
	border-color:#19b5fe;
}
.top-grid h3{
	color: #2C3E50;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0;
	padding: 0.7em 0 0.5em;
	font-weight: 900;
}
.top-grid p{
	color: #777;
	line-height: 1.5em;
	font-size: 0.875em;
	width: 90%;
	margin: 0 auto;
}
.top-grid span{
	width:64px;
	height:64px;
	display:inline-block;
	background:url(../images/top-icons.png) no-repeat 0px 0px;
}
.top-grid span.t-icon1{
	background-position:0px 0px;
}
.top-grid span.t-icon2{
	background-position: -84px 0px;
}
.top-grid span.t-icon3{
	background-position: -162px 0px;
}
.top-grid span.t-icon4{
	background-position: -242px 0px;
}
/*-- mid-grids --*/
.mid-grids {
	background: #f9ffff;
}
.mid-grid-right{
	padding:3em 0;
}
.mid-grid-left{
	padding:0;
	background:url(../images/about-pic.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:500px;
}
.mid-grid-right h2{
	color: #2C3E50;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0em 0 0.5em;
	font-weight: 900;
}
.mid-grid-right p{
	color: #777;
	line-height: 1.8em;
	width:90%;
}
a.about-btn{
	background:#2C3E50;
	padding:0.8em 1.2em;
	text-transform:uppercase;
	color:#FFF;
	font-weight:700;
	display:inline-block;
	margin-top:1em;
	text-decoration:none;
	font-size: 0.875em;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	-o-border-radius:0.5em;
	-ms-border-radius:0.5em;
}
a.about-btn:hover{
	background:#19b5fe;
}
/*-- .bottom-grids --*/
.bottom-grids{
	padding: 3em 0 0 0;
}
.bottom-grids h2{
	color: #2C3E50;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0em 0 1.3em;
	font-weight: 900;
	text-align: center;
}
.bottom-grids h2{
	
}
.bottom-grid-left img{
	width:100%;
	border:1px solid #EEE;
	padding:0.2em;
}
a.news-btn{
	background:#2C3E50;
	padding:0.6em 1em;
	text-transform:uppercase;
	color:#FFF;
	font-weight:700;
	display:inline-block;
	text-decoration:none;
	font-size: 0.875em;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	-o-border-radius:0.5em;
	-ms-border-radius:0.5em;
}
a.news-btn:hover{
	background:#19b5fe;
}
.bottom-grid-right p{
	color: #FFF;
	line-height: 1.8em;
	width: 90%;
}
.bottom-grid{
	padding:1.5em 0;
}
.bottom-grid1{
	background:#3498DB;
}
.bottom-grid2{
	background:#22A7F0;
}
.bottom-grid3{
	background:#3498DB;
}
a.load-news{
	background:#2C3E50;
	display:block;
	 text-align:center;
	 color:#FFF;
	 text-transform:uppercase;
	 padding:1.5em 0;
	 text-decoration:none;
}
a.load-news:hover{
	background: #19b5fe;
}
/*--- team ---*/
.team{
	padding: 3em 0;
}
.team-head{
	
}
.team-head h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #2C3E50;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.team-people{
	position:relative;
}
.team-people-pic{
	position:relative;
}
.team-people-info{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	background:rgba(25, 181, 254, 0.58);
	text-align:center;
	display:none;
}
.team-people-pic img{
	width:100%;
}
.team-people-info h3{
	margin-top: 4.5em;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0;
	padding:0 0 0.5em 0;
}

.team-people-info h3 a{
	color:#FFF;
	font-weight: 700;
  	font-size: 16px;
}

.team-people-info h3 a:hover{
	text-decoration: none;
}

.team-people-info p{
	color:#FFF;
	width:90%;
	margin:0 auto;
}
.team-grid:hover div.team-people-info{
	display:block;
}
.team-grids{
	padding:1.5em 0 0 0;
}
.team-grids-caption{
	background:#f2f2f2;
	padding:1.5em 0;
}
.team-grids-caption-left{
	float: left;
	width: 77%;
	margin-top: 0.38em;
}
.team-grids-caption-right{
	float:right;
	width:20%;
}
.team-grids-caption-left h4{
	color:#2C3E50;
	font-weight:700;
	font-size:1.3em;
	margin:0;
	padding:0 0 0.3em 0;
}
.team-grids-caption-left p{
	margin:0;
	padding:0;
	color:#777;
}
.team-grid {
	margin: 0 0 2em 0;
	border-bottom: 5px solid #3498DB;
}
.team-grid:hover div.team-people-pic img{
}
.team-grids-caption{
	background:#2C3E50;
	padding:1.5em 0;
}
.team-grids-caption-left{
	float: left;
	width: 77%;
	margin-top: 0.38em;
}
.team-grids-caption-right{
	float:right;
	width:20%;
}
.team-grids-caption-left h4{
	color:#FFF;
	font-weight:700;
	font-size:1.3em;
	margin:0;
	padding:0 0 0.3em 0;
}
.team-grids-caption-left p{
	margin: 0;
	padding: 0;
	color: #81AABD;
}
a.team-btn{
	border: 2px solid #19b5fe;
	text-transform: uppercase;
	padding: 0.8em 1.5em;
	margin-top: 0.2em;
	display: inline-block;
	color: #19b5fe;
	text-decoration: none;
}
a.team-btn:hover{
	border-color:#FFF;
	color:#FFF;
}

/*-- footer --*/

.footer{
  	color: #fff;
	padding: 30px 0 0 0;
	background: #017DBC;
}

.footer-class {
	color: #fff;
}

.footer-class a {
  	text-decoration: underline;
	color: #fff;
}

.footer-links h3{
    font-size: 20px;
    color: #fff;
  	text-align: center;
}

.footer-links ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.footer-links ul li{
   text-align: center;
    padding: 5px 0;
}

.footer-links ul li a{
    color: #fff;
}

.footer-bottom {
	overflow: hidden;
  	padding: 20px 0;
}

p.copy-right {
	margin:0;
	padding:0;	
	color:#FFF;
	text-transform:uppercase;
	font-size:0.875em;
}


/*-- about us --*/
.header-border{
	border-bottom: 1px solid #F9F9F9;
}

/*-- aboutus --*/

.about-left h1{
	font-weight: 700;
	text-transform: uppercase;
	color: #2C3E50;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size:1.5em;
}

.about-left p{
	color: #777;
	line-height: 1.8em;
}

.about-left p a{
	color: #19b5fe;
}

.about-grids{
	padding: 5em 0 40px 0;
}

.about-left ul li{
	display:block;
}

.about-left ul li a {
	text-decoration:none;
	display: flex;
}

.about-left ul li a:hover{
	color:#19b5fe;
}

.about-left ul li a span {
    margin-left: auto;
}

.recent-posts h2,
.about-left h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #2C3E50;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size:1.3em;
}

.news-grid{
	margin-top: 0.7em;
}
.news-grid img{
	width:100%;
}
.recent-posts{
	margin-top:2em;
}
.recent-post-grids{
	
}

.r-post-grid-left{
	float:left;
	width:29%;
}

.r-post-grid-left a img{
	width:100%;
  	height: auto;
  	object-fit: cover;
	border:1px solid #EEE;
	padding:0.2em;
}

.r-post-grid-right{
	float:right;
	width:68%;
}

.r-post-grid-right .grid-right-title {
  	font-weight: 500;
	color: #333;
  	line-height: 1.1;
	text-transform:uppercase;
	font-size:0.9em;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	margin: 0 0 5px 0;
}

.r-post-grid-right p{
	color: #757575;
	font-size: 0.875em;
	line-height: 1.5em;
	margin:0;
}

.r-post-grid {
  	display: flex;
  	justify-content: space-between;
	border-bottom: 1px dotted #EEE;
	padding: 0.8em 0 0.8em 0;
}

/*-- services --*/
/*--  services --*/
.services{
	padding:1.5em 0;
}
.services-left{
	padding-left:0;
}
.services-left h1{
	font-weight: 700;
	text-transform: uppercase;
	color: #2C3E50;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1.5em;
}
.services-left-grid{
	padding:1em 0;	
}
.services-left-grid h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #2C3E50;
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1.2em;
}
.services-left-grid p{
	color: #777;
	line-height: 1.8em;
	margin: 0.5em 0 0.8em 0;
}
a.more-btn{
	background: #2C3E50;
	padding: 0.7em 1em;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border-radius: 0.5em;
}

a.more-btn:hover{
	background: #19b5fe;
}
ul.pagenation{
	margin: 1em 0 0 0;
	padding: 0;
}
ul.pagenation li{
	display:inline-block;
}
ul.pagenation li a{
	background: #2C3E50;
	padding: 0.7em 1em;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}
ul.pagenation li a:hover{
	background: #19b5fe;
}
.services-right ul li a{
	display:block;
}
.services-right ul{
	margin:0;
	padding:0;
}
.services-right ul li{
	display:block;
}
.services-right ul li a{
	color:#777;
	padding:0.5em 0;
	border-bottom:1px dashed #EEE;
	text-decoration:none;
}
.services-right ul li a:hover{
	color:#19b5fe;
}
.services-right ul li a span{
	width:8px;
	height:8px;
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0px 0px;
	margin-right:0.4em;
}
.services-right h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #2C3E50;
	margin: 0;
	padding: 0 0 0.9em 0;
	font-size: 1.3em;
}
/*-- blog --*/
.blog{
	
}
.blog a{
	text-decoration:none;
}
.blog-head-left{
	float:left;
}
.blog-head-left h3{
	color:#FFF;
	font-size:2em;
}
.blog-head-right{
	float:right;
	margin-top: 0.7em;
}
.blog-head-right ul li{
	display:inline-block;
}
.blog-head-right ul li a{
	color:#69BAE9;
}
.blog-head-right ul li a span{
	height:13px;
	width:10px;
	background:url(../images/nav-arrow.png) no-repeat 0px 0px;
	display:inline-block;
	vertical-align: middle;
	margin:0 0.5em;
}
/*----*/
.blog-content-left{
	float:left;
	width:73%;
}
.blog-content-right{
	float:right;
	width: 23.5%;
}
.blog-artical-info-head h2 a{
	color: #2C3E50;
	font-size: 0.875em;
	margin: 0.5em 0;
	display: block;
	text-decoration: none;
}
.b-tag-weight ul{
	margin:0;
	padding:0;
}

.post-date span{
	display:block;
	color:#19b5fe;
	font-size: 1.5em;
}
.post-date label{
	font-size: 12px;
	color: #19b5fe;
	margin-top: -0.2em;
	display: block;
}
.post-date p{
	padding: 0.7em 0 0 0;
}
.categoery span{
	width: 28px;
	height: 28px;
	background: url(../images/photo.png) no-repeat 0px 0px;
	display: inline-block;
	margin-top: 1.7em;
}
.artlick span{
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../images/like.png) no-repeat 0px 0px;
	margin-top: 1em;
}
.artlick i{
	display: block;
	color: #19b5fe;
	margin-top: -0.3em;
	font-style:normal;
}
.art-comment span{
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../images/bub-icon.png) no-repeat 0px 0px;
	margin-top: 0.9em;
}
.art-comment i{
	display: block;
	color: #19b5fe;
	margin-top: -0.3em;
	font-style:normal;
}

.blog-content{
	padding: 4em 0 3em;
}

@media screen and (max-width: 768px) {
	.blog-content{
        padding: 1em 0 3em;
    }
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.meta-element{
	padding: 0.6em;
	border-top: 1px solid #EEE;
  	border-bottom: 1px solid #EEE;
	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
}

.meta-element li{
	display:inline-block;
  	padding: 5px 0;
}

.meta-element li span{
	display: inline-block;
	margin-right: 0.5em;
}

.meta-element li a,
.meta-element li{
	color: #757575;
	font-size:1em;
	display: inline-block;
	transition:0.5s all;
}

.meta-element li a {
	color: #017DBC;
}

.meta-element li a:hover{
	color:#777;
}

.blog-artical-info-text p{
	color: #757575;
	font-size: 16px;
	line-height: 1.6;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	margin: 1em 0;
}

.blog-artical-info-text p a{
	color: #19b5fe;
	margin-left: 0.4em;
	font-size: 0.875em;
	vertical-align: middle;
}

.blog-artical{
	margin-bottom: 40px;
}

.blog-artical-info-img img{
	border-bottom: 2px solid #19b5fe;
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
	border-top: 1px solid #EEE;
  	padding-top: 30px;
  	margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
  	font-weight: 500;
	font-size: 28px;
  	color: #333;
  	margin-bottom: 10px;
}

.blog-articles h3 {
  	font-weight: 500;
	font-size: 24px;
  	color: #333;
  	margin-bottom: 10px;
}

.blog-articles p {
	margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

.blog-pagenat ul li{
	display:inline-block;
}
.blog-pagenat ul li a{
	display: block;
	background: #2C3E50;
	padding: 0.7em 1em;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border-radius: 0.5em;
}

.blog-pagenat ul li a:hover{
	background: #19b5fe;
}
.blog-pagenat ul li a.frist span{
	width:13px;
	height:17px;
	display:inline-block;
	background:url(../images/page-icons.png) no-repeat 0px 0px;
	vertical-align:middle;
}
.blog-pagenat ul li a.last span{
	width:13px;
	height:17px;
	display:inline-block;
	background:url(../images/page-icons.png) no-repeat -10px 0px;
	vertical-align:middle;
}

.blog-pagenat{
	text-align: center;
  	margin-top: 30px;
}

/*----*/

.b-search{
	position: relative;
	border: 1px solid #EEE;
	padding: 0.5em 0;
}

.b-search input[type="text"]{
	width: 80%;
	outline: none;
	padding: 0em 0.6em;
	font-size: 1em;
	color: #757575;
	position: relative;
	border: none;
	font-family: 'Arimo', sans-serif;
}

.b-search input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat 0px 2px;
	border: none;
	height: 26px;
	width: 26px;
	display: inline-block;
	position: absolute;
	outline: none;
	cursor: pointer;
	top: 6px;
	right: 2px;
}

.categories{
	list-style: none;
  	padding: 10px 0 0 0;
}

.categories li {
	padding: 8px 0;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.categories li a {
	display: flex;
}

.categories li a span {
	margin-left: auto;
}

.twitter-weight-grid h4 span{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../images/social-icons.png) no-repeat 0px -1px;
	vertical-align: middle;
	margin-right: 0.5em;
}
.twitter-weight-grid h4{
	color:#2C3E50;
	font-size:1.2em;
	margin: 0;
}
.twitter-weight-grid p{
	color:#999;
	margin:0.5em 0;
	line-height:1.5em;
}
.twitter-weight-grid{
	padding: 1em 0;
	border-bottom: 1px solid #EEE;
}
.twitter-weight-grid p a{
	color:#19b5fe;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.twitter-weight-grid p a:hover{
	color:#000;
}
.twitter-weight-grid i a{
	color: #2C3E50;
	font-size: 1em;
	font-style:normal;
}
.twitter-weights h3{
	font-size: 1.4em;
	color: #2C3E50;
	margin: 0;
	padding: 0;
	font-weight:700;
	text-transform:uppercase;
}
.twitter-weights{
	margin-top:2em;
}
.twittbtn{
	color: #19b5fe;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-bottom:1px solid #EEE;
	padding:0.5em 0;
	display:block;
}
.twittbtn:hover{
	color:#000;
}
.b-tag-weight{
	margin-top:2em;
}
.b-tag-weight h3{
	font-size: 1.4em;
	color: #2C3E50;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: 700;
}
.b-tag-weight ul li{
	display:inline-block;
}

.b-tag-weight ul li a{
	background: #2C3E50;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border-radius: 5px;
  	padding: 5px 15px;
}

.b-tag-weight ul li a:hover{
	background: #19b5fe;
}
/*----//End-blog----*/

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
  	text-transform: capitalize;
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
  	text-transform: capitalize;
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
  	line-height: 1.4;
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #19b5fe;
}

.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: 10px 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;
  	margin-bottom: 30px;
}

.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: 5px;
  	background-color: #2C3E50;
  	padding: 3px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #fff;
  	background-color: #19b5fe;
}

/*-------------------- post-tags end --------------------*/

/*------ contact -----*/
.contact {
	padding: 1em 0 8em;
}
.contact-head{
	text-align:left;
}
.contact-head h2{
	font-size: 1.7em;
	color: #2C3E50;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0.8em 0 0.4em 0;
}
.contact-head span{
	color: #777;
}
.contact-map iframe{
	min-height:300px;
	width:100%;
	border:none;
	margin:1.5em 0 1em;
}
.contact-form-row{
	margin-bottom:1em;
}
.contact-form-row div{
	width: 32.6%;
	float: left;
	margin-right: 1%;
} 
.contact-form-row div span,.contact-form-row2  span{
	font-size:1.2em;
	color:#2C3E50;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	padding:0 0 0.5em;
}

.contact-form-row div input[type="text"]{
	width:100%;
	padding:1em;	
	font-family: 'Droid Sans', sans-serif;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
}

.contact-form-row div input[type="text"]:hover,.contact-form-row2 textarea:hover{
	color:#19b5fe;
	border-color:#19b5fe;
}

.contact-form-row div:nth-child(3){
	margin-right:0;
}

.contact-form-row2 textarea{
	width:100%;
	padding:1em;	
	font-family: 'Droid Sans', sans-serif;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	min-height:320px;
	resize:none;
	transition:border-color 0.4s;
}

.contact-form-row2 {
	margin-top:1em;
}

.contact-form input[type="submit"]{
	display: block;
	background: #2C3E50;
	padding: 0.7em 1em;
	font-size:1.2em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border-radius: 0.5em;
	border:none;
	outline:none;
	transition:0.5s all;
}
.contact-form input[type="submit"]:hover{
	background: #19b5fe;
}

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #EEE;
  	border-bottom: 1px solid #EEE;
    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: 0;
    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: 1px solid #ececec;
  	padding: 13px 20px;
  	margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid #192437;
    background-color: #192437;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

/*-- responsive-design --*/
@media(max-width:1366px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat -48px 0px;
	}
}
@media(max-width:1280px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat -57px 0px;
	}
	.header {
		background-size: 22% 100%;
	}
	.slider-caption {
		top: 53%;
	}
}
@media(max-width:1024px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat -227px 0px;
	}
	.header {
		background-size: 25% 100%;
	}
	.slider-caption {
		top: 36%;
	}
	.slider-caption {
		width: 58%;
		top: 43%;
	}
	.top-grid {
		padding: 2em 0;
	}
}
@media(max-width:768px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat -227px 0px;
	}
	.header {
		background:none;
	}
	.slider-caption {
		top: 36%;
	}
	.slider-caption {
		width: 69%;
		top: 30%;
	}
	.top-grid {
		padding: 1em 0;
		margin-bottom:1em;
	}
  
	span.menu{
		display:block;
      	width: 30px;
      	height: 30px;
        position: absolute;
        top: 50%;
        right: 15px;
      	transform: translateY(-50%);
	}
  	
    span.menu span{
		display: block;
      	width: 100%;
      	height: 3px;
      	background-color: #2C3E50;
      	margin-top: 5px;
    }
  
	span.menu:before{
		content: url(../images/nav-icon.png) no-repeat 0px 0px;
		cursor: pointer;
		position:absolute;
		right:0;
		top: -44px;
	}
  
	.top-nav{
      	width: 100%;
      	
	}
  
	.top-nav ul {
      	width: 100%;
      	background-color: #fff;
      	box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
      	position: absolute;	
      	top: 100%;
      	left: 0;
      	z-index: 10;
		display:none;
	}
  
	.top-nav ul li {
		display: block;
      	border-bottom:1px solid #EEE;
      	padding: 10px 15px;
	}

	.top-nav ul li a {
		width: 100%;
		margin:0;
		padding: 10px 0;
	}
  
	.slider-caption h1 {
		font-size: 2.8em;
	}
  
	.top-grids {
		padding: 1.5em 0;
	}
	.mid-grid-right {
		padding: 2em;
	}
	.mid-grid-right p {
		width:100%;
	}
	.bottom-grids {
		padding: 1em 0 0 0;
	}
	.bottom-grid-right{
		padding:1em 2em 0 2em;
	}
	.bottom-grid-right p{
		width:100%;
	}
	a.load-news {
		padding: 1em 0;
	}
	ul.pagenation {
		margin: 1em 0 2.5em 0;
	}
	.blog-content-left {
		float: none;
		width:100%;
	}
	.blog-content-right {
		margin-top:1em;
		float: none;
		width: 100%;
	}
	.blog-pagenat ul{
		margin:0;
		padding:0;
	}
	.blog-content {
		margin: 1.5em 0 3em;
	}
	.contact-head h2 {
		font-size:1.5em;
		padding: 0.0em 0 0.2em 0;
	}
	.contact-map iframe {
		min-height: 200px;
	}
	.contact-form-row div {
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom: 0.5em;
	}
	.contact-form-row div input[type="text"],.contact-form-row2 textarea{
		padding: 0.7em;
	}
	.contact-form-row2 {
		margin-top:0em;
	}
	.contact-form-row {
		margin-bottom: 0em;
	}
	.contact {
		padding: 1em 0 3em;
	}
}

@media(max-width:640px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat -227px 0px;
	}

	.slider-caption {
		top: 36%;
	}
	.slider-caption {
		width: 69%;
		top: 46%;
	}
	.top-grid {
		padding: 1em 0;
		margin-bottom:1em;
	}
	span.menu{
		display:block;
	}
	span.menu:before{
		content: url(../images/nav-icon.png) no-repeat 0px 0px;
		cursor: pointer;
		position:absolute;
		right:0;
		top: -44px;
	}
  
	.top-nav ul{
		display:none;
	}
	.top-nav ul li {
		display:block;
	}

	.slider-caption h1 {
		font-size: 2.2em;
	}
	.top-grids {
		padding: 1.5em 0;
	}
	.mid-grid-right {
		padding: 2em;
	}
	.mid-grid-right p {
		width:100%;
	}
	.bottom-grids {
		padding: 1em 0 0 0;
	}
	.bottom-grid-right{
		padding: 1em 1em 0 1em;
	}
	.bottom-grid-right p{
		width:100%;
	}
	a.load-news {
		padding: 1em 0;
	}
	ul.pagenation {
		margin: 1em 0 2.5em 0;
	}
	.blog-content-left {
		float: none;
		width:100%;
	}
	.blog-content-right {
		margin-top:1em;
		float: none;
		width: 100%;
	}
	.blog-pagenat ul{
		margin:0;
		padding:0;
	}
	.blog-content {
		margin: 1.5em 0 3em;
	}
	.contact-head h2 {
		font-size:1.5em;
		padding: 0.0em 0 0.2em 0;
	}
	.contact-map iframe {
		min-height: 200px;
	}
	.contact-form-row div {
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom: 0.5em;
	}
	.contact-form-row div input[type="text"],.contact-form-row2 textarea{
		padding: 0.7em;
	}
	.contact-form-row2 {
		margin-top:0em;
	}
	.contact-form-row {
		margin-bottom: 0em;
	}
	.contact {
		padding: 1em 0 3em;
	}
	.slider-caption p {
		height: 20px;
		overflow: hidden;
		width: 93%;
		margin:0;
	}
	a.caption-btn {
		padding: 0.7em 1em;
	}
	.team {
		padding: 1.5em 0;
	}
	.blog-artical {
		margin-bottom: 1em;
	}
  
   .blog-artical-basicinfo li {
		width: 50px;
		height: 50px;
	}
  
  	.post-date label {
        display: none;
    }
  
    .artlick i, .art-comment i {
        display: none;
    }
}
@media(max-width:480px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat 0px 0px;
		min-height: 200px;
		background-size: cover;
	}

	.slider-caption {
		top: 36%;
	}
	.slider-caption {
		width: 69%;
		top: 24%;
		padding: 0.8em 0.5em;
	}
	.top-grid {
		padding: 0.1em 0 0.5em 0;
		margin-bottom:1em;
	}
	span.menu{
		display:block;
	}
	span.menu:before{
		content: url(../images/nav-icon.png) no-repeat 0px 0px;
		cursor: pointer;
		position:absolute;
		right:0;
		top: -44px;
	}

	.top-nav ul{
		display:none;
	}
	.top-nav ul li {
		display:block;
	}

	.slider-caption h1 {
		font-size: 2em;
	}
	.top-grids {
		padding: 1.5em 0;
	}
	.mid-grid-right {
		padding: 2em;
	}
	.mid-grid-right p {
		width:100%;
	}
	.bottom-grids {
		padding: 1em 0 0 0;
	}
	.bottom-grid-right{
		padding: 1em 1em 0 1em;
	}
	.bottom-grid-right p{
		width:100%;
	}
	a.load-news {
		padding: 1em 0;
	}
	ul.pagenation {
		margin: 1em 0 2.5em 0;
	}
	.blog-content-left {
		float: none;
		width:100%;
	}
	.blog-content-right {
		margin-top:1em;
		float: none;
		width: 100%;
	}
	.blog-pagenat ul{
		margin:0;
		padding:0;
	}
	.blog-content {
		margin: 1.5em 0 3em;
	}
	.contact-head h2 {
		font-size: 1.2em;
		padding: 0.0em 0 0.2em 0;
	}
	.contact-map iframe {
		min-height: 200px;
	}
	.contact-form-row div {
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom: 0.5em;
	}
	.contact-form-row div input[type="text"],.contact-form-row2 textarea{
		padding: 0.7em;
	}
	.contact-form-row2 textarea{
		min-height:200px;
	}
	.contact-form-row2 {
		margin-top:0em;
	}
	.contact-form-row {
		margin-bottom: 0em;
	}
	.contact {
		padding: 1em 0 3em;
	}
	.slider-caption p {
		height: 20px;
		overflow: hidden;
		width: 93%;
		margin:0;
	}
	a.caption-btn {
		padding: 0.7em 1em;
	}
	.team {
		padding: 1.5em 0;
	}
	.blog-artical {
		margin-bottom: 1em;
	}
	.team-grids-caption-left {
		float: none;
		width:100%;
		margin-top:0em;
	}
	.team-grids-caption-right {
		float: none;
		width:100%;
	}
	a.team-btn {
		padding: 0.6em 1.5em;
		margin-top:1em;
	}
  
	.about-grids {
		padding: 3em 0;
	}
  
	.about-left h1 {
		font-size: 1.2em;
		line-height: 1.5em;
		padding:0.5em 0 0.3em 0;
	}
	.about-left ul {
		margin: 0 0 0.4em 1em;
	}
	.services {
		padding: 0.2em 0;
	}
	.services-left h1 {
		padding: 0.3em 0 0em 0;
		font-size: 1.2em;
		line-height: 1.8em;
	}
	.services-left-grid {
		padding: 0.5em 0;
	}
	.services-left-grid h3 {
		padding: 0 0 0em 0;
		font-size: 1em;
	}
	a.more-btn {
		margin-top: 0em;
	}
	.blog-artical-basicinfo li {
		width: 50px;
		height: 50px;
	}
	.post-date p {
		padding: 0.5em 0 0 0;
	}
	.post-date label{
		display:none;
	}
	.categoery span {
		margin-top: .7em;
	}
	.artlick span {
		margin-top: 0.7em;
	}
	.artlick i,.art-comment i{
		display:none;
	}
	.art-comment span {
		margin-top: 0.7em;
	}
	.blog-artical-info-head h2 a {
		font-size: 0.8em;
	}
	.twitter-weights h3 {
		font-size: 1.2em;
	}
	.b-tag-weight h3 {
		font-size: 1.2em;
	}
	.b-tag-weight ul li a {
		padding: 0.6em 1em;
		font-size: 0.75em;
	}
	.contact-head span {
		color: #777;
		font-size:0.875em;
	}
	.contact-form-row div span, .contact-form-row2 span {
		font-size: 1em;
	}
	.contact-form input[type="submit"] {
		font-size: 1em;
	}
}

@media(max-width:320px){
	.mid-grid-left {
		background: url(../images/about-pic.jpg) no-repeat 0px 0px;
		min-height: 100px;
		background-size: cover;
	}

	.slider-caption {
		top: 36%;
	}
	.slider-caption {
		width: 69%;
		top: 24%;
		padding: 0.8em 0.5em;
	}
	.top-grid {
		padding: 0.1em 0 0.5em 0;
		margin-bottom:1em;
	}
	span.menu{
		display:block;
	}
	span.menu:before{
		content: url(../images/nav-icon.png) no-repeat 0px 0px;
		cursor: pointer;
		position:absolute;
		right:0;
		top: -44px;
	}
  
	.top-nav ul{
		display:none;
	}
	.top-nav ul li {
		display:block;
	}

	.slider-caption h1 {
		font-size: 1.5em;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	.top-grids {
		padding: 1.5em 0;
	}
	.mid-grid-right {
		padding: 2em;
	}
	.mid-grid-right p {
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5em;
	}
	.bottom-grids {
		padding: 1em 0 0 0;
	}
	.bottom-grid-right{
		padding: 1em 1em 0 1em;
	}
	.bottom-grid-right p{
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5em;
	}
	a.load-news {
		padding: 1em 0;
	}
	ul.pagenation {
		margin: 1em 0 2.5em 0;
	}
	.blog-content-left {
		float: none;
		width:100%;
	}
	.blog-content-right {
		margin-top:1em;
		float: none;
		width: 100%;
	}
	.blog-pagenat ul{
		margin:0;
		padding:0;
	}
	.blog-content {
		margin: 1.5em 0 3em;
	}
	.contact-head h2 {
		font-size: 1.2em;
		padding: 0.0em 0 0.2em 0;
	}
	.contact-map iframe {
		min-height: 200px;
	}
	.contact-form-row div {
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom: 0.5em;
	}
	.contact-form-row div input[type="text"],.contact-form-row2 textarea{
		padding: 0.7em;
	}
	.contact-form-row2 textarea{
		min-height:200px;
	}
	.contact-form-row2 {
		margin-top:0em;
	}
	.contact-form-row {
		margin-bottom: 0em;
	}
	.contact {
		padding: 1em 0 3em;
	}
	.slider-caption p {
		height: 20px;
		overflow: hidden;
		width: 93%;
		margin:0;
	}
	a.caption-btn {
		padding: 0.5em 0.8em;
		margin: 0.8em 0 0 0;
		font-size: 0.7em;
	}
	.team {
		padding: 1.5em 0;
	}
	.blog-artical {
		margin-bottom: 1em;
	}
	.team-grids-caption-left {
		float: none;
		width:100%;
		margin-top:0em;
	}
	.team-grids-caption-right {
		float: none;
		width:100%;
	}
	a.team-btn {
		padding: 0.5em 1em;
		margin-top: 1em;
		font-size: 0.875em;
	}
	.about-grids {
		padding: 0.2em 0;
	}
	.about-left h1 {
		font-size: 1.2em;
		line-height: 1.5em;
		padding: 0.3em 0 0.2em 0;
	}
	.about-left ul {
		margin: 0 0 0.4em 1em;
	}

	.services {
		padding: 0.2em 0;
	}
	.services-left h1 {
		padding: 0.3em 0 0em 0;
		font-size: 1.2em;
		line-height: 1.8em;
	}
	.services-left-grid {
		padding: 0.5em 0;
	}
	.services-left-grid h3 {
		padding: 0 0 0em 0;
		font-size: 1em;
	}
	a.more-btn {
		margin-top: 0em;
	}
	.blog-artical-basicinfo li {
		width: 50px;
		height: 50px;
	}
	.post-date p {
		padding: 0.5em 0 0 0;
	}
	.post-date label{
		display:none;
	}
	.categoery span {
		margin-top: .7em;
	}
	.artlick span {
		margin-top: 0.7em;
	}
	.artlick i,.art-comment i{
		display:none;
	}
	.art-comment span {
		margin-top: 0.7em;
	}

	.twitter-weights h3 {
		font-size: 1.2em;
	}
	.b-tag-weight h3 {
		font-size: 1.2em;
	}
	.b-tag-weight ul li a {
		padding: 0.6em 1em;
		font-size: 0.75em;
	}
	.contact-head span {
		color: #777;
		font-size:0.875em;
	}
	.contact-form-row div span, .contact-form-row2 span {
		font-size: 0.9em;
	}
	.contact-form input[type="submit"] {
		font-size: 1em;
	}
	.top-grid h3 {
		padding: 0.2em 0 0.2em;
		font-size: 1.2em;
	}
	.mid-grid-right h2 {
		font-size: 1.2em;
	}
	a.about-btn {
		padding: 0.7em 1em;
	}
	.bottom-grids h2 {
		font-size: 1.2em;
		padding: 0em 0 0.8em;
	}
	.team-people-info h3 {
		margin-top: 3.5em;
	}
	.team-grids-caption-left h4 {
		font-size: 1.2em;
	}
	.team-grids-caption-left p{
		font-size:0.875em;
	}
	.about-left p {
		font-size: 0.875em;
		line-height:1.5em;
	}
	.about-left ul li a{
		font-size:0.875em;
	}
	.about-left h2,.team-head h3{
		font-size:1.2em;
	}
	.services-left-grid p {
		line-height: 1.5em;
		font-size: 0.875em;
	}
	.team-grids {
		padding: 0.5em 0 0 0;
	}

	.meta-element li a, 
    .meta-element li {
		font-size: 0.875em;
	}
	.blog-artical-info-text p {
		margin: 0.5em 0;
	}
}