/** 
    * Empty space
    * Hover effect
    * Custom hover
    * Row
    * Parallax
    * Row contact info
    * Title section
    * Contact info
    * Row welcome
    * Counters
    * Team member
    * Services
    * Accordion
    * Our services
    * Quote
    * Flat button
    * Price
    * Portfolio
    * Gallery portfolio
    * Portfolio sidebar
    * Flat item rating
    * Portfolio related
    * About us
    * Testimonials
    * Partner
    * Iconbox
*/

.our-iconbox li .title, .our-iconbox li p, .flat-button::before, .overlay-effect.portfolio-effect.bg_gradient {
    -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;
}

.portfolio-item .item-box, .flat-whyus.style2 .content-whyus, .flat-whyus.style2 .featured-whyus {
    position: relative;
}

/* Flat button
----------------------------------------------------------- */
.flat-button {
    color: #2bd383;
    display: inline-block;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 1px solid #2bd383;
    border-radius: 5px;
}

.flat-button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
       -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
         -o-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.flat-button:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.flat-button.bg-transparent {
    background: transparent;
}

.flat-button.bg-color {
    background: #2bd383;
    color: #ffffff;
}

.flat-button.bg-transparent.border_white {
    border-color: #ffffff;
}

/* Flat col */
.flat-one-half {
    width: 50%;
    float: left;
}
/* Row
----------------------------------------------------------- */
.flat-row {
    display: block;
    position: relative;
    clear: both;
    padding: 100px 0px 99px 0px;
}

.flat-row.row-nopadding {
    padding: 0px 0px;
}

.flat-row.row-border {
    border-bottom: 1px solid #f2f2f2;
}
.row-contact {
    padding: 89px 0px 80px 0px;
}

.row-welcome {
    padding: 94px 0px 99px 0px;
}

.row-counters {
    padding: 48px 0px 48px 0px;
}

.row-team {
    padding: 89px 0px 71px 0px;
}

