/*************************************************/
/* imported fonts */
/*************************************************/
@font-face {
  font-family: 'cocon';
  src: url('fonts/cocon5a0609acf40193d5e1bf89f40a335677.eot');
  src: url('fonts/cocon5a0609acf40193d5e1bf89f40a335677.eot') format('embedded-opentype'), url('fonts/cocon5a0609acf40193d5e1bf89f40a335677.woff2') format('woff2'), url('fonts/cocon5a0609acf40193d5e1bf89f40a335677.woff') format('woff'), url('fonts/cocon5a0609acf40193d5e1bf89f40a335677.ttf') format('truetype'), url('fonts/cocon5a0609acf40193d5e1bf89f40a335677.svg#cocon5a0609acf40193d5e1bf89f40a335677') format('svg');
}
* {
  outline: none !important;
  animation-duration: 1.7s !important;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body {
  font-family: 'cocon', tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
.no-padding {
  padding: 0 !important;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: 'cocon', tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'cocon', tahoma, sans-serif !important;
}

/*************************************************/
/* Custom */
/*************************************************/
.owl-controls {
  display: block;
  width: 96px;
  height: 49px;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 0;
  line-height: 25px;
  border-radius: 5px;
  right: 0;
  margin: auto;
}
.owl-controls .owl-nav .owl-prev:before {
  content: '\f054 ';
  font-family: FontAwesome;
  color: white;
  font-size: 16px;
  padding: 10px 16px;
  position: absolute;
  height: 42px;
  background: #FB7246;
  border-radius: 5px;
}
.owl-controls .owl-nav .owl-next:before {
  content: '\f053 ';
  font-family: FontAwesome;
  color: white;
  font-size: 16px;
  padding: 10px 16px;
  position: absolute;
  left: 0;
  background: #FB7246;
  border-radius: 5px;
  height: 42px;
}
header {
  z-index: 99;
}
header .top-nav {
  background: #44425C;
  position: relative;
}
header .top-nav:after {
  content: '';
  background: #FB7246;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22%;
  z-index: 1;
}
header .top-nav:before {
  content: '';
  background: #FB7246;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 23%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  z-index: 1;
}
header .logo {
  padding: 10px 0;
}
header .social {
  display: inline-block;
  padding: 0;
  margin: 30px 0 0 0;
  z-index: 99;
  position: relative;
}
header .social li {
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
header .social li i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.47);
  padding-top: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .social li:hover i {
  color: white;
  background: #44425C;
  box-shadow: 0 0 0 1px #44425C;
}
header .navbar-default .navbar-brand {
  color: white;
}
.navbar-default {
  background: none;
  border: none;
  border-radius: 0;
  margin: 30px 0 0 0;
}
.navbar-default .navbar-nav li {
  position: relative;
}
.navbar-default .navbar-nav li.active a {
  color: #FB7246;
  background: none;
  box-shadow: inset 0 0 0 1px #FB7246;
}
.navbar-default .navbar-nav li.active:hover a {
  color: #FB7246;
  background: none;
  box-shadow: inset 0 0 0 1px #FB7246;
}
.navbar-default .navbar-nav li a {
  font-size: 15px;
  color: #fff;
  display: block;
  border-radius: 30px;
  padding: 5px 10px;
}
.navbar-default .navbar-nav li:hover a {
  color: #FB7246;
  background: none;
  box-shadow: inset 0 0 0 1px #FB7246;
}
.navbar-default .dropdown a {
  background: none !important;
}
.navbar-default .dropdown a:hover {
  color: #FB7246 !important;
}
.navbar-default .dropdown .dropdown-menu {
  text-align: right;
  background: #44425C;
  padding: 0;
}
.navbar-default .dropdown .dropdown-menu li {
  border: none !important;
  margin-left: 0;
}
.navbar-default .dropdown .dropdown-menu li a {
  border: none !important;
  color: white;
  padding: 10px 5px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
}
.navbar-default .dropdown .dropdown-menu li:hover a {
  border: none !important;
  color: white !important;
  background: #FB7246 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #FB7246;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FB7246;
}
.slider {
  overflow: hidden;
  /* Animation delays */
}
.slider .item {
  height: 600px;
  overflow: hidden;
}
.slider .item img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.slider .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 200px 50px 20px;
  width: 766px;
  text-align: right;
}
.slider .carousel-caption h3 {
  margin: 0;
  font-size: 30px;
  color: white;
  text-shadow: none;
  line-height: 34px;
  padding: 20px 0;
  z-index: 99;
  position: relative;
  max-width: 420px;
}
.slider .carousel-caption p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  z-index: 99;
  position: relative;
  max-width: 500px;
}
.slider .carousel-caption a {
  z-index: 99;
  position: relative;
}
.slider .carousel-caption:before {
  content: '';
  background: rgba(254, 97, 49, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -130px;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  z-index: 8;
}
.slider .carousel-caption:after {
  content: '';
  background: rgba(254, 97, 49, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -200px;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  z-index: 8;
}
.slider .carousel-caption h3 {
  animation-delay: 0.2s;
}
.slider .carousel-caption p {
  animation-delay: 0.6s;
}
.slider .carousel-caption a {
  animation-delay: 0.9s;
}
.slider .carousel-control {
  background-image: none !important;
}
.contacts-info {
  padding: 1.5em 0;
  background: #44425C;
}
.contacts-info ul {
  text-align: center;
}
.contacts-info ul li {
  color: rgba(255, 255, 255, 0.67);
  margin-left: 15px;
}
.contacts-info ul li i {
  color: #FB7246;
  margin-left: 10px;
}
.our-services {
  padding: 4em 0 1em;
  overflow: hidden;
  background: #ECECEC;
  position: relative;
}
.our-services .plumber-man {
  bottom: 0;
  position: absolute;
  top: auto;
}
.our-services .single-service-home {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 220px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.our-services .single-service-home h1 {
  font-size: 18px;
}
.our-services .single-service-home h1 a {
  color: #44425C;
}
.our-services .single-service-home p {
  color: #787878;
  font-size: 12px;
}
.our-services .single-service-home:hover {
  box-shadow: 0 0 0 2px #FB7246;
  background: none;
}
.video-wrapper {
	background: #44425C url("https://jant-mamlka.com/wp-content/uploads/2024/10/D981D8AFD98AD988.webp") center center no-repeat;
	background-size: cover;
}
.dalel {
  padding: 8em 0;
  background: url("https://jant-mamlka.com/wp-content/uploads/2024/02/1.webp") fixed;
  background-size: cover;
}
.dalel h4 {
  color: #fff;
  font-size: 24px;
}
hr.fancy {
  border: none;
  width: 122px;
  height: 15px;
  margin: 10px auto;
}
.video-blog {
  padding: 4em 0;
}
.video-wrapper {
  height: 424px;
  text-align: center;
  margin-bottom: 3em;
  position: relative;
}

.video-wrapper i {
  position: absolute;
  right: 0;
  left: 0;
  bottom: auto;
  top: 45%;
  margin: auto;
  color: #44425C;
  font-size: 60px;
}
.video-wrapper i:hover {
  color: white;
}
.tips-blog li {
  border-bottom: 1px solid #eaeaea;
}
.tips-blog li h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.tips-blog li h2 a {
  color: #44425C;
}
.tips-blog li p {
  color: #7b7b7b;
}
.btn-blue {
  background: #44425C;
  color: #fff;
  padding: 15px;
  border-radius: 0;
  margin-top: 1em;
}
.btn-blue:hover {
  background: #FB7246;
  color: #fff;
}
.single-regular {
  border: 1px solid rgba(4, 4, 4, 0.15);
  height: 103px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #fff;
}
.single-regular h3 {
  color: #FB7246;
  font-size: 14px;
  font-weight: bold;
}
.single-regular p {
  color: #44425C;
}
.sec-title {
  color: #44425C;
  font-size: 24px;
  margin: 0;
  text-align: center;
}
footer {
  background: #44425C;
  padding-top: 2em;
  color: #fff;
}
footer h6 {
  font-size: 18px;
  color: #FB7246;
  font-weight: bold;
}
footer li {
  line-height: 30px;
  color: #fff;
}
footer li a {
  color: #fff;
  font-size: 14px;
}
footer li:hover a {
  color: #FB7246;
}
footer .footer-social {
  background: #FB7246;
  padding: 2em 0;
  margin-top: 2em;
}
footer .footer-social li {
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
footer .footer-social li i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.47);
  padding-top: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-social li:hover i {
  color: white;
  background: #44425C;
  box-shadow: 0 0 0 1px #44425C;
}
footer .copyrights a {
  color: #fff;
}
footer .copyrights p {
  color: #fff;
  margin: 0;
  line-height: 40px;
  padding: 10px 0;
}
.footer-nav a {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
.go-top {
  position: fixed;
  bottom: 2em;
  left: 2em;
  text-decoration: none;
  color: white;
  background-color: #44425C;
  font-size: 12px;
  padding: 1em 1.3em;
  display: none;
  border: 1px solid #44425C;
  border-radius: 5px;
  z-index: 999999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.go-top i {
  color: #fff;
}
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
  header .social li {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  header .top-nav:before,
  header .top-nav:after {
    display: none;
  }
  header .top-nav {
    text-align: center;
  }
  header .top-nav .social {
    text-align: center;
    margin: 0 0 10px;
    float: none !important;
  }
  .slider .carousel-caption {
    padding: 60px 50px 20px;
  }
  .slider .item {
    height: 400px;
  }
  .our-services {
    padding: 1em 0;
  }
  .our-services .btn-yellow {
    margin: 2em 0;
  }
  .main-nav-scrolled {
    position: relative;
    animation: none !important;
  }
  .single-service {
    text-align: center;
  }
  .single-service-icon {
    margin: 0 auto 20px;
  }
  footer .copyrights p {
    text-align: center;
    float: none !important;
  }
  header .navbar-default .navbar-nav li a {
    padding: 10px;
  }
}
@media all and (max-width: 425px) {
  .slider {
    display: none;
  }
  header .logo {
    padding: 10px;
  }
  header .logo img {
    margin: 0 auto;
  }
  .video-wrapper {
    height: 220px;
  }
  header .navbar-default {
    float: none;
    background: #FB7246;
    margin-top: 0;
    margin-bottom: 10px;
  }
  header .navbar-default .navbar-nav li a {
    font-size: 15px;
    border-left: none;
    color: #fff !important;
    padding: 15px;
  }
}
/*************************************************/
/* Comments */
/*************************************************/
.comment-list {
  padding: 0;
  list-style-type: none;
}
div#comments {
  background: rgba(255, 255, 255, 0.77);
  padding: 1em;
}
.comment-list .comment {
  background: #f9f9f9;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.comment-list .comment-meta a {
  color: #98937b;
  font-size: 10px;
  font-family: Tahoma !important;
}
.reply {
  background: #e8e5e5;
  display: inline-block;
  color: white !important;
  padding: 3px 20px;
  border-radius: 0 5px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.reply a {
  color: #44425C;
}
.comment-author.vcard {
  display: inline-block;
  margin-bottom: 29px;
  border-bottom: 1px solid #e6e4e4;
}
.comment-meta.commentmetadata {
  display: inline-block;
  float: left;
}
.block-head h3,
.comments-title,
#respond h3 {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 0;
  color: #838383;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
  margin-bottom: 10px;
}
p.logged-in-as {
  font-size: 12px;
}
#commentform p {
  margin: 10px 0;
}
#commentform label {
  color: #888;
  font-weight: normal;
  font-size: 12px;
}
#commentform textarea,
#commentform input {
  background: #f1f1f1;
  color: #515151;
  font: 12px Tahoma;
  margin-bottom: 7px;
  display: block;
  border: 1px solid #f2f2f2;
  outline: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#commentform textarea {
  width: 100%;
}
#commentform input:focus,
#commentform textarea:focus {
  background: #fff;
}
#commentform input {
  display: block;
  height: 35px;
}
.submit {
  height: 30px;
  line-height: 30px;
  width: auto;
  position: relative;
  padding: 6px 8px;
  display: inline-block;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #44425C !important;
  color: #FFF !important;
  text-decoration: none;
}
.archive.category .single8,
.page-template-page-all .single8 {
  margin-bottom: 15px;
}
.news-one-section .single8 {
  background: #fff;
  padding: 0 0 0 20px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.archive.category .date,
.page-template-page-all .date {
  color: #222222;
  font-size: 13px;
}
.archive.category .date i,
.page-template-page-all .date i {
  color: #44425C;
}
.news-one-section .single8 .news8-title a {
  color: #44425C;
}
.news-one-section .single8 p {
  color: #282828;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.archive.category .single-album img,
.page-template-page-all .single-album img {
  height: 235px;
}
.archive.category .news-one-section .single8 img,
.page-template-page-all .news-one-section .single8 img {
  height: 200px !important;
  padding: 10px;
  width: 100%;
}
.archive.category .news-one-section .single8 .news8-title,
.page-template-page-all .news-one-section .single8 .news8-title {
  padding-right: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-one-section .single8 .news8-title {
  font-size: 16px;
  font-weight: bold;
  color: #44425C;
  line-height: 30px;
  position: relative;
  padding-right: 15px;
  margin-bottom: 25px;
}
.box-section .box-section-title {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  padding: 17px 20px 10px;
  margin-bottom: 15px;
  box-shadow: inset 0 4px 0 0 #44425C;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.box-section .box-section-title h1 {
  color: #000;
  font-size: 15px;
  margin: 0;
}
.box-section .box-section-title h1 a {
  font-size: 15px;
}
.box-section .box-section-title {
  color: #000;
  font-size: 15px;
}
.box-section .box-section-title a {
  color: #44425C;
  font-size: 12px;
  font-weight: bold;
}
.rest-of-news {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border: 1px solid #dedede;
}
.sidebar-cat a {
  color: #FB7246;
  font-size: 16px;
}
.sidebar-cat a:hover {
  color: #44425C;
}
.rpwwt-widget ul li img {
  float: none !important;
}
.rpwwt-widget ul li {
  overflow: hidden;
  margin: 0 0 10px !important;
}
.sidebar-cat .box-section .box-section-title {
  color: #FB7246;
  font-size: 18px;
  margin: 0 -20px 20px;
}
 
.rest-of-news .single-rest {
  border-top: 2px dotted rgba(128, 128, 128, 0.51);
  padding: 5px 0;
  color: #1c1c1c;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}
.rest-of-news .single-rest img {
  width: 100%;
  height: 60px;
}
.news-boxed-img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news-boxed-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.news-boxed-img #post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76));
  height: 200px;
}
.news-boxed-img #post-meta #meta-content {
  position: relative;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.news-boxed-img #post-meta #meta-content h2 {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 1em;
}
.news-boxed-img #post-meta #meta-content span {
  color: #fff;
}
.news-boxed-img img {
  width: 100%;
  height: auto;
  margin-top: -20%;
  min-height: 100%;
}
.box-section .news-boxed-img img {
  width: 100%;
  height: 327px !important;
}
.contacts-wrapper {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
}
section.news-sections.cat-sec {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
}
.new-page-content {
  padding: 30px;
  background: #fff;
  border: 1px solid #dedede;
}
.sidebar-cat .rest-of-news .single-rest {
  border-bottom: 1px solid rgba(218, 218, 218, 0.51);
  border-top: none;
}
.sidebar-cat .rest-of-news .single-rest h5 {
  margin: 0 0 5px 0;
  font-family: inherit !important;
  font-weight: bold;
}
.sidebar-cat .rest-of-news .single-rest p {
  font-weight: normal !important;
  font-family: tahoma !important;
  line-height: 20px;
}
.rest-of-news .single-rest a:hover {
  color: #44425C;
}
.rest-of-news .single-rest a {
  color: #222;
}
.single-post .cat-sec .news-boxed-img {
  margin-bottom: 0;
}
#page-content {
  line-height: 30px;
  overflow: hidden;
}
.the_title h1 {
  font-size: 22px;
}
.the_title h1 a {
  color: #FB7246;
  font-weight: bold;
}
#page-content img {
  max-width: 100%;
}
#page-content *,
.page-content *,
.new-page-content * {
  max-width: 100% !important;
}
#page-content,
.page-content,
.new-page-content {
  font-size: 16px;
  line-height: 30px;
}
 
