/* =============================================================================
#8. About SubPage
============================================================================= */

/* 8.1 About me*/
.about-location {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #888;
}
.about-location i {
    font-weight: 600;
}
.about-content-left .about-content{
    text-align: justify;
}
.bout-list-summry{
    margin-top: 30px;
}
.bout-list-summry li{
    display: inline-block;
}
.bout-list-summry li .icon-info{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
    transition: .3s;
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
    background: #11d6f0;
    border: 1px solid #11d6f0;
    color: #fff;
}
.bout-list-summry li .icon-info i{
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: visible;
}
.bout-list-summry li .details-info{
    padding-left: 50px;
}
.bout-list-summry li .details-info h6{
    margin-bottom: 0;
}
.bout-list-summry li .details-info p{
    font-size: 12px;
}


/* 8.2 Services */
.special-block-bg{
    background-color: #f7f9fc;
    padding: 60px 30px;
    position: relative;
}
.special-block-bg::before, .special-block-bg::after {
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
}
.special-block-bg::before {
    border-color: #11d6f0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #11d6f0;
    left: 0;
    top: 0;
}
.special-block-bg::after {
    border-color: rgba(0, 0, 0, 0) #11d6f0 #11d6f0 rgba(0, 0, 0, 0);
    bottom: 0;
    right: 0;
}
.service-block {
    position: relative;
    display: table;
    margin: 0;
    padding: 10px 10px 20px 0;
}

.service-block .service-icon {
    display: table-cell;
    width: 54px;
    padding-right: 25px;
    vertical-align: middle;
}

.service-block i {
    position: relative;
    font-size: 42px;
    color: #11d6f0;
    float: left;
}

.service-block .service-text {
    padding: 0;
    vertical-align: middle;
}

.service-block .service-text h4 {
    margin: 5px 0;
}

@media only screen and (max-width: 991px) {
    .bout-list-summry li {
        margin-bottom: 15px;
    }
    .special-block-bg {
        padding: 50px 15px;
    }
    .service-block .service-icon {
        width: 100% !important;
        padding-right: 0;
        display: block !important;
        float: left;
        margin-bottom: 10px;
    }
    .pulse-icon .icon-wrap{
        width: 45px !important;
        height: 45px !important;
    }
    .pulse-icon .circle-outer {
        width: 80px !important;
        height: 80px !important;
    }
}

