/*---------------------
Table Of Content
-----------------------
01. Post-Gallery-style
02. Social-Share-Menu
03. Populer Post Widget
04. Addons-Button-Style
05. Page-Title
06. Feature-Box
07. CounterUp-Box
08. Feature-List
09. Testimonials
10. Team-Box-Style
11. KingComposer-Accordion-Style
12. Contact-Form-Style
13. Price-Table
14. Portfolio-Style
15. Info-Box
----------------------*/
/*---------------------
01. Post-Gallery-style
----------------------*/
.post-photo-gallery .gallery-item,
.post-photo-gallery .gallery-item img {
    margin-bottom: 0;
}


/*--------------------
02. Social-Share-Menu
---------------------*/

.share-menu {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 3px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.share-menu .info {
    display: inline-block;
    color: #28CC8B;
    font-size: 16px;
}

.share-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.share-menu a:hover {
    color: #28CC8B;
}

/*--------------------------
03. Populer Post Widget
---------------------------*/

.popular-post .post-meta {
    margin-bottom: 5px;
}

.popular-post .post-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    color: #334D88;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popular-post .item:first-child {
    padding-top: 0;
}

.popular-post .item .post-thumb {
    margin-bottom: 15px;
}

/*--------------------------
04. Addons-Button-Style
---------------------------*/
.button_7,
.button_6,
.button_5,
.button_4,
.button_3,
.button_2,
.button_1 {
    display: inline-block;
    padding: 13px 30px;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
    line-height: 1.6em;
}

.button_7 .icon,
.button_6 .icon,
.button_5 .icon,
.button_4 .icon,
.button_3 .icon,
.button_2 .icon,
.button_1 .icon {
    margin-right: 10px;
}

.button_7,
.button_6,
.button_1 {
    background-color: #334D88;
    color: #ffffff;
    border: 2px solid #334D88;
}

.button_1:hover {
    background-color: #23345c;
    border: 2px solid #23345c;
    -webkit-transform: translateZ(60px);
    transform: translateZ(60px);
    color: #ffffff;
}

.button_5,
.button_4,
.button_3,
.button_2 {
    border: 2px solid #23345c;
    color: #23345c;
}

.button_5:hover,
.button_4:hover,
.button_3:hover,
.button_2:hover {
    color: #ffffff;
}

.button_5:before,
.button_4:before,
.button_3:before,
.button_2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    background-color: #23345c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.button_2:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.button_3:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.button_3:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.button_4:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.button_4:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.button_5:before {
    -webkit-transform: scaleX(0) skewX(45deg);
    transform: scaleX(0) skewX(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.button_5:hover:before {
    -webkit-transform: scaleX(1) skewX(45deg);
    transform: scaleX(1) skewX(45deg);
}

.button_6 {
    -webkit-box-shadow: 0 0 0 0 #23345c;
    box-shadow: 0 0 0 0 #23345c;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.button_6:hover {
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 0 0 #23345c;
    box-shadow: 0 5px 0 0 #23345c;
}

.button_7:hover {
    color: #ffffff;
}

.button_7 .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.button_7:hover .icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.button_7 span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    opacity: 1;
}