div#post-meta span b {
  color: #44425C;
  font-weight: normal;
}
div#post-meta span {
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #6f6f6f;
}
div#post-meta span i {
  margin-left: 5px;
  color: #44425C;
}
.the_cats {
  margin: 20px 0;
}
 
.the_cats ul li {
  display: inline-block;
}
.the_cats ul li a {
  display: block;
  background: #44425C;
  color: white;
  padding: 0px 5px;
  font-weight: bold;
}
.the_cats ul li:hover a {
  color: #fff;
  background: #FB7246;
}
.gallery-title {
  margin: 3em 0 1.5em;
  font-size: 19px;
  border-top: 1px solid #ececec;
  padding: 1em 0 0 0;
}
.single-post #list-imgs {
  text-align: center;
  padding: 10px !important;
  margin: 0em -20px 0 !important;
  box-shadow: 0 -41px 33px -46px rgba(34, 34, 34, 0.37);
}
.single-post #list-imgs li {
  margin: 4px;
  border: 1px solid rgba(128, 128, 128, 0.49);
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.single-post #list-imgs img {
  border: 3px solid #ffffff;
  width: 100%;
  height: 100px !important;
}
.share {
  margin: 20px 0;
}
.contact-wrapper {
  border: 1px solid rgba(128, 128, 128, 0.21);
  padding: 1em;
  background: #f7f7f7;
  margin: 1em 0;
  box-shadow: 5PX 6PX 1PX rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.comment-list .comment.byuser {
  background: #efefef;
}
.page-content {
  background: #f7f7f7;
  padding: 20px;
  line-height: 30px;
  border: 1px solid #e8e8e8;
}
.page-content img {
  max-width: 100% !important;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.single-blog-post {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 70px;
}
.single-blog-post img {
  height: 200px;
  width: 100%;
}
.single-blog-post .hover-icon i {
  color: #ffffff;
  font-size: 50px;
}
.single-blog-post .post-text {
  background: #f1f1f1;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(131, 131, 131, 0.29);
  height: 100px;
  overflow: hidden;
}
.single-blog-post .post-text p a {
  line-height: 30px;
  color: #142331;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.single-blog-post .post-meta {
  background: #f1f1f1;
  padding: 15px 10px;
  font-size: 14px;
  color: #44425C;
}
.single-blog-post .post-meta .likes,
.single-blog-post .post-meta .comments {
  float: left;
  margin-right: 10px;
}
.single-blog-post .post-meta .likes i,
.single-blog-post .post-meta .comments i {
  padding: 0 5px;
}
.single-blog-post .post-meta .likes a,
.single-blog-post .post-meta .comments a {
  color: #44425C;
}
.single-blog-post:hover {
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.48);
  -webkit-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  -o-transform: translatey(-10px);
  transform: translatey(-10px);
}
.single-search {
  text-align: center;
  margin-bottom: 1em;
}
.single-search img {
  width: 100%;
  height: 200px;
}
.btn-success,
.btn-primary {
  color: #fff;
  background-color: #FB7246;
  border-color: #FB7246;
}
.btn-success:hover,
.btn-primary:hover {
  background-color: #44425C;
  border-color: #44425C;
}

table {
    background-color: transparent;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
}
tbody {
    border: 1px solid #252525;
    background: #ffb63117;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags a {
  background: #42323b;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tags a::after {
  background: #f9f9f9;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #42323b;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tags a:hover {
  background-color: #44425C;
  color: white;
}
.tags a:hover::after {
  border-left-color: #44425C;
}
.single-search {
  text-align: center;
  margin-bottom: 1em;
}
.single-search img {
  width: 100%;
  height: 200px;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagcloud a,
.tags a {
  background: #44425C;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 0 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tagcloud a::before,
.tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tagcloud a::after,
.tags a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #44425C;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tagcloud a:hover,
.tags a:hover {
  background-color: #44425C;
  color: white;
}
.tagcloud a:hover::after,
.tags a:hover::after {
  border-left-color: #44425C;
}
.related-posts {
  background: #fff;
  border: 1px solid #dedede;
  margin-top: 1em;
}
.related-posts .related-posts-title {
  background: #fff;
  overflow: hidden;
  padding: 1em 20px;
  box-shadow: inset 0 4px 0 0 #44425C;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #3c467b;
  margin: 0;
  font-size: 18px;
}
.single-related-post {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1em 5px;
  width: 30%;
  padding: 0 !important;
}
.single-related-post h2 {
  color: #3f3f3f;
  font-size: 16px;
  margin-top: 0;
  font-weight: normal;
  padding: 10px 0;
  text-align: right;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-related-post:hover h2 {
  color: #44425C;
}
.single-related-post img {
  width: 100%;
  height: 158px;
}
.rpwe-title a {
  font-size: 16px;
}
/*************************************************/
/* Blog Page */
/*************************************************/
.single-blog-item {
  border: 1px solid rgba(2, 2, 2, 0.15);
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.single-blog-item .blog-single-post-img {
  width: 100%;
  height: 191px;
  overflow: hidden;
}
.single-blog-item .blog-single-post-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.single-blog-item h1 {
  color: #44425C;
  font-size: 22px;
  margin-top: 0;
}
.single-blog-item .blog-item-data span {
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 10px 20px;
  color: #888;
}
.single-blog-item .blog-item-data span i {
  color: #44425C;
  margin-left: 5px;
}
.single-blog-item p {
  color: #333;
  line-height: 25px;
}
.single-blog-item:hover {
  background: #F9F9F9;
}
.a2a_svg {
  margin: 0 !important;
}
.breadcrumbs {
  background: #FB7246;
  padding: 20px 0;
  border-radius: 0;
  color: #fff;
}
.breadcrumbs .current-item {
  color: #44425C;
}
.breadcrumbs a {
  color: white;
  padding: 0 5px;
}
.custom-slider {
  background: url("images/bg2.jpg");
  background-size: cover;
  padding: 2em 0;
}
.custom-slider h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}
.wpcf7 input,
.wpcf7 select {
  border: none;
  padding: 10px;
  background: #f3f3f3;
  outline: none;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 input:focus,
.wpcf7 select:focus {
  box-shadow: inset 0px 0px 0 2px #44425C;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  width: auto;
  background: #44425C !important;
  color: white;
  border-radius: 5px;
  padding: 7px 34px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 input[type=submit]:hover {
  background: #222222;
}
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 10px;
  background: #f3f3f3;
  outline: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 textarea:focus {
  box-shadow: inset 0px 0px 0 2px #44425C;
}
