
  /* Vc Row */
  .vc_row-full-width.row_overlay,
  .vc_row.row_overlay {
    position: relative;
  }

  .vc_row-full-width .row_overlay, .vc_row .row_overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    z-index: -1;
    }

  .themesflat_enable_slider  {
    position: relative;
  }

  .vc_row-full-width.row_overlay:before,
  .vc_row.row_overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
  }
    /* owl carousel*/
    .owl-item .item {
        width: 100%!important;
    }

    .owl-theme .owl-controls .owl-nav div {
        width: auto;
    }

    .owl-theme .owl-controls .owl-nav div.owl-next:before,
    .owl-theme .owl-controls .owl-nav div.owl-prev:before {
        content: "\e90f";
        position: absolute;
        font-family: 'icomoon';
        top: 50%;
        margin-top: -20px;
    }

    .owl-theme .owl-controls .owl-nav div.owl-prev {
        padding-left: 40px;
        transform: translateX(-100%);
        left: -15px;
    }

    .owl-theme .owl-controls .owl-nav div.owl-prev:before {
        left: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        color: #323031;
    }

    .owl-theme .owl-controls .owl-nav div.owl-next {
        padding-right: 40px;
        right: -15px;
        transform: translateX(100%);
    }

    .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
        background: transparent!important;
        color: #ffc857;
    }

    .owl-theme .owl-controls .owl-nav div.owl-next:before {
        right: 0;
    }

    .owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
    .owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
        color: #ffc857;
    }

    .owl-theme .owl-controls .owl-nav div.owl-prev:before {
        left: 0;
    }

  /* button */
  .btn-cons a {
    position: relative;
    display: inline-block;
    padding: 13px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #3a526a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cons a:hover {
    background-color: #ffc857;
    color: #fff;
}

/* Title Section
-------------------------------------------------------------- */
.title-section.custom-1 {
    margin-bottom: 44px;
}

.title-section .title {
    font-weight: 300;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0;
    display: inline-block;
}

.title-section.line_left .title {
    padding-left: 130px;
}

.title-section.line_left .title:before {
    left: 0;
    width: 108px;
}

.title-section.line_left_long .title:before {
    left: -15px;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 306px;
    border-color: #e2e0e1;
}

.title-section.line_right {
    overflow: hidden;
}

.title-section.line_right .title {
    padding-right: 130px;
}

.title-section.line_right .title:before {
    width: 108px;
    right: 0;
}

.title-section .title:before {
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    content: '';
    height: 0px;
    border-bottom: 1px solid;
}

.title-section .title strong {
    color: #ffc857;
}

h3.title {
    font-size: 32px;
}

.title-section .title-content {
    letter-spacing: 0.19px;
    word-spacing: -0.5px;
}

/* Style 2 */
.title-section.style2 .title {    
    font-size: 32px;
    font-family: "Poppins",sans-serif;
    color: #ffc857;
}

.title-section.style2 .title:after {
    display: none;
}

/* Style 3 */
.title-section.style3 {
    margin-bottom: 40px;    
}

.title-section.style3 .title {
    font-family: "Poppins",sans-serif;
    text-align: center;
    font-size: 32px;
    color: #ffc857;
    font-weight: 600;
}

.title-section.style3 .title:after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
    background-color: #ffc857;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* ImageBox
-------------------------------------------------------------- */
.themesflat_imagebox {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    z-index: 1;
}

.themesflat_imagebox .imagebox-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.themesflat_imagebox.imgb_custom1 .imagebox-image {
    margin-bottom: 19px;
}

.themesflat_imagebox.style2:hover .imagebox-wrapper:before {
    background-color: rgba(50, 48, 49, 0.3);
}

.themesflat_imagebox.style2 .imagebox-wrapper:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.themesflat_imagebox.style2 .imagebox-wrapper img {
    width: 100%;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.themesflat_imagebox.style2 .imagebox-wrapper {
    overflow: hidden;
}

.themesflat_imagebox .imagebox-header {
    position: relative;
    min-height: auto;
    bottom: 0;
    padding: 0 0 0 2px;
    z-index: 11;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.themesflat_imagebox .imagebox-subtitle {
    font-size: 16px;
    color: #bcbcbc;
    margin-bottom: 10px;
}

.themesflat_imagebox .imagebox-title {
    font-size: 20px;
    letter-spacing: 0.75px;
    margin-bottom: 14px;
}

.themesflat_imagebox .imagebox-title a:not(:hover){
    color:inherit;
}

 .themesflat_imagebox .themesflat-button {
    color: inherit;
    border-color: inherit;
}

.themesflat_imagebox.imgb_custom1 .imagebox-title {
    margin-bottom: 10px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\e90f";
    font-family: 'icomoon';
    color: #323031;
}

.themesflat_imagebox .imagebox-desc {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.themesflat_imagebox .imagebox-button a {
    font-weight: 600;
    color: #ffc857;
    padding-right: 17px;
    position: relative;
}

.themesflat_imagebox .imagebox-button a:hover {
    padding-right: 30px;
}

.themesflat_imagebox .box-button a:before {
    content: "\f054";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "FontAwesome";
    font-size: 11px;
}

/* Style 2 */
.themesflat_imagebox.style2 .imagebox-image {
    margin-bottom: 0;
}

.themesflat_imagebox.style2 .imagebox-entry-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 17px;
    z-index: 100
}

.themesflat_imagebox.style2  .imagebox-wrapper:before {
    content: '';
    background: -webkit-linear-gradient(top , rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.95) 100%);
    background: -moz-linear-gradient(top , rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.95) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.themesflat_imagebox.style2 .imagebox-title a:not(:hover),
.themesflat_imagebox.style2 .imagebox-content,
.themesflat_imagebox.style2 .themesflat-button {
    color: #fff;
}

.themesflat_imagebox.style2 .themesflat-button {
    border-color: #fff;
}

/* Image box services-grid */
.themesflat_imagebox.services-grid .iconbox-icon {
    position: relative;
    min-height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.themesflat_imagebox.services-grid .iconbox-icon {
    padding: 0 0 0 0;
}

.themesflat_imagebox.services-grid .iconbox-icon .title {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);    
}

.themesflat_imagebox.services-grid .iconbox-icon:before,
.themesflat_imagebox.services-grid .iconbox-icon:after {
    content: "";
    position: absolute;    
    background: #ffffff;   
}

.themesflat_imagebox.services-grid .iconbox-icon:before {
    width: 20px;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    top: 0;
    margin-top: -0.5px;
}

.themesflat_imagebox.services-grid .iconbox-icon:after {
    width: 1px;
    height: 20px;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    margin-top: -10px;
}

.themesflat_imagebox.services-grid .iconbox-icon .title a {
    color: #2f3436;
}

.themesflat_imagebox.services-grid .iconbox-icon .title a:hover {
    color: #ffc857;
}

.themesflat_imagebox.services-grid .iconbox-icon .title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 11px;
    color: #222;
}

.themesflat_imagebox.services-grid:hover .iconbox-icon {
    bottom: 0;
}

.themesflat_imagebox.services-grid .imagebox-content {
    position: relative;
    top: 0;    
    color: #666;
    padding: 0 0 0 0;
    text-shadow: 0 0 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);    
    opacity: 1;    
    background-color: transparent;
}

.themesflat_imagebox.services-grid .box-button a {
    position: relative;
    display: inline-block;
    padding: 0 41px 0 0;    
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: transparent !important; 
    text-transform: capitalize;
    color: #ffc857;
}

.themesflat_imagebox.services-grid .box-button a:hover {
    background-color: transparent !important; 
    color: #333 !important;
}

.themesflat_imagebox.services-grid .box-button {
    margin-top: 15px;
} 

.themesflat_imagebox.services-grid .box-button a:after {
    top: 0;
    font-family: "Ionicons";
    content: "\f125";
}

    .themesflat_imagebox.services-grid .imagebox-image {
        position: relative;    
        margin-bottom: 26px;  
    }

    .themesflat_imagebox.services-grid .imagebox-image:after{
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc857;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        transform: scale(0);
        -webkit-transform: scale(0);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .themesflat_imagebox.services-grid:hover .imagebox-image:after {  
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .themesflat_imagebox.services-grid:hover .imagebox-image:before {
        opacity: 1;
        visibility: visible;
    }

.themesflat_imagebox_slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.themesflat_imagebox_slider .themesflat_imagebox {
    margin-bottom: 44px;
}

.blog-shortcode.has-carousel .owl-theme .owl-controls .owl-nav div {
    top: 55.5%;
}

.blog-shortcode.has-carousel .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0;
}

.blog-shortcode.has-carousel .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
}

.blog-shortcode.has-carousel.top_right .owl-theme .owl-controls .owl-nav div.owl-prev,
.blog-shortcode.has-carousel.top_right .owl-theme .owl-controls .owl-nav div.owl-next,
.themesflat_imagebox_slider.nav_top_right.owl-theme .owl-controls .owl-nav div.owl-prev,
.themesflat_imagebox_slider.nav_top_right.owl-theme .owl-controls .owl-nav div.owl-next {
   transform: none;
   top: -59px;
   right: 0;
}

.blog-shortcode.has-carousel.top_right .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 17px; 
}

.blog-shortcode.has-carousel.top_right .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: auto;
    right: 124px;
}

.themesflat_imagebox_slider.nav_top_right.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: auto;
    right: 112px;
}

/* Over Write carosuel */
.page-template .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "";
    background-image: url('../img/icon-next.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 33px;     
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 999;
}

.page-template .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: "";
    background-image: url('../img/icon-prev.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 33px;     
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 999;
}

.page-template .vc_images_carousel .vc_carousel-control .icon-next, 
.page-template .vc_images_carousel .vc_carousel-control .icon-prev {
    background-color: #323031;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
       opacity: 0.8;
}

.page-template .vc_images_carousel .vc_carousel-control .icon-next:hover, 
.page-template .vc_images_carousel .vc_carousel-control .icon-prev:hover {
    background-color: #ffc857;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
       opacity: 1;
}

