.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-tabs li {
    width: 100%;
}
.nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text);
    border-bottom: 3px solid transparent;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.nav-tabs li .nav-link:hover {
    border-color: transparent;
}
.nav-tabs li .active {
    color: var(--white) !important;
    background: var(--primary-gdnt);
    border-color: var(--primary) !important;
}
.tab-pane {
    padding: 30px 0px 0px;
    display: none;
}
.tab-pane.active {
    display: block;
}
.dandik,
.bamdik {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary-gdnt);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.dandik:hover,
.bamdik:hover {
    color: var(--white);
    background: var(--hover-gdnt);
}
.dandik {
    right: -15px;
}
.bamdik {
    left: -15px;
}
.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .dandik {
        right: 0px;
    }
    .bamdik {
        left: 0px;
    }
}
.show-card {
    margin-bottom: 30px;
}
.show-card:hover .show-overlay {
    background: var(--show-hover-oly);
}
.show-card:hover .show-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.show-content {
    position: relative;
    margin-bottom: 38px;
}
.show-bg {
    overflow: hidden;
    border-radius: 10px;
}
.show-bg img {
    width: 100%;
    border-radius: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.show-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--show-oly);
}
.show-active {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--white);
}
.show-active img {
    width: 100%;
}
.show-time {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.show-time p {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--sfamily);
}
.show-time h4 {
    color: var(--white);
    font-weight: var(--mweight);
}
.show-host {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.show-host li:nth-child(2),
.show-host li:nth-child(3) {
    margin-left: -25px;
}
.show-host li a img {
    width: 60px;
    border-radius: 50%;
    border: 5px solid var(--white);
}
.show-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.titlebox h5 {
    color: #000;
    line-height: .1;
    font-size: 14px;
    font-weight: bold;
}
.titlebox hr {
    border: 1px solid #000;
}
.titleboxlarge {
    text-align: center !important;
    margin: 0 auto;
}
.titleboxlarge h1 {
    font-size: 32px;
    color: #000000 !important;
    text-transform: capitalize;
}
.video-img {
    position: relative;
    margin-bottom: 15px;
}
.video-img img {
    width: 100%;
    border-radius: 5px;
}
.video-img iframe {
    width: 100%;
}
.video-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--video-oly);
}
.video-overlay .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-overlay .icon i {
    font-size: 14px;
}
.video-overlay .icon-inline i {
    background: var(--video-icon);
}
.video-content {
    height: 25px;
}
.video-content h5 {
    margin-bottom: 5px;
    font-size: 11px;
    position: relative;
    top: -12px;
    color: #000;
}
.video-content p {
    font-size: 15px;
    line-height: 24px;
}
.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.blog-card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.blog-card:hover .blog-overlay {
    background: var(--blog-hover-oly);
}
.blog-card:hover .blog-overlay.disabled {
    background: var(--complete-donasi);
}
.blog-card:hover .blog-overlay .btn-outline {
    background: var(--primary-gdnt);
    border-color: var(--white);
    color: var(--white);
}
.blog-card:hover .blog-overlay p, 
.blog-card:hover .blog-overlay h3 a {
  color: transparent;
}
.blog-card img {
    width: 100%;
    height: 413px;
    border-radius: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-overlay.disabled {
   background: var(--complete-donasi);
}
.blog-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    background: var(--blog-oly);
}
.blog-overlay p {
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 200px;
}
.blog-overlay h3 {
    position: absolute;
    bottom: 100px;
    left: 25px;
    right: 25px;
}
.blog-overlay h3 a {
    color: var(--white);
}
.blog-overlay .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: capitalize;
    position: absolute;
    bottom: 30px;
    left: 25px;
}
.blog-overlay .btn-outline {
    color: var(--white);
    border-color: var(--white);
}

