/* Sewl CSS Document */
/* Sewl Imported CSS Files */
@import url('bootstrap.min.css');
@import url('bootstrap-datetimepicker.min.css');
@import url('component.css');
@import url('font-awesome.min.css');
@import url('fullpage.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('lightgallery.css');
@import url('loaders.min.css');
@import url('owl.carousel.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('swiper.min.css');
@import url('themify-icons.css');
/* Sewl Normal CSS */
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  height: 100%;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  color: #222222;
  background: #e6e6e6;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #fffc0b;
  color: #222222;
}
::-webkit-selection {
  background: #fffc0b;
  color: #222222;
}
::-moz-selection {
  background: #fffc0b;
  color: #222222;
}
::-o-selection {
  background: #fffc0b;
  color: #222222;
}
::-ms-selection {
  background: #fffc0b;
  color: #222222;
}
a {
  color: #222222;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000000;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  border: none;
}
h1, .h1 {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 2.4;
  text-transform: uppercase;
}
h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 100px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 0.5;
  text-transform: none;
}
h3, .h3 {
  margin: 0 0 0px;
  font-family: 'Avenir', sans-serif;
  line-height: 0.2;
  font-weight: 500;
  text-transform: none;
}

video {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
.sewl-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.sewl-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.sewl-align-bottom .sewl-align-container {
  vertical-align: bottom;
}
.sewl-align-middle .sewl-align-container {
  vertical-align: middle;
}
.sewl-fullheight-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sewl-wrap {
  width: 796px;
  margin: 0 auto;
}
/* Sewl Btn CSS */
.sewl-btn {
  display: inline-block;
  padding: 7px 25px 6px;
  min-width: 140px;
  background-color: #222222;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid transparent;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0.3px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sewl-btn:hover, .sewl-btn:focus {
  background-color: #000000;
  color: #ffffff;
}
.sewl-btn-small {
  min-width: 139px;
  padding: 6px 25px 5px;
  letter-spacing: 1px;
}
.sewl-btn-medium {
  padding: 9px 25px 8px;
  font-size: 15px;
}
.sewl-btn-white-border {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.sewl-btn-white-border:hover, .sewl-btn-white-border:focus {
  border-color: #000000;
}
.sewl-btn-yellow {
  background-color: #fffc0b;
  color: #222222;
}
.sewl-btn-yellow:hover, .sewl-btn-yellow:focus, .sewl-btn-yellow a:hover {
  background-color: #222222;
  color: #f5f5f5;
}
/* Sewl Reset CSS */
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select, .form-control {
  float: left;
  width: 100%;
  height: 45px;
  padding: 10px 17px;
  background: transparent;
  color: #000000;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 24px;
  border: 2px solid #e5e5e5;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="range"]:focus, textarea:focus, .form-control:focus, select:focus {
  border-color: #c7c7c7;
}
input[type="file"] {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
textarea, textarea.form-control {
  height: 175px;
  padding: 11px 17px;
  resize: vertical;
}
input[type="submit"] {
  display: inline-block;
  padding: 10px 25px;
  min-width: 174px;
  background-color: #222222;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid transparent;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #000000;
}
select option {
  padding: 5px 10px;
}
.wpcf7-checkbox, .wpcf7-radio{
  float: left;
}
form p {
    float: left;
    width: 48.5%;
    margin-right: 0;
}
form > p:nth-child(2n) {
    margin: 0 3% 24px 0;
}
form > p:last-of-type{
  width: 100% !important;
}
form p.wpcf7-block {
  width: 100%;
  margin-right: 0;
}
form label {
  display: block;
  margin: 0;
  text-align: left;
}
form textarea {
  height: 174px;
}
form select[multiple], form select[size] {
  height: 174px;
  padding: 0;
}
address {
  font-style: italic;
}
blockquote{
  border-color: #e7e7e7;
}
blockquote p {
  color: #222222;
}
p {
  margin: 0 0 0px;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
}
q{
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
q.quote_s {
  display: block;
  margin-bottom: 26px;
  padding: 3px 0 36px;
}
q span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 8px;
  color: #777777;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 1;
}
q span:before {
  content: "- ";
}
q span a {
  color: #777777;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
  padding: 10px;
  line-height: 1.42857;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: top;
}
table.table-condensed {
  border: none;
}
.wp-caption {
  margin-bottom: 30px;
}
.wp-caption .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  padding-top: 10px;
}
.post-password-form label {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.post-password-form label input {
  margin-top: 5px;
}
.page-links {
  line-height: 22px;
}
.page-links a, .page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
/* .page-links a, .page-links > span {
    border: 2px solid #151515;
    display: inline-block;
    height: 35px;
    margin-right: 3px;
    text-align: center;
    width: 35px;
    line-height: 32px;
    font-size: 15px;
    margin: 0;
} */
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.page-links > .page-links-title {
  border: 0;
  height: auto;
  margin: 0;
  padding-right: 5px;
  width: auto;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.entry-content ul, .entry-content ol {
  font-size: 16px;
}
div.entry-content h1, div.entry-content h2, div.entry-content h3, div.entry-content h4, div.entry-content h5, div.entry-content h6 {
  padding: 0;
  margin-bottom: 10px;
}
.container {
  height: auto;
}
.datetimepicker.dropdown-menu {
  padding: 15px;
}
.dropdown-menu {
  min-width: 196px;
  padding: 12px 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu > li > a {
  padding: 7px 24px;
  background: none !important;
  color: #444444;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.active > a {
  color: #999999;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
 color: #999999;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > a:before, .dropdown-submenu > a:after {
  position: absolute;
  top: 13px;
  right: 19px;
  width: 2px;
  height: 6px;
  background: #686868;
  content: "";
  z-index: 1;
}
.dropdown-submenu > a:after {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-submenu > a:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: -12px;
}
.navbar-nav.pull-right > li:last-child > .dropdown-menu {
  left: auto;
  right: 0;
}
.owl-drag.owl-loaded {
    display: block;
}
.owl-drag {
  display: none;
  position: relative;
  z-index: 1;
}
.owl-drag .owl-stage-outer {
  overflow: hidden;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-drag .owl-stage:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
  visibility: hidden;
}
.owl-drag .owl-stage {
  position: relative;
}
.owl-drag .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  backface-visibility: hidden;
}
.owl-drag .owl-nav.disabled, .owl-drag .owl-dots.disabled {
  display: none;
}
.owl-drag .owl-prev, .owl-drag .owl-next, .owl-drag .owl-dot {
  cursor: pointer;
}
.owl-drag .owl-prev, .owl-drag .owl-next {
  display: inline-block;
}
.owl-drag .owl-prev:before, .owl-drag .owl-next:before {
  position: absolute;
  bottom: 50%;
  left: -80px;
  color: #aaaaaa;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-drag .owl-next:before {
  content: "\f105";
}
.owl-drag .owl-next:before {
  left: auto;
  right: -80px;
}
.owl-drag .slider-no-current {
  display: block;
  padding-top: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.owl-drag .current-no:after {
  display: inline-block;
  content: "/"
}
.owl-drag .owl-dots {
  display: none;
  padding-top: 27px;
  text-align: center;
}
.owl-drag .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  background: #222222;
  border: 2px solid transparent;
  cursor: pointer;
  text-indent: -999px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.owl-drag .owl-dot.active {
  width: 8px;
  height: 8px;
  background: transparent;
  border-color: #222222;
}
.items-navigation {
  text-align: center;
}
.pagination {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.pagination i {
  position: relative;
  top: -1px;
}
.pagination > li {
  display: inline-block;
  vertical-align: middle;
}
.pagination > li > a, .pagination > li > span {
  min-width: 35px;
  padding: 9px 12px 6px;
  margin: 0 1px 5px 0;
  background: none;
  color: #555555;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.3px;
  border: 2px solid #e0e0e0;
  border-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li.first > a, .pagination > li.first > span, .pagination > li.last > a, .pagination > li.last > span {
  border-radius: 0;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span, .pagination > li.active > span:hover {
  background: #151515;
  color: #ffffff;
  border-color: #151515;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover {
  background: #151515;
  color: #ffffff;
  border-color: #151515;
}
.pagination > li.first a:hover:before, .pagination > li.first a:focus:before, .pagination > li.first a:hover:after, .pagination > li.first a:focus:after, .pagination > li.last a:hover:before, .pagination > li.last a:focus:before, .pagination > li.last a:hover:after, .pagination > li.last a:focus:after {
  background: #ffffff;
}
.pagination > li.page-items {
  padding: 0 5px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  background: none !important;
  opacity: 0.5;
}
.boxgallery .panel {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.boxgallery .sewl-heading-wrap {
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.panel img{
  width: 200%;
}
.boxgallery .current .sewl-heading-wrap {
  opacity: 1;
}
.boxgallery nav {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.boxgallery nav i {
  display: none;
}
.boxgallery nav span.prev {
  float: left;
  position: relative;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.boxgallery nav span.next {
  float: left;
  position: relative;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.boxgallery nav span.prev:before, .boxgallery nav span.prev:after, .boxgallery nav span.next:before, .boxgallery nav span.next:after {
  position: absolute;
  top: 15px;
  left: 22px;
  width: 2.3px;
  height: 9px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  z-index: 1;
}
.no-touch .boxgallery nav span:hover:before {
  -webkit-transform: translateX(0) rotate(45deg);
  -ms-transform: translateX(0) rotate(45deg);
  transform: translateX(0) rotate(45deg);
}
.no-touch .boxgallery nav span.next:hover:before, .no-touch .boxgallery nav span:hover:after {
  -webkit-transform: translateX(0) rotate(-45deg);
  -ms-transform: translateX(0) rotate(-45deg);
  transform: translateX(0) rotate(-45deg);
}
.no-touch .boxgallery nav span.next:hover:after {
  -webkit-transform: translateX(0) rotate(45deg);
  -ms-transform: translateX(0) rotate(45deg);
  transform: translateX(0) rotate(45deg);
}
.boxgallery nav span.next:before {
  top: 17px;
}
.boxgallery nav span.next:after {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.boxgallery nav span.prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.boxgallery nav span.prev:after {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bg-img img {
  width: 200%;
  max-width: none;
  height: 200%;
  object-fit: cover;
}
.vertical-scrollbox {
  height: 100%;
}
.horizontal-scrollbox {
  width: 100%;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin: 0;
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 5px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 5px;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 5px;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
}
.mCSB_scrollTools {
  width: 5px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: rgba(0, 0, 0, 0.8) !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.lg-outer .lg-thumb-outer {
  padding-left: 5px;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 1;
}
/* Sewl Swiper Slider CSS */
.swiper-container {
  height: 100%;
}
.horizontal-slider .sewl-zoom-btn a:before {
  top: 30px;
  left: auto;
  right: 30px;
  margin: 0;
}
.swiper-slide-wrap {
  height: 100%;
  position: relative;
}
.swiper-slide-picture {
  width: 100%;
  height: 100%;
  background-color: #d0d0d0;
 
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-pagination {
  bottom: 20px;
  left: 165px;
  right: 165px;
  width: auto;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  z-index: 2;
}
.sewl-smoth-fulscrn-slide .swiper-pagination {
  bottom: 80px;
  left: 165px;
  right: 165px;
  width: auto;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  z-index: 2;
}

.swiper-controls {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.swiper-button-next, .swiper-button-prev {
  float: left;
  position: relative;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  color: #ffffff;
  text-align: center;
}
.swiper-button-prev:before, .swiper-button-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: normal normal normal 18px/1.42857 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.swiper-button-next:before {
  content: "\f105";
}
.swiper-button-pause, .swiper-button-play {
  float: left;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  cursor: pointer;
}
.swiper-button-pause:before, .swiper-button-pause:after {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 3px;
  height: 10px;
  background: #ffffff;
  content: "";
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
  z-index: 1;
}
.swiper-button-pause.hidden:before, .swiper-button-pause.hidden:after, .swiper-button-play:before {
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  transition: all ease 300ms;
}
.swiper-button-pause:after {
  left: 24px;
}
.swiper-button-play:before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 3px;
  height: 10px;
  border-top: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ffffff;
  content: "";
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
  z-index: 1;
}
.swiper-pagination-progress {
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 10px 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  bottom: auto;
  right: 40px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
}
.horizontal-slider {
  margin-left: -10px;
}
.horizontal-slider .swiper-slide {
  padding: 0 0 0 10px;
}
.horizontal-slider .swiper-slide.col-md-169 {
  width: 100%;
  height: 64%;
}


.horizontal-slider .swiper-slide.col-md-1 {
  width: 8.33333%;
}
.horizontal-slider .swiper-slide.col-md-2 {
  width: 16.6667%;
}
.horizontal-slider .swiper-slide.col-md-3 {
  width: 25%;
}
.horizontal-slider .swiper-slide.col-md-4 {
  width: 33.3333%;
}
.horizontal-slider .swiper-slide.col-md-5 {
  width: 41.6667%;
}
.horizontal-slider .swiper-slide.col-md-6 {
  width: 50%;
}
.horizontal-slider .swiper-slide.col-md-7 {
  width: 58.3333%;
}
.horizontal-slider .swiper-slide.col-md-8 {
  width: 66.6667%;
}
.horizontal-slider .swiper-slide.col-md-9 {
  width: 100%;
  height: 64.4%;
}
.horizontal-slider .swiper-slide.col-md-10 {
  width: 83.3333%;
}
.horizontal-slider .swiper-slide.col-md-11 {
  width: 91.6667%;
}
.horizontal-slider .swiper-slide.col-md-12 {
  width: 100%;
}
.horizontal-slider .sewl-heading-wrap {
  top: auto;
  height: auto;
  padding: 53px 50px;
  text-align: left;
}
.horizontal-slider .sewl-heading-wrap .sewl-heading {
  padding-bottom: 4px;
  font-size: 45px;
}
.kenburns .swiper-slide .swiper-slide-picture {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 6.5s linear;
  -ms-transition: transform 6.5s linear;
  transition: transform 6.5s linear;
}
.kenburns .swiper-slide-active .swiper-slide-picture {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.fp-section {
  background-image: url(../images/slides/slide19.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#fp-nav {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 2;
}
#fp-nav.right {
  right: 30px;
}
#fp-nav.left {
  left: 30px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #ffffff;
}
.sewl-parallax-bg {
  background-attachment: fixed;
}
/* Sewl Slider Pages CSS */
.sewl-primary-page .sewl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  padding: 0 10px;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 3;
}
.sewl-primary-page .sticky-wrapper {
  height: auto !important;
}
.slider-expanded .sewl-header {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.sewl-heading-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.sewl-heading-wrap.sewl-align-bottom {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
.sewl-heading-wrap .sewl-heading {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.sewl-heading-wrap .sewl-sub-heading {
  display: block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.sewl-heading-wrap .sewl-sub-heading a {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sewl-heading-wrap .sewl-sub-heading span:after {
  display: inline-block;
  padding-left: 5px;
  content: "/";
}
.sewl-heading-wrap .sewl-sub-heading span:last-child:after {
  display: none;
}
.sewl-heading-wrap .clearfix {
  padding-top: 15px;
}
.sewl-heading-wrap .gallery-title {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.sewl-expand-btn, .sewl-expand-btn2 {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  z-index: 2;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;

}
.sewl-smoth-fulscrn-slide .sewl-expand-btn, 
.sewl-smoth-fulscrn-slide .sewl-expand-btn2 {
  position: absolute;
  top: 100px;
  right: 30px;
  width: 35px;
  height: 35px;
  z-index: 2;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;

}

.sewl-expand-btn.active {
  top: 30px;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-expand-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/icons/icon4.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.sewl-expand-btn2 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.sewl-expand-btn2 a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content:"\f065";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sewl-expand-btn a img, .sewl-expand-btn2 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
}
.zoom-popup img {
  max-width: none;
  cursor: -webkit-zoom-out;
  cursor: -ms-zoom-out;
  cursor: zoom-out;
  object-fit: cover;
}
.zoom-popup figcaption {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 16px;
}
.sewl-project-btn {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  z-index: 2;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-smoth-fulscrn-slide .sewl-project-btn {
  position: absolute;
  bottom: 80px;
  left: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  z-index: 2;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-smoth-fulscrn-slide.slider-expanded .sewl-project-btn {
  bottom: 20px;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-project-btn a {
  color: #ffffff;
}
.sewl-project-btn a:hover .info-icon {
  background: #fffc0b;
  color: #222222;
}
.info-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.sewl-close-btn {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}
.sewl-close-btn a {
  color: #ffffff;
}
.sewl-close-btn a i {
  padding-right: 3px;
}
.sewl-project-share {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-smoth-fulscrn-slide .sewl-project-share {
  position: absolute;
  bottom: 80px;
  right: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-smoth-fulscrn-slide.slider-expanded .sewl-project-share {
  bottom: 20px;

  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-project-share a {
  color: #ffffff;
}
.sewl-project-share a i {
  vertical-align: middle;
  padding-right: 7px;
  font-size: 16px;
}
.sewl-project-socials, .sewl-project-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.sewl-project-socials .social-label {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}
.sewl-project-socials .social-label strong {
  color: #fffc0b;
}
.sewl-project-socials .sewl-rectangle-socials a {
  width: 80px;
  height: 80px;
  margin: 0 1px 1px 0;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 20px;
}
.sewl-project-socials .sewl-rectangle-socials a:hover {
  background: #fffc0b;
  color: #222222;
}
.sewl-rectangle-socials {
  display: inline-block;
}
.sewl-rectangle-socials a {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 3px 3px 0;
  background: #eeeeee;
  color: #777777;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.sewl-rectangle-socials a:hover {
  background: #222222;
  color: #ffffff;
}
.social-label {
  margin-bottom: 13px;
  color: #777777;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}
.social-label strong {
  color: #222222;
  font-weight: 600;
}
.sewl-moving-wrap {
  display: inline-block;
  position: relative;
  top: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sewl-show {
  overflow: auto;
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.sewl-show .sewl-moving-wrap {
  top: 0;
  opacity: 1;
}
.sewl-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: -1;
}
.sewl-project-info .sewl-moving-wrap {
  width: 560px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
}
.sewl-project-info dl {
  margin-bottom: 41px;
}
.sewl-project-info dt {
  margin-bottom: 6px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}
.sewl-project-info dd {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.sewl-project-info dd a {
  color: #ffffff;
}
.sewl-project-info dd span:after {
  content: ",";
}
.sewl-project-info dd span:last-child:after {
  display: none;
}
.sewl-primary-page .sewl-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 2;
}
.slider-expanded .sewl-footer {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.slider-expanded .portfolio-info-wrap {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.slider-expanded .sewl-portfolio-info .swiper-container {
  margin: 0;
}
/* Sewl Slick Slider CSS */
.slick-slider.slick-dotted {
  margin: 0;
}
.slick-slider {
  height: 100%;
}
.slick-slider .slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.slick-slider .slick-list, .slick-slider .slick-track, .slick-slider .slick-slide {
  height: 100%;
}
.slick-slider .slick-slide {
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-dots {
  bottom: 15px;
}
.slick-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 1px;
}
.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  width: 15px;
  height: 15px;
  color: #ffffff;
  font-size: 10px;
  opacity: 0.5;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
.slick-slider .slick-prev {
  left: 20px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.slick-slider .slick-next {
  right: 20px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.slick-slider .slick-prev:before, .slick-slider .slick-prev:after, .slick-slider .slick-next:before, .slick-slider .slick-next:after {
  position: absolute;
  top: 15px;
  left: 22px;
  width: 2.3px;
  height: 9px;
  background: #ffffff;
  content: "";
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.slick-slider .slick-next:after {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-slider .slick-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-slider .slick-prev:after {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Sewl Main Wrap CSS */
.sewl-main-wrap {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.page-template-default.sewl-main-wrap{
  height: inherit;
}
.sewl-main-wrap.sewl-primary-page {
  padding-top: 70px;
  padding-bottom: 60px;
}
.sewl-main-wrap.sewl-primary-page.sewl-smoth-fulscrn-slide{
  padding-top: 0px;
  padding-bottom: 0px; 
}
.sewl-smoth-fulscrn-slide .sewl-heading-wrap.sewl-align-bottom {
    padding-bottom: 80px;
}
.sewl-main-wrap.slider-expanded {
  padding-top: 0;
  padding-bottom: 0;
}
/* Sewl Header CSS */
.sewl-header {
  padding: 0 10px;
  background: #e6e6e6;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}
.sewl-header .navbar-nav {
  float: none;
  display: inline-block;
}
.sewl-header .navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.sewl-header .navbar-nav > li.logo {
  padding: 10px 30px;
}
li.logo{
  list-style: none;
}
li.logo a {
    font-size: 40px;
    letter-spacing: -1px;
}
.sewl-header .navbar-nav > li.logo > a {
  padding: 0;
}
.sewl-header .navbar-nav > li > a {
  padding: 25px 16px;
  background: none !important;
  color: #222222;
}
.is-sticky .sewl-header {
  z-index: 99 !important;
}
.sewl-logo {
  float: left;
  display: none;
}
/* Sewl Home Static Image Page CSS */
.sewl-static-bg {
  width: 100%;
  height: 100%;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.sewl-bg-wrap {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.sewl-bg-wrap.overlay {
  background: rgba(0, 0, 0, 0.4);
}
.sewl-entrance-wrap a {
  display: inline-block;
  padding: 31px 50px 26px;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  position: relative;
}
.sewl-entrance-wrap a:before {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  content: "";
  z-index: 1;
}
.sewl-entrance-wrap .entrance-heading {
  margin-bottom: 0;
  font-size: 35px;
  letter-spacing: 0.2px;
}
.sewl-entrance-wrap .entrance-sub-heading {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.sewl-entrance-wrap.style2 a {
  padding: 47px 69px;
  background: #ffffff;
}
.sewl-entrance-wrap.style2 a:before {
  border-color: #ffffff;
}
.sewl-entrance-wrap.style2 .entrance-heading {
  font-weight: 700;
  font-size: 45px;
}
/* Sewl About Studio Page CSS */
/* Sewl Banner CSS */
.sewl-banner {
  height: 460px;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Sewl About Info CSS */
.sewl-about-info {
  padding: 113px 0 90px;
  text-align: center;
}
.sewl-about-info .clearfix {
  padding-top: 17px;
}
.sewl-about-info .clearfix a {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
.sewl-section-heading {
  display: block;
  padding-bottom: 17px;
  text-align: center;
}
.sewl-section-heading .sewl-heading {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
}
.sewl-section-heading .sewl-heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #222222;
  width: 60px;
  height: 3px;
  content: "";
  z-index: 1;
}
.sewl-section-heading .sewl-sub-heading {
  font-size: 20px;
  line-height: 30px;
}
.sewl-section-heading .sewl-sub-heading span:after {
  content: ",";
}
.sewl-section-heading .sewl-sub-heading span:last-child:after {
  display: none;
}
.sewl-section-heading.style2 {
  color: #ffffff;
}
.sewl-section-heading.style2 .sewl-heading {
  padding-bottom: 21px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.sewl-section-heading.style2 .sewl-heading:after {
  width: 45px;
  height: 4px;
  background: #ffffff;
}
.sewl-section-heading.style2 .sewl-sub-heading {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.sewl-section-heading.style2 .sewl-sub-heading a {
  color: #ffffff;
}
.sewl-section-heading.style3 {
  padding-bottom: 21px;
  text-align: left;
}
.sewl-section-heading.style3 .sewl-heading {
  padding-bottom: 9px;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.sewl-section-heading.style3 .sewl-heading:after {
  right: auto;
  margin: 0;
}
.sewl-section-heading.style3 .sewl-sub-heading {
  font-size: 18px;
  line-height: 24px;
}
.sewl-section-heading.style4 {
  padding-bottom: 12px;
}
.sewl-section-heading.style4 .sewl-heading {
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.5px;
}
.sewl-section-heading.style4 .sewl-sub-heading {
  padding-bottom: 4px;
  color: #888888;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sewl-section-heading.style4 .sewl-sub-heading a {
  color: #888888;
}
.sewl-section-heading.style5 .sewl-heading {
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.sewl-section-heading.style5 .sewl-sub-heading {
  color: #777777;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.sewl-section-heading.style5 .sewl-sub-heading a {
  color: #777777;
}
/* Sewl Status CSS */
.sewl-status {
  text-align: center;
  letter-spacing: 0.5px;
}
.sewl-status .row {
  margin: 0 5px;
}
.sewl-status [class*="col-"] {
  padding: 0 5px;
}
.status-type {
  /* padding: 88px 20px 84px; */
    margin-bottom: 10px;
    background: #f7f7f7;
    display: table;
    width: 100%;
    height: 200px;
    text-align: center;
}
.counter-inner{
    display: table-cell;
    vertical-align: middle;
}
.status-type .counter {
  margin-bottom: 7px;
  color: #232323;
  font-size: 36px;
}
.status-type .status-title {
  display: block;
  color: #777777;
  font-weight: 500;
  font-size: 16px;
}
/* Sewl Team CSS */
.sewl-team .col-md-3.five-col{
  width: 20%;
}
.five-col .mate-info .mate-designation{
    font-size: 15px;
}
.mate-list {
  margin-bottom: 35px;
  text-align: center;
}
.mate-list.ishover .sewl-rectangle-socials {
  opacity: 1;
}
.mate-list.ishover .sewl-moving-wrap {
  top: 0;
  opacity: 1;
}
.mate-picture {
  position: relative;
}
.mate-picture .clearfix img {
  width: 100%;
}
.mate-picture .sewl-rectangle-socials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.mate-picture .sewl-rectangle-socials a {
  width: 40px;
  height: 40px;
  margin: 0 3px 6px;
  background: #ffffff;
  color: #232323;
}
.mate-picture .sewl-rectangle-socials a:hover {
  background: #fffc0b;
}
.mate-info {
  display: block;
  padding-top: 22px;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.mate-info .mate-name {
  margin-bottom: 2px;
  line-height: 23px;
}
.mate-info .mate-designation {
  display: block;
  color: #777777;
  font-weight: 500;
  font-size: 16px;
}
/* Sewl Services CSS */
.sewl-services {
  padding: 120px 0;
  background-color: #858585;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-block{
  width: 570px;
  float: right;
}
.sewl-services .sewl-section-heading {
  padding-bottom: 38px;
}
.services-wrap {
  background: #f6f7f8;
}
.services-wrap h3 {
  padding: 11px;
  margin: 0;
  background: #222222;
  color: #ffffff;
  font-size: 22px;
  line-height: 48px;
  letter-spacing: 0.3px;
  text-align: center;
}
.service-item {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 40px 67px;
  border-bottom: 1px solid #dfe0e1;
}
.service-item [class*="ti-"] {
  font-size: 40px;
}
.service-info {
  display: block;
  overflow: hidden;
  padding-left: 28px;
}
.service-title {
  margin-bottom: 7px;
  font-size: 13px;
  letter-spacing: 1px;
}
.service-sub-title {
  display: block;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.more-services {
  padding: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.3px;
  text-align: center;
}
.more-services a {
  color: #232323;
}
.sewl-skill {
    width: 453px;
    margin: 0 auto;
}
.sewl-skills{
    color: #ffffff;
}
.sewl-skills .progress {
  background: rgba(255, 255, 255, 0.3);
}
.sewl-skills .progress-bar {
  background: #ffffff;
}
.sewl-progressbar {
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.sewl-progressbar span:before {
  display: inline-block;
  content: "-";
}
.progress {
  height: 4px;
  margin: 6px 0 34px;
  background: #f7f7f7;
  border-radius: 0;
  box-shadow: none;
}
.progress-bar {
  background: #222222;
  box-shadow: none;
  -webkit-transition: width 0s ease 0s;
  transition: width 0s ease 0s;
}
/* Sewl Testimonials CSS */
.sewl-testimonials {
  text-align: center;
}
.sewl-testimonials .sewl-wrap {
  width: 667px;
}
.sewl-testimonials .sewl-section-heading {
  padding-bottom: 13px;
}
.sewl-testimonials p {
  color: #555555;
  font-size: 20px;
}
.sewl-testimonials h6 {
  color: #232323;
  line-height: 23px;
  letter-spacing: 1px;
}
/* Sewl Callout CSS */
.sewl-callout {
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.sewl-callout h2 {
  margin-bottom: 21px;
  text-transform: none;
}
/* Sewl About Me Page CSS */
/* Sewl About Me CSS */
.sewl-about-me {
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg5.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.sewl-about-me .container, .sewl-about-me .row {
  height: 100%;
}
.about-me-wrap {
  height: 100%;
  padding: 50px 20px;
}
.about-inner-wrap {
  width: 670px;
  height: 100%;
}
.about-inner-wrap .mCSB_draggerContainer {
  display: none;
}
.about-inner-wrap .about-me-heading {
  padding-bottom: 30px;
  color: #eeeeee;
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
}
.about-info-list {
  padding: 4px 0 17px;
}
.about-info-list .about-info-title {
  padding-bottom: 8px;
  color: #eeeeee;
  font-weight: 700;
  font-size: 22px;
}
.about-info-list p {
  margin-bottom: 13px;
  color: #cccccc;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 28px;
}
/* Sewl Albums Grid Page CSS */
/* Sewl Masonry CSS */
.sewl-masonry {
  margin: 0 5px;
}
.sewl-masonry.col-item-4 {
  margin: 0 1px 0 2px;
}
.sewl-masonry.col-item-3 {
  margin: 0 1px 0 2px;
}
.sewl-align-bottom .gallery-info {
  text-align: left;
}
.sewl-align-bottom .gallery-info .gallery-category:before {
  margin: 0;
}
.masonry-item {
  width: 20%;
  padding: 0 2px 4px;
}
.col-item-2 .masonry-item {
  width: 50%;
}
.col-item-3 .masonry-item {
  width: 33.3333%;
}
.col-item-4 .masonry-item {
  width: 25%;
  padding: 0 2px 4px;
}
.masonry-wrap {
  position: relative;
  overflow: hidden;
}
/*.masonry-wrap .sewl-zoom-btn a:before {
  width: 25px;
  height: 25px;
  margin: -13px 0 0 -13px;
}*/
.masonry-wrap .clearfix img {
  width: 100%;
  position: relative;
  right: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}






.overlay a .over {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: all 0.4s;
}

.overlay a:hover .over {
    opacity: 0;
}






/*.masonry-wrap.ishover .clearfix img {
  right: -20px;
}*/
.ishover .gallery-info {
  opacity: 1;
}
.ishover .gallery-info .gallery-title, .ishover .gallery-info .gallery-category {
  top: 0;
}
.zoom-hover .ishover .gallery-info .gallery-category:before  {
  width: 160px;
}
.zoom-hover .masonry-wrap.ishover .clearfix img {
  right: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.zoom-hover .ishover .swiper-slide-picture {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.zoom-hover .swiper-slide-picture {
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.sewl-gallery-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}
.sewl-gallery-name.style2 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.gallery-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 27px 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.gallery-info a {
  color: #ffffff;
}
.gallery-info .gallery-title {
  margin: 0;
  font-size: 25px;
  letter-spacing: 0.5px;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-info .gallery-category {
  display: block;
  padding-top: 0px;
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-info .gallery-category:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background: #fffc0b;
  content: "";
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}
.gallery-info .gallery-category span:after {
  content: " &";
}
.gallery-info .gallery-category span:last-child:after {
  display: none;
}
.sewl-grid {
  margin: 0 5px;
}
.zoom-hover .gallery-info .gallery-category:before {
  width: 0;
}
.zoom-hover .masonry-wrap .clearfix img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Sewl Albums Tumbnails Page CSS */
/* Sewl Albums Wrap CSS */
.sewl-albums-wrap {
  padding: 5px 10px 5px 10px;
}
.album-block {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.album-title {
  padding-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.album-listings-wrap {
  white-space: nowrap;
}
.album-list {
  display: inline-block;
  margin-right: 1px;
  position: relative;
  width: 180px;
  height: 101px;
}

.album-list-widescreen {
  display: inline-block;
  margin-right: 1px;
  position: relative;
  width: 180px;
  height: 78px;
}


.ishover .sewl-zoom-btn {
  opacity: 1;
}
.sewl-zoom-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  pointer-events: none;
}
.sewl-zoom-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
.sewl-zoom-btn a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background-image: url(../images/icons/icon2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 1;
}
.sewl-zoom-btn a img {
  display: none;
}
.hover-one .masonry-wrap .clearfix img {
  left: 0;
}
/* Sewl Photo Proofing Page CSS */
/* Sewl Password Prodected CSS */
.sewl-password-prodected {
  display: inline-block;
  width: 550px;
  color: #ffffff;
}
.sewl-password-prodected i {
  display: block;
  padding-bottom: 23px;
  font-size: 110px;
}
.sewl-password-prodected .prodected-title {
  display: block;
  padding-bottom: 22px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1px;
}
.sewl-password-prodected p {
  width: 100%;
  margin: 0;
}
.sewl-password-prodected input[type="password"] {
  width: 75%;
  height: 57px;
  padding: 15px 20px;
  background: rgba(245, 245, 245, 0.3);
  color: #ffffff;
  border: none;
}
.sewl-password-prodected input[type="submit"] {
  float: left;
  min-width: 25%;
  height: 57px;
  background-color: #fffc0b;
  color: #151515;
  letter-spacing: 1px;
}
.sewl-password-prodected input[type="submit"]:hover, .sewl-password-prodected input[type="submit"]:focus {
  background-color: #151515;
  color: #ffffff;
}
/* Sewl Portfolio Grid Page CSS */
/* Sewl Dark Gallery Overlay CSS */
.dark-gallery-overlay .gallery-info {
  background: rgba(0, 0, 0, 0.6);
}
.filter-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.filter-nav > li > a {
  padding: 3px 10px;
  background: #e6e6e6;
  color: #050e17;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.filter-nav > li.open > a, .filter-nav > li.open > a:hover, .filter-nav > li > a:hover, .filter-nav > li > a:focus {
  background: #e6e6e6;
}
.filter-nav > li > a > i {
  margin-left: 16px;
  font-size: 11px;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.filter-nav > li.dropdown.open > a .fa-caret-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-nav .dropdown-menu {
  min-width: 135px;
  padding: 10px 0;
  letter-spacing: 0.3px;
  background: #e6e6e6;
}
.filter-nav .dropdown-menu > li > a {
  padding: 5px 20px;
  color: #232323;
  font-weight: 500;
}
.filter-nav .dropdown-menu > li > a.active {
  text-decoration: line-through;
}
/* Sewl Portfolio Single Horizontal Page CSS */
/* Sewl Portfolio Info CSS */
.portfolio-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  padding: 72px 10px 10px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.portfolio-info-wrap dl {
  margin-bottom: 32px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.portfolio-info-wrap dt {
  margin-bottom: 5px;
  color: #444444;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.portfolio-info-wrap dd {
  color: #888888;
  font-weight: 500;
}
.portfolio-info-wrap dd a {
  color: #888888;
}
.portfolio-info-wrap dd span:after {
  content: ",";
}
.portfolio-info-wrap dd span:last-child:after {
  display: none;
}
.portfolio-info-wrap .sewl-rectangle-socials {
  padding-top: 16px;
}
.sewl-portfolio-info .swiper-container {
  margin-left: 400px;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sewl-portfolio-btn {
  display: none;
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  z-index: 2;
}
.sewl-portfolio-btn a {
  color: #ffffff;
}
.sewl-portfolio-btn a .info-icon {
  margin: 0;
}
.sewl-portfolio-btn a:hover .info-icon {
  background: #fffc0b;
  color: #222222;
}
.sewl-project-controls {
  display: block;
  padding-top: 43px;
  font-size: 20px;
}
.sewl-project-controls a {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  color: #232323;
  text-align: center;
}
.sewl-project-controls .grid-controls {
  padding-top: 2px;
}
.sewl-project-controls .grid-controls span {
  float: left;
  clear: both;
  margin-bottom: 2px;
  width: 3px;
  height: 3px;
  background: #232323;
  position: relative;
}
.sewl-project-controls .grid-controls span:last-child {
  margin-bottom: 0;
}
.sewl-project-controls .grid-controls span:before {
  position: absolute;
  top: 0;
  left: 6px;
  width: 3px;
  height: 3px;
  background: #232323;
  content: "";
  z-index: 1;
}
.sewl-project-controls .grid-controls span:after {
  position: absolute;
  top: 0;
  left: 12px;
  width: 3px;
  height: 3px;
  background: #232323;
  content: "";
  z-index: 1;
}
/* Sewl Portfolio Single Cantained (Full Width) Masonry Page CSS */
/* Sewl Mid Wrap CSS */
.sewl-mid-wrap {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0px 0;
  background: #e6e6e6;
}
/* Sewl Portfolio Detail CSS */
.sewl-portfolio-detail {
  text-align: center;
}
.sewl-portfolio-detail .sewl-masonry {
  margin: 0 -7px;
}
.sewl-portfolio-detail .masonry-item {
  padding: 0 7px 14px;
}
.sewl-portfolio-detail.full-detail .sewl-masonry {
  margin: 0 7px;
}
.sewl-portfolio-detail .sewl-rectangle-socials {
  padding-top: 37px;
}
.portfolio-detail-wrap {
  padding-bottom: 1px;
}
.portfolio-detail-wrap .sewl-wrap {
  width: 810px;
}
.portfolio-detail-wrap p {
  color: #555555;
  font-size: 17px;
  text-align: justify;
  
  letter-spacing: 0.3px;
}
.portfolio-detail-wrap .sewl-project-controls {
  padding-top: 13px;
}
.portfolio-info-boxes {
  display: inline-block;
  padding: 0px 0 10px;
  line-height: 22px;
  text-transform: uppercase;
}
.portfolio-info-boxes dl {
  display: table-cell;
  vertical-align: middle;
  width: 210px;
  padding: 9px;
  margin: 0;
  border-right: 1px solid #e5e5e5;
}
.portfolio-info-boxes dl:last-child {
  border-right: none;
}
.portfolio-info-boxes dt {
  margin-bottom: 4px;
  color: #444444;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}
.portfolio-info-boxes dd {
  color: #888888;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.portfolio-info-boxes dd a {
  color: #888888;
}
.portfolio-info-boxes dd a:last-child:after, .portfolio-info-boxes dd span:last-child:after {
  display: none;
}
.portfolio-info-boxes dd a:after, .portfolio-info-boxes dd span:after {
  display: inline-block;
  content: ",";
}
.portfolio-picture {
  padding-bottom: 20px;
}
.portfolio-picture img {
  width: 100%;   
 /* max-width: 900px; */
}

.portfolio-vidcontainer {
	position: relative;
	    width: 100%;
	    height: 0;
	    padding-bottom: 56.25%;
}

/* Sewl Blog Splitted Page CSS */
.blog-page {
  padding: 0px 0 0px;
}
.sewl-mid-wrap.blog-splitted {
  height: 100%;
  overflow: hidden;
  padding: 0;
  background: #f5f5f5;
}
.blog-splitted .load_more_blog_messages h4{
  width: 100%;
  padding: 40px;
}
.blog-splitted .col-md-6 {
  height: 100%;
  padding: 0 0 0 10px;
}
.blog-splitted .mCSB_inside > .mCSB_container {
  margin: 0;
}
.sewl-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 20px;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg7.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.sewl-fixed-bg .bg-heading {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 60px;
}
.sewl-fixed-bg .bg-sub-heading {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
}
.blog-splitted-items {
  padding: 82px 122px 64px;
}
.blog-item-pagination.blog-splitted-items, .pagination_button.blog-splitted-items  {
  padding: 82px 122px 0;
}
.blog-item {
  padding-bottom: 41px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.blog-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blog-item-pagination .blog-item:last-child, .pagination_button .blog-item:last-child {
  padding-bottom: 41px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.blog-item p {
  margin-bottom: 10px;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
.blog-title {
  padding-bottom: 17px;
  color: #232323;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.blog-title a {
  color: #232323;
}
.single_link{
  position: relative;
}
.single_link .link_post_type_link a{
    right: 28px;
    top: -130px;
}
.link_post_type_link a {
    position: absolute;
    right: 0;
    top: 40px;
    border: 2px solid rgba(85, 85, 85, 0.12);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 17px;
    color: #555555;
    line-height: 40px;
}
.link_post_type_link a:hover{
  background: #555555;
  color: #fff;
}
blockquote.single-quote p{
  color: #fff;
}
.blog-item.post-quote blockquote, blockquote.single-quote {
    background: #151515 none repeat scroll 0 0;
    border-left: 0 none;
    color: #ffffff;
    letter-spacing: -0.1px;
    line-height: 32px;
    padding: 62px 60px 76px;
    position: relative;
    font-size: 22px;
}
.blog-item.post-quote blockquote cite, .blog-item.post-quote blockquote a, blockquote.single-quote cite, blockquote.single-quote a {
    color: #aaaaaa;
    display: block;
    font-style: normal;
    letter-spacing: 0.3px;
    line-height: 24px;
    display: inline-block;
}
.blog-item.post-quote blockquote cite, blockquote.single-quote cite{
    display: block !important;
    text-align: right;
    margin-top: 30px;
}
.blog-item.post-quote blockquote:after , blockquote.single-quote:after{
    bottom: 14px;
    color: #ffffff;
    content: "\f10e";
    font-size: 16px;
    position: absolute;
    right: 31px;
    font-family: fontawesome;
}
.blog-author {
  padding-top: 24px;
  color: #555555;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.3px;
}
.blog-author a:after {
  content: ",";
}
.blog-author a:last-child:after {
  display: none;
}
.blog-author .post-author {
  color: #222222;
  font-weight: 500;
}
.blog-author .post-category a {
  color: #555555;
}
.blog-author .post-category a:hover {
  color: #000000;
}
.blog-author .post-date {
  padding-left: 6px;
  font-size: 15px;
}
.blog-author .post-date:before {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background: #222222;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
/* Sewl Blog Classic Page CSS */
.blog-classic .blog-item {
  padding-bottom: 0;
  margin-bottom: 59px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-classic .blog-item p {
  color: #555555;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}
.blog-classic .blog-item .clearfix {
  padding-top: 28px;
}
.blog-classic .blog-title {
  padding-bottom: 0;
  font-size: 40px;
}
.blog-classic .blog-author {
  padding: 0 0 18px;
  line-height: 30px;
}
.blog-picture a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.blog-info {
  overflow: hidden;
  clear: both;
  width: 950px;
  padding: 39px 50px 50px;
  margin: -80px auto 0;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  z-index: 1;
}
.audio .blog-picture iframe{
  max-height: 240px;
  width: 100%;
}
/* Sewl Single Post Page CSS */
.sewl-detail-page {
  width: 747px;
  margin: 0 auto;
  padding: 13px 0 5px;
  word-wrap: break-word;
}
.sewl-detail-page img {
  height: auto;
}
.sewl-detail-page p {
  margin-bottom: 28px;
  color: #555555;
  font-family: 'Avenir', sans-serif;
  font-size: 17px;
  letter-spacing: 0.3px;
}
.sewl-detail-page p a {
  color: #222222;
  font-weight: 500;
  text-decoration: underline;
}
.sewl-detail-page p a:hover {
  text-decoration: none;
}
.sewl-detail-page p strong {
  color: #222222;
}
.sewl-detail-page p q {
    color: #222222;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.sewl-detail-page .blog-title {
  padding-bottom: 1px;
  font-size: 50px;
  text-align: center;
}
.sewl-detail-page .blog-author {
  padding: 0 0 47px;
  text-align: center;
}
.sewl-detail-page .blog-picture {
  padding-bottom: 51px;
  margin: 0 -212px;
}
.sewell-has-sidebar .sewl-detail-page .blog-picture {
  margin: 0;
}
.sewl-detail-page h1, .sewl-detail-page h2, .sewl-detail-page h3, .sewl-detail-page h4, .sewl-detail-page h5, .sewl-detail-page h6 {
  padding-top: 5px;
  margin-bottom: 27px;
}
.sewl-detail-page h4 {
  color: #232323;
  font-size: 20px;
  letter-spacing: 0.3px;
}
.sewl-dropcap {
  float: left;
  padding: 8px 10px 0 0;
  color: #222222;
  font-weight: 700;
  font-size: 64px;
  line-height: 48px;
  letter-spacing: 0.3px;
}
.sewl-bottom-meta {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 17px 0 14px;
  margin-bottom: 49px;
  border-bottom: 1px solid #e2e2e2;
}
.sewl-bottom-meta .sewl-share {
  float: left;
}
.sewl-bottom-meta .sewl-share.active ul li {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.sewl-bottom-meta .sewl-share p {
  float: left;
  margin: 0;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sewl-bottom-meta .sewl-share ul {
  float: left;
  overflow: hidden;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  list-style: none;
}
.sewl-bottom-meta .sewl-share li {
  float: left;
  padding-right: 12px;
  position: relative;
  left: -50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sewl-bottom-meta .sewl-share li a {
  color: #222222;
}
.sewl-bottom-meta .sewl-tags {
    float: right;
    line-height: 30px;
    letter-spacing: 0.3px;
    max-width: 65%;
    text-align: right;
}
.sewl-bottom-meta .sewl-tags ul {
  padding: 0;
  margin: 0;
}
.sewl-bottom-meta .sewl-tags li {
  display: inline-block;
  padding-left: 5px;
}
.sewl-bottom-meta .sewl-tags li a {
  color: #555555;
}
.sewl-bottom-meta .sewl-tags li a:hover {
  color: #000000;
}
.sewl-bottom-meta .sewl-tags li a:before {
  display: inline-block;
  content: "#";
}
.sewl-author-list {
  padding: 30px 25px;
  margin-bottom: 49px;
  border: 1px solid #e5e5e5;
}
.author-avatar {
  float: left;
}
.author-avatar img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.avatar-72 {
  width: 72px;
  height: 72px;
}
.author-content {
  display: block;
  overflow: hidden;
  padding-left: 21px;
}
.author-content .author-name {
  display: inline-block;
  margin-bottom: 6px;
  color: #232323;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.author-content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.author-content .sewl-socials {
  padding: 0;
  margin-top: 9px;
  border-right: 1px solid #e2e2e2;
}
.author-content .sewl-socials a {
  float: left;
  width: 30px;
  padding: 6px 5px 4px;
  margin: 0;
  color: #232323;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.author-content .sewl-socials a:hover {
  background: #151515;
  color: #ffffff;
  border-color: #151515;
}
.sewl-more-posts {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 41px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sewl-more-posts a {
  display: inline-block;
}
.sewl-more-posts a:hover .post-control-link {
  color: #232323;
}
.sewl-more-posts span {
  display: block;
}
.sewl-more-posts .post-control-link {
  padding-bottom: 4px;
  color: #777777;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.sewl-more-posts .post-name {
  color: #232323;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.sewl-more-posts .previous-post {
  float: left;
  width: 50%;
  padding: 28px 20px 32px 7px;
  border-right: 1px solid #e5e5e5;
}
.sewl-more-posts .next-post {
    float: left;
    width: 50%;
    padding: 28px 7px 32px 20px;
    text-align: right;
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
}
.sewl-comments-area h3.comments-title, .sewl-comments-area h3.comment-reply-title {
  margin-bottom: 13px;
  color: #232323;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}
.sewl-comments-area ol.comments{
  padding: 0;
  margin: 0;
}
.sewl-comments-area ol.comments > li {
  list-style: none;
}
.sewl-comments-area .comment-image {
  float: left;
  padding-right: 20px;
}
.sewl-comments-area .comment-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.sewl-comments-area .comment-main-area {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sewl-comments-meta h4 {
  margin: 0 0 4px;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1px;
}
.comment .children li {
    list-style: none;
}
.sewl-comments-meta .comments-date {
  display: inline-block;
  padding-left: 8px;
  color: #555555;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: none;
}
.sewl-comments-area .comment-area p {
  margin-bottom: 10px;
  line-height: 26px;
}
.comments-reply {
  padding-top: 12px;
}
.comments-reply a {
  display: inline-block;
  padding: 0 15px;
  background: #e5e5e5;
  color: #555555;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.comments-reply a:hover {
  background: #000000;
  color: #ffffff;
}
.sewl-comments-area ul.children{
  padding-left: 37px;
}
.sewl-comment-form {
  padding-top: 21px;
}
.sewl-comment-form h3 {
  margin-bottom: 23px;
  position: relative;
}
.sewl-comment-form .sewl-form-textarea textarea {
  height: 200px;
  margin-bottom: 20px;
  border-width: 1px;
}
.sewl-comment-form .sewl-form-inputs {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 5px;
}
.sewl-comment-form .sewl-form-inputs > input {
  width: 49.1%;
  margin: 0 0 20px 1.7%;
  border-width: 1px;
}
#comments #respond #reply-title small #cancel-comment-reply-link {
    color: #cccccc;
    display: inline-block;
    font-size: 20px;
    text-align: right;
    right: 0;
    top: 10px;
}
#comments #respond #reply-title small #cancel-comment-reply-link:hover {
    color: #151515;
}
#comments #respond #reply-title small #cancel-comment-reply-link {
    position: absolute;
}
.sewl-comment-form .sewl-form-inputs > input:first-child {
  width: 100%;
  margin-left: 0;
}
.sewl-comment-form .sewl-form-inputs > input:nth-child(2n) {
  margin-left: 0;
}
.sewl-comment-form input[type="submit"] {
  min-width: 163px;
}
.comments-area > ol, .comments-area > ul {
  padding: 0;
}
.sewl-comment-form label.error{
  display:  none !important;
}
.sewl-comment-form #email.error{
    margin: 0 0 20px 1.7%;
}
.sewl-comment-form input.error, .sewl-comment-form textarea.error {
    border-color: #a00101;
}
.comment-respond{
  overflow: hidden;
}
.entry-content form p {
  width: 100%;
  margin-right: 0;
}
.entry-content .comment-author {
  margin: 0;
}
.entry-content .avatar {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content .comment-metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #4c4c4c;
}
.entry-content .comment-list p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
.entry-content .comment-list .comment-reply-link {
  padding: 5px 10px;
  margin-top: 10px;
  color: #222222;
  font-size: 13px;
}
.entry-content .comment-list .comment-reply-link:hover,
.entry-content .comment-list .comment-reply-link:focus {
  border-color: #222222;
  color: #222222;
}
.entry-content .comment-meta .comment-author .avatar {
  height: 42px;
  width: 42px;
}
.entry-content .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .comment-list {
  list-style: none;
  margin: 0;
}
.entry-content .comment-list article,
.entry-content .comment-list .pingback,
.entry-content .comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
.entry-content .comment-list .children {
  list-style: none;
  margin: 0;
}
.entry-content .comment-list .children > li {
  padding-left: 0.875em;
}
.entry-content .comment-author {
  color: #1a1a1a;
  margin-bottom: 0;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.entry-content .comment-metadata {
  margin-bottom: 15px;
  font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
  color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
  display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
  margin-bottom: 0;
}
.entry-content .comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.entry-content .comment-reply-link:hover,
.entry-content .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.entry-content .comment-form {
  padding-top: 1.75em;
}
.entry-content .comment-form label {
  color: #686868;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 12px;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}
.entry-content .comment-list .comment-form {
  padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
  color: #686868;
  font-size: 15px;
  margin-bottom: 20px;
}
.entry-content .no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
/* Sewl Contact Page CSS */
.sewl-mid-wrap.contact-page {
  height: 100%;
  padding: 0;
}
.contact-page .col-md-6 {
  height: 100%;
}
.contact-page .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.sewl-contact-wrap {
  width: 670px;
  padding: 115px 0 106px;
  margin: 0 auto;
  text-align: center;
}
.sewl-contact-info ul {
  padding: 0;
  margin: 0;
  color: #555555;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  list-style: none;
}
.sewl-contact-info ul li {
  padding-bottom: 17px;
}
.sewl-contact-info ul li a {
  color: #555555;
}
.get-directions {
  padding-top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.get-directions a {
  color: #232323;
  text-decoration: underline;
}

.sewl-contact-form .sewl-section-heading {
  padding-bottom: 45px;
}
/* Sewl Preloader CSS */
.sewl-preloader {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  text-align: center;
  z-index: 3;
}
.loader-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.loader-wrap .loader {
  display: inline-block;
  vertical-align: middle;
  flex: 0 1 0;
  max-width: 100%;
  height: auto;
}
/* Sewl Footer CSS */
.sewl-footer {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 10px 10px;
  background: #e6e6e6;
  color: #444444;
  text-transform: uppercase;
}

.sewl-footer .pull-left {
  padding-top: 2px;
}
.sewl-footer a {
  color: #444444;
}
.sewl-footer ul {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  list-style: none;
}
.sewl-footer ul li {
  float: left;
  padding-right: 19px;
}
.sewl-socials {
  display: inline-block;
}
.sewl-socials a {
  display: inline-block;
  margin-left: 8px;
}
/* Sewl Back Top CSS */
.sewl-back-top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 2;
}
.sewl-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  background: #232323;
  color: #ffffff;
  border: 2px solid transparent;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sewl-back-top a:hover {
  background: none;
  color: #222222;
  border-color: #222222;
}
/* Animation CSS */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.blogcarousel{
  position: relative;

}
.blog_carousel_controls{
  position: absolute;
  left: 10px;
  bottom:  10px;
  overflow: hidden;
}
.blogcarousel .blog_carousel_controls a:first-child{
  margin-right: 1px;
}
.blogcarousel .blog_carousel_controls a{
    background: #fff;
    font-size: 20px;
    text-align: center;
    padding: 3px 5px;
    font-weight: 800;
    display: block;
    width: 20px;
    float: left;
}


/* Retina and default logo */
.default-logo {display:inline-block;}
.retina-logo {display:none;}

/* Retina Logo - Active */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

  .default-logo {display:none;}
  .retina-logo {display:inline-block;}

}
.admin-bar .sewl-primary-page .sewl-header {
    top: 32px;
}
.infiniteloadmore, .infiniteloadmore_portfolio, .load_more_hover p{
  display: block;
  text-align: center;
}
.loader.loading:before{
  display: block;
  padding-bottom: 50px;
  margin-top: 50px;
  content: "Loading...";
  text-align: center;
}
.vertical-scrollbox .infiniteloadmore{
  margin-top: -70px;
}
.portfolioInfinite, .portinloading{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  display: block;
}
.portfolioInfinite img, .portinloading img{
  display: none;
}
.portfolioInfinite.portinloading img{
  display: inline-block;
}
a.load_more_btn {
    bottom: 0;
    color: #888888;
    cursor: pointer;
    display: block;
    font-size: 11px;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}
.load_more_btn.btn:active:focus, .load_more_btn.btn:focus,
.load_more_btn.btn:active, .load_more_btn.btn:active{
    outline: none !important;
    border: none !important;
    box-shadow: none;
}
.load_more_btn.loading{
  cursor: default;
}
.load_more_btn.loading:before{
  content: "Loading...";
}
.load_more_btn img.loader_gif{
  display:  none;
}

.load_more_btn.loading img.loader_gif {
    display: none;
    margin-right: 10px;
    max-width: 22px;
}
.load_more_btn .icon_pagination{
  margin-right: 10px;
}
.load_more_btn.loading .icon_pagination, .load_more_btn.loading .txt{
  display:  none;
}
.load_more_blog_messages h4{
  text-align: center;
}
.load_more_blog_messages h4:nth-child(2), .load_more_blog_messages h4:nth-child(3){
  display:  none;
}
.wpcf7-quiz-label {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 100%;
    color: #b3adad;
    font-weight: 400;
    font-size: 16px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.grid-item{
  width:  20%;
  padding:0 5px 10px;
}

.col-item-4 .grid-item{
  width:  25%;
  padding:0 5px 10px;
}
.col-item-3 .grid-item{
  width:  33.3333%;
  padding:0 5px 10px;
}
.col-item-2 .grid-item{
  width:  50%;
  padding:0 5px 10px;
}
.sewl-primary-page .vc_row, .sewl-primary-page .wpb_row, .sewl-primary-page .vc_row-fluid, .sewl-primary-page .wpb_column, .sewl-primary-page .vc_column_container, .sewl-primary-page .vc_column-inner, .sewl-primary-page .wpb_wrapper {
  height: 100%;
}
.items-navigation.portfolio{
  margin-top: 50px;
}
.sewl-detail-page .single-quote p a{
  color:  #fff;
}
.blog-info.no-thumbnail {
  margin: -59px auto 0;
}
.sticky.blog-item, .tag-sticky.blog-item {
    border: 2px dashed #dfdfdf;
}
.blog-classic .format-audio .blog-info {
    margin: 0px auto 0;
}


/* 404 NOT FOUND STYLES */
.not_found_container{
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: #d0d0d0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.not_found_container_table{
    width: 100%;
    height: 100%;
    display: table; text-align:center;
    background: rgba(0, 0, 0, 0.40);
}
.not_found_container_table h1{
  font-size: 200px;
  color: #fff;
  line-height: .75em;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
}
.not_found_container_table p{
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color:#fff;
}

/* contact form */
div.wpcf7-response-output{
  margin: 2em 0.5em 1em;
  padding: 1em 1em;
  float: left;
  width: 100%;
}
input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid{
  border-color: #a00101;
}
.wpcf7-not-valid .wpcf7-list-item-label, .wpcf7-not-valid .wpcf7-list-item-label{
  color: #a00101;
}
span.wpcf7-not-valid-tip{
  display: none;
}

.sewell-has-sidebar .blog-info{
  width: 80%;
}

.blog-page .sewell-has-sidebar .blog-picture iframe[src*=youtube] {
    max-height: 470px !important;
}

.widget_search .searchform{
  position: relative;
}
.widget_search input[type="submit"] {
    width: 50px !important;
    min-width: 50px;
    position: absolute;
    right: 0;
}
.widget_search i.fa{
  position: absolute;
  color: #fff;
  right: 17px;
  font-size: 20px;
  top: 11px;
  cursor: pointer;
}

/* Widget */
.sewell-sidebar .sewl-widget{
  margin-top: 50px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 17px;
  color: #555555;
  clear: both;
  overflow: hidden;
}
.sewell-sidebar .sewl-widget:first-child{
  margin-top: 0;
}
.sewell-sidebar .sewl-widget p{
  font-size: 17px;
}
.sewell-sidebar .sewl-widget img{
  height: auto;
}
.sewell-sidebar .sewl-widget ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.sewell-sidebar .sewl-widget ul.sub-menu {
    margin-top: 20px;
}
.sewell-sidebar .sewl-widget ul li {
    line-height: 1em;
    margin-bottom: 20px;
}
.sewell-widget ul.children li:first-child{
  margin-top: 20px;
}
.sewell-widget select{
  width: 100%;
  border: 1px solid #f0f0f0;
}
.sewell-sidebar .sewl-widget ul li:last-child {
    margin-bottom: 0px;
}
.sewell-sidebar .sewl-widget ul li a{
  color: #232323;
  font-size: 16px;
}
.sewell-sidebar .sewl-widget ul li a:hover{
  color: #777;
  font-family: 'Rajdhani', sans-serif;
}
.sewell-sidebar .sewl-widget h4.widget-title {
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #232323;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    line-height: 1em;
    padding-bottom: 30px;
}
/* Search form */
.sewell-searcform{
  position: relative;
}
.sewell-searcform input[type=text]{
    width: 100%;
    border: 1px solid #eeeeee;
    height: 45px;
    padding: 5px 40px 5px 20px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
}
.sewell-searcform input[type=submit]{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 45px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 9999;
}
.sewell-searcform i{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    color: #232323;
}

/* Recent Post */
.sewell-sidebar .sewl-recent-blog{

}
.sewell-sidebar .sewl-recent-blog ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sewell-sidebar .sewl-recent-blog li{
  margin-bottom: 20px;
}
.sewell-sidebar .sewl-recent-blog li:last-child{
  margin-bottom: 0px;
}
.sewell-sidebar .sewl-recent-blog .recent-media{
  float: left;
  margin-right: 20px;
}
.sewell-sidebar .sewl-recent-blog .recent-media{
  float: left;
}
.sewell-sidebar .sewl-recent-blog ul li .recent-content a{
    display: block;
    font-size: 18px;
    color: #232323;
}
.sewell-sidebar .sewl-widget.sewl-recent-blog ul .widget-bdate{
  display: block;
  font-size: 16px;
  color: #888888;
}

/* Tag cloud */
.sewell-sidebar .tagcloud{

}

.sewell-sidebar .tagcloud a {
    font-size: 14px;
    padding: 11px 20px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
    line-height: 1em;
    font-family: 'Rajdhani', sans-serif;
    color: #666666;
    border-radius: 2px;
    text-transform: uppercase;
}
.sewell-sidebar .tagcloud a:hover{
  background: #e8e8e8;
}



/* Calenter  */
.widget_calendar {float: left;width: 100%;margin-bottom: 20px;}
.widget_calendar tbody > tr > td,
.widget_calendar tbody > tr > th,
.widget_calendar tfoot > tr > td,
.widget_calendar tfoot > tr > th,
.widget_calendar thead > tr > td,
.widget_calendar thead > tr > th {padding: 0;}
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {padding: 10px 0;background: #E6E6E6;color: #232323;text-align: center; font-size: 14px;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #D0D0D0; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next,
#wp-calendar tfoot .pad,
#wp-calendar tfoot #prev {padding: 10px 0;background: #E6E6E6;color: #232323;text-align: center;font-size: 12px;}
#wp-calendar tfoot a {color: #232323;}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {border: 1px solid #D0D0D0;}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {border-top: 1px solid #D0D0D0;}


/*
Search page
*/
.search-page-form{
  margin-bottom: 60px;
}
.search-page-form .searchform{
  position: relative;
  padding-bottom: 30px;
}

.search-page-form .searchform i{
    position: absolute;
    right: 20px;
    color: #fff;
    top: 15px;
    background: transparent;
}
.search-page-form .searchform input[type=submit]{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px !important;
    min-width: 60px;
}








/* .sewell-has-sidebar.left .sewell-sidebar {
    text-align: right;
} */