/*--------------CSS INDEX------------
 * # Request Form Section
 * #-Client Logo
 * #-Hero Slider
 * #-About Us
 * #-Portfolio
 * #-Skill View Section
 * #-Single Progress
 * #-Testimonial
 * #-InfoBox
 * #-ContactForm
 * #-Pricing Plane
 * #-Accordion
 * #-Hero Section
 * #-Services List
 *
*/

/*
 * # Request Form Section
*/
.request-form-section-full{
    position: relative;
}
.request-form-section-full .container-fluid {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.request-form-section-full .container-fluid .full-content-column {
    position: relative;
    z-index: 1;
    padding: 100px 70px 80px 70px;
}
.request-form-section-full .container-fluid .image-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.request-form-section-full .full-content-column h2 {
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
}
.request-form-section-full .full-content-column  p {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 26px;
}
.single-input {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.single-input input {
    width: 100%;
    border: 1px solid #ddd;
    background: #dddddd2b;
    padding: 18px 18px;
    transition: all .4s ease;
    font-size: 14px;
}
.single-input input:focus {
    border-color: var(--primary-color);
}
.single-input select {
    width: 100%;
    border: 1px solid #ddd;
    background: #dddddd2b;
    padding: 18px 18px;
    transition: all .4s ease;
    font-size: 14px;
}
.single-input select:focus {
    border-color: var(--primary-color);
}
.single-input textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #dddddd2b;
    padding: 18px 18px;
    transition: all .4s ease;
    font-size: 14px;
    height: 140px;
}
.single-input textarea:focus {
    border-color: var(--primary-color);
}
.single-input  .nice-select {
    border-radius: 0px;
    width: 100%;
    border: 1px solid #ddd;
    background: #dddddd2b;
    padding: 18px 18px;
    transition: all .4s ease;
    font-size: 14px;
    height: 54px;
    display: flex;
    align-items: center;
}
.single-input  .nice-select:focus{
    border-color: var(--primary-color);
}
.single-input .nice-select ul.list {
    width: 100%;
    border-radius: 0px;
    height: 120px;
    overflow-y: auto;
}
.request-form-section-full-2 .rf-consultation-content {
    box-shadow: 0px 0px 15px 0px #d2d8d7;
    background: #fff;
    padding: 50px 50px;
    margin-left: -120px;
    max-width: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.request-form-section-full-2 .rf-consultation-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}
.request-form-section-full-2 .rf-consultation-content p {
    color: #555;
    line-height: 26px;
    margin-bottom: 25px;
}
/*
 * #-Client Logo
*/
.client-logo-item {
    padding: 0px 20px;
}
.clientlogo-slider-full .owl-prev {
    position: absolute;
    top: 18%;
    left: 0;
}
.clientlogo-slider-full .owl-next {
    position: absolute;
    top: 18%;
    right: 0;
}
.clientlogo-slider-full .owl-nav .hero-slider-nav {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.client-logo-item img {
    opacity: .7 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
}
.client-logo-item:hover img {
    opacity: 1 !important;
}
/*
 * #-Hero Slider
*/
.hero-slider-item.style-2 {
    position: relative;
    z-index: 1;
}
.hero-slider-item.style-2:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #000000;
    top: 0;
    bottom: 0;
}
.active .hero-slider-item.style-2:after {
    width: 100%;
    height: 100%;
}
.hero-slider-full.style-2 .owl-prev .hero-slider-nav {
    bottom: 70px !important;
    right: 0 !important;
    top: inherit;
    left: inherit;
}
.hero-slider-full.style-2 .owl-next .hero-slider-nav {
    bottom: 0 !important;
    right: 0 !important;
    top: inherit;
}
.hero-slider-item .center {
    text-align: center;
}
.hero-slider-item .right {
    text-align: right;
}
.active .hero-slider-item .center h2, .active .hero-slider-item  .center p{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .hero-slider-item .right h2, .active .hero-slider-item  .right p{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*
 * #-About Us
*/
.about-us-content .style-2list {
    padding-top: 20px;
}
.about-us-content .style-2list .single {
    width: 100%;
    overflow: hidden;
}
.about-us-content .style-2list .single {
    width: 100%;
    overflow: hidden;
}
.about-us-content .style-2list .single .icon {
    float: left;
    width: 60px;
    padding-right: 15px;
}
.about-us-content .style-2list .single .icon svg {
    width: 45px;
}
.about-us-content .style-2list .single .icon img {
    width: 45px;
}
.about-us-content .style-2list .single  .conent {
    overflow: hidden;
}
.about-us-content .style-2list .single .icon i {
    color: var(--primary-color);
    font-size: 42px;
}
.about-us-content .style-2list .single  .conent  h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 1;
}
.about-us-content .style-2list .single  .conent p {
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 26px;
}
.about-us-content  .style-2-call h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}
.about-us-content  .style-2-call h3 span{
    color: var(--primary-color);
}
/*
 * #-Portfolio
*/
.portfolio-cate-list-full.default-cate ul li {
    display: inline-block;
    margin: 2px 8px;
    position: relative;
    padding: 2px 0px;
    font-weight: 700;
    font-size: 14px;
    color: var(--body-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.portfolio-cate-list-full.default-cate ul li.mixitup-control-active {
    color: var(--primary-color);
}
.portfolio-cate-list-full.default-cate ul li:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--primary-color);
}
.portfolio-cate-list-full.default-cate ul li.mixitup-control-active:after {
    width: 100%;
}
.portfolio-cate-list-full.cate-style-2 ul li {
    display: inline-block;
    margin: 2px 3px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    transition: all .4s ease;
    cursor: pointer;
}
.portfolio-cate-list-full.cate-style-2 ul li.mixitup-control-active{
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.portfolio-cate-list-full.cate-style-3 ul li {
    display: inline-block;
    margin: 2px 3px;
    padding: 8px 16px;
    border: 1px solid var(--headding-color);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    transition: all .4s ease;
    cursor: pointer;
    color: #fff;
    background: var(--headding-color);
}
.portfolio-cate-list-full.cate-style-3 ul li:hover{
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.portfolio-cate-list-full.cate-style-3 ul li.mixitup-control-active{
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.portfolio-cate-section {
    overflow: hidden;
}
.p-projects-full .mp0-column {
    margin: 0;
    padding: 0;
}
/*
 * #-Skill View Section
*/
.skill-view-section-full.yes {
    position: relative;
    overflow: hidden;
}
.skill-view-section-full.yes .background-imag {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 500px;
    position: relative;
}
.skill-view-section-full.yes .row {
    box-shadow: 0px 0px 10px 0px #ddd;
    margin-bottom: 15px;
    margin-top: -200px;
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.skill-view-section-full .image-column {
    position: relative;
}
.skill-view-section-full .image-column .pattrn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.skill-view-section-full .image-column .main-img {
    margin-left: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.skill-view-section-full .image-column .text {
    position: absolute;
    left: 0px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px 10px 30px;
    background-color: var(--primary-color);
    border-radius: 0px 50px 50px 0px;
    z-index: 99;
}
.skill-view-section-full .image-column .text p{
    color: #fff;
}
.skill-view-section-full .image-column .text:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -30px;
    border-top: 30px solid #a2a2a2;
    border-left: 45px solid transparent;
}
.skill-view-section-full .content-column h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.skill-view-section-full .image-column .main-img img {
    width: 95%;
}
.skill-view-section-full .content-column h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.skill-view-section-full .content-column p {
    line-height: 30px;
    margin-bottom: 30px;
}

/*
 * #-Single Progress
*/
.single-progress h3 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--headding-color);
}
.progress {
    height: 6px;
    padding-top: 0px;
    background: #4d4d4d;
    border-radius: 5px;
    overflow: visible;
}
.progress-bar {
    height: 6px;
  border-radius: 5px;
  background-color: #222222;
  position: relative;
  overflow: visible;
  animation: animate 3s ease 0s 1 normal;    
  opacity: 1;
}
@keyframes animate{
    0%{
        width: 0%;
    }
}
.progress-bar .percent {
    position: absolute;
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 2px;
    top: -41px;
    right: -10px;
    font-size: 12px;
    font-weight: 700;
}
.progress .progress-bar .percent::after {
    position: absolute;
    content: '';
    top: 30px;
    left: 10px;
    border-top: 9px solid var(--primary-color);
    border-right: 9px solid transparent;
    border-left: 0px solid transparent;
}
.single-progress .progress-bar {
    background: var(--primary-color);
}
/*
 * #-Testimonial
*/
.testimonial-single {
    background: #fff;
    box-sizing: border-box;
    margin: 10px auto;
    width: 88%;
}
.testimonial-single-footer {
    overflow: hidden;
    width: 100%;
    padding: 20px 30px 30px 30px;
}
.testimonial-single-footer p {
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    color: #888;
}
.testimonial-single-header .thumbnail {
    width: 120px;
    margin-left: -30px;
    padding-top: 30px;
    float: left;
}
.testimonial-title {
    overflow: hidden;
    padding-top: 45px;
    padding-left: 20px;
}
.testimonial-title h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.testimonial-title p {
    font-size: 16px;
}
.ratting {
    margin-top: 8px;
    color: #f2ba13f5;
}
.testimonial-slider-full .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.testimonial-slider-full .owl-dots .owl-dot {
    margin: 0 6px;
    border: 0;
    background: none;
    cursor: pointer;
}
.testimonial-slider-full .owl-dots .owl-dot.active span {
    background: var(--primary-color);
}
.testimonial-slider-full .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 8px;
    height: 8px;
    position: relative;
    transition: all 0.3s ease;
}
.testimonial-slider-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}
.testimonial-slider-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}
.testimonial-slider-full .ratting {
    color: #f2ba13f5;
}
.testimonial-slider-full .ratting .no-rate {
    color: #333;
}
.testimonial-slider-full{
    position: relative;
}
.testimonial-slider-full .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.testimonial-slider-full .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}
.testimonial-slider-full .owl-nav  span.hero-slider-nav {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all .4s ease;
}
.testimonial-slider-full:hover .owl-nav  span.hero-slider-nav{
    opacity: 1;
}
.testimonial-item.style-2 {
    padding: 50px;
}
.testimonial-item.style-2 .thumbnail {
    margin-bottom: 30px;
}
.testimonial-item.style-2 .thumbnail img {
    width: 100px !important;
    border-radius: 50%;
    border: 8px solid var(--primary-color);
    border-left-color: rebeccapurple;
    border-right-color: #ff3c61;
    border-bottom-color: #000;
    margin: 0 auto;
    box-sizing: border-box;
}
.testimonial-item.style-2 .content{
    text-align: center;
}
.testimonial-item.style-2 .content p {
    color: var(--main-color);
    line-height: 30px;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 30px;
}
.testimonial-item.style-2 .content h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
.testimonial-item.style-2 .content h5 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 4px;
}
.testimonial-item.style-2 .content .ratting {
    margin-bottom: 6px;
}
.testimonial-item.style-3 {
    position: relative;
    padding: 40px;
    background: #fff;
    border: 2px solid #eeeeee94;
    overflow: hidden;
}
.testimonial-item.style-3 .thumbnail {
    max-width: 155px;
    float: left;
    margin-right: 20px;
}
.testimonial-item.style-3 .content {
    overflow: hidden;
}
.testimonial-item.style-3 .content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.testimonial-item.style-3 .content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2px;
}
.testimonial-item.style-3 .content h4 {
    color: var(--primary-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.testimonial-item.style-3 .btm-big-icon {
    position: absolute;
    bottom: -14px;
    right: 20px;
    font-size: 80px;
    color: #3333330f;
}
.testimonial-slider-full .style-3 .ratting {
    color: #f2ba13f5;
    margin-top: 0px;
}
.section-theme-testimonial {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 576px){
    .testimonial-single-footer p {
        font-size: 14px;
        line-height: 24px;
    }
    .testimonial-single-footer {
        padding: 20px 10px 20px 10px;
    }
    .testimonial-slider-full .owl-nav {
        display: none;
    }
    .testimonial-single-header .thumbnail {
        width: 80px;
        margin-left: -10px;
        padding-top: 30px;
    }
    .testimonial-title {
        overflow: hidden;
        padding-top: 30px;
        padding-left: 10px;
    }
    .testimonial-title h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .testimonial-title p {
        font-size: 16px;
    }
    .testimonial-item.style-2 .content p {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 14px;
    }
    .testimonial-item.style-2 .thumbnail {
        margin-bottom: 20px;
    }
    .testimonial-item.style-2 {
        padding: 30px 12px;
        padding-bottom: 10px
    }
    .testimonial-item.style-3 .thumbnail {
        max-width: 155px;
        float: left;
        margin-right: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
        float: inherit;
    }
    .testimonial-item.style-3 .content {
        overflow: hidden;
        text-align: center;
    }
    .testimonial-item.style-3 {
        padding: 40px 20px;
    }
    .testimonial-item.style-3 .content p {
        font-size: 15px;
        line-height: 25px;
    }
}
/*
 * #-InfoBox
*/
.info-box-single3 {
    background: var(--headding-color);
    text-align: center;
    padding: 20px 30px;
    padding-bottom: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    margin-top: 50px;
}
.info-box-single3:hover{
    transform: translateY(-10px);
    background: #dee1f2;
}
.info-box-single3 .icon {
    color: #fff;
    font-size: 40px;
    background: var(--headding-color);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -64px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.info-box-single3:hover .icon{
    background: var(--primary-color);
}
.info-box-single3 .content h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 900;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.info-box-single3:hover .content h2{
    color: var(--headding-color);
}
.info-box-single3 .content p {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    padding-top: 5px;
}
.info-box-single3:hover .content p{
    color: var(--main-color);
}
.info-box-single3 .content a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.info-box-single3:hover .content a{
    color: var(--primary-color);
}
.info-box-single3 .content a i{
    display: none;
}
.info-box-single3 .icon svg {
    fill: #fff;
    width: 38px;
}
.info-box-single3 .icon img {
    width: 42px;
}
.info-box-single4 {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #cccccc96;
    padding: 50px 20px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-box-single4:hover {
    background: var(--headding-color);
    color: #fff;
    transform: translateY(-10px) translateX(-5px);
}
.info-box-single4 .icon {
    width: 70px;
    height: 70px;
    background: var(--headding-color);
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-box-single4:hover .icon {
    background: var(--primary-color);
}
.info-box-single4 h2 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-box-single4:hover h2 {
    color: #fff;
}
.info-box-single4 p {
    font-size: 14px;
    line-height: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-box-single4:hover p{
    color: #fff;
}
.info-box-single4 a {
    display: inline-block;
    margin-top: 10px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-box-single4:hover a{
    color: #fff;
}
.info-box-single4 .icon svg {
    fill: #fff;
    width: 35px;
}
.info-box-single4 .icon img {
    width: 30px;
}
.info-box-single5 {
    padding: 40px 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -204% 75%;
}
.info-box-single5:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.info-box-single5:hover{
    background-position: 25% 75%;
}
.info-box-single5.active{
    background-position: 25% 75%;
}
.info-box-single5:hover:after{
    background: var(--primary-color);
    opacity: .6;
}
.info-box-single5.active:after{
    background: var(--primary-color);
    opacity: .6;
}
.info-box-single5 .icon {
    font-size: 55px;
    color: #fff;
}
.info-box-single5  .content h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 18px;
}
.info-box-single5  .content  p {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}
.info-box-single5 .content a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}
.info-box-single5 .content a i{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.info-box-single5 .content a:hover i{
    padding-left: 8px;
}
.info-box-single5 .icon svg {
    width: 50px;
    margin-bottom: 10px;
    fill: #fff;
}
.info-box-single5 .icon i{
    margin-bottom: 10px;
}
.info-box-single5 .icon img {
    width: 50px;
    margin-bottom: 10px;
}
/*
 * #-ContactForm
*/
.contact-form-full h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-input i {
    color: var(--primary-color);
    position: absolute;
    right: 11px;
    top: 18px;
}
.contact-form-sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 40px 30px;
}
.contact-form-sidebar-info::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary-color);
    opacity: .8;
}
.contact-form-sidebar-info h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.contact-form-sidebar-info .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.contact-form-sidebar-info .item:last-child{
    margin-bottom: 0px;
}
.contact-form-sidebar-info .item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    margin-right: 10px;
    float: left;
}
.contact-form-sidebar-info .item .content {
    overflow: hidden;
}
.contact-form-sidebar-info .item .content h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}
.contact-form-sidebar-info p {
    margin: 0;
    color: #ddd;
    font-size: 14px;
}
.contact-form-sidebar-info .item .icon svg {
    fill: var(--primary-color);
    width: 20px;
}
.contact-form-sidebar-info .contact-info-list {
    margin-top: 20px;
}
.contact-single-info-box {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.contact-single-info-box:hover{
    box-shadow: 0px 9px 19px 0px #d6d6d6;
}
.contact-single-info-box .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}
.contact-single-info-box .content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.contact-single-info-box .content  p {
    font-size: 15px;
    line-height: 27px;
    color: #999;
}
.contact-single-info-box .content  p a{
    color: #888;
}
.contact-single-info-box .content  p a:hover{
    color: var(--primary-color);
}
.contact-single-info-box .icon svg {
    fill: #fff;
    width: 28px;
}
/*
 * #-Pricing Plane
*/
.pricing-item {
    background: #fff;
    text-align: center;
    border: 2px solid #eeee;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pricing-item:hover {
    border-color: transparent;
    box-shadow: 0px 8px 17px 0px #eee;
}
.pricing-header {
    position: relative;
    padding: 30px 0px 50px 0px;
    z-index: 1;
    overflow: hidden;
}
.pricing-header::after {
    border-radius: 0 0 50% 50%;
    content: "";
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
    height: 100%;
    left: 0px;
    margin: 0 auto;
    opacity: .05;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pricing-item:hover .pricing-header::after{
    opacity: 1;
}
.pricing-item.active .pricing-header::after{
    opacity: 1;
}
.pricing-header h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #5f3afc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pricing-item.active .pricing-header h4 {
    color: #fff;
}
.pricing-item:hover .pricing-header h4 {
    color: #fff;
}
.pricing-header h2 {
    font-size: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pricing-item:hover .pricing-header h2 {
    color: #fff;
}
.pricing-item.active .pricing-header h2 {
    color: #fff;
}
.pricing-header .badge {
    position: absolute;
    top: 20px;
    right: -37px;
    background: #0d0044;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 40px;
    transform: rotate(50deg);
}
.pricing-content {
    padding: 30px 0px;
}
.pricing-content ul li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px dashed #eee;
    padding: 9px 0px;
}
.pricing-content ul li:last-child{
    border-bottom: none;
}
.pricing-item .pricng-btn {
    margin-bottom: 40px;
}
.pricing-item .pricng-btn a {
    display: inline-block;
    padding: 9px 24px;
    background: var(--primary-color);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all .4s ease;
    border: 1px solid var(--primary-color);
}
.pricing-item .pricng-btn a:hover{
    color: var(--primary-color);
    background: #fff;
}
.pricing-item .pricing-header span {
    transition: all .4s ease;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}
.pricing-item.active .pricing-header span {
    color: #fff;
}
.pricing-item:hover .pricing-header span {
    color: #fff;
}

.pricing-item2 {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #f0eaea;
}
.pricing-item2 h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 13px;
    text-transform: capitalize;
}
.pricing-item2 h2 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    line-height: 40px;
    margin-bottom: 20px;
}
.pricing-item2 h2 sub {
    color: #9192A6;
    font-size: 20px;
    padding-right: 4px;
}
.pricing-item2 h2 span {
    color: #9192A6;
    font-size: 20px;
    font-weight: 500;
}
.pricing-item2 ul li {
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 0px;
    border: none;
}
.pricing-item2 ul li i {
    color: #00c58d;
    background: rgba(0,197,141,0.1);
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
    margin-top: 0px;
    margin-right: 7px;
}
.pricing-item2 .pricing-btn {
    margin-top: 25px;
}
.pricing-item2 .pricing-btn a {
    display: inline-block;
    padding: 9px 24px;
    background: var(--primary-color);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all .4s ease;
    border: 1px solid var(--primary-color);
}
.pricing-item2 .pricing-btn a:hover{
    color: var(--headding-color);
    background: #fff;
    border-color: var(--headding-color);
}
.pricing-item2.active .pricing-btn a {
    color: #fff;
    background: var(--headding-color);
    border-color: var(--headding-color);
}
.pricing-item2.active .pricing-btn a:hover {
    background: #fff;
    color: var(--headding-color);
}
.pricing-item2.active {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-5px);
}
.pricing-item2.active h5{
    color: #fff;
}
.pricing-item2.active h5 label.badge {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 1;
    border-radius: 20px;
    padding-bottom: 6px;
    background: var(--headding-color);
}
.pricing-item2.active h2{
    color: #fff;
}
.pricing-item2.active h2 sub{
    color: #fff;
}
.pricing-item2.active h2 span{
    color: #fff;
}
/*
 * #-Accordion
*/
.codexunictheme-accordion.style-1 .accordion-item {
    margin-bottom: 20px;
}
.codexunictheme-accordion.style-1 .accordion-item:last-child {
    margin-bottom: 0px;
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-header {
    width: 100%;
    margin: 0px;
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-header a {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #D8E6F4;
    font-size: 16px;
    color: var(--headding-color);
    padding: 26px 20px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-header a::after {
    content: "\F282";
    clear: both;
    display: block;
    position: absolute;
    font-family: "bootstrap-icons";
    right: 20px;
    top: 28px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-header a.collapsed{
    background: #EDF2F7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    border-color: #EDF2F7;
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-header a.collapsed::after {
    transform: rotate(0deg);
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-collapse {
    border: 1px solid #D8E6F4;
    border-top: 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-collapse .accordion-body {
    padding: 26px 20px;
}
.codexunictheme-accordion.style-1 .accordion-item .accordion-collapse .accordion-body p {
    line-height: 30px;
    font-size: 14px;
    color: #959595;
}
/*
 * Style 2
*/
.codexunictheme-accordion.style-2 .accordion-item {
    border: 2px solid #eee;
    border-bottom: none;
}
.codexunictheme-accordion.style-2 .accordion-item:last-child{
    border-bottom: 2px solid #eee;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-header {
    line-height: 1;
    margin: 0;
    padding: 0;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-header a {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    color: #333;
    padding: 20px 20px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-header a::after {
    content: "-";
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    height: 30px;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-header a.collapsed::after{
    content: "+";
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-body {
    border: none;
    padding: 15px 20px;
    border-top: 2px solid #eee;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-collapse {
    border: none;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-body p {
    line-height: 30px;
    color: #666;
    margin-bottom: 10px;
}
.codexunictheme-accordion.style-2 h2.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
}
.codexunictheme-accordion.style-2 .accordion-item .accordion-header a:hover{
    color: var(--primary-color);;
}
.single-input br {
    display: none;
}
/*
 * #-Hero Section
*/
.bconstruct-hero-section{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.bconstruct-hero-section2{
     position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.bconstruct-hero-section:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.bconstruct-hero-section2:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.bconstruct-hero-section.style-1 {
    padding-top: 200px;
    padding-bottom: 150px;
}
.bconstruct-hero-section.style-1 h4 {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}
.bconstruct-hero-section.style-1 h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.bconstruct-hero-section.style-1 h2 span {
    color: var(--primary-color);
}
.bconstruct-hero-section.style-2 h2 span {
    color: var(--primary-color);
}
.bconstruct-hero-section2.style-3 h2 span {
    color: var(--primary-color);
}
.bconstruct-hero-section.style-1 p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 10px;
}
.bconstruct-hero-section.style-1 .buton-se a.button-1.mr {
    margin-right: 20px;
}
.bconstruct-hero-section.style-1 .col-lg-8.offset-lg-2.center {
    text-align: center;
}
.bconstruct-hero-section.style-1 
 .col-lg-8.offset-lg-4.right {
    text-align: right;
}
.bconstruct-hero-section.style-2 {
    padding-top: 220px;
    padding-bottom: 200px;
}
.bconstruct-hero-section.style-2 .col-lg-8.left .video-btn a {
    margin: 0;
}
.bconstruct-hero-section.style-2 .col-lg-8.offset-lg-2.center {
    text-align: center;
}
.bconstruct-hero-section.style-2 .col-lg-8.offset-lg-4.right {
    text-align: right;
}
.bconstruct-hero-section.style-2 .col-lg-8.offset-lg-4.right .video-btn a {
    margin-right: 0;
}
.bconstruct-hero-section.style-2  .video-btn {
    margin-bottom: 30px;
}
.bconstruct-hero-section.style-2 h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    padding-top: 12px;
}
.bconstruct-hero-section.style-2 h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
.bconstruct-hero-section2.style-3 {
    padding-top: 50px;
}
.bconstruct-hero-section2.style-3 .hero-section2-caption h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.bconstruct-hero-section2.style-3 .hero-section2-caption h2 {
    text-transform: capitalize;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}
.bconstruct-hero-section2.style-3 .hero-section2-caption  p {
    font-size: 20px;
    color: #666;
}
.bconstruct-hero-section2.style-3 .hero-section2-caption .button-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.bconstruct-hero-section2.style-3 .hero-section2-caption .button-area .button-1 {
    margin-right: 30px;
}
@media (max-width: 991px){
    .bconstruct-hero-section2.style-3 .hero-section2-caption {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption .button-area {
        justify-content: center;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px){
    .bconstruct-hero-section.style-1 {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .bconstruct-hero-section.style-1 h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .bconstruct-hero-section.style-2 h2 {
        font-size: 40px;
    }
    .bconstruct-hero-section.style-2 {
        padding-top: 180px;
        padding-bottom: 150px;
    }
}
@media (max-width: 576px){
    .bconstruct-hero-section.style-1 {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .bconstruct-hero-section.style-1 h4 {
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .bconstruct-hero-section.style-1 h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .bconstruct-hero-section.style-2 h2 {
        font-size: 35px;
    }
    .bconstruct-hero-section.style-2 {
        padding-top: 150px;
        padding-bottom: 120px;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption h2 {
        font-size: 30px;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption  p {
        font-size: 15px;
    }
}
@media (max-width: 400px){
    .bconstruct-hero-section.style-1 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .bconstruct-hero-section.style-1 p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 0px;
    }
    .bconstruct-hero-section.style-1 .buton-se a.button-1.mr {
        margin-right: 8px;
        margin-bottom: 10px;
    }
    .bconstruct-hero-section.style-2 h2 {
        font-size: 26px;
    }
    .bconstruct-hero-section.style-2 h4 {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption .video-btn a {
        width: 70px;
        height: 70px;
    }
    .bconstruct-hero-section2.style-3 .hero-section2-caption h2 {
        font-size: 26px;
    }
}
/*
 * #-Services List
*/
.services-details-services-list.style-1 ul {
    list-style: none;
    margin: 0;
    border: 2px solid #ddd;
    padding: 20px;
}
.services-details-services-list.style-1 ul li{
    padding: 0px;
}
.services-details-services-list.style-1 ul li:after {
    display: none;
}
.services-details-services-list.style-1 ul li a {
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 16px 20px;
    color: var(--main-color);
    font-size: 14px;
    transition: all .3s ease;
}
.services-details-services-list.style-1 ul li a:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.services-details-services-list.style-2 ul {
    padding: 0;
    margin: 0;
}
.services-details-services-list.style-2 ul li {
    padding: 0;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
.services-details-services-list.style-2 ul li:last-child{
    border-bottom: 0px;
}
.services-details-services-list.style-2 ul li:after{
    display: none;
}
.services-details-services-list.style-2 ul li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 16px 20px;
    background: #dddddd69;
    color: var(--main-color);
    font-size: 14px;
}
.services-details-services-list.style-2 ul li a:hover{
    color: var(--primary-color);
}