.lives .live-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
}
.lives .live-video iframe {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lives .live-video .fb-video span iframe {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-1 {
    background: url(https://assunnahfm.com/public/www/img/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.banner-2 {
    background: url(https://assunnahfm.com/public/www/img/banner-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.banner-3 {
    background: url(https://assunnahfm.com/public/www/img/banner-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.videoverlay {
    background: transparent;
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-oly {
    padding: 180px 0px 100px;
    background: var(--banner-oly);
}
.banner-content {
    text-align: center;
}
.banner-content h1 {
    margin-bottom: 12px;
}
.banner-content p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 45px;
}


#clockdiv {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    /*font-size: 30px;*/
    position: absolute;
    top: 0;
    right: 0;
}
#clockdiv.finishs {
    background: var(--finishkajian);
    height: 30px;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

#clockdiv > div {
    height: 45px;
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    background: var(--primary-gdnt);
}

#clockdiv div > span {
    font-weight: 900;
    font-size: 14px;
    padding: 1px;
    border-radius: 3px;
    background: transparent;
    display: inline-block;
}

.smalltext{
    padding-top: 0px;
    font-size: 9px;
    position: relative;
    top: -10px;
}
.audiobox {
    max-height: 351px;
    overflow-y: scroll;
}
.audioboxlarge {
    
}
.schedulebox {
    max-height: 550px;
    overflow-y: scroll;
}
.schedulebox .hidecard {
    display: none;
}
.schedulebox .card .card-header {
    cursor: pointer;
}
.schedulebox .judulkajian {
    color: #000;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.5;
}
.schedulebox .namaustadz {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
}
.schedulebox .lokasikajian {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
}
.schedulebox .tanggalkajian {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
}

/*.scheduleboxlarge {
    max-height: 550px;
    overflow-y: scroll;
}*/
.scheduleboxlarge .hidecard {
    display: none;
}
.scheduleboxlarge .card .card-header {
    cursor: pointer;
}
.scheduleboxlarge .judulkajian {
    color: #000;
    font-weight: bolder;
    font-size: 20px;
    line-height: 1.5;
}
.scheduleboxlarge .namaustadz {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}
.scheduleboxlarge .lokasikajian {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}
.scheduleboxlarge .tanggalkajian {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.showdesk {
    display: block;
}
.showmobile {
    display: none;
}

@media (max-width: 991px) {
    .banner-content h1 {
        font-size: 42px;
        line-height: 46px;
    }
}
@media (max-width: 767px) {
    .banner-oly {
        padding: 60px 0px;
    }
    .titlebox h5 {
        line-height: unset;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-oly {
        padding: 80px 0px;
    }
    .showdesk {
        display: none;
    }
    .showmobile {
        display: block;
    }
    .showmobile #clockdiv {
        top: 100px;
        right: 5px;
    }
}
@media (max-width: 480px) {
    .showdesk {
        display: none;
    }
    .showmobile {
        display: block;
    }
    .showmobile #clockdiv {
        top: 85px;
        right: 5px;
    }

    .titleboxlarge h1 {
        font-size: 20px;
    }

    .scheduleboxlarge .judulkajian {
        color: #000;
        font-weight: bolder;
        font-size: 12px;
        line-height: 1.5;
    }
    .scheduleboxlarge .namaustadz {
        color: #000;
        font-weight: bold;
        font-size: 11px;
        line-height: 1.5;
    }
    .scheduleboxlarge .lokasikajian {
        color: #000;
        font-weight: bold;
        font-size: 11px;
        line-height: 1.5;
    }
    .scheduleboxlarge .tanggalkajian {
        color: #000;
        font-weight: bold;
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 360px) {
    .showmobile #clockdiv {
        top: 99px;
        right: 5px;
    }
}

.about-img {
    position: relative;
}
.about-1 img {
    width: 75%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
}
.about-2 {
    position: absolute;
    bottom: 0px;
    right: 40px;
    border-radius: 50%;
    border: 10px solid var(--white);
    -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
}
.about-2::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 68, 114, 0.2)), to(rgba(203, 48, 255, 0.3)));
    background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(203, 48, 255, 0.3));
}
.about-2 img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
}
.about-content {
    margin-left: 50px;
}
.about-content h2 {
    margin-bottom: 30px;
}
.about-content h2 span {
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
    background: var(--primary-gdnt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-content p {
    margin-bottom: 25px;
}
.about-content h3 {
    position: relative;
    margin-left: 50px;
}
.about-content h3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}
@media (max-width: 1199px) {
    .about-2 {
        right: 0px;
    }
}
@media (max-width: 575px) {
    .about-img {
        width: 290px;
        margin: 0 auto 30px;
    }
    .about-1 img {
        width: 80%;
    }
    .about-2 {
        border: 6px solid var(--white);
    }
    .about-2 img {
        width: 150px;
        height: 150px;
    }
    .about-content {
        margin-left: 0px;
    }
    .about-content h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .about-content h2 span {
        font-size: 40px;
        line-height: 48px;
    }
    .about-content h3 {
        display: inline-block;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .about-img {
        width: 500px;
        margin: 0 auto 30px;
    }
    .about-content {
        margin-left: 0px;
    }
}
.show-btn {
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 991px) {
    #show-menu {
        overflow-x: scroll;
    }
    .nav {
        width: 800px;
    }
    .nav-tabs li .nav-link {
        padding: 8px 0px;
    }
    #show-menu::-webkit-scrollbar {
        width: 12px;
        background-color: var(--white);
    }
    #show-menu::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: #aaaaaa;
        border: 5px solid var(--light-white);
    }
}
@media (min-width: 351px) and (max-width: 575px) {
    .show-part .container {
        max-width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .show-host li a img {
        width: 55px;
    }
}
.team-slider .team-card {
    margin: 0px 15px;
}
.team-slider .dandik,
.team-slider .bamdik {
    top: 38%;
}
.team-btn {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .team-slider .team-card {
        width: 240px;
        margin: 0px 10px;
    }
}
.video-slider .video-card {
    margin: 0px 15px;
}
.video-slider .dandik {
    top: 33%;
}
.video-slider .bamdik {
    top: 33%;
}
.video-btn {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 575px) {
    .video-slider .video-card {
        width: 250px;
        margin: 0px 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .video-slider .video-card {
        width: 300px;
        margin: 0px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .video-slider .video-card {
        width: 380px;
        margin: 0px 10px;
    }
}
.gallery-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.gallery-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: (minmax(150px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
    grid-auto-flow: dense;
}
.gallery-list li {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-list li:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.gallery-list li::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 68, 114, 0.2)), to(rgba(203, 48, 255, 0.3)));
    background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(203, 48, 255, 0.3));
}
.gallery-list li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.verti-img {
    grid-row: span 2;
}
.hori-img {
    grid-column: span 2;
}
.big-img {
    grid-row: span 2;
    grid-column: span 2;
}
.gallery-btn {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 575px) {
    .gallery-list {
        grid-gap: 15px;
    }
}
.blog-slider .blog-card {
    margin: 0px 15px;
}
.blog-slider .blog-card.disabled {

}
.blog-slider .dandik {
    top: 50%;
}
.blog-slider .bamdik {
    top: 50%;
}
.blog-btn {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 575px) {
    .blog-slider .blog-card {
        width: 250px;
        margin: 0px 10px;
    }
    .blog-overlay h4 {
        left: 25px;
        right: 25px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .blog-slider .blog-card {
        width: 325px;
    }
}


.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
    background: none;
    border-radius: 0px;
    position: relative;
    float: right;
    top: -25px;
}
.breadcrumb-item {
    text-transform: capitalize;
}
.breadcrumb-item a {
    color: var(--white);
    text-transform: capitalize;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
}
.form-group {
    margin: 0px 50px 50px;
    position: relative;
}
.form-group:focus-within input,
.form-group:focus-within textarea {
    border-bottom: 2px dashed var(--primary);
}
.form-group:focus-within i {
    background: var(--primary-gdnt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-group input,
.form-group textarea {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    border-bottom: 2px dashed #bbb;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}
.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}
.form-group input {
    height: 60px;
}
.form-group textarea {
    height: 180px;
    padding-top: 14px;
}
.form-group i {
    position: absolute;
    top: 21px;
    right: 0px;
    font-size: 14px;
    color: #777777;
}
.form-btn {
    text-align: center;
}
@media (max-width: 480px) {
    .single-banner {
        display: none;
    }
}
@media (max-width: 767px) {
    .form-group {
        margin: 0px 0px 30px;
    }
}
.single-banner {
    background: var(--primary-gdnt);
    padding-top: 10px;
}
.single-banner h2 {
 text-align: left;
 position: relative;
 top: 10px;
}
.single-banner ol li {
    text-align: right;

}
.single-content {
    text-align: center;
}
.single-content h2 {
    font-size: 38px;
    color: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .single-banner {
        padding: 80px 0px;
    }
    .single-content h2 {
        font-size: 38px;
    }
    .breadcrumb {
        position: unset;
        float: unset;
        top: unset;
   }
   .single-banner h2 {
     text-align: center;
     position: unset;
     top: unset;
    }
}

.blog-det-part {
    padding: 100px 0px;
}
.blog-det-part .container {
    max-width: 1000px;
}
.blog-det-banner {
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.blog-det-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 0, 255, 0.1)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(128, 0, 255, 0.1), rgba(0, 0, 0, 0.8));
}
.blog-det-banner img {
    width: 100%;
    border-radius: 10px;
}
.blog-det-content {
    position: absolute;
    bottom: 50px;
    left: 30px;
    padding: 0px 30px;
}
.blog-det-title {
    margin-bottom: 20px;
}
.blog-det-title h2 a {
    color: var(--white);
}
.blog-det-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.blog-det-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 18px;
    border-right: 1px solid var(--text);
}
.blog-det-meta li:first-child {
    padding-left: 0px;
}
.blog-det-meta li:last-child {
    padding-right: 0px;
    border-right: none;
}
.blog-det-meta li i {
    font-size: 14px;
    margin-right: 8px;
    margin-top: -2px;
    color: var(--white);
}
.blog-det-meta li p {
    font-size: 14px;
    color: var(--light-white);
    text-transform: uppercase;
}


