/*----------------------------------------*/
/*  11. FAQ  Area
/*----------------------------------------*/
.sub-headline h3{
    font-size: 28px;
    font-weight: 600;
}
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 3px 12px #ccc;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 15px;
}
.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #444;
    content: "\eb22";
    font-family: 'boxicons'!important;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a[aria-expanded="true"]::before {
    color: #1FC157;
    content: "\eaef";
    font-family: 'boxicons'!important;
    font-size: 16px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a[aria-expanded="true"] {
    color: #1FC157;
}
.faq-area .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
.faq-area .faq-content {
    /*margin-left: 30px;*/
    padding:30px;
    border-radius: 5px;
    border:1px solid #ccc;
}
.faq-area .contact-form input[type="text"],
.faq-area .contact-form input[type="email"],.contact-form input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-content h3{
    font-size: 28px;
    font-weight: 600;
    color:#444;
    padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #1FC157;
    display: inline-block;
    border: 1px solid #1FC157;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-area .quote-btn:hover{
    background: transparent;
    color:#1FC157;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}
/*----------------------------------------*/
/*  12. Add Area
/*----------------------------------------*/
.bg-color-2::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    /*background: rgba(232,234,237,0.30) none repeat scroll 0 0;*/
    z-index: -1;
}
.head-middle .head-list-item li .icon {
     position: relative !important;
    top: 0;
    right: 0;
}
.content a{
    font-size: 12px;

}
.contact-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 47%;
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center center;
}
.area-padding {
    padding: 100px 0px;
}

.bg-color, .bg-color-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}
/*end faq*/

/*Ticker CSS*/
.js-ticker {
    direction: ltr;
    overflow: hidden
}

.js-ticker-track {
    padding: 15px 0;
    white-space: nowrap
}

.js-ticker-item {
    white-space: normal;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    position: relative
}