/*8.3 Video Intro*/
.video-section {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 80px 0 60px 0;
}
.overlay {
    background: linear-gradient(-45deg,rgba(88, 195, 255,.8) 0,#11d6f0 40%,rgb(176, 236, 243) 100%);
    height: 100%;
    width: 100%;
    padding: 80px 30px;
}

.pulse-icon .circle,
.pulse-icon .pulse {
    border-radius: 50%;
    position: absolute
}

@keyframes gradient {
    0%,
    100% {
        background-position: 0 20%
    }
    50% {
        background-position: 100% 80%
    }
}

.pt-button-regular:hover {
    animation: gradient 8s ease infinite;
    color: #fff
}

.pulse-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.pulse-icon .icon {
    font-size: 30px;
    animation: grow-shrink 4s ease-out infinite;
    position: relative;
    top: 16px;
    left: 4px
}

.pulse-icon .circle-inner,
.pulse-icon .circle-outer {
    background: #fff;
    animation: grow-circles 4s linear infinite both
}

.pulse-icon a {
    color: #11d6f0;
    font-size: 40px;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.pulse-icon .icon-wrap {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 3
}

.pulse-icon .elements {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pulse-icon .circle-inner {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px
}

.pulse-icon .circle-outer {
    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px
}

.pulse-icon .pulse {
    animation: pulse-wave 4s linear infinite both
}

.pulse-icon .pulse-1 {
    border: 1px solid rgba(255, 255, 255, .55);
    width: 200px;
    height: 200px;
    top: -70px;
    left: -70px
}

.pulse-icon .pulse-2 {
    border: 1px solid rgba(255, 255, 255, .75);
    width: 300px;
    height: 300px;
    top: -120px;
    left: -120px
}

.pulse-icon .pulse-3 {
    border: 1px solid rgba(255, 255, 255, .85);
    width: 400px;
    height: 400px;
    top: -170px;
    left: -170px
}

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(.1)
    }
    50% {
        opacity: 1;
        transform: scale(.5)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes grow-circles {
    0%,
    30% {
        opacity: .85;
        transform: scale(1)
    }
    15% {
        opacity: 1;
        transform: scale(1.05)
    }
}

@keyframes grow-shrink {
    0%,
    30% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.1)
    }
}
@media only screen and (max-width: 768px) {
    .sub-title {
        display: none;
    }
    .video-section{
        margin: 50px 0;
    }
    .pulse-icon .circle-inner, .pulse-icon .pulse-1, .pulse-icon .pulse-2, .pulse-icon .pulse-3{
        display: none !important;
    }
}

/* 8.4 Fun Fact */
.counter-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    background: #f7f9fc;
    padding: 20px 10px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.counter-block::before, .counter-block::after {
    border-style: solid;
    border-width: 1px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
}
.counter-block::before {
    border-color: #11d6f0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #11d6f0;
    left: 0;
    top: 0;
}
.counter-block::after {
    border-color: rgba(0, 0, 0, 0) #11d6f0 #11d6f0 rgba(0, 0, 0, 0);
    bottom: 0;
    right: 0;
}
.counter-block i {
    position: relative;
    font-size: 40px;
    color: #11d6f0;
}
.counter-block h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.counter-block .counter-block-value {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    margin: 10px 0;
    color: #bfc4c5;
}


/* 8.5 Testimonials */

.testimonials {
    padding-bottom: 60px;
}
.testimonial-item {
    width: 100%;
    margin: 0 auto;
}

.testimonial-content {
    width: 100%;
    height: auto;
}

.testimonial-content .testimonial-review {
    padding: 1.4em 1.8em;
    background-color: #fff;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: -1;
}
.testimonial-review{
    background-color: #fff;
}
.testimonial-review:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 20px;
    color: #11d6f0;
    font-size: 30px;
}
.testimonial-review::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e5e5e5;
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-top-color: #fff;
}
.testimonial-content .testimonial-review p {
    margin: 0;
    padding-left: 50px;
}
.testimonial-credipt {
    margin-top: 10px;
    display: block;
    position: relative;
}
.testimonial-footer {
    padding-top: 15px;
}
.testimonial-avatar {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0;
    border-radius: 40px;
    z-index: 1;
    float: left;
}
.testimonial-avatar img {
    width: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #e5e5e5;
}
.testimonial-owner-content {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.testimonial-owner, .info-list li .title {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333333;
}
.testimonial-owner {
    display: inline-block;
    font-size: 1.07em;
    color: #222;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.testimonial-position {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 400;
    color: #888;
}
.testimonial-rating{
    margin-top: 8px;
}
.testimonial-rating li{
    display: inline-block;
    color: #fec42d;
}
.owl-dots {
    display: block;
    z-index: 9999;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.owl-dot {
    display: inline-block;
	outline: none !important;
}
.owl-dot span{
    width: 15px;
    height: 8px;
    border-radius: 15px;
    margin-left: 2px;
    margin-right: 2px;
    background: #ccc;
    border:none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-dot.active span{
    background: #11d6f0;
    width: 25px;
}

/* 8.6 Plugins */

.plugin-block {
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 15px 15px;
}

.plugins.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 100px;
}
@media only screen and (max-width: 768px) {
    .plugins.owl-carousel {
        padding-bottom: 0;
    }
    .testimonial-content{
        padding-left: 0;
    }
    .testimonial-content .testimonial-review {
        padding: 10px;
    }
    .testimonial-review:before {
        font-size: 25px;
    }
    .testimonial-content .testimonial-review p {
        padding-left: 45px;
    }
    .testimonial-credits {
        padding-left: 12px;
    }
    .testimonial-avatar {
        width: 60px;
        height: 60px;
    }
}
