@font-face {font-family: BloombergArabic; src: url('../fonts/BloombergArabic.woff2');}
body{
    font-family: BloombergArabic, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
ul {list-style: none;padding: 0;margin: 0;}
a {text-decoration: none !important;}
p {margin-bottom: 0;}
.clear {clear: both;}

/* -- Header Top -- */
.header-top {
    background: #623917;
}
.header-top .date {
    padding: 5px 15px;
    background: #a08c6e;
    display: inline-block;
    color: #fff;
}
.header-top .socail-menu {
    text-align: left;
    padding: 6px 0 0;
    font-size: 18px;
    margin-left: 15px;
}
.header-top .socail-menu li {
    display: inline-block;
    margin-right: 10px;
}
.header-top .socail-menu li a,
.header-top .socail-menu li span {
    color: #fff;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.header-top .socail-menu li a:hover,
.header-top .socail-menu li span:hover {
    color: #aaa;
}
/* -- ./Header Top -- */

/* -- Header -- */
header {
    padding: 10px 0;
}
header .logo {
    height: 80px;
    display: inline-block;
    margin-right: 25px;
}
header .menu-btn {
    display: none;
}
header .main-menu {
    float: left;
    padding-top: 15px;
}
header .main-menu li {
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    position: relative;
}
header .main-menu li a {
    color: #a08c6e;
    display: inline-block;
    padding: 10px;
    transition: all .5s ease-in-out;
}
header .main-menu li span {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: -1;
    border: 1px solid #623917;
    border-radius: 5px;
}
header .main-menu li span:after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    transition: all .5s ease-in-out;
}
header .main-menu li span:before {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    transition: all .5s ease-in-out;
}
header .main-menu li a:hover,
header .main-menu li.active a {
    color: #623917;
}
header .main-menu li.active a span:after,
header .main-menu li.active a span:before,
header .main-menu li a:hover span:after, 
header .main-menu li a:hover span:before {
    width: 80%;
    height: 50%;
}
header .overlay-mobile {
    display: none;
}
/* -- ./Header -- */

/* -- Search -- */
.search-box {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.search-box.open {
    opacity: 1;
    transform: scale(1);
}
.search-box .search {
    width: 90%;
    position: relative;
}
.search-box .search input {
    display: block;
    width: 100%;
    background: #623917;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    outline: none;
    border-bottom: 2px solid #fff;
}
.search-box .search button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 2px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background: #623917;
    border: 2px solid transparent;
    cursor: pointer;
    color: #fff;
}
.search-box .close-btn {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
/* -- ./Search -- */

/* -- News Ticker -- */
.news-beark {
    background: #623917;
}
.news-beark .container {
    position: relative;
    padding-right: 105px;
    padding-left: 160px;
    height: 40px;
    overflow: hidden;
}

.news-beark .title {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    padding: 10px;
    z-index: 5;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #fff;
    background: #ab2121;
}

#newscontent {
    float: right !important;
    height: 25px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    overflow: hidden;
}

#newscontent a {
    color: #fff;
    line-height: 2;
    transition: all .5s ease-in-out;
}

#newscontent a:hover {
    text-decoration: underline !important;
}

#controls {
    position: absolute;
    left: 15px;
    top: 20px;
    float: left !important;
}

#controls > a {
    float: left !important;
    background: #a08c6e;
    position: relative;
    top: -20px;
    height: 40px;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: 1px;
}

#controls > a svg {
    fill: rgba(255,255,255,0.8);
}

#controls > a:hover svg {
    fill: #fff;
}

/* -- ./News Ticker -- */

/* -- Last News -- */
.last-news-box {
    display: flex;
    padding: 25px 15px 40px;
}
.last-news-box .col.side {
    width: 25%;
}
.last-news-box .col.half {
    width: 50%;
}
.news-block {
    position: relative;
    margin-bottom: 2px;
}
.news-block img,
.news-block iframe {
    width: 100%;
    height: 200px;
}
.news-block .info {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    left: 15px;
}
.news-block h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    max-height: 50px;
    overflow: hidden;
    margin: 0;
}
.news-block h2:hover {
    text-decoration: underline !important;
}
.news-block .type {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #d00;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.news-block .date {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.news-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: 0.3;
    transition: all .5s ease-in-out;
}
.news-block:hover .overlay {
    opacity: 0.15;
}
/* -- ./Last News -- */

