
/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

.bg-black{background: #000000}


/* ===================================
    Team Section
====================================== */

.testimonial-line{
    width: 5px;
    height: 3px;
    opacity: 0;
    background-color: #d00520;
    transition: width .5s ease-in;
    margin: 0 auto;
}

#testimonial-quote .owl-item.active .testimonial-line{
    opacity: 1;
    width: 140px;
}

.team-img {
    margin: 0 auto;
    max-width:80px;
    min-height: 80px;
    transform: scale(.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 0;
    overflow: hidden;
    transition: all .5s ease-in;
}

#testimonial-quote .owl-item.active .team-img{
    transform: scale(1);
}


.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote{
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
    text-align: center;
}

.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
    display: inline-block;
}

.testimonial-wrapp .quoted {
    background: #643094;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.testimonial-wrapp .testimonial-text {
    background: #f6f6f6;
    padding: 4.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}

.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
    background: #00bcd4;
}

.testimonial-wrapp:hover .testimonial-text{
    background: #643094;
    color: #fff;
}

.testimonial-quote,h1:active {opacity: 1;}

#owl-thumbs.owl-dots{
    text-align: center;
}

#owl-thumbs.owl-dots .owl-dot {
    background: transparent;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 60px;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -5px;
    border-radius: 50%;
    display: inline-block;
    opacity: .65;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
    border: 5px solid rgba(0,0,0,.3);
}
#owl-thumbs.owl-dots .owl-dot > img {
    width: 80%;
    -webkit-border-radius: 50%;
    border-radius: 0;
}

#owl-thumbs.owl-dots .owl-dot:first-child{
    margin-left: 0;
}

#owl-thumbs.owl-dots .owl-dot::after{
    display: none;
}

#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active{
    z-index: 5;
    opacity: 1;
    border: 5px solid rgba(255,255,255,.53);
    background-color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: solid 1px var(--sr-base);
}

.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
    border: 5px solid rgba(0,0,0,.53);
}

/* ===================================
   Media Queries
====================================== */

@media screen and (max-width:1199px) {

    .swiper-thumbnails { left: 24%;}
    .header-appear .side-nav-btn{left: 15px;}
    .side-logo-nav .social_icons{display: none}
    .top-fixed-nav .collapse .mr-0{margin-right: -30px !important;right: 0 !important;}
    .top-fixed-nav .side-nav-btn{left: 15px;}
    .slide-text{font-size:60px;font-weight: 700;}
    .side-logo-nav .side-nav-btn {
        position: inherit;
        top: 0;
        color: #000000;
        transition: all 0.3s ease;
        width: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        cursor: pointer;
        z-index: 99;
        -webkit-transition: all linear 300ms;
        margin-bottom: 5px;
        margin-left: 10px;
    }
    #pp-nav {
        display: none!important;
    }
    .slider-social {
        display: none!important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    /* section {
        padding: 9rem 0;
    } */
    html {
        scroll-behavior: smooth;
    }
    #aimated-cursor {
        display: none;
    }
    .bg-services, .bg-team,.bg-client, .bg-skills, .bg-awards, .portfolio-sec, .bg-contact {
        height: auto;
    }
    .portfolio-sec , .slider , .bg-contact {
        padding: 0;
    }
    .arrows-wrap {
        right: 38%;
        top: 100%;
    }
    #content-scroll {
        position: relative;
    }
}

@media screen and (max-width:991px) {

    .swiper-thumbnails { left: 12%;}
    .inner-wrapper .navbar-nav {-ms-flex-direction: column;flex-direction: column;}
    .side-nav .navbar-nav .nav-item{margin: 9px auto;}
    .side-menu.side-btn-style2 .btn-close{left: auto;right: 47px;}
    .top-fixed-nav a.logo{position: relative;top: 0;left: 0;transform: translateX(0);}
    .top-fixed-nav .side-nav-btn{position: relative;top: 0;left: 0;}
    header.header-appear .top-center-logo a.logo{top: 0;position: relative;left: 0;transform: translateX(0);}
    .header-appear .side-nav-btn {position: relative;top: -22px;left: 315px;}
    .header-appear .side-menu .btn-close{right:47px;left: auto;}

}


@media screen and (max-width: 767px) {
   
    .bg-services, .bg-team, .bg-skills, .bg-awards, .bg-client, .portfolio-sec, .bg-contact {height: auto; padding: 8rem 0; text-align: center;}
    .portfolio-sec {padding: 20px; text-align: center;height: 396px;}
    .bg-contact {padding: 4rem 0; text-align: center;}
    .swiper-thumbnails {display: none;}
    #services_slider h1{font-size: 1.75rem;}
    .logo-dark {margin-left: 20px;}


    .services-item .testimonial-line{
        width: 5px;
        opacity: 0;
        height: 3px;
        left: auto;
        position: relative;
        text-align: center;
        margin-bottom: 40px;
        background-color: #d00520;
    }
    #services_slider .owl-dots {
        position: relative;
        bottom: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .testimonial-quote {
        text-align: center;
    }
    .testimonial-quote h1 {font-size: 1.75rem}
    .team-img {margin: 0 auto;}
    .client-img {margin: 0 auto;}
    .testimonial-line {margin:  0 auto;}
    #owl-thumbs.owl-dots {
        text-align: center;}
    .caption-border.left::before {
        background-color: rgba(255, 255, 255, 0);
    }
    .caption-border.right::after {
        background-color: rgba(255, 255, 255, 0);
    }
    #content-scroll {
        position: relative;
    }
    .showcase-counter::after {
        display: none;
    }
    .showcase-counter::before {
        display: none;
    }
    .showcase-counter span {
        display: none;
    }
    .counter-wrap {
        display: none;
    }
    .arrows-wrap {
        right: 38%;
        top: 100%;
    }
    .tparrows {top: 95%!important;}

    #page-scroll .section{
        height: 100%;
    }
    #aimated-cursor {display: none;}

    .max-width {
        width:  105%;
    }
    .main-title {
        margin-bottom: 2.5rem;}
    .form-control.message {
        height: 90px;
    }
    .side-nav-btn {top: 25px;}
    .navbar-standard {padding: 18px 0;}
    .title {font-size: 2rem;}
}