.row-accordion {
    padding: 100px 0px 84px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.row-service {
    padding: 89px 0px 42px 0px;
}

.row-service.style2 {
    padding: 122px 0px 104px 0px;
}

.row-service.style3 {
    padding: 119px 0px 67px 0px;
}
.row-quote {
    padding: 77px 0px 85px 0px;
}

.row-quote.style2 {
    padding: 109px 0px 115px 0px;
}

.row-price {
    padding: 124px 0px 130px 0px;
    background: #f5f5f5;
}

.row-portfolio {
    padding: 118px 0px 99px 0px;
}

.row-portfolio.style2 {
    padding: 93px 0px 100px 0px;
}

.row-portfolio.v1 {
    padding: 121px 0px 107px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.row-portfolio.v2 {
    padding: 123px 0px 102px 0px;
}

.row-portfolio.v3 {
    padding: 118px 0px 97px 0px;
}

.row-portfolio-single {
    padding: 101px 0px 99px 0px;
}

.row-related-portfolio {
    padding: 49px 0px 99px 0px;
}

.row-about {
    padding: 122px 0px 130px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.row-about.style3 {
    background: #1a1a23;
    border: none;
    padding: 0px 0px 98px 0px;
}

.row-choose-us {
    padding: 100px 0px 109px 0px;
}

.row-choose-us.style2 {
    padding: 104px 0px 135px 0px;
}
.row-testimonials {
    padding: 100px 0px 95px 0px;
}

.row-testimonials.style2 {
    padding: 105px 0px 90px 0px;
}

.row-testimonials.style3 {
    padding: 144px 0px 142px 0px;
}

.row-partner {
    padding: 26px 0px 20px 0px;
    background: #2bd383;
}

.row-partner.style2 {
    background: #f8f8f8;
    padding: 40px 0px 33px 0px;
}


.row-service.v3 {
    padding: 91px 0px 91px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.row-iconbox {
    padding: 40px 0px 40px 0px;
}

.row-recent-blogs {
    padding:  94px 0px 73px 0px;
}

/* Title section
----------------------------------------------------------- */
.title-section {
    margin-bottom: 29px;
}
.title-section .title {
    font-size: 36px;
    line-height: 48px;
    color: #1a1e1a;
    font-weight: 500;
}

.title-section .desc {
    line-height: 24px;
    color: #555;
    font-weight: 400;
    letter-spacing: 0.18px;
}

.title-section .title span {
    background: -webkit-linear-gradient(top left, #11998e, #38ef7d);
    background: -moz-linear-gradient(top left, #11998e, #38ef7d);
    background: -o-linear-gradient(top left, #11998e, #38ef7d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    font-weight: 600;
}

/* Empty space
----------------------------------------------------------- */
.divider {
    display: block;
    clear: both;
}

.divider.h5 {
    height: 5px; /* 1 */
}

.divider.h11 {
    height: 11px; /* 1 */
}

.divider.h25{
    height: 25px; /* 1 */
}

.divider.h35{
    height: 35px; /* 1 */
}

.divider.h30 {
    height: 30px; /* 1 */
}
.divider.h24 {
    height: 24px;
}

.divider.h27 {
    height: 27px;
}

.divider.h29 {
    height: 29px;
}

.divider.h36 {
    height: 36px; /* 1 */
}

.divider.h40 {
    height: 40px; /* 1 */
}

.divider.h47 {
    height: 47px;
}

.divider.h50 {
    height: 50px; /* 1 */
}

.divider.h52 {
    height: 52px;
}

.divider.h54 {
    height: 54px;
}

.divider.h55 {
    height: 55px;
}

.divider.h60{
    height: 60px; /* 1 */
}

.divider.h63 {
    height: 63px;
}

.divider.h62 {
    height: 62px;
}

.divider.h64 {
    height: 64px;
}

.divider.h65 {
    height: 65px;
}

.divider.h66 {
    height: 66px;
}

.divider.h68 {
    height: 68px;
}

.divider.h70 {
    height: 70px; /* 1 */
}

.divider.h75 {
    height: 75px;
}

.divider.h77 {
    height: 77px;
}

.divider.h80 {
    height: 80px;
}

.divider.h82 {
    height: 82px;
}

.divider.h96 {
    height: 96px;
}
/* Font weight */
.fontweight_600 {
    font-weight: 600!important; /* 1 */
}
/* Color */
.color_white {
    color:  #ffffff!important; /* 1 */
}
/* Line */
hr.line {
    margin: 0px;
    border-color: #f2f2f2;
}

/* Float */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* Margin */
.marginbottom16 {
    margin-bottom: 16px !important;
}

.marginbottom_17 {
    margin-bottom: 17px; /* 1 */
}

.marginbottom_25 {
    margin-bottom: 25px; /* 1 */
}

.marginbottom_27 {
    margin-bottom: 27px !important; /* 1 */
}

.marginbottom_40 {
    margin-bottom: 40px!important;/*  1 */
}

.marginbottom_61{
    margin-bottom: 61px; /* 1 */
}

.marginbottom70 {
    margin-bottom: 70px !important;
}

.marginbottom71 {
    margin-bottom: 71px !important;
}

.margintop_135 {
    margin-top: -135px;
}

.margintop_17 {
    margin-top: 17px!important; /* 1 */
}

.margintop_15 {
    margin-top: 15px!important; /* 1 */
}

.margintop_12 {
    margin-top: 12px!important; /* 1 */
}

.margintop_6 {
    margin-top: 6px!important; /* 1 */
}

.margintop_2 {
    margin-top: 2px; /* 1 */
}

.marginleft_213 {
    margin-left: 213px; /* 1 */
}

.marginleft_202 {
    margin-left: 202px; /* 1 */
}

.marginleft_194{
    margin-left: 194px; /* 1 */
}

.marginleft_180{
    margin-left: 180px; /* 1 */
}

.marginleft_128{
    margin-left: 128px; /* 1 */
}

.marginleft_100 {
    margin-left: 100px; /* 1 */
}

.marginleft_84 {
    margin-left: 84px; /* 1 */
}

.marginleft_70 {
    margin-left: 70px; /* 1 */
}

.marginleft_41 {
    margin-left: 41px;
}

.marginleft_45 {
    margin-left: 45px; /* 1 */
}

.marginleft_35 {
    margin-left: 35px; /*  1 */
}

.marginleft_18 {
    margin-left: 18px; /* 1 */
}

.marginright_100 {
    margin-right: 100px; /* 1 */
}

.marginright_43 {
    margin-right: 43px; /*  1 */
}

.marginright_39 {
    margin-right: 39px!important; /*  1 */
}

.marginright_35 {
    margin-right: 35px; /*  1 */
}

.marginright_34 {
    margin-right: 34px!important; /*  1 */
}

.marginright_29 {
    margin-right: 29px!important; /*  1 */
}

.marginright_19{
    margin-right: 19px!important; /* 1 */
}

.marginright_12{
    margin-right: 12px; /* 1 */
}
/* Padding */
.paddingleft_32 {
    padding-left: 32px; /* 1 */
}

.paddingbottom_54 {
    padding-bottom: 54px!important; /* 1 */
}

.paddingleft_17 {
    padding-left: 17px; /* 1 */
}

.paddingright_48 {
    padding-right: 48px; /* 1 */
}

.paddingleft_11 {
    padding-left: 11px; /* 1 */
}

.paddingright_15 {
    padding-right: 15px; /* 1 */
}
/* Text */
.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.text_capitalize {
    text-transform: capitalize;
}

/* Letter spacing */
.letter_spacing_0 {
    letter-spacing: 0px!important;/*  1 */
}

.letter_spacing_05 {
    letter-spacing: 0.5px!important;
}

.letter_spacing_06 {
    letter-spacing: 0.6px; /* 1 */
}

.letter_spacing_1 {
    letter-spacing: 1px; /* 1 */
}

.letter_spacing_23 {
    letter-spacing: 2.3px!important; /* 1 */
}

.letter_spacing_02 {
    letter-spacing: -0.2px !important;
}

.letter_spacing_014 {
    letter-spacing: 0.14px !important;
}

.letter_spacing_025 {
    letter-spacing: 0.25px !important;
}

.letter_spacing_03 {
    letter-spacing: 0.3px; /* 1 */
}

.letter_spacing_05 {
    letter-spacing: 0.5px !important;
}

.letter_spacing_003 {
    letter-spacing: 0.03px !important;
}

/* Flat contact
----------------------------------------------------------- */
.flat-contact ul.contact-info li,
.flat-contact ul.contact-info li a {
    font-size: 16px;
    line-height: 35px;
    font-weight: 300;
    color: #6e6e6e;
    letter-spacing: 0.4px;
}

.flat-contact ul.contact-info li {
    position: relative;
    padding-left: 24px;
}

.flat-contact ul.contact-info li::before {
    content: "";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 3px;
    color: #2bd383;
}

.flat-contact ul.contact-info li.address::before {
    content: "\f456";
}

.flat-contact ul.contact-info li.phone::before {
    content: "\f4b9";
}

.flat-contact ul.contact-info li.mail::before {
    content: "\f132";
}

.flat-contact ul.contact-info li.time::before {
    content: "\f3b3";
}

.flat-contact ul.contact-info li a:hover {
    color: #2bd383;
}

/* Style 2 */
.flat-contact ul.contact-info.style2 li {
    padding: 0px 0px;
    float: left;
    width: 33.33%;
    z-index: 1;
    overflow: hidden;
}

.flat-contact ul.contact-info.style2 li::before {
    content: "";
}

.flat-contact ul.contact-info.style2 li::after {
    content: "";
    width: 1px;
    height: 63px;
    background: rgba(239,239,239,0.1);
    position: absolute;
    top: 25px;
    right: 0;
}

.flat-contact ul.contact-info.style2 li:last-child::after {
    width: 0;
    height: 0;
}

.flat-contact ul.contact-info.style2 .box-info {
    padding: 25px 0px;
}

.flat-contact ul.contact-info.style2 .box-icon {
    float: left;
    margin:  13px 31px 0px 0px;
}

.flat-contact ul.contact-info.style2 .box-text {
    overflow: hidden;
}

.flat-contact ul.contact-info.style2 .box-text .title {
    font-weight: 400;
    line-height: 28px;
    color: rgba(255,254,254,0.6);
}

.flat-contact ul.contact-info.style2 li:hover .box-text .title{
    color: #ffffff;
}

.flat-contact ul.contact-info.style2 .box-text span {
    font-family: "Arial";
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    letter-spacing: 0.1px;
}

/* Style2 v1 */
.flat-contact ul.contact-info.style2.v1 .box-text .title {
    color:  #5c5b5b;
    font-size: 20px;
}

.flat-contact ul.contact-info.style2.v1 .box-text span {
    font-size: 24px;
    color:  #1a1e1a;
    font-weight: bold;
}

.flat-contact ul.contact-info.style2.v1 li::after {
    background: #efefef;
    top:  53px;
}

.flat-contact ul.contact-info.style2.v1 .box-info {
    padding:  53px 0px 46px 0px;
}

.flat-contact ul.contact-info.style2.v1 .box-icon {
    margin: 3px 26px 0px 0px;
}

/* Flat-colcontact */
.flat-colcontact{
    position: relative;
    float: left;
    padding: 0px 15px;
}

.flat-colcontact.c1{
    width: 52.5%;
}

.flat-colcontact.c2{
    width: 47.5%;
}

.flex-portfolio #portfolio-slider {
    margin-bottom: 30px;
}

.flex-portfolio #portfolio-carousel ul li {
    cursor: pointer;
}

.flat-contact.page-contact {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.4);
}

/* Maps */
.infobox {
    background: #2bd383;
    padding: 15px;
}

.infobox ul li{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

/* Contact-form */
.flat-contact .contact-form label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.flat-contact .contact-form {
    padding-top: 9px;
}

.flat-contact .contact-form input,
.flat-contact .contact-form textarea {
    padding: 5px 0px 2px 18px;
    line-height: 41px;
}

.flat-contact .contact-form textarea {
    height: 170px;
}

.flat-contact .contact-form .flat-button {
    padding: 9px 30px;
}

.flat-contact .contact-form .flat-button::before {
    background: #1a1e1a;
}

.flat-contact .contact-form .flat-button:hover {
    border-color: #1a1e1a;
}

/* Contact-form style2 */
.flat-contact .contact-form.style2 {
    padding: 0px;
    margin-left: 41px;
}

/* About us
-------------------------------------*/
/* Welcome */
.welcome-content p {
    font-weight: 400;
    letter-spacing: 0.03px;
    margin-bottom: 27px;
}

/* Flat-awards */
.flat-awards{
    overflow: hidden;
}
.flat-awards li.awards {
    float: left;
    width: 33.33%;
    background-color: #393939;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.flat-awards .awards .box-awards {
    padding: 35px 0px 33px 0px;
}

.flat-awards .awards .awards-icon {
    margin-bottom: 6px;
}

.flat-awards .awards .awards-icon i {
    font-size: 55px;
    line-height: normal;
    color: #2bd383;
}

.flat-awards .awards .title-awards {
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}
/* Flat whyus */
.flat-whyus {
    background: #1a1823;
}
.flat-whyus .list-whyus, .flat-whyus .flat-counters {
    position: relative;
    float: left;
}

/* List whyus */
.flat-whyus .list-whyus {
    width: 33%;
}

.flat-whyus .list-whyus >ul{
    padding: 36px 0px 23px 30px;
}

.flat-whyus .list-whyus >ul >li {
    margin-bottom: 12px;
}

.flat-whyus .list-whyus .number-list {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    line-height: 21px;
    float: left;
    margin-right: 21px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    -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;
}

.flat-whyus .list-whyus .number-list::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
       -moz-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
         -o-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
    -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;
}

.flat-whyus .list-whyus .number-list:hover {
    border-color: #2bd383;
}

.flat-whyus .list-whyus .number-list:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.flat-whyus .list-whyus .number-list span {
    font-family: "Arial";
    font-weight: bold;
    color: #fff;
}

.flat-whyus .list-whyus .text-list h6 {
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1px;
}

/* Featured-whyus */
.flat-whyus .featured-whyus {
    z-index: 1;
}
.flat-whyus .featured-whyus::before {
    content: "";
    border: 1px solid #2bd383;
    width: 95%;
    height: 103%;
    position: absolute;
    left: -14px;
    top: 20px;
    z-index: -1;
}

/* Style2 */
.flat-whyus.style2 {
    background:  #ffffff;
}

.flat-whyus.style2 .content-whyus .title-section {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 34px;
    margin:  0px 42px 0px 0px;
}

.flat-whyus.style2 .content-whyus .title-section .title {
    letter-spacing: 0.7px;
    font-weight: 600;
    margin-bottom:  36px;
}

/* Flat-counters */
.flat-counters .icon-counter {
    background: #2bd383;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    float: left;
    margin-right: 16px;
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    position: relative;
}

.flat-counters .icon-counter::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -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;
}

.flat-counters .icon-counter:hover::after {
    opacity: 1;
    -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
}

.flat-counters .icon-counter i {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -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;
}

.flat-counters .icon-counter:hover i {
    color: #2bd383;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
}

.flat-counters .text-counter {
    overflow: hidden;
}

.flat-counters .text-counter .number-counter {
    font-family: "Arial";
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #feffff;
}

.flat-counters .text-counter .name-counter {
    line-height: 20px;
    color: #d9d9d9;
    font-weight: 500;
    letter-spacing: 0.3px;
}
/* Style 2 */
.flat-counters.style2 {
    width: 67%;
}

.flat-counters.style2 .text-counter{
    width: 25%;
    float: left;
    padding: 40px 0px 46px 0px;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 1;
    -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;
}

.flat-counters.style2 .text-counter::before{
    content: "";
    width: 2px;
    height: 90px;
    background: rgba(255,255,255,0.05);
    position: absolute;
    top: 36px;
    left: 0px;
}
.flat-counters.style2 .text-counter::after {
    content: "";
    width: 101%;
    height: 110%;
    background: linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3); 
            box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -7px;
    left:0; 
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,5%,0);
       -moz-transform: translate3d(0,5%,0);
        -ms-transform: translate3d(0,5%,0);
         -o-transform: translate3d(0,5%,0);
            transform: translate3d(0,5%,0);
    -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;
}
.flat-counters.style2 .text-counter:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.flat-counters.style2 .text-counter .number-counter {
    font-size: 55px;
    line-height: 55px;
}

.flat-counters.style2 .text-counter .name-counter {
    color: #a4a2a9;
}

.flat-counters.style2 .text-counter:hover .name-counter {
    color: #ffffff;
}
/* Style3 */
.flat-counters.style3 {
    float:  none;
    padding:  52px 0px 0px 0px;
}
.flat-counters.style3 .item-counters {
    float:  left;
    width:  43.5%;
    margin-bottom: 25px;
}
.flat-counters.style3 .text-counter .number-counter, .flat-counters.style3 .text-counter .name-counter {
    color:  #1a1e1a;
}
/* Flat team */
.flat-team .team-member {
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.flat-team .team-member .team-content {
    background-color: #f9f9f9;
    text-align: center;
    padding: 103px 0px 34px 0px;
}

.team-member .team-content .name {
    color: #1a1e1a;
    margin-bottom: 7px;
}

.team-member .team-content .position {
    font-size: 20px;
    line-height: 31px;
    color: #2bd383;
    font-weight: 500;
    margin-bottom: 6px;
}

.team-member .team-content p {
    line-height: 24px;
    color: #717779;
    text-align: center;
    padding: 0px 17px 0px 17px;
    margin-bottom: 62px;
}

/* Flat accordion */
.flat-accordion .flat-toggle {
    margin-bottom: 18px;
}

.flat-toggle .toggle-title {
    color: #1a1e1a;
    background: #f7f7f7;
    border-radius: 25px;
    position: relative;
    padding: 14px 0px 9px 31px;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.flat-toggle .toggle-title span {
    width: 10px;
    height: 2px;
    background-color: #b7b7b7;
    position: absolute;
    top: 50%;
    right: 33px;
}

.flat-toggle .toggle-title span::after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #b7b7b7;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -5px;
}

.flat-toggle .toggle-title.active {
    background-color: #2bd383;
    color: #fff;
}

.flat-toggle .toggle-title.active span {
    background-color: #fff;
    right: 31px;
}

.flat-toggle .toggle-title.active span::after {
    width: 0;
}

.flat-toggle .toggle-content {
    display: none;
    padding: 14px 27px 0px 27px;
    overflow: hidden;
}

.flat-toggle .toggle-content p {
    line-height: 26px;
}

/* Box -image */
.box-image.owl-theme .owl-controls .owl-nav div {
    background-color: #dcdcdc;
    height: 30px;
    width: 30px;
    left: 16px;
    margin-top: -16px;
}

.box-image.owl-theme .owl-controls .owl-nav div.owl-prev::before,
.box-image.owl-theme .owl-controls .owl-nav div.owl-next::before {
    font-size: 20px;
    line-height: 28px;
}

.box-image.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 16px;
    left: auto;
}

.box-image.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.box-image.owl-theme .owl-controls .owl-nav div.owl-next:hover {
    background: #2bd383;
}

/* Flat iconbox */
.flat-iconbox {
    margin-bottom: 52px;
}

.flat-iconbox .box-icon {
    float: left;
    position: relative;
    margin-top: 9px;
    margin-right: 26px;
}

.flat-iconbox .box-icon img {
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

.flat-iconbox:hover .box-icon img {
    transform: rotateY(-180deg);
}

.flat-iconbox .box-content {
    overflow: hidden;
    padding-right: 20px;
}

.flat-iconbox .box-content .box-title {
    line-height: 36px;
    color: #1a1e1a;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.flat-iconbox .box-content p {
    font-weight: 400;
    line-height: 24px;
}
/* Style 2 */
.flat-iconbox.style2 {
    position: relative;
    border: 1px solid #f2f2f2;
    margin-bottom: 28px;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}
.flat-iconbox.style2 .box-icon {
    float: none;
    margin: 0px;
    text-align: center;
    color: #1a1e1a;
    font-weight: 500;
    margin: 36px 0px 33px;
    -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;
}
.flat-iconbox.style2:hover .box-icon {
        opacity:0;
}
.flat-iconbox.style2 .box-icon i {
    font-size: 55px;
    line-height: 56px;  
}
.flat-iconbox.style2 .box-icon .title-icon {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.flat-iconbox.style2 .box-content {
    padding: 20px 20px 20px 31px;
    color: #ffffff;
    width: 104%;
    height: 104%; 
    background: linear-gradient(120deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(120deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(120deg, #11998e, #38ef7d);
    background: -o-linear-gradient(120deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(120deg, #11998e, #38ef7d);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -2px;
    left: -7px;
    opacity: 0;
   visibility: hidden;
  
  
    -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;
 }

 .flat-iconbox.style2:hover .box-content {
     opacity: 1;
     visibility: visible;
 }

 .flat-iconbox.style2 .box-content .box-title {
     color: #ffffff;
     letter-spacing: 0px;
 }
 /* Style3 */
.flat-iconbox.style3 {
    margin-bottom: 60px;
}

 .flat-iconbox.style3 .box-icon {
    float: none;
    margin:  0px 0px 35px 0px;
    text-align: center;
 }

 .flat-iconbox.style3 .box-content {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding:  0px 0px 30px 0px;
 }

 .flat-iconbox.style3 .box-content .box-title {
    color: #2bd383;
    border-bottom: 1px solid rgba(252, 251, 250, 0.15);
    line-height: 67px;
    letter-spacing: 0px;
    margin-bottom: 24px;
 }

/* Flat quote */
.flat-quote .quote-content, .flat-quote .quote-button {
   position: relative;
}

.flat-quote .quote-content .quote-title {
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2px;
}

.flat-quote.style2 .quote-button {
    width: 100%;
}

.flat-quote .quote-button .flat-button {
    color: #fff;
    text-transform: none;
    padding: 8px 24px;
    margin: 11px 0px 0px 41px;
}
.flat-quote .quote-button .flat-button::before{
    background: #2bd383;
}

/* Style 2 */
.flat-quote.style2 .quote-button .flat-button {
    margin: 10px 0px 0px 0px;
}
/* Price
--------------------------------*/
.flat-price {
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -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;
}
.flat-price .price-header{
    padding-top: 36px;
    margin-bottom: 19px;
}

.flat-price .price-header .flat-value {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #2bd383;
    text-align: center;
    padding-top: 26px;
    margin: 0px auto 26px;
    position: relative;
}

.flat-price .price-header .flat-value span {
    display: block;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -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;
}

.flat-price .price-header .flat-value .price-number {
    font-family: "Arial";
    font-size: 36px;
    line-height: 36px;
    color: #1a1e1a;
}

.flat-price .price-header .flat-value .price-year {
    font-family: "Arial";
    font-size: 14px;
    line-height: 18px;
    color: #1a1e1a;
}

.flat-price .price-header .title-price {
    line-height: 31px;
    color: #1a1e1a;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}
.flat-price:hover .price-header .flat-value {
    background: #ffffff;
    border-color: #ffffff;
    z-index: 1;
}

.flat-price .price-header .flat-value::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 4px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

.flat-price:hover .price-header .flat-value::before {
    opacity: 1;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 1);
}

.flat-price:hover .price-header .flat-value span {
    color: #2bd383;
}

.flat-price:hover .price-header .flat-value span {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.flat-price .content-price {
    margin-bottom: 17px;
}

.flat-price .content-price li {
    line-height: 38px;
    color: #969696;
}

.flat-price:hover .content-price li {
    color: #dfefe7;
}

.flat-price .content-price li:hover {
    font-weight: 600;
    color: #ffffff;
}

.flat-price:hover .title-price {
    color: #ffffff;
}

.flat-price .btn-price {
    margin-bottom: 24px;
}

.flat-price .btn-price .flat-button {
    padding: 9px 70px;
}

.flat-price .btn-price .flat-button {
    color: #969696;
}

.flat-price:hover .btn-price .flat-button {
    background: #ffffff;
    color: #2bd383;
    border-color: #ffffff;
}

.flat-price .btn-price .flat-button::before {
    background: #1a1e1a;
}

.flat-price .btn-price .flat-button:hover {
    border-color: #1a1e1a;
    color: #ffffff;
}

/* Portfolio */
.flat-portfolio .portfolio-filter {
    border-bottom: 1px solid #f2f2f2;
    margin: 0px 0px 47px 41px;
}

.flat-portfolio .portfolio-filter li {
    display: inline-block;
    position: relative;
    margin: 0px 39px 0px 0px;
    line-height: 25px;
}

.flat-portfolio .portfolio-filter li::after {
    content: "";
    width: 0%;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2bd383;
}

.flat-portfolio .portfolio-filter li:hover::after {
    width: 100%;
}

.flat-portfolio .portfolio-filter li.active::after {
    width: 100%;
}

.flat-portfolio .portfolio-filter li.active a {
    color: #2bd383;
}

.flat-portfolio .portfolio-filter li.active a span {
    opacity: 1;
}

.flat-portfolio .portfolio-filter li a {
    font-weight: 500;
    color: #1a1e1a;
    position: relative;
}

.flat-portfolio .portfolio-filter li a:hover {
    color: #2bd383;
}

.flat-portfolio .portfolio-filter li a span {
    position: absolute;
    top: -20px;
    right: -30px;
    font-size: 12px;
    line-height: 37px;
    padding-right: 7px;
    color: #fff;
    z-index: 2;
    opacity: 0;
}

.flat-portfolio .portfolio-filter li a:hover span {
    opacity: 1;
}

.flat-portfolio .portfolio-filter li a span::after {
    content: "\f3fc";
    font-family: "Ionicons";
    color: #2bd383;
    font-size: 36px;
    line-height: normal;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
}

.flat-portfolio .portfolio-content {
    margin-left: -15px;
    margin-right: -15px;
}

.flat-portfolio .portfolio-content .portfolio-item {
    float: left;
    width: 33.33333333%;
    padding: 0px 15px 0px 15px;
    position: relative;
    margin-bottom: 30px;
}

.flat-portfolio .portfolio-item .thumb {
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}

.flat-portfolio .portfolio-item .thumb:hover .overlay-img{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    z-index: 2;
}
.flat-portfolio .portfolio-item .content {
    padding: 0px 0px 14px 0px;
}

.flat-portfolio .portfolio-item .content .title {
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 9px;
}

.flat-portfolio .portfolio-item .content .title a {
    color: #1a1e1a;
}

.flat-portfolio .portfolio-item .content .title:hover a {
    color: #2bd383;
}

.flat-portfolio .portfolio-item .content .meta-data li {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}

.flat-portfolio .portfolio-item .content .meta-data li::after {
    content: "/";
    font-size: 14px;
    line-height: 22px;
    color: #737373;
    position: absolute;
    top: 0;
    right: 0;
}

.flat-portfolio .portfolio-item .content .meta-data li:last-child::after {
    content: "";
}

.flat-portfolio .portfolio-item .content .meta-data li a {
    color: #737373;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding-right: 11px;
}

.flat-portfolio .portfolio-item .content .meta-data li a:hover {
    color: #2bd383;
}

/* Style 2 */
.flat-portfolio.style2 .portfolio-filter {
    margin: 0px 0px 73px 0px;
}

.flat-portfolio.style2 .portfolio-filter li {
    margin: 0px 36.5px 0px 2px;
}

.flat-portfolio.style2 .portfolio-item .thumb {
    margin-bottom: 0px;
}

.flat-portfolio.style2 .portfolio-item .thumb::before {
    width: 0px;
    height: 0px;
    background: transparent;
}

.flat-portfolio.style2 .portfolio-item .content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 43%;
    left: 0%;
    z-index: 2;
    overflow: hidden;
}


.flat-portfolio.style2 .portfolio-item .content .title {
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
}

.flat-portfolio.style2 .portfolio-item .content, .flat-price .price-header .title-price, .flat-price .content-price li, .flat-price .price-header .flat-value, .flat-portfolio.style2 .portfolio-item .content .title, .flat-portfolio.style2 .portfolio-item .content .meta-data, .flat-portfolio .portfolio-item .thumb img,
.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-prev::before, .flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-next::before, .flat-gallery .thumb-gallery li .thumb::before, .overlay-effect span,.overlay-img,
 .our-service.v3 .box-icon, .flat-iconbox .box-icon img, .flat-price .price-header .flat-value::before,
.flat-portfolio .portfolio-filter li::after, .flat-portfolio .portfolio-filter li a span {
    -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;
}

.flat-portfolio .portfolio-item:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.flat-portfolio.style2 .portfolio-item .content, 
.flat-portfolio.style2 .portfolio-item .content .meta-data {
    opacity: 0;
    visibility: hidden;
}

.flat-portfolio.style2 .portfolio-item:hover .content .title,
.flat-portfolio.style2 .portfolio-item:hover .content .meta-data,
.flat-portfolio.style2 .portfolio-item .content {
    opacity: 1;
    visibility: visible;
}

.flat-portfolio.style2 .portfolio-item .content .title a {
    color: #ffffff;
}

.flat-portfolio.style2 .portfolio-item .content .title a:hover {
    color: #1a1e1a;
}

.flat-portfolio.style2 .portfolio-item .content .meta-data {
}

.flat-portfolio.style2 .portfolio-item .content .meta-data li::after, .flat-portfolio.style2 .portfolio-item .content .meta-data li a {
    color: #ffffff;
}

.flat-portfolio.style2 .portfolio-item .content .meta-data li a:hover {
    color: #1a1e1a;
}

/* Style2 v1 */
.flat-portfolio.style2.v1 .title-section,.flat-portfolio.style2.v1 .portfolio-filter {
    position: relative;
   float: left;
}

.flat-portfolio.style2.v1 .portfolio-filter {
    border: none;
    float: right;
    margin:  18px 0px 0px 0px;
}

.flat-portfolio.style2.v1 .portfolio-filter li {
    margin:  0px 0px 0px 38px;
}

.flat-portfolio.style2.v1 .portfolio-item .content .title {
    font-size: 24px;
    line-height: 24px;
}

.flat-portfolio.style2.v1 .portfolio-item .content .meta-data li a {
    font-size: 20px;
}

/* Style2 v2 */
.flat-portfolio.style2.v2 .portfolio-content {
    margin:  0px;
}

/* Flat portfolio detail */
.flat-portfolio-detail .title {
    font-size: 24px;
    line-height: 28px;
    color: #1a1e1a;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.flat-portfolio-detail .flat-item-rating {
    margin-bottom: 17px;
}

.flat-portfolio-detail >p {
    letter-spacing: 0.25px;
}

.flat-portfolio-detail .meta-info {
    margin-bottom: 67px;
}

.flat-portfolio-detail .meta-info li {
    background-color: #f7f7f7;
    margin-bottom: 8.5px;
    line-height: 45px;
    letter-spacing: 0.3px;
    padding-left: 14px;
}

.flat-portfolio-detail .meta-info li span {
    font-weight: 600;
    color: #1a1e1a;
    margin: 0px 8px 0px 0px;
}

.flat-portfolio-detail .meta-info li a {
    font-weight: 300;
}

.flat-portfolio-detail .testimonial {
    background-color: #f7f7f7;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset; 
    padding: 27px 16px 30px 16px;
}

.flat-portfolio-detail .testimonial .title-testimonial {
    color: #1a1e1a;
    line-height: 21px;
    margin-bottom: 12px;
}

.flat-portfolio-detail .testimonial .content-testimonial .avatar {
    float: left;
    margin: 4px 15px 0px 0px;
}

.flat-portfolio-detail .testimonial .content-testimonial .text-content {
    overflow: hidden;
}

.flat-portfolio-detail .testimonial .content-testimonial p{
    line-height: 21px;
}
/* Flat gallery */
.flat-gallery .gallery {
    position: relative;
    margin-bottom: 30px;
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -30px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fdfbfc;
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 19px;
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-prev::before,
.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "";
    font-family: "ionicons";
    font-size: 36px;
    line-height: 62px;
    color: #969696;
    font-weight: 500;
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-prev::before {
    content: "\f3d2";
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "\f3d3";
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div:hover {
    background: linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    opacity: 0.7;
}

.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-prev:hover::before,
.flat-gallery .gallery.owl-theme .owl-controls .owl-nav div.owl-next:hover::before {
    color: #fff;
}

.flat-gallery .thumb-gallery {
    margin: 0px -15px;
}

.flat-gallery .thumb-gallery li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0px 15px;
}

.flat-gallery .thumb-gallery li .thumb {
    position: relative;
    overflow: hidden;
}

.flat-gallery .thumb-gallery li .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
       -moz-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
         -o-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
}

.flat-gallery .thumb-gallery li .thumb:hover::before {
    opacity: 0.7;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.flat-gallery .thumb-gallery li .thumb:hover .overlay-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
/* Flat about */
.flat-about .content-about, .flat-about  .featured-about{
    position: relative;
    float: left;
    padding: 0px 15px;
    width: 50%;
}
.flat-about .content-about .title {
    line-height: normal;
    letter-spacing: 9.8px;
    color: #1a1e1a;
    margin: 0px 0px 22px 2px;
}

.flat-about  .content-about p {
    line-height: 24px;
    margin-bottom: 24px;
}

.flat-about  .content-about .text-content {
    margin-bottom: 11px;
}

/* Flat testimonials */
.flat-testimonials .testimonials {
    cursor: w-resize;
}

.flat-testimonials .testimonials .message {
    background: #25211c;
    width: 53.6%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 16px 0px 16px 29px;
    margin-bottom: 23px;
}

.flat-testimonials .testimonials .message::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 47%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #25211c;
}

.flat-testimonials .testimonials blockquote {
    color: #d8d8d8;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.05px;
}

.flat-testimonials .testimonials .avatar {
    display: inline-block;
}

.flat-testimonials .testimonials .avatar .author-thumb {
    margin: 0px 0px 8px 0px;
}

.flat-testimonials .testimonials .avatar .author-thumb img {
    width: auto;
}

.flat-testimonials .testimonials .avatar .name {
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div {
    left: 6.5%;
    margin-top: -33px;
    background: transparent;
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div::before {
    content: "";
    font-family: 'ionicons';
    font-size: 55px;
    line-height: normal;
    font-weight: 500;
    color: #a8a6a7;
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div:hover::before {
    color: #2bd383;
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div.owl-prev::before {
    content: "\f3d2";
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "\f3d3";
}

.flat-testimonials.owl-theme .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 6.5%;
}

/* Style2 */
.flat-testimonials.style2 .testimonials .message {
    background: transparent;
    padding: 0px;
    width: 80%;
    margin-bottom: 14px;

}

.flat-testimonials.style2 .testimonials .message::before {
    content: '“';
    font-family: "Iskoola Pota";
    font-size: 242px;
    line-height: normal;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -47px 0px 0px -8px;
    color: #ffffff;
    background-image: linear-gradient(90deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background-image: -webkit-linear-gradient(90deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background-image: -ms-linear-gradient(90deg, rgba(17, 153, 42, 0.7), rgba(56, 239, 125, 0.7));
    background-image: -o-linear-gradient(90deg, rgba(17, 153, 42, 0.7), rgba(56, 239, 125, 0.7));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}

.flat-testimonials.style2 .testimonials blockquote {
    text-align: center;
    color: #d0d0cf;
    font-size: 16px;
    padding: 91px 0px 0px 0px;
    letter-spacing: 0.08px;
}

.flat-testimonials.style2 .testimonials .message::after {
    border: none;
    display: none;
}

.flat-testimonials.style2 .flat-item-rating {
    margin-bottom: 6px;
}

.flat-testimonials.style2 .signature {
    padding-left: 230px;
}

.flat-testimonials.style2.owl-theme .owl-dots {
    text-align: center;
    padding-top: 22px;
}

.flat-testimonials.style2.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #a6a7a5;
    margin: 2px;
}

.flat-testimonials.style2.owl-theme .owl-dots .owl-dot.active span,
.flat-testimonials.style2.owl-theme .owl-dots .owl-dot:hover span {
    background: #a6a7a5;
}

/* Hover effect
----------------------------------------------------------- */
.overlay-effect,
.service-effect, .awards-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.awards-effect{
    background: #292929;
}

.service-effect, .overlay-effect.bg_gradient {
    background: -webkit-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background:    -moz-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background:     -ms-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background:      -o-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background:         linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
}

.overlay-effect.bg_gradient {
    cursor: pointer;
    z-index: 2;
}

.overlay-effect.iconbox-effect.bg_gradient {
    z-index: -1;
}

.overlay-effect.portfolio-effect.bg_gradient {
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.portfolio-item:hover .item-box .overlay-effect.portfolio-effect.bg_gradient {
    opacity: 1;
    visibility: visible;
}

.overlay-effect.bg_color_383 {
    background: #2bd383;
}

.overlay-effect span {
    position: absolute;
    top: 40%;
    left: 42%;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}

.overlay-effect span::before {
    content: "\f121";
    font-family: "Ionicons";
    font-size: 36px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    font-weight: 500;
}

.overlay-effect span.arrow_forward::before {
    content: "\f30f";
}

/* Custom hover
-----------------------------------*/

.overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    margin: -31px 0px 0px -31px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}

.overlay-img i {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}
.overlay-img.style2 {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.overlay-img.style2 i {
    font-size: 46px;
}

.overlay-counter {
    position: absolute;
    top: -9px;
    left: 0;
    width: 101%;
    height: 116%;
    background: linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d);
    background: -o-linear-gradient(45deg, #11998e, #38ef7d);
    background: -ms-linear-gradient(45deg, #11998e, #38ef7d);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
    -o-transform: scale(0) rotate(-360deg);
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

/* Parallax
------------------------------------------*/

.parallax-contact-info {
    background-image: url('../images/parallax/parallax-contact-info.jpg');
}

.parallax-counters {
    background-image: url('../images/parallax/parallax-counters.jpg');
}

.parallax-quote {
    background-image: url('../images/parallax/parallax-quote.jpg');
}

.parallax-quote-style2 {
    background-image: url('../images/parallax/parallax-quote-style2.jpg');
}

.parallax-quote-style3 {
    background-image: url('../images/parallax/parallax-quote-style3.jpg');
}

.parallax-testimonials {
    background-image: url('../images/parallax/parallax-testimonials.jpg');
}

.parallax-testimonials-v2 {
    background-image: url('../images/parallax/parallax-testimonials-v2.jpg');
}

.parallax-testimonials-v3 {
    background-image: url('../images/parallax/parallax-testimonials-v3.jpg');
}

.parallax-iconbox {
    background-image: url('../images/parallax/parallax-iconbox.jpg');
}

/* Our services
------------------------------------------*/



/* Style2 */

.our-service.style2 {
    position: relative;
    border: 1px solid #f2f2f2;
    padding: 21px 0px 33px 0px;
    overflow: visible;
}

.our-service.style2 .box-icon {
    float: none;
    margin: 0px;
    text-align: center;
    color: #1a1e1a;
    font-weight: 500;
}

.our-service .box-icon i {
    font-size: 55px;
    line-height: normal;
    margin-bottom: -12px;
    color: #000000;
    display: block;
}

.our-service.style2 .box-icon .box-title {
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 2px;
}

.our-service.style2.col2 .box-icon .box-title {
    letter-spacing: 0.2px;
}

.our-service.style2 .box-icon {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.our-service.style2 .box-content {
    background: linear-gradient(45eg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -webkit-linear-gradient(45deg, rgba(17, 153, 142, 0.7), rgba(56, 239, 125, 0.7));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 42, 0.7), rgba(56, 239, 125, 0.7));
    background: -o-linear-gradient(45deg, rgba(17, 153, 42, 0.7), rgba(56, 239, 125, 0.7));
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 19px 12px 12px 33px;
    position: absolute;
    top: -3px;
    left: -8px;
    width: 105%;
    height: 105%;
    color: #fff;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.our-service.style2:hover .box-icon {
    -webkit-transform: rotate(720deg) scale(0);
    -moz-transform: rotate(720deg) scale(0);
    -o-transform: rotate(720deg) scale(0);
    -ms-transform: rotate(720deg) scale(0);
    transform: rotate(720deg) scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.our-service.style2:hover .box-content {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    cursor: default;
}

.our-service.style2 .box-content .box-title {
    color: #fff;
}

.our-service.style2:hover .box-content .box-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.our-service.style2 .box-content p,
.our-service.style2 .box-content .box-title {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our-service.style2:hover .box-content p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.our-service.style2.col5 .box-icon i {
    margin: 4px 0px -15px 0px;
}

.our-service.style2.col6 .box-icon i {
    margin: -7px 0px -10px 18px;
}


/* V3 */

.our-service.v3 .box-icon {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.our-service.v3 .box-icon {
    width: 69px;
    height: 69px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.our-service.v3 .box-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #000000;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.our-service.v3:hover .box-icon::after {
    border-radius: 50%;
    border: 2px dashed #2bd383;
    -webkit-animation: spinAround 5s linear infinite;
    -moz-animation: spinAround 5s linear infinite;
    -ms-animation: spinAround 5s linear infinite;
    -o-animation: spinAround 5s linear infinite;
    animation: spinAround 5s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spinAround {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spinAround {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.our-service.v3 .box-icon::before {
    content: "";
    width: 50px;
    height: 50px;
    background: #5e5d65;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -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;
}

.our-service.v3:hover .box-icon::before {
    background: linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -webkit-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -o-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
}

.our-service.v3 .box-icon i {
    color: #fefefe;
    line-height: 70px;
}

.our-service.v3 .box-content {
    text-align: center;
    padding: 0px 40px;
}

.our-service.v3 .box-content p {
    text-align: center;
}

.our-service.v3 .box-content .box-title {
    margin-bottom: 15px;
}

.our-service.v3 .box-content .box-title:hover {
    color: #2bd383;
    cursor: default;
}




/* V3 */

.flat-portfolio.v3 .portfolio-filter {
    margin: 20px 0px 0px 0px;
}

.flat-portfolio.v3 .portfolio-filter li {
    margin: 0px -1px 0px 39px;
}

.flat-portfolio .portfolio-content.v3 {
    margin: 0px;
}

.flat-portfolio .portfolio-content.v3 .portfolio-item {
    width: 25%;
    padding: 0px;
    margin: 0px;
}

.flat-portfolio .portfolio-content.v3 .portfolio-item .thumb {
    margin: 0px;
}

/* Portfolio sidebar
---------------------------------------*/

.portfolio-sidebar .title {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #1a1e1a;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
}

.portfolio-sidebar .flat-item-rating {
    margin-bottom: 17px;
}

.portfolio-sidebar .flat-item-rating i {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #fed413;
    letter-spacing: -4.5px;
}

.portfolio-sidebar .detail {
    letter-spacing: 0.24px;
    margin-bottom: 61px;
}

.portfolio-sidebar .meta-info {
    margin-bottom: 71px;
}

.portfolio-sidebar .meta-info li {
    background: #f7f7f7;
    padding: 8px 0px 6px 14px;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.portfolio-sidebar .meta-info li:last-child {
    margin-bottom: 0px;
}

.portfolio-sidebar .meta-info li,
.portfolio-sidebar .meta-info li a {
    font-size: 14px;
    line-height: 28px;
    color: #737373;
    font-weight: 300;
}

.portfolio-sidebar .meta-info li span {
    font-weight: 600;
    color: #1a1e1a;
    padding-right: 9px;
    letter-spacing: 0.3px;
}

.portfolio-sidebar .testimonial {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    padding: 26px 0px 29px 16px;
}

.portfolio-sidebar .testimonial::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-sidebar .testimonial .title-testimonial {
    line-height: 21px;
    color: #1a1e1a;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.portfolio-sidebar .testimonial .avatar {
    float: left;
    margin: 4px 15px 0px 0px;
}

.portfolio-sidebar .testimonial .content p {
    line-height: 21px;
}

/* Flat item rating
--------------------------------------*/

.flat-item-rating i {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #fed413;
    letter-spacing: -4.5px;
}

/* Portfolio related
------------------------------------*/

.flat-related-portfolio .related-portfolio {
    margin: 0px -15px;
}

.flat-related-portfolio .related-portfolio .item {
    float: left;
    width: 25%;
    padding: 0px 15px;
}

.flat-related-portfolio .featured-portfolio {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
}

.flat-related-portfolio .content-portfolio {
    position: relative;
    background: #fafafa;
    padding: 11px 0px 17px 0px;
}

.flat-related-portfolio .content-portfolio::before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2px;
    background: #abaaaa;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -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;
}

.flat-related-portfolio .item:hover .content-portfolio::before {
    background: #2bd383;
    cursor: pointer;
    transform: translateX(5px);
}

.flat-related-portfolio .item:hover .content-portfolio .title-portfolio a {
    color: #2bd383;
}

.flat-related-portfolio .content-portfolio .title-portfolio {
    padding: 0px 0px 0px 70px;
}

.flat-related-portfolio .content-portfolio .title-portfolio,
.flat-related-portfolio .content-portfolio .title-portfolio a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #1a1e1a;
    letter-spacing: 0.2px;
}

/* About us
----------------------------------*/





/* Style3 */

.about-wrap.style3 .number-text .number span {
    font-size: 147px;
    line-height: 147px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
    margin-left: -5px;
    display: block;
    padding-bottom: 13px;
}

.about-wrap.style3 .number-text .sub-title {
    line-height: 48px;
    color: #817e88;
    text-transform: uppercase;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
    letter-spacing: 0.9px;
}

.about-wrap.style3 .content-about .title {
    color: #ffffff;
    letter-spacing: 0px;
    margin: 4px 0px 26px 7px;
    letter-spacing: 0.7px;
}

.about-wrap.style3 .content-about p {
    color: #a4a2a9;
    letter-spacing: -0.07px;
}

.about-wrap.style3 .content-about p.text2 {
    margin-bottom: 23px;
}

.about-wrap.style3 .flat-button {
    padding: 8px 28px 10px 30px;
}

.about-wrap.style3 .flat-button::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -webkit-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    background: -ms-linear-gradient(45deg, rgba(17, 153, 142, 1), rgba(56, 239, 125, 1));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 0.3s ease-in-out;
    -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;
}

.about-wrap.style3 .flat-button:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.about-wrap.style3 .featured-about {
    margin-top: 17px;
}

/* Testimonials
---------------------------------------*/


/* Style3 */

.flat-testimonials.style3 .testimonials .message {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0px;
    padding: 29px 0px 38px 29px;
    transition: all 0.3s ease-in-out;
    -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;
}

.flat-testimonials.style3 .testimonials .message .avatar {
    margin-bottom: 7px;
}

.flat-testimonials.style3 .testimonials .message .flat-item-rating {
    margin-bottom: 2px;
}

.flat-testimonials.style3 .testimonials blockquote {
    line-height: 24px;
    letter-spacing: 0.5px;
}

.flat-testimonials.style3 .testimonials blockquote p {
    line-height: 24px;
    margin-bottom: 25px;
}

.flat-testimonials.style3 .testimonials .message .signature {
    position: absolute;
    right: 71px;
    bottom: 16px;
}

.flat-testimonials.style3 .testimonials .message::after {
    display: none;
}

.flat-testimonials.style3.owl-theme .owl-controls .owl-nav div {
    left: 14.5%;
    margin-top: -30px;
}

.flat-testimonials.style3.owl-theme .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 14.5%;
}

/* Partner
-----------------------------------*/

.flat-partner {
    padding: 0px 40px;
}

.flat-partner.owl-carousel img {
    width: auto;
}

.flat-partner .partner {
    display: inline-block;
    padding: 0px 15px;
}

/* Iconbox
-----------------------------------*/

.our-iconbox {
    position: relative;
    background: #ffffff;
    z-index: 99;
    box-shadow: 5px 5px 95px 0px rgba(0, 0, 0, 0.2);
}

.our-iconbox li {
    float: left;
    width: 33.333%;
    padding: 0px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 45px 15px 0px 15px;
}

.our-iconbox li::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #f2f2f2;
}

.our-iconbox li:last-child::after {
    content: none;
}

.our-iconbox li p {
    text-align: center;
}

.iconbox .featured-iconbox {
    margin: 0px 0px 17px 3px;
}

.iconbox .content-iconbox {
    padding-left: 5px;
}

.iconbox .content-iconbox .title {
    line-height: 24px;
    color: #010101;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
}

.iconbox .content-iconbox p {
    line-height: 24px;
    margin-bottom: 42px;
}

.iconbox.col3 .featured-iconbox {
    margin: 2px 0px 18px -2px;
}

.iconbox.col3 .content-iconbox {
    padding: 0px;
}

.our-iconbox li:hover .title,
.our-iconbox li:hover p {
    color: #ffffff;
}
