/* Blog
/*----------------------------------------*/
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}
/*---------------------
  Latest Blog
-----------------------*/

.latest {
  padding-top: 80px;
}

.latest__blog__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 40px 35px 40px 30px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-bottom: 50px;
}

.latest__blog__item:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.latest__blog__item:hover h5 a {
  color: #88C417;
  text-decoration: underline;
}

.latest__blog__item h5 {
  margin-bottom: 45px;
}

.latest__blog__item h5 a {
  font-size: 20px;
  color: #1a3048;
  font-weight: 700;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

.latest__blog__item p {
  line-height: 23px;
  margin-bottom: 25px;
}

.latest__blog__author .latest__blog__author__pic {
  float: left;
  margin-right: 15px;
}

.latest__blog__author .latest__blog__author__text {
  overflow: hidden;
  padding-top: 5px;
}

.latest__blog__author .latest__blog__author__text h6 {
  color: #88C417;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.latest__blog__author .latest__blog__author__text span {
  font-size: 12px;
  color: #777C81;
  letter-spacing: 1px;
}


/*---------------------
  Blog
-----------------------*/

.blog__item {
  margin-bottom: 45px;
}

.blog__item__img img {
  min-width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog__item__text {
  padding-top: 10px;
}

.blog__item__text h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.blog__item__text h3 a {
  color: #323232;
}

.blog__item__text ul {
  margin-bottom: 20px;
}

.blog__item__text ul li {
  font-size: 15px;
  color: #a8a8a8;
  list-style: none;
  margin-right: 30px;
  display: inline-block;
}

.blog__item__text ul li:last-child {
  margin-right: 0;
}

.blog__item__text ul li i {
  color: #88C417;
}

.blog__item__text p {
  color: #707070;
  margin-bottom: 40px;
}

.blog__item__text .read__more {
  display: inline-block;
  color: #707070;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog__pagination a {
  font-size: 15px;
  color: #707070;
  display: inline-block;
  padding: 12px 20px 10px;
  border: 1px solid #e4e4e4;
  border-left: none;
  margin-right: -5px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__pagination a:first-child {
  border-left: 1px solid #e4e4e4;
}

.blog__pagination a:hover {
  background: #88C417;
  color: #ffffff;
  border-color: #88C417;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
}

.blog__sidebar__search {
  margin-bottom: 50px;
}

.blog__sidebar__search h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog__sidebar__search form {
  position: relative;
}

.blog__sidebar__search form input {
  width: 100%;
  height: 43px;
  border-radius: 2px;
  font-size: 15px;
  color: #5c5c5c;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog__sidebar__search form input::-webkit-input-placeholder {
  color: #5c5c5c;
}

.blog__sidebar__search form input::-moz-placeholder {
  color: #5c5c5c;
}

.blog__sidebar__search form input:-ms-input-placeholder {
  color: #5c5c5c;
}

.blog__sidebar__search form input::-ms-input-placeholder {
  color: #5c5c5c;
}

.blog__sidebar__search form input::placeholder {
  color: #5c5c5c;
}

.blog__sidebar__search form button {
  font-size: 15px;
  color: #323232;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
}

.blog__sidebar__categories {
  margin-bottom: 35px;
}

.blog__sidebar__categories h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog__sidebar__categories ul li {
  list-style: none;
}

.blog__sidebar__categories ul li a {
  font-size: 15px;
  color: #323232;
  line-height: 36px;
}

.blog__sidebar__categories ul li a span {
  font-weight: 700;
  float: right;
}

.blog__sidebar__recent {
  margin-bottom: 45px;
}

.blog__sidebar__recent h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog__sidebar__recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog__sidebar__recent__item__pic {
  float: left;
  margin-right: 15px;
}

.blog__sidebar__recent__item__pic img {
  border-radius: 2px;
}

.blog__sidebar__recent__item__text {
  overflow: hidden;
  padding-top: 0px;
}

.blog__sidebar__recent__item__text h6 {
  font-size: 15px;
  color: #323232;
  font-weight: 600;
  margin-bottom: 4px;
}

.blog__sidebar__recent__item__text p {
  font-size: 13px;
  color: #a8a8a8;
  margin-bottom: 0;
}

.blog__sidebar__recent__item__text p i {
  margin-right: 2px;
  color: #88C417;
}

.blog__sidebar__tags {
  margin-bottom: 40px;
}

.blog__sidebar__tags h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog__sidebar__tags a {
  font-size: 11px;
  color: #5c5c5c;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 15px 4px;
  background: #f2f2f2;
  border-radius: 2px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.blog__sidebar__social h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog__sidebar__social .blog__sidebar__social__links a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog__sidebar__social .blog__sidebar__social__links a:last-child {
  margin-right: 0;
}

.blog__sidebar__social .blog__sidebar__social__links a.facebook {
  background: #344973;
}

.blog__sidebar__social .blog__sidebar__social__links a.twitter {
  background: #2C83AE;
}

.blog__sidebar__social .blog__sidebar__social__links a.google {
  background: #DD4437;
}

.blog__sidebar__social .blog__sidebar__social__links a.skype {
  background: #00AFF0;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
  padding: 150px 0 140px;
}

.blog__hero__text .label {
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  background: #88C417;
  padding: 4px 18px 3px;
  border-radius: 2px;
  text-transform: uppercase;
}

.blog__hero__text h2 {
  font-size: 44px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 65px;
}

.blog__hero__text ul li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 65px;
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li i {
  color: #88C417;
  margin-right: 5px;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-details-hero {
  padding-top: 80px;
  padding-bottom: 400px;
}

.blog__details__hero__text {
  text-align: center;
}

.blog__details__hero__text .label {
  font-size: 15px;
  color: #db2d2e;
  font-weight: 700;
  text-transform: uppercase;
}

.blog__details__hero__text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 55px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.blog__details__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  margin-right: 90px;
}

.blog__details__hero__text ul li span {
  display: inline-block;
  position: relative;
}

.blog__details__hero__text ul li span::after {
  position: absolute;
  right: -48px;
  top: 3px;
  height: 15px;
  width: 1px;
  background: #ffffff;
  content: "";
}

.blog__details__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__details__hero__text ul li:last-child span::after {
  display: none;
}

.blog__details__hero__text ul li img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog__details__hero__text ul li i {
  color: #db2d2e;
  margin-right: 2px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
  margin-top: -360px;
  padding-top: 0;
  overflow: hidden;
}

.blog__details__pic {
  margin-bottom: 95px;
}

.blog__details__pic img {
  min-width: 100%;
}

.blog__details__text {
  margin-bottom: 30px;
}

.blog__details__text p {
  font-size: 17px;
  line-height: 30px;
}

.blog__details__text p:first-child {
  margin-bottom: 25px;
}

.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  padding: 0 60px;
  margin-bottom: 60px;
}

.blog__details__quote p {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  padding-left: 34px;
  margin-bottom: 0;
}

.blog__details__quote p:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 94px;
  width: 3px;
  background: #db2d2e;
  content: "";
}

.blog__details__desc {
  margin-bottom: 42px;
}

.blog__details__desc p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog__details__share {
  margin-right: -34px;
  overflow: hidden;
  margin-bottom: 40px;
}

.blog__details__share__item {
  display: inline-block;
  background: #37589C;
  border-radius: 2px;
  padding: 10px 10px 8px 16px;
  width: calc(25% - 34px);
  float: left;
  margin-right: 34px;
  margin-bottom: 20px;
}

.blog__details__share__item.twitter {
  background: #54ADF0;
}

.blog__details__share__item.google {
  background: #DC4C39;
}

.blog__details__share__item.linkedin {
  background: #0179B6;
}

.blog__details__share__item i {
  font-size: 18px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 15px;
  display: inline-block;
}

.blog__details__share__item span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}

.blog__details__author {
  overflow: hidden;
  margin-bottom: 60px;
}

.blog__details__author__pic {
  float: left;
  margin-right: 40px;
}

.blog__details__author__pic img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.blog__details__author__text {
  overflow: hidden;
}

.blog__details__author__text h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog__details__author__text p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog__details__btns {
  margin-bottom: 35px;
}

.blog__details__btns__item {
  display: block;
  border-radius: 2px;
  padding: 25px 20px 20px;
  margin-bottom: 20px;
}

.blog__details__btns__item h6 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 26px;
}