/* IconBox
-----------------------------------------------------------*/
/* Deafault */
.themesflat_iconbox .num-title {
    font-weight: bold;
    color: #cbcbcb;
    font-size: 24px;
    margin-right: 21px;
}

.themesflat_iconbox {
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}

.themesflat_iconbox.border {
    border: 1px solid #eee;
}

.themesflat_iconbox .iconbox-image {
    margin-bottom: 20px;
}

.themesflat_iconbox .iconbox-icon {
    width: 165px;
    height: 140px;
    line-height: 140px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    margin-bottom: 11px;
} 

h4.title {
    line-height: 25px;
}

h5.title {
    letter-spacing: 0.1px;
    margin-bottom: 13px;
}

.themesflat_iconbox .iconbox-icon {
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.themesflat_iconbox:hover {
    cursor: pointer;
}

.themesflat_iconbox:hover .title,
.themesflat_counter:hover .title,
.themesflat_iconbox:hover .iconbox-icon .icon span {
    color: #ffc857;
}

.themesflat_iconbox .title {
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.themesflat_iconbox:not(.transparent) .iconbox-icon {
    text-align: center;
}

.themesflat_iconbox .iconbox-content {
    overflow: hidden;
    letter-spacing: -0.18px;
}

.themesflat_iconbox .iconbox-content .title a:not(:hover),
.themesflat_iconbox .iconbox-content a.themesflat-button:not(:hover) {
    color: inherit;
}

.themesflat_iconbox .iconbox-content a.themesflat-button:not(:hover) {
    border-color: inherit;
}

.themesflat_iconbox .iconbox-content a.themesflat-button:hover {
    border-color: #ffc857;
}

.themesflat_iconbox .iconbox-icon .icon span {
    font-size: 35px;
    line-height: 140px;
    color: #e1e1e4;
    display: inline-block;
}

.themesflat_iconbox .iconbox-icon .sub-title {
    margin-bottom: 7px;
    font-size: 18px;
}

.themesflat_iconbox .iconbox-content .box-readmore {
    margin-top: 20px;
}

.themesflat_iconbox .iconbox-content .box-readmore a {
    position: relative;
    display: inline-block;
    padding: 13px 52px 13px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #ffc857;  
    text-transform: uppercase;  
    color: #fff;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;   
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.themesflat_iconbox .iconbox-content .box-readmore a:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 13px;
    right: 28px;
    font-weight: normal;
    font-size: 12px;
}

.themesflat_iconbox .iconbox-content .box-readmore a:hover {
    background-color: #ffc857;
}

.themesflat_iconbox .themesflat-button.no-background {
    margin-top: 26px;
    letter-spacing: -0.8px;
}

.themesflat_iconbox .themesflat-button i {
    padding-left: 8px;
}

/* Icon transparent */
.themesflat_iconbox.transparent .title {
    letter-spacing: 0;
    margin-bottom: 13px;
}

.themesflat_iconbox.transparent h4.title{
    letter-spacing: 0.2px;
}

.themesflat_iconbox .sub-title {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1px;
    margin-top: -13px;
    margin-bottom: 11px;
}

.themesflat_iconbox.transparent .iconbox-icon span {
    font-size: 63px;
}

.themesflat_iconbox.transparent .iconbox-icon span img {
    margin-bottom: 25px;
}

/* Icon left */
.themesflat_iconbox.left {
    text-align: left;
} 

.themesflat_iconbox.left .iconbox-content {
    padding-left: 4px;
}

/* Icon right */
.themesflat_iconbox.right {
    text-align: right;
}

.themesflat_iconbox.right .iconbox-content {
    padding-right: 5px;
}

/* Iconbox title-has-line */
.themesflat_iconbox.title-has-line .iconbox-icon {
    position: relative;
}

.themesflat_iconbox.title-has-line .iconbox-icon span img {
    margin-bottom: 0;
}

.themesflat_iconbox.title-has-line .iconbox-icon:before {
    background-color: #222;
    height: 1px;
    width: 97px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -48.5px;
    bottom: -17px;
    z-index: 9999;
}

.themesflat_iconbox.title-has-line .iconbox-icon {
    height: 87px;
    margin-bottom: 31px;
}

.themesflat_iconbox.title-has-line {    
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.themesflat_iconbox.title-has-line .iconbox-icon,
.themesflat_iconbox.title-has-line .iconbox-icon .icon span {
    line-height: normal;
}

.themesflat_iconbox.title-has-line:hover {
    border: 1px solid #ece9e9;
}

/* Icon inline right */
.themesflat_iconbox.inline-right {
    text-align: right;
}

.themesflat_iconbox.inline-right .iconbox-icon {    
    float: right;
    margin-left: 20px;
    width: 78px;
    vertical-align: top;
}
}

.themesflat_iconbox.inline-right.transparent .iconbox-icon {
    margin-left: 20px;
}

/* Icon inline left */
.themesflat_iconbox.inline-left {
    text-align: left;
} 

.themesflat_iconbox.inline-left .iconbox-icon {    
    float: left;
    margin-right: 20px;
} 

.themesflat_iconbox.inline-left.transparent .iconbox-icon { 
    margin-right: 20px;   
    width: 78px;
    vertical-align: top;
}

.themesflat_iconbox.inline-left.transparent .iconbox-icon span { 
    line-height: 100%;
    top: -20px;
    position: relative;
}

/* Icon Style Circle */
.themesflat_iconbox.circle .iconbox-icon {   
    border-radius: 100%;
    background-color: #3a526a;
    color: #fff;   
    width: 140px;
}

.themesflat_iconbox.circle .iconbox-icon span {   
    color: #fff;
}

/* Icon Style Circle Out Line */
.themesflat_iconbox.circle-outlined .iconbox-icon {    
    border-radius: 50%;
    border-color: #ffc857;
    border-style: solid;
    border-width: 2px;
    color: #ffc857;
    width: 140px;    
}

/* Icon Style rounded */
.themesflat_iconbox.rounded .iconbox-icon {   
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffc857;
    color: #fff;    
}

.themesflat_iconbox.rounded:hover .iconbox-icon {
    background-color: #ffc857;
}

/* Icon Style rounded Out Line */
.themesflat_iconbox.outlined .iconbox-icon {    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #ffc857;
    border-style: solid;
    border-width: 2px;
    color: #ffc857;   
}

.themesflat_iconbox.outlined:hover .iconbox-icon {
    background-color: #ffc857;
    border-color: #ffc857;
}

/* Icon Style Square */
.themesflat_iconbox.square .iconbox-icon {    
    background-color: #3a526a;
    color: #fff;   
    width: 140px;
}

.themesflat_iconbox.square .iconbox-icon span {    
    color: #fff;
}

/* Icon Style square-outlined */
.themesflat_iconbox.square-outlined .iconbox-icon {   
    border-color: #ffc857;
    border-style: solid;
    border-width: 2px;
    color: #ffc857;   
    width: 140px; 
}

/* Style 1 */
.themesflat_iconbox.left.themesflat_iconbox-style1 .title {
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: 600;
    color: #222222
}

.themesflat_iconbox.themesflat_iconbox-style1 .iconbox-icon {
    font-size: 28px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 13px;
}

.themesflat_iconbox.themesflat_iconbox-style1 .iconbox-icon span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.themesflat_iconbox.left.themesflat_iconbox-style1 .iconbox-content, 
.themesflat_iconbox.left.themesflat_iconbox-style1 .title, 
.themesflat_iconbox.left.themesflat_iconbox-style1 .sub-title {
    padding-left: 82px;
}

/* iconbox style 2 */
.themesflat_iconbox.themesflat_iconbox-style2 .iconbox-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.themesflat_iconbox.themesflat_iconbox-style2:hover .iconbox-icon {
    background-color: transparent;
    border: 1px solid #ffc857;
}

.themesflat_iconbox.themesflat_iconbox-style2:hover .iconbox-icon span {
    color: #ffc857;
}

.themesflat_iconbox.themesflat_iconbox-style2 .iconbox-icon .icon span {
    font-size: 27px;
    line-height: 70px;
}

.themesflat_iconbox.left.themesflat_iconbox-style2 .iconbox-content,
.themesflat_iconbox.left.themesflat_iconbox-style2 .title {
    padding-left: 100px;
}

.themesflat_iconbox.left.themesflat_iconbox-style2 .title {
    color: #ffc857;    
}

.themesflat_iconbox.left.themesflat_iconbox-style2 .iconbox-content {
    color: #888;
}

.themesflat_iconbox.left.themesflat_iconbox-style2 .iconbox-icon {
    margin-right: 0;
}

/* iconbox style 3 */
.themesflat_iconbox.style-3 .iconbox-icon {
    line-height: normal;
    height: auto;
    margin-bottom: 24px;
}

.themesflat_iconbox.style-3 h4.title {
    font-weight: 500;
}

.themesflat_iconbox.style-3 .iconbox-icon .icon span {
    font-size: 60px;
    color: #ffc857;
}

/* .themesflat_iconbox.flat-info */
.themesflat_iconbox.flat-info.left .iconbox-icon {
    float: left;
    margin-right: 40px;
}

.themesflat_iconbox.flat-info {
    margin-bottom: 0;
}

.themesflat_iconbox.flat-info.square-outlined .iconbox-icon {
    border-color: #efefef;
    border-style: solid;
    border-width: 1px;
    color: #efefef;
    width: 105px;
}

.themesflat_iconbox.flat-info.small .iconbox-icon {
    width: 83px;
    height: 100px;
    line-height: 100px;
    margin-right: 15px;
    margin-bottom: 0;
}

.themesflat_iconbox.flat-info.small .iconbox-icon .icon span {
    line-height: 100px;
}

.themesflat_iconbox.flat-info .title {
    margin-bottom: 28px;
}

/* contact-form-style1 */
.contact-form-style1 .wcf7_border {
    background-color: transparent;
    padding: 0;
}

.contact-form-style1 .wrap-onehafl {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-form-style1 .wrap-onehafl .one-half {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.contact-form-style1 .wcf7_border textarea {
    width: 100%;
    height: 193px;
}

.contact-form-style1 textarea {
    max-width: 100%;
}

.contact-form-style1 p:last-of-type {
    margin-bottom: 0;
}

/* themesflat-contact-form1 */
.themesflat-contact-form1 {
    background: #15416e;
    padding: 30px !important;
}

.themesflat-contact-form1 select {
    width: 100% !important;
}

.themesflat-contact-form1 label {
    display: block;
    color: #bac3cb;
}

.themesflat-contact-form1 input[type="text"],
.themesflat-contact-form1 input[type="email"],
.themesflat-contact-form1 select {
    margin-bottom: 0;    
    border-radius: 5px;
    color: #bac3cb;
}

.themesflat-contact-form1 input:-moz-placeholder {
    color: #bac3cb;
    opacity: 1;
}

.themesflat-contact-form1 p {
    margin-bottom: 19px;
}

.themesflat-contact-form1 .themesflat-button-form {
    position: relative;
    display: inline-block;
    padding: 13px 30px 13px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #ffc857;
    text-transform: uppercase;
    color: #fff;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.themesflat-contact-form1 .themesflat-button-form:hover {
    background-color: #ffc857;
}

.themesflat-contact-form1 .themesflat-button-form i {
    margin-left: 10px;
}

/* themesflat contact form 3*/
.themesflat-contact-form3 input[type="text"], .themesflat-contact-form3 input[type="email"]{
    padding-left: 45px;
    padding-top: 16px;
    height: 50px;
    font-size: 13px;
}

.themesflat-contact-form3 .wpcf7-form-control-wrap:not(.your-message)  {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.themesflat-contact-form3 .wpcf7-form-control-wrap.your-email:before {
    content: "\f0e0";
}

.themesflat-contact-form3 .wpcf7-form-control-wrap.your-subject  {
    margin-right: 0;
}

.themesflat-contact-form3 .wpcf7-form-control-wrap.your-subject:before  {
    content: "\f084";
}

.themesflat-contact-form3 .wpcf7-form-control-wrap.your-message  {
    display: table;
    width: 100%;
}

.themesflat-contact-form3 .wpcf7-form-control-wrap.your-message:before  {
    content: "\f075";
}

.themesflat-contact-form3 .wpcf7-form-control-wrap:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.themesflat-contact-form3 .wpcf7-textarea {
    max-width: 100%;
    height: 220px;
    padding-left: 44px;
    font-size: 13px;
    padding-top: 12px;
    margin-bottom: 0;
}

/* About Us
-----------------------------------------------------------*/
.about-us {
    padding-right: 173px;
}

.about-us h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.about-us h5 {   
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #2e5797;
    margin-bottom: 34px;
}

/* Contact form7
-------------------------------------------------------------- */
.contact-from-style1 .wpcf7-form {
    padding-left: 30px;
}

.contact-from-style1 .wpcf7-form p {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-right: 15px;
}

.contact-from-style1 .wpcf7-form p:nth-child(even) {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.contact-from-style1 .wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    color: #cecece;
    font-size: 14px;
    font-weight: normal;
}

.contact-from-style1 .wpcf7-form input[type="text"], 
.contact-from-style1 .wpcf7-form input[type="email"], 
.contact-from-style1 .wpcf7-form select {
    width: 99.4%;
    height: 50px;
    margin-top: 7px;
    margin-bottom: 18px;
    background-color: #2d2d2d;
    border: none;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact-from-style1 .wpcf7-form input[type="text"]:focus, 
.contact-from-style1 .wpcf7-form input[type="email"]:focus, 
.contact-from-style1 .wpcf7-form select:focus {
    color: #fff;
    background-color: #555;
    border: 0;
}

.contact-from-style1 .wpcf7-form select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    background-position: 93% 49%;
    background-repeat: no-repeat;
    font-weight: 500;
    left: 0.5px;
    word-spacing: 1px;
    padding-right: 138px;
    background-image: url(../img/icon-arrow-select.png);
}

.contact-from-style1 .wpcf7-form p:last-of-type {
    text-align: left;
    float: none;
    padding-top: 18px;
    clear: both;
    padding-left: 0;
}

/* Style 2 */
.contact-from-style2 .wpcf7-form input[type="text"], 
.contact-from-style2 .wpcf7-form input[type="email"] {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-from-style2 textarea {
    width: 100%;
    height: 128px;
    padding: 15px 30px;
    border-radius: 5px;
}

.contact-from-style2 p {
    margin-bottom: 0;
}

.themesflat-contact-form_leave_message input:not([type="submit"]) {
    height: 55px;
    padding-left: 19px;
    font-size: 13px;
}

.themesflat-contact-form_leave_message input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    height: 55px;
    min-width: 140px;
}

.themesflat-contact-form_leave_message textarea {
    font-size: 13px;
    height: 250px;
    padding-left: 19px;
    padding-top: 15px;
    margin-bottom: 22px;
}

/* Blog Shorcode
-------------------------------------------------------------- */
.blog-shortcode.themesflat-blog-grid {
    margin: 0 -15px;
}

.blog-shortcode {
    position: relative;
}

.blog-shortcode .featured-post {
    position: relative;
}

.blog-shortcode .featured-post .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
}

.themesflat-blog-grid article {
    padding: 0 15px;
}

.blog-shortcode.themesflat-blog-grid,
.blog-shortcode.themesflat-blog-grid  .entry-border,
.blog-shortcode.themesflat-blog-grid  .content-post {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-grid .video .featured-post {
    padding-bottom: 57.25%;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.blog-grid.blog-two-columns .video .featured-post {
    padding-bottom: 57.25%;
}

.blog-grid.blog-four-columns .video .featured-post {
    padding-bottom: 59.25%;
}

.blog-grid .video .featured-post iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.blog-shortcode .read-more {
    margin-top: 20px;
}

.blog-shortcode .entry-category ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;  
}

.blog-shortcode .entry-category ul li {
    display: inline-block;
    position: relative;
}

.blog-shortcode .entry-category ul li:after {
    position: absolute;
    right: -12px;
    top: 0;
    content: "/";
    display: inline-block;    
    color: #b9c1cf;
}

.blog-shortcode .entry-category ul li:last-child:after {
    content: "";
}

.blog-shortcode .entry-category ul li {
    margin-right: 15px;
}

.blog-shortcode .entry-category ul li a {
 color: #b9c1cf;
}

.blog-shortcode .entry-category ul li a:hover {
    color: #ffc857;
}

.blog-shortcode.has-carousel article:before,
.blog-shortcode.has-carousel article:after {
    content: '';
    display: table;
    clear: both;
}

/* Blog Grid */
.blog-grid.owl-theme .owl-controls .owl-nav div.owl-prev,
.blog-grid-v2.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0px;
    top: 55%;
}

.blog-grid.owl-theme .owl-controls .owl-nav div.owl-next,
.blog-grid-v2.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
    top: 55%;
}

/* 1 columns */
.themesflat-blog-grid.blog-one-column article {
    width: 100%;
}

.themesflat-blog-grid.blog-one-column article img {
    width: 100%;
}

/* 2 columns */
.themesflat-blog-grid.blog-two-columns article {
    width: 50%;    
}

/* 3 columns */
.themesflat-blog-grid.blog-three-columns article  {
    width: 33.33%;
}

/* 4 columns */
.themesflat-blog-grid.blog-four-columns article  {
    width: 25%;
}

/* Blog list */

.blog-list .themesflat-button-container {
    padding-top: 21px;
}

/* blog-home3 */
.blog-shortcode.blog-home3 article .read-more a {
    background-color: transparent;
    color: #ffc857;
    padding: 0 0;
    font-size: 14px;
    font-weight: 600;
}

.blog-shortcode.blog-home3 article h2 {
    font-size: 18px;    
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}

.blog-shortcode.blog-home3 article .read-more a:hover,
.blog-shortcode.blog-home3 article .read-more a:hover:after {
    color: #ffc857;
}

.blog-shortcode.blog-home3 article .read-more a:hover:after {
    right: -23px;
}

.blog-shortcode.blog-home3 article .read-more {
    margin-top: 13px;
}

.blog-shortcode.blog-home3 article .read-more a:after {
    content: "\f30f";
    font-family: "Ionicons";
    color: #ffc857;
    font-size: 18px;
    position: absolute;
    right: -20px;
    top: 0;
    font-weight: normal;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* Blog carousel */
.blog-shortcode.has-carousel {
    position: relative;
    display: block;
}

.blog-shortcode .owl-item article {
    width: 100%!important;
}

/* portfolio-filter */
.themesflat-portfolio  {
    position: relative;
}
.portfolio-filter {
    padding: 0 0 39px;
    margin: 0 0 18px 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.top_right .portfolio-filter,
.top_right.blog-filter {
    position: absolute;
    top: -71px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    text-align: right;
}

.top_right .portfolio-filter ul {
    max-width: 53.8%;
    max-height: 72px;
    overflow: hidden;
    display: inline-block;
}

.portfolio-filter.filter-2 {
    margin-bottom: 51px;
    text-align: center;
    padding-right: 28px;
}

.portfolio-filter.filter-2 li:first-of-type {
    padding-right: 7px;
}

.portfolio-filter ul {
    padding: 0;
    margin: 0;
}

.portfolio-filter li {
    display: inline-block;
    padding: 0 18px 0 0;
    position: relative;
}

.portfolio-filter li:last-child {
    padding-right: 0;
}

.portfolio-filter.filter-2 li {
    padding: 0 4px;
}

.portfolio-filter li a:after {
    width: 0;
    height: 0px;
    background-color: inherit;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 1px solid;
}

.portfolio-filter li.active a:after,
.portfolio-filter li a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
}

.portfolio-filter li a {
    line-height: 36px;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.portfolio-filter.filter-2 li a {
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 25px;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    color: #ffc857;
}

.portfolio-filter.filter-2 li a:hover,
.portfolio-filter.filter-2 li.active a {
    background: #ffc857;
    color: #fff;
}

/* Portfolio */
.portfolio-detail.full_content .col-md-6 {
    width: 100%;
}

.portfolio-detail.full_content .themesflat-portfolio-single-slider #themesflat-portfolio-carousel {
    display: none;
}

.themesflat-portfolio.yes .portfolio-container {
    margin: 0 0;
    padding: 0 0;
}

.themesflat-portfolio.yes .item {
    width: 100%;
    padding: 0 0;
}

.themesflat-portfolio .portfolio-container:not(.list):not(.list_carousel) .item:hover .portfolio-details {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/* Style portfolio tpl/portfolio */
.themesflat-portfolio .themesflat-gallery-popup.pos2,
.themesflat-portfolio .portfolio-container.masonry-blance .themesflat-gallery-popup.pos1,
.themesflat-portfolio .portfolio-container.masonry-4columns .themesflat-gallery-popup.pos1 {
    display: none;
}

.themesflat-portfolio .portfolio-container.masonry-blance .themesflat-gallery-popup.pos2,
.themesflat-portfolio .portfolio-container.masonry-4columns .themesflat-gallery-popup.pos2 {
    display: block;
}

.page-template-portfolios .portfolio-container.no-margin {
    margin: 0 0;
}

.page-template-portfolios .themesflat-portfolio .item {
    margin-bottom: 30px;
}

.page-template-portfolios .themesflat-portfolio .grid2 .item,.portfolio-container.grid2 .item {
    margin-bottom: 12px;
}

.themesflat-portfolio .grid .item {
    width: 33.33%;
    float: left;
    position: relative; 
    overflow: hidden;
}

.themesflat-portfolio .grid-no-padding  .portfolio-details,
.themesflat-portfolio .grid-no-padding  .portfolio-details >div {
    position: relative;
    z-index: 1;
}

.themesflat-portfolio .grid-no-padding  .portfolio-details {
    padding: 10px 20px 16px;
}

.themesflat-portfolio .grid-no-padding .item .featured-post {
    margin-bottom: 0;
}

.themesflat-portfolio .grid-no-padding  .title-post {
    margin-top: 3px;
}

.themesflat-portfolio .grid-no-padding .item:hover .title-post a {
    color: #fff;
}

.themesflat-portfolio .grid-no-padding .item:hover .featured-post:after, .themesflat-portfolio .grid-no-padding .item:hover .link {
    opacity: 0;
    filter: alpha(opacity=0);
}

.themesflat-portfolio .grid-no-padding .item:hover .portfolio-details:after {
    opacity: 1;
    filter: alpha(opacity = 100);
    visibility: visible;
}

.themesflat-portfolio .grid-no-padding .item {
    padding: 0;
}

.themesflat-portfolio .grid .item {
    position: relative;
}

.themesflat-portfolio .item .featured-post {
    position: relative;   
    text-align: center; 
}

.themesflat-portfolio .portfolio-container:not(.list):not(.list_carousel) .item .portfolio-details {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
     -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0 10px;
}

.themesflat-portfolio .portfolio-container.grid.one-three .item .portfolio-details {
    padding-left: 23px;
    top: 32%;
}

/* grid-onefive,grid-one-three-portrait*/

.themesflat-portfolio .portfolio-container.grid.one-five .item .portfolio-details .in_cat,
.themesflat-portfolio .portfolio-container.grid.one-five .item .themesflat-gallery-popup.pos1,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .themesflat-gallery-popup.pos1,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details .in_cat {
    display: none;
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .wrap-border {
    border-radius: 3px;
    overflow: hidden;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .themesflat-gallery-popup.pos2,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .themesflat-gallery-popup.pos2 {
    display: block;
    border-radius: 100%;
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .featured-post:after,
.themesflat-portfolio .portfolio-container.grid.one-five .item .featured-post:after {
    visibility: visible;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item:hover .featured-post:after,
.themesflat-portfolio .portfolio-container.grid.one-five .item:hover .featured-post:after {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item:hover .portfolio-details,
.themesflat-portfolio .portfolio-container.grid.one-five .item:hover .portfolio-details {
    top: 5.6%;
    transform: translateY(0);
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item:hover .portfolio-details {
    top: 9.5%;
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details .title-post,
.themesflat-portfolio .portfolio-container.grid.one-five .item .portfolio-details .title-post {
    border: none;
    margin-bottom: 5px;
}

.themesflat-portfolio  .portfolio-container.grid.one-three-portrait .item .portfolio-details .title-post a,
.themesflat-portfolio  .portfolio-container.grid.one-five .item .portfolio-details .title-post a {
    margin-bottom: 0;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .category-post a,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .category-post a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    display: inline-block;
    font-family: 'klavika',sans-serif;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .portfolio-details .title-post,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details .title-post {
    font-size: 30px;
}

.themesflat-portfolio .item .portfolio-details .title-post a:hover {
    color: #ffc857;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .portfolio-details .title-post a,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details .title-post a {
    max-height: 66px;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .category-post a:not(:hover),
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .category-post a:not(:hover) {
    color: #fff;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item:hover .themesflat-gallery-popup.pos2,
.themesflat-portfolio .portfolio-container.grid.one-five .item .portfolio-details,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item:hover .themesflat-gallery-popup.pos2 {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .portfolio-details,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .portfolio-details {
    top: 49%;
}
.themesflat-portfolio .portfolio-container.grid.one-five .item .themesflat-gallery-popup.pos2,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .themesflat-gallery-popup.pos2 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item:hover .themesflat-gallery-popup.pos2 {
   transform: translate(50%,127%);
    -webkit-transform: translate(50%,127%);
    -moz-transform: translate(50%,127%);
}

.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item:hover .themesflat-gallery-popup.pos2 {
   transform: translate(50%,108%);
    -webkit-transform: translate(50%,108%);
    -moz-transform: translate(50%,108%);
}
/**/
.themesflat-portfolio .portfolio-container.grid.one-three .item .portfolio-details .in_cat,
.themesflat-portfolio .portfolio-container.masonry-3columns .item .portfolio-details .in_cat {
    padding-bottom: 20px;
}

.themesflat-portfolio .portfolio-container.masonry-4columns .item:hover .portfolio-details {
    top: 25.5%;
}

.themesflat-portfolio .item .portfolio-details .in_cat,
.themesflat-portfolio .item .portfolio-details .title-post  {
    font-family: 'klavika';
    font-size: 25px;
    font-weight: 300;
    display: block;
    color: #fff;
    line-height: 1.1;
}

.themesflat-portfolio .portfolio-container.masonry-3columns .item .portfolio-details {
    padding-left: 21px;
}

.themesflat-portfolio .item .portfolio-details .in_cat {
    padding-bottom: 12px;
}

.themesflat-portfolio .masonry .item.balance_tall .portfolio-details  .in_cat,
.themesflat-portfolio .masonry .item.balance_tall .portfolio-details  .title-post,
.themesflat-portfolio .masonry .item.balance_big .portfolio-details  .in_cat,
.themesflat-portfolio .masonry .item.balance_big .portfolio-details  .title-post  {
    font-size: 30px;
}
.content_fullwidth .themesflat-portfolio .masonry .item.balance_big .portfolio-details  .in_cat,
.vc_row-no-padding .themesflat-portfolio .masonry .item.balance_big .portfolio-details  .in_cat,
.vc_row-no-padding .themesflat-portfolio .masonry .item.balance_big .portfolio-details  .title-post,
.content_fullwidth .themesflat-portfolio .masonry .item.balance_big .portfolio-details  .title-post  {
    font-size: 60px;
}

.themesflat-portfolio .item .portfolio-details .title-post  {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 11.5px;
    border-bottom: 1px solid #5c595b;
}

.themesflat-portfolio .item .portfolio-details .title-post a {
    max-height: 55px;
     text-overflow: ellipsis;
    overflow: hidden;
}

.themesflat-portfolio .masonry .item.balance_tall .portfolio-details .title-post a {
    max-height: 66px;
}

.themesflat-portfolio .masonry .item.balance_big .portfolio-details .title-post a {
    max-height: 132px;
}

.themesflat-portfolio .item .portfolio-details .title-post a  {
    margin-bottom: 4px;
    display: block;
    color: #fff;
}

.themesflat-portfolio .masonry .item.balance_tall  .portfolio-details  .in_cat,
.themesflat-portfolio .masonry .item.balance_big  .portfolio-details  .in_cat {
    padding-bottom: 22px;
}
.themesflat-portfolio .item .title-post {
    font-weight: 600;
    margin-top: 6px;
    line-height: 22px;
    margin-bottom: 11px;
    letter-spacing: 0.2px;
    font-size: 15px;
}

.themesflat-portfolio .grid2 .item .title-post {
    margin-top: 8px;
    padding-right: 37px;
}

.themesflat-portfolio .item .category-post a {
    font-size: 18px;
    color: #ffc857;
}

.themesflat-portfolio .grid2 .item .category-post a {
    letter-spacing: 0.18px;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .category-post a {    
    color: #323031;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .category-post a:hover {    
    color: #fff;
}

.themesflat-portfolio .item .link {
    position: absolute;
    right: 0;
    top: 0;   
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.themesflat-portfolio .item .link a {
    color: #fff;
}

.themesflat-portfolio .item .link a:hover {
    color: #ffc857;
}

.themesflat-portfolio .item .featured-post:after,
.themesflat-portfolio .grid-no-padding .item .portfolio-details:after {
    content: "";
    background: #323031;     
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.themesflat-portfolio .item:hover .featured-post:after,
.themesflat-portfolio .item:hover .link {
    filter: alpha(opacity=90);
    opacity: 0.9;
    visibility: visible;
}

.themesflat-portfolio .portfolio-container.grid2 .portfolio-details {
    position: absolute;
    top: 57px;
    left: 45px;
    right: 15px;
    z-index: 100;
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    transform: translatey(100%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter:alpha(opacity=0);
}

.themesflat-portfolio .portfolio-container.grid2 .item:hover .portfolio-details {
   -webkit-transform: translatey(0);
   -moz-transform: translatey(0);
   transform: translatey(0);
   opacity: 100;
   filter:alpha(opacity=100);
}

.themesflat-portfolio .portfolio-container.grid2 .title-post a,
.themesflat-portfolio .portfolio-container.grid2 .entry-content {
    color: #fff;
}

.themesflat-portfolio .portfolio-container.grid2 .title-post a:hover {
    color: #ffc857;
}

.themesflat-portfolio .portfolio-container.grid2 .item .category-post a:hover {
    color: #fff
}

/* 2 Columns */
.themesflat-portfolio .grid.one-half .item {
    width: 50%;
}

/* 4 Columns */
.themesflat-portfolio .sizer {
    width: 25%;
}

.themesflat-portfolio .grid.one-four .item,
.themesflat-portfolio .portfolio-container.masonry-4columns .item {
    width: 25%;
}

.themesflat-portfolio .portfolio-container.masonry-3columns .item,
.themesflat-portfolio .portfolio-container.masonry-3columns .sizer,
.themesflat-portfolio .portfolio-container.masonry-blance .sizer {
    width: 33.33%;
}

/* No Margin */
.portfolio-container.no-margin .item {
    padding: 0 0;
}

.portfolio-container.no-margin .item img {
    width: 100%;
}

/* Olw carosuel */
.themesflat-portfolio .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #e1e1e4;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.themesflat-portfolio .owl-theme .owl-dots .owl-dot label {
    display: inline-block;
    padding-right: 0;
    position: relative;
    padding-left: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: bold;
    color: #323031;
    vertical-align: middle;
    margin: 0;
    width: 0;
}

.themesflat-portfolio .owl-theme .owl-dots .owl-dot.active label {
    padding-left: 11px;
    padding-right: 129px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.themesflat-portfolio .owl-theme .owl-dots .owl-dot label:after {
    content: '';
    right: 12.384615%;
    position: absolute;
    width: 53.769231%;
    height: 1px;
    background-color: #323031;
    top: 13px;
}

/* Portfolio gallery */
.page-template-portfolios .portfolio-container.portfolio-gallery {
    margin: 0 0;
}

.themesflat-portfolio .portfolio-gallery .item {
    position: relative;
    margin-bottom: 0;
    padding: 0 0;
}

.themesflat-portfolio .portfolio-gallery .item .featured-post {
    margin-bottom: 0 !important;
}

.themesflat-portfolio .portfolio-gallery .item .title-post {
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 0 15px;    
    top: 50%;
    margin-top: -25px;   
    z-index: 99;    
    text-align: center; 
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.themesflat-portfolio .portfolio-gallery .item .category-post {
    position: absolute;
    left: 15px;
    right: 15px;    
    margin-top: 0;
    top: 50%;   
    z-index: 99;    
    text-align: center; 
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.themesflat-portfolio .portfolio-gallery .item .title-post a,
.themesflat-portfolio .portfolio-gallery .item .category-post a,
.themesflat-portfolio .portfolio-gallery .item .category-post {
    color: #fff;
}

.themesflat-portfolio .portfolio-gallery .item .title-post a:hover,
.themesflat-portfolio .portfolio-gallery .item .category-post a:hover {
    color: #ffc857;
    text-decoration: underline;
}

.themesflat-portfolio .portfolio-gallery .item:hover .title-post,
.themesflat-portfolio .portfolio-gallery .item:hover .category-post {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.page-template-portfolios .page-wrap {
    padding-bottom: 69px;
}
.themesflat-portfolio .portfolio-container.masonry-blance .item:hover .title-post a {
    margin-bottom: 5px;
}
.themesflat-portfolio .portfolio-container.masonry-blance .item:hover .portfolio-details {
    top: 5%;
}
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_big:hover .portfolio-details,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_tall:hover .portfolio-details {
    top: 37.7%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); 
}

/* related-portfolios
-------------------------------------------------------------- */
.related-portfolios {
    padding: 50px 0 50px;
}

/* themesflat_client_slider
-------------------------------------------------------------- */
.themesflat_client_slider {
    text-align: center;
}

.themesflat_client_slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: transparent;
}

.themesflat_client_slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.themesflat_client_slider .owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.themesflat_client_slider .owl-theme .owl-controls .owl-nav div.owl-next:before {
    color: #ccc;
}

.themesflat_client_slider .owl-theme .owl-controls .owl-nav div.owl-prev:hover:before, 
.themesflat_client_slider .owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
    color: #ffc857;
}

.themesflat_client_slider .themesflat_client-image img {
    filter: grayscale(100%);
}

.themesflat_client_slider .themesflat_client-image img:hover,
.themesflat_client_slider .themesflat_client-image.vc_custom_1501560115646 img,
.themesflat_client_slider .themesflat_client-image.active img {
    filter: grayscale(0%);
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -70px;
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -70px;
}    

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.client-slide.owl-theme .owl-controls .owl-nav div.owl-next:before {
    font-family: "Ionicons";
    font-size: 30px;
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f3d2";
}

.client-slide.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f3d3";
}

/* Iconlist 
-------------------------------------------------------------- */
ul.themesflat_iconlist {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
}

ul.themesflat_iconlist li {
    position: relative;
    padding-left: 47px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 17px;
    padding-bottom: 16px;
}

ul.themesflat_iconlist li h3 {
    margin: 0;
    line-height: 25px;
    letter-spacing: -0.01px;
}

ul.themesflat_iconlist .list-title a {
    font-size: 14px;
    font-weight: 400;
    color: #656565;
     font-family: "Klavika", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

ul.themesflat_iconlist .list-title a:hover {
    color: #ffc857;
}

ul.themesflat_iconlist li:before {
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

ul.themesflat_iconlist.auto_increment_number li:before {
    content: "";
}

ul.themesflat_iconlist li:before {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -12.5px;
}

ul.themesflat_iconlist li.circle:before {
    color: #fff;
    background-color: #cacaca;
}

ul.themesflat_iconlist li.circle span {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -18px;
    line-height: 24px;
    border: 1px solid;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
}

ul.themesflat_iconlist li span img {
    max-width: 19px;
}

ul.themesflat_iconlist li span  {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 36px;
    height: 36px;
    font-size: 28px;
    margin-top: -11px;
    text-align: center;
}

ul.themesflat_iconlist.auto_increment_number li span {
    display: none;
}

ul.themesflat_iconlist.auto_increment_number li {
    counter-increment: step-counter;
}

ul.themesflat_iconlist.auto_increment_number li:before {
    content: counter(step-counter) ;
}

/* Grid*/
.grid .item {
    float: left;
    padding: 0 15px;
    margin-left: -1px;
}

.grid.one-half .item {
    width: 50%;
}

.grid.one-three .item {
    width: 33.33333%;
}

.grid.one-four .item {
    width: 25%;
}

.grid.one-five .item {
    width: 20%;
}

/* Accordion
-------------------------------------------------------------- */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    padding-top: 15px !important;
    margin: 0 0 0 0 !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: none !important;
}

.wpb_accordion .wpb_accordion_section.group {
    margin-bottom: 2px;
}

.wpb_accordion .panel-default {
    border-color: transparent;
    border-width: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05); 
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, 
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    border: 2px solid #f0f0f0;
}

.wpb_accordion .panel-body {
    padding: 0 0 0 0 !important;
}

.wpb_accordion .wpb_accordion_header {
    padding: 20px 0 11px 26px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    position: relative;
}

.wpb_accordion .wpb_accordion_header:after {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    content: "";
    background-color: #333;
}

.wpb_accordion .wpb_accordion_header:before {
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -5px;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #333;
}

.wpb_accordion .wpb_accordion_header.ui-state-active:before {
    height: 0;
    width: 0;
    content: "";
}

.wpb_accordion .wpb_accordion_header a {
    font-size: 14px;
    font-weight: 700;    
    color: #333333;
    font-size: 14px;    
}

.wpb_accordion .wpb_accordion_header a:hover {
    color: #2e5797;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, 
.wpb_content_element .wpb_accordion_header a {
    padding: 0 0 0 0 !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 30px !important;
}

.content_fullwidth .themesflat-portfolio {
    margin: 0 -15px;
}

/*  Porfolio Pagination
-------------------------------------------------------------- */
.themesflat-portfolio .paging-navigation {
    padding-top: 73px;
}

/*  Themesflat Tabs
-------------------------------------------------------------- */
.themesflat_tabs .vc_tta-panel-title {
    display: none;
}

.themesflat_tabs ul {
    margin: 0;
}

.themesflat_tabs li {
    display: inline-block;
    list-style: none;
}

.vc_tta-panel {
     display: none;
    filter: alpha(opacity=0);
}

.tftab_active {
    visibility: visible;
    -webkit-animation-name: fadeInUp; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUp;
    animation-duration: 0.5s;  
    display: block;
}

/*  portfolio
-------------------------------------------------------------- */
.themesflat-portfolio .portfolio-details {
    color: #fff;
}

.themesflat-portfolio .list_carousel .portfolio-details {
    color: #a5a5a6;
}

.themesflat-portfolio .portfolio-details .themesflat-button:not(:hover) {
    color: inherit;
}

.themesflat-portfolio .list_carousel .portfolio-details .themesflat-button:not(:hover) {
    color: #323031;
}

.themesflat-portfolio .portfolio-details .themesflat-button {
    border-color: inherit;
}

.themesflat-portfolio .portfolio-details .category-post {
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
.themesflat-portfolio  .wrap-border {
    position: relative;
}

/* grid */
.themesflat-portfolio .portfolio-container.grid.one-half .item .title-post,
.themesflat-portfolio .portfolio-container.grid.one-half .item .portfolio-details .in_cat {
    font-size: 30px;
}

.themesflat-portfolio .portfolio-container.grid.one-half .item .title-post a {
    max-height: 66px;
}

.themesflat-portfolio .portfolio-container.grid.one-half .item .portfolio-details .in_cat {
    padding-bottom: 14px;
}

.themesflat-portfolio .portfolio-container.grid.one-half .item:hover .portfolio-details {
    top: 33.5%;
    padding-left: 30px;
}

.content_fullwidth .themesflat-portfolio .portfolio-container.grid.one-four .item .portfolio-details .in_cat, 
.vc_row-no-padding .themesflat-portfolio .portfolio-container.grid.one-four .item .portfolio-details .in_cat, 
.vc_row-no-padding .themesflat-portfolio .portfolio-container.grid.one-four .item .portfolio-details .title-post,
.content_fullwidth .themesflat-portfolio .portfolio-container.grid.one-four .item .portfolio-details .title-post {
    font-size: 30px;
}

.content_fullwidth .themesflat-portfolio .portfolio-container.grid.one-four .item .portfolio-details .title-post a {
    max-height: 66px;
}

.themesflat-portfolio .portfolio-container.grid.one-four .item:hover .portfolio-details{
    top: 34%;
}

/* Masonry */
.themesflat-portfolio .portfolio-container.masonry-4columns .item .featured-post,
.themesflat-portfolio .portfolio-container.masonry-3columns .item .featured-post,
.themesflat-portfolio .portfolio-container.masonry-blance .item .featured-post {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.themesflat-portfolio .portfolio-container.masonry-3columns .item .featured-post img,
.themesflat-portfolio .portfolio-container.masonry-4columns .item .featured-post img,
.themesflat-portfolio .portfolio-container.masonry-blance .item .featured-post img {
    display: none;
}

.themesflat-portfolio .portfolio-container.masonry-3columns .item .wrap-border,
.themesflat-portfolio .portfolio-container.masonry-4columns .item .wrap-border,
.themesflat-portfolio .portfolio-container.masonry-blance .item .wrap-border {
    padding-top: 72.88%;
    display: block;
    position: relative;
}

.themesflat-portfolio .portfolio-container.masonry-4columns .item.balance_tall .wrap-border {
    padding-top: 145.76%;    
}

.themesflat-portfolio .portfolio-container.masonry-blance .item .themesflat-gallery-popup,
.themesflat-portfolio .portfolio-container.masonry-4columns .item .themesflat-gallery-popup {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #e0bb63;
}

.themesflat-portfolio .portfolio-container.masonry-blance .item .portfolio-details .title-post a,
.themesflat-portfolio .portfolio-container.masonry-blance .item .portfolio-details .in_cat,
.themesflat-portfolio .portfolio-container.masonry-blance .item .category-post a:not(:hover) {
    color: #323031;
}

.themesflat-portfolio .portfolio-container.masonry-blance .item .featured-post:after {
    background: #ffc857;
}

.themesflat-portfolio .portfolio-container.masonry-blance .item .themesflat-gallery-popup {
    background: #323031;
}
  
.themesflat-portfolio .portfolio-container.masonry-4columns .item.balance_tall .themesflat-gallery-popup,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_tall .themesflat-gallery-popup,
.content_fullwidth .themesflat-portfolio .portfolio-container.grid.one-five .item .themesflat-gallery-popup.pos2,
.content_fullwidth .themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .themesflat-gallery-popup.pos2,
.vc_row-no-padding .themesflat-portfolio .portfolio-container.grid.one-five .item .themesflat-gallery-popup.pos2,
.vc_row-no-padding .themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .themesflat-gallery-popup.pos2,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_big .themesflat-gallery-popup,
.themesflat-portfolio .portfolio-container.masonry-4columns .item.balance_big .themesflat-gallery-popup {
    width: 90px;
    height: 90px;
    line-height: 90px;
}

.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_tall:hover .themesflat-gallery-popup,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_big:hover .themesflat-gallery-popup {
    margin-top: 16px;
}

.themesflat-portfolio .portfolio-container.grid.one-five .item .themesflat-gallery-popup .icon-zoom,
.themesflat-portfolio .portfolio-container.grid.one-three-portrait .item .themesflat-gallery-popup .icon-zoom,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_tall:hover .themesflat-gallery-popup .icon-zoom,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_big:hover .themesflat-gallery-popup .icon-zoom {
    font-size: 40px;
}

.themesflat-gallery-popup {
    width: 72px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    background: #e0bb63;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(72px);
    -moz-transform: translateX(72px);
    -webkit-transform: translateX(72px);
    -ms-transform: translateX(72px);
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    box-shadow: 2px 3px 10px 0px rgba(50, 48, 49, 0.5); 
}

.themesflat-gallery-popup:hover {
    background-color: #323031;
}

.themesflat-gallery-popup.pos2 {
    right: 50%;
       transform: translate(50%,8px);
    -moz-transform: translate(50%,8px);
    -webkit-transform: translate(50%,8px);
    -ms-transform: translate(50%,8px);
}

.portfolio-container.masonry-3columns .themesflat-gallery-popup,
.one-four .themesflat-gallery-popup,
.one-three .themesflat-gallery-popup {
    background: transparent;
}

 .vc_row-no-padding .one-four .themesflat-gallery-popup,
 .content_fullwidth .one-four .themesflat-gallery-popup {
    background: #e0bb63;
 }

.themesflat-portfolio .item:hover .themesflat-gallery-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}

.themesflat-portfolio .item:hover .themesflat-gallery-popup.pos2 {
    top: 100%;
       transform: translate(50%,5px);
    -moz-transform: translate(50%,5px);
    -webkit-transform: translate(50%,5px);
    -ms-transform: translate(50%,5px);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

.themesflat-gallery-popup a,
article .featured-post  .themesflat-gallery-popup a {
    background: transparent;
}

.themesflat-gallery-popup .icon-zoom {
    font-size: 30px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.themesflat-gallery-popup .icon-zoom:before {
    content: "\e913";
}

/* List */
.themesflat-portfolio .list .item:before,
.themesflat-portfolio .list .item:after {
    content: '';
    display: table;
    clear: both;
}

.themesflat-portfolio .list .item {
    margin-bottom: 70px;
}

.themesflat-portfolio .list .wrap-border {
    display: table;
    width: 100%;
}

.themesflat-portfolio .list .item .featured-post {
    max-width: 57.28070175438596%;
}

.themesflat-portfolio .list .item .portfolio-details {
    width: 46.66666666666667%;
    color: #a5a5a6;
    padding: 33.5px 50px 47px 40px;
    position: absolute;
    top: 20.6%;
}

.themesflat-portfolio .list .item .portfolio-details .in_cat,
.themesflat-portfolio .list .item .category-post span:first-of-type {
    display: none;
}

.themesflat-portfolio .list .item .portfolio-details .title-post {
    border: none;
    margin-bottom: 22px;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .portfolio-details .title-post,
.themesflat-portfolio .list.first_right .item:nth-of-type(even) .portfolio-details .title-post {
    margin-bottom: 32px;
}

.themesflat-portfolio .list .item .portfolio-details .title-post a span {
    font-weight: 300;
    display: block;
}

.themesflat-portfolio .list .item .portfolio-details p {
    margin-bottom: 0;
    letter-spacing: -0.13px
}

.themesflat-portfolio .list .item .portfolio-details .title-post a {
    font-size: 30px;
    font-family: 'lato',sans-serif;
    margin-bottom: 0;
}

.themesflat-portfolio .list .item:hover .portfolio-details {
    top: 20.6%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.themesflat-portfolio .list .item .portfolio-details .title-post a {
    max-height: 66px;
}

.themesflat-portfolio .list .item .category-post a:hover {
    color: #ffc857;
}

.themesflat-portfolio .list .item .category-post {
    position: absolute;
    display: inline-block;
    min-width: 136px;
    text-align: center;
    font-size: 16px;
    top: -20px;
    padding: 8.5px 15px;
    max-height: 41px;
    text-transform: capitalize;
}
.themesflat-portfolio .list .item .category-post a:not(:hover) {
    color: #fff;
}

.themesflat-portfolio .list .item:nth-of-type(even) .portfolio-details,
.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .portfolio-details {
    background-color: #000000;
    margin-right: 40px;
    margin-bottom: 37px;
    right: 8.557895%;
    left: auto;
}

.themesflat-portfolio .list .item:nth-of-type(even) .portfolio-details:after,
.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .portfolio-details:after {
    content: '';
    position: absolute;
    bottom: -38px;
    right: -42px;
    height: 142px;
    width: 220px;
    border-right: 1px solid #323031;
    border-bottom: 1px solid #323031;
}

.themesflat-portfolio .list .item:nth-of-type(even) .category-post,
.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .category-post {
    background: #ffc857;
    right: -30px;
    color: #323031;
    left: auto;
}

.themesflat-portfolio .list .item:nth-of-type(odd) .featured-post,
.themesflat-portfolio .list.first_left .item:nth-of-type(even) .featured-post {
    float: right;
}

.themesflat-portfolio .list .item:nth-of-type(even) .featured-post,
.themesflat-portfolio .list.first_left .item:nth-of-type(odd) .featured-post {
    float: left;
}

.themesflat-portfolio .list .item:nth-of-type(odd) .portfolio-details,
.themesflat-portfolio .list.first_left .item:nth-of-type(even) .portfolio-details {
    background-color: #f7f3f3;
    left: 12.01754385964912%;
    right: auto;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(even) .portfolio-details {
    position: absolute;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(even) .portfolio-details:after {
    position: relative;
    background-color: #f7f3f3 !important;
    width: 220px;
    border-bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    left: -44px;
    bottom: -37px;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(even) .portfolio-details:before {
    position: relative;
    background-color: #f7f3f3;
    height: 140px;
    width: 1px;
    content: "";
    position: absolute;
    left: -44px;
    bottom: -37px;
}

.themesflat-portfolio .list.first_right .item:nth-of-type(odd) .portfolio-details .title-post a:not(:hover),
.themesflat-portfolio .list.first_left .item:nth-of-type(even) .portfolio-details .title-post a:not(:hover) {
    color: #323031;
}

.themesflat-portfolio .list .item:nth-of-type(odd) .category-post,
.themesflat-portfolio .list.first_left .item:nth-of-type(even) .category-post {
    background: #323031;
    left: -30px;
    color: #fff;
    top: -20px;
    right: auto;
}

.themesflat-portfolio .list.first_left .item:nth-of-type(even) .category-post {
    top: -25px;
}

/* list carousel */
.themesflat-portfolio .list_carousel .item {
    max-width: 1045px;
}

.themesflat-portfolio .list_carousel .featured-post {
    width: 53.6%;
    float: left;
}

.themesflat-portfolio .list_carousel .owl-dots {
    position: absolute;
    display: inline-block;
    left: 51.2%;
    bottom: 26px;
}

.themesflat-portfolio .list_carousel .owl-item.active .item {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.themesflat-portfolio .list_carousel .owl-item.active.center  .item {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.themesflat-portfolio .list_carousel .owl-item.active .featured-post,
.themesflat-portfolio .list_carousel .owl-item.active.center .featured-post {
    float: left;
}

.themesflat-portfolio .list_carousel .portfolio-details,
.themesflat-portfolio .list_carousel .item:hover .portfolio-details {
    opacity: 1;
    filter: alpha(opacity =100);
    overflow: hidden;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    padding: 50.5px 5px 50px 30px ;
    visibility: visible;
}

.themesflat-portfolio .list_carousel .portfolio-details p {
    margin-bottom: 25px
}

.themesflat-portfolio .list_carousel  .item  .title-post,
.themesflat-portfolio .list_carousel .item .category-post a,
.themesflat-portfolio .list_carousel .item .title-post a, 
.themesflat-portfolio .list_carousel .item  .category-post {
    font-size: 30px;
    color: #323031;
    font-family: 'klavika',sans-serif;
    border: none;
}

.themesflat-portfolio .list_carousel .item .category-post,
.themesflat-portfolio .list_carousel .item .portfolio-details .in_cat {
    display: none;
}
.themesflat-portfolio .list_carousel .item .title-post a,
.themesflat-portfolio .list_carousel .item .category-post {
    font-size: 30px;
    text-transform: uppercase;
}

.themesflat-portfolio .list_carousel .item .title-post span {
    font-weight: 300;
}

.themesflat-portfolio .list_carousel .item .category-post a:hover,
.themesflat-portfolio .list_carousel .item .title-post a:hover {
    color: #ffc857;
}

.themesflat-portfolio .list_carousel .item .title-post {
    margin-bottom: 31.5px;
    padding-right: 9px;
}

.themesflat-portfolio .list_carousel .item .title-post a {
    max-height: 66px;
}

/* MAS 3 columns */
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_big,
.themesflat-portfolio .portfolio-container.masonry-blance .item.balance_wide {
    width: 66.66666666666667%;
}
.themesflat-portfolio .portfolio-container.masonry-blance .item,
.themesflat-portfolio .portfolio-container.masonry-blance .balance_tall {
    width: 33.33333333333333%;
}

/* 3column v2*/
.themesflat-portfolio .portfolio-container.masonry-3columns .item .wrap-border {
    padding-top: 78%;
}
.themesflat-portfolio .portfolio-container.masonry-3columns .balance_tall .wrap-border {
    padding-top: 125%;
}
.themesflat-portfolio .portfolio-container.masonry-3columns .balance_big .wrap-border {
    padding-top: 69.167%;
}
.themesflat-portfolio .portfolio-container.masonry-3columns .balance_wide .wrap-border {
    padding-top: 32.634%;
}
.themesflat-portfolio .portfolio-container.masonry-3columns .item.balance_big,
.themesflat-portfolio .portfolio-container.masonry-3columns .item.balance_wide {
    width: 66.66666666666667%;
}
.themesflat-portfolio .portfolio-container.masonry-3columns .item,
.themesflat-portfolio .portfolio-container.masonry-3columns .balance_tall {
    width: 33.33333333333333%;
}

.themesflat-portfolio .portfolio-container.masonry-blance .item .wrap-border {
    padding-top: 68%;
}
.themesflat-portfolio .portfolio-container.masonry-blance .balance_tall .wrap-border {
    padding-top: 144.1%;
}
.themesflat-portfolio .portfolio-container.masonry-blance .balance_big .wrap-border {
    padding-top: 69.167%;
}
.themesflat-portfolio .portfolio-container.masonry-blance .balance_wide .wrap-border {
    padding-top: 32.634%;
}
/* MAS 4 columns */
.themesflat-portfolio .portfolio-container.masonry-4columns .balance_big,
.themesflat-portfolio .portfolio-container.masonry-4columns .balance_wide {
    width: 50%;
}

.themesflat-portfolio .portfolio-container.masonry-4columns .balance_wide .wrap-border {
    padding-top: 36.44%;
}

/* themesflat Text block
-------------------------------------------------------------- */
.themesflat-text-block h1 {
    color: #fff;
    font-weight: bold;
}

.themesflat-text-block h3 {
    color: #fff;
}

.news-box02 .text {
    position: relative;
    padding: 111px 20px 65px 114px;
}

.news-box02 .text h3,
.news-box02 .text p {
    max-width: 686px;
}

.news-box02 .text:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f6f6f6;
    z-index: 99999;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px;
}

.news-box02 .text.arrow-right:before {
    content: none;
}

.news-box02 .text.arrow-right:after {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6f6f6;
    z-index: 99999;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;
}

.news-box02 .text h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 34px;
}

.news-box02 .text h3 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #2e5797;
    margin-top: 14px;
}

.news-box02 .text p {
    padding-left: 2px;
    font-size: 15px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 60px;
}

.news-box02 .readmore {
    font-size: 15px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 50px;
}

/* More info */
h2.title {
    position: relative;
    margin-bottom: 60px;
}

h2.title.center {
    text-align: center;
}

h2.title.center:after {
    left: 50%;
    margin-left: -25px;
}

.more-info h3 {
    font-size: 35px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.more-info h3 a {
    display: inline-block;
    margin-left: 15px;
    color: #fde428;
    text-decoration: underline;
}

.more-info p {
    font-size: 16px;
    color: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.more-info input[type="email"] {
    width: 342px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 132px;
    -webkit-border-radius: 3px 0 0 2px;
    -moz-border-radius: 3px 0 0 2px;
    border-radius: 3px 0 0 2px;
}

.more-info input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 28px 12px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    background-color: #fde428;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.more-info input[type="submit"]:hover {
    color: #fff;
}

.more-info .subscribe {
    text-align: right;
    margin-top: 20px;
}

/* Counter
-------------------------------------------------------------- */
.themesflat_counter {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.themesflat_counter.counter_dark,
.themesflat_counter.counter_dark_small {
    color: #716e6e;
}

.themesflat_counter.counter_dark_small {
    padding-top: 54px;
    padding-bottom: 43px;
}

.themesflat_counter.counter_dark .counter-content-top,
.themesflat_counter.counter_dark_small .counter-content-top {
    color: #1b1a1a;
}

.themesflat_counter .title {
    margin-bottom: 31px;
}

.themesflat_counter .counter-content-top span {
    display: inline-block;
    font-weight: bold;
}

.themesflat_counter .counter-content-top span.numb-count {
    font-size: 80px;
}

.themesflat_counter.counter_dark_small .counter-content-top span.numb-count {
    font-size: 50px;
}

.themesflat_counter .counter-link:not(:hover) {
    color: inherit;
}

/* themesflat-overlay
-------------------------------------------------------------- */
.themesflat-overlay .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #222222;
    opacity: 0.9;
}

.themesflat-overlay.bg-white .overlay {
    background-color: #fafafc;
    opacity: 0.93;
}

.themesflat-overlay .vc_column_container  {
    z-index: 999;
}

/* themesflat-single-images
-------------------------------------------------------------- */
.themesflat-single-images {
    position: absolute;
    left: 0;
    top: -30px;
}

.themesflat-title-heading {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* Progress Bar
-------------------------------------------------------------- */
.themesflat-progress {
    position: relative;
    margin-bottom: 30px;
}

.themesflat-progress .name {
    position: absolute;
    left: 0;
    top:0;    
    font-size: 14px;        
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.themesflat-progress .perc {
    font-weight: 400;   
}

.themesflat-progress .progress-animate {
    background-color: #ffc857;
    height: 10px;
    width: 0;   
    border-radius: 5px;
}

.themesflat-progress .progress-bar {
    background-color: #f5f5f5;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;   
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.themesflat-progress .perc {
    width: 0;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.themesflat-progress .perc.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* themesflat-inner
-------------------------------------------------------------- */
.themesflat-inner .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 60px 30px 50px 30px;
}

/* Accordion
-------------------------------------------------------------- */
.page-template-tpl .panel {
    border: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
}

.page-template-tpl .panel-body {
    padding: 0;
}

.page-template-tpl .vc_toggle_size_md .vc_toggle_icon {
    right: 15px !important;
    left: auto !important;
}

.page-template-tpl .vc_toggle_active .vc_toggle_title {
    background-color: #ffc857;
}

.vc_toggle_title {

}

.page-template-tpl .vc_toggle_active .vc_toggle_title > h4 {    
    color: #fff;   
}

.vc_toggle_active .vc_toggle_icon::before, 
.vc_toggle_active .vc_toggle_icon::after {
    background-color: #fff !important;
}

.page-template-tpl .vc_toggle_title > h4 {    
    color: #333333;
    line-height: 1.4;
    font-size: 16px;
}

.page-template-tpl .vc_toggle_title {
    padding: 8px 45px 9px 83px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Testimonial
-------------------------------------------------------------- */
.testimonial-slider blockquote,
.fullwidth .testimonial-slider blockquote {
    max-width: 100%;
    color: #a5a5a6;
    font-style: normal;
    max-width: 1011px;
    margin: auto;
    margin-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.testimonial-slider .owl-stage-outer {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-slider {
    text-align: center;
    padding-bottom: 38px;
    position: relative;
}

.testimonial-slider .item {
    padding-top: 90px;
}

.testimonial-slider .item .testimonial-content {
    background-color: #f5f5f6;
    padding-bottom: 35px;
}

.testimonial-slider .testimonial-image img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    margin-top: -54px;
    margin-bottom: 38px;
    margin-left: -9px;
}

.testimonial-slider .author-info p {
    margin-bottom: 0;
}

.testimonial-slider .author-name a:not(:hover) {
    color: inherit;
}

.testimonial-slider .author-name {
    margin-bottom: 6px;
}

.testimonial-slider blockquote:before,
.testimonial-slider blockquote:after {
    content: none;
}

/* tes white */
.testimonial-sliders.tes_white .testimonial-slider {
    color:#a5a5a6;
}

.testimonial-sliders.tes_white .testimonial-slider .item .testimonial-content {
    background-color: transparent;
}

.testimonial-sliders.tes_white .testimonial-slider .author-name,
.testimonial-sliders.tes_white .author-info,
.testimonial-sliders.tes_white blockquote {
    color: #fff;
}

.testimonial-sliders.tes_white  .testimonial-slider .owl-stage-outer, 
.testimonial-sliders.tes_white  .fullwidth .testimonial-slider .owl-stage-outer {
    margin: auto;
}

.testimonial-sliders.tes_white  .testimonial-slider blockquote {
    max-width: 1200px;
}

/* tes control */
.testimonial-slider.owl-theme .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border: 1px solid #e1e1e4;
    border-radius: 100%;
    margin-right: 16px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span ,
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #e1e1e4;
    border: none;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    width: 9px;
    height: 9px;
}

/* tes btn */
.testimonial-slider.owl-theme .owl-controls .owl-nav div {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 1px solid #e1e1e4;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
    transform: translateY(-50%);
    top: 41%;
    padding: 0;
}

.testimonial-slider.owl-theme .owl-controls .owl-nav div:before {
    top: 81%;
    left: 50%;
    width: 20px;
    height: 20px;
    content: " ";
    position: absolute;
    border: solid #e1e1e4;
    border-width: 1px 1px 0 0;
    transform: translate(-71%, -36%) rotate(45deg);
}

.testimonial-slider.owl-theme.tes_white .owl-controls .owl-nav div:before {
    border-color: #fff;
}

.testimonial-slider.owl-theme .owl-controls .owl-nav div:hover,
.testimonial-slider.owl-theme .owl-controls .owl-nav div:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #ffc857;
}
.testimonial-slider.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 64px;
}

.testimonial-slider.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    transform: translate(-21%, -36%) rotate(-135deg);
}

.testimonial-slider.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 63px;
}

.testimonial-slider.owl-theme .owl-controls .owl-nav div {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* FAQ */
.themesflat-faq-shortcodes.grid {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    margin-bottom: 13px;
}
.themesflat-faq-shortcodes.grid .item {
    margin-bottom: 67px;
}

.themesflat-faq-shortcodes.grid .item .featured-post {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 26px;
}

.navigation.faq.paging-navigation .pagination, 
.navigation.faq.paging-navigation.pager {
    margin-bottom: 0;
}

.themesflat-faq-shortcodes.grid .item.video .featured-post {
    padding-bottom: 59.6%;
    overflow: hidden;
}

.themesflat-faq-shortcodes .faq-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 13px;
}

.themesflat-faq-shortcodes.grid.style-2  {
    margin-bottom: 32px;
}

.themesflat-faq-shortcodes.style-2 .item .item-inner {
    background-color: #f1f1f1;
    padding: 17px 30px 35px;
}

.themesflat-faq-shortcodes.style-2 .faq-title {
    font-size: 16px;
}

.archive-faq.blog-grid .format-video .featured-post {
    padding-bottom: 59.6%;
}

.themesflat-faq-shortcodes.style-2.grid .item {
    margin-bottom: 29px;
}

.faq.navigation.loadmore a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.09px;
    width: 210px;
    border-radius: 0;
    margin-right: 0;
    line-height: 53px;
    background-color: #ffc857;
}

.faq.navigation.loadmore a:hover {
    background-color: #222;
    border-color: #222;
}

.themesflat-faq-shortcodes.style-2 p:last-of-type,
.themesflat-faq-shortcodes.style-2 .themesflat-button-container {
    display: inline;
}

.themesflat-faq-shortcodes.style-2 .themesflat-button {
    font-weight: 400;
    padding-left: 8px;
}

article .featured-post .themesflat_video_embed a {
    position: absolute;
    top: 0;
}

.themesflat_video_embed iframe {
    display: none;
}

.themesflat_video_embed .themesflat_video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    color: #ffc857;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.themesflat_video_embed .themesflat_video_button:hover {
    color: #fff;
    background-color: rgba(31,31,31,0.7);
}

/* Navigator */
.themesflat_pageable_container .vc_general.vc_pagination .vc_pagination-trigger {
    height: 3px;
    width: 25px;
    background: #b5b5b5;
    margin: 5px;
}

.themesflat_pageable_container .vc_pagination.vc_pagination-style-themesflat .vc_active .vc_pagination-trigger {
    background: #222;
}

.vc_tta.vc_general.themesflat_pageable_container .vc_tta-panel {
    margin-bottom: 0!important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination.themesflat_pageable_container  .vc_pagination {
    right: auto;
    left: -6px;
    margin-top: 35px;
}

.wpb-js-composer .vc_tta.vc_general.themesflat_pageable_container .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -167px;
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -167px;
}

.testimonial-sliders.style-2.owl-theme.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    width: 45px;
    height: 45px;
    z-index: 10000;
    border: 3px solid #d7d7d7;
    top: 50%;
    margin-top: -22px;
    position: absolute;   
    text-align: center;
    color: #d7d7d7;
}

.testimonial-sliders.style-2.owl-theme.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #ffc857;  
    border: 3px solid #ffc857;  
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before, 
.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
    color: #fff;    
}

.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.testimonial-sliders.style-2.owl-theme .owl-controls .owl-nav div.owl-next:before {
    color: #d7d7d7;
    font-size: 30px;
    line-height: 37px;
}

/* themesflat teammember
-------------------------------------------------------------- */
.themesflat-team .team-subtitle {
    font-size: 16px;
    color: #999;
}

.themesflat-team .team-desc {
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 17px;
}

.themesflat-team .social-links a {
    margin-right: 5px;
}

.themesflat-team .team-image {
    margin-bottom: 17px;
    position: relative;
    display: inline-block;
}

.themesflat-team .team-name {
    margin-top: 2px;
    margin-bottom: 4px;
}

.themesflat-team .themesflat-button {
    border-radius: 3px;
}

.themesflat-team .themesflat-button.no-background i {
    padding-left: 8px;
}

.themesflat-team .themesflat-button.no-background:hover i {
    padding-left: 20px;
}

.themesflat-team.grid {
    margin: 0;
    margin-bottom: 53px;
}

.themesflat-team.list {
    display: table;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 32px;
    margin-bottom: 51px;
}

.themesflat-team.list .team-image {
    float: left;
    margin-right: 30px;
    max-width: 50%;
}

.themesflat-team .social-links {
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
        opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
    text-align: center;
}

.themesflat-team .social-links a {
    font-size: 19px;
    padding: 12px;
}

.themesflat-team .social-links a:not(:hover) {
    color: #fff;
}

.themesflat-team:hover .social-links {
      transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.themesflat-team .team-image:before {
    content: '';
    background: #323031;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.themesflat-team:hover .team-image:before,.themesflat-team:hover .social-links  {
    opacity: 0.9;
    filter: alpha(opacity=90);
    visibility: visible;
}

.themesflat-team.list .team-info {
    overflow: hidden;
    margin-top: -3px;
}

.themesflat-team.list .team-desc {
    margin-bottom: 28px;
}

.themesflat-team.list .themesflat-button i {
    padding-left: 10px;
}

.themesflat-team.list .themesflat-button {
    padding: 10px 16px 8px 17px;
}

/* falt-call-action
-------------------------------------------------------------- */
.falt-call-action {
    margin: 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-top: 22px;
}

/* falt-call-action
-------------------------------------------------------------- */
.themesflat-maps ul.infoWindow {
    padding: 25px 30px;
    font-size: 14px;
    font-family: 'Exo 2';
    color: #808080;
    list-style: none;
    background: #252424;
    max-width: 289px;
    margin: 0;
    position: relative;
}

.themesflat-maps ul.infoWindow:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #252424;
    position: absolute;
    top: 20px;
    left: -10px;
}

.themesflat-maps ul.infoWindow li {
    padding-left: 31px;
    position: relative;
    margin-bottom: 17px;
}

.themesflat-maps ul.infoWindow li:last-child {
    margin-bottom: 0;
}

.themesflat-maps ul.infoWindow li i {
    position: absolute;
    left: 0;
}

/* Bio*/
.themesflat_bio p:last-of-type {
    margin-bottom: 0;
}

.timeline {
  z-index: 1;
  max-width: 665px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
}

.timeline:before {
  top: 0;
  left: 50%;
  z-index: 5;
  width: 3px;
  content: '';
  z-index: -1;
  height: 100%;
  display: block;
  background: #e1e1e4;
  position: absolute;
  transform: translateX(-50%);
}

.timeline .year {
  width: 65px;
  height: 65px;
  color: #fff;
  line-height: 65px;
  background: #323031;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 31px;
  display: none;
}

.as_history_point .timeline .year {
    display: block;
}

.timeline li {
  overflow: hidden;
}

.timeline li:last-child .box:last-child ul {
  margin-bottom: 0;
}

.timeline .box {
  float: right;
  width: 50%;
  position: relative;
}

.timeline .box ul {
  color: #434343;
  margin: 0 0 60px;
  line-height: 22px;
  padding: 6px 0 0 43px;
}

.box_left .box {
  float: none;
  text-align: right;
}

.box_left .timeline ul {
  padding: 6px 43px 0 0;
}

.box_left .timeline .time:before {
  display: none;
}

.box_left .timeline .time:after {
  content: "";
  width: 60px;
  margin: 0 23px 0 12px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #ffc857;
}

 .box_left .timeline .dot {
  left: auto;
  right: -11px;
}

.timeline .dot {
  top: 5px;
  left: -9px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #ffc857;;
}

.timeline .time {
  color: #323031;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.timeline .time:before {
  content: "";
  width: 60px;
  margin: 0 12px 0 23px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #ffc857;
}