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


/*---------------------
01. Post-Gallery-style
----------------------*/

.post-photo-gallery .gallery-item,
.post-photo-gallery .gallery-item img {
    margin-bottom: 0;
}


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

.share-menu {
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
}

.share-menu a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    border: 2px solid #1990EA;
    color: #1990EA;
    margin-right: 10px;
    margin-bottom: 15px;
    min-width: 120px;
}

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

.share-menu a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
}

.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;
}


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

.widget_acrony_popular_posts .post-item {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.widget_acrony_popular_posts .has-post-thumbnail.post-item {
    padding-left: 120px;
}

.widget_acrony_popular_posts .post-item:last-child {
    margin-bottom: 0px;
}

.widget_acrony_popular_posts .post-item .post-pic {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100px;
}

.widget_acrony_popular_posts .post-item .title {
    margin-bottom: 5px;
    font-size: 16px;
    display: inline-block;
}

.widget_acrony_popular_posts .post-item .post-meta-list .icon {
    font-size: 14px;
}

.widget_acrony_popular_posts .post-meta .meta-item {
    margin-bottom: 0;
}


/*--------------------------
04. Addons-Button-Style
---------------------------*/

.bttn .icon {
    margin-right: 10px;
}

.button_1 {
    display: inline-block;
    padding: 18px 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #354A97;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.1);
}

.button_1:hover {
    -webkit-box-shadow: 0 15px 50px -16px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 50px -16px rgba(0, 0, 0, 0.5);
    color: #354A97;
    background-color: #ffffff;
}

.button_2 {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #354A97;
    background-color: transparent;
    border: 1px solid #354A97;
    border-radius: 3px;
}

.button_2:hover {
    color: #ffffff;
    background-color: #354A97;
}


/*--------------------
05. Text-Box
---------------------*/

.text-box .top-title {
    color: #1992ec;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.text-box .top-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: #1992ec;
    height: 100%;
}

.text-box .title {
    font-weight: 600;
    color: #1c223a;
    font-size: 38px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.text-box .desc {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
}


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

.feature-box.box_4,
.feature-box.box_3,
.feature-box.box_2,
.feature-box.box_1 {
    padding: 50px 35px;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 77, 136, 0.0);
    box-shadow: 0 0 0 0 rgba(51, 77, 136, 0.0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    text-align: center;
}

.feature-box.box_2 {
    background-color: transparent;
    border-radius: 0;
}

.feature-box.box_2:after {
    content: "\e031";
    font-family: 'simple-line-icons';
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.03);
    line-height: 120px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box.box_2:hover:after {
    opacity: 1;
}

.feature-box.box_4:hover,
.feature-box.box_2:hover,
.feature-box.box_1:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgba(51, 77, 136, 0.3);
    box-shadow: 0 5px 50px 0 rgba(51, 77, 136, 0.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #ffffff;
}

.feature-box.box_3 .icon,
.feature-box.box_2 .icon,
.feature-box.box_1 .icon {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: inline-block;
    color: #1992ec;
    font-size: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-width: 100px;
    min-height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box.box_4 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    background-color: #EAF2FE;
    color: #1992ec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    margin-bottom: 30px;
    padding-top: 35px;
}

.feature-box.box_4:hover .icon {
    padding-top: 0;
    background-color: #1992ec;
    color: #ffffff;
    font-size: 20px;
}

.feature-box.box_2 .icon:before,
.feature-box.box_1 .icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1992ec none repeat scroll 0 0;
    opacity: 0.03;
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: 5s linear 1s normal none infinite running border_animate;
    animation: 5s linear 1s normal none infinite running border_animate;
}

@-webkit-keyframes border_animate {
    0% {
        border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
    }
    25% {
        border-radius: 64% 60% 71% 56% / 60% 45% 80% 48%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 42% 42%;
    }
    100% {
        border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
    }
}

@keyframes border_animate {
    0% {
        border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
    }
    25% {
        border-radius: 64% 60% 71% 56% / 60% 45% 80% 48%;
    }
    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 42% 42%;
    }
    100% {
        border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
    }
}

.feature-box.box_1 .icon {
    padding: 40px;
}

.feature-box.box_3,
.feature-box.box_2 {
    text-align: left;
}

.feature-box.box_3 .icon,
.feature-box.box_2 .icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.feature-box.box_2 .icon:before {
    left: 5px;
}

.feature-box.box_2:hover .icon {
    color: #ffffff;
}

.feature-box.box_2 .icon:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: 5s linear 1s normal none infinite running border_animate_2;
    animation: 5s linear 1s normal none infinite running border_animate_2;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.feature-box.box_2 .icon:after,
