@font-face {
    font-family: "Aviny";
    src: url("./../fonts/Aviny/Aviny.ttf");
}

@font-face {
    font-family: "Danstevis";
    src: url("./../fonts/Danstevis/Danstevis.otf");
}

@font-face {
    font-family: "Gandom";
    src: url("./../fonts/Gandom/Gandom.ttf");
}

@font-face {
    font-family: "Ghasem";
    src: url("./../fonts/Ghasem/Ghasem.ttf");
}

@font-face {
    font-family: "IranianSans";
    src: url("./../fonts/IranianSans/IranianSans.ttf");
}

@font-face {
    font-family: "IranNastaliq";
    src: url("./../fonts/IranNastaliq/IranNastaliq.ttf");
}

@font-face {
    font-family: "IranSans";
    src: url("./../fonts/IranSans/IranSans.woff");
}

@font-face {
    font-family: "Kereshmeh";
    src: url("./../fonts/Kereshmeh/Kereshmeh.ttf");
}

@font-face {
    font-family: "Khodkar";
    src: url("./../fonts/Khodkar/Khodkar.ttf");
}

@font-face {
    font-family: "Koodak";
    src: url("./../fonts/Koodak/Koodak.ttf");
}

@font-face {
    font-family: "Lalezar";
    src: url("./../fonts/Lalezar/Lalezar.ttf");
}

@font-face {
    font-family: "Linotype";
    src: url("./../fonts/Linotype/Linotype.ttf");
}

@font-face {
    font-family: "Lotus";
    src: url("./../fonts/Lotus/Lotus.ttf");
}

@font-face {
    font-family: "Maktab";
    src: url("./../fonts/Maktab/Maktab.ttf");
}

@font-face {
    font-family: "Mitra";
    src: url("./../fonts/Mitra/Mitra.ttf");
}

@font-face {
    font-family: "Nahid";
    src: url("./../fonts/Nahid/Nahid.ttf");
}

@font-face {
    font-family: "Nazanin";
    src: url("./../fonts/Nazanin/Nazanin.ttf");
}

@font-face {
    font-family: "Ordibehesht";
    src: url("./../fonts/Ordibehesht/Ordibehesht.ttf");
}

@font-face {
    font-family: "OrdibeheshtShablon";
    src: url("./../fonts/OrdibeheshtShablon/OrdibeheshtShablon.ttf");
}

@font-face {
    font-family: "PersianKhatKhati";
    src: url("./../fonts/PersianKhatKhati/PersianKhatKhati.ttf");
}

@font-face {
    font-family: "Rezvan";
    src: url("./../fonts/Rezvan/Rezvan.ttf");
}

@font-face {
    font-family: "Sahel";
    src: url("./../fonts/Sahel/Sahel.ttf");
}

@font-face {
    font-family: "Samim";
    src: url("./../fonts/Samim/Samim.ttf");
}

@font-face {
    font-family: "Shabnam";
    src: url("./../fonts/Shabnam/Shabnam.ttf");
}

@font-face {
    font-family: "Shams";
    src: url("./../fonts/Shams/Shams.ttf");
}

@font-face {
    font-family: "Shekari";
    src: url("./../fonts/Shekari/Shekari.ttf");
}

@font-face {
    font-family: "Suls";
    src: url("./../fonts/Suls/Suls.ttf");
}

@font-face {
    font-family: "Tanha";
    src: url("./../fonts/Tanha/Tanha.ttf");
}

@font-face {
    font-family: "Titr";
    src: url("./../fonts/Titr/Titr.ttf");
}

@font-face {
    font-family: "Traffic";
    src: url("./../fonts/Traffic/Traffic.ttf");
}

@font-face {
    font-family: "Vazir";
    src: url("./../fonts/Vazir/Vazir.ttf");
}

@font-face {
    font-family: "Yagut";
    src: url("./../fonts/Yagut/Yagut.ttf");
}

@font-face {
    font-family: "Yekan";
    src: url("./../fonts/Yekan/Yekan.ttf");
}

