/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	social colors
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	Common styles
====================================================*/
/*
body {
  background: #e6e8e9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  color: #707070;
  font-weight: 300;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.25em;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 16px;
}
a {
  color: #ff5722;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ff5722;
}
p {
  margin-bottom: 28px;
}
iframe {
  display: block;
  border: 0;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 21px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: none;
  color: #ffffff;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  color: #ffffff;
}
.btn:active:focus {
  outline: none;
}
.btn[disabled] {
  background: #b0b0b0;
}
.btn-default {
  background: #181f23;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #ff5722;
}
.btn-primary {
  background: #ff5722;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #181f23;
}
input[type='text'],
input[type='email'] {
  padding: 4px 14px;
  border: 1px solid #707070;
  background: transparent;
}
input[type='text']:focus,
input[type='email']:focus {
  border: 1px solid #ff5722;
  outline: none;
}
blockquote {
  text-align: center;
  border-left: 0;
  margin: 21px 0;
  padding: 28px;
  line-height: 1.6em;
  font-style: italic;
  position: relative;
  color: #262626;
}
blockquote:before,
blockquote:after {
  font-family: FontAwesome;
  font-size: 28px;
  position: absolute;
  color: rgba(112, 112, 112, 0.1);
}
blockquote:before {
  content: '\f10d';
  top: 5px;
  left: 5px;
}
blockquote:after {
  content: '\f10e';
  bottom: 5px;
  right: 5px;
}
cite {
  font-size: 14px;
}
cite:before {
  content: "\2014";
  margin-right: 4px;
}
pre {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 16px;
}
::-moz-selection {
  color: #ffffff;
  background: #ff5722;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #ff5722;
  text-shadow: none;
}
.inner-wrap {
  max-width: 1300px;
  margin: 0 auto;
}
*/
/*====================================================
	header
====================================================*/
/*
.main-header {
  background: #181f23;
  padding-bottom: 42px;
}
.header-top-section {
  padding: 42px 0;
}
.header-top-section .logo-wrap {
  padding-left: 0px;
}
.header-top-section .logo {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  line-height: 90px;
}
.header-top-section .logo:hover,
.header-top-section .logo:focus {
  text-decoration: none;
}
.header-top-section .logo.image-logo img {
  max-width: 100%;
  max-height: 90px;
}
.header-top-section .header-ad-wrap {
  text-align: right;
  padding-right: 0px;
}
.header-top-section .header-ad-wrap img {
  max-width: 100%;
}
.header-bottom-section {
  -webkit-box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
}
.header-bottom-section .navbar {
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header-bottom-section .navbar-nav {
  font-size: 14px;
}
.header-bottom-section .navbar-nav li a {
  text-transform: uppercase;
  color: #b0b0b0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header-bottom-section .navbar-nav li a:hover,
.header-bottom-section .navbar-nav li a:focus,
.header-bottom-section .navbar-nav li a:active {
  background: #0e1215;
  color: #ffffff;
}
.header-bottom-section .navbar-nav li.current-menu-item a {
  background: #ff5722;
  color: #ffffff;
}
.navbar-toggle {
  background: #ff5722;
  float: none;
  margin: 0px;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  background: #ffffff;
  height: 2px;
  width: 24px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
#search-open {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  font-size: 18px;
  padding: 0 15px;
  color: #b0b0b0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#search-open:hover {
  background: #101010;
  color: #ffffff;
}
*/
/*====================================================
	main content area
====================================================*/
.main-content-area {
  margin-top: -42px;
  margin-bottom: 42px;
}
.main-content-area .inner-wrap {
  background: #f3f3f3;
  -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
}
.content-wrap {
  background: #ffffff;
  padding: 42px 15px;
}
.post-entry {
  margin-bottom: 42px;
  position: relative;
  overflow: hidden;
}
.post-entry .featured {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: #ff5722;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9;
}
.post-entry .featured:before {
  content: '\f006';
  font-family: FontAwesome;
  position: absolute;
  left: 24px;
  bottom: 0px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post-entry .featured-media-container {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 14px;
}
.post-entry .featured-media-container.media-embeded {
  background-color: #000000;
}
.post-entry .featured-media-container iframe {
  max-height: 100%;
  vertical-align: middle;
}
.post-entry .title {
  margin-top: 0;
  margin-bottom: 7px;
}
.post-entry .title a {
  color: #262626;
}
.post-entry .title a:hover {
  color: #ff5722;
}
.post-entry .meta {
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 14px;
}
.post-entry .meta a {
  color: #b0b0b0;
}
.post-entry .meta a:hover,
.post-entry .meta a:focus {
  color: #ff5722;
}
.post-entry .meta span {
  margin-right: 14px;
}
.post-entry .meta span:last-child {
  margin-right: 0;
}
.post-entry .meta span i {
  margin-right: 4px;
}
.post-entry .meta span.date,
.post-entry .meta span.comment {
  white-space: nowrap;
}
.post-entry .meta span.tag-list a {
  white-space: nowrap;
}
.post-entry .post-content {
  margin-bottom: 0;
}
/*====================================================
	pagination
====================================================*/
.pagination-wrap {
  padding-top: 32px;
  border-top: 1px solid #f0f0f0;
}
.pagination {
  display: block;
  min-height: 24px;
  margin: 0;
  text-align: center;
  position: relative;
}
.pagination .newer-posts {
  position: absolute;
  left: 0;
  top: 0;
}
.pagination .newer-posts i {
  margin-right: 7px;
}
.pagination .older-posts {
  position: absolute;
  right: 0;
  top: 0;
}
.pagination .older-posts i {
  margin-left: 7px;
}
.pagination a {
  color: #ffffff;
  background: #181f23;
  padding: 0px 14px;
  height: 35px;
  line-height: 35px;
}
.pagination a:hover {
  background: #ff5722;
  color: #ffffff;
}
/*====================================================
	sidebar
====================================================*/
.sidebar {
  padding: 42px 15px;
}
.widget {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e3e3;
}
.widget:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget .title {
  margin-bottom: 28px;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1px;
  padding-left: 7px;
  border-left: 14px solid #262626;
}
.widget .tag-cloud a {
  font-size: 14px;
  color: #ffffff;
  background-color: #181f23;
  margin: 0 4px 4px 0;
  display: inline-block;
  padding: 2px 14px;
}
.widget .tag-cloud a:hover,
.widget .tag-cloud a:focus {
  background: #ff5722;
}
.widget .recent-post .recent-single-post {
  margin-bottom: 14px;
}
.widget .recent-post .recent-single-post a .post-thumb {
  width: 80px;
  height: 80px;
  margin-right: 14px;
  background-size: cover;
  background-position: center;
  background-color: #e6e8e9;
}
.widget .recent-post .recent-single-post a .post-thumb i {
  font-size: 24px;
  text-align: center;
  width: 80px;
  line-height: 80px;
}
.widget .recent-post .recent-single-post a .post-info h4 {
  margin-bottom: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.widget .recent-post .recent-single-post a .post-info .date {
  font-size: 14px;
  color: #b0b0b0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.widget .recent-post .recent-single-post a .post-info .date i {
  margin-right: 7px;
}
.widget .recent-post .recent-single-post a:hover .post-info h4 {
  color: #ff5722;
}
.widget .recent-post .recent-single-post a:hover .post-info .date {
  color: #ff5722;
}
.widget .ad-2 {
  text-align: center;
}
.widget .ad-2 img {
  max-width: 100%;
}
.widget .fb {
  text-align: center;
}
.widget .tweets {
  text-align: center;
}
.widget .social {
  padding: 0;
  margin: 0;
}
.widget .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 4px 7px 0px;
}
.widget .social li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #707070;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 18px;
}
.widget .social li a:hover i {
  color: #ff5722;
}
.widget .newsletter .input-group {
  display: block;
  margin-top: 14px;
}
.widget .newsletter .input-group input[type="email"] {
  width: 100%;
}
/*====================================================
	single post
====================================================*/
.single-wrap {
  padding: 0 15px;
}
.single-post-entry {
  margin-bottom: 0;
}
.single-post-entry .title {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 700;
}
.single-post-entry .meta {
  margin-bottom: 28px;
}
.single-post-entry .featured-media-container {
  height: auto;
  margin-bottom: 28px;
}
.single-post-entry .featured-media-container img {
  width: 100%;
}
.single-post-entry .post-content:first-letter {
  float: left;
  font-size: 3.5em;
  margin-right: 7px;
  text-transform: uppercase;
  font-weight: 700;
  color: #262626;
  line-height: 1;
}
.single-post-entry img {
  max-width: 100%;
}
.share-wrap {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid #f0f0f0;
}
.share-wrap-inner {
  text-align: center;
}
.share-wrap-inner ul {
  padding: 0;
  margin: 0;
}
.share-wrap-inner ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 0px 4px 0;
}
.share-wrap-inner ul li .facebook {
  background: #3b5998;
}
.share-wrap-inner ul li .twitter {
  background: #55acee;
}
.share-wrap-inner ul li .google-plus {
  background: #dd4b39;
}
.share-wrap-inner ul li .pinterest {
  background: #cc2127;
}
.share-wrap-inner ul li a {
  display: block;
  color: #ffffff;
  padding: 2px 0;
  width: 120px;
  white-space: nowrap;
}
.share-wrap-inner ul li a i {
  margin-right: 7px;
}
.share-wrap-inner ul li a:hover {
  background: #181f23;
}
.about-author {
  margin-bottom: 42px;
}
.about-author .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-author .details {
  margin-left: 121px;
}
.about-author .details .author a {
  color: #262626;
}
.about-author .details .author a:hover,
.about-author .details .author a:focus {
  color: #ff5722;
}
.about-author .details .bio {
  margin-top: 7px;
}
.about-author .details .meta-info {
  margin-top: 7px;
}
.about-author .details .meta-info span {
  white-space: nowrap;
  margin-right: 14px;
  color: #b0b0b0;
}
.about-author .details .meta-info span:last-child {
  margin-right: 0;
}
.about-author .details .meta-info span i {
  margin-right: 7px;
}
.about-author .details .meta-info span a {
  color: #b0b0b0;
}
.about-author .details .meta-info span a:hover,
.about-author .details .meta-info span a:focus {
  color: #ff5722;
}
.prev-next-wrap {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.prev-next-wrap .previous-post,
.prev-next-wrap .next-post {
  background-color: #181f23;
  box-sizing: border-box;
  width: 48%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.prev-next-wrap .previous-post .prev-next-inner,
.prev-next-wrap .next-post .prev-next-inner {
  padding: 28px;
  min-height: 250px;
  background-color: rgba(0, 0, 0, 0.6);
}
.prev-next-wrap .previous-post.no-image .prev-next-inner,
.prev-next-wrap .next-post.no-image .prev-next-inner {
  background-color: transparent;
}
.prev-next-wrap .previous-post .link-text i,
.prev-next-wrap .next-post .link-text i {
  font-size: 14px;
  line-height: 10px;
  vertical-align: middle;
}
.prev-next-wrap .previous-post .title,
.prev-next-wrap .next-post .title {
  color: #ffffff;
  margin-top: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.prev-next-wrap .previous-post:hover .title,
.prev-next-wrap .next-post:hover .title {
  color: #ff5722;
}
.prev-next-wrap .previous-post {
  text-align: left;
  margin-right: 1%;
}
.prev-next-wrap .previous-post .link-text i {
  margin-right: 4px;
}
.prev-next-wrap .next-post {
  text-align: right;
  margin-left: 1%;
}
.prev-next-wrap .next-post .link-text i {
  margin-left: 4px;
}
.single-post-entry.page .title {
  margin-bottom: 28px;
}
.single-post-entry.page p:last-child {
  margin-bottom: 0;
}
.cover-wrap {
  padding: 0 15px;
  margin-bottom: 48px;
}
.cover-inner {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  background: #181f23;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.cover-inner .overlay {
  padding: 42px 15px;
}
.cover-inner.has-image .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.tag-title {
  color: #ffffff;
}
.tag-description {
  margin-top: 14px;
  margin-bottom: 0;
}
.avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 2px;
}
.author-name {
  color: #ffffff;
  margin-top: 7px;
}
.meta-info span {
  margin-right: 14px;
}
.meta-info span:last-child {
  margin-right: 0;
}
.meta-info span i {
  margin-right: 7px;
}
.meta-info span a {
  color: #ffffff;
}
.meta-info span a:hover {
  color: #ff5722;
}
.bio {
  margin-top: 14px;
}
/*====================================================
	footer
====================================================*/
/*
.main-footer {
  background-color: #101010;
  padding-top: 42px;
}
.footer-top-section {
  border-bottom: 1px solid #080808;
}
.footer-top-section .widget .title {
  color: #ffffff;
  border-left-color: #ffffff;
}
.footer-top-section .widget .social li a i {
  color: #707070;
}
.footer-top-section .widget .social li a:hover i {
  color: #ff5722;
}
.footer-top-section .widget .tag-cloud a {
  color: #b0b0b0;
  background-color: #000000;
  margin: 0 4px 4px 0;
  display: inline-block;
  padding: 2px 14px;
}
.footer-top-section .widget .tag-cloud a:hover,
.footer-top-section .widget .tag-cloud a:focus {
  background: #ff5722;
  color: #ffffff;
}
.footer-bottom-section {
  padding: 28px 0;
  border-top: 1px solid #181818;
}
.footer-bottom-section .copyright {
  text-align: center;
}
.footer-bottom-section .copyright a {
  color: #b0b0b0;
}
.footer-bottom-section .copyright a:hover {
  color: #ff5722;
}
*/
#back-to-top {
  position: fixed;
  bottom: 21px;
  right: 14px;
  display: none;
}
#back-to-top i {
  background: #ff5722;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
/*====================================================
	search popup
====================================================*/
/*
.search-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 9999;
}
.search-popup.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  visibility: visible;
}
.search-popup .close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-popup .close-button i {
  width: 40px;
  height: 40px;
  background: #181f23;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.search-popup .close-button i:hover {
  background: #ff5722;
}
.search-popup .popup-inner {
  max-width: 700px;
  margin-top: 98px;
}
.search-popup .popup-inner form {
  position: relative;
}
.search-popup .popup-inner .input-group {
  display: block;
}
.search-popup .popup-inner #search-input {
  width: 100%;
  background: #181f23;
  color: #ffffff;
}
.search-popup .popup-inner .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  background: #ff5722;
}
.search-popup #search-results {
  margin-top: 28px;
}
.search-popup #search-results .result-item {
  -webkit-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s;
  -ms-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
.search-popup #search-results .result-item a {
  color: #707070;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  padding: 7px 14px;
  display: block;
}
.search-popup #search-results .result-item a i {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  margin-right: 7px;
}
.search-popup #search-results .result-item:hover a {
  color: #ffffff;
  background: #181f23;
}
*/
/*====================================================
	error page
====================================================*/
.error-block {
  text-align: center;
}
.error-block .error-code {
  margin-bottom: 28px;
  font-size: 56px;
}
.error-block .error-code span {
  background: #ff5722;
  color: #ffffff;
  padding: 7px 14px;
}
/*====================================================
	media query
====================================================*/
/*
@media (max-width: 1300px) {
  .inner-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .pagination .page-number {
    display: none;
  }
  .prev-next-wrap .previous-post,
  .prev-next-wrap .next-post {
    width: 100%;
  }
  .prev-next-wrap .previous-post {
    margin-bottom: 7px;
  }
}
@media (max-width: 1162px) {
  .header-ad-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top-section .logo-wrap {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
*/
