/*---------------------
Table Of Content
-----------------------
01. Social-Share-Menu
02. Populer-Post-Widget
03. Addons-Button-Style
05. Text-Box
06. Feature-Box
07. Page-Title
08. Testimonial-Box
09. Carousel-image-style
10. Lightbox-content
11. Team-Box
12. Contact-input
13. Counter-Icon
14. KingComposer-Accordion-Style
15. KingComposer-Tab-Style
16. Carousel-Post
17. Instagram-Feed
18. Price-table
----------------------*/

/*--------------------
01. Social-Share-Menu
---------------------*/
.share-menu {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 6px;
    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 a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 30px;
    border: 2px solid #1990EA;
    color: #1990EA;
    border-radius: 100px;
    margin: 5px 0;
    margin-right: 10px;
    min-width: 120px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.share-menu a:last-child {
    margin-right: 0;
}

.share-menu a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.share-menu a.facebook {
    color: #3b5999;
    border-color: #3b5999;
}

.share-menu a.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.share-menu a.twitter {
    color: #55acee;
    border-color: #55acee;
}

.share-menu a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.share-menu a.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}

.share-menu a.google-plus:hover {
    color: #ffffff;
    background-color: #dd4b39;
}

.share-menu a.linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.share-menu a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.share-menu a.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}

.share-menu a.pinterest:hover {
    color: #ffffff;
    background-color: #bd081c;
}

.share-menu a i {
    margin-right: 10px;
}

/*--------------------------
02. Populer-Post-Widget
---------------------------*/

.popular-post {
    overflow: hidden;
}