/* -- Main Slider -- */
.main-slider {
    height: 402px;
    overflow: hidden;
    padding: 0 2px;
}
.main-slider .flickity-viewport {
    height: 402px !important;
}
.main-slider .item {
    width: 100%;
    height: 100%;
}
.main-slider .item iframe,
.main-slider .item img {
    width: 100%;
    height: 402px !important;
}
.main-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}
.main-slider .flickity-prev-next-button:hover {
    opacity: 0.7;
}
.main-slider .flickity-prev-next-button svg {
    width: 15px;
    height: 15px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
.main-slider .flickity-prev-next-button .arrow {
    transition: all .5s ease-in-out;
}
.main-slider .flickity-prev-next-button:hover .arrow {
    fill: #d00;
}
.main-slider .flickity-prev-next-button.next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.main-slider .flickity-prev-next-button.previous {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* -- ./Main Slider -- */

/* -- About Box -- */
.about-box {
    position: relative;
    min-height: 500px;
    margin-bottom: 25px;
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #a08c6e;
    opacity: 0.5;
    z-index: 1;
}
.about-box .inner-box {
    position: relative;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    background: rgba(160,140,110,0.6);
    padding: 15px 15px 25px;
}
.about-box .inner-box .about-title {
    margin: 0;
    margin-bottom: 20px;
}
.about-box .inner-box .about-title a {
    color: #fff;
}
.about-box .inner-box p {
    color: #eee;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.about-box .inner-box img.about-img {
    margin: 15px auto;
    max-width: 250px;
}
@media (max-width: 767px) {
    .about-box .inner-box {
        width: calc(100% - 30px);
        margin: 30px 15px;
    }
    .about-box {
        min-height: auto;
    }
}
/* -- ./About Box -- */

/* -- Politics -- */
.box-news {
    border: 1px solid #e1e1e1;
    padding: 15px;
    padding-bottom: 0;
}
.box-news .box-title {
    margin: 0;
    padding: 15px;
    margin: -15px -15px 15px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    position: relative;
}
.box-news .box-title:after {
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: -1px;
    width: 3px;
    content: '';
    background: #00c8fa;
}
.box-news .box-title a {
    color: #00c8fa;
}
.news-block2 {
    margin-bottom: 20px;
}
.news-block2 .img-box {
    position: relative;
    display: block;
}
.news-block2 .img-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    transition: all .5s ease-in-out;
}
.news-block2 .img-box:hover .overlay {
    opacity: 0.05;
}
.news-block2 .img-box .date {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}
.news-block2 img,
.news-block2 iframe {
    width: 100%;
    height: 260px;
}
.news-block2 h2 {
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    margin: 10px 0 0;
    height: 55px;
    overflow: hidden;
}
.news-block2 h2 a {
    color: #000;
    transition: all .5s ease-in-out;
}
.news-block2 h2 a:hover {
    color: #00c8fa;
}
.news-block3 {
    margin: 0 -5px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.news-block3:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-block3 .col-sm-4 {
    padding-right: 0;
}
.news-block3 .img-box {
    position: relative;
    display: block;
}
.news-block3 .img-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
    transition: all .5s ease-in-out;
}
.news-block3 .img-box:hover .overlay {
    opacity: 0.05;
}
.news-block3 .img-box img,
.news-block3 .img-box iframe {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.news-block3 h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    max-height: 50px;
    overflow: hidden;
    line-height: 1.7;
}
.news-block3 h2 a {
    color: #000;
    transition: all .5s ease-in-out;
}
.news-block3 h2 a:hover {
    color: #00c8fa;
}
.news-block3 .date {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}
/* -- ./Politics -- */

/* -- Iraq News -- */
.iraq-news .news-block2 img,
.iraq-news .news-block2 iframe {
    height: 145px;
}
.iraq-news .box-title a {
    color: #ffc61c;
}
.iraq-news .box-title:after {
    background: #ffc61c;
}
/* -- ./Iraq News -- */


/* -- Videos -- */
.videos-section {
    margin: 40px 0;
    padding-left: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #623917;
}
.videos-section .row {
    margin-left: 0;
}
.videos-section .title {
    margin: 30px 0 30px;
    font-size: 22px;
}
.videos-section .title a {
    color: #fff;
}
.video-box {
    margin-bottom: 25px;
}
.video-box .date {
    color: #aaa;
    font-size: 14px;
}
.video-box .img-box {
    display: block;
    position: relative;
}
.video-box .img-box img,
.video-box .img-box iframe {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
}
.video-box .img-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}
.video-box .img-box .overlay span {
    margin-right: 25px;
    opacity: 0;
    color: #fff;
    transition: all .5s ease-in-out;
}
.video-box:hover .img-box .overlay {
    background: rgba(0,0,0,0.5);
    top: calc(50% - 20px);
    bottom: calc(50% - 20px);
    left: calc(50% - 100px);
    right: calc(50% - 100px);
}
.video-box:hover .img-box .overlay span {
    opacity: 1;
}
.video-box .img-box i {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 36px;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    transition: all .5s ease-in-out;
}
.video-box .img-box:hover i {
    right: calc(50% - 90px);
    color: #d00;
}
.video-box p {
    margin: 10px 0;
    height: 47px;
    overflow: hidden;
}
.video-box p a {
    color: #fff;
}
.video-box.main img,
.video-box.main iframe {
    height: 770px;
}
.videos-section .left-side {
    padding-left: 0;
}
.video-box.main {
    position: relative;
    margin-bottom: 0;
}
.video-box.main p {
    position: absolute;
    bottom: 30px;
    right: 15px;
    left: 15px;
    z-index: 2;
    max-height: 47px;
    height: auto;
}
.video-box.main .date {
    right: 15px;
    left: 15px;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    color: #a08c6e;
}
/* -- ./Videos -- */