@font-face {
    font-family: "Zar";
    src: url("./../fonts/Zar/Zar.ttf");
}

@font-face {
    font-family: "Ziba";
    src: url("./../fonts/Ziba/Ziba.ttf");
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.right {
    direction: rtl !important;
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.left {
    direction: ltr !important;
    text-align: left !important;
}

:root {
    --primary: #184f80;
    --secondary: #fa9c19;
    --light: #f6f4f9;
    --dark: #04000b;
}

body {
    text-align: right;
    direction: rtl;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}

h1, h2, .fw-bold {
    font-weight: 700 !important;
}

h3, h4, .fw-semi-bold {
    font-weight: 600 !important;
}

h5, h6, .fw-medium {
    font-weight: 500 !important;
}

.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 1320px) {
    .navbar-light .navbar-nav .nav-link {

        margin-right: 15px !important;
        padding: 23px 0 !important;
        font-size: 12px !important;
    }

}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 20px;
    padding: 20px 0;
    font-family: "IranSans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: white !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #f9ac19 !important;
}

.navbar-light .navbar-brand h1 {
    color: #ffffff;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    #google_translate_element{
        margin: 0 30px !important;
    }
    .sticky-top.navbar-light {
        position: relative;
        background: #ffffff;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd;
    }

    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: white !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, 0.1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #7d4ee1;;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 1;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
        width: 220px !important;
        padding:  2%;
        background: white;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #ffffff;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}

.hero-header {
    margin-bottom: 6rem;
    padding: 60px 0 149px 0;
    background: url(../img/welcome-bg.png);
    /*background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center, center bottom;*/
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 1199px) {
    .hero-header {
        padding: 70px 0 229px 0;
    }
}

@media (max-width: 1100px) {
    .hero-header {
        padding: 70px 0 229px 0;
    }
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 0 0 9rem 0;
    }

    .ali {
        flex-direction: column-reverse !important;
    }

    .ako {
        flex-direction: column-reverse !important;
    }

    .ahmad {
        padding-top: 20px !important;
    }

    .img-fluid {
        max-width: 70% !important;
    }
}

@media (max-width: 767px) {
    .hero-header {
        padding: 0 0 26px 0;
    }

    .img-fluid {
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    .hero-header {
        padding: 0 0 36px 0;
    }
    .image-slide{
        height: 500px !important;
        width: 100% !important;
    }
    .carousel-caption{
        bottom: 200px !important;
    }
}

@media (max-width: 510px) {
    .hero-header {
        padding: 0 0 36px 0;
    }
}


.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child, .section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-left: 0;
    margin-right: 30px;
}

.section-title span:first-child::after, .section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child, .section-title.text-primary span:last-child, .section-title.text-primary span:first-child::after, .section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child, .section-title.text-secondary span:last-child, .section-title.text-secondary span:first-child::after, .section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child, .section-title.text-white span:last-child, .section-title.text-white span:first-child::after, .section-title.text-white span:last-child::after {
    background: #ffffff;
}

.feature-item {
    transition: 0.5s;
}

.feature-item:hover {
    margin-top: -15px;
}

.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.fact {
    margin: 6rem 0;
    background: url(../img/blob-top-left.png), url(../img/blob-top-right.png), url(../img/blob-bottom-left.png), url(../img/blob-bottom-right.png), url(../img/blob-center.png);
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center;
    background-repeat: no-repeat;
}

.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: 0.5s;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: 0.5s;
}