.blog__details__btns__item ul li {
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  list-style: none;
  margin-right: 28px;
  position: relative;
}

.blog__details__btns__item ul li:after {
  position: absolute;
  right: -19px;
  top: 4px;
  height: 13px;
  width: 1px;
  background: #ffffff;
  content: "";
}

.blog__details__btns__item ul li:last-child {
  margin-right: 0;
}

.blog__details__btns__item ul li:last-child:after {
  display: none;
}

.blog__details__comment {
  margin-bottom: 60px;
}

.blog__details__comment h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 35px;
}

.blog__details__comment__item {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog__details__comment__item.reply__comment {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 100px;
}

.blog__details__comment__item:last-child {
  margin-bottom: 0;
}

.blog__details__comment__item__pic {
  float: left;
  margin-right: 30px;
}

.blog__details__comment__item__pic img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.blog__details__comment__item__text {
  overflow: hidden;
}

.blog__details__comment__item__text h6 {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog__details__comment__item__text p {
  margin-bottom: 35px;
}

.blog__details__comment__item__text a {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 6px 20px 4px;
  margin-right: 6px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment__item__text a:hover {
  background: #db2d2e;
  color: #ffffff;
}

.blog__details__comment__form h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog__details__comment__form form .input-list {
  margin-right: -20px;
  overflow: hidden;
}

.blog__details__comment__form form .input-list-item {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blog__details__comment__form form .input-list-item p {
  color: #353535;
  margin-bottom: 5px;
}

.blog__details__comment__form form .input-list-item input {
  width: 100%;
  height: 46px;
  font-size: 15px;
  color: #353535;
  border-radius: 2px;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog__details__comment__form form .input-desc {
  width: 100%;
  margin-bottom: 24px;
}

.blog__details__comment__form form .input-desc p {
  color: #353535;
  margin-bottom: 5px;
}

.blog__details__comment__form form .input-desc textarea {
  width: 100%;
  height: 140px;
  font-size: 15px;
  color: #353535;
  border-radius: 2px;
  padding-left: 20px;
  padding-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: none;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .container {
		position: relative;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #323232;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 35px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 50px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__menu {
		display: none;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__widget {
		margin-bottom: 30px;
	}
	.offcanvas__widget a {
		font-size: 15px;
		color: #353535;
		margin-right: 20px;
		display: inline-block;
	}
	.offcanvas__widget .primary-btn {
		color: #ffffff;
	}
	.offcanvas__widget__add {
		margin-bottom: 20px;
	}
	.offcanvas__widget__add li {
		font-size: 15px;
		color: #353535;
		margin-right: 35px;
		list-style: none;
		line-height: 30px;
	}
	.offcanvas__widget__add li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget__add li i {
		font-size: 18px;
		color: #353535;
		margin-right: 6px;
	}
	.offcanvas__social a {
		display: inline-block;
		font-size: 15px;
		color: #353535;
		margin-right: 16px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.offcanvas__phone__num {
		margin-bottom: 20px;
	}
	.offcanvas__phone__num i {
		color: #353535;
		margin-right: 6px;
		font-size: 15px;
	}
	.offcanvas__phone__num span {
		font-size: 15px;
		color: #353535;
	}
	.blog-details-hero {
		padding-bottom: 150px;
	}
	.blog-details {
		margin-top: -100px;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.blog__sidebar {
		padding-top: 45px;
	}
	.blog__details__share__item {
		width: calc(50% - 34px);
	}
	.blog__details__comment__form form .input-list {
		margin-right: 0;
		overflow: hidden;
	}
	.blog__details__comment__form form .input-list-item {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.blog-details-hero {
		padding-bottom: 150px;
	}
	.blog-details {
		margin-top: -100px;
	}
	.header__top {
		display: none;
	}
	.header__nav {
		display: none;
	}
	.offcanvas-menu-wrapper {
		display: block;
	}
	.header .container {
		position: relative;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #323232;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 35px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 50px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__menu {
		display: none;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__widget {
		margin-bottom: 30px;
	}
	.offcanvas__widget a {
		font-size: 15px;
		color: #353535;
		margin-right: 20px;
		display: inline-block;
	}
	.offcanvas__widget .primary-btn {
		color: #ffffff;
	}
	.offcanvas__widget__add {
		margin-bottom: 20px;
	}
	.offcanvas__widget__add li {
		font-size: 15px;
		color: #353535;
		margin-right: 35px;
		list-style: none;
		line-height: 30px;
	}
	.offcanvas__widget__add li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget__add li i {
		font-size: 18px;
		color: #353535;
		margin-right: 6px;
	}
	.offcanvas__social a {
		display: inline-block;
		font-size: 15px;
		color: #353535;
		margin-right: 16px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.offcanvas__phone__num {
		margin-bottom: 20px;
	}
	.offcanvas__phone__num i {
		color: #353535;
		margin-right: 6px;
		font-size: 15px;
	}
	.offcanvas__phone__num span {
		font-size: 15px;
		color: #353535;
	}
	.blog__details__hero__text ul li {
		margin-right: 25px;
	}
	.blog__details__hero__text ul li span::after {
		right: -16px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.blog__details__comment__item.reply__comment {
		margin-left: 0;
	}
	.blog__details__hero__text h2 {
		font-size: 35px;
		line-height: normal;
	}
	.blog__details__quote {
		padding: 0;
	}
	.blog__details__comment__item__pic {
		float: none;
		margin-bottom: 15px;
	}
	.blog__details__author__pic {
		float: none;
		margin-right: 0;
	}
	.blog__details__author__text {
		overflow: visible;
		padding-top: 30px;
	}
}