.button_7:hover span {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.button_8 {
    font-weight: 500;
    display: inline-block;
}

.button_8:hover {
    color: #334D88;
}

.button_8 .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 58px;
    border: 2px solid #334D88;
    color: #334D88;
    text-align: center;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button_8:hover .icon {
    background-color: #334D88;
    color: #ffffff;
}

/*--------------------
05. Page-Title
---------------------*/
.page-title-box .page-title-bar {
    line-height: 1;
    margin-bottom: 15px;
}

.page-title-box .page-title-bar span {
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: #28CC8B;
    margin: 0 5px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    line-height: 1;
    border-radius: 5px;
}

.page-title-box .page-title {
    font-weight: 500;
    text-transform: capitalize;
}

/*---------------------
06. Feature-Box
----------------------*/
.feature-box {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box .icon {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
    color: #28CC8B;
}

.feature-box .title {
    color: #334D88;
    font-size: 22px;
    font-weight: 500;
}

.feature-box .angle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature-box .angle span {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box:hover .angle span {
    width: 25px;
    height: 25px;
    visibility: visible;
}

.feature-box .angle span:nth-child(1) {
    left: 0;
    top: 0;
    border-left: 1px solid #28CC8B;
    border-top: 1px solid #28CC8B;
}

.feature-box .angle span:nth-child(2) {
    top: 0;
    right: 0;
    border-right: 1px solid #28CC8B;
    border-top: 1px solid #28CC8B;
}

.feature-box .angle span:nth-child(3) {
    right: 0;
    bottom: 0;
    border-right: 1px solid #28CC8B;
    border-bottom: 1px solid #28CC8B;
}

.feature-box .angle span:nth-child(4) {
    left: 0;
    bottom: 0;
    border-left: 1px solid #28CC8B;
    border-bottom: 1px solid #28CC8B;
}

.feature-box.box_2,
.feature-box.box_5 {
    padding: 30px;
    border: 1px solid #ECEFF5;
}

.feature-box.box_7,
.feature-box.box_6,
.feature-box.box_3 {
    padding: 30px;
    border: 1px solid #ECEFF5;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 0 0 rgba(51, 77, 136, 0.1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box.box_6:hover,
.feature-box.box_3:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 10px 30px 0 rgba(51, 77, 136, 0.1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.feature-box.box_6,
.feature-box.box_5,
.feature-box.box_4 {
    text-align: center;
}


.feature-box.box_7 .icon {
    float: left;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background-color: #28CC8B;
    border-radius: 2px;
    text-align: center;
}

.feature-box .sup-title {
    display: inline-block;
    color: #28CC8B;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

/*-----------------------
07. CounterUp-Box
------------------------*/
.counter-box {
    text-align: center;
}

.counter-box .icon {
    font-size: 40px;
    line-height: 40px;
    color: #BBC3D7;
    margin-bottom: 30px;
}

.counter-box .counterup {
    color: #28CC8B;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 10px;
}

.counter-box .title {
    font-size: 15px;
    color: #95A3C1;
    font-weight: 500;
}

iframe {
    line-height: 1;
}

/*--------------------
08. Feature-List
---------------------*/
.single-feature-list .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.single-feature-list .desc ol,
.single-feature-list .desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-feature-list .desc ul li {
    margin-bottom: 3px;
}

.single-feature-list .desc ul li:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #28CC8B;
    margin-right: 10px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

/*------------------
09. Testimonials
-------------------*/
.single-testimonial {
    background-color: #ffffff;
}

.subtehc-testimonial.box_1 .single-testimonial {
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    overflow: hidden;
    margin: 15px;
    border-radius: 3px;
    border: 1px solid #ECEFF5;
}

.subtehc-testimonial.box_1 .single-testimonial .testi-content {
    padding: 30px;
}

.subtehc-testimonial.box_1 .single-testimonial .quote {
    margin-bottom: 20px;
    display: block;
}

.subtehc-testimonial .single-testimonial .quote span {
    border-right: 16px solid;
    border-bottom: 8px solid transparent;
    color: #28CC8B;
    width: 0;
    height: 0;
    margin-right: 10px;
}

.subtehc-testimonial.box_1 .single-testimonial .testi-content .desc {
    margin-bottom: 20px;
}

.subtehc-testimonial .single-testimonial .testi-content .name {
    font-size: 18px;
    font-weight: 500;
    color: #334D88;
    margin-bottom: 8px;
}

.subtehc-testimonial .single-testimonial .testi-content .posi {
    font-size: 14px;
    font-weight: 400;
    color: #667AA6;
    display: block;
}

/*-----------------------
9.2 Testimonials-Style-2
-----------------------*/

.subtehc-testimonial.box_4 .single-testimonial,
.subtehc-testimonial.box_3 .single-testimonial,
.subtehc-testimonial.box_2 .single-testimonial {
    border: 1px solid #ECEFF5;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    border-radius: 3px;
    position: relative;
}

.subtehc-testimonial.box_2 .single-testimonial {
    padding: 80px 30px 30px 30px;
    margin: 50px 15px 15px 15px;
}

.subtehc-testimonial.box_4 .single-testimonial .thumb,
.subtehc-testimonial.box_2 .single-testimonial .thumb {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    border: 5px solid #ffffff;
}

.subtehc-testimonial.box_3 .single-testimonial .quote,
.subtehc-testimonial.box_2 .single-testimonial .quote {
    position: absolute;
    right: 30px;
    top: -5px;
}

.subtehc-testimonial.box_2 .single-testimonial .testi-content .posi {
    margin-bottom: 15px;
}

.subtehc-testimonial .owl-controls {
    text-align: center;
    margin-top: 30px;
}

/*-----------------------
9.3 Testimonials-Style-3
-----------------------*/

.subtehc-testimonial.box_3 .single-testimonial {
    padding: 50px 30px 30px 30px;
    overflow: hidden;
}

.subtehc-testimonial.box_3 .single-testimonial .quote {
    right: auto;
    left: 30px;
}

.subtehc-testimonial.box_3 .single-testimonial .thumb {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    border: 5px solid #ffffff;
    float: left;
    margin-right: 15px;
}

.subtehc-testimonial.box_3 .single-testimonial .desc {
    margin-bottom: 30px;
}

.subtehc-testimonial.box_3 .single-testimonial .testi-content .name {
    display: inline-block;
    margin-top: 20px;
}

/*-----------------------
9.4 Testimonials-Style-4
-----------------------*/

.subtehc-testimonial.box_4 .single-testimonial {
    text-align: center;
    padding: 30px;
}

.subtehc-testimonial.box_4 .single-testimonial .desc {
    margin-top: 30px;
}

.subtehc-testimonial.box_4 .single-testimonial .thumb {
    position: static;
    top: 0;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
}


/*----------------------
10. Team-Box-Style
-----------------------*/
.single-team {
    background-color: #ffffff;
}

.single-team.box_2,
.single-team.box_3,
.single-team.box_1 {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team.box_2 {
    padding: 30px;
}

.single-team.box_2:hover,
.single-team.box_1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 30px 0 rgba(51, 77, 136, 0.2);
    box-shadow: 0 5px 30px 0 rgba(51, 77, 136, 0.2);
}

.single-team.box_1 .team-image {
    background-color: #D5DAE6;
}

.single-team.box_1 .team-details {
    padding: 25px;
    background-color: #ffffff;
}

.single-team.box_4 .team-details .title,
.single-team.box_3 .team-details .title,
.single-team.box_2 .team-details .title,
.single-team.box_1 .team-details .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-team.box_4 .team-details .position,
.single-team.box_3 .team-details .position,
.single-team.box_2 .team-details .position,
.single-team.box_1 .team-details .position {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.single-team.box_4 .team-details .team-social a,
.single-team.box_3 .team-details .team-social a,
.single-team.box_2 .team-details .team-social a,
.single-team.box_1 .team-details .team-social a {
    margin-top: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #28CC8B;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
}

.single-team.box_4 .team-details .team-social a:hover,
.single-team.box_3 .team-details .team-social a:hover,
.single-team.box_2 .team-details .team-social a:hover,
.single-team.box_1 .team-details .team-social a:hover {
    color: #ffffff;
    -webkit-box-shadow: 5px 3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 3px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #28CC8B;
}

.single-team.box_2 {
    text-align: center;
}

.single-team.box_3 .team-image,
.single-team.box_2 .team-image {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.2);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.2);
    border: 5px solid #ffffff;
    display: inline-block;
    margin-bottom: 15px;
}

.single-team.box_3 .team-image {
    margin-bottom: 0;
}

.single-team.box_3 {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
}

.single-team.box_3 .team-details {
    padding-left: 30px;
}

.single-team.box_4 {
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.1);
    border: 5px solid #ffffff;
    border-radius: 5px;
}

.single-team.box_4 .team-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.single-team.box_4:hover .team-details {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-------------------------------
11. KingComposer-Accordion-Style
--------------------------------*/
body .kc_accordion_section.group {
    margin-bottom: 20px;
    background-color: #F1F3F7;
}

body .kc_accordion_section > .kc_accordion_header {
    border: none;
    background-color: #F1F3F7;
    border-radius: 5px 5px 0 0;
    padding: 6px 15px;
}

body .kc_accordion_header > a {
    font-size: 20px;
    color: #334D88;
    font-weight: 400;
}

body .kc_accordion_header > a i {
    color: #28CC8B;
}

body .kc_accordion_header > span.ui-accordion-header-icon {
    color: #919FBF;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body .kc_accordion_content {
    border: none;
    background-color: #F1F3F7;
    padding: 0 15px 0 15px;
    font-size: 17px;
    color: #6276a3
}

body .kc_accordion_content .kc-panel-body {
    padding: 0 15px 15px 15px;
}

/*-----------------------
12. Contact-Form-Style
------------------------*/
.wpcf7-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.wpcf7-form .wpcf7-form-control {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 16px 15px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    max-height: 180px;
}

.wpcf7-form .wpcf7-submit {
    margin-bottom: 0;
    background-color: #28CC8B;
    padding: 18px 40px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    display: block;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #22aa74;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form .contact-form-1 .wpcf7-form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 18px 0;
    color: #ffffff;
}

.contact-form-1 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}

.contact-form-1 ::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.contact-form-1 :-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

.contact-form-1 :-moz-placeholder {
    /* Firefox 18- */
    color: white;
}


.wpcf7-form .contact-form-1 .wpcf7-submit {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    width: auto;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 18px 40px;
}

.wpcf7-form .contact-form-1 .wpcf7-submit:hover {
    color: #28CC8B;
    background-color: #ffffff;
}

/*---------------------
13. Price-Table
----------------------*/
.single-price {
    text-align: center;
    padding: 0 50px 50px 50px;
    border: 1px solid #ECEFF4;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 rgba(51, 77, 136, 0);
    box-shadow: 0 0 0 0 rgba(51, 77, 136, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-price:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-price .price-info {
    background-color: #97A4C2;
    color: #ffffff;
    padding: 5px 30px;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-price:hover .price-info {
    background-color: #729dfe;
}

.single-price .price-rate {
    color: #334D88;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
}

.single-price .price-rate small {
    font-weight: 400;
    font-size: 17px;
}

.single-price .price-name {
    color: #28CC8B;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-price .price-desc {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #E7EAF1;
}

.single-price .price-desc ol,
.single-price .price-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-price .price-desc li {
    margin: 7px 0;
}

/*--------------------
14. Portfolio-Style
---------------------*/
.portfolio-single {
    position: relative;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    min-height: 200px;
}

.grid .portfolio-single {
    margin-bottom: 30px;
}

.portfolio-single .portfolio-image,
.portfolio-single .portfolio-details {
    background-color: rgb(10, 10, 10);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1), transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1), transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1);
    border-radius: 2px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-single .portfolio-image {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.portfolio-single:hover .portfolio-image {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.portfolio-single .portfolio-details {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 30px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block;
}

.portfolio-single:hover .portfolio-details {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.portfolio-single .portfolio-details .inner {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(50px) scale(.94);
    transform: translateY(-50%) translateZ(50px) scale(.94);
    padding: 30px 30px 30px 40px;
}

.portfolio-details .title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
}

.portfolio-details .portfolio-category {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.owl-controls .owl-buttons > div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #28CC8B;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: -65px;
    top: calc(50% - 25px);
}

.owl-controls .owl-buttons > div.owl-next {
    left: auto;
    right: -65px;
}

.owl-controls .owl-buttons > div:hover {
    background-color: #28CC8B;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .owl-controls .owl-buttons > div {
        position: static;
    }
}

/*-------------------
15. Info-Box
---------------------*/

.info_box.box_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.info_box.box_2 {
    text-align: center;
}

.info_box.box_3 {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.info_box .info_icon {
    font-size: 18px;
    color: #28CC8B;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #28CC8B;
    margin-bottom: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.info_box:hover .info_icon {
    background-color: #28CC8B;
    color: #ffffff;
}

.info_box.box_1 .info_icon {
    margin-right: 30px;
}

.info_box.box_3 .info_icon {
    margin-left: 30px;
}

.info_box .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.info_box .desc {
    font-weight: 500;
    font-size: 15px;
}

.info_box.box_2 .desc {
    margin-bottom: 10px;
}

/*-------------------
16. Blog-Addons
--------------------*/
.popular-post .item .post-thumb,
.post-single .post-thumb {
    position: relative;
    overflow: hidden;
    display: block;
}

.popular-post .item .post-thumb img,
.post-single .post-thumb img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb img,
.post-single:hover .post-thumb img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

/*--------------------------
17. Instagram-widget-style
--------------------------*/
.instagram-pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget .instagram-pics li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 14px;
}

.instagram-pics.instagram-size-small li {
    width: calc(50% - 7px);
}

.instagram-pics.instagram-size-thumbnail li {
    width: calc(33.33% - 7px);
}

.instagram-pics.instagram-size-large li {
    width: 100%;
}

.instagram-pics li a {
    display: block;
    position: relative;
}

.instagram-pics li a:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background-color: #e4405f;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.instagram-pics li a:after {
    content: "\f06e";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.instagram-pics li:hover a:before {
    opacity: 1;
}