﻿/*-----------------------------------------------------------------------------------

    Template Name: Boast
    Description: Corporate WordPress Theme
    Author: Plus-Theme
    Version: 1.0.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    --header css here
    1. Feature Area
    2. Consultation Area
    3. Service Area
    4. Fun Factor Area
    5. Pricing Table Area
    6. Testimonial Area
    7. Portfolio Area
    8. Advertise Area
    9. Blog Area
    10. Client Area
    11. Portfolio Details Page
    12. About Page
    13. Blog Page
    14. Contact Page

-----------------------------------------------------------------------------------*/
/*Header css here*/

.header-top-area {
    padding: 12px 0;
}
.header-msg span {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    font-weight: 400
}
.header-msg span span {
    color: #fd4545;
}
.header-links {
    text-align: right;
}
.header-links a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    text-align: center;
    width: 26px;
}
.header-links > a:hover {
    background: #fd4545 none repeat scroll 0 0;
}
.logo-info-area .logo {
    padding: 46px 0;
}
.logo a {
    display: inline-block
}
.single-information i {
    border: 2px solid #fd4545;
    border-radius: 50%;
    color: #fd4545;
    float: left;
    font-size: 26px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 43px;
}
.single-information:hover i {
    background: #fd4545 none repeat scroll 0 0;
    color: #ffffff;
}
.single-information h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 3px;
}
.single-information h5 {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.information-right {
    overflow: hidden;
    padding: 43px 0;
}
.single-information {
    float: left;
    padding-left: 28px;
    width: 50%;
}
.information-text {
    overflow: hidden;
    padding-left: 18px;
}
.logo img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.main-menu {
    display: block;
    margin-bottom: -30px;
    z-index: 2;
    position: relative;
}
.main-menu ul {
  margin: 0;
  text-align: center;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 58px;
    padding: 0 16px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-menu > nav > ul > li:hover > a {
    color: #fd4545;
}
.main-menu ul li ul {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 12px 18px;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 220px;
    z-index: 999;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.main-menu ul li:hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.main-menu ul li ul li {
    display: block;
    margin: 0;
    padding-bottom: 10px;
}
.main-menu ul li ul li:last-child {
    padding-bottom: 0;
}
.main-menu ul li ul li a {
    color: #313131;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    text-transform: capitalize;
}
.main-menu ul li ul span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    margin-right: 22px;
}
.main-menu ul li ul li:hover > a {
    color: #fd4545;
    padding-left: 5px;
}
.main-menu ul li ul li a:before {
    display: none;
}
.main-menu ul li ul li > ul {
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 17%;
    visibility: hidden;
}
.main-menu.text-left span {
    float: right;
}
.mobile-menu-area,
.mean-container .mean-bar:after {
    display: none
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #313131;
    color: #313131;
    margin-top: -15px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
}
.mean-container a.meanmenu-reveal span {
    background-color: #313131;
}
.mean-container .mean-nav {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    position: absolute;
}
.mobile-menu .mean-nav > ul {
    padding: 8px 0;
}
.mean-container a.meanmenu-reveal i {
    font-size: 24px;
}
.mean-nav > ul > li:first-child a {
    border-top: medium none;
    padding-top: 0;
}
.mean-nav > ul > li a {
    padding: 7px 20px;
    font-size: 13px;
}
.headroom {
    -webkit-transition: -webkit-transform 200ms linear 0s;
    transition: -webkit-transform 200ms linear 0s;
    transition: transform 200ms linear 0s;
    transition: transform 200ms linear 0s, -webkit-transform 200ms linear 0s;
    will-change: transform;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.intelligent-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
.intelligent-header.headroom--not-top {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 0;
}
.header-sticky.sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #313131 none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.sticky .main-menu > nav > ul > li {
    padding: 0;
}
.sticky .logo {
    padding: 7px 0;
}
.sticky .main-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
}
.mainmenu-area .sticky {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}
.menu-style-toggle nav {
    margin-right: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.menu-style-toggle nav.menu-open {
    margin-right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.menu-style-toggle nav {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-menu.mean-menu.menu-style-toggle.text-right {
    float: right;
}
.mobile-header {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    margin: auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mobile-logo img {
    width: 40px;
}
.mobile-menu-area {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.mobile-menu-area .menu-close {
    background-color: transparent;
    border: 2px solid #858585;
    border-radius: 50%;
    color: #858585;
    height: 40px;
    padding: 0;
    width: 40px;
    margin-bottom: 30px;
}
.mobile-menu-area .menu-close:hover {
    color: #433a8b;
    border-color: #433a8b;
}
.mobile-menu-area .menu-close i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding-right: 2px;
}
.sticky .menu-toggle {
    margin-top: 32px;
}
.fixed {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3
}
/*----------------------------------------*/
/*  1. Feature Area
/*----------------------------------------*/

.item-icon-bg {
    background: #5e5e5e none repeat scroll 0 0;
    height: 100px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100px;
}
.item-icons {
    background: #5e5e5e none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-table;
    height: 58px;
    margin: 21px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 58px;
    z-index: 2;
}
.item-icons > span {
    display: table-cell;
    vertical-align: middle;
}
.item-icon-bg:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -50%;
    top: 0;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    width: 100%;
}
.single-item:hover .item-icon-bg,
.single-item:hover .item-icons {
    background: #fd4545 none repeat scroll 0 0;
}
.item-text h3 {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0;
}
.item-text {
    padding: 16px 30px 0;
}
.item-text > p {
    margin: 0;
}
/*----------------------------------------*/
/*  2. Consultation Area
/*----------------------------------------*/

.consultation-area {
    position: relative;
}
.consultation-area:after {
    background: #fd4545 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.accordion,
.section_title_2 {
    position: relative;
    z-index: 2;
}
h3.sub-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}
h3.sub-title:before,
h3.sub-title:after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
.section_title_2.black_color h3.sub-title:before,
.section_title_2.black_color h3.sub-title:after {
    background: #5e5e5e none repeat scroll 0 0;
}
.section_title_2.black_color h3.sub-title {
    color: #5e5e5e;
}
h3.sub-title:after {
    bottom: -10px;
    position: absolute;
    width: 50px;
}
.default-panel {
    padding-left: 60px;
}
.consultation-area .panel-group {
    margin: 0;
    padding-right: 160px;
}
.panel-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    background: inherit;
    border-color: inherit;
    margin: 0;
    padding: 0;
}
.consultation-area .panel h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.default-panel .sub_title {
    margin-bottom: 30px;
}
.consultation-area .panel-title > a {
    background: inherit;
    border-bottom: 0 none;
    color: #ffffff;
    display: block;
    padding: 10px 0 10px 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    line-height: 40px;
}
.consultation-area .panel-title a span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-right: 19px;
  text-align: center;
  width: 40px;
}
.consultation-area .panel-title a.collapsed span {
    background: #ffffff none repeat scroll 0 0;
    color: #fd4545;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
}
.panel-body > p {
    color: #ffffff;
    margin: 0;
}
.panel-body {
    padding: 0px 0px 0px 60px;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.consultation-form h3.sub-title {
    color: #5e5e5e;
}
.consultation-form h3.sub-title:before,
.consultation-form h3.sub-title:after {
    background: #5e5e5e none repeat scroll 0 0;
}
.consultation-form .form-box {
    margin-bottom: 20px;
}
.consult-custom-row {
    margin-left: -10px;
    margin-right: -10px;
}
.consult-custom-row .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.consultation-form #contact-form {
    padding-top: 10px;
}
.consultation-form textarea {
    height: 117px;
    margin-bottom: 30px;
    padding: 7px 10px;
}
.consultation-form .default-btn {
    border: medium none;
    border-radius: 0;
    display: inline-block;
    line-height: 23px;
    padding: 7px 42px;
    width: inherit;
}
/*----------------------------------------*/
/*  3. Service Area
/*----------------------------------------*/

.single-service {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 30px 0 11px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-service:hover {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.col-md-4:nth-child(1) .single-service,
.col-md-4:nth-child(2) .single-service,
.col-md-4:nth-child(3) .single-service {
    margin-bottom: 30px
}
.service-icon,
.single-service .content-image {
    left: 20px;
    position: absolute;
    top: 14px;
}
.service-text,
.single-service .box-right {
    padding-left: 91px !important;
}
.service-text > h3,
.single-service .content-title {
    line-height: 18px;
    margin-bottom: 20px;
}
/*----------------------------------------*/
/*  4. Fun Factor Area
/*----------------------------------------*/

.single-fun-factor > h1,
.single-fun-factor > h4 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.single-fun-factor > h4 {
    line-height: 16px;
    padding-top: 21px;
}
/*----------------------------------------*/
/*  5. Pricing Table Area
/*----------------------------------------*/

.table-title h3 {
    font-family: "poppins";
    font-weight: 500;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 28px;
}
.table-title h2 {
    font-family: "poppins";
    font-weight: 600;
    margin-top: 0;
    line-height: 29px;
    margin-bottom: 7px;
}
.table-content > span {
    display: block;
    line-height: 37px;
}
.table-title h4 {
    line-height: 13px;
    margin-top: 0;
    font-family: "poppins";
    font-weight: 400
}
.single-table {
    border: 1px solid #5e5e5e;
    overflow: hidden;
    padding: 40px 63px;
    position: relative
}
.table-title {
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 36px;
    position: relative;
}
.table-title:before,
.table-title:after {
    background: #5e5e5e none repeat scroll 0 0;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    bottom: -4px;
    content: "";
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
}
.table-content {
    padding-top: 23px;
    position: relative;
}
.table-content:before,
.table-content:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -7px;
    width: 8px;
}
.table-content:after {
    background: #5e5e5e none repeat scroll 0 0;
    height: 12px;
    width: 2px;
}
.table-content > span.line {
    text-decoration: line-through;
}
.single-table .default-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #5e5e5e;
    color: #5e5e5e;
    margin-top: 26px;
    padding: 10px 27px;
}
.single-table .default-btn:hover {
    background: #5e5e5e;
    color: #fff
}
.table-wrapper {
    overflow: hidden;
    position: relative
}
.table-wrapper:before,
.table-wrapper:after {
    background: #5e5e5e none repeat scroll 0 0;
    content: "";
    height: 62px;
    left: -34px;
    position: absolute;
    top: 0;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    width: 59px;
    z-index: 2;
}
.table-wrapper:after {
    bottom: 0;
    left: auto;
    right: -34px;
    top: auto;
}
.table-wrapper.offer {
    background: #fd4545 none repeat scroll 0 0;
}
.offer.table-wrapper:before,
.offer.table-wrapper:after {
    background: #ffffff none repeat scroll 0 0;
}
.table-wrapper.offer .single-table {
    border-color: #fd4545;
}
.offer .table-title > h3,
.offer .table-title > h2,
.offer .table-title > h4,
.offer .table-content {
    color: #ffffff;
}
.offer .table-title:before,
.offer .table-title:after {
    background: #ffffff none repeat scroll 0 0;
    border-color: #fd4545;
}
.offer .table-title {
    border-color: #ffffff;
}
.offer .table-content:before,
.offer .table-content:after {
    background: #fd4545 none repeat scroll 0 0;
}
.offer .table-content:after {
    background: #ffffff none repeat scroll 0 0;
}
.offer .single-table .default-btn {
    border-color: #ffffff;
    color: #ffffff;
}
.offer .single-table .default-btn:hover,
.offer .single-table .default-btn:focus span,
.offer .single-table .default-btn:active span:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #fd4545;
}
/*----------------------------------------*/
/*  6. Testimonial Area
/*----------------------------------------*/

.single-testimonial > span {
    color: #ffffff;
    display: block;
    font-size: 60px;
    height: 43px;
    line-height: 19px;
    margin-bottom: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.single-testimonial > p {
    color: #ffffff;
    padding: 0 20px;
}
.single-testimonial {
    position: relative;
}
.single-testimonial > h5,
.single-testimonial > h6 {
    color: #ffffff;
}
.single-testimonial > h6 {
    font-size: 14px;
    line-height: 11px;
    font-family: poppins;
    font-weight: 300
}
.single-testimonial > h5 {
    font-family: poppins;
    line-height: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 16px;
    font-weight: 400
}
.testimonial-area .owl-nav div,
.testimonial-wrapper .slick-arrow {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #fd4545;
    font-size: 18px;
    height: 27px;
    left: -138px;
    line-height: 29px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.testmonial-wrapper-area:hover .testimonial-wrapper .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testimonial-wrapper {
    padding: 100px 0;
}
.testimonial-area .owl-nav div:hover,
.testimonial-wrapper .slick-arrow:hover {
    background: #fd4545 none repeat scroll 0 0;
    color: #ffffff;
}
.testimonial-wrapper .slick-arrow.slick-prev {
    left: auto;
    right: -138px;
}
.testimonial-area .owl-nav .owl-next {
    left: auto;
    right: -138px;
}
.testimonial-area:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
/*----------------------------------------*/
/*  7. Portfolio Area
/*----------------------------------------*/

.portfolio {
    position: relative;
}
.portfolio-custom-row {
    margin-left: -5px;
    margin-right: -5px;
}
.grid-item {
    margin-bottom: 10px;
}
.portfolio {
    position: relative;
}
.grid-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-menu {
    margin-bottom: 40px;
}
.portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #5e5e5e;
    font-weight: 300;
    margin: 0 8px;
    padding: 6px 20px;
    position: relative;
    text-transform: capitalize;
}
.portfolio-menu button:hover,
.portfolio-menu button.active {
    border-color: #fd4545;
    color: #fd4545;
}
.portfolio-title {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}
.hover {
    display: inline-block;
}
.hover-style > a,
.blog-img > a {
    display: block;
    position: relative;
}
.hover-style > a:before,
.blog-img > a:before,
.kc-list-item-3 a.entry-thumb-link: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;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    height: 100%
}
.hover-style:hover > a:before,
.single-blog:hover .blog-img a:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.custom-row {
    margin-left: -55px;
    margin-right: -55px;
}
.custom-row .col-md-6 {
    padding-left: 55px;
    padding-right: 55px;
}
.portfolio .gallery-icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    bottom: 0;
    cursor: pointer;
    height: 50px;
    left: 0;
    line-height: 48px;
    margin: -25px auto 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    visibility: hidden;
    width: 50px;
    font-size: 30px;
    color: #fff !important;
}
.portfolio .gallery-icon:hover,
.gallery-hover-effect .gallery_title > a:hover {
    color: #fd4545 !important;
}
.gallery-hover-effect .gallery_title > a {
    bottom: 25px;
    color: #ffffff;
    font-family: "poppins";
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hover-style:hover .gallery-hover-effect .gallery_title > a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hover-style:hover .gallery-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.hover-style .gallery-icon:hover {
    background: rgba(255, 255, 255, 0.8);
}
.portfolio .gallery-icon img {
    bottom: 0;
    height: 18px;
    left: 0;
    line-height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.s-img,
.portfolio .gallery-icon:hover .p-img {
    display: none;
}
.gallery-icon:hover .s-img {
    display: block;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    bottom: 0;
    top: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
/*----------------------------------------*/
/*  8. Advertise Area
/*----------------------------------------*/

.call_action .kc-call-to-action {
    padding: 0;
}
.kc-call-to-action .kc-cta-desc > h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
}
.kc-call-to-action .kc-cta-desc h2 {
    margin: 0 0 17px;
}
.kc-cta-button > a {
    background: #fd4545 none repeat scroll 0 0 !important;
    border-radius: 11px;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px 38px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.kc-cta-button > a:hover {
    background-color: #313131 !important;
    color: #ffffff;
}
/*----------------------------------------*/
/*  9. Blog Area
/*----------------------------------------*/

.blog-area .section-title {
    margin-bottom: 46px;
}
.blog-img > a {
  display: inline-block;
}
.blog-img img {
    max-width: 100%;
}
.blog-text {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 24px 22px 22px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.blog-text a,
.blog-text h4 a {
    color: #5e5e5e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}
.blog-btn i {
    font-size: 21px;
    line-height: 12px;
    padding-left: 8px;
    position: relative;
    top: 3px;
}
.blog-text .blog-btn {
    display: inline-block;
}
.post-date {
    display: inline-block;
    margin-bottom: 6px;
}
.blog-text a:hover {
    color: #fd4545;
}
.single-blog:hover .blog-text .blog-btn {
    color: #fd4545;
}
.single-blog:hover .blog-text {
    background: #ffffff none repeat scroll 0 0;
}
.single-blog {
    margin: 10px 0 30px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.single-blog:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.single-blog .blog-img a:before {
    z-index: 2
}
.blog-img a:after {
    color: #ffffff;
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 40px;
    left: 50%;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 3
}
.single-blog:hover .blog-img a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.single-blog .blog-img > a:hover:after {
    color: #fd4545;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p {
    color: #5e5e5e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .content {
    padding: 24px 22px 22px;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date {
    border: medium none;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date a {
    color: #5e5e5e;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date a:hover,
.blog-area .kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover {
    text-decoration: none;
    color: #fd4545
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .post-title-alt a {
    color: #5e5e5e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.blog-area .kc-list-item-3 .post-2-button {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.blog-area .kc-list-item-3 .post-2-button:hover {
    color: #fd4545;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .post-title-alt {
    line-height: 18px;
}
.blog-area .kc-list-item-3 .post-2-button i {
    font-size: 21px;
    line-height: 12px;
    padding-left: 8px;
    position: relative;
    top: 3px;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img {
    opacity: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}
.kc-list-item-3 a.entry-thumb-link {
    position: relative;
}
.kc-list-item-3 a.entry-thumb-link:after {
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 40px;
    left: 50%;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 3;
}
.kc-list-item-3:hover a.entry-thumb-link:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.kc-list-item-3:hover a.entry-thumb-link:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.kc-list-item-3 a.entry-thumb-link:hover:after {
    color: #fd4545;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 .content {
    background: #f8f8f8 none repeat scroll 0 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-area .kc-blog-posts-3 .kc-list-item-3:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.blog-area .kc-blog-posts-3 .kc-list-item-3 {
    margin-bottom: 0;
}
/*----------------------------------------*/
/*  10. Client Area
/*----------------------------------------*/

.single-client a {
    display: inline-table;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-client span {
    display: table-cell;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.single-client span.s-images,
.single-client:hover span.p-images {
    display: none;
}
.single-client:hover span.s-images {
    display: table-cell;
}
.single-client {
    text-align: center;
}
.owl-carousel .single-client img {
    margin: auto;
    width: auto;
}
.our-client .item > img {
    -webkit-filter: grayscale(100%);
    -mz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
}
.our-client .item > img:hover {
    -webkit-filter: none;
    -mz-filter: none;
    -o-filter: none;
    filter: none;
}
.our-client .item {
    text-align: center;
}
/*----------------------------------------*/
/*  11. Portfolio Details Page
/*----------------------------------------*/

.details-title {
    border-bottom: 1px solid #555555;
    color: #555555;
    margin-top: 0;
    display: inline-block;
    line-height: 13px;
    margin-bottom: 30px;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.p-details-text p {
    line-height: 26px;
}
.p-details-text .details-title {
    margin-bottom: 23px;
}
.p-details-text > p:nth-child(2) {
    margin-bottom: 26px;
}
.p-details-text {
    overflow: hidden;
    padding-top: 57px;
}
.details-information > span {
    color: #555555;
    display: block;
    font-family: "montserrat";
    font-weight: 300;
    line-height: 13px;
    margin-bottom: 20px;
}
.details-information > span span {
    font-weight: 400;
    text-transform: uppercase;
}
.details-information {
    margin-bottom: 46px;
}
.small-slide {
    float: left;
    width: 23%;
}
.large-slide {
    float: left;
    width: 77%;
}
.slick-slide.nav-image img {
    width: 100%;
}
.nav-image {
    cursor: pointer;
}
.slider-nav {
    padding-bottom: 26px;
    position: relative;
}
.slick-prev,
.slick-next {
    font-size: 0;
    padding: 0;
}
.slick-arrow {
    background: #555555 none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    font-size: 0;
    height: 26px;
    left: 0;
    position: absolute;
    width: 41px;
    z-index: 9;
}
.slick-next {
    left: auto;
    right: 1px;
}
.portfolio-slider-wrapper .slick-prev:before,
.portfolio-slider-wrapper .slick-next:before {
    color: #ffffff;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    height: 100%;
    left: 3px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.portfolio-slider-wrapper .slick-next:before {
    content: "";
    right: 4px;
}
.portfolio-slider-wrapper .slick-prev:after,
.portfolio-slider-wrapper .slick-next:after {
    background: #555555 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    bottom: 3px;
    content: "";
    position: absolute;
    right: 3px;
    top: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 38px;
}
.slick-prev:after {
    left: 3px;
}
.slick-prev:after {
    border-right: 0 none;
}
.slick-arrow:hover:after {
    background: #fd4545;
}
.slick-vertical .slick-slide {
    border: 0 none !important;
}
.slider-nav .slick-list {
    padding: 0 !important;
}
.nav-image {
    float: right;
    position: relative;
}
.nav-image:after {
    background: #fd4545 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
}
.nav-image.slick-current:after {
    opacity: 0.62;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=62)";
}
/*----------------------------------------*/
/*  12. About Page
/*----------------------------------------*/

.skill-bar-item {
    margin-bottom: 31px;
    overflow: hidden;
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.red .progress-bar {
    background-color: #fd4545;
}
.purple .progress-bar {
    background-color: #EF47C3;
}
.paste .progress-bar {
    background-color: #47EFC7;
}
.brown .progress-bar {
    background-color: #EF7347;
}
.skill-bar-item > span {
    display: block;
    font-family: "montserrat";
    font-size: 11px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.skilled_box .kc_progress_bars .progress-item {
    margin-bottom: 30px;
}
.progress {
    background: #ececec none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 8px;
    margin-bottom: 0;
    overflow: visible;
}
.progress-bar span {
    color: #5e5e5e;
    font-family: "montserrat";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 9;
}
.about-skill-area h2 {
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.about-skill-test {
    padding-right: 30px;
}
.about-skill-test > p:nth-child(1) {
    margin-bottom: 24px;
}
.single-team {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.team-image > img {
    max-width: 100%;
}
.team-hover > h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 2px;
    -webkit-transform: translate3d(0px, 200%, 0px);
    transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.25s ease 0s;
    transition: -webkit-transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
.single-team:hover .team-hover h4 {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-hover span {
    color: #ffffff;
    font-family: "montserrat";
    font-size: 14px;
    margin-bottom: 18px;
    -webkit-transform: translate3d(0px, 200%, 0px);
    transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.25s ease 0s;
    transition: -webkit-transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
.single-team:hover .team-hover span {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.team-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    margin: 0 4px;
    -webkit-transform: translate3d(0px, 200%, 0px);
    transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 26px;
}
.single-team:hover .team-links a {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.single-team:hover .team-links a:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.single-team:hover .team-links a:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.single-team:hover .team-links a:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.single-team:hover .team-links a:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.single-team:hover .team-links a:nth-child(5) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.team-links > a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #fd4545 !important;
}
.team-hover {
    background: rgba(0, 0, 0, 0.74) none repeat scroll 0 0;
    bottom: -100%;
    left: 0;
    padding: 29px 32px 28px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-team:hover .team-hover {
    bottom: 0;
}
.team-section .single-team {
    margin-bottom: 50px;
}
/*----------------------------------------*/
/*  13. Blog Page
/*----------------------------------------*/

.blog-section .single-blog {
    margin: 0 0 40px 0
}
.blog-details-img {
    margin-bottom: 29px;
    position: relative;
}
.blog-details-img > span {
    background: #fd4545 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "montserrat";
    font-size: 12px;
    height: 70px;
    left: 20px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 70px;
}
.blog-details-img span span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}
.blog-details-area h5 {
    color: #555555;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.blog-details-area {
    color: #555555;
}
.post-information {
    margin-bottom: 15px;
    overflow: hidden;
}
.post-information span {
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
    margin-right: 7px;
    padding-right: 8px;
    text-transform: uppercase;
}
.post-information > span:first-child {
    border-right: 1px solid #555555;
}
.blog-details-text > p {
    line-height: 26px;
}
.blog-details-text > p.quote {
    margin: 30px 80px 20px 115px;
    position: relative;
}
.blog-details-text p.quote:after {
    color: #fd4545;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    left: -28px;
    position: absolute;
    top: -22px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.social-tags {
    border-bottom: 1px solid #fd4545;
    overflow: hidden;
    padding-bottom: 5px;
}
.social-tags > span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}
.blog-links {
    display: inline-block;
    float: right;
}
.blog-links > a {
    color: #555555;
    display: inline-block;
    line-height: 19px;
    margin-left: 13px;
    text-align: center;
    width: 13px;
}
.blog-links > a:hover {
    color: #fd4545;
}
.comment-reply-area {
    padding-top: 57px;
}
.blog-details-area .details-title {
    margin-bottom: 39px;
}
.comment-img > img {
    border-radius: 50%;
}
.comment-img {
    float: left;
}
.comment-text {
    overflow: hidden;
    padding-left: 22px;
}
.single-comments {
    margin-bottom: 34px;
    overflow: hidden;
}
.comment-information > a {
    color: #555555;
    display: inline-block;
    font-family: "montserrat";
    line-height: 13px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
}
.comment-information > span {
    display: inline-block;
    float: right;
    font-family: "montserrat";
    line-height: 13px;
}
.comment-text > p {
    line-height: 26px;
    margin: 0;
}
.comment-information > span a:first-child {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.comment-information > span a:last-child {
    position: relative;
    text-transform: uppercase;
}
.comment-information span a {
    color: #555555;
    margin-left: 8px;
}
.comment-information > span a:last-child:after {
    color: #555555;
    content: "/";
    left: -8px;
    position: absolute;
    top: 3px;
}
.comment-information > a:hover,
.comment-information a:hover {
    color: #fd4545;
}
.comment-information {
    margin-bottom: 2px;
    overflow: hidden;
}
.comments-wrapper {
    margin-bottom: 15px;
    overflow: hidden;
}
.new-comment-post input,
.new-comment-post textarea {
    color: #555555;
    font-weight: 300;
    height: 38px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.new-comment-post input::-moz-placeholder,
.new-comment-post textarea::-moz-placeholder {
    color: #555555;
}
.new-comment-post input::-webkit-input-placeholder,
.new-comment-post textarea::-webkit-input-placeholder {
    color: #555555;
}
.new-comment-post textarea {
    height: 160px;
    margin-bottom: 50px;
    padding: 10px 20px;
}
.new-comment-post .default-btn {
    border-radius: 0;
    padding: 13px 56px;
}
.search-box > input {
    border-color: #dcd9d9;
    font-size: 13px;
    height: 44px;
    padding: 0 20px;
    color: #343434
}
.search-box > input::-moz-placeholder {
    color: #343434;
}
.search-box > input::-webkit-input-placeholder {
    color: #343434;
}
.search-box {
    position: relative;
}
.search-box > button {
    background: #fd4545 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 69px;
}
.search-box > button:hover {
    background: #343434 none repeat scroll 0 0;
}
.single-widget {
    margin-bottom: 57px;
    overflow: hidden;
    position: relative;
}
.single-widget li {
    border-bottom: 1px solid #dcd9d9;
    display: block;
    line-height: 12px;
    margin-bottom: 20px;
}
.single-widget li a {
    color: #666666;
    display: block;
    font-family: "montserrat";
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 11px
}
.single-widget li a span {
    color: #555555;
    float: right;
    font-size: 13px;
}
.single-widget a:hover,
.single-widget a:hover i,
.single-widget a:hover span {
    color: #fd4545;
}
.single-widget a i {
    color: #555555;
    font-size: 17px;
    line-height: 8px;
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.single-widget li:last-child {
    margin: 0;
}
.recent-item > a {
    display: block;
    float: left;
    height: 70px;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    width: 70px;
}
.recent-item {
    margin-bottom: 38px;
    overflow: hidden;
}
.recent-text {
    overflow: hidden;
}
.recent-item img {
    border-radius: 50%;
}
.recent-text > h5 {
    color: #555555;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 6px;
    position: relative;
    text-transform: none;
    top: -6px;
}
.recent-info > a,
.recent-info > span {
    color: #555555;
    font-family: "montserrat";
    font-size: 12px;
    margin: 0;
}
.recent-info {
    line-height: 12px;
}
.recent-info > a:first-child {
    margin-right: 16px;
    position: relative;
}
.recent-info > a:first-child:after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 0;
}
.recent-item:last-child {
    margin: 0;
}
.tags li {
    border: 0 none;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 7px;
}
.single-widget .tags li a {
    border: 1px solid #dcd9d9;
    color: #666666;
    font-size: 12px;
    line-height: 31px;
    margin: 0;
    padding: 0 18px;
}
.single-widget .tags li a:hover {
    background: #fd4545 none repeat scroll 0 0;
    border-color: #fd4545;
    color: #ffffff;
}
.recent-item > a:before {
    border-radius: 50%;
}
/*----------------------------------------*/
/*  14. Contact Page
/*----------------------------------------*/

.contact-area h4 {
    color: #464646;
    line-height: 14px;
    margin-bottom: 39px;
}
.contact-area #contact-form input,
.contact-area #contact-form textarea {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    height: 38px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
}
.contact-area #contact-form textarea {
    height: 153px;
    padding: 10px 20px;
    margin-bottom: 40px
}
.contact-area #contact-form input::-moz-placeholder,
.contact-area #contact-form textarea::-moz-placeholder {
    color: #666666;
}
.contact-area #contact-form input::-webkit-input-placeholder,
.contact-area #contact-form textarea::-webkit-input-placeholder {
    color: #666666;
}
.contact-area #contact-form button {
    border-radius: 0;
    padding: 13px 65px;
}
.adrs-text > span {
    color: #666666;
    display: block;
    line-height: 24px;
}
.c-address-icon {
    background: #666666 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 47px;
}
.contact-address-info {
    margin-top: 60px;
    overflow: hidden;
    padding: 40px 132px 36px;
}
.adrs-text {
    overflow: hidden;
    padding-top: 15px;
}
.single-contact-adrs:hover .c-address-icon {
    background: #fd4545 none repeat scroll 0 0;
}
/*-------------------
    Hero slider css here
-------------------------*/

.nivo-directionNav a {
    z-index: 9999999;
}
.slider-container {
    position: relative;
}
.slide1-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58.3333%;
}
.middle-text .cap-dec.cap-1 h2 {
    font-size: 48px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 29px;
    text-transform: capitalize;
    color: #5e5e5e;
}
.middle-text .cap-dec.cap-2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0;
    font-size: 48px;
    line-height: 36px;
    margin-bottom: 31px;
    color: #5e5e5e;
}
.middle-text .cap-dec.cap-1 h2 span {
    color: #fd4545
}
.middle-text .cap-text > p {
    color: #444444;
    font-weight: 500;
    margin-bottom: 22px;
    padding-right: 110px;
}
.middle-text .cap-readmore > a {
    background: #fd4545 none repeat scroll 0 0;
    border-radius: 11px;
    color: #ffffff;
    display: inline-block !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 13px 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.middle-text .cap-readmore > a:hover {
    background: #313131;
}
.slider-container {
    z-index: 1;
}
.nivo-directionNav a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #313131;
    border-radius: 50%;
    color: #313131;
    font-size: 25px;
    height: 51px;
    left: -56px;
    line-height: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    z-index: 999;
}
.nivo-directionNav a:hover {
    border-color: #fd4545;
    color: #fd4545;
}
.slider-container:hover .nivo-directionNav a {
    left: 10px;
    ;
    opacity: 1;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider-container:hover .nivo-directionNav a.nivo-nextNav {
    left: auto;
    right: 10px;
}
.nivo-directionNav a.nivo-nextNav {
    left: auto;
    right: -56px;
}
/*footer css here*/

.single-footer.widget_boast_recent_post .product-img > a {
    position: relative;
}
.single-footer.widget_boast_recent_post .product-img > a:before,
.recent-item > a:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.single-footer.widget_boast_recent_post .product-img a:hover:before,
.recent-item:hover > a:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.single-footer.widget_boast_recent_post .product-img a:after,
.recent-item > a:after {
    color: #ffffff;
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 20px;
    left: 50%;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 3
}
.single-footer.widget_boast_recent_post .product-img a:hover:after,
.recent-item:hover > a:after {
    opacity: 1;
    color: #fd4545;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.c-icon {
    border: 1px solid #bdbdbd;
    color: #909090;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    margin-top: 6px;
    text-align: center;
    width: 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.footer-c-info:hover .c-icon {
    background: #fd4545 none repeat scroll 0 0;
    border-color: #fd4545;
    color: #ffffff;
}
.c-text {
    overflow: hidden;
}
.footer-c-info {
    margin-bottom: 9px;
    overflow: hidden;
}
.footer-c-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nivo-controlNav {
    padding: 0;
}
.primary-nav-wrap ul li a {
    opacity: inherit !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s !important;
    visibility: inherit !important;
}