/* -- Mix & Sport & Economy News -- */
.down-blocks .box-news .box-title {
    margin-bottom: 0;
}
.down-blocks .news-block {
    margin: 0 -15px 20px;
}
.down-blocks .news-block img,
.down-blocks .news-block iframe {
    height: 250px;
}
.down-blocks .news-block3:last-child {
    padding-bottom: 15px;
}
.sport-news .box-title:after {
    background: #67bf35;
}
.sport-news .box-title a {
    color: #67bf35;
}
.mix-news .box-title:after {
    background: #ec0000;
}
.mix-news .box-title a {
    color: #ec0000;
}
.eco-news .box-title:after {
    background: #1f2024;
}
.eco-news .box-title a {
    color: #1f2024;
}
/* -- ./Mix & Sport & Economy News -- */

/* -- Articles -- */
.articles {
    margin-bottom: 40px;
}
.articles .box-title a {
    color: #702BC6;
}
.articles .box-title:after {
    background: #702BC6;
}
.articles .news-block2 img,
.articles .news-block2 iframe {
    height: 175px;
}
.articles .pen {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
}
.articles .news-block2 h2 {
    margin-top: 5px;
}
/* -- ./Articles -- */

/* -- Global News -- */
.global-news .box-title a {
    color: #888;
}
.global-news .box-title:after {
    background: #888;
}
.global-news .news-block3:last-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.global-news .news-block3 .col-sm-4 {
    padding-left: 0;
}
.global-news .news-block3 .img-box img, 
.global-news .news-block3 .img-box iframe {
    height: 84px;
}
/* -- ./Global News -- */

/* -- Footer -- */
footer {
    margin-top: 40px;
    background: #623917;
    padding-top: 15px;
}
footer.fixed {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}
footer .site-map {
    margin-top: 25px;
}
footer .site-map li {
    display: inline-block;
    margin-left: 30px;
}
footer .site-map li a {
    color: #fff;
    position: relative;
    transition: all .5s ease-in-out;
}
footer .site-map li a:hover {
    color: #aaa;
}
footer .site-map li span {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #aaa;
    transition: all .5s ease-in-out;
}
footer .site-map li a:hover span {
    left: 0;
    opacity: 1;
}
footer .logo {
    height: 75px;
}
.footer-down {
    margin-top: 15px;
    background: #a08c6e;
    padding: 10px 0;
}
.footer-down .socail li {
    display: inline-block;
    margin-left: 15px;
}
.footer-down .socail li a {
    color: #fff;
    font-size: 20px;
    transition: all .5s ease-in-out;
}
.footer-down .socail li a:hover {
    color: #623917;
}
.footer-down .copyrights {
    text-align: left;
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}
.footer-down .copyrights a {
    color: #fff;
}
.footer-down .copyrights a:hover {
    text-decoration: underline !important;
}
/* -- ./Footer -- */