.popular-post .post-thumb {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.popular-post .post-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:before {
    opacity: 0.7;
}

.popular-post .post-thumb:after {
    content: "\f061";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:after {
    opacity: 1;
}

.popular-post .content {
    display: block;
}

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

.popular-post .post-meta > span {
    margin-right: 10px;
}

.popular-post .post-meta > span i.fa {
    font-size: 13px;
    color: #7028e4;
}

.popular-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7028e4;
    display: contents;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

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

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


/*--------------------------
03. Addons-Button-Style
---------------------------*/

.bttn:after {
    display: block;
    clear: both;
    content: "";
}


.button_2,
.button_1 {
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    display: inline-block;
    padding: 15px 40px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 0 15px 0 rgba(112, 40, 228, 0.2);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 0 15px 0 rgba(112, 40, 228, 0.2);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.button_1:hover,
.button_1:focus {
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0.2), 0 5px 30px 0 rgba(112, 40, 228, 0.5);
    box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0.2), 0 5px 30px 0 rgba(112, 40, 228, 0.5);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.button_2 .icon,
.button_1 .icon {
    margin-right: 10px;
    display: inline-block;
}

.button_2 {
    color: #7028e4;
    -webkit-box-shadow: inset 0 0 0 60px rgba(255, 255, 255, 1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, 1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.button_2:hover,
.button_2:focus {
    color: #7028e4;
    -webkit-box-shadow: inset 0 0 0 60px rgba(255, 255, 255, 0.9), 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, 0.9), 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.play_button {
    background: none;
    padding: 0;
    color: #233653;
}

.play_button:hover {
    color: #e641cd;
}

.play_button .icon {
    display: inline-block;
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #ffffff;
    margin-right: 30px;
    -webkit-box-shadow: 0 0 0 3px rgba(112, 40, 228, 0.1), 0 0 0 6px rgba(112, 40, 228, 0.1), 0 0 0 9px rgba(112, 40, 228, 0.1);
    box-shadow: 0 0 0 3px rgba(112, 40, 228, 0.1), 0 0 0 6px rgba(112, 40, 228, 0.1), 0 0 0 9px rgba(112, 40, 228, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.play_button:hover .icon {
    -webkit-box-shadow: 0 0 0 6px rgba(112, 40, 228, 0.1), 0 0 0 12px rgba(112, 40, 228, 0.1), 0 0 0 18px rgba(112, 40, 228, 0.1);
    box-shadow: 0 0 0 6px rgba(112, 40, 228, 0.1), 0 0 0 12px rgba(112, 40, 228, 0.1), 0 0 0 18px rgba(112, 40, 228, 0.1);
}

.big_button {
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 18px 40px;
    border-radius: 5px;
    display: inline-block;
    background-color: #103178;
    color: #ffffff;
}

.big_button:hover {
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #ffffff;
}


.big_button .icon {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 40px;
}

.big_button .content {
    float: left;
}

.big_button .content > span {
    display: block;
}

.big_button .content .button-label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.big_button .content .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

/*--------------------
05. Text-Box
---------------------*/
.text-box .top-title {
    font-weight: 500;
    margin-bottom: 10px;
    color: rgba(35, 54, 83, 0.60);
    margin-bottom: 15px;
}

.text-box .title {
    font-weight: 300;
    color: #233653;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.text-box .desc {
    margin-bottom: 40px;
}

/*--------------------
06. Feature-Box
---------------------*/

.feature-box {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box.box_2 {
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    border-radius: 6px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #ffffff;
}

.feature-box.box_2:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-box .icon.image {
    display: inline-block;
    margin-bottom: 30px;
}

.feature-box .icon.font {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #ffffff;
    border-radius: 3px;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box:hover .icon.font {
    color: #7028e4;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-box .icon.font:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box:hover .icon.font:before {
    opacity: 1;
}

.feature-box.box_2 .icon {
    display: inline-block;
}

.feature-box.box_3 {
    position: relative;
    padding-left: 80px;
}

.feature-box.box_2 .icon.image img,
.feature-box.box_1 .icon.image img {
    max-height: 100px;
    width: auto;
}

.feature-box.box_4 .icon.image img,
.feature-box.box_3 .icon.image img {
    max-width: 60px
}

.feature-box.box_3 .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.feature-box.box_4 {
    position: relative;
    padding-right: 80px;
    text-align: right;
}

.feature-box.box_4 .icon {
    position: absolute;
    right: 0;
    top: 5px;
}

.single-team .title,
.feature-box .title {
    color: #233653;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.more-button {
    margin-top: 15px;
}

.more-button {
    display: inline-block;
    color: #D63ED0;
    font-weight: 400;
    position: relative;
    padding: 2px 0;
}

.more-button:hover {
    color: #D63ED0;
}

.more-button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #D63ED0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.more-button:hover:before {
    width: 100%;
}

.feature-details {
    background-color: #ffffff;
    border: 2px solid #e9f4ff;
    padding: 40px;
}
.feature-details .feature-box.box_3 .icon {
    top: 0px;
}

.feature-details .feature-box.box_3 .title {
    font-weight: 600;
}

.feature-details .details {
    margin-top: 40px;
}

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

.feature-details .details li {
    color: #5f8aa6;
    margin-bottom: 10px;
}
.feature-details .details li:last-child {
    margin-bottom: 0px;
}

.feature-details .details li i {
    color: #6871fd;
    margin-right: 15px;
}
/*----------------------
07. Page-Title
-----------------------*/
.page-title {
    text-align: center;
    position: relative;
}

.page-title .title {
    color: #233653;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.page-title .dots {
    display: inline-block;
    text-align: center;
    width: 80px;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
}

.page-title .dots span {
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    height: 3px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
    border-radius: 2px;
}

.page-title .dots span:nth-child(2) {
    width: 80px;
}

.page-title .dots span:nth-child(2) {
    width: 50px;
}


/*-----------------------
08. Testimonial-Box
------------------------*/
.appark-testimonial.box_1 {
    text-align: center;
}

.appark-testimonial .single-testimonial {
    position: relative;
}

.appark-testimonial.box_1 .desc {
    color: #1c223a;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 50px;
}

.appark-testimonial .desc:before {
    content: '\f10d';
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 15px;
    opacity: 0.6;
}

.appark-testimonial .desc:after {
    content: '\f10e';
    font-family: 'fontawesome';
    margin-left: 5px;
    font-size: 15px;
    opacity: 0.6;
}

.appark-testimonial.box_1 .thumb {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .2)
}

.appark-testimonial .name {
    font-size: 20px;
    font-weight: 500;
    color: #1c223a;
    margin-bottom: 5px;
}

.appark-testimonial .posi {
    color: rgba(35, 54, 83, 0.6);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.appark-testimonial .rating {
    margin-top: 15px;
}

.appark-testimonial .rating i {
    font-size: 14px;
    line-height: 14px;
    margin: 3px;
    display: inline-block;
}

.appark-testimonial .rating.star-1 i:nth-child(-n+1) {
    color: #ffa60a;
}

.appark-testimonial .rating.star-2 i:nth-child(-n+2) {
    color: #ffa60a;
}

.appark-testimonial .rating.star-3 i:nth-child(-n+3) {
    color: #ffa60a;
}

.appark-testimonial .rating.star-4 i:nth-child(-n+4) {
    color: #ffa60a;
}

.appark-testimonial .rating.star-5 i:nth-child(-n+8) {
    color: #ffa60a;
}

.appark-testimonial.box_4 .single-testimonial,
.appark-testimonial.box_3 .single-testimonial,
.appark-testimonial.box_2 .single-testimonial {
    padding: 40px;
    -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);
    border-radius: 3px;
    margin: 15px;
    background-color: #ffffff;
}

.appark-testimonial.box_2 .name {
    padding-top: 0;
}

.appark-testimonial.box_2 .desc {
    color: #1c223a;
    font-size: 17px;
    margin-bottom: 15px;
}

.appark-testimonial.box_2 .thumb {
    margin-top: 15px;
}

.appark-testimonial.box_4 .thumb,
.appark-testimonial.box_3 .thumb,
.appark-testimonial.box_2 .thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.3);
    box-shadow: 0 0 15px 0 rgba(51, 77, 136, 0.3);
}

.appark-testimonial.box_2 .name {
    display: table-cell;
    padding-top: 12px;
}

.appark-testimonial.box_4 .thumb,
.appark-testimonial.box_3 .thumb {
    float: none;
    margin-bottom: 20px;
}

.appark-testimonial.box_4 .posi,
.appark-testimonial.box_3 .posi {
    display: block;
}

.appark-testimonial.box_4 .rating,
.appark-testimonial.box_3 .rating {
    margin-bottom: 30px;
}

.appark-testimonial.box_4 .single-testimonial {
    display: block;
    margin-top: 50px;
    padding-top: 60px;
    border: 1px solid #ededed;
}

.appark-testimonial.box_4 .thumb {
    position: absolute;
    top: -40px;
    background-color: #cdcdcd;
    border: 1px solid #ededed;
}


/*-------------------------
09. Carousel-image-style
--------------------------*/
.owl-carousel-images .owl-item .item {
    position: relative;
}

/*-----------------------
10. Lightbox-content
------------------------*/
.lightbox_content {
    position: relative;
    min-height: 240px;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.lightbox_content .bttn_play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #7028e4;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 1);
    z-index: 3;
}

.lightbox_content .bttn_play:hover {
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
}

.waves-block {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.waves-block .waves {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*--------------------
11. Team-Box
----------------------*/

.single-team {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 6px;
    -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);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

.single-team .team-image {
    overflow: hidden;
    position: relative;
}

.single-team .team-image img {
    width: 100%;
}

.single-team .team-image .team-overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover .team-image .team-overlay {
    opacity: 1;
}

.single-team .team-image .team-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    opacity: 0.8;
}

.single-team .team-image .team-overlay .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #7028e4;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.2);
}

.single-team .team-image .team-overlay .icon:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
}


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

.single-team .title {
    margin-bottom: 5px;
}

.single-team .position {
    color: rgba(35, 54, 83, 0.6);
    font-size: 15px;
    font-weight: 500;
}

.single-team .team-social {
    margin-top: 15px;
    margin-bottom: -6px;
}

.single-team .team-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 3px;
    border-radius: 50%;
    background: #e641cd;
    background: -webkit-gradient(linear, left top, right top, from(#e641cd), to(#7028e4));
    background: linear-gradient(to right, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #7028e4;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
}

.single-team .team-social a:hover {
    color: #ffffff
}

.single-team .team-social a:before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.single-team .team-social a:hover:before {
    opacity: 0;
}

/*--------------------------
12. Contact-input
--------------------------*/
.contact-form .input-box {
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 18px 20px;
    border: 2px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-form .input-box:focus {
    border: 2px solid #e641cd;
}

.contact-form textarea {
    height: 150px;
}

.contact-form .button_1 i {
    margin-left: 6px;
}


/*------------------------
13. Counter-Icon
-------------------------*/
.counter-box {
    text-align: center;
    padding: 50px 30px;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    -webkit-box-shadow: 5px 5px 30px 0 rgba(112, 40, 228, 0.3);
    box-shadow: 5px 5px 30px 0 rgba(112, 40, 228, 0.3);
}


.counter-normal .icon,
.counter-box .icon {
    margin-bottom: 30px;
    font-size: 30px;
}

.counter-normal .icon img {
    max-width: 60px;
}

.counter-normal .counterup,
.counter-box .counterup {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 300;
}

.counter-normal .counterup:after,
.counter-box .counterup:after {
    content: "+";
    font-size: 20px;
    margin-left: 5px;
}

.counter-normal {
    position: relative;
    text-align: center;
}

.counter-normal .title {
    display: inline-block;
}

.counter-normal .counterup {
    background: -webkit-linear-gradient(#e641cd, #7028e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
}

.counter-normal .icon {
    font-size: 50px;
    line-height: 50px;
    color: #7028e4;
}

/*-------------------------------
14. KingComposer-Accordion-Style
--------------------------------*/
body .kc_accordion_section.group {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-bottom: 0;
}

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

body .kc_accordion_header > a {
    font-size: 18px;
    color: #1c223a;
    font-weight: 500;
}

body .kc_accordion_header > a:before {
    content: "Q. ";
    font-weight: 600;
    color: #44bbff;
    margin-right: 2px;
    display: inline-block;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

body .kc_accordion_header > a i {
    color: #44bbff;
}

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

.kc_accordion_header > span.ui-accordion-header-icon:after,
.kc_accordion_header > span.ui-accordion-header-icon:before {
    content: "" !important;
    width: 12px;
    height: 3px;
    background-color: #1c223a;
    display: block;
    border-radius: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:after,
.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
    opacity: 1;
}

body .kc_accordion_content {
    border: none;
    background-color: #ffffff;
    padding: 0 15px 0 15px;
    font-size: 17px;
    color: #686b75
}

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

/*-------------------------------
15. KingComposer-Tab-Style
--------------------------------*/
body .kc_tabs > .kc_wrapper > .kc_tabs_nav {
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
    width: auto;
    float: none;
    padding: 0;
    border: 2px solid #1F91EB !important;
    border-radius: 100px;
    overflow: hidden;
}

body .kc_wrapper.ui-tabs {
    text-align: center;
}

body .kc_tabs {
    margin-bottom: 0;
}

.kc_tabs_nav ~ .kc_tab {
    padding-top: 30px;
}

body .kc_tabs > .kc_wrapper > .kc_tabs_nav,
body .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
    background: none;
}

body .kc_tabs > .kc_wrapper > .kc_tabs_nav {
    margin-bottom: 30px;
}

body .kc_tabs_nav ~ .kc_tab .kc_tab_content {
    padding: 0
}

body div.kc_row_inner[data-kc-equalheight=true] {
    width: 100% !important;
}



body .kc_tabs_nav > li:hover,
body .kc_tabs_nav > .ui-tabs-active:hover {
    background: none;
}

body .kc_tabs_nav > li {
    margin: -3px;
}

body .kc_tabs_nav > li > a,
body .nav-pills > li > a {
    color: #1F91EB;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 50px;
    line-height: 1.5em;
    border-radius: 100px;
    border: 2px solid transparent;
    z-index: 1;
}

body .kc_tabs_nav > li > a:hover,
body .nav-pills > li > a:hover {
    background: none;
    color: #1F91EB;
}


body .kc_tabs_nav > .ui-tabs-active > a:hover,
body .kc_tabs_nav > .ui-tabs-active > a {
    background: #1F91EB;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

/*-- Purple-Tabs --*/

body .purple.kc_tabs > .kc_wrapper > .kc_tabs_nav {
    border: 2px solid #823EDF !important;
}

body .purple .kc_tabs_nav > li > a,
body .purple .nav-pills > li > a {
    color: #823EDF;
}

body .purple .kc_tabs_nav > li > a:hover,
body .purple .nav-pills > li > a:hover {
    color: #823EDF;
}


body .purple .kc_tabs_nav > .ui-tabs-active > a:hover,
body .purple .kc_tabs_nav > .ui-tabs-active > a {
    background: #823EDF;
    color: #ffffff
}

body .kc-ui-progress {
    background-color: #10d596;
}

/*----------------------
16. Carousel-Post
-----------------------*/
.carousel-post .post-single .post-meta {
    margin-bottom: 5px;
}

.carousel-post .post-single .post-thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.carousel-post .post-single:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*---------------------------
17. Instagram-Feed
----------------------------*/
.widget .instagram-pics {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.widget .instagram-pics li {
    width: calc(50% - 5px);
    border-bottom: none;
    padding-bottom: 0;
}

.widget .instagram-pics.instagram-size-small li,
.widget .instagram-pics.instagram-size-thumbnail li {
    width: calc(33.33% - 5px);
}

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

.widget .instagram-pics li a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #7028e4;
    border-radius: 3px;
}

.widget .instagram-pics li a:after {
    content: "\f03e";
    font-family: 'fontawesome';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.widget .instagram-pics li a:before,
.widget .instagram-pics li a:after {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget .instagram-pics li a:hover:before,
.widget .instagram-pics li a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/*-------------------
18. Price-table
--------------------*/
.price-box {
    border-radius: 6px;
    padding: 50px 30px;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(112, 40, 228, 0.1);
    box-shadow: 0 0 30px 0 rgba(112, 40, 228, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.price-box:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #ffffff;
    z-index: -1;
    border-radius: 5px;
}

.price-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 50px 0 rgba(112, 40, 228, 0.3);
    box-shadow: 0 10px 50px 0 rgba(112, 40, 228, 0.3);
    z-index: 2;
}

.price-box .ribbon {
    position: absolute;
    right: -60px;
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #ffffff;
    padding: 0 10px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-box .price-title {
    color: #7028e4;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.price-box .price-rate {
    color: #233653;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    display: inline-block;
}

.price-box .price-time {
    color: #233653;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.price-box .price-content {
    margin-top: 40px;
    margin-bottom: 50px;
}

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

.price-box .price-content li {
    display: block;
    padding: 4px 0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-box.active .price-content li:last-child,
.price-box .price-content li:last-child {
    border-bottom: none;
}

.price-box.active .price-title,
.price-box.active .price-rate,
.price-box.active .price-time,
.price-box.active {
    color: #ffffff;
}

.price-box.active:before {
    opacity: 0;
}

.price-box.active .ribbon {
    background: #ffffff;
    color: #7028e4;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 767px) {}



/*----------------------
Subscribe-form-version-2
------------------------*/
.ss-vv-2 .subscribe-form .control {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.ss-vv-2 .subscribe-form .submit {
    background: #FF6757;
    background: linear-gradient(45deg, #FF6757 0%, #EBAE48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6757', endColorstr='#EBAE48', GradientType=1);
    color: #ffffff;
}

.ss-vv-2 .social-menu-list a {
    background: #FF6757;
    background: -webkit-gradient(linear, left top, right top, from(#FF6757), to(#EBAE48));
    background: linear-gradient(to right, #FF6757 0%, #EBAE48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6757', endColorstr='#EBAE48', GradientType=1);
    color: #FA7A53;
}

.ss-vv-2 .social-menu-list a:hover {
    color: #ffffff;
}

/*----------------------
Subscribe-form-version-3
------------------------*/
.ss-vv-3 .subscribe-form .control {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.ss-vv-3 .subscribe-form .submit {
    background: #28e4aa;
    background: linear-gradient(45deg, #28e4aa 0%, #41e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28e4aa', endColorstr='#41e6e6', GradientType=1);
    color: #ffffff;
}

.ss-vv-3 .social-menu-list a {
    background: #28e4aa;
    background: -webkit-gradient(linear, left top, right top, from(#28e4aa), to(#41e6e6));
    background: linear-gradient(to right, #28e4aa 0%, #41e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28e4aa', endColorstr='#41e6e6', GradientType=1);
    color: #28e4aa;
}

.ss-vv-3 .social-menu-list a:hover {
    color: #ffffff;
}

/*---------------------------
Contact-form-button-style
-----------------------------*/
.contact-2 .input-box:focus {
    border: 2px solid #FF6757;
}

.contact-2 .button_1 {
    background: #FF6757;
    background: -webkit-gradient(linear, left top, right top, from(#FF6757), to(#EBAE48));
    background: linear-gradient(to right, #FF6757 0%, #EBAE48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6757', endColorstr='#EBAE48', GradientType=1);
}

.contact-2 .button_1:hover {
    -webkit-box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0.2), 0 5px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0.2), 0 5px 30px 0 rgba(0, 0, 0, 0.3)
}
/*---------------------------
Contact-form-button-style
-----------------------------*/
.contact-3 .input-box:focus {
    border: 2px solid #28e4aa;
}

.contact-3 .button_1 {
    background: #28e4aa;
    background: -webkit-gradient(linear, left top, right top, from(#28e4aa), to(#41e6e6));
    background: linear-gradient(to right, #28e4aa 0%, #41e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28e4aa', endColorstr='#41e6e6', GradientType=1);
}

.contact-3 .button_1:hover {
    -webkit-box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0.2), 0 5px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 60px rgba(0, 0, 0, 0.2), 0 5px 30px 0 rgba(0, 0, 0, 0.3)
}