.feature-box.box_2 .icon:before {
    background-color: #1992ec;
    opacity: 0.04;
}

.feature-box.box_2:hover .icon:after,
.feature-box.box_2:hover .icon:before {
    opacity: 0.50;
}

@-webkit-keyframes border_animate_2 {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
    25% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
    50% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    75% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }
    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
}

@keyframes border_animate_2 {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
    25% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
    50% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }
    75% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }
    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
}

.feature-box.box_3 .icon {
    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);
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.feature-box.box_3:hover .icon {
    -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);
}

.feature-box.box_3 .icon:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #1992ec;
    z-index: -1;
    margin: auto;
    border-radius: 100%;
    -webkit-animation: round_circle 6s linear infinite;
    animation: round_circle 6s linear infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@-webkit-keyframes round_circle {
    0% {
        -webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
        transform: rotate(0deg) translate(-50px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-50px) rotate(-360deg);
        transform: rotate(360deg) translate(-50px) rotate(-360deg);
    }
}

@keyframes round_circle {
    0% {
        -webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
        transform: rotate(0deg) translate(-50px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-50px) rotate(-360deg);
        transform: rotate(360deg) translate(-50px) rotate(-360deg);
    }
}

.feature-box.box_3:hover .icon {
    color: #ffffff;
}

.feature-box.box_3:hover .icon:after {
    -webkit-animation: none;
    animation: none;
    width: 100%;
    height: 100%;
}

.feature-box .title {
    color: #1c223a;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box:hover .title {
    color: #1992ec
}

.feature-box .bttn-more {
    margin-top: 30px;
}


/*----------------------
07. Page-Title
-----------------------*/

.page-title {
    text-align: center;
    position: relative;
}

.page-title .title {
    color: #1c223a;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}


/*-----------------------
08. Testimonial-Box
------------------------*/

.acrony-testimonial {
    text-align: center;
}

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

.acrony-testimonial .desc {
    color: #686b75;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.acrony-testimonial .desc:before {
    content: '\f10d';
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    top: -5px;
    position: relative;
}

.acrony-testimonial .desc:after {
    content: '\f10e';
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    top: -5px;
    position: relative;
}

.acrony-testimonial .thumb {
    width: 80px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-animation: 5s linear 1s normal none infinite running border_animate;
    animation: 5s linear 1s normal none infinite running border_animate;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

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

.acrony-testimonial .posi {
    font-size: 14px;
    font-weight: 500;
    color: #686b75;
    margin-bottom: 0;
}


/*-------------------
09. Price-table
--------------------*/

.price-box {
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 50px 30px;
}

.price-box:hover {
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.price-box .price-header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    z-index: 1;
}

.price-box .ribbon {
    position: absolute;
    right: -1px;
    top: 50px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: #1990EA;
    color: #ffffff;
    padding: 5px 20px 5px 25px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px 0 0 100px;
}

.price-header .icon {
    display: inline-block;
    width: 100px;
}

.price-box .price-title {
    color: #009ff5;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.price-box .price-rate {
    color: #1c223a;
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
}

.price-box .price-time {
    color: #686b75;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.price-box .price-content {
    color: #686b75;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
}

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

.price-box .price-content li {
    display: block;
    margin-bottom: 10px;
}

.price-box .price-content li:last-child {
    margin-bottom: 0;
}

.owl-carousel-images .owl-item .item {
    position: relative;
}


/*-----------------------
10. Lightbox-content
------------------------*/

.lightbox_content {
    position: relative;
    min-height: 240px;
    text-align: center;
    z-index: 1;
}

.lightbox_content .button_play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    color: #52ADEF;
    border-radius: 100%;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -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)
}

.lightbox_content .button_play:hover {
    background-color: #52ADEF;
    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)
}

.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: 1;
}

.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 {
    text-align: center;
}