.video-det-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.video-det-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 18px;
}
.video-det-meta li:first-child {
    padding-left: 0px;
}
.video-det-meta li:last-child {
    padding-right: 0px;
    border-right: none;
}
.video-det-meta li i {
    font-size: 14px;
    margin-right: 8px;
    margin-top: -38px;
    color: #000000;
}
.video-det-meta li p {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

.content-fluid {
    padding: 0px 80px;
}
.blog-det-descrip h1 {
    color: #000000;
}
.blog-det-descrip p {
    margin-bottom: 35px;
}
.blog-det-descrip p span {
    display: block;
    margin-top: 25px;
}
.blog-det-subtitle {
    margin-bottom: 35px;
}
.blog-det-subtitle h3 {
    margin-bottom: 15px;
}
.blog-det-subtitle p a {
    text-decoration: underline;
}
.blog-det-quote {
    padding: 50px 50px;
    background: var(--light-white);
    border-left: 5px solid var(--primary);
    margin-bottom: 45px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-det-quote p {
    font-size: 22px;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 35px;
}
.blog-det-quote span {
    font-weight: 500;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-transform: capitalize;
}
.blog-det-list {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--border);
}
.blog-det-list li {
    margin-bottom: 30px;
}
.blog-det-list li:last-child {
    margin-bottom: 0px;
}
.blog-det-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0px;
}
.blog-det-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.blog-det-tag li {
    margin-right: 8px;
}
.blog-det-tag li h4 {
    font-weight: 700;
    margin-right: 5px;
}
.blog-det-tag li a {
    color: var(--text);
    font-size: 14px;
    padding: 2px 16px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid var(--border);
}
.blog-det-tag li a:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}
.blog-det-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.blog-det-share li {
    margin-right: 8px;
}
.blog-det-share li h4 {
    font-weight: 700;
    margin-right: 5px;
}
.blog-det-share li a i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--light-white);
    background: var(--primary);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-det-share li a i:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}