@supports ((display: -webkit-box) or (display: flex)) {
    .js-ticker-track {
        position:relative;
        white-space: normal;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .js-ticker-item {
        height: auto;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .js-ticker.active .js-ticker-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .js-ticker.active .js-ticker-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}
/*------------------------ 8. Team Section CSS ------------------------*/

.web-team-section {
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

.web-team-section .section {
    margin: 0 0 60px
}

.web-team-section .item {
    padding: 15px;
    text-align: center;
}

.web-team-section .item.up {
    margin: -30px 0 0;
}

.web-team-section .item.down {
    margin: 30px 0 0;
}

.web-team-section .item figure {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    overflow: hidden;
}

.web-team-section .item figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /*background: linear-gradient(to right, #4c1b7d 0%, #8436d2 50%, #7029B8 100%);*/
    /*background: linear-gradient(to right, #00876c 0%, #1b947c 50%, #005e4b 100%);*/
    color: #fff;
    opacity: .35
}

.web-team-section .item figure img {
    width: 100%;
}

.web-team-section .item strong {
    display: block;
    padding: 15px 0 0;
    font-size: 1.10rem;
}

@media screen and (max-width: 991px) {
    .web-team-section .section {
        margin: 0;
    }

    .web-team-section .item.up,
    .web-team-section .item.down {
        margin: 0;
    }
}
/*end traker*/
.desktop-logo{
    height: 65px;
}
@media(max-width: 992px){
    .sub-headline h3 ,.faq-content h3 {
        font-size: 1.4rem;
        font-weight: 600;
    }
}
.logo span{
    color: var(--titleColor);
}
.form-variz-{
    position: relative;
    background-image: url(../images/about-img/15.jpg);
    border-radius: 0.625rem!important;
    box-shadow: 0 10px 40px rgba(110,134,216,.1)!important;
    padding: 80px 30px;
    background-size: 100% auto;
    background-position: center;
}
.form-variz-:after {
    content: "";
    position: absolute;
    border-radius: 15px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(30, 39, 74);
    /*background: linear-gradient(63deg, rgba(30, 39, 74, 0.25) 0%, rgba(30, 39, 74, 0.75) 52%);*/
    background: linear-gradient(262.54deg, rgb(19 81 64 / 69%) 10.75%, #30333c 103.83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e274a",endColorstr="#1e274a",GradientType=1);
}

.box-form-v-{
    z-index: 3;
    position: relative;
    /* display: block; */
    color: #fff;

}
.box-form-v-  p {
    color: #fff;
}
.box-form-v- h3{
    color: #fff;
}
.input-price{
    height: 70px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.why-card::before {
     -webkit-transform: unset;
     transform:unset;
     border-radius: 10px;
     padding: 40px 20px 30px !important;
}
.why-card .circle{
    display: none;
}
.why-card::after {
     -webkit-transform: unset;
     transform:unset;
    border-radius: 5px;
}
.why-card {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 40px 20px 30px !important;
    margin-left: 10px;
}
.why-card i,.why-card img {
    top: 45px;
    left: 10px;
    position: absolute;
}
.why-card h3 {
    margin-bottom: 0px;
    padding-left: 43px;
    line-height: 38px;
    min-height: 70px;
    font-size: 18px;
}
#aboutUs{
 margin-top: 0px;
}
@media (max-width:768px ) {
    .blog-article h2 {
        font-size: 18px !important;
    }
    .blog-title__heading {
        font-size: 20px !important;
    }
    .section-title h2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .why-card {
        margin-top: 0px;
        margin-bottom: 25px;
        padding: 15px 15px 15px !important;
        margin-left: 10px;
    }
    .why-card h3 {
        margin-bottom: 0px;
        padding-left: 43px;
        line-height: 30px;
        min-height: 60px;
        font-size: 15px;
    }
    .why-card i ,  .why-card img{
        top: 25px;
        left: 10px;
    }
}
.services-tab .tabs li a{
    z-index: 2;
}
.about-content{
    max-width: 100% !important;
}
.services-tab-img img{
    border-radius: 10px;
}

.desktop-nav {
    border-bottom: 1px solid #e0e0e0;
}
.online-pay-btn{
    background-color: rgba(45,206,162,.1);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.online-pay-btn img{
    width: 60px;
    margin-bottom: 15px;
}
.online-pay-btn span{
    font-weight: bold;
    color: #555555;
}
.blog-article .w-100{
    width: 100% !important;
}
.blog-article img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0px auto;
    display: block;
}
.blog-title__heading {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.3;
}
.blog__metainfo {
    color: #a1a1a1;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.time_reading_view_blog {
    margin-right: auto;
}
.blog-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-article h2{
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}
.blog-article p{
    line-height: 40px;
    text-align: justify;
}
.side-bar-categories ul li a.active{
    border: 1px solid #1987546e;
}
.hami-box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fdfdfd;
    padding: 4rem 4rem;
    border-radius: 35px;
    z-index: 34;
    position: relative;
    flex-direction: column;
    box-shadow: 0px 0px 5px #ddd;
}

.hami-text {
    /*width: 60%;*/
    padding-left: 2vw;
    /*color: var(--navy-color);*/
}

.hami-text h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hami-text p {
    font-weight: 200;
    line-height: 2rem;
    padding-left: 2vw;
    text-align: justify;
}


.hami-form {
    margin-top: 2rem;
    width: 100%;
}

.hami-form-left {
    /*width: 50%;*/
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.hami-form-right {
    /*width: 50%;*/
    /*margin-left: 50px;*/
}

.hami-mablagh input {
    width: 100%;
    background-color: #F5F5F7;
    padding: 10px 20px;
    border-radius: 5px;
    height: 50px;
    border: unset;
    text-align: center;
    /*font-size: large;*/
}
button.sahimbtn {
    background-color: #198754;
    padding: 10px 40px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    font-weight: 700;
    border: solid 2px #198754;
}
.hami-prices div {
    background-color: #F5F5F7;
    padding: 10px 12px;
    border-radius: 5px;
}
.hami-prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.komite-form- input{
    /*margin-bottom: 0px !important;*/
}
.komite-form- input[type="text"] ,.komite-form- input[type="email"]{
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    background: #fff;
    resize: none;
    outline: none;
}
.komite-form- textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    background: #fff;
    resize: none;
    outline: none;
}
.komite-form- select{
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    /* padding: 1em; */
    border: 1px solid #ccc;
    border-radius: 0.5em;
    background: #fff;
    resize: none;
    outline: none;
    color: #898989;
}
/*.komite-form- input[type="text"]+label[placeholder],.komite-form- input[type="email"]+label[placeholder]{*/
/*    display: block;*/
/*    pointer-events: none;*/
/*    line-height: 1.25em;*/
/*    margin-top: calc(-3em - 2px);*/
/*    margin-bottom: calc((3em - 1em) + 2px);*/
/*}*/
/*.komite-form- textarea+label[placeholder]{*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 12px;*/
/*    pointer-events: none;*/
/*}*/
/*.komite-form- input[type="text"]:invalid+label[placeholder][alt]:before{*/
/*    content: attr(alt);*/
/*}*/
/*.komite-form- input[type="text"]+label[placeholder]:before ,.komite-form- input[type="email"]+label[placeholder]:before,.komite-form- textarea+label[placeholder]:before{*/
/*    content: attr(placeholder);*/
/*    display: inline-block;*/
/*    margin: 0 calc(1em + 2px);*/
/*    padding: 0 2px;*/
/*    color: #898989;*/
/*    white-space: nowrap;*/
/*    transition: 0.3s ease-in-out;*/
/*    background-image: linear-gradient(to bottom, #fff, #fff);*/
/*    background-size: 100% 5px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*.komite-form- input[type="text"]:focus,.komite-form- input[type="email"]:focus,.komite-form- textarea:focus {*/
/*    border-color: #198754;*/
/*}*/
/*.komite-form- input[type="text"]:focus+label[placeholder]:before,.komite-form- input[type="email"]:focus+label[placeholder]:before,.komite-form- textarea:focus+label[placeholder]:before {*/
/*    color:#198754;*/
/*}*/
/*.komite-form- input[type="text"]:focus+label[placeholder]:before,.komite-form- input[type="email"]:focus+label[placeholder]:before,*/
/*.komite-form- textarea:focus+label[placeholder]:before,.komite-form- input:valid+label[placeholder]:before,*/
/*.komite-form- textarea:valid+label[placeholder]:before,input:valid+label[placeholder]:before*/
/*{*/
/*    transition-duration: 0.2s;*/
/*    transform: translate(0, -1.5em) scale(0.9, 0.9);*/
/*}*/
.hami-prices div{
    cursor: pointer;
}
.hami-prices div.active{
    border: 1px solid #108770;
}
.title-hami-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.title-hami-box img{
    margin-left: 10px;
    width: 70px;
}
.image-right-help{
    border-radius:10px ;
}
@media(max-width: 992px){
    .hami-box{
        padding: 1.5rem 1.5rem;
        border-radius: 20px;
    }
    .hami-text h3{
        font-size: 1.4rem;
    }
    .hami-prices div{
        font-size: 13px;
        padding: 10px 9px;
    }
    .image-right-help{
        display: none;
    }
}
@media(max-width: 400px){
    .hami-form-right,.hami-form-left{
        padding: 0px;
    }
    .title-hami-box{
        justify-content: center;

    }
    .title-hami-box img{
        margin-bottom: 15px;
        margin-left: 0px;
    }
}
.contact-area{
    min-height: 100vh;
}