.single-team .team-image {
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.single-team .team-image .team-social {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

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

.single-team .team-image .team-social a {
    color: #ffffff;
    font-size: 26px;
    display: inline-block;
    width: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}

.single-team:hover .team-image .team-social a {
    width: 40px;
}

.single-team .team-image .team-social a:hover {
    color: #1990EA;
}

.single-team .team-title-box .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.single-team .team-title-box .position {
    font-size: 14px;
    font-weight: 500;
    color: rgba(104, 107, 117, 0.5);
}


/*--------------------------
12. Contact-input
--------------------------*/

.contactform .input-box label {
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}

.contactform .input-box .form-input {
    width: 100%;
    padding: 13px;
    border-radius: 2px;
    border: 1px solid #b2c2e6;
    outline: none;
    color: #001157;
    background-color: #ffffff;
    max-height: 150px;
    margin-bottom: 30px;
}


/*------------------------
12.1 Contact-Form-Two
-------------------------*/

.contactform2 .input-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    padding-top: 5px;
    line-height: 1;
}

.contactform2 .input-box label {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contactform2 .input-box.focus label,
.contactform2 .input-box.has-content label {
    font-size: 12px;
    top: -5px;
    opacity: 0.5;
}

.contactform2 .input-box:after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contactform2 .input-box.focus:after,
.contactform2 .input-box.has-content:after {
    width: 100%;
}

.contactform2 .input-box .form-input {
    width: 100%;
    padding: 12px 0;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    outline: none;
    color: #ffffff;
    background-color: transparent;
    max-height: 150px;
    margin-bottom: 0;
}

.contactform2 .bttn-1 {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 50px;
}

.contactform2 .bttn-1:hover {
    background-color: #ffffff;
    color: #2490EA
}


/*-------------------------
13. Subscribe-form
--------------------------*/

.subscrie-form-1 {
    position: relative;
}

.subscrie-form-1 .submit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    background-color: #1990EA;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100%;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subscrie-form-1 .submit:hover {
    background-color: #1171bb;
}

.subscrie-form-1 .control {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    height: 80px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
}

.subscrie-form-1 .control:focus {
    border: 1px solid #1990EA;
}


/*------------------------
14. Counter-Icon
-------------------------*/

.counter-box {
    text-align: left;
}

.counter-box .icon {
    font-size: 40px;
    color: #0C83EC;
    line-height: 40px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}

.counter-box .counterup {
    font-size: 38px;
    line-height: 42px;
    color: #1c223a;
    margin-top: 15px;
    font-weight: 600;
}

.counter-box .counterup:after {
    content: "+";
}

.counter-box .title {
    font-size: 16px;
    font-weight: 500;
}


/*-------------------------------
11. 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: capitalize;
    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-content {
    padding: 25px 30px 30px 30px;
}

.carousel-post .post-single .post-content .meta-text {
    margin-bottom: 0;
}

.blog-small .meta-text .item {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    line-height: 15px;
}

.blog-small .meta-text .item:after {
    content: '-';
    margin: 0 10px;
}

.blog-small .meta-text .item:last-child:after {
    display: none;
}

.blog-small .meta-text .item i {
    margin-right: 5px;
    font-size: 12px;
    color: #354a97;
    opacity: 0.5;
}

.blog-small .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    max-height: 63px;
    overflow: hidden;
}


body .instagram {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: 0px 0px -8px 0px;
    padding: 0px;
}

body .instagram li {
    border-bottom: none;
    padding-bottom: 0;
    width: calc(33.33% - 5px);
    margin-bottom: 7px;
    line-height: 0px;
}

body .instagram a {
    position: relative;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.animate-circle-3,
.animate-circle-2,
.animate-circle-1 {
    position: relative;
    z-index: 1;
}

.animate-circle-3:before,
.animate-circle-2:before,
.animate-circle-1:before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F9FCFE;
    width: 40vw;
    height: 40vw;
    content: "";
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    /* -webkit-animation: 10s linear 1s normal none infinite running border_animate;*/
    /* animation: 10s linear 1s normal none infinite running border_animate;*/
}

.animate-circle-2:before {
    right: auto;
    left: 0;
}

.animate-circle-3:before {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-image: linear-gradient(120deg, #00C6FB 0%, #005BEA 100%);
    height: 100%;
    width: 60vw;
}

.widget_acrony_address_widget .icon-list li {
    display: block;
}

.widget_acrony_address_widget .icon-list li .icon {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
}


/* Button-Style */
.ex-bttn {
    border: 1px solid #ededed;
    padding: 20px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
}

.ex-bttn:hover {
    background-color: #ffffff;
}

.ex-bttn .icon {
    font-size: 30px;
    margin-right: 15px;
    color: #606def;
    transition: 0.5s;
}

.ex-bttn:hover .icon {
    color: #ffbe84;
}

.ex-bttn .button-label {
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5f8aa6;
    font-weight: 400;
    transition: 0.5s;
    letter-spacing: 3px;
}

.ex-bttn:hover .button-label {
    color: #5783a6;
}

.ex-bttn .button-text {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #001a3f;
    font-weight: 700;
    transition: 0.5s;
}

.ex-bttn:hover .button-text {
    color: #001a3f;
}

@media only screen and (max-width: 1170px) {
    .animate-circle-2:before,
    .animate-circle-1:before {
        display: none;
    }
    .animate-circle-3:before {
        width: 100%;
        height: 100%;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }
}