.blog-det-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 45px 45px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: var(--light-white);
}
.author-img {
    margin-right: 30px;
}
.author-img a img {
    width: 100px;
    border-radius: 5px;
}
.author-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}
.author-social li {
    margin: 0px 3px;
}
.author-social li a i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.author-social li a i:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}
.author-content h4 {
    margin-bottom: 10px;
}
.author-content h4 a {
    display: block;
    font-size: 14px;
    color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.author-content h4 a:hover {
    color: var(--secondary);
    text-decoration: underline;
}
.blog-det-navigate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 60px;
    position: relative;
}
.navigate-post {
    width: 400px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.navigate-post::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 0, 255, 0.1)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(128, 0, 255, 0.1), rgba(0, 0, 0, 0.8));
}
.navigate-post img {
    width: 100%;
    border-radius: 10px;
}
.navigate-post h4 {
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding: 0px 30px;
    line-height: 28px;
}
.navigate-post h4 a {
    color: var(--white);
}
.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 9px 20px;
    color: var(--text);
    background: var(--white);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}
.prev-arrow:hover,
.next-arrow:hover {
    color: var(--white);
    background: var(--primary);
}
.prev-arrow {
    left: 0px;
}
.prev-arrow i {
    margin-right: 8px;
}
.next-arrow {
    right: 0px;
}
.next-arrow i {
    margin-left: 8px;
}
.blog-det-comment {
    margin-bottom: 30px;
}
.blog-det-comment h3 {
    margin-bottom: 30px;
}
.comment-list li ul {
    margin-left: 100px;
}
.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0px;
    border-top: 1px solid var(--border);
    position: relative;
}
.comment-img {
    margin-right: 30px;
}
.comment-img a img {
    width: 100px;
    border-radius: 5px;
}
.comment-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
.comment-content h4 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.comment-reply {
    position: absolute;
    top: 25px;
    right: 15px;
}
.comment-reply a {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    text-transform: capitalize;
}
.comment-reply a:hover {
    color: var(--primary);
}
.comment-reply a i {
    margin-right: 8px;
}
.blog-det-form h3 {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .blog-det-part {
        padding: 60px 0px;
    }
    .blog-det-banner {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 30px;
    }
    .blog-det-banner::before {
        display: none;
    }
    .blog-det-banner img {
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    }
    .blog-det-content {
        position: inherit;
        left: 0px;
        bottom: 0px;
        padding: 0px;
    }
    .blog-det-title {
        margin-bottom: 15px;
    }
    .blog-det-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .blog-det-title h2 a {
        color: var(--heading);
    }
    .blog-det-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blog-det-meta li {
        border: none;
        padding: 2px 7px;
    }
    .blog-det-meta li p,
    .blog-det-meta li i {
        color: var(--text);
        font-size: 13px;
    }

.blog-det-descrip h1 {
    padding-bottom: 20px;
}

    .video-det-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video-det-meta li {
        border: none;
        padding: 2px 7px;
        height: 20px;
    }
    .video-det-meta li p,
    .video-det-meta li i {
        color: var(--text);
        font-size: 13px;
    }

     .video-det-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video-det-meta li {
        border: none;
        /*padding: 2px 7px;*/
    }
    .video-det-meta li p,
    .video-det-meta li i {
        color: #000000;
        font-size: 13px;
    }

    .content-fluid {
        padding: 0px;
    }
    .blog-det-quote {
        padding: 35px 30px;
    }
    .blog-det-quote p {
        font-size: 18px;
    }
    .blog-det-list {
        padding-bottom: 30px;
    }
    .blog-det-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 35px 0px;
    }
    .blog-det-tag {
        margin-bottom: 25px;
    }
    .blog-det-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 35px;
    }
    .author-img {
        margin: 0px 0px 15px;
    }
    .blog-det-navigate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .navigate-post {
        width: 100%;
        margin-bottom: 30px;
    }
    .navigate-post h4 {
        bottom: 20px;
        padding: 0px 25px;
        line-height: 28px;
    }
    .next-arrow {
        top: 0px;
    }
    .prev-arrow {
        top: inherit;
        bottom: -15px;
    }
    .comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0px;
    }
    .comment-img {
        margin: 0px 0px 15px;
    }
    .comment-content h4 {
        margin-bottom: 5px;
    }
    .comment-reply {
        top: 45px;
    }
    .comment-list li ul {
        margin-left: 60px;
    }
}
@media (min-width: 431px) and (max-width: 767px) {
    .blog-det-navigate {
        width: 400px;
        margin: 0 auto 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-det-part {
        padding: 80px 0px;
    }
    .navigate-post {
        width: 320px;
    }
    .prev-arrow,
    .next-arrow {
        top: 0%;
    }
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-item {
    margin: 0px 6px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}
.page-item .active {
    color: var(--white);
    background: var(--primary-gdnt);
}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 0px;
    color: var(--text);
    background: var(--light-white);
}
.page-link:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-src {
    position: relative;
    margin-bottom: 45px;
}
.blog-src input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    padding: 0px 60px 0px 20px;
    border: 2px solid var(--primary);
}
.blog-src button {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 6px;
    right: 6px;
}
.blog-src button i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary-gdnt);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-filter {
    margin-bottom: 50px;
}
.blog-filter h3 {
    margin-bottom: 48px;
    text-transform: capitalize;
    position: relative;
}
.blog-filter h3::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 0px;
    width: 60px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}
