/*
	
	Theme Name: Apoa

	Theme URI: http://themeforest.net/user/premiumlayers/portfolio

	Author: erathemes

	Author URI: http://themeforest.net/user/erathemes

	Description: Apoa Premium Wordpress Theme

	Version: 1.1

	License: GNU General Public License

	License URI: license.txt

	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, responsive-layout

	Text Domain: apoa

*/


/*=======================================================
      THEME STYLING START
========================================================*/

body {
    background: #FFF;
    font-weight: normal;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
}
.container {
	max-width: 100%;
}

.site-main.page_spacing {
    padding: 150px 0;
}
.vc_row.fixedlayout {
    margin: 0 auto;
}
.padding-left {
    padding-left: 0;
}
.padding-right {
    padding-right: 0;
}
img {
    height: auto;
    max-width: 100%;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
/*=======================================================
      WRAPPER
========================================================*/

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #252525;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    /*text-transform: uppercase; dev*/
}
h1 {.header-main
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
}
p {
    font-family: inherit;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 26px;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
ul {
    margin-bottom: 0px;
}
a {
    text-decoration: none;
    color: #141414;
    outline: none!important;
}
.font-raleway {
    font-family: 'Raleway', sans-serif;
}
p.intro-small {
    width: 80%;
    margin: 0 auto;
}
.text-transform-none {
    text-transform: none !important;
}
.text-white {
    color: #fff !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-normal {
    font-weight: normal !important;
}
.font-12px {
    font-size: 12px !important;
}
.font-14px {
    font-size: 14px !important;
}
.font-16px {
    font-size: 16px !important;
}
.font-18px {
    font-size: 18px !important;
}
.font-20px {
    font-size: 20px !important;
}
.font-bold {
    font-weight: bold !important;
}
.font-normal {
    font-weight: normal !important;
}
.white-text {
    color: #fff !important;
}
.font-italic {
    font-style: italic;
}
.font-bold {
    font-weight: bold !important;
}
a:hover,
a:focus {
    color: #00b1f1;
}
.primary-color {
    color: #08ada7 !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.white-bg {
    background: #fff !important;
}
.relative {
    position: relative;
}
.line-height-24 {
    line-height: 24px !important;
}
.line-height-22 {
    line-height: 22px !important;
}
.line-height-26 {
    line-height: 26px !important;
}
.dark-text p {
    color: #141414;
}
.light-gray-bg {
    background: #f6f7f8 !important;
}
.customcolor1 {
    color: #448aff;
}
.parallax-bg {
    background-size: cover !important;
}
section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}
.text-shadow {
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}
.text-shadow-1 {
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}
/*=======================================================
      HEADING
========================================================*/

.heading {
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.heading h3 {
    margin: 0px;
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    text-transform: none;
    position: relative;
}
.heading h3 span {
    /*color: #08ada7 !important;*/
    color: #05a1e2 !important;
}
.heading p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    width: 65%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.heading.text-left p {
    text-align: left;
    width: 100%;
}
.heading.text-left h5 {
    margin-left: 22px;
}
.heading hr {
    height: 2px;
    background: #cccccc;
    border: none;
    margin: 20px auto;
    width: 40px;
}
.heading.white h3 {
    color: #fff;
}
.heading.white span {
    color: #fff;
}
.heading.white hr {
    background: #fff;
}
/*=======================================================
      HEADER
========================================================*/

.header-main {
    position: fixed;
    width: 100%;
    z-index: 99;
    /*background: none; dev*/
    /*background: rgba(37, 48, 48, 0.8);*/
    background: rgba(1, 89, 127, 0.8) !important;
}
.header-main.header-relative {
    position: relative;
}
.header-main.header-relative {
    background-color: #ADB2B2;
}
/* Menu */

.top-info-con {
    float: right;
    width: 70%;
    margin-top: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    text-align: right;
}
.top-info-con ul {
    display: inline-block;
}
.top-info-con ul li {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.top-info-con ul li.fst {
    width: 35%;
    border: none;
}
.top-info-con ul li:nth-last-child(1) {
    margin: 0px;
    border: none;
}
.top-info-con li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}
.top-info-con .icon {
    height: 48px;
    width: 48px;
    border: 1px solid #fb4848;
    color: #fb4848;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 0px;
    font-size: 20px;
}
.top-info-con p {
    font-size: 13px;
    margin: 0px;
}
.top-info-con h6 {
    font-weight: normal;
    font-family: 'Ubuntu';
    color: #999999;
    margin-top: 5px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
/*=======================================================
      SUB BANNER
========================================================*/

.sub-bnr {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    text-align: center;
    position: relative;
}
.sub-bnr h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 78px;
    text-transform: uppercase;
    word-wrap: break-word;
}
.sub-bnr .breadcrumb {
    background: none;
    margin: 12px 0 0 0;
    padding: 0px;
    display: inline-block;
}
.sub-bnr h6 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    float: left;
    line-height: 58px;
    margin: 0px;
    letter-spacing: 1px;
}
.sub-bnr .breadcrumb {
    font-size: 0;
}
.sub-bnr .breadcrumb > span:after {
    content: "/";
    color: #ccc;
    padding: 0 10px;
}
.sub-bnr .breadcrumb > span:last-of-type:after {
    content: "";
}
.sub-bnr .breadcrumb > span a {
    color: #fff;
    text-transform: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Ubuntu';
    font-size: 13px;
    text-transform: capitalize;
    word-wrap: break-word;
}
.sub-bnr .breadcrumb > span {
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Ubuntu';
    font-size: 13px;
    margin: 10px 0;
    text-transform: capitalize;
}
.sub-bnr .breadcrumb > span a:focus {
    outline: none;
}
/*=======================================================
      SERVICES
========================================================*/

