/*
Theme Name: Buzpro
Description: Buzpro Responsive WordPress Theme
Theme URI:http://hastech.company
Author: BootExperts
Author URI: http://hastech.company
Text Domain: buzpro
Tags: slider, site-builder, WordPress Theme, Buzpro WP Theme, Buzpro WordPress Theme, Business WordPress Theme, HasTech WP Theme, Theme Builder, WP Builder
Version: 1.0.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: layerswp
*/




/*--------------------
   Main CSS
----------------------
 [Table of contents]
 
 1. Defualt css
 2. Header Menu 
 3. Slider Area
 4. Features Area
 5. Video  Area 
 6. Portfolio Area
 7. Team Area
 8 Fun Fact Area 
 9. Testimonial Area
 10. Pricing Area
 11. Blog Area 
 12. Brand area 
 13. Footer Area
 14. Breadcrumb  Area 
 14. Single Portfolio 
 16. Contact Page
 17. About Us Page
 18. Responsive View
 24. Responsive view


===== 1. Defualt css====*/

html {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;    
    margin-bottom: 0px !important;
}
.container {
    max-width: 1240px;
}
.container.list-masonry {
    max-width: 1200px;
}
.content-vertical-massive,
.content-main {
    padding-bottom: 20px;
    padding-top: 50px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}

  .admin-bar div[class*=" off-canvas-"] {
    padding-top: 47px;
    background: #a7a4a4;
}
a {
    text-decoration: none !important;
    color: #474747; 
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #8c241c;
}
a:focus,
select:focus,
input:focus,
button:focus,
a:active,
select:active,
input:active,
button:active {
    outline: none;
}

.section-title .heading a {
    color: #8c241c !important;
}

body {
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #474747;
    font-weight: 700;
}
dt {
    font-weight: bold;
}
address {
    font-style: normal;
}
pre {
    overflow: auto;
}
.alignleft {
    margin-right: 15px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #999;
    height: 40px;
    outline: medium none;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
input[type="email"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"] {
    max-width: 100%;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus {
    border-color: #1293d4;
    outline: none;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover, .form-submit input[type="submit"]:hover, .invert input[type="button"]:hover, .invert input[type="submit"]:hover, .invert button:hover, .invert .button:hover, .invert .form-submit input[type="submit"]:hover {
  background-color: unset;
  color: unset;
}
textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0
}
blockquote {
    border-left: 6px solid #2d3e50;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 26px;
    padding: 20px;
}
.push-top-large {
    margin-top: 0;
}
.copy blockquote {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}
.copy ul li {
    margin: 0 0 6px 18px;
}
textarea,
input {
    color: #333333;
}
.section-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.title-divider::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #8c241c;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  height: 30px;
  left: 0;
  line-height: 20px;
  margin: auto auto -19px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 30px;
  z-index: 9;
}
.title-divider:after {
    background: #dbd9da none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 120px;
}
.section-title.title-divider:before,
.section-title.title-divider:after {
    bottom: -20px;
    top: inherit;
}
.section-title .heading {
    color: #474747;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.section-title .excerpt {
    margin: 0 0 15px;
}
.text-center {
    text-align: center;
    width: 100%;
}
.layers-control-title-marker {
    background: #0289c0 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    padding: 1px 7px 2px;
    text-transform: capitalize;
    vertical-align: middle;
}
#menu-top-menu li {
    margin-right: 15px;
}
#menu-top-menu li a i {
    margin-right: 5px;
}

#menu-item-3715 {
    float: left;
    margin-right: 10px;
}

#menu-item-3718 {
    float: left;
    margin-right: 10px;
}


#menu-item-3719 {
    float: left;
    margin-right: 10px;
}


#menu-item-3720 {
    float: left;
    margin-right: 10px;
}
.single-blog-page {} .single-blog-post {
    line-height: 0;
}
.page .single-title-heading {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.single .single-title-heading {
    margin-bottom: 0;
    margin-top: 30px;
}
pre {
    overflow-x: scroll;
}
.not-found-area {
    text-align: center;
}
.not-found-title {} .not-found-title h1 {
    color: #8c241c;
    font-size: 200px;
    font-weight: bold;
    line-height: 140px;
}
.not-found-title h1 span.error-text {
    font-size: 75px;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
    color: #8c241c;
}
.not-found-subtitle {} .not-found-subtitle p {} .not-found-area .sidebar-widget {
    margin: auto;
    max-width: 500px;
}
.copy a.comment-reply-link {
    color: #333;
}
.tags-and-links.fix {
    border-bottom: 1px solid #dcd9d9;
    border-top: 1px solid #dcd9d9;
    margin: 30px 0 20px;
    overflow: hidden;
    padding: 15px 0;
}
.related-tag {
    overflow: hidden;
}
.related-tag span.mr-10 {
    float: left;
}
.tags-and-links ul {
    float: left;
    margin-left: 10px;
}
.tags-and-links ul li {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}
.tags-and-links ul li a {
    display: inline-block;
    line-height: 18px;
}
.social-links {
    overflow: hidden;
    text-align: right;
}
.social-links a {
    display: inline-block;
    margin: 0 5px;
}
.tags-and-links ul li a:hover {}
.not-found-form {} .not-found-form h2 {}

.product-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}

.single-product-page {
    padding-top: 75px;
    padding-bottom: 90px;
}

.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}
.push-top-large .children {
    margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well {
    background-color: transparent;
    display: block;
    padding-right: 20px;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
    background-color: transparent;
    padding-right: 20px;
    margin-top: 0;
    padding-top: 0;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
    margin-top: 0;
}
.form-submit input[type="submit"] {
    padding: 10px 14px;
}
small.replay-edit a {} .avatar .avatar-body {
    padding: 0;
}
/*recent post css*/
.recent-post-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.recent-post-image {
  display: inline-block;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 80px;
}
.recent-post-image > a {
  display: block;
}
.recent-post-image > a img {
  display: block;
  width: 100%;
}
.recent-post-text {
  overflow: hidden;
}
.recent-post-text > h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-post-text > h4 a{color:#616161;}
.recent-post-text a {
  color: #969696;
}
.recent-post-text > span {
  color: #969696;
  font-family: lato;
  font-size: 13px;
}
.recent-post-text a:hover{color: #1293d4;}

/*------------------------------*/
/*- 2. Header Menu ---------*/
/*------------------------------*/
.nav-horizontal li:hover > a {
    color: #f00;
}
.sub-menu,
.nav .children {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 0;
    line-height: normal;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 5;
}
.sub-menu li a,
.nav .children li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}
.sub-menu li a:hover,
.nav .children li a:hover {
    color: #f00;
}
.nav li:hover > .sub-menu,
.nav li:hover > .children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    border-radius: 0;
    padding: 0 12px;
    border: 1px solid #dddddd;
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.blog .header-site {
    border-bottom: 1px solid #ddd;
}
.site-description {
    padding-bottom: 18px;
}
.sitename {
    line-height: 1;
}
.tagline {
    line-height: 1;
}
.header-site .container {
    padding: 20px 20px 0;
}
.header-site .nav-horizontal > ul > li {
    margin: 0 2px;
    padding-bottom: 20px;
}
/* mobile menu css */

.menu-hitarea {
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 5px;
    width: 20px;
}
#menu-main-menu li ul {
    display: none;
}
/* page image aligment */

.alignleft {
    margin-right: 15px;
}
.wp-caption {
    background: transparent;
}
.avatar .avatar-body .avatar-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.post-password-form {} .post-password-form input[type="submit"] {
    margin: 0;
    padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
    font-size: 43.2px;
    font-size: 2.7rem;
    font-weight: 700;
    margin: 20px 0 13px 0;
}
.copy blockquote {
    font-size: 24px;
    font-size: 1.5rem;
}

.header-site,
.header-site.header-sticky {
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 #f1f1f1;
}
.header-block.main_header {
    padding: 0 15px;
}
.header-secondary.invert .nav > li > a {
  color: #474747;
  font-size: 15px;
  font-weight: 400;
}
.header-secondary.invert .pull-left .nav > li > a i{margin-right: 5px;}
.header-secondary.invert .pull-right .nav > li:hover > a {
    color: #1293d4
}
.header-secondary {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #efefef;
  padding: 16px 0;
}
.pagination li {
    border-right: 0 none;
}
.header-site .nav.nav-horizontal > ul > li {
    margin: 0 21px;
    padding-bottom: 0;
}
.header-site .nav.nav-horizontal > ul > li > a {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 80px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.site-description p.tagline,
.site-description h3.sitename.sitetitle a {
    color: #323232;
}
.header-site .nav.nav-horizontal > ul > li:hover > a, 
.header-site .nav.nav-horizontal > ul > li.current-menu-item > a,
 .header-site .nav.nav-horizontal > ul > li.current_page_ancestor > a {
    color: #8c241c;
}
.header-site .nav.nav-horizontal > ul > li.menu-item-has-children > a:before {
    content: "";
    float: right;
    font-family: fontawesome;
    font-size: 16px;
    margin-left: 5px;
}
.wrapper-content {
  padding-top: 60px !important;
}
.header-site .nav.nav-horizontal > ul > li > ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    -o-border-image: none;
       border-image: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
    padding: 0 15px;
}
.sub-menu li,
.nav .children li {
    width: 100%;
}
.header-site .nav.nav-horizontal > ul > li:hover > ul {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.nav ul.menu li ul.sub-menu li {
    border: 0 none;
    display: block;
    width: 100%;
    
}
.nav ul.menu li ul.sub-menu li:not(:last-child){border-bottom: 1px dotted #ddd;}
.header-site .nav.nav-horizontal > ul > li > ul li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-top: 3px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.header-site .nav.nav-horizontal > ul > li > ul li a::before {
  content: "\f105";
  font-family: fontawesome;
  padding-right: 5px;
}
.header-site .nav.nav-horizontal > ul > li > ul li:hover > a {
    background: transparent;
    color: #8c241c;
}
.header-site .nav.nav-horizontal > ul > li > ul li{transition: all 0.3s ease;}
.header-site .nav.nav-horizontal > ul > li > ul li:hover {
    padding-left: 5px;
}
.header-site .nav.nav-horizontal > ul > li >a:hover:after,
.header-site .nav.nav-horizontal > ul > li.active >a:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    visibility: visible;
}
.header-site .container {
    padding: 0 20px;
}
/* menu dropdown border */
.header-site .nav.nav-horizontal > ul > li > a:after {
    background: #1293d4 none repeat scroll 0 0;
    content: "";
    display: none;
    height: 4px;
    left: 0;
    position: absolute;
    top: 96%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.header-site .nav.nav-horizontal > ul > li > ul > li.menu-item-has-children > a:after {
    content: "";
    float: right;
    font-family: layers-icons;
    font-size: 11px;
    margin-top: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 5px 0 0;
    position: absolute;
    right: 8px;
    top: 52%;
}
.header-site .nav.nav-horizontal .menu ul li ul {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    left: auto;
    padding: 12px 0;
    position: absolute;
    right: -216px;
    width: 215px;
}
.header-site .sub-menu .menu-item-has-children > a:after {
    font-size: 11px;
    margin-top: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 5px 0 0;
    position: absolute;
    right: 8px;
    top: 52%;
}
.header-site .nav.nav-horizontal .menu li.last-elements ul li ul {
    left: -216px;
    right: auto;
}
.header-site .nav.nav-horizontal > ul > li.last-elements > ul li a {
    text-align: right;
}
.header-site .nav.nav-horizontal > ul > li.last-elements > ul > li.menu-item-has-children > a:after {
    left: 8px;
    right: auto;
    top: 62%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header-site li.last-elements .sub-menu .menu-item-has-children > a:after {
    left: 8px;
    right: auto;
    top: 62%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
/*Hero Slider*/

.hs-item-wrapper{text-align: center;}
.hs-item .hs-content p {
  margin: 0 auto;
}
.hero-slider .slick-dots {
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    text-align: center;
    bottom: 74px;
    left: 0;
    right: 0;
    display: none !important;
}
#layers-widget-bx-features-widget-id-6 img {
  height: 120px;
  width: auto;
}
#layers-widget-bx-features-widget-id-6 p{
  font-size: 20px;
}
.feature-box-single .heading {
     background: #891f12;
}
.footer-site .section-nav-title, .footer-site.invert .section-nav-title {
  color: #fae5cc !important;
}
i.slick-arrow::before {
  background: #f3bb87 none repeat scroll 0 0!important;
}
#layers-widget-column-8::before {
  background: unset !important;
}

#layers-widget-column-8-143 input[type="email"], #layers-widget-column-8-143  input[type="text"], #layers-widget-column-8-143  input[type="url"], #layers-widget-column-8-143  input[type="search"], #layers-widget-column-8-143  input[type="password"], #layers-widget-column-8-143  input[type="number"], #layers-widget-column-8-143  input[type="tel"], #layers-widget-column-8-143  input[type="date"] {
  float: left;
  max-width: 50%;
}
#layers-widget-column-8-143 input[type="submit"] {
  background-color: #8c241c;
  float: right !important;
  margin-top: 11px;
}
#layers-widget-column-8-143 input[type="email"] {
 margin: 0 0px 10px 0;
}
#layers-widget-column-8-143 input[type="text"] {
 margin: 0 0px 10px 0;
} 
#layers-widget-column-8-143 input[type="tel"] {
 margin: 0 0px 10px 0;
}
#layers-widget-column-8-143 textarea {
  float: left;
