/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    
    01. Theme default CSS
    02. Header
        02.1 Header Top
        02.2 Header Bottom

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/

/*Theme Header STyle */
.hader_st_2 .header-menu-wrap{
    justify-content: center;
}
/*Search css*/
.header-top-search-input form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #ffff;
    font-size: 14px;
    height:auto;
    padding-left: 15px;
    width: 100%;
    padding-right: 30px;
}
.header-top-search-input button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #b6b6b6;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 2px;
    top: -1px;
}
.header-top-search-input button:hover {
    background-color: transparent;
    color: #ffffff;
}
.header-top-search-input form {
    background: #083561 none repeat scroll 0 0;
    border-radius: 30px;
    height: 33px;
    position: relative;
    -webkit-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
    width: 133px;
    float:right;
}
.header-top-search-input form:hover{
  width: 165px;
}


  .hader_st_2 .site-title{
    display: none;
    visibility: hidden;
  }

/*Header Middel Content*/
.header_middle_area{
  background: #006b63;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.header_middle_area:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -316px;
    position: absolute;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 50%;
    border-right: 15px solid #fde428;
}

.header-middle_wrapper {
    display: flex;
    padding: 40px 0;
    align-items: center;
    position: relative;
}
.header_middle_logo{
  width: 30%;
}
.header_middle_content {
    width: 70%;
    display: flex;
}
.header_middle_content.justify-content-end .header_address_info:last-child{
  margin-left: 50px;
}
.header_address_info {
    display: flex;
    align-items: center;
}
.header_address_info i {
    color: #dedede;
    font-size: 35px;
    margin-right: 21px;
}
.header_address_info img {
    width: auto;
    margin-right: 10px;
}
.header_info_text {
    color: #dedede;
    font-size: 16px;
    line-height: 1.2;
}
.header_info_text a {
    display: block;
    color: inherit;
}
.header_info_text span{
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}


.financoem-quote-btn > a {
    background: #fde428 none repeat scroll 0 0;
    border: 0 none;
    color: #002e5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 29px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.financoem-quote-btn > a:hover {
    background: #ffffff none repeat scroll 0 0;
}
/*Header Middle Layout Two*/

.hml2 .header_middle_content{
  width: 100%;
}
.header_middle_area.hml2:before {
    display: none;
}
.hml2 .header_middle_logo{
  width: auto;
}

.hml2.header_middle_area{
  background: #fff;
}
.hml2 .header_address_info i{
  color: #666;
}
.hml2 .header_info_text{
  color: #303030;
}


img.mfp-img {
  background-color: #f6f7f8;
  padding: 0;
  margin: 40px auto; }

.page-title-search-box input{
  border: 1px solid #ddd!important;
  color: #fff!important;
}

/*-- Banner --*/
.banner a {
  display: block;
  position: relative;
  overflow: hidden; }
  .banner a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0; }
  .banner a::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0; }
  .banner a:hover::before {
    left: 180%;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .banner a:hover::after {
    left: -280px;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .banner a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .banner a img {
    width: 100%; }

/*-- Subscribe Content --*/
.subscribe-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #373b3e;
  margin-bottom: 13px; }
.subscribe-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #373b3e;
  margin-bottom: 0; }

@media only screen and (max-width: 479px) {
  .subscribe-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px; }
  .subscribe-content h4 {
    font-size: 16px;
    line-height: 24px; } }

/*-- Subscribe Form --*/
.subscribe-form input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  color: #8f8f8f;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding-left: 20px;
  width: 75%;
}
.subscribe-form input[type="submit"] {
  background-color: #002e5b;
  border-radius: 0;
  color: #ffffff;
  float: left;
  height: 50px;
  padding: 0;
  text-transform: uppercase;
  width: 25%;
  font-weight: 700;
}
.subscribe-form input[type="submit"]:hover {
    background: #006b63;
    box-shadow: 1px 0px 4px 0px #aaa;
}
.subscribe-form input[type="email"]::placeholder {
  color: #8f8f8f;
}
.subscribe-form {
  position: relative;
  max-width: 100%; }
.subscribe-form .mc4wp-alert.mc4wp-error p {
  color: #cd0000;
  margin-top: 10px;
}
  .subscribe-form button:hover {
    background-color: #23252a;
    opacity: 1; 
  }
  @media only screen and (max-width: 479px) {
    .subscribe-form input {
      text-align: center;
      padding-right: 30px; }
    .subscribe-form button {
      width: 100%;
      position: static;
      margin-top: 10px; } }