.services article {
    background: #f7f7f7;
    margin-bottom: 30px;
}
.services li article p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}
.services li article .ser-img {
    position: relative;
    text-align: center;
}
.services li article .ser-head {
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.services li article .icon {
    width: 70px;
    height: 36px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: inline-block;
    background: #fb4848;
    margin-top: 10px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.services li article .icon:before {
    content: "";
    top: -20px;
    left: 0px;
    position: absolute;
    width: 20px;
    height: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-style: solid;
    border-width: 0 35px 20px 35px;
    border-color: transparent transparent #fb4848 transparent;
}
.services h6 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    height: 50px;
    display: inline-block;
    line-height: 54px;
    width: 100%;
    float: left;
    background: #fb4848;
    font-weight: 800;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.services li article:hover h6 {
    background: #36404b;
}
.services li article:hover .icon {
    background: #36404b;
}
.services li article:hover .icon:before {
    border-color: transparent transparent #36404b transparent;
}
.detail-in {
    border: 1px solid #ececec;
    border-top: none;
    padding: 30px 25px;
    padding-bottom: 60px;
    position: relative;
}
.detail-in p {
    color: #777777;
}
.go-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 37px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    background: #36404b;
}
.go-btn:before {
    content: "";
    z-index: 1;
    right: 100%;
    border-style: solid;
    border-width: 0 0 40px 20px;
    border-color: transparent transparent #36404b transparent;
    position: absolute;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-item {
    padding-right: 20% !important;
}
.feature-item p {
    color: #dadada;
}
.feature-item li {
    margin-bottom: 30px;
    margin-top: 20px;
}
.feature-item li img {
    margin-right: 10px;
}
.parallax-bg .btn {
    background-color: #078f8a;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 46px;
    padding: 0 40px;
    position: relative;
    text-transform: none;
}
.parallax-bg .btn:hover {
    background-color: #333;
    color: #fff;
}
.parallax-bg .btn.btn-white {
    background-color: #fff;
    color: #078f8a;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 46px;
    padding: 0 40px;
    position: relative;
    text-transform: none;
}
.parallax-bg .btn.btn-white:hover {
    background: #078f8a;
    color: #fff;
}
.parallax-bg ul {
    padding-left: 0;
    list-style: none;
}
/*=======================================================
      WORK
========================================================*/

.gal-item .hover-info {
    position: absolute;
    background: rgba(37, 48, 48, 0.9);
    z-index: 9;
    opacity: 0;
    bottom: 0px;
    width: 100%;
    padding: 25px 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gal-item .hover-info a {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    opacity: 1;
    float: right;
    position: absolute;
    right: 20px;
    top: 22px;
    margin: 0;
    display: inline-block;
}
.gal-item .position-center-center {
    margin-top: -100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery-portfolio .over-hover {
    position: absolute;
    top: 0px;
}
.gallery-portfolio .item .item-detail {
    background: #ffffff;
    border: 1px solid #eaeaea;
    text-align: center;
    border-right: 0px;
    padding: 20px 0;
    border-top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery-portfolio .item:hover .item-detail {
    background: #fb4848;
    border-color: #fb4848;
}
.gallery-portfolio .item h6 {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery-portfolio .item .item-detail span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gal-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.portfolio-section .gallery-portfolio .portfolio-item {
    margin-bottom: 30px;
    margin-right: 0;
}
.gallery-portfolio .item:hover .item-detail span,
.gallery-portfolio .item:hover .item-detail h6 {
    color: #fff;
}
.gallery-portfolio .item:hover .hover-info {
    opacity: 1;
}
.gallery-portfolio .item:hover img {
    transform: scale(1.1);
}
.gallery-portfolio .item:hover .position-center-center {
    margin-top: 0%;
}
.portfolio-filter {
    text-align: center;
}
.portfolio-filter li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 25px;
    border-radius: 0px;
    background-color: #f7f7f7;
    color: #777;
    border: none;
    letter-spacing: 1px;
    margin: 0 10px 10px 0;
    line-height: 35px;
    text-transform: capitalize;
}
.portfolio-filter li {
    display: inline-block;
}
.portfolio-filter .cbp-filter-item:hover {
    background: #444;
    color: #fff;
}
.portfolio-filter li a:hover,
.portfolio-filter li a:focus {
    background-color: #444;
    color: #fff;
}
.portfolio-filter .active {
    color: #08ada7;
}
.cbp-popup-singlePage .cbp-popup-close {
    background: none;
}
.cbp-popup-singlePage .cbp-popup-close:before {
    content: '\e082';
    font-family: 'Simple-Line-Icons';
    color: #333333;
    line-height: 45px;
    font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
    content: '\e07a';
    font-family: 'Simple-Line-Icons';
    color: #333333;
    line-height: 45px;
    font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-next {
    background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
    content: '\e079';
    font-family: 'Simple-Line-Icons';
    color: #333333;
    line-height: 45px;
    font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: auto;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.cbp-popup-singlePage .cbp-popup-next {
    left: auto;
    right: 0px;
}
.cbp-popup-singlePage .cbp-popup-prev {
    left: 0px;
    right: auto;
}
.cbp-popup-singlePage-counter {
    left: 0px;
    right: 0px;
    top: 60px;
    color: #333333;
    opacity: 0.3;
}
/* - Single Progect */

.single-progect h4 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}
.project-info p {
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.project-info {
    padding-left: 0;
}
.project-info li {
    margin-bottom: 15px;
    margin-left: -15px;
    list-style: none;
}
.single-portfolio .single-progect .col-md-10 {
    margin: 0 auto;
    float: none;
}
.image-gallery-list .col-md-6 {
    margin-bottom: 30px;
}
.single-portfolio .single-progect .center-auto .text-left {
    margin-left: 15px;
    display: inline-block;
    width: 100%;
}
.single-progect .heading h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.single-portfolio .single-progect .center-auto .text-left .btn.margin-bottom-100 {
    margin-bottom: 30px !important;
}
.single-portfolio .single-progect .center-auto .text-left .btn {
    background: #078f8a;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 46px;
    padding: 0 40px;
    position: relative;
    margin-top: 24px;
    z-index: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.single-portfolio .single-progect .center-auto .text-left .btn:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
/*=======================================================
      WORK PROCESS
========================================================*/

.light-gray-bg .work-process ul {
    padding-left: 0;
}
.work-process ul li {
    list-style: none;
}
.work-process .icon {
    width: 110px;
    z-index: 1;
    position: relative;
}
.work-process .icon:before {
    content: "";
    border-right: 1px dashed #dddddd;
    position: absolute;
    height: 80px;
    left: 44px;
    z-index: -1;
    top: 55px;
}
.work-process {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 30px;
}
.work-process li h6 {
    text-transform: none;
    font-weight: 500;
    margin-top: 0px;
}
.work-process li p {
    line-height: 24px;
    font-size: 14px;
}
/*=======================================================
      What We Do
========================================================*/

.service-offer-cnt.padding-bottom-150 {
    padding-bottom: 80px !important;
}
.what-we-do ul {
    padding-left: 0;
}
.what-we-do ul li {
    list-style: none;
}
.what-we-do .icon {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    /*border: 4px solid #9cdedc;*/
    border: 4px solid #5aaae2;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    font-size: 22px;
    margin-right: 10px;
    margin-bottom: 15px;
    /*background: #08ada7;*/
    background: #0172a3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.what-we-do li h6 {
    text-transform: none;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 24px;
    word-wrap: break-word;
}
.what-we-do li span {
    color: #cccccc;
    font-size: 14px;
}
.what-we-do li:hover .icon {
    background: #333333;
}
/*=======================================================
      DETAIL WORK
========================================================*/

.work-detail p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
/*=======================================================
      TEAM
========================================================*/

.team ul li {} .team article {
    position: relative;
    overflow: hidden;
}
.team .team-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0px;
    opacity: 0;
    padding-bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.team article:hover .team-hover {
    opacity: 1;
}
.team .position-center-center {
    width: 100%;
    padding: 0 20px;
}
.team article h5 {
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
.team article p {
    color: #fff;
}
.team article p i {
    margin-right: 5px;
}
.team article span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    margin-bottom: 20px;
    font-weight: normal;
}
.team .social {
    text-align: right;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    bottom: 40px;
    right: 30px;
    position: absolute;
    bottom: -50%;
    padding-left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.team .social li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: right;
}
.team article:hover .social {
    bottom: 30px;
}
.team .social li a {
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 40px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.team .social li a:hover {
    color: #08ada7;
}
.team .team-name {
    position: absolute;
    top: -50%;
    right: 40px;
    text-align: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.team article:hover .team-name {
    top: 40px;
}
/*=======================================================
      OFFERS
========================================================*/

.offers-tabs {
    background: #f7f7f7;
}
.offers-tabs .nav {
    width: 240px;
    float: right;
}
.offers-tabs .nav li {
    margin-top: 1px;
}
.offers-tabs .nav li a {
    background: #404852;
    border-radius: 0px;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    margin-bottom: 0px;
}
.offers-tabs .nav li a span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.offers-tabs .nav li a:hover {
    background: #fb4848 !important;
    color: #fff !important;
}
.offers-tabs .nav li.active a {
    background: #fb4848 !important;
    color: #fff !important;
}
.offers-tabs .tab-pane h4 {
    color: #fb4848;
    margin: 0px;
    font-weight: 800;
    margin-bottom: 30px;
}
.offers-tabs .tab-pane small {
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 42px;
    color: #36404b;
}
.offers-tabs .tab-pane ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.offers-tabs .tab-pane ul span {
    width: 50px;
    display: inline-block;
}
.offers-tabs .tab-pane ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.offers-tabs .tab-pane {
    padding: 100px 60px;
    padding-bottom: 60px;
    padding-right: 20%;
}
.offers-tabs .tab-pane .btn {
    text-transform: none;
}
/*=======================================================
      Products
========================================================*/

.products .item article {
    padding: 4px;
    background: #fff;
    border: 1px solid #f3f2f2;
    position: relative;
    overflow: hidden;
}
.products .item article .img-item {
    position: relative;
    overflow: hidden;
}
.products .hover-info {
    position: absolute;
    background: rgba(54, 64, 75, 0.8);
    z-index: 9;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.products .hover-info .btn {
    text-transform: none;
    padding-left: 15px;
}
.products .hover-info .btn i {
    margin-left: 15px;
    padding: 0px 11px;
}
.products .stars i {
    margin: 0 2.5px;
}
.products .btn span:before {
    border-width: 0 0 44px 11px;
    right: 34px;
}
.products .stars {
    color: #ffd800;
    font-size: 12px;
}
.products .position-center-center {
    margin-top: -100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products article:hover .hover-info {
    opacity: 1;
}
.products article:hover .position-center-center {
    margin-top: 0%;
}
.products .item article .item-name {
    text-align: center;
    padding: 25px 0;
}
.products .item article .item-name a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}
.products .item article .item-name span {
    color: #fb4848;
    font-size: 18px;
    font-weight: bold;
}
.products .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.products .owl-dots div {
    display: inline-block;
    height: 10px;
    background: #d2d4d6;
    width: 10px;
    margin: 0 5px;
    border: 1px solid #d2d4d6;
    border-radius: 50%;
    display: inline-block;
}
.products .owl-dots div.active {
    background: #fb4848;
    border: 1px solid #fb4848;
}
/* Video Section */

.video-sec {
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.video-sec h2 {
    font-size: 46px;
    text-transform: none;
    color: #fff;
    margin: 0px;
    letter-spacing: 2px;
    font-weight: 400;
}
/*=======================================================
      TESTI
========================================================*/

.testimonial .avatars {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.testimonial .avatars li {
    display: inline-block;
    height: 74px;
    width: 74px;
    margin: 0 5px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.testi-name {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 50px 80px;
    text-align: center;
    border: 1px solid #1a1e1e;
}
.testi .media-left .avatar {
    width: 85px;
    margin-right: 0px;
    display: inline-block;
}
.testi p {
    color: #9e9e9e;
}
.testi .quote {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
}
.testi .avatar img {
    position: relative;
    z-index: 9;
    border-radius: 50%;
}
.testi h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 20px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
}
.testi {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.testi .in-testi {
    text-align: center;
}
.testi .owl-nav {
    display: none;
}
.testi .owl-nav div.owl-prev {
    display: inline-block !important;
    color: #344248;
    margin: 0 15px;
    height: 50px;
    width: 32px;
    border-radius: 4px;
    border: 1px solid #ececec;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -50px;
}
.testi .owl-nav div.owl-next {
    display: inline-block !important;
    color: #344248;
    margin: 0 15px;
    height: 50px;
    width: 32px;
    border-radius: 4px;
    border: 1px solid #ececec;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -60px;
    margin-top: -50px;
}
.testi .owl-nav div.owl-next:hover {
    background: #006db7;
    border-color: #006db7;
    color: #fff;
}
.testi .owl-nav div.owl-prev:hover {
    background: #006db7;
    border-color: #006db7;
    color: #fff;
}
.testi .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}
.testi .owl-dots div {
    height: 4px;
    width: 9px;
    display: inline-block;
    background: #d7d9db;
    margin-bottom: 0px;
    margin: 0 2px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi .owl-dots .owl-dot.active {
    background: #08ada7;
    width: 20px;
}
.testi .owl-dots .owl-dot span {
    margin: 0px;
}
.testi span {
    display: inline-block;
    width: 100%;
    color: #08ada7 !important;
    margin-bottom: 0px;
    font-size: 14px;
    margin-bottom: 30px;
}
.in-testi {
    text-align: left;
    position: relative;
    margin-top: 5px;
    z-index: 99;
}
.in-testi img {
    border-radius: 100%;
}
.light-gray-bg .in-testi {
    background: #fff;
}
.light-gray-bg .in-testi:before {
    color: #fff;
}
.in-testi p {
    text-align: center;
    color: #555555;
    font-size: 15px;
    line-height: 32px;
}
.in-testi i {
    position: absolute;
    float: left;
    left: 50px;
    top: 40px;
    z-index: -1;
    font-size: 30px;
    color: #f3f3f3;
}
.stars {
    margin-top: 20px;
}
.stars i {
    margin: 0 3px;
}
.testi .media-body span {
    color: #b0b7ff;
}
.testimonial.page .testi {
    margin-bottom: 80px;
}
.clients-img ul {
    display: inline-block;
    width: 100%;
}
.clients-img li {
    text-align: center;
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
}
.port-paging li {
    display: inline-block;
    text-transform: uppercase;
}
.port-paging a {
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
}
.port-paging a i {
    margin: 0 5px;
}
.port-paging a .fa-times {
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 33px;
    text-align: center;
}
.paging-news {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    padding: 20px 20px;
}
.paging-news li {
    display: inline-block;
    text-transform: uppercase;
}
.paging-news li a {
    font-size: 12px;
}
/*=======================================================
      CLIENTS
========================================================*/

.clients li {
    text-align: center;
}
.clients .style-2 li {
    padding: 0px;
    border: none;
}
.clients .style-2 li a {
    border-right: none;
    border-top: none;
    border-left: none;
}
.clients .owl-nav div.owl-prev {
    display: inline-block !important;
    color: #344248;
    margin: 0 15px;
    height: 62px;
    width: 32px;
    border-radius: 4px;
    border: 1px solid #ececec;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -100px;
    margin-top: -30px;
}
.clients .owl-nav div.owl-next {
    display: inline-block !important;
    color: #344248;
    margin: 0 15px;
    height: 62px;
    width: 32px;
    border-radius: 4px;
    border: 1px solid #ececec;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -100px;
    margin-top: -30px;
}
.clients .owl-nav div.owl-next:hover {
    background: #344248;
    border-color: #344248;
    color: #fff;
}
.clients .owl-nav div.owl-prev:hover {
    background: #344248;
    border-color: #344248;
    color: #fff;
}
/* Why Choose */

.list-style-featured ul {
    padding-left: 0;
}
/*=======================================================
			FOOTER
========================================================*/

.sub-footer .logo-foot .footer-text-logo {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
}
.sub-footer .logo-foot .footer-text-logo:focus,
.sub-footer .logo-foot .footer-text-logo:hover {
    color: #000;
}
.sub-footer {
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 80px;
}
.sub-footer .logo-foot {
    /*background: #08ada7;*/
    background: #01597f;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px;
}
.sub-footer p {
    color: #999999;
}
.sub-footer .social {
    margin-top: 40px;
    text-align: center;
}
.sub-footer .social li {
    display: inline-block;
}
.sub-footer .social li a {
    height: 36px;
    width: 36px;
    line-height: 34px;
    border: 2px solid #08ada7;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #08ada7;
    font-size: 12px;
}
.sub-footer .social li a:hover {
    background: #08ada7;
    color: #fff;
}
footer p {
    font-size: 15px;
    line-height: 26px;
    color: #969ea7;
}
footer h6 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
}
footer {
    padding: 0;
    background: #313333;
    padding-bottom: 60px;
}
footer .loc-info p {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
}
footer .loc-info p i {
    width: 28px;
    float: left;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
}
footer p {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    color: #eeeeee;
}
footer .links a {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
}
footer .recent-come {} footer .img-post {
    height: 59px;
    width: 59px;
    float: left;
}
footer .text-post {
    float: right;
    width: 72%;
}
footer .recent-come li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
}
footer .recent-come li {
    border-bottom: 1px solid #373737;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
}
footer .recent-come li:nth-child(1) {
    margin-top: 0px;
}
footer .recent-come li span {
    font-weight: 600;
    color: #ffc300;
    font-size: 11px;
    display: inline-block;
    width: 100%;
}
footer .subcribe {
    display: inline-block;
    width: 100%;
    background-size: cover;
    padding: 30px 30px;
    margin-bottom: 60px;
    margin-top: -52px;
    position: relative;
    z-index: 99;
}
.rights {
    background: #2c2e2e;
    padding: 20px 0;
    text-align: center;
}
.rights p {
    font-weight: 500;
    color: #cccccc;
    margin: 0px;
}
.footer-info h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ccc;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.footer-info h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #ccc;
    width: 30px;
    height: 1px;
}
.footer-info .personal-info,
footer .widget_nav_menu ul,
footer .widget_pages ul {
    padding-left: 0;
}
footer .widget_nav_menu ul,
footer .widget_pages ul {
    margin-top: -3px;
}
footer .widget ul li a {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 32px;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    text-transform: capitalize;
}
footer .widget ul li a:hover {
    color: #fff;
}
footer .widget.widget_flicker .flickr_badge_image {
    width: 93px;
    height: 93px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    display: inline-block;
}
footer .widget.widget_flicker .flickr_badge_image:hover {
    opacity: 0.5;
}
.footer-info .personal-info li {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    padding-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.footer-info .personal-info li a {
    text-decoration: none;
    color: #999;
}
.footer-info .personal-info li i {
    font-size: 18px;
    color: #999999;
    margin-right: 10px;
    float: left;
    width: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.foot-info-con {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}
.foot-info-con li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}
.foot-info-con .icon {
    height: 90px;
    width: 90px;
    color: #fff;
    background: #3f4955;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    border-radius: 0px;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 50%;
}
.foot-info-con p {
    font-size: 14px;
    margin: 0px;
}
.foot-info-con h6 {
    font-weight: normal;
    font-family: 'Ubuntu';
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 15px;
    text-transform: none;
    margin-bottom: 4px;
    letter-spacing: 2px;
}
/* Social Icon */

footer .widget_social_icons ul {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
}
footer .widget_social_icons ul li {
    display: inline-block;
}
footer .widget_social_icons ul li a {
    /*border: 2px solid #08ada7;*/
    border: 2px solid #01597f;
    border-radius: 50%;
    /*color: #08ada7;*/
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 36px;
}
footer .widget_social_icons ul li a:focus,
footer .widget_social_icons ul li a:hover {
    /*background: #08ada7;*/
    background: #01597f;
    color: #fff;
    outline: none;
}
/*=======================================================
			CONTACT FORM
========================================================*/

.contact-page .heading hr {
    margin: 30px 0;
}
.contact-page h3 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0px;
}
.timing {
    background: #fbfbfc;
    padding: 30px;
    border: 1px solid #e4e4e4;
    margin-top: 30px;
}
.timing ul li p {
    margin: 0px;
}
.timing ul li {
    border-bottom: 1px solid #e8e8e9;
    padding: 15px 0;
}
.timing ul li span {
    float: right;
}
.timing ul li:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0px;
}
.contact-page p {
    font-size: 15px;
    color: #777777;
}
.timing ul li p {
    color: #999999;
}
.cont-info-con ul {
    padding-left: 0;
}
/* Contact Form */

/*.contact-section {
    margin-bottom: 100px;
} dev*/
.contact-form .wpcf7-form .col-md-6:first-of-type {
    padding-left: 0;
}
.contact-form .wpcf7-form .col-md-6:last-of-type {
    padding-right: 0;
}
.contact-form .wpcf7-form input {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 0 20px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    outline: none;
}
.contact-form .wpcf7-form textarea:focus,
.contact-form .wpcf7-form input:focus {
    border: 1px solid #4c4f5e;
}
.contact-form .wpcf7-form .form-group {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.contact-form .wpcf7-form textarea {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    height: 160px;
    padding: 10px 20px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    outline: none;
}
.contact-form .wpcf7-form input[type="submit"] {
    /*background-color: #078f8a;*/
    background-color: #0172a3;
    border-radius: 0;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: "PT Sans", sans-serif;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.3);
    border-bottom-width: 2px;
}
.contact-form .wpcf7-form input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: none;
}
.cont-info-con {
    margin-bottom: 80px;
}
.cont-info-con li {
    list-style: none;
}
.cont-info-con li article {
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 35px 20px;
}
.cont-info-con p {
    color: #777777;
    margin: 0px;
}
.cont-info-con h6 {
    color: #333333;
    margin: 0px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: none;
    font-weight: 700;
}
.cont-info-con .icon {
    height: 76px;
    width: 76px;
    /*color: #08ada7;*/
    color: #0172a3;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 74px;
    border-radius: 50%;
    /*border: 3px solid #08ada7;*/
    border: 3px solid #0172a3;
}
/*=======================================================
      List Style Featured
========================================================*/

.list-style-featured .row {
    margin-left: 0px;
    margin-right: 0px;
}
.list-style-featured .icon {
    height: 88px;
    width: 88px;
    position: relative;
    line-height: 80px;
    text-align: center;
    color: #ff89ad;
    background: #08ada7;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.list-style-featured .icon:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    height: 86px;
    width: 86px;
    left: 1px;
    top: 1px;
    border-radius: 50%;
}
.list-style-featured hr {
    background: #e5e5e5;
    margin: 15px 0;
}
.list-style-featured h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 1px;
    word-wrap: break-word;
}
.list-style-featured p {
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.list-style-featured span {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    color: #777777;
}
.list-style-featured li {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
    z-index: 9;
}
.list-style-featured li .icon:after {
    content: "";
    border-right: 1px dashed #ededed;
    position: absolute;
    height: 150px;
    right: 44px;
    z-index: -1;
    top: 55px;
}
.list-style-featured .media {
    overflow: inherit;
}
.list-style-featured ul li.lst .icon:after {
    display: none;
}
.list-style-featured .media-right .icon {
    margin-right: 0px;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.list-style-featured .text-right hr {
    float: right;
}
/*=======================================================
      Emergency
========================================================*/

.procsss {
    position: absolute;
    top: -150px;
    z-index: 999;
    background: none;
}
.procsss ul {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 30px;
}
.procsss ul li h6 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}
.procsss ul li p {
    color: #fff;
    margin: 0px;
}
.procsss .numb {
    display: inline-block;
    height: 45px;
    width: 45px;
    background: #ffc107;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.procsss li:hover .numb {
    background: #fff;
    color: #ffc107;
}
.news-post blockquote {
    border: none;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    line-height: 34px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #08ada7;
    padding: 30px 0;
    letter-spacing: 1px;
    position: relative;
}
.news-post blockquote i {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -27px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    height: 54px;
    width: 54px;
    margin: 0 auto;
    border-top: 1px solid #fb4848;
    border-radius: 50%;
    background: #fff;
    color: #fb4848;
}
/*=======================================================
      get-quote
========================================================*/

.get-quote label {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
}
.get-quote h3 {
    margin: 0px;
}
.get-quote label input {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ededed;
    margin-top: 10px;
    height: 40px;
    margin-bottom: 30px;
}
.ser-single .list-style li {
    width: 100%;
}
.latest-work .filter.tabs {
    height: auto;
    min-height: auto;
    background: none;
    text-align: center;
}
.latest-work .filter.tabs {
    margin-bottom: 50px;
}
.latest-work .filter.tabs li {
    display: inline-block;
    margin-bottom: 10px;
    margin: 0 5px;
}
.latest-work .filter.tabs li a {
    color: #999999;
    padding: 8px 20px;
    border: 2px solid #999999;
}
.latest-work .filter.tabs li a.active {
    color: #ffc107;
    border: 2px solid #ffc107;
}
.side-tittle {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #333333;
    font-weight: 700;
}
.flickr-steam {
    margin: 0 -5px;
    display: inline-block;
    width: 100%;
}
.flickr-steam li {
    padding: 0 5px;
    float: left;
    width: 25%;
    margin-bottom: 10px;
}
.flickr-steam li img {
    width: 100%;
}
/*=======================================================
			PRICING
========================================================*/

.pricing {
    padding-bottom: 120px!important;
}
.pricing article {
    text-align: center;
    border: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pricing h5 {
    font-weight: normal;
    margin-bottom: 50px;
}
.pricing .price-info {
    color: #969595;
    letter-spacing: 0.5px;
    line-height: 40px;
}
.pricing .price {
    padding: 0px 0;
    position: relative;
    z-index: 8;
    text-align: center;
    background-color: #576363;
    padding: 1px;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
.pricing .active .price {
    background-color: #08ada7;
}
.pricing .price p {
    font-size: 13px;
    color: #fff;
}
.pricing .price h5 {
    margin: 0px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
    word-wrap: break-word;
}
.pricing .pric {
    display: inline-block;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    z-index: 1;
    width: 40%;
    line-height: 64px;
    height: 64px;
    float: right;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-top: 20px;
}
.pricing .pric small {
    font-size: 20px;
    vertical-align: top;
    position: relative;
    top: -5px;
    font-weight: normal;
    margin-right: 5px;
}
.pricing .perid:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -10px;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #fafafa;
}
.pricing .perid {
    background: #fafafa;
    font-size: 18px;
    color: #425555;
    height: 64px;
    line-height: 64px;
    float: left;
    position: relative;
    width: 60%;
    margin-top: 20px;
    font-weight: 500;
}
.pricing .price h2 {
    font-weight: normal;
    color: #fff;
    font-size: 36px;
}
.pricing ul {
    padding: 30px 0;
}
.pricing ul li i {
    color: #777777;
    font-size: 20px;
    margin-bottom: 0px;
    display: inline-block;
}
.pricing ul li p {
    margin: 0px;
    font-size: 16px;
}
.pricing ul li {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}
.pricing .center .price {
    background-color: #08ada7;
}
.pricing article a.btn {
    background-color: #078f8a;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 46px;
    padding: 0 40px;
    position: relative;
    text-transform: none;
    z-index: 1;
}
.pricing article a.btn:hover {
    background-color: #333;
    color: #fff;
}
/* - Error Page */

.error-page {
    text-align: center;
}
.error-page h5 {
    font-weight: bold;
}
.error-page p {
    width: 70%;
    margin: 0 auto;
    font-family: 'Ubuntu';
    margin-top: 20px;
}
.cont-info {
    position: absolute;
    left: 25%;
    top: 100px;
    background: #fff;
    padding: 35px;
    border-right: 3px solid #1076bc;
    width: 330px;
}
.cont-info li p {
    font-family: 'Ubuntu';
    font-size: 15px;
    color: #999999;
}
.cont-info li {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}
.cont-info li:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0px;
}
.cont-info li i {
    font-size: 30px;
    width: 50px;
    text-align: center;
    color: #6183c1;
}
/*- Search page */

.search .page-header {
    border-bottom: none;
    margin: 0px;
    padding-bottom: 0;
}
.search .page-header .page-title {
    margin-top: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}
.search .searchform .input-group input {
    outline: none;
    box-shadow: none;
}
.search .searchform .input-group input:focus {
    outline: none;
    border-color: #ccc;
}
.search .searchpage .searchform .input-group .input-group-btn .btn.btn-default:hover,
.search .searchpage .searchform .input-group .input-group-btn .btn.btn-default:focus {
    outline: none;
    background-color: #08ada7;
    color: #fff;
}
/* - 404 Page */

.error404 .error-page .btn {
    background: #078f8a;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 46px;
    padding: 0 40px;
    position: relative;
    text-transform: none;
    z-index: 1;
}
.error404 .error-page .btn:focus,
.error404 .error-page .btn:hover {
    background: #333333;
    color: #fff;
}
/* Wordpress */

able,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
}
th {
    font-weight: 700;
    text-align: center;
}
th,
td {
    padding: 0.4em;
}
figure {
    margin: 0;
    max-width: 100%;
}
del {
    opacity: 0.8;
}
/* - Sticky */

.sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0 0.5em;
    text-transform: uppercase;
    z-index: 1;
    right: 55px;
    position: absolute;
}
/* - Alignments */

.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
/* - Media */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
audio,
canvas {
    display: inline-block;
}
embed,
iframe,
object,
video {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}
iframe {
    width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
    padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}
/* - Captions */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
/* - Galleries */

.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* Post Carousel */

.type-post .carousel-control {
    position: absolute;
    top: 44%;
    bottom: auto;
    background-image: none;
    border: none;
}
.type-post .carousel-control.left,
.type-post .carousel-control.right {
    color: #ddd;
    text-shadow: none;
    font-size: 25px;
    opacity: 1;
}
.type-post .carousel-control.left {
    left: 14px;
}
.type-post .carousel-control.right {
    right: 14px;
}
.type-post .carousel-control,
.type-post .carousel-control:hover,
.type-post .carousel-control:focus {
    background-color: transparent;
}
.type-post .carousel.slide {
    display: inline-block;
    width: 100%;
}
.site-main .content-left,
.site-main .sidebar-left {
    float: left;
    clear: left;
}
.site-main .content-right,
.site-main .sidebar-right {
    float: right;
    clear: right;
}
.bypostauthor {}
/* Widget */

.widget-area .widget {
    margin-bottom: 50px;
}
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}
.widget-area .widget .widget-title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget-area .widget .widget-title::after {
    width: 60px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    display: inline-block;
    background-color: #ccc;
}
/* -- Widget : Search */

.widget-area .input-group {
    border: 1px solid #e6e6e6;
}
.widget-area .input-group .form-control,
.widget-area .btn-default {
    height: 42px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.widget-area .input-group .form-control {
    letter-spacing: 0.4px;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.widget-area .form-control::-webkit-input-placeholder {
    color: #c1c1c1;
}
.widget-area .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #c1c1c1;
}
.widget-area .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #c1c1c1;
}
.widget-area .form-control:-ms-input-placeholder {
    color: #c1c1c1;
}
.widget-area .btn-default {
    color: #c1c1c1;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 22px;
}
.widget-area .btn-default,
.widget-area .btn-default:hover,
.widget-area .btn-default:focus {
    background-color: transparent;
    outline: none;
}
.widget-area .widget ul {
    padding-left: 0;
    list-style: none;
}
.widget-area .widget_rss ul li a,
.widget-area .widget_meta ul li a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_recent_entries ul li a,
.widget-area .widget_pages ul li a,
.widget-area .widget_categories ul li a,
.widget-area .widget_archive ul li a {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
}
.widget-area .widget_rss ul li a:focus,
.widget-area .widget_rss ul li a:hover,
.widget-area .widget_meta ul li a:focus,
.widget-area .widget_meta ul li a:hover,
.widget-area .widget_pages ul li a:focus,
.widget-area .widget_pages ul li a:hover,
.widget-area .widget_recent_entries ul li a:focus,
.widget-area .widget_recent_entries ul li a:hover,
.widget-area .widget_nav_menu ul li a:focus,
.widget-area .widget_nav_menu ul li a:hover,
.widget-area .widget_categories ul li:hover,
.widget-area .widget_categories ul li:hover a,
.widget-area .widget_archive ul li:hover,
.widget-area .widget_archive ul li:hover a,
.widget-area .widget_archive ul li a:focus,
.widget-area .widget_archive ul li a:hover .widget-area .widget_categories ul li a:focus,
.widget-area .widget_categories ul li a:hover {
    color: #08ada7;
    outline: none;
}
/* Widget Recent Post Width Thumb */

.widget-area .widget-recent-post .recent-content:first-of-type {
    margin-top: 15px;
}
.widget-area .widget-recent-post .recent-content {
    position: relative;
    padding-left: 90px;
    margin-top: 40px;
    display: inline-block;
}
.widget-area .widget-recent-post .recent-content:last-of-type {
    margin-bottom: 15px;
}
.widget-area .widget-recent-post .recent-content > a {
    position: absolute;
    left: 0;
    top: 0;
}
.widget-area .widget-recent-post .recent-content > a img {
    border-radius: 10px;
}
.widget-area .widget-recent-post .recent-content h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
}
.widget-area .widget-recent-post .recent-content h3 a {
    color: #333333;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: none;
}
.widget-area .widget-recent-post .recent-content > a:focus,
.widget-area .widget-recent-post .recent-content span a:focus,
.widget-area .widget-recent-post .recent-content h3 a:focus,
.widget-area .widget-recent-post .recent-content h3 a:hover {
    outline: none;
}
.widget-area .widget-recent-post .recent-content span a {
    color: #08ada7;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}
/* -- Widget : Tags */

.widget-area .widget_tag_cloud .tagcloud > a {
    border: 1px solid #08ada7;
    color: #08ada7;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 7px 10px 6px;
    text-transform: uppercase;
}
.widget-area .widget_tag_cloud .tagcloud > a:hover {
    background: #08ada7;
    border: 1px solid #08ada7;
    color: #fff;
}
/* Widget Categories With Dropdown */

.widget-area .widget_archive .screen-reader-text,
.widget-area .widget_categories .screen-reader-text {
    width: 100%;
    display: inline-block;
    color: #777;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 30px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
}
.widget-area .widget_archive option,
.widget-area .widget_archive select,
.widget-area .widget_categories option,
.widget-area .widget_categories select {
    letter-spacing: 1px;
    color: #777;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.55px;
    max-width: 100%;
    min-width: 100%;
    padding: 3px 6px;
    border: 1px solid #e6e6e6;
}
/* Widget Rss */

.widget-area .widget_rss .widget-title .rsswidget:last-of-type {
    color: #222;
    padding-left: 5px;
}
/*  widget Text */

.widget-area .widget_text p {
    color: #777;
    line-height: 26px;
    font-family: "Work Sans", sans-serif;
}
.widget-area .widget_text .textwidget option,
.widget-area .widget_text .textwidget select {
    max-width: 250px;
}
.widget-area .widget_text .textwidget select {
    padding: 6px 12px;
    font-family: "Work Sans", sans-serif;
    border: 1px solid #e6e6e6;
}
.widget-area .widget_text .textwidget select:focus {
    border: 1px solid #e6e6e6;
    outline: none;
}
.widget-area .widget_calendar th,
.widget-area .widget_calendar td {
    text-align: center;
}
/* Widget RSS */

.widget-area .widget_rss .rssSummary {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}
/* - Blog List */
/* - Pagination */

.pagination {
    width: 100%;
    margin: 65px 0 0;
    display: inline-block;
}
.single-post .type-post .screen-reader-text,
.pagination .screen-reader-text {
    display: none;
}
.pagination .nav-links {
    text-align: center;
}
.pagination .nav-links span,
.pagination .nav-links a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #08ada7;
    border-radius: 0 !important;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    padding: 7px 14px;
    text-align: center;
}
.pagination .page-numbers.current {
    background-color: #08ada7;
    color: #fff;
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
    border: 1px solid #08ada7;
    background-color: #08ada7;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.single-post .type-post .page-links > span,
.single-post .type-post .page-links a {
    border: 1px solid #a7a7a7;
    color: #777;
    font-size: 15px;
    padding: 5px 13px;
    margin: 3px;
}
.single-post .type-post .page-links a:focus,
.single-post .type-post .page-links a:hover {
    text-decoration: none;
    outline: none;
}
.single-post .type-post .page-links > span:focus,
.single-post .type-post .page-links a:focus,
.single-post .type-post .page-links > span:hover,
.single-post .type-post .page-links a:hover {
    border-color: #08ada7;
    background-color: #08ada7;
    color: #fff;
}
.single-post .type-post .page-links > span.page-links-title {
    color: #777;
}
.single-post .type-post .page-links > span.page-links-title:focus,
.single-post .type-post .page-links > span.page-links-title:hover {
    background-color: #08ada7;
    border-color: #08ada7;
    color: #777;
}
.single-post .type-post .page-links > span {
    color: #08ada7;
}
/* - Blog: Article */
/* - Type Post */

.type-post {
    margin-bottom: 30px;
}
.blog-list .type-post:last-of-type {
    margin-bottom: 0;
}
.post-info {
    position: relative;
    padding-left: 70px;
}
.date-post {
    background: #253030 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 26px;
    font-weight: bold;
    height: 100px;
    left: 0;
    line-height: 36px;
    padding: 10px 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}
.date-post a {
    color: #fff;
}
.date-post span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 5px;
}
.date-post span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 15px;
    height: 1px;
    margin: 0 auto;
}
.blog-section .type-post .type-post-in {
    margin-right: 0;
}
.type-post-in {
    background-color: #f9f9f9;
    padding: 25px;
    margin-right: 39px;
}
.type-post-in .entry-title {
    color: #36404b;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
    width: 100%;
    word-wrap: break-word;
}
.type-post-in .entry-title a:focus,
.type-post-in .entry-title a:hover {
    color: #08ada7;
}
.entry-meta.social-icon-share {
    margin-bottom: 15px;
    font-family: "Raleway", sans-serif;
}
.entry-meta.social-icon-share span {
    color: #576363;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    margin-left: 15px;
}
.entry-meta.social-icon-share span > a {
    color: #576363;
}
.entry-meta.social-icon-share span:first-child {
    margin-left: 0;
}
.entry-meta.social-icon-share span a:hover {
    color: #08ada7;
}
.entry-meta.social-icon-share span i {
    border: 1px solid #5b6767;
    border-radius: 50%;
    color: #5b6767;
    display: inline-block;
    font-size: 10px;
    height: 28px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
}
.entry-meta.social-icon-share .sl-count {
    margin-left: 0;
    margin-right: 0;
}
.single-read-more {
    border: 1px solid #6f6f6f;
    padding: 5px 15px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    color: #6f6f6f;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    line-height: 25px;
}
.single-read-more:hover {
    background-color: #08ada7;
    color: #fff;
    border-color: #08ada7;
}
/* - Blog Single */

.single .blog-single .type-post .type-post-in {
    margin-right: 38px;
}
.single .blog-single .type-post .entry-content-inner blockquote {
    border: medium none;
    color: #08ada7;
    padding: 30px 0;
    position: relative;
    text-align: center;
}
.single .blog-single .type-post .entry-content blockquote p {
    color: #08ada7;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 34px;
}
.single .blog-single .type-post .entry-content ul.image-content {
    padding-left: 0;
}
.single .blog-single .type-post .entry-content ul.image-content li {
    color: #6f6f6f;
    font-family: inherit;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    list-style: none;
}
.single .blog-single .entry-tags,
.single .blog-single .post-categoery {
    display: inline-block;
    width: 100%;
    color: #08ada7;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 16px;
}
.single .blog-single .entry-tags a,
.single .blog-single .post-categoery a {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}
.single .blog-single .entry-tags a:hover,
.single .blog-single .post-categoery a:hover {
    color: #08ada7;
}
.comments-area .comment-meta p,
.comments-area .comment-meta .says,
.comments-area h2 {
    display: none;
}
.comments-area .comment-meta {
    background-color: transparent;
    padding-bottom: 15px;
}
.comments-area .comment-author img {
    margin-right: 25px;
    margin-bottom: 25px;
}
.comments-area .comment-author .url {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.comments-area .comment-content p {
    color: #6f6f6f;
}
.comments-area .comment-reply-link {
    color: #08ada7;
    font-size: 12px;
}
.comments-area .comment-reply-link:hover {
    color: #000;
}
/* - Comment Form */

.comments-area .comment-form p textarea,
.comments-area .comment-form p input {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    min-height: 40px;
    padding: 6px 12px;
    color: #555;
}
.comments-area .comment-form p label {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
}
.comments-area .comment-form .form-submit {
    display: inline-block;
    margin-bottom: 0;
}
.comments-area .comment-form input[type="submit"] {
    background: #078f8a;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 46px;
    padding: 0 40px;
    position: relative;
    margin-top: 24px;
    z-index: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.comments-area .comment-form input[type="submit"]:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
/* - Accrodion */

.vc_general.vc_tta.vc_tta-accordion {
    margin-top: 100px;
    padding-bottom: 150px;
}
/*.service-image {
	padding-bottom: 150px;
}*/

.col-md-7.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 58.3333%;
}
.col-md-5.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 41.6667%;
    margin-bottom: 150px;
}
.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 20px;
}
.vc_tta.vc_general .vc_tta-panel:last-of-type {
    margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panel.vc_active,
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: transparent;
    border: none;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent!important;
    border-radius: 20px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent!important;
    border-color: #ececec!important;
    color: #333!important;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0 10px 70px;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    color: #333;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #333 !important;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-body {
    padding: 15px 15px 15px 80px;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a > i {
    background-color: #dfdfdf;
    border-radius: 20px;
    padding: 16px 23px;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a > i {
    background-color: #08ada7;
    border-radius: 20px;
    padding: 16px 23px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-color: #fff !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    bottom: 8px !important;
    top: 8px !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 70px !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    left: 16px;
    width: 15px;
    border-color: #fff;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    left: 16px;
    width: 13px;
    border-color: #fff;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 10px !important;
}
/* - Comment Area */

.comments-area {
    margin-top: 60px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
}
.comments-area .comment-body .comment-meta .comment-author.vcard .fn {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
.comments-area .comment-body .comment-metadata time {
    color: #a1b1bc;
    font-size: 14px;
    font-weight: normal;
    font-family: "Raleway", sans-serif;
}
.comments-area .comment-list li.comment {
    margin-top: 40px;
}
.comments-area .comment-list .comment-body {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0 0 30px 0;
    width: 100%;
}
.comments-area .comment-list {
    list-style: none;
}
.comments-area .children {
    list-style: none;
    padding-left: 80px;
}
.comments-area ol.comment-list:first-of-type {
    padding-left: 0;
}
.comments-area .comment-list {
    margin-bottom: 60px;
}
.comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
}
td {
    text-align: center;
}
.single .blog-single .page-links {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.single .blog-single .page-links span.page-links-title:hover {
    background-color: transparent;
}
/* - Home Slider */

.home-slider .tp-caption a {
    color: #fff;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
    background: rgba(255, 255, 255, 1)!important;
    border: 5px solid rgba(0, 0, 0, 1)
}
.hebe .tp-bullet {
    height: 6px;
    width: 6px;
    background: rgba(0, 0, 0, 0.5) !important;
}
.hebe .tp-bullet .tp-bullet-image {
    display: none !important;
}
/* Search Resul */

.search .searchpage article {
    margin-bottom: 20px;
}
.search .searchpage article:last-of-type {
    margin-bottom: 0;
}
.archive.tax-apoa_portfolio_tax .content-area article,
.archive.post-type-archive article {
    margin-bottom: 20px;
}
.archive.tax-apoa_portfolio_tax .content-area article:last-of-type,
.archive.post-type-archive article:last-of-type {
    margin-bottom: 0;
}