margin-top: 11px;
}
#text-7 a, #text-3 input[type="submit"] {
  color: #ffffff;
}

#layers-widget-column-3-358 .button {
  background-color: #8c241c;
  color: #fae5cc;
  font-size: 18px;
  margin-top: -7px;
  width: 100%;
}
#layers-widget-column-8 .section-title {
  margin-bottom: 0;
}
#layers-widget-column-8-143 div.wpcf7 {
  margin: 0;
  padding: 0;
}
#layers-widget-bx-features-widget-id-7 {
  padding-bottom: 0!important;
}
.hs-item .hs-content h3 {
  line-height:35px!important;
}
#layers-widget-bx-features-widget-id-9-854 {
  padding: 40px;
}
.page-id-1228 .info-box-desc img {
  height: auto;
  width: 250px;
}
#layers-widget-buzpro_services_widget-19 img {
  float: left;
  margin-right: 2%;
}
#layers-widget-buzpro_services_widget-20 img {
  float: right;
  margin-left: 2%;
    margin-bottom: 20px;
}
#layers-widget-buzpro_services_widget-21 img {
  float: left;
  margin-right: 2%;
}
#layers-widget-buzpro_services_widget-21 {
  padding-top: 1%;
}
#layers-widget-buzpro_services_widget-22 img {
  float: right;
  margin-left: 2%;
    margin-bottom: 20px;
}
#layers-widget-buzpro_services_widget-22 {
  margin-top: -1%;
}
#layers-widget-buzpro_services_widget-20 {
  margin-top: -1%;
}
#layers-widget-buzpro_services_widget-23 img {
  float: left;
  margin-right: 2%;
}
#layers-widget-buzpro_services_widget-24 img {
  float: right;
  margin-left: 2%;
}
.footer-section{
    text-align: center;
}
.blog .footer-section > img {
  padding-top: 40px;
}
.profile-img-left{
    margin: 0px 20px 20px 0px;
    float: left;
    text-align: center;
}
.red-bg-low{
    background: #fae5cc; 
    padding: 0px 0px 30px 0px;
    text-align: center;
}
.page-id-5257 .heading{
    color: #8c241c;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0 0 35px;
    text-align: center;
    display: table;
    width: 100%;
}
.request-paula{
    background-color: #8c241c !important;
    color: #fae5cc;
    font-size: 18px;
    margin-top: 0px;
}
.borderless{
    border: none;
    margin-bottom: 50px;
}
.borderless td, .borderless th {
    border: none;
    text-align: left;
    font-weight: bold;
}
.red-link{
    background: #8c241c;
    color: #fae5cc;
    text-transform: uppercase;
    padding: 2px 10px;
    position: absolute;
    margin-top: -10px;
}
.red-link:hover{
    color: #fff;
}
.footer-speak-p{
    color: #8c241c !important;
    background-color: #fae5cc;
    text-transform: uppercase;
    display: inline-block !important;
    padding: 3px 7px;
    font-weight: bold;
    font-size: 14px;
}

    .page-id-1320 #layers-widget-column-8-143{
        margin: 0px auto;
    }
    .page-id-1320 #layers-widget-column-8-235{
        display: none;
    }

    .hs-content, .hs-item .hs-content{        
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        bottom: initial;
        margin-top: 50%;
    } 
.imgBef-pHide a:hover {
  background-color: #8c241c;
color: #fae5cc;
}
#layers-widget-buzprotestimonialid-3 .team-social p {
  font-size: 18px;
  font-style: italic;
}
.af-form {
  margin: 0!important;
}
#layers-widget-bx-features-widget-id-9-854 .excerpt {
    margin: auto 7%;
}
#layers-widget-bx-features-widget-id-9 .grid {
    margin: auto 8%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #layers-widget-bx-features-widget-id-9 .grid {
    margin: auto 0%;
}
    .hero-slider .slick-dots {
        width: 720px;
        bottom: 30px;
    }
    .hs-content, .hs-item .hs-content{        
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        bottom: initial;
        margin-top: 50%;
    }    
    .slick-arrow.slider_nev_right{
        right: 0px !important;
    }
    .slick-arrow.slider_nev_left{
        left: 0px !important;
    }
}

.hero-slider .slick-dots li {
    display: inline-block;
    line-height: 0;
    margin: 0 5px;
}
.hero-slider .slick-dots li:first-child {} .hero-slider .slick-dots li:first-child:before {} .hero-slider .slick-dots li.slick-active {} .hero-slider .slick-dots li:before {} .hero-slider .slick-dots li button {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    text-indent: -999999px;
    width: 23px;
}
.hero-slider .slick-dots li button:before {} .hero-slider .slick-dots li.slick-active button,
.hero-slider .slick-dots li button:hover {
    background: #8c241c;
}


.hero__slider {
    padding-bottom: 0;
    padding-top: 0;
}
.hs-item {
    background-color: #2d3e50;
    background-position: center top;
    background-size: cover;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    min-height: 665px;
}
.hs-item .hs-item-wrapper {
    position: relative;
    z-index: 3;
}
.hs-item .hs-image {
    position: relative;
    margin-left: -70px;
    margin-top: 90px;
}

.hs-item .hs-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item .hs-content h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}
.hs-item .hs-content h2 span {
    color: #1293d4;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {} @media only screen and (min-width: 992px) and (max-width: 1200px) {} @media only screen and (min-width: 768px) and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media only screen and (max-width: 479px) {} .hs-item .hs-content h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.hs-item .hs-content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    max-width: 850px;
}

.hs-item .hs-content a {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  overflow: hidden;
  padding: 10px 35px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {} @media only screen and (min-width: 768px) and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media only screen and (max-width: 479px) {} .hs-item .hs-content a:hover {} .hs-item .hs-content a i {
    line-height: 18px;
    margin-left: 0;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hs-item .hs-content a i {
    font-size: 19px;
    top: 3px;
}
.hs-item .hs-content p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
}   
}
@media only screen and (max-width: 767px) {
    #layers-widget-bx-features-widget-id-9-854 .text-justify {
    text-align: left;
}
    #layers-widget-bx-features-widget-id-9-854 {
    padding: 0px !important;
}
        #layers-widget-bx-features-widget-id-9 .grid {
    margin: auto 0%;
}
.our strong {
  float: left;
}
    .hs-item .hs-content a i {
        font-size: 15px;
    }
}
@media only screen and (max-width: 479px) {
        #layers-widget-bx-features-widget-id-9 .grid {
    margin: auto 0%;
}
    .profile-img-left{
        float: none;
    }
    .hs-item .hs-content a i {
        font-size: 12px;
        margin-left: 3px;
    }
    .hs-item .hs-content h3 {
      font-size: 20px!important;
      line-height: 30px!important;
      margin-bottom: 5px;
      padding: 0 6%;
    }
    .header-left .logo{
        display: inline-block;
    }
    .header-site nav{
        float: right;
    }    
    .hs-content{        
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        bottom: initial;
        margin-top: 50%;
    }
}
.hs-item.slick-current .hs-image img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hs-item.slick-current .hs-content h3 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.3s;
}
.hs-item.slick-current .hs-content h2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    margin-bottom: 15px;
}
.hs-item.slick-current .hs-content p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    margin-bottom: 10px;
}
.hs-item.slick-current .hs-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
/* slider */