.service-item:hover .service-icon {
    color: var(--dark);
    background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.service-item h5, .service-item p {
    transition: 0.5s;
}

.service-item:hover h5, .service-item:hover p {
    color: #ffffff;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #ffffff;
    border-radius: 40px 40px 0 0;
    transition: 0.5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover, #portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: 0.5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, 0.9);
    transition: 0.5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.newsletter {
    margin: 6rem 0;
    background: url(../img/blob-top-left.png), url(../img/blob-top-right.png), url(../img/blob-bottom-left.png), url(../img/blob-bottom-right.png), url(../img/blob-center.png);
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center;
    background-repeat: no-repeat;
}

.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
    direction: rtl;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.team-item .btn {
    color: var(--primary);
    background: #ffffff;
}

.team-item .btn:hover {
    color: #ffffff;
    background: var(--primary);
}

.footer {
    margin-top: 2rem;
    padding-top: 8rem;
    background: url(../img/foot.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, 0.1);
    border-radius: 40px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: right;
    color: var(--light);
    font-weight: normal;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover, .footer .footer-menu a:hover {
    color: var(--secondary);
}

.app-download-icon {
    width: 130px !important;
}

@media (max-width: 767px) {
    .app-download-icon {
        width: 150px !important;
    }

    .get-start-area .submit {
        margin: 20px auto auto auto !important;
    }
}

@media (max-width: 490px) {
    .app-download-icon {
        width: 120px !important;
    }

    .get-start-area .submit {
        margin: 20px auto auto auto !important;
    }
}

@media (max-width: 400px) {
    .app-download-icon {
        width: 100px !important;
    }

    .get-start-area .submit {
        margin: 20px auto auto auto !important;
    }
}

@media (max-width: 335px) {
    .app-download-icon {
        width: 80px !important;
    }

    .get-start-area .submit {
        margin: 20px auto auto auto !important;
    }
}

.version {
    color: white;
    font-size: 16px;
    padding: 0 46px !important;
}

.app1 {
    text-align: left;
    margin-top: 10px;
}

.app2 {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .polfoll-logo {
        width: 280px !important;
        height: 280px !important;
    }

    .version {

        padding: 0 56px !important;
    }

    .app1 {
        text-align: center !important;
        margin-bottom: 5px !important;
    }

    .app2 {
        text-align: center !important;
        margin-bottom: 5px !important;
    }

}

@media only screen and (max-width: 490px) {
    .version {

        padding: 0 40px !important;
    }

}

@media only screen and (max-width: 400px) {
    .version {

        padding: 0 30px !important;
    }

}

@media only screen and (max-width: 335px) {
    .version {

        padding: 0 20px !important;
    }

}

.accordion-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 8px;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    background: #fff;
    margin-bottom: 0.5em;
}

.item-header {
    display: flex;
    justify-content: space-between;
    column-gap: 0.2em;
}

.item-icon {
    margin-top: 1rem;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background: #dedede;
    cursor: pointer;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
}

.item-icon i {
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.item-question {
    font-size: 1em;
    line-height: 3;
    font-weight: 500;
}

.active .item-icon i {
    transform: rotate(180deg);
}

.active .item-question {
    font-weight: 500;
}

.item-content {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.item-answer {
    line-height: 150%;
    opacity: 0.8;
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 300px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

/*----- End Back To Top -----*/
/*# sourceMappingURL=style.css.map */
.comments-area {
    position: relative;

    margin-bottom: 70px;
}
.comment-box {
    border: solid 1px #dfd6d6;
    padding: 2%;
}
.comments-area .comment-box {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 70px 0 0;
    min-height: 70px;
}
.comments-area .comment-box .author-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.comments-area .comment-box .author-thumb img {
    display: block;
    width: 50%;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}
.comments-area .comment .comment-inner {
    position: relative;
}
.comments-area .comment-info {
    font-size: 20px;
    color: #222222;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.comments-area .comment-info .comment-time {
    position: relative;
    font-size: 13px;
    color: #131810;
    margin-right: 25px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
.comments-area .comment-box .text {
    font-size: 14px;
    line-height: 24px;
    color: black;
}
.comments-area .comment-box.reply-comment {
    margin-right: 60px;
}
@media only screen and (max-width: 575px) {
    .comments-area .comment-box.reply-comment {
        margin-right: 30px !important;
    }
}

.ahmad p, .ahmad img {
    width: 100% !important;
}