/* -- Home Page Responsive -- */
@media (max-width: 991px) and (min-width: 768px) {
    header .main-menu li {
        font-size: 16px;
    }
    header .main-menu li a {
        padding: 10px 8px;
    }
    .box-news {
        margin-bottom: 40px;
    }
    .iraq-news .news-block2 img, 
    .iraq-news .news-block2 iframe {
        height: 300px;
    }
    .video-box.main img, 
    .video-box.main iframe {
        height: 450px;
    }
    .videos-section .left-side {
        padding-right: 0;
    }
    .articles .news-block2 img, 
    .articles .news-block2 iframe,
    .down-blocks .news-block img, 
    .down-blocks .news-block iframe {
        height: 200px;
    }
    .down-blocks .news-block3 .col-sm-4 {
        padding-left: 0;
    }
    .down-blocks .news-block3 img,
    .down-blocks .news-block3 iframe {
        height: 75px;
    }
    footer .site-map li {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .box-news {
        margin-bottom: 40px;
    }
    header {
        position: relative;
    }
    header .logo {
        float: left;
        height: 65px;
    }
    header .menu-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }
    header .menu-btn span {
        display: block;
        width: 30px;
        background: #623917;
        margin-bottom: 5px;
        height: 2px;
    }
    header .menu-btn span:nth-child(2) {
        width: 20px;
    }
    header .main-menu {
        padding: 50px 15px 15px;
        position: fixed;
        z-index: 999;
        top: 0;
        right: -200px;
        width: 200px;
        bottom: 0;
        background: #623917;
        overflow-y: scroll;
        transition: all .5s ease-in-out;
    }
    header .main-menu.open {
        right: 0;
    }
    header .main-menu li {
        display: block;
        margin-bottom: 15px;
    }
    header .main-menu li a {
        color: #fff;
    }
    header .main-menu li.active a {
        color: #444;
    }
    header .main-menu li span:before,
    header .main-menu li span:after {
        background: #a08c6e;
        width: 99% !important;
        height: 99% !important;
    }
    header .main-menu li span {
        border-color: transparent;
    }
    header .overlay-mobile {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 998;
        background: rgba(0,0,0,0.5);
    }
    header .overlay-mobile span {
        position: absolute;
        top: 5px;
        left: 15px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }
    .header-top .date {
        display: block;
        text-align: center;
    }
    .header-top .socail-menu {
        padding: 10px 0;
        text-align: center;
    }
    .news-beark .container {
        padding-left: 15px;
    }
    .news-beark #controls {
        display: none;
    }
    .last-news-box {
        display: block;
    }
    .last-news-box .col {
        width: 100% !important;
    }
    .last-news-box .col.side {
        display: flex;
    }
    .last-news-box .col.side .news-block {
        margin: 4px 2px;
    }
    .news-block3 .img-box img, 
    .news-block3 .img-box iframe,
    .iraq-news .news-block2 img, 
    .iraq-news .news-block2 iframe,
    .video-box .img-box img, 
    .video-box .img-box iframe,
    .articles .news-block2 img, 
    .articles .news-block2 iframe,
    .global-news .news-block3 .img-box img, 
    .global-news .news-block3 .img-box iframe,
    .down-blocks .news-block img, 
    .down-blocks .news-block iframe  {
        height: 260px;
    }
    .videos-section .left-side {
        padding: 0 15px 30px;
    }
    .video-box.main p,
    .video-box.main .date {
        position: static;
    }
    .news-block3:last-child {
        margin-bottom: 15px;
    }
    footer .logo {
        margin: 0 auto;
    }
    footer .site-map {
        text-align: center;
    }
    footer .site-map li {
        margin-bottom: 20px;
    }
    .footer-down .socail {
        text-align: center;
    }
    .footer-down .copyrights {
        text-align: center;
        padding: 10px 0;
    }
}
@media (max-width: 450px) {
    .last-news-box .col.side {
        display: block;
    }
    .main-slider,
    .main-slider .flickity-viewport,
    .main-slider .item iframe, 
    .main-slider .item img {
        height: 225px !important;
    }
    .last-news-box .col.side .news-block img,
    .last-news-box .col.side .news-block iframe,
    .news-block2 img, 
    .news-block2 iframe,
    .news-block3 .img-box img, 
    .news-block3 .img-box iframe,
    .iraq-news .news-block2 img, 
    .iraq-news .news-block2 iframe,
    .video-box .img-box img, 
    .video-box .img-box iframe,
    .articles .news-block2 img, 
    .articles .news-block2 iframe,
    .global-news .news-block3 .img-box img, 
    .global-news .news-block3 .img-box iframe,
    .down-blocks .news-block img, 
    .down-blocks .news-block iframe {
        height: 225px;
    }
    
}
/* -- ./Home Page Responsive -- */