/*-- Blog Item --*/
  .blog-item .image {
    display: block; }
.blog-item .content {
    position: relative;
    padding-top: 38px;
}
.singel_blog_items{
      margin-bottom: 30px;
}
.blog-item .content .title {
    font-size: 18px;
    margin-bottom: 10px;
    word-break: break-all;
    margin-top: 0;
    font-weight: 600;
    color: #006b63;
}
  .blog-item .content .title a {
    display: block;
  }
.blog-item .content .title a:hover {
  color: #002e5b; }
@media only screen and (max-width: 479px) {
.blog-item .content .title {
  font-size: 18px;
  line-height: 24px; } }


.blog-item .content .meta {
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 9;
    padding-left: 0;
}

.blog-item .content .meta li {
    color: #cccccc;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    background: #002e5b;
    padding: 5px 15px;
}
.blog-item .content .meta li + li {
    margin-left: -4px;
}
  .blog-item .content .meta li:last-child::before {
    display: none; }
.blog-item .content .meta li a {
  color: #cccccc }
  .blog-item .content .meta li a:hover{
    color: #fff; }
.blog-item .content .meta li span {
  color: #cccccc; }
.blog-item .content .desc { 
word-break: break-word;
}

.blog-item .content .read-more {
    background: transparent;
    color: #006b63;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    padding: 0;
    display: inline-block;
}
.blog-item .content .read-more:hover {
color: #222845; }

.page-template-page-left-sidebar .col-md-8 .elementor-column-wrap{padding: 0!important;}
/*-- Single Blog Item --*/
  .single-blog-item .image {
    display: block;
    margin-bottom: 30px; }
.single-blog-item .content .title {
  margin-bottom: 8px;
  margin-top: 0;
  word-break: break-all;
}
.blog-single .single-blog-item .desc > h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .title {
font-size: 30px;
line-height: 36px; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .title {
font-size: 24px;
line-height: 30px; } }
@media only screen and (max-width: 479px) {
.single-blog-item .content .title {
font-size: 18px;
line-height: 24px; } }
.single-blog-item .content .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
min-width: 100%;
margin-bottom: 15px; }
.single-blog-item .content .meta li {
margin-right: 15px;
position: relative;
font-size: 14px;
line-height: 24px;
text-transform: capitalize; }
.single-blog-item .content .meta li span i {
  margin-right: 5px;
}
.single-blog-item .content .meta li:last-child {
margin-right: 0; }
.single-blog-item .content .meta li:last-child::before {
  display: none; }
.single-blog-item .content .meta li a {
color: #373b3e; }
.single-blog-item .content .meta li i {
color: #666; 
margin-right: 5px;
}
.single-blog-item .content .meta li a:hover {
  color: #006b63; }
.single-blog-item .content .meta li span {
color: #373b3e;
display: inline-block; }
.single-blog-item .content .meta li span.post-comment {
margin-left: 5px;
}
.single-blog-item .content .desc {
margin-bottom: 20px; }
.single-blog-item .content .desc img {
max-width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .blog-footer .post-tags {
min-width: 100%; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .blog-footer .post-tags {
min-width: 100%; } }
.single-blog-item .content .blog-footer .post-tags h4 {
float: left;
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
margin-top: 3px;
margin-right: 5px;
}
.single-blog-item .content .blog-footer .post-tags .tag li {
margin-right: 5px;
position: relative;
font-size: 14px;
line-height: 24px;
text-transform: capitalize;
float: left; }
.single-blog-item .content .blog-footer .post-tags .tag li::after {
content: ",";
font-size: 12px; }
.single-blog-item .content .blog-footer .post-tags .tag li:last-child {
margin-right: 0; }
.single-blog-item .content .blog-footer .post-tags .tag li:last-child::before {
  display: none; }
.single-blog-item .content .blog-footer .post-tags .tag li a {
color: #373b3e; }
.single-blog-item .content .blog-footer .post-tags .tag li a:hover {
  color: #006b63; }
.single-blog-item .content .blog-footer .post-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-blog-item .content .blog-footer .post-share {
  min-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; } }
@media only screen and (max-width: 767px) {
.single-blog-item .content .blog-footer .post-share {
  min-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; } }
.single-blog-item .content .blog-footer .post-share h4 {
float: left;
font-size: 16px;
margin-bottom: 0;
margin-right: 15px; 
margin-top: 0;

}
.single-blog-item .content .blog-footer .post-share .share li {
margin-right: 15px;
position: relative;
font-size: 14px;
line-height: 24px;
float: left; }
.single-blog-item .content .blog-footer .post-share .share li:last-child {
  margin-right: 0; }
.single-blog-item .content .blog-footer .post-share .share li a {
  color: #373b3e; }
  .single-blog-item .content .blog-footer .post-share .share li a:hover {
    color: #006b63; }

/*-- Comment Wrap --*/
.comment-wrap h3 {
font-size: 24px;
margin-bottom: 30px; }
@media only screen and (max-width: 479px) {
.comment-wrap h3 {
  font-size: 18px;
  line-height: 24px; }
}

/*-- Comment List --*/
.comment-list {
  margin-bottom: 30px;
  overflow: hidden; }

/*-- Child Comment --*/
.child-comment {
  margin-left: 80px; }
  @media only screen and (max-width: 479px) {
    .child-comment {
      margin-left: 0; } }

/*-- Single Comment--*/
.single-comment {
  margin-bottom: 30px;
  overflow: hidden;
  /*-- Image --*/
  /*-- Content --*/ }
  .single-comment .image {
    width: 80px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px; }
    .single-comment .image img {
      width: 100%;
      border-radius: 50%; }
  .single-comment .content {
    overflow: hidden; }
    @media only screen and (max-width: 479px) {
      .single-comment .content {
        float: left;
        width: 100%;
        margin-top: 15px; } }
    .single-comment .content h4 {
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 0px; }
    .single-comment .content span {
      display: block;
      font-size: 14px; }
      .single-comment .content span a {
        text-transform: capitalize;
        margin-left: 15px; }
        .single-comment .content span a:hover {
          color: #23252a; }

/*-- Comment Form --*/
.comment-form {
  max-width: 100%; }
  .comment-form input {
    width: 100%;
    height: 44px;
    border: 1px solid #cccccc;
    color: #373b3e;
    padding: 5px 15px; }
    .comment-form input[type="submit"] {
      width: auto;
      border: none;
      background-color: #222845;
      color: #ffffff;
      text-transform: uppercase;
      padding: 5px 30px; }
  .comment-form input[type="submit"]:hover {
        background-color: #006b63;
        opacity: 1;}
  .comment-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #cccccc;
    color: #373b3e;
    padding: 5px 15px;
    resize: none; }

/*---------------------------------------
    12. Sidebar
-----------------------------------------*/
/*-- Sidebar --*/
.sidebar {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  /*-- Title --*/ }
  .sidebar:last-child {
    margin-bottom: 0; }
.sidebar .title {
  font-size: 20px;
  font-weight: 600;
  cursor: text;
  margin: 0 0 25px;
  padding: 0 0 15px;
  position: relative;
}
.sidebar > .title::after,.sidebar >.title::before {
  border-bottom: 1px solid #006b63;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 160px;
}
.sidebar >.title::before {
  border-bottom: 1px solid #e5e5e5;
  height: 100%;
  width: 100%;
}
.widget_calendar .title {
  margin-bottom: 30px;
}
/*-- Sidebar List --*/
.sidebar-list li {
  margin-bottom: 15px; }
  .sidebar-list li:last-child {
    margin-bottom: 0; }
  .sidebar-list li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #373b3e; }
    .sidebar-list li a .color {
      float: left;
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50px;
      margin: 6px 10px 6px 0; }
    .sidebar-list li a .num {
      float: right;
      font-size: 14px;
      color: rgba(55, 59, 62, 0.7); }

/*-- Sidebar Tag --*/
.sidebar-tag li {
  float: left;
  margin-bottom: 5px; }
  .sidebar-tag li::after {
    content: "/";
    margin: 0 5px;
    color: rgba(55, 59, 62, 0.7);
    font-size: 14px; }
  .sidebar-tag li:last-child::after {
    display: none; }
  .sidebar-tag li a {
    font-size: 16px;
    line-height: 24px;
    color: #373b3e;
    text-transform: capitalize; }
    .sidebar-tag li a:hover {
      color: #23252a; }

/*-- Sidebar BLog Wrap --*/
/*-- Sidebar BLog --*/
.sidebar-blog {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }
  .sidebar-blog:last-child {
    margin-bottom: 0; }
  .sidebar-blog .image {
    width: 80px;
    float: left;
    background-color: #f6f7f8;
    margin-right: 15px; }
    .sidebar-blog .image img {
      width: 100%; }
  .sidebar-blog .content {
    overflow: hidden; }
.sidebar-blog .content .title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
    display: block;
    padding-bottom: 0;
}
      .sidebar-blog .content .title:hover {
        color: #006b63; }
    .sidebar-blog .content .date {
      font-size: 14px;
      display: block; }
/*-- Footer Top --*/
/*-- Footer Widget --*/
.footer-widget .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
  .footer-widget img.logo {
	  margin-bottom: 14px;
	}
	.footer-widget.widget.widget_financoem_description_widget {
	  margin-bottom: 10px;
	}
  .footer-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    position: relative;
    margin-bottom: 19px; }
    .footer-widget p:last-child {
      margin-bottom: 0; }
    .footer-widget p.phone {
      margin: 0;
      padding-left: 23px; }
      .footer-widget p.phone a {
        display: block; }
        .footer-widget p.phone a:hover {
          color: #fff; }
  .footer-widget ul li {
    margin-bottom: 34px; }
    .footer-widget ul li:last-child {
      margin-bottom: 0; }
    .footer-widget ul li a {
      font-size: 14px;
      line-height: 1.5;
      color: #fff;
      display: block; }
      .footer-widget ul li a:hover {
        color: #fff; }
/*-- Footer Copyright --*/
.footer-copyright p {
  font-size: 14px;
  line-height: 28px;
  color: #373b3e; }
@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center; } }

/*-- Footer Social --*/
.footer-social {
  text-align: right; }
  .footer-social p {
    font-size: 15px;
    line-height: 28px;
    color: #373b3e; }
    .footer-social p span {
      margin-right: 16px; }
    .footer-social p a {
      margin-right: 28px;
      color: #fff;
      position: relative; }
      .footer-social p a::after {
        content: "|";
        position: absolute;
        right: -15px;
        top: 0; }
      .footer-social p a:last-child {
        margin-right: 0; }
        .footer-social p a:last-child::after {
          display: none; }
      .footer-social p a:hover {
        color: #fff; }
  @media only screen and (max-width: 767px) {
    .footer-social {
      text-align: center; } }

.footer-widget.widget_nav_menu .menu{
  background-color:transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}
.rss {
  background-color: #EA7819;
  color: #ffffff;
}
.footer-widget .social-icons a {
  padding: 5px 10px;
}
.footer-social p a::after{
  display: none;
}

.subscribe-form input{
  height: 50px;
}

.zoomContainer {
  margin-top: -30px;
}
.zoomWindow {
  background-color: #f8f8f8;
}
.sidebar span.count {
  float: right;
}

.tagcloud a {
    color: #373b3e;
    display: inline-block;
    font-size: 14px!important;
    line-height: 2.14286em;
    position: relative;
    border: 1px solid #CCCCCC;
    margin-bottom: 8px;
    padding: 0 12px;
    margin-right: 8px;
}
.tagcloud a:last-child::after {
  display: none;
}
.tagcloud a:hover {
    border-color: #006b63;
}
.footer-top-section .footer-widget ul li ul {
    margin-left: 15px;
}
.sidebar-list li {
  line-height: 1;
}
.sidebar-list li a {
  display: inline-block;
}
.read-more {
  margin-top: 0px;
}
.quote-content > h3 {
  color: #f3f2f2;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin: 19px 0 22px;
  text-transform: uppercase;
}
.quote-content > span {
  color: #ececec;
}
.quote-post {
  background-color: #ee3333;
  padding: 74px 50px 77px 58px;
  position: relative;
  color: #fff;
}
.quote-content h6 {
  color: #f3f2f2;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-left: 28px;
  position: relative;
}
.quote-content h6::before {
  background-color: #f3f2f2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 9px;
  transition: all 0.3s ease 0s;
  width: 18px;
}

.link-post {
  background-color: #000000;
  padding: 74px 48px 77px;
  position: relative;
}
.link-content > span {
  color: #ececec;
}
.link-content > h3 {
  color: #f3f2f2;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.comment-form input[type="submit"] {
  border-radius: 0;
  font-size: 14px;
  height: inherit;
  line-height: 44px;
  width: auto;
}
.comment-reply-title {
  font-weight: 500;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
.comment-form input[type="submit"]:hover {
  border: medium none;
  color: #fff;
}
.comment-meta b {
  display: block;
}
.parent-comment {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-list ul.children {
  margin-left: 48px;
}
.blog-comment, .leave-comment {
  margin-top: 0;
}
.leave-comment-form form input{
  border-radius: 0;
}
.contact-form input {
  background-color: transparent !important;
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  padding: 5px 15px !important;
}
.contact-form input[type="submit"] {
  background-color: #373b3e !important;
  border: medium none !important;
  font-weight: 400 !important;
  line-height: inherit;
  padding: 5px 30px;
}
.contact-info li span {
  line-height: 26px;
}
.mobile-menu .mean-bar .mean-nav > ul {
    margin: 0;
    padding: 0;
    max-height: 324px;
    overflow-y: scroll;
}
.home .site-wrapper{
  padding-top: 0;
}
.sidebar ul.children{
  padding-left: 15px;
}
.footer-widget ul {
  padding-left: 15px;
}
.footer-widget ul li a, .widget_nav_menu .menu ul li a {
  padding: 6px 0;
}
.footer-widget ul li a{
  display: inline-block;
}
.footer-widget ul li {
  margin-bottom: 0;
  word-break: break-word;
}
.single-blog-item .content .desc blockquote p {
  color: #fff;
}

.sidebar ul,
.footer-widget ul,
.blog-footer ul,
.single-blog-item ul.meta,
.singel_blog_items ul.meta,
.side-menu ul,
.main-menu ul,
ul.slick-dots{
  list-style: none;
  padding-left: 0;
}

.single-blog-item .content .desc h2 {
  margin-top: 30px;
}
.post-password-form input[type="password"] {
  border-radius: 4px;
  height: 40px;
}
.comment-text > h2 {
  margin-top: 30px;
}
.entry-content > h2 {
  margin-top: 30px;
}
.blog-quote.default__quote {
  background-color: #006b63;
  padding: 74px 50px 77px 58px;
  position: relative;
  color: #fff;
}
.blog-quote.default__quote::before {
  content: "";
  font-family: fontawesome;
  font-size: 36px;
  left: 30px;
  position: absolute;
  top: 30px;
}
.footer-top-section {
  background: #232323;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}
.footer-bottom-section {
  background-color: #2a2a2a;
  color: #fff;
}
.textwidget ul li i {
  display: inline-block;
  float: left;
  line-height: 35px;
  margin-right: 15px;
}
/* latest Blog */
.home-blog-item {
  border: 1px solid #ddd;
}
.home-blog-item .content {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}
.home-blog-item .content .date {
  color:#cccccc;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.home-blog-item .content .title {
  color: #464646;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 13px;
}
.home-blog-item .content p {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.home-blog-item .content .read-more {
  background: #006b63 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 5px;
  padding: 8px 20px;
  text-transform: uppercase;
}


.side-menu nav {
  max-height: 300px;
  overflow-y: auto;
}
.footer-widget.widget {
  margin: 0;
}
.footer-widget ul li:hover >a{
  color: #006b63;
}
.tagcloud a:hover{
  color: #006b63;
}

.home-blog-item .content .read-more:hover {
  background: #002e5b none repeat scroll 0 0;
  color: #fff;
}
.home-blog-item .content span {
  margin-right: 10px;
}
.home-blog-item .content span > i {
  margin-left: 2px;
  margin-right: 2px;
}

.widget-area {
  overflow: hidden;
}
.shop-sidebar {
  overflow: hidden;
}
.footer-widget .tagcloud a,.footer-widget .tagcloud a::after,.footer-widget b, .footer-widget strong{
  color: #fff;
}
.footer-widget.widget.widget_media_image {
  margin-bottom: 15px;
}
.footer-widget.widget {
  margin: 0 0 30px;
}
.footer-widget.widget_calendar caption, .footer-widget.widget_calendar tfoot td,.footer-widget.widget_calendar thead th {
  color: #fff;
}
.footer-widget.widget.widget_text {
  margin-bottom: 20px;
}

.bg-rotate::before{
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -170px;
    transform: skewY(-22.5deg);
    width: 100%;
    z-index: -1;
}