.blog-filter h3::after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0px;
    width: 35px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}
.blog-suggest li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);
}
.blog-suggest li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.suggest-img {
    margin-right: 15px;
}
.suggest-img a img {
    width: 100px;
    border-radius: 8px;
}
.suggest-title {
    margin-bottom: 20px;
}
.suggest-title h4 {
    font-size: 18px;
    line-height: 26px;
}
.suggest-title h4 a {
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.suggest-title h4 a:hover {
    color: var(--primary);
}
.suggest-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.suggest-date {
    margin-right: 30px;
}
.suggest-date,
.suggest-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.suggest-date i,
.suggest-comment i {
    font-size: 16px;
    margin-right: 8px;
    margin-top: -1px;
}
.suggest-date p,
.suggest-comment p {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}
.blog-cate {
    display: block;
}
.blog-cate li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.blog-cate li:hover h5 a {
    color: var(--primary);
}
.blog-cate li:hover p {
    color: var(--white);
    background: var(--primary-gdnt);
}
.blog-cate li h5 {
    font-weight: 500;
}
.blog-cate li h5 a {
    color: var(--text);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.blog-cate li h5 a:hover {
    text-decoration: underline;
}
.blog-cate li p {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px;
}
.blog-tag li a {
    color: var(--text);
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid var(--border);
}
.blog-tag li a:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}
.blog-icon li {
    display: inline-block;
    margin-right: 8px;
}
.blog-icon li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.blog-icon li a i:hover {
    color: var(--white);
    background: var(--primary-gdnt);
}
.blog-ad a img {
    width: 100%;
    border-radius: 10px;
}


.blog-part {
    padding: 100px 0px;
}
.blog-card {
    margin-bottom: 30px;
}
.pagination {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .pagination {
        margin: 20px 0px 50px;
    }
}
@media (max-width: 767px) {
    .blog-part {
        padding: 60px 0px;
    }
}
@media (min-width: 380px) and (max-width: 575px) {
    .blog-card {
        width: 380px;
        margin: 0px auto 30px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .content-reverse .col-sm-6 {
        padding: 0px 8px;
    }
    .blog-overlay h3 {
        font-size: 21px;
        line-height: 27px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-part {
        padding: 80px 0px;
    }
    .blog-ad {
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .suggest-img a img {
        width: 95px;
    }
    .blog-ad {
        display: none;
    }
}


.contact-part {
    padding: 100px 0px;
}
.contact-info {
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 50px 30px 45px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.contact-info i {
    font-size: 45px;
    margin-bottom: 25px;
    background: var(--primary-gdnt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-info h3 {
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
}
.contact-info h3::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}
.contact-info h3::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-gdnt);
}
.contact-info p span {
    display: block;
}
.contact-form {
    border-radius: 10px;
    padding: 50px 30px 45px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.contact-label {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.contact-label:focus-within input,
.contact-label:focus-within textarea {
    border-bottom: 1px solid var(--primary);
}
.contact-label:focus-within i {
    background: var(--primary-gdnt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-label input,
.contact-label textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    display: block;
    padding: 0px 20px 0px 50px;
    border-bottom: 1px solid var(--border);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.contact-label textarea {
    height: 150px;
    padding: 10px 20px 0px 50px;
    resize: none;
}
.contact-label i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.contact-form .btn {
    width: 100%;
}
.contact-map {
    padding: 30px;
    border-radius: 10px;
    background: var(--white);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.contact-map iframe {
    height: 479px;
}
@media (max-width: 991px) {
    .contact-part {
        padding: 60px 0px;
    }
    .contact-form {
        padding: 50px 15px 45px;
        margin-bottom: 30px;
    }
    .contact-map {
        padding: 15px;
    }
    .contact-map iframe {
        height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact-part {
        padding: 80px 0px;
    }
}