/* -- Last News Page -- */
.inner-page .inner-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.inner-page .inner-title a {
    color: #623917;
}
.inner-page .news-block3 {
    margin-bottom: 15px;
}
.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0 0;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    border: 1px solid #623917;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
    color: #623917;
    min-width: 30px;
    line-height: 1.5;
}

.page-navigation span:hover {
    cursor: not-allowed;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: #623917;
}

/* -- ./Last News Page -- */

/* -- News Page -- */
.inner-page .iraq-news img,
.inner-page .iraq-news iframe,
.inner-page .articles .news-block2 img, 
.inner-page .articles .news-block2 iframe {
    height: 200px;
}
/* -- ./News Page -- */

/* -- Videos Page -- */
.inner-page .video-box p a {
    color: #444;
}
/* -- ./Videos Page -- */

/* -- Blog Details -- */

.blog-details {
    font-size: 16px;
    padding-top: 25px;
}
.blog-details .blog-box {
    border: 1px solid #e1e1e1;
    padding: 15px;
    box-shadow:  0 0 5px rgba(0,0,0,0.1);
}
.blog-details .blog-box h1 {
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    margin: 10px;
    margin-bottom: 15px;
}
.blog-details .blog-box .img-box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-details .blog-box .img-box i {
    font-size: 50px;
    position: absolute;
    z-index: 5;
    color: #fff;
    transition: all .5s ease-in-out;
}
.blog-details .blog-box .img-box:hover i {
    color: #d0063c;
}
.blog-details .blog-box .img-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.blog-details .blog-box .img-box img,
.blog-details .blog-box .img-box iframe {
    width: 100%;
    max-height: 500px;
    min-height: 250px;
}
.blog-details .blog-box .img-box img {
    object-fit: cover;
}
.blog-details .share {
    margin-bottom: 15px;
}
.blog-details .share li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .share li span {
    font-weight: bold;
    font-size: 13px;
    color: #a08c6e;
    position: relative;
    top: -5px;
}
.blog-details .share li a {
    width: 25px;
    height: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #623917;
    transition: all .5s ease-in-out;
}
.blog-details .share li a:hover {
    background: transparent;
    color: #623917;
}
.blog-details .share li.facebook a {
    background: #4867aa;
}
.blog-details .share li.facebook a:hover {
    color: #4867aa;
    background: transparent;
}
.blog-details .share li.twitter a {
    background: #1da1f2;
}
.blog-details .share li.twitter a:hover {
    color: #1da1f2;
    background: transparent;
}
.blog-details .share li.telegram a {
    background: #2fa7db;
}
.blog-details .share li.telegram a:hover {
    color: #2fa7db;
    background: transparent;
}
.blog-details .share li.whatsapp a {
    background: #33bc48;
}
.blog-details .share li.whatsapp a:hover {
    color: #33bc48;
    background: transparent;
}
.blog-details ul.info li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    color: #aaa;
    margin-bottom: 15px;
    font-size: 14px;
    border-left: 1px solid #e1e1e1;
}
.blog-details ul.info li:last-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
.blog-details ul.info li i {
    font-size: 16px
}
.blog-details .blog-txt {
    line-height: 1.5;
    margin-bottom: 15px;
}
.blog-details .blog-txt img,
.blog-details .blog-txt iframe {
    width: 100%;
    max-height: 600px;
    min-height: 250px;
    margin: 15px 0;
}
.blog-details .blog-txt img {
    object-fit: cover;
    object-position: center;
}
.blog-details .tags {
    margin-bottom: 20px;
}
.blog-details .tags li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.blog-details .tags li a {
    padding: 5px 10px;
    background: #623917;
    border: 2px solid #623917;
    color: #fff;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.blog-details .tags li a:hover {
    background: #fff;
    color: #623917;
}
.blog-details .option-list li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
}
.blog-details .option-list button,
.blog-details .option-list a {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #623917;
    background: #623917;
    color: #fff;
    border-radius: 15px;
    outline: none;
    transition: all .5s ease-in-out;
}
.blog-details .option-list button:hover,
.blog-details .option-list a:hover {
    box-shadow: 0 0 10px rgba(23,20,76,0.7);
}
.blog-details .related-blog {
    border: 1px solid #e1e1e1;
    padding: 15px;
    box-shadow:  0 0 5px rgba(0,0,0,0.1);
    margin-top: 25px;
}
.blog-details .related-blog h3 {
    margin: 0 0 15px;
}
.blog-details .related-blog h3 a {
    color: #623917;
    font-size: 22px;
}

.blog-details .related-blog img,
.blog-details .related-blog iframe {
    height: 240px;
}
.blog-details .lastest-blog .pen,
.blog-details .related-blog .pen {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
}
.blog-details .lastest-blog {
    border: 1px solid #e1e1e1;
    padding: 15px;
    box-shadow:  0 0 5px rgba(0,0,0,0.1);
}
.blog-details .lastest-blog h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-details .lastest-blog h3 a {
    font-size: 22px;
    color: #623917;
}
.blog-details .lastest-blog .sub-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
}
.blog-details .lastest-blog .sub-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.blog-details .lastest-blog .sub-block .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-details .lastest-blog .sub-block .img-box i {
    position: absolute;
    color: #fff;
    font-size: 35px;
    z-index: 9;
    transition: all .5s ease-in-out;
}
.blog-details .lastest-blog .sub-block:hover .img-box i {
    color: #d0063c;
}
.blog-details .lastest-blog .sub-block img,
.blog-details .lastest-blog .sub-block iframe {
    width: 100%;
    height: 100%;
}
.blog-details .lastest-blog .sub-block img {
    object-fit: cover;
    object-position: center;
    transition: all 2s ease-in-out;
}
.blog-details .lastest-blog .sub-block:hover img {
    transform: scale(1.2);
}
.blog-details .lastest-blog .sub-block .date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background: #623917;
    color: #fff;
    font-size: 14px;
}
.blog-details .lastest-blog .sub-block .date:after {
    position: absolute;
    top: 0;
    left: -24px;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent #623917 transparent transparent;
    content: '';
}
.blog-details .lastest-blog .sub-block .date i {
    font-size: 16px;
}
.blog-details .lastest-blog .sub-block p {
    margin-top: 10px;
}
.blog-details .lastest-blog .sub-block p a {
    color: #444;
}

@media (max-width: 991px) {
    .blog-details .lastest-blog {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .blog-details .blog-txt img, 
    .blog-details .blog-txt iframe {
        min-height: 200px;
    }
}

/* -- ./Blog Details -- */

/* -- About Page -- */
.about-txt {
    line-height: 2;
}
/* -- ./About Page -- */

/* -- Contact us -- */

#dle-content{
	padding: 20px 0;
}

#dle-content img {
    max-width: 100%;
    width: auto;
}

#dle-content h3{
	display: none;
}

#dle-content input,
#dle-content textarea,
#dle-content select {
	outline: none;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

#dle-content textarea {
    height: 200px;
    resize: none;
}

#dle-content select :focus,
#dle-content input:focus,
#dle-content textarea:focus {
    border-color: #623917;
}

#dle-content .c-capcha{
	text-align: center;
}

#dle-content .c-capcha input{
	width: 100px;
    display: block;
    margin: 5px auto 25px;
}

#dle-content button.btn{
	display: block;
	margin: 5px auto;
	outline: none;
	border: 1px solid #623917;
	color: #fff;
    background: #623917;
    transition: all 0.5s ease-in-out;
}

#dle-content button.btn:hover{
	background: #fff;
	color: #623917;
}

.phone-email a{
	color: #333;
}

@media (max-width:767px) {

    #dle-content{
        padding: 15px;
    }
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
}

/* -- ./Contact us -- */