.slider_text_left {
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
}
.slider_text_left .hs-content {
    padding-left: 0;
    padding-right: 70px;
}
.hero-slider .slick-list {
    margin: 0;
}
.add_your_class.thumbnail-body {
    padding: 0px;
    background: transparent !important;
}
.slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 42px;
    z-index: 99;
}
i.slick-arrow:before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: block;
    height: 100%;
}
.slick-arrow:hover {
    background: #1293d4;
}
.slick-arrow.slider_nev_left {
    left: -50px;
}
.slick-arrow.slider_nev_right {
    right: -50px;
}
.hero-slider:hover .slick-arrow.slider_nev_left {
    left: 0px;
}
.hero-slider:hover .slick-arrow.slider_nev_right {
    right: 0px;
}
.single-slider{position: relative;}
.hs-item.slick-slide:before,.single-slider:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
}
.button-primary.button.effect-sweep {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 6px 33px;
}
.letToRight-overlay:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*------------------------------*/
/*- 4. Features Area ------------*/
/*------------------------------*/
.features-area {} .single__feature .info-box-style-1 span {
    background-color: #fff;
    border: 1px solid #343434;
    border-radius: 50%;
    color: #343434;
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 99;
}
.single__feature .info-box-top {
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.single__feature .service-title.heading {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 8px;
}
.feature-box-single {
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease 0s;
  padding: 50px 20px;
}
.feature-box-single:hover {
    background: #1293d4;
    border: 1px solid #1293d4;
    color: #fff;
}
.feature-box-single .buzpro-icon-box {
    color: #8c241c;
    font-size: 36px;
    margin-bottom: 11px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box-single .heading {
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.hover-active .feature-box-single .heading{font-size: 24px;font-weight: 600;}
.feature-box-single .excerpt {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box-single:hover .buzpro-icon-box,
.feature-box-single:hover .heading,
.feature-box-single:hover .excerpt,
.hover-active .feature-box-single .buzpro-icon-box,
.hover-active .feature-box-single .heading,
.hover-active .feature-box-single .excerpt {
    color: #fff;
}
.hover-active .feature-box-single {
  background: #1293d4 none repeat scroll 0 0;
  border: 1px solid #1293d4;
  color: #fff;
}
/*------------------------------*/
/*- 5. Video  Area ----------*/
/*------------------------------*/
.video__areas {
  float: left;
  width: 50%;
}
.widget.video_area_widget.content-vertical-massive {
  padding: 0;
}
a.video-popup i{
  color: #fff;
  font-size: 60px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 44%;
  transition: all 0.3s ease 0s;
  width: 70px;
}
a.video-popup:hover i{color:#1293d4;}
.video__area {
  background: #ddd none repeat scroll 0 0;
  margin: 0;
  padding: 273px 0;
  position: relative;
}
.miata-video-widget {
  padding: 0;
}
.video_content_area {
  align-items: center;
  display: flex;
  float: right;
  height: 103%;
  padding: 0 50px;
  width: 50%;
}
.video__areas {
  float: left;
  width: 50%;
}
button.mfp-close:hover {
  background: transparent;
}
.video__area::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.video_content_area.media.large h5.heading {
  color: #8c241c;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px;
}
.video_content_area.media.large p {
  margin-top: 0!important;
}
.video_area_widget .content{padding: 0;}
.video_content_area  a {
  border: 1px solid #8c241c;
  color: #8c241c;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 36px;
  padding: 7px 35px;
  transition: all 0.4s ease 0s;
  background-color: transparent;
}
.video_content_area  a:hover{background:#8c241c;color:#fff;}

/*------------------------------*/
/*- 6. Portfolio Area ----------*/
/*------------------------------*/

.filter_menu {
    margin-bottom: 60px;
    text-align: center;
    line-height: 100%;
}
.filter_menu_left {
    text-align: left;
}
.filter_menu_right {
    text-align: right;
}
.filter_menu li {
    border: 0 solid #ccc;
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.filter_menu li:hover {
    color: #1293d4;
}
.cols {
    margin-bottom: 20px;
}
.column-flush.cols {
    margin-bottom: 0px;
}
.ht-portfolio {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media only screen and (min-width: 721px) and (max-width: 768px) {
        #layers-widget-bx-features-widget-id-9 .grid {
    margin: auto 0%;
}
    .portfolio-hover[class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
}
.portfolio-effect > a {
    display: block;
}
.portfolio-effect img {
    width: 100%;
    display: block;
}
.ht-portfolio-thumb {
    position: relative;
}
.ht-portfolio-thumb:before {
    background: #1293d4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover-effect {
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio:hover .portfolio-hover-effect {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio:hover .ht-portfolio-thumb:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio-content {
  bottom: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 3;
}
.portfolio-hover:hover .ht-portfolio-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 70px;
}
.ht-portfolio-content > h2,
.ht-portfolio-content2 > h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    margin: 0px 0px 3px 0px;
    text-transform: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.ht-portfolio-content2 > h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.ht-portfolio-content2 .category-name {
    bottom: 0;
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio-content > h2 a,
.ht-portfolio-content2 > h2 a {
    color: #333333;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content > h2,
.portfolio-hover:hover .ht-portfolio-content2 > h2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-icon {
    border: 0px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    font-size: 30px;
}
.portfolio-icon:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    width: 100%;
}
.portfolio-icon i {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content .portfolio-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.category-name {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 0px;
    text-transform: capitalize;
}
.category-name:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}
.category-name:last-child:before {
    content: "";
}
.portfolio-hover:hover .category-name {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio.thumbnail-body {
    padding: 0;
}
.ht-portfolio-content2 {
    padding: 25px 15px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio:hover .ht-portfolio-content2 {
    border-bottom-color: #1293d4;
}
.pagination {
    margin: 0 0 0px;
    vertical-align: top;
}
.pagination a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pagination-content.pagination2 {
    margin-top: 40px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails h2 {
    margin: 0 0 5px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails {
    padding: 40px 0 30px;
    position: absolute;
    top: inherit;
    bottom: -50px;
    background: #1293d4 ;
    transition: all 0.3s ease-in-out;
}
.ht-portfolio-3:hover .ht-portfolio-content-deltails{bottom: 0!important;}
.ht-portfolio-3 .ht-portfolio-content-deltails h2 a,
.ht-portfolio-content-deltails span {
    color: #fff;
}
.ht-portfolio-3 .category-name {
    bottom: 0px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/*------------------------------*/
/*- 7. Team Area ---------*/
/*------------------------------*/
.ht_team {
    padding: 0 0 20px;
}
.ht_thumb {
    position: relative;
    line-height: 0;
}
.ht_thumb:before {
    background-color: #1293D4;
    content: "";
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    z-index: 5;
}
.ht_team:hover .ht_thumb:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.team-style-1 .ht_team {
    padding-bottom: 0;
}
.ht_thumb > img {
    width: 100%;
    z-index: -1;
}
.ht_hover_content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 10px;
    z-index: 8;
}
.ht_team_social {
    margin-bottom: 10px;
    margin-top: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ht_team_social a {
    color: #1293d4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 100%;
}
.ht_team_social a:hover {
    color: #fff;
}
.ht_team_social a + a {
    margin-left: 5px;
}
.ht_team_name {
    line-height: 21px;
    padding: 20px 0;
    text-align: center;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ht_team_name h3 {
    margin: 0 0 6px;
    color: #ffffff;
}
.ht_team:hover .ht_team_name,
.ht_team:hover .ht_team_social {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht_team.thumbnail-body.t2 {
    padding-bottom: 0;
}
.ht_team.thumbnail-body {
  overflow: unset;
}
.column-flush .ht_team.thumbnail-body. {
    margin-bottom: 0px;
}
.team-style-4 [class*="span-"] {
    width: 100%;
}

.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.team-style-2 .ht_team,
.team-style-4 .ht_team {
    padding: 0 0 0px;
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    padding: 0px 10px 0;
}
.team-style-2 .ht_team_name h3,
.team-style-4 .ht_team_name h3 {
    margin: 0px 0 6px;
    color: #535353;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.team-style-2 .degi,
.team-style-4 .degi {
    margin-bottom: 0px;
    display: block;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    padding:20px 0 0;
    border-top: 0;
    -o-border-image: none;
       border-image: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ht_team:hover .ht_team_name {
    border-bottom-color: #1293D4;
}
.team-area .thumbnail-body p {
    color: #ffffff;
    margin: 10px 0 0;
    padding: 0 20px;
}
.team-style-3 .ht_team:hover .ht_thumb:before {
    -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
}

/*------------------------------*/
/*-8 Fun Fact Area ---------*/
/*------------------------------*/
.fun-factor-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 110px;
    position: relative;
    z-index: 1;
}
.fun-factor-area:after {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.fun-factor-icon {
    color: #474747;
    font-size: 60px;
}
.single-fun-factor > h2 {
    line-height: 100%;
    position: relative;
    font-weight: 400;
    font-size: 30px;
    color: #474747;
    font-family: lato;
    margin: 15px 0;
}
.fun-text p {
    color: #474747;
    font-size: 20px;
    font-weight: 600;
    font-family: raleway;
    text-transform: uppercase;
}
.small .fun-text p {
    font-size: 20px;
}
.medium .fun-text p {
    font-size: 20px;
}
.large .fun-text p {
    font-size: 30px;
}
.small .single-fun-factor h2 {
    font-size: 20px;
}
.medium .single-fun-factor h2 {
    font-size: 30px;
}
.large .single-fun-factor h2 {
    font-size: 50px;
}
.small .fun-factor-icon {
    font-size: 30px;
}
.medium .fun-factor-icon {
  font-size: 35px;
}
.large .fun-factor-icon {
    font-size: 80px;
}
.call_us_btn:before {
    content: "";
    background: none;
}
.call_us_btn a.button-primary {
    float: right;
    margin-top: -8px;
}
.call_us_btn .media-body .heading {
    max-width: 700px;
}
.call_us_btn .media-body .excerpt {
    max-width: 700px;
    float: left;
    margin-bottom: 0;
}
.call_us_btn .transparent.effect-sweep:after {
    background: #ffffff;
    z-index: -1;
}
.call_us_btn a.button-primary:hover {
    color: #1293D4;
    border-color: #ffffff;
}
.call_us_btn a.button-primary:focus {
    color: #ffffff;
    border-color: #ffffff;
}
/*------------------------------*/
/*- 9. Testimonial Area --------*/
/*------------------------------*/
.buzpro-testimonial-wrapper:before,
.buzpro-bgoverlay:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
}
.buzpro-bgoverlay,
.buzpro-testimonial-wrapper {
    position: relative;
}
.reating-icon i {
    color: #666;
    font-size: 17px;
    margin-right: 3px;
}
.team-details > h3 {
display: none;
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.team-social p {
    margin-bottom: 10px;
}
.team-details {
  background-color: #f3f3f3;
  padding: 35px 45px 33px;
}
.team-image-wrap {
  padding-bottom: 45px;
display: none;
}
.single-team.text-center {
    position: relative;
}
.team-image {
  border-radius: 100%;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -51px;
  transform: translateX(-50%);
}
.team-image img {
  border-radius: 100%;
  margin: auto;
  width: 100px;
}
.slider-2 .slick-dots li button {
    border: medium none rgba(0, 0, 0, 0);
    background:transparent;
    border:1px solid #8c241c;
    width: 15px;
    height: 15px;
    font-size: 0;
    padding: 0;
    border-radius: 100%;
    margin:0 5px;

}
.slider-2 .slick-dots li:not(.slick-active) button {
  opacity: 0.5;
}
.slider-2 .slick-dots li{display: inline-block;}
.slider-2 .slick-dots li.slick-active button {
    background-color: #8c241c;
    border: 1px solid #8c241c;
}
.slider-2 .slick-dots {
  margin-top: 60px;
  text-align: center;
}
.slider-2 .slick-list {
    padding-top: 60px !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
/*------------------------------*/
/*- 10. Pricing Area ----------*/
/*------------------------------*/

.single-pricing-table-head span {
    display: inline-block;
}
.single-pricing-table {
  overflow: hidden;
  padding: 6px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.single-pricing-table-head {
    border-color: #dcd9d9;
    border-style: solid;
    border-width: 1px 1px 1px;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: none;
}
.single-pricing-table-head h4::before {
  border-bottom: 6px solid #383838;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  content: "";
  height: 0;
  position: absolute;
  right: -3px;
  transform: rotate(45deg);
  width: 0;
}

.single-pricing-table-head h4::after {
  border-bottom: 6px solid transparent;
  border-right: 7px solid #383838;
  border-top: 6px solid transparent;
  bottom: -6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
  width: 0;
}
.single-pricing-table-head h4 {
  background-color: #383838;
  color: #fff!important;
  font-size: 16px;
  font-weight: 600;
  height: 49px;
  left: -6px;
  line-height: 45px;
  position: relative;
  text-align: center;
  top:102px;
  transform: rotate(-45deg);
  transform-origin: left bottom 0;
  transition: all 0.3s ease 0s;
  width: 237px;
  opacity: 0;
}
.single-pricing-table:hover .single-pricing-table-head h4,.active.single-pricing-table .single-pricing-table-head h4{opacity: 1;}
.icone-sign {
  margin-right: 5px;
  position: relative;
  top: -26px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}


.single-pricing-table-head > h4,
.single-pricing-table-head > h5 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head > h5 {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: lato;
}
.single-pricing-table-head h5 span b {
  color: #666;
  font-size: 55px;
}
span.monthly {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.single-pricing-table-body {
    border-bottom: 1px solid #dcd9d9;
    border-left: 1px solid #dcd9d9;
    border-right: 1px solid #dcd9d9;
    padding: 35px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: raleway;
}
.single-pricing-table-body ul {
    margin-bottom: 35px;
}
.single-pricing-table-body li {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}
.single-pricing-table-body .order,.active.single-pricing-table-body .order {
    background-color: #262626;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    min-width: 140px;
}
.single-pricing-table-body .order:hover,.active .single-pricing-table-body .order:hover {
    background: #666666;
}
.single-pricing-table:hover .single-pricing-table-head {
    border-color: transparent;
}
.active .single-pricing-table-head {
    background: #1293D4 none repeat scroll 0 0;
    border-color: transparent;
}
.single-pricing-table:hover .single-pricing-table-head,
.active.single-pricing-table .single-pricing-table-head,
.single-pricing-table:hover .single-pricing-table-body,
.active.single-pricing-table .single-pricing-table-body {
    background: #1293D4;color:#fff;
}

.active .single-pricing-table-body {
    border-color: transparent;
}
.active .single-pricing-table-head h4,
.active .single-pricing-table-head h5 {
    color: #ffffff;
}
.active .single-pricing-table-body .order {
    background: #262626 none repeat scroll 0 0;
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-head {
    background: #1293D4 none repeat scroll 0 0;
}
.single-pricing-table:hover .single-pricing-table-head h4,
.single-pricing-table:hover .single-pricing-table-head h5 {
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-body {
    border-color: transparent;
}
.single-pricing-table:hover .single-pricing-table-body li,.single-pricing-table:hover .single-pricing-table-head h5 span b,.single-pricing-table:hover .single-pricing-table-head > h5 .icone-sign,.active.single-pricing-table .single-pricing-table-body li,.active.single-pricing-table .single-pricing-table-head h5 span b,.active.single-pricing-table .single-pricing-table-head > h5 .icone-sign {color: #fff!important;}

/*------------------------------*/
/*- 11. Blog Area ---------*/
/*------------------------------*/
.blog .pdall-100 {
    padding: 30px 0 80px;
}
/* blog main area */

.ht-blog {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.ht-content-text .ht-blog-button a {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: #8c241c !important;
  font-family: lato;
  line-height: 22px;
  margin-bottom: 0;
}
.pagination {
    margin: 20px 0 0;
}
/* blog image css*/

.ht-blog-thumb {
    position: relative;
}
.ht-blog-thumb:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
}
.ht-blog:hover .ht-blog-thumb:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-blog-thumb a {} .ht-blog-thumb img {
    width: 100%;
    display: block;
}
.ht-blog-button a.button{padding: 0}
.ht-blog-button a:hover{color:#1293d4;}
/* blog post meta css */

.ht-blog-thumb span.post_dates {
    background: #0aaac0 none repeat scroll 0 0;
    color: #fff;
    font-size: 18.6px;
    height: 70px;
    left: 0;
    top: 0;
    line-height: 70px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 70px;
    -webkit-transition: .5s;
    transition: .5s;
}
.ht-blog-thumb span.post_dates:hover {
    background: #f00;
    color: #fff;
}
.ht-blog-thumb span.post_dateslb {
    top: auto;
    bottom: 0;
}
.ht-blog-thumb span.post_datesr {
    left: auto;
    right: 0;
}
.ht-blog-thumb span.post_datesrb {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.ht-blog-thumb span.post_datescenter {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* blog content area */

.ht-single-content {
  background: transparent none repeat scroll 0 0;
  padding: 20px 0 0;
}
.ht-post-meta {
  padding: 10px 0 0;
}
/* blog post meta */

.ht-post-meta {} .ht-blog-date {} .ht-blog-date span {
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    color: #888;
}
.ht-blog-date span + span::before {
  background: #888888 none repeat scroll 0 0;
  content: "";
  height: 13px;
  left: -9px;
  position: absolute;
  top: 2px;
  transform: rotate(23deg);
  width: 1px;
  z-index: 3;
}
.ht-blog-date a {
    color: #888;
}
.ht-blog-date i {
    margin-right: 2px;
    color: #888;
}
/* blog title css */
.home-blog {
  padding-top: 65px;
}
.ht-single-content h2 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
}
.ht-content-text h2 {
    color: #1b1b1b;
}
.ht-content-text h2 a:hover {
    color: #0aaaa0;
}
/* blog paragraph css */

.ht-content-text p {
    color: #333333;
}
/* blog button css*/

.btn_middle {
    text-align: center;
}
.btn_right {
    text-align: right;
}
a.ht-read-more {
    color: #888888;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 0;
}
.ht-read-more:hover {
    color: #0aaac0;
    border-color: #0aaac0;
}
/* carousel style */

.blog-carousel [class*="span-"] {
    width: 100%;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0px solid #eaeaea;
    border-radius: 50%;
    color: #0aaaa0;
    display: inline-block;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0;
    height: 48px;
    left: -50px;
    line-height: 48px;
    margin: -24px 0 0 0;
    width: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -50px;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover,
.blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
    border-color: #1BB4B9;
    color: #fff;
    background: #1BB4B9;
}
/* single blog */

.single-area-post {
    border: 1px solid #efefef;
    overflow: hidden;
    padding: 9px 15px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-area-post:hover {
    box-shadow: 0 8px 16px 1px #ccc;
}
.padding90 {
    padding: 75px 0 90px;
}
/* single page title */

.single-title {
    color: #333;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}
.single-title {
    border-bottom: 0px solid #f0f0f0;
    margin-bottom: 30px;
}
.single-title > h3 {
    border-bottom: 1px solid #f5b120;
    bottom: -1px;
    display: inline-block;
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
}
/* single page paragraph */

.story h1 {
    font-size: 48px;
    font-size: 3rem;
}
.story.hbtitle h3 {} .story h5 {
    font-size: 25.6px;
    font-size: 1.6rem;
}
.story h6 {
    font-weight: 700;
}
.story h6,
.story h5,
.story h4,
.story h3,
.story h2,
.story h1 {
    margin-bottom: 10px;
}
.story h2 {
  font-size: 2.5rem;
}
.story p {
    color: #333333;
    font-size: 15px;
    line-height: 28px;
}
.story.hbtitle blockquote p {
    font-style: italic;
}
label {
    font-size: 14px;
    font-weight: 600;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.contactus {
    background-size: 100% auto;
    padding: 225px 0 160px;
}
.icon-content.homes-5 .media .heading {
    font-size: 25.6px;
    font-size: 1.6rem;
}
.blogimage100 img {} .form-submit input[type="submit"] {
    padding: 10px 14px !important;
}

.single-blog-page .single-article .single-title {
    border: 0 solid #ddd;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.blog-info .comment a {
    border-right: 1px solid #efefef;
    color: #888;
    padding: 0 7.5px;
}
.blog-info .comment a:first-child {
    padding-left: 0;
}
.blog-info .comment a i {
    margin-right: 4px;
}
.blog-info {
    margin-bottom: 15px;
}
/* Blog sidbar style  */

.search-form .form-control {
    float: left;
    height: 45px;
    max-width: 100%;
    padding-right: 60px !important;
}
.search-form .search-form-btn {
    background: #8c241c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
.input-group.search-form {
    position: relative;
}
.search-form .search-form-btn:hover {
    background: #8c241c;
}
.sidebar .widget .section-nav-title {
  border-bottom: 1px solid #8c241c;
  color: #474747;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

div[class*=" off-canvas-"] .section-nav-title {
    color: #ffffff;
}
.sidebar .widget ul li a:before {
    content: "";
    font-family: "icofont";
    margin-right: 5px;
}
.sidebar .widget ul li a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
    text-transform: capitalize;
}
.sidebar .widget li:not(:last-child) {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sidebar .widget li {} .sidebar .widget ul li {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
.sidebar .widget ul li .url:hover {
    color: #333333;
}
.sidebar .widget ul li a:hover {
    color: #1293d4;
}
.sidebar .widget .menu-main-menu-container ul li {
    margin: 0;
}
.sidebar .well {
    background-color: transparent;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px
}
.table th,
table td {
    padding: 8px;
font-size: 16px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    text-align: center;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 0px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 0px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 0px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 0px 0
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
    color: #333333;
    display: block
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
    color: #444444;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar th,
#wp-calendar td {
    padding: 5px;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today {
    background-color: #1293d4;
    color: #fff;
}
table#wp-calendar td a:hover {
    color: #1293d4;
}
aside.widget select option {
    padding: 9px;
}
.sidebar aside:first-child {
  padding-top: 0;
}
.pull-right.sidebar aside.content {
  padding-right: 0;
}
.pull-left.sidebar aside.content {
  padding-left: 0;
}
/* tag */

.tagcloud a {
    display: inline-block;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #dcd9d9;
    border-radius: 0;
    color: #343434;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    margin: 0 6px 10px 0;
    padding: 8px 15px;
    text-align: center;
    text-transform: capitalize;
}
.tagcloud a:hover {
    border-color: #1293D4;
    background: #1293D4;
    color: #fff
}
.rsswidget {
    color: #fff;
}
.textwidget img {
    margin-top: 10px;
}
.widget .comment-author-link {
    display: block;
    padding-bottom: 15px;
}
ul li.recentcomments a:before {
    display: none;
}
.comment-form textarea {
    max-width: 100%;
}
#comments input {
    max-width: 100%;
}
.header-secondary nav.pull-left ul.nav li:last-child {
  margin-right: 0;
}
.header-secondary nav.pull-left ul.nav li:first-child {
  margin-left: 0;
}
#comments input:focus,
#comments textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
input[type="button"],
input[type="submit"],
button {
    font-size: 14px;
}
.not-found-title {
    font-size: 50px;
    font-weight: bold;
}
.post-wrapper {
    margin-bottom: 40px;
}
.format-standard.sticky .post-wrapper,
.format-standard.tag-sticky-2 .post-wrapper {
    border: 1px solid #1293d4;
    padding: 10px;
}
.blog-carousel .post-wrapper {
    margin-bottom: 0px;
}
.semi-title,
.semi-title a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}
.semi-title:hover,
.semi-title a:hover {
    color: #1293d4;
}
.post-info span i {
    margin-right: 3px;
    font-size: 14px;
}
.post-info {
    padding-top: 16px;
    position: relative;
}
.page-area header.single-post-title > .single-title-heading {
    margin-top: 0;
}
/*-- img Hover effect --*/
.blog-heffect {
    line-height: 11px;
    overflow: hidden;
    position: relative;
}
.blog-heffect:before,
.blog-heffect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: rgba(18, 147, 212, .50);
}
.blog-heffect:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}
.blog-heffect:before {
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
    z-index: 9;
}
.blog-heffect:hover:before,
.blog-heffect:hover:after {
    -webkit-transform: skew(45deg) translateX(0px);
    transform: skew(45deg) translateX(0px);
}
.blog-heffect > a {
    color: #fff;
    font-size: 25px;
    height: 40px;
    left: 50%;
    line-height: 46px;
    margin-left: -20px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 9;
}
.blog-heffect:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.blog-heffect a {
    display: block;
    line-height: 0;
}
.blog-heffectn > iframe {
    min-height: 228px;
}
.blog-heffectn {
    line-height: 10px;
    margin-bottom: 0px;
}
.blog-heffect .overlay-effect a img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-heffect:hover .overlay-effect a img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.pagination a,
.pagination span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #454545;
    display: inline-block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-width: 38px;
    padding: 8px 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination .current, .pagination a:hover {
  background-color: #fae5cc;
  border-color: #fae5cc;
  color: #000000;
}
.blog-pagination {
    text-align: center;
}
.pagination {
    margin: 0;
}
.post-info:after {
    content: "";
    display: block;
    clear: both;
}
.post-info span {
    position: relative;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.post-categories > li {
    display: inline-block;
}
.post-like {
    float: left;
    margin-right: 10px;
}
.post-like i {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}
.post-categories {
    display: inline-block;
}
.post-info-left span:not(:last-child) {
    margin-right: 10px;
}
.post-date {
    background: #1293d4 none repeat scroll 0 0;
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
    z-index: 99;
}
.post-date span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
    color: #ffffff;
}
.post-author:hover,
.post-like:hover,
.post-comment:hover {
    color: #1293d4;
}
.post-info-left,
.post-info-right,
.post-date {
    display: inline-block;
}
.post-info-left {
    width: 100%;
}
.post-info-left span:first-child {
    margin-right: 10px;
}
.post-info-right {
    float: right;
    text-align: right;
}
.post-content {
    margin-top: 20px;
}
.post-content .semi-title,
.post-content .semi-title a {
    text-transform: capitalize;
}
.post-content .semi-title {
    margin-bottom: 5px;
}
.post-content p {
    margin-bottom: 0;
}
.buzpro-home-blog .pagination-button,
.pagination-area {
    text-align: center;
}
.blog-carousel [class*="span-"] {
    width: 100%;
}
.blog-carousel.owl-theme .owl-controls .owl-dots,
.testimonial-carousel .owl-dots {
    line-height: 0;
    margin-top: 45px;
    text-align: center;
}
.blog-carousel.owl-theme .owl-controls .owl-dot,
.testimonial-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin: 4px 5px;
}
.blog-carousel.owl-theme .owl-controls .owl-dots .owl-dot span,
.testimonial-carousel .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1293d4;
    border-radius: 100%;
    display: block;
    height: 12px;
    margin: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
.blog-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dot.active span {
    background: #1293d4;
}
/*------------------------------*/
/*- 12. Brand area -------------*/
/*------------------------------*/

.brand-carousel .column.span-12 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
.brand-carousel .owl-item {
    border-style: solid;
    border-color: #dcd9d9;
    border-width: 1px;
    border-right-width: 0px;
}
.brand-carousel .owl-item:last-child {
    border-right-width: 1px;
}
.ht-brand {
    overflow: hidden;
    padding: 0px;
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ht-brand:before,
.ht-brand:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.buzpro-brand [class*="column"] {
  margin-bottom: 0;
}
.ht-brand:before {
    right: 100%;
    top: 0;
    -webkit-animation-name: bor-top-out;
            animation-name: bor-top-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover:before {
    -webkit-animation-name: bor-top;
            animation-name: bor-top;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:after {
    left: 100%;
    bottom: 0;
    -webkit-animation-name: bor-bottom-out;
            animation-name: bor-bottom-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover:after {
    -webkit-animation-name: bor-bottom;
            animation-name: bor-bottom;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.single-brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.single-brand:before,
.single-brand:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}
.single-brand:before {
    right: 0;
    bottom: 100%;
    -webkit-animation-name: bor-right-out;
            animation-name: bor-right-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover .single-brand:before {
    -webkit-animation-name: bor-right;
            animation-name: bor-right;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.single-brand:after {
    left: 0;
    top: 100%;
    -webkit-animation-name: bor-left-out;
            animation-name: bor-left-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover .single-brand:after {
    -webkit-animation-name: bor-left;
            animation-name: bor-left;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
@-webkit-keyframes bor-top {
    0% {
        right: 100%;
    }
    25% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}
@keyframes bor-top {
    0% {
        right: 100%;
    }
    25% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}
@-webkit-keyframes bor-right {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 100%;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes bor-right {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 100%;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 0px;
    }
}
@-webkit-keyframes bor-bottom {
    0% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@keyframes bor-bottom {
    0% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@-webkit-keyframes bor-left {
    0% {
        top: 100%;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0px;
    }
}
@keyframes bor-left {
    0% {
        top: 100%;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0px;
    }
}
@-webkit-keyframes bor-top-out {
    0% {
        right: 0px;
    }
    75% {
        right: 0px;
    }
    100% {
        right: 100%;
    }
}
@keyframes bor-top-out {
    0% {
        right: 0px;
    }
    75% {
        right: 0px;
    }
    100% {
        right: 100%;
    }
}
@-webkit-keyframes bor-right-out {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 0px;
    }
    75% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes bor-right-out {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 0px;
    }
    75% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@-webkit-keyframes bor-bottom-out {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
@keyframes bor-bottom-out {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes bor-left-out {
    0% {
        top: 0px;
    }
    25% {
        top: 100%;
    }
    10% {
        top: 100%;
    }
}
@keyframes bor-left-out {
    0% {
        top: 0px;
    }
    25% {
        top: 100%;
    }
    10% {
        top: 100%;
    }
}
/*------------------------------*/
/*- 13. Footer Area ---------*/
/*------------------------------*/
.mc4wp-form-fields input::-moz-placeholder{color:#222;font-size: 14px;}
.copyright-footer-bg {
  border-top: 1px solid #fae5cc;
}
.footer-address > ul > li {
  font-size: 14px;
  margin-bottom: 15px !important;
  width: 100%;
}
.footer-address > ul > li i{margin-right: 5px;}
.mc4wp-form-fields p {position: relative;}
.mc4wp-form-fields p label{font-size: 16px;font-weight: 700;margin: 15px 0;}
.mc4wp-form-fields input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: #999999;
  font-family: lato;
  font-size: 12px;
  height: 40px;
  padding: 5px 15px;
  position: relative;
  width: 95%;
}
.mc4wp-form-fields button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  color: #1293d4;
  font-size: 20px;
  height: 40px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  width: 50px;
}
.mc4wp-form-fields button:hover{background: #1293d4!important;color:#fff!important;}
.footer-section > img {
  margin-bottom: 20px;
width: 100%;
}
.social-icons a {
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.social-icons a:hover {
  background: #fff none repeat scroll 0 0;
  color: #1293d4;
}
.footer-site {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-site h5.section-nav-title {
    background: transparent none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0;
}
.footer-site .footer-top-grid ul.menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 4px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-site .footer-top-grid ul.menu li a:before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}
.footer-site .footer-top-grid ul.menu li a:hover {
    margin-left: 5px;
}
.footer-add-info {
    margin-bottom: 25px;
    padding-left: 30px;
}
.footer-add-icon {
    display: inline-block;
    float: left;
    font-size: 23px;
    line-height: 3px;
    margin-right: 0;
    margin-top: 4px;
}
.footer-logo > img {
    margin-bottom: 25px;
    margin-top: 4px;
}
.footer-site .widget ul.instagram-pics {
    margin: 0 -5px;
}
.footer-site .widget ul.instagram-pics li {
    float: left;
    margin-bottom: 0;
    padding: 6px 6px;
    width: 33.33%;
}
.footer-site .widget ul.instagram-pics li a:before {
    color: #fff;
    content: "\f0c1";
    font-family: "fontawesome";
    font-size: 24px;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 3;
}
.footer-site .widget ul.instagram-pics li a:after {
    background-color: #1293d4;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.footer-site .widget ul.instagram-pics li a {
    display: block;
    position: relative;
    line-height: 0;
}
.footer-site .widget ul.instagram-pics li:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-site .widget ul.instagram-pics li:hover a:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.copyright-footer-bg .container.content.clearfix {
    padding: 0;
}
.copyright .site-text {
    margin: 0;
}
.footer-icon li {
    display: inline-block;
}
.menu-footer-menu-container ul li a {
  width: 100% !important;
}
.menu-footer-menu-container {
  margin-bottom: 10px;
}
.footer-icon li a {
    color: #fefefe;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 8px;
}
.footer-icon ul li a {
    height: 16px;
    line-height: 14px;
    width: 24px;
}
.buzpro-mailchimp input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
}
.buzpro-mailchimp span {
    font-size: 14px;
    font-weight: 400;
}
/* button style here */

.button-primary {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.button-primary.effect-sweep:hover {
    color: #fff;
    background: #1293d4;
}

.transparent.effect-sweep {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.transparent.effect-sweep:hover {
    background: #1293d4 none repeat scroll 0 0;
}
.transparent.effect-sweep:hover,
.transparent.effect-sweep:focus,
.transparent.effect-sweep:active {
    color: #ffffff;
    border-color: #1293d4;
}
.transparent.effect-sweep:hover:after {
    background: #1293d4 none repeat scroll 0 0;
}
.comment-area {
    margin-top: 40px;
}

.comment-form input[type="button"],
.comment-form input[type="submit"],
.comment-form button,
.comment-form .button,
.comment-form .form-submit input[type="submit"] {
    margin-bottom: 0px;
}
.comment-form .form-submit input[type="submit"] {
    font-weight: 600;
    padding: 8px 22px 9px;
    text-transform: uppercase;
}
label {
    clear: both;
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.comment-form-url > input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 20px;
}
.comment-form-url >textarea {
    border: 1px solid #ddd;
    padding: 0 20px;
}
textarea {
    border: 1px solid #eee;
    padding: 10px 20px;
}
#wpcf7-f4161-o1 textarea {
    padding: 10px 16px;
}
.comment-reply-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
p[class*="comment-form"] {
    margin-bottom: 24px;
}
.comment-list li .grid {
    margin: 20px 0 0;
}
.avatar .avatar-image img {
    border-radius: 0;
}
.avatar .avatar-image {
    margin-right: 15px;
}
.avatar .avatar-body .avatar-name {
    color: #333333;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.comment-area .push-bottom {
    margin-bottom: 0;
}
.avatar-body .copy.small {
    margin-top: 10px;
}
small {
    color: #777;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.copy a {
    border-bottom: 0 none;
}
.copy.small {
    color: #000;
    font-size: 20.8px;
    font-size: 1.3rem;
}
h5.avatar-name a {
    color: #333;
}
.comment-respond {
    margin-top: 40px;
}
.conmment-title_quick .heading.comment-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single-title-heading {
  color: #5e5e5e;
  font-family: lato;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 15px;
}
.single-article .story p {
    margin-bottom: 20px;
    margin-top: 28px;
}
.story .blog-single-content blockquote p {
    margin-top: 0;
}
.story blockquote,
.copy blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    border-left: 3px solid #1293d4;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 26px;
    padding: 20px;
}

/*------------------------------*/
/*- 14. Breadcrumb  Area ---------*/
/*------------------------------*/
.breadcrumb-area {
    background-color: #f7f7f7;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}
.breadcrumb-title {
    margin-bottom: 3px;
}
.bread-crumbs li span.current {
    color: #1293d4;
}
.breadcrumb-title h1 {
    color: #1293d4;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.bread-crumbs {
    margin: 0;
}
.breadcrumb-list {
    line-height: 100%;
}
.bread-crumbs li {
    display: inline-block;
    margin-right: 3px;
    float: none;
}
.bread-crumbs li,
.bread-crumbs li a {
    color: #ffffff;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.bread-crumbs li a:hover,
.bread-crumbs li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
    text-align: left;
}
.bread-crumbs a,
.breadcrumb-list a {
    color: #ffffff;
}
.bread-crumbs a:hover {
    color: #1293d4;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.breadcrumb-list a:hover {
    color: #1293d4;
}
.not-found-title {
    font-size: 23px;
    margin-bottom: 7px;
}
.breadcrumb-list li {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}
.breadcrumb-list li:first-child {
    margin-left: 0;
}
.breadcrumb-list > ul {
    color: #ffffff;
}
.breadcrumb-list li:last-child {
    color: #8c241c;
    margin-right: 0;
}

/*----------------------------------------*/
/*  14. Single Portfolio */
/*----------------------------------------*/
.portfolio-cat-list li {
    display: block;
}
.portfolio-cat-list li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #333333;
}
.portfolio-cat-list li a:hover,
.portfolio-cat-list li.current a {
    color: #1293d4;
}
.portfolio-cat-list li a:before {
    content: "\eb27";
    font-family: "icofont";
    margin-right: 5px;
}
.portfolio-single-content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.portfolio-single-content h4,
.portfolio-meta h4,
.retated-portfolio-title,
.related-portfolio-content h4,
.portfolio-widget h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.portfolio-meta {
    border-top: 1px solid #d5d0d0;
    margin-top: 25px;
    padding-top: 25px;
}
.portfolio-meta h4 {
    margin-bottom: 20px;
}
.portfolio-info-table table,
.portfolio-info-table table thead:first-child tr:first-child th:first-child,
.portfolio-info-table table tbody:first-child tr:first-child td:first-child,
.portfolio-info-table table thead:last-child tr:last-child th:first-child,
.portfolio-info-table table tbody:last-child tr:last-child td:first-child {
    border-radius: 0px;
}
.retated-portfolio-title {
    margin-bottom: 30px;
}
.portfolio-img {
    position: relative;
}
.portfolio-img img {
    width: 100%;
}
.img-overlay {
    line-height: 0;
    position: relative;
}
.img-overlay:before {
    background: #000 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-img a {
    bottom: 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    z-index: 110;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.portfolio-item:hover .img-overlay:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    visibility: visible;
}
.portfolio-item:hover .portfolio-img a {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.related-portfolio-content {
    padding-top: 30px;
}
.related-portfolio-content h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.portfolio-widget h4 {
    margin-bottom: 20px;
}
.single-portfolio-page.content-vertical-massive {
    padding-bottom: 95px;
    padding-top: 110px;
}
/*------------------------------*/
/*- 16. Contact Page -------------*/
/*------------------------------*/
.contact-home .excerpt > p {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-home a {
  background: #fff none repeat scroll 0 0;
  color: #8c241c;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 42px;
  transition: all 0.3s ease 0s;
}
.contact-info i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1293d4;
    color: #333333;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 70px;
    margin-bottom: 15px;
}
.contact-info i:hover {
    background-color: #1293D4;
    color: #fff;
}
.contact-info .media-body .excerpt p {
    margin-bottom: 0;
}
.buzpro-contact .content {
    padding-left: 0;
    padding-top: 0;
}
.buzpro-contact .copy p {
    margin-bottom: 0;
}
.buzpro-contact textarea {
    height: 137px;
}
.buzpro-contact input.wpcf7-form-control {
    height: 34px;
}
.buzpro-contact .wpcf7-form p {
    margin-bottom: 20px;
}
.wpcf7-form p:last-child {
    margin-bottom: 0;
    font-size: 100px;
}
.buzpro-contact input[type=submit] {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
}
.buzpro-contact input[type=submit]:hover {
    background: #ffffff;
    color: #1293d4;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
div.wpcf7 .ajax-loader {
    margin: 6px 0 0 5px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(assets/preset-images/preload-circle-dark.png);
    -webkit-animation: cf7Loader 2s steps(18) infinite;
    animation: cf7Loader 2s steps(18) infinite;
}
@-webkit-keyframes cf7Loader {
    from {
        background-position: 0px;
    }
    to {
        background-position: -576px;
    }
}
@keyframes cf7Loader {
    from {
        background-position: 0px;
    }
    to {
        background-position: -576px;
    }
}
.company-location {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px 0 #ddd;
  padding: 100px 90px;
  position: absolute;
  right: -273px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.follow-us-icon > h3 {
  color: #4d4d4d;
  margin: 0 0 15px;
  text-align: center;
  font-size: 24px;
}
.follow-us-icon ul li {
  display: inline-block;
}
.follow-us-icon ul li a i {
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 30px;
  margin: 0 8px 0 auto;
  position: relative;
  text-align: center;
  width: 30px;
  line-height: 30px;
  color:#fff;
  background: #ccc;
  transition: all 0.3s ease-in-out;
}
.follow-us-icon ul li a i.fa-facebook{background: #3b5998}
.follow-us-icon ul li a i.fa-google-plus{background: #bd3518}
.follow-us-icon ul li a i.fa-twitter{background: #33ccff}
.follow-us-icon ul li a i.fa-rss{background: #f56505}
.follow-us-icon ul li a i.fa-linkedin{background: #007bb7}
.follow-us-icon ul li a:hover i{transform: rotate(360deg);}
.single-address {
  overflow: hidden;
}
.single-address-icon {
  float: left;
  margin-right: 20px;
}
.single-address-info {
  float: left;
  overflow: hidden;
}
.single-address-icon i {
  border: 1px solid #1293d4;
  border-radius: 100px;
  color: #1293d4;
  float: left;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.single-address-info p{margin-bottom: 5px; }
.single-address{margin: 10px 0;}
.buzpro-contact-area .leave-comment.comments {
  background: #000 url("assets/img/contact.png") no-repeat scroll center center / cover ;
  padding: 100px 230px 100px 70px;
  position: relative;
}
.buzpro-contact-area .comment-form p input, .buzpro-contact-area .comment-form p textarea {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-family: lato;
  font-size: 14px;
  padding: 15px 20px;
  height: 45px;
}
.buzpro-contact-area .comment-form p textarea{min-height: 130px;}
.buzpro-contact-area .comment-form p input:focus,.buzpro-contact-area .comment-form p textarea:focus{border-color: #fff;}
.buzpro-contact-area .leave-comment.comments::before {
  background: #1293d4 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.82;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.buzpro-contact-area .comment-form {
  position: relative;
  z-index: 1;
}
.buzpro-contact-area .comment-form .wpcf7-submit {
  background: #fff none repeat scroll 0 0;
  color: #1293d4;
  width: 100%;
  height: 45px;
}
.buzpro-contact-area .comment-form .wpcf7-submit:hover{background: #1293d4;color:#fff;}
.buzpro-contact-area .comment-form p input::-moz-placeholder,
.buzpro-contact-area .comment-form p textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.buzpro-contact-area .comment-form p input::-webkit-input-placeholder,.buzpro-contact-area .comment-form p textarea::-webkit-input-placeholder{
    color:#fff;
    opacity: 1;
}
.contact-form-title > h4::before {
  bottom: -12px;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  left: 75px;
  position: absolute;
}
.contact-form-title > h4::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 65px;
}
.contact-form-title{margin-bottom: 70px;}
.contact-form-title > h4 {
  color: #fff;
  display: block;
  padding-bottom: 25px;
  position: relative;
  width: 500px;
  font-size: 36px;
}
/*------------------------------*/
/*- 17. About Us Page -------------*/
/*------------------------------*/
.about-page-content .heading span{
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.about-section .button {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    font-weight: normal;
    margin-bottom: 4px;
}
.about-section .button:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.about-section .button:hover,
.about-section .button:focus {
    color: #1293d4;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    background-color: #1293d4;
}
.about-section .button:hover:after,
.about-section .button:focus:after,
.about-section .button:active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.about-section .media-body .heading,
.video-section .media-body .heading {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.about-section .media-body .heading a {
    color: #333333;
}
.about-section .media-body .heading:after {
    background: #dbd9da none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 82px;
}
.about-section .media-body .heading:before {
    background: #1293d4 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 30px;
    z-index: 9;
}
.video-section .excerpt p {
    margin-bottom: 0;
}
.video-section {
    position: relative;
    background-size: cover;
}
.video-section:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.video-section .media-body .heading {
    padding-bottom: 0;
}
.video-section .media-body .heading,
.video-section .media-body .excerpt,
.video-section .media-body .excerpt p {
    color: #ffffff;
}
.video-section .first.column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.circle-skill {
    position: relative;
    background-size: cover;
}
.circle-skill:before {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.circle-skill {} .text_content {} .text_content p {
    color: #ffffff;
}
.circle-skill .excerpt,
.circle-skill .excerpt p {
    color: #ffffff;
}
.progress-h4 {
    margin: 10px 0;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
/*-----------------------
skill css
--------------------------*/

.skill{overflow:hidden;}
.skill {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.service-text{margin-top:30px;}
.skill .progress .lead {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  position: absolute;
  text-transform: capitalize;
  top: -24px;
  z-index: 99;
  width: 100%;
}
.skill .progress {
    background-color: #eee;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    overflow: visible;
    position: relative;
}

.skill .progress-bar span {

    background: #ed9914 none repeat scroll 0 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 0px;
    position: relative;
    transform: translateX(0%);
}

.progress-bar > span::after {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #1293d4;
  border-radius: 100%;
  content: " ";
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: -15px;
  top: -8px;
  width: 20px;
}
.lead span{position: absolute;right: 0;}

.campaigns-bottom-meta .skill .progress:nth-child(1) .progress-bar {
    background: #00aff0;
    box-shadow: none;

}
.imgBef-pHide{
    margin: 0px 0px 30px 30px;
    width: 300px;
    float: right;
}
.imgBef-pHide a{
    color: #fae5cc;
    background-color: #8c241c;
    width: 100%;
}
.media.large .imgBef-pHide .button{
    background-color: #8c241c;
    color: #fae5cc;
    font-size: 18px;
    margin-top: 0px;
    width: 100%;
}
#layers-widget-column-8-143 div.wpcf7-response-output{float:left;}
#layers-widget-column-8-143 span.wpcf7-not-valid-tip{float:left;margin: 0 10px;}
#layers-widget-column-8-143 .home-form .wpcf7-form-control-wrap{width:50%;float: left;}

#layers-widget-column-8-143 .home-form input,  #layers-widget-column-8-143 .home-form textarea{
    width: 100%;max-width: 95%;
    margin: 0px 2% 10px;
}
#layers-widget-column-8-143 .home-form textarea{
   width: 97%;
    max-width: 100%;
    margin: 0 8px 10px;
}
#layers-widget-column-8-143 .home-form .wpcf7-form-control-wrap.textarea-381{width:100%;}
#layers-widget-column-8-143 input[type="submit"]{
    width: auto;
    margin: 11px 2% 0px 0px;
}
/* Progress bar style */

@-webkit-keyframes progress-bar-stripes {

from {  background-position: 40px 0;}

to {    background-position: 0 0;}
}

@-o-keyframes progress-bar-stripes {    

from {  background-position: 40px 0;}

to {    background-position: 0 0;}
}
@keyframes progress-bar-stripes {

from {background-position: 40px 0;}

to {background-position: 0 0;}

}

.progress {

    overflow: visible;

    height: 20px;

    margin-bottom: 0px;

    background-color: #f5f5f5;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}

.progress-bar {

    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;

    background-color: #337ab7;

    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

    -webkit-transition: width 0.6s ease;

    -o-transition: width 0.6s ease;

    transition: width 0.6s ease;

}

/* Unite Test  */
.single-article .story blockquote p {
    margin: 0;
}
.post-password-form input[type="password"] {
    display: block;
    margin: 10px 0;
    width: 35%;
}
.header-site .nav.nav-horizontal > ul > li {
    margin: 0 16px;
    padding-bottom: 0;
}
div[class*=' off-canvas-'] .nav-vertical li:nth-child(8),
div[class*=' off-canvas-'] .nav-vertical li:nth-child(9),
div[class*=' off-canvas-'] .nav-vertical li:nth-child(10),
div[class*=' off-canvas-'] .nav-vertical li:nth-child(11){
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.header-site .nav.nav-horizontal > ul > li:nth-child(7){
    margin-right: 40px;
  
}

.header-site .nav.nav-horizontal > ul > li:nth-child(8), div[class*=' off-canvas-'] .nav-vertical li:nth-child(8) {
    margin-right: 4px;
    margin-left: 4px;
}

.header-site .nav.nav-horizontal > ul > li:nth-child(9), div[class*=' off-canvas-'] .nav-vertical li:nth-child(9) {
    margin-right: 4px;
    margin-left: 4px;
}

.header-site .nav.nav-horizontal > ul > li:nth-child(10), div[class*=' off-canvas-'] .nav-vertical li:nth-child(10){
    margin-right: 4px;
    margin-left: 4px;
}

.header-site .nav.nav-horizontal > ul > li:nth-child(11), div[class*=' off-canvas-'] .nav-vertical li:nth-child(11) {
    margin-right: 4px;
    margin-left: 4px;
}
.site-description {
    padding-bottom: 0;
}
.site-description p.tagline,
.site-description h3.sitename.sitetitle a {
    margin-top: 6px;
}
#scrollUp {
    background: #333333 none repeat scroll 0 0;
    bottom: 30px;
    color: #ffffff;
    height: 40px;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
}
#scrollUp i {
    font-size: 16px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #1293d4 none repeat scroll 0 0;
}
.woocommerce-cart-form [type="submit"] {
    margin-bottom: 0;
}
.admin-bar div[class*=" off-canvas-"]{
    background: #fff;
}
.footer-site #text-7 a, .footer-site .textwidget a{
    margin-bottom: 5px;
    display: block;
}
/*-------------------------
* 18. Responsive View
---------------------------*/
/*-------------------------
*  Desktop :992px
---------------------------*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
.responsive-nav {
	display: block !important;
} 
    .nav-horizontal ul {
	display: none  !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content {
        padding-left: 40px;
    }
    .hs-item .hs-content h2 {
        font-size: 50px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 97%;
    }
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .medium .fun-text p {
        font-size: 25px;
    }
    .hero-slider .slick-dots {
        width: 940px;
        bottom: 50px;
    }
    .header-site .nav.nav-horizontal > ul > li{
        margin: 0px 7px;
    }
    div[class*=" off-canvas-"] li a{
        color: #000;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .widget .section-nav-title {
        font-size: 14px;
    }
}
/*-------------------------
* Tablat :768pxbg
---------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
.buzpro-contact-area .leave-comment.comments {
  padding: 100px;
}
.company-location {
  position: relative;
  right: 0;
  top: 0;
  transform: translateY(0px);
}
.counter-widget .grid .content:nth-child(-n+2){padding-bottom: 0!important}
.team-area .grid .column:nth-child(-n+2) {
  margin-bottom: 30px;
}
.video__area {
  padding: 319px 0;

}
.video_content_area.media.large h5.heading {
  font-size: 26px;
}
.hover-active.buzpro-feature-widget .grid .column:last-child{display: none;}
.buzpro-feature-widget .grid .column{ width: calc(100% / 12 * 6 - 20px); }
    .hs-item .hs-content {
        text-align: center;
    }
    .hs-item {
        min-height: 450px;
    }
    .hs-item .hs-content p {
        margin: auto;
        max-width: 460px;
    }
    .hs-item .hs-content p {
        font-size: 14px;
    }
    .hs-item .hs-content h2 {
        font-size: 40px;
    }
    .brand-carousel .owl-item:nth-child(3) {
        border-right-width: 1px !important;
    }
    #layers-widget-buzpro_call_to_action-3 {
        background-size: cover;
    }
    .footer-site .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-site .grid.copyright .column {
        margin-bottom: 0px;
    }
    .footer-site h5.section-nav-title {
        margin-bottom: 20px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 97%;
    }
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .copyright .grid .column {
        margin-bottom: 0px !important;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .column.pull-right.sidebar {
        margin-top: 0px;
    }
    .column.pull-left.sidebar {
        margin-bottom: 0px;
    }
    .column.pull-right.sidebar aside:last-child {
        margin-bottom: 0;
    }
    .section-title.small .heading.comment-title {
        font-size: 20px;
        padding-top: 25px;
    }
    .push-top-large .children {
        margin-left: 25px;
    }
    .call_us_btn .media-body .excerpt {
        max-width: 100%;
    }
    .call_us_btn a.button-primary {
        float: none !important;
        margin-top: 0 !important;
    }
    .medium .fun-text p {
        font-size: 22px;
    }
    .breadcrumb-area {
        padding-bottom: 80px !important;
        padding-top: 80px !important;
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
        ;
    }
    .widget .section-nav-title {
        font-size: 13px;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"] {
        width: calc(100% / 12 * 6 - 20px);
        ;
    }
}

@media (max-width: 768px) {
.page-id-1228 .info-box-desc img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}    
#layers-widget-buzpro_services_widget-19 img {
  margin-right: 0;
    margin-bottom: 20px;
}
.wrapper-content {
  padding-top: 80px !important;
}
    .header-secondary .pull-left {
        float: left;
    }
    .header-secondary .pull-right {
        float: right;
    }
    .widget .section-nav-title {
        font-size: 18px;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }

    .admin-bar div[class*=" off-canvas-"] {
    padding-top: 47px;
    background: #fff;
}
    
    .footer-site #text-7 a, .footer-site .textwidget a{
            margin-bottom: 15px;
    }
}
/*------------------------
*  Small mobile :320px
--------------------------*/

@media (max-width: 767px) {
.skill-area .grid .column:nth-child(2n-2){padding-left: 0!important}
.skill-area .grid .column:nth-child(2n-1){padding-right: 0!important}
.video_content_area.media.large h5.heading {  font-size: 24px;}
.imgBef-pHide{ width: 100%; }
.about-page-content .grid .column:last-child{display: block;}
    .buzpro-contact-area .leave-comment.comments {
  padding: 50px;
}
#layers-widget-column-8-143 .home-form textarea {
    width: 99%;
    max-width: 100%;
    margin: 0 8px 10px;
} 
.company-location {
  position: relative;
  right: 0;
  top: 0;
  transform: translateY(0px);
}
 .video__areas{width: 100%;}
.video_content_area {
  height: auto;
  padding: 70px 50px;
  width: 100%;
}    
.contact-home .excerpt > p {
  line-height: 36px;
}
    html.js {
        margin-top: 0px!important;
    }
    html .logged-in {
        margin-top: 0px!important;
    }
    .header-secondary nav.pull-left ul.nav li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .hidden-xs {
        display: none !important
    }
    /* Header */
    
    .off-canvas-right.open {
        padding-top: 20px;
    }
    .close-canvas {
        margin-top: 0px;
        background-color: #8c241c;
    }
    .logged-in .wrapper-site {
        margin-top: 45px;
    }
    .logged-in .off-canvas-right.open {
    padding-top: 50px;
    background-color: #fff !important;
}
    .logged-in .off-canvas-right.open .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }

div[class*=" off-canvas-"] li a {
    color: #333;
}

.invert .nav-vertical li a:hover {
    background: none;
    color: #000;
}
    .header-site,
    .header-site.header-sticky {
        padding: 10px 0;
    }
    .slick-arrow.slider_nev_left {
        left: 0px;
    }
    .slick-arrow.slider_nev_right {
        right: 0px;
    }
    .hs-item .hs-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .hs-item .hs-content {
        text-align: center;
    }
    .hs-item .hs-content h2 {
        font-size: 24px;
    }
    .section-title .heading {
        font-size: 25px;
        line-height: 32px;
    }
    #layers-widget-buzpro_call_to_action-3 {
        background-size: cover;
    }
    .buzpro_call_to_action_area:before {
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%) repeat scroll 0 0;
    }
    .call_us_btn:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        content: "";
    }
    .filter_menu li {
        line-height: 22px;
        padding: 0 9px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 96%;
    }
    .speech-text {
        padding: 15px;
    }
    .buzpro-pricing-area .grid .column:not(:last-child) {
        margin-bottom: 25px;
    }
    .post-info-left > span.post-author {
        top: -2px;
    }
    .post-like {
        margin-right: 10px;
    }
    .brand-carousel .owl-item {
        border-right-width: 1px;
    }
    .footer-site h5.section-nav-title {
        margin-bottom: 20px;
    }
    .footer-site .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-site .copyright-footer-bg .grid > .column:nth-child(2) {
        margin-bottom: 0;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .copytest p,
    .center-logo,
    .social-foo-flex-center {
        text-align: center;
    }
    .hs-item .hs-content h2 {
        line-height: 1.2;
    }
    .buzpro_call_to_action_area .span-6.first {
        margin-bottom: 50px;
    }
    .call_us_btn a.button-primary {
        float: none;
        margin-top: 0px;
    }
    .medium .fun-text p {
        font-size: 25px;
    }
    .fun-text p {
        margin: 10px 0 30px;
    }
    .buzpro_call_to_action_area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .breadcrumb-list {
        text-align: center;
    }
    .breadcrumb-area {
        padding-bottom: 70px !important;
        padding-top: 70px !important;
    }
    .contact-info .grid [class*="column"]:not(:last-child) {
        margin-bottom: 25px;
    }
    .buzpro-contact {
        padding-top: 80px;
    }
    .buzpro-contact .container [class*="column"] {
        margin-bottom: 50px;
    }
    .about-section .grid [class*="column"]:not(:last-child),
    .video-section .grid [class*="column"]:not(:last-child),
    .circle-skill .grid [class*="column"]:not(:last-child) {
        margin-bottom: 50px;
    }
    .team-area .grid [class*="column"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .breadcrumb-title h1 {
        text-align: center;
    }
    .not-found-title h1 {
        font-size: 154px;
        line-height: 125px;
    }
    .content-main .pull-right.sidebar {
        margin-top: 50px;
    }
    .content-main .pull-left.sidebar {
        margin-bottom: 50px;
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .page-template .pull-right.sidebar {
        margin-top: 50px;
    }
    .social-links {
        float: left;
        padding-top: 15px;
    }
    .replay-edit.pull-right {
        position: absolute;
        right: 0;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .grid.related_portfolio [class*="span-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .header-secondary {
        text-align: center;
        display: block;
    }
    #menu-top-menu li {
        float: none;
        margin-bottom: 5px;
    }
    .header-secondary .pull-left {
        float: none;
        margin-bottom: 10px;
    }
    .header-secondary .pull-right {
        float: none;
    }
    .hs-item {
        min-height: 450px;
    }
}
/*------------------------
* Large Mobile :480px
--------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-carousel [class*="span-"] {
        width: 100%;
    }
   .counter-widget .grid .content:nth-child(-n+2){padding-bottom: 0!important;}
.counter-widget .grid .content{margin: 0;}
 .team-area .grid .column:nth-child(-n+2) {
  margin-bottom: 30px;
}   
 .portfolio-area .grid .column{width: calc(100% / 12 * 6 - 20px);}
.hover-active.buzpro-feature-widget .grid .column:last-child{display: none;}
.buzpro-feature-widget .grid .column{ width: calc(100% / 12 * 6 - 20px); }
.hs-item .hs-content h3 {
  font-size: 36px!important;
  line-height:35px!important;
} 

}
/*------------------------
* Large Mobile :600px  600bg
--------------------------*/

@media only screen and (min-width: 481px) and (max-width: 640px) {
.about-page-content .grid .column:first-child{width: 100%;}
.counter-widget .grid .content:nth-child(-n+2){padding-bottom: 0!important;}
.counter-widget .grid .content{margin: 0;}
 .team-area .grid .column:nth-child(-n+2) {
  margin-bottom: 30px;
}   
 .portfolio-area .grid .column{width: calc(100% / 12 * 6 - 20px);}
.buzpro-feature-widget .grid .column{ width: calc(100% / 12 * 6 - 20px); }
.hs-item .hs-content h3 {
  font-size: 36px!important;
  line-height:35px!important;
}
    .buzpro-pricing-area [class*="column"],
    .portfolio-area [class*="column"],
    .service-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px)
    }
    .features-area [class*="column"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .service-title.heading {
        font-size: 16px;
    }
    .info-box-top {
        margin-bottom: 8px;
    }
    .brand-carousel .owl-item {
        border-right-width: 0px;
    }
    .buzpro-contact .container [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary {
        text-align: center;
    }
    .header-secondary .pull-left {
        float: none;
        margin-bottom: 10px;
    }
    .header-secondary .pull-right {
        float: none;
    }
}
@media (width: 640px) {
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
/*------------------------
* Large Mobile :720px
--------------------------*/

@media only screen and (min-width: 641px) and (max-width: 720px) {
    .buzpro-pricing-area [class*="column"],
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .features-area [class*="column"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .info-box-top {
        margin-bottom: 8px;
    }
    .brand-carousel .owl-item {
        border-right-width: 0px;
    }
    .buzpro-contact .container [class*="column"] {
        margin-bottom: 0px;
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .column .widget.widget_calendar {
        overflow: auto;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
/*-----------------------------
* Tablat Mobile :840px
------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 840px) {
.buzpro-contact-area .leave-comment.comments {
  padding: 60px;
}
.company-location {
  position: absolute;
  right: -291px;
  top: 50%;
  transform: translateY(-50%);
   padding: 100px 54px;
}
.header-site .nav.nav-horizontal > ul > li {
  margin: 0 12px;
}
    .header-site,
    .header-site.header-sticky {
        padding: 0;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .medium .fun-text p {
        font-size: 20px;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
}
/*-------------------------------------------
* Large Mobile :721px to 767px
--------------------------------------------*/

@media only screen and (min-width: 721px) and (max-width: 767px) {
    .buzpro-pricing-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .features-area [class*="column"],
    .portfolio-area [class*="column"],
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .hs-item .hs-content h2 {
        font-size: 35px;
    }
    .header-secondary .pull-left {
        float: left;
    }
    .header-secondary .pull-right {
        float: right;
    }
    .brand-carousel .owl-item {
        border-right-width: 1px;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .buzpro-instagram-widget .item {
        width: 19%;
    }
    .copyright .column:nth-child(1),
    .copyright .column:nth-child(2) {
        width: calc(100% / 12 * 6 - 20px);
    }
    .copyright .column:nth-child() {
        width: calc(100% / 12 * 12 - 20px);
    }
    .copyright .grid .column {
        margin-bottom: 0 !important;
    }
    .buzpro-contact .container [class*="column"] {
        margin-bottom: 0px;
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
        ;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary {
        text-align: center;
    }
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
.header-site.invert .responsive-nav .l-menu {
    color: #8c241c;
}



/* animate slider */
.single-slider {
  background-position: center center;
  background-size: cover;
  height: 606px;
}
.slider-title {
  color: #ffffff;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slider-active.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #18bdf6;
  border-radius: 0;
  color: #18bdf6;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  left: 0;
  line-height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}
.slider-active.owl-theme .owl-controls .owl-buttons div {
  opacity:0
}
.slider-active.owl-theme .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 0;
}
.slider-active:hover.owl-theme .owl-controls.clickable .owl-buttons div {
 opacity:1
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #18bdf6 none repeat scroll 0 0;
  color: #ffffff;
  opacity:1
}

h3.middle-text, h3.middle-text span {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.cd-headline.clip .cd-words-wrapper::after {
  height: 80%;
  top: 5px;
  background-color: #18bdf6;
}
.cd-words-wrapper b {
  color: #18bdf6;
}
.slider-title h2 {
  color: #fff;
}
.single-blog-item:last-child .ht-blog {
  margin-bottom: 0;
}
.contact-us a {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 29px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.contact-us a:hover{
    background: #1293d4;
    color: #fff;
    border-color: #1293d4;
}
.slider-title span.title-bottom {
  display: block;
  margin: auto;
  max-width: 582px;
}

/* Theme Unit Test */
.sk .sticky , .sk .tag-sticky-2{
  padding: 10px;
}


.has-image .media-body {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0px;
}


.feature-box-single {
    border: 1px solid #fae5cc;
    transition: all 0.3s ease 0s;
    padding: 0px 0px;
}

.page-id-1228 .section-title .heading a:hover {
  color: #8c241c;
}
.section-title .heading {
    color: #8c241c;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0 0 15px;
}


input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"] {
    color: #8c241c;
    background-color: #fae5cc;
text-transform: uppercase;
}




.text
{    
padding: 0px !important;   
 display: table !important;
}


.team-details {
    background-color: #f3bb87;
    padding: 35px 45px 33px;
}


.team-details > h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}



 .breadcrumb-area {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
.logo .site-description {
  display: none;
}

#layers-widget-bx-features-widget-id-7 {
  padding-bottom: 20px;
}


#layers-widget-ht_sliders-2 .hero-slider .slick-dots li.slick-active button, #layers-widget-ht_sliders-2 .hero-slider .slick-dots li button:hover {
    background: #f3bb87 !important;
}



.hover-active .feature-box-single {
    background: fae5cc none repeat scroll 0 0;
    border: 1px solid fae5cc;
    color: #fff;
}

.feature-box-single {
    border: 1px solid fae5cc !important;
}



i.slick-arrow:before {
    background: #8c241c none repeat scroll 0 0;
    display: block;
    height: 100%;
}


#scrollUp {
    background: #8c241c !important;
    bottom: 30px;
    color: #ffffff;
    height: 40px;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
}


.header-secondary.invert .nav > li > a {
    color: #8c241c !important;
    font-size: 15px;
    font-weight: 400;
}




.header-secondary {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    padding: 0px 0px;
}

.site-logo-link img, .custom-logo-link img, .mark img {
    display: inline-block;
    max-height: 100px;
    margin: auto;
    width: auto;
}

.feature-box-single {
    border: 1px solid #fae5cc !important;
    transition: all 0.3s ease 0s;
    padding: 0px 0px;
}


ul.buzpro-edit li {
    display: inline-block;
    margin: 0px 5px;
}

ul.buzpro-edit {
    margin: 0px;
    padding: 0px;
}



.menu-item img {
  margin-top: 27px;
  width: 26px;
}


div.wpcf7 {
    margin: 41px;
    padding: 0px;
}

.team-details .reating-icon {
  display: none;
}

.section-title.title-divider:before, .section-title.title-divider:after {
    bottom: -20px;
    top: inherit;
display:none;
}

{
    background-color: #fae5cc;
    color: #8c241c;
}


.slider-2 .slick-list { 
padding-top: 0px !important;
}






@media only screen and (max-width: 767px) {

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5236 {
  float: left;
  width: auto;
  margin-right: 10px;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5237 {
  float: left;
  width: auto;
  margin-right: 10px;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5238 {
  float: left;
  width: auto;
  margin-right: 10px;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5239 {
  float: left;
  width: auto;
  margin-right: 10px;
}

#wpcf7-f4161-o1 textarea {
  padding: 10px 16px;
}
    
    #layers-widget-column-8-143 textarea {
  float: left;
  margin-top: unset;
}
#layers-widget-column-8-143 input[type="email"] {
 /* margin: unset;*/
}
    #layers-widget-column-8-143 input[type="email"], #layers-widget-column-8-143 input[type="text"], #layers-widget-column-8-143 input[type="url"], #layers-widget-column-8-143 input[type="search"], #layers-widget-column-8-143 input[type="password"], #layers-widget-column-8-143 input[type="number"], #layers-widget-column-8-143 input[type="tel"], #layers-widget-column-8-143 input[type="date"] {
  float: left;
  max-width: 100%;
}
.footer-section > img { 
margin-bottom: 20px;    
height: 140px;  
width: auto;
}

.section-title {
    margin-bottom: 20px;
}


.footer-top-grid input[type="submit"],  .footer-top-grid input[type="submit"] {
    color: #8c241c;
    background-color: #fae5cc;
}


.footer-top-grid input[type="submit"]:hover,  .footer-top-grid input[type="submit"]:hover {
    background-color: #ecb97d;
    color: #8c241c;
}

 .button:hover{
    background-color: #fae5cc;
    color: #FFFFFF;
}

}
.our {
    font-weight: 700;
    color: #8c241c;
    margin-bottom: -44px;
    margin-top: -44px;
}
.page-id-1206 .our{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: -38px;
    margin-top: -38px;
    display: table;
}

div[class*=" off-canvas-"] {
    background-color: #fff;
}

.excerpt {
    margin-bottom: -16px;
}

.media.large .excerpt {
    font-size: 2rem;
    margin-top: -16px;
}


span.wpcf7-not-valid-tip {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

div.wpcf7-validation-errors {
    border: #00FFFFFF;
}

.excerpt li {
    list-style-type: inherit;
    font-size: 16px !important;
}
#commentform .submit {
    background-color: #8c241c !important;
}
#af-form-1686462891 .af-body input.text:focus, #af-form-1686462891 .af-body textarea:focus {
  background-color: #fff !important;
}
#af-form-1686462891 .af-body input.text, #af-form-1686462891 .af-body textarea {
  font-family: "Lato",Helvetica,sans-serif !important;
}
div.wpcf7-mail-sent-ok {
  border: unset;
}
#layers-widget-buzpro_services_widget-21-60 .excerpt > ul {
  clear: both;
  padding-bottom: 2%;
  padding-top: 0%;
}
.blog .thumbnail-body p, .archive .thumbnail-body p {
  display: none;
}
.blog .ht-single-content h2, .archive .ht-single-content h2 {
text-align: center;
}
#text-7 .submit {
  color: #5a0022;
}
#text-7 .submit:hover {
  background: #fae5cc none repeat scroll 0 0;
}
#layers-widget-buzpro_services_widget-21 h1 {
  padding-top: 1%;
}
.button.request-paula {
  color: #fae5cc;
}
.button.request-paula:hover {
  color: #fae5cc;
}
div[class*=' off-canvas-'] li a{
    color:#000;
}