.mtphr-dnt img {
    max-width: 100%;
    height: auto;
}

.mtphr-dnt-wrapper {
    position: relative;
    width: 100%;
}

.mtphr-dnt-inline-title {
    float: left;
    padding-right: 5px;
}

.mtphr-dnt-tick-container {
    position: relative;
}

.mtphr-dnt-tick-contents {
    position: relative;
    overflow: hidden;
}

.mtphr-dnt-tick {
    margin: 0;
}

.mtphr-dnt-tick img.emoji {
    max-width: none;
}

.mtphr-dnt-rotate .mtphr-dnt-tick,
.mtphr-dnt-scroll .mtphr-dnt-tick {
    position: absolute;
    display: none;
}

.mtphr-dnt-rotate .mtphr-dnt-tick {
    opacity: 0;
}

.mtphr-dnt-scroll-left .mtphr-dnt-tick,
.mtphr-dnt-scroll-right .mtphr-dnt-tick {
    white-space: nowrap;
}

.mtphr-dnt-trim-ticks .mtphr-dnt-tick * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* --------------------------------------------------------- */
/* !Rotate */
/* --------------------------------------------------------- */
/* .mtphr-dnt-rotate { .unslider { overflow:auto; margin:0; padding:0; li, ol, ul { list-style:none; margin:0; padding:0; border:none; } } .unslider-wrap { position:relative; &.unslider-carousel { > .mtphr-dnt-tick { float:left; } } } .unslider-vertical { > ul { height:100%; } li { float:none; width:100%; } } .unslider-fade { position:relative; .unslider-wrap { .mtphr-dnt-tick { position:absolute; left:0; top:0; right:0; z-index:8; &.unslider-active { z-index:10; } } } } .unslider-arrow { position:absolute; left:20px; z-index:2; cursor:pointer; &.next { left:auto; right:20px; } } .unslider-nav { text-align: center; ol { display: inline-block; } li { float: left; margin: 0 5px; cursor: pointer; &.unslider-active { color: green; } } } } */
/* --------------------------------------------------------- */
/* !Spinner */
/* --------------------------------------------------------- */
.mtphr-dnt-icon-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
    margin: -15px 0 0 -15px;
    -webkit-animation: mtphr-dnt-spinner-rotation 0.8s infinite linear;
    -moz-animation: mtphr-dnt-spinner-rotation 0.8s infinite linear;
    -o-animation: mtphr-dnt-spinner-rotation 0.8s infinite linear;
    animation: mtphr-dnt-spinner-rotation 0.8s infinite linear;
}

@-webkit-keyframes mtphr-dnt-spinner-rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes mtphr-dnt-spinner-rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes mtphr-dnt-spinner-rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes mtphr-dnt-spinner-rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* --------------------------------------------------------- */
/* !Images */
/* --------------------------------------------------------- */
.mtphr-dnt-image-caption {
    line-height: 1.2em;
}

.mtphr-dnt-image-container {
    position: relative;
    display: block;
}

.mtphr-dnt-image-container > * {
    margin: 10px 0;
}

.mtphr-dnt-image-container > *:first-child {
    margin-top: 0;
}

.mtphr-dnt-image-container > *:last-child {
    margin-bottom: 0;
}

.mtphr-dnt-image-container.mtphr-dnt-image-caption-top .mtphr-dnt-image-photo,
.mtphr-dnt-image-container.mtphr-dnt-image-caption-bottom
    .mtphr-dnt-image-photo {
    margin-top: 0;
    margin-bottom: 0;
}

.mtphr-dnt-image-container.mtphr-dnt-image-caption-top .mtphr-dnt-image-caption,
.mtphr-dnt-image-container.mtphr-dnt-image-caption-bottom
    .mtphr-dnt-image-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
    padding: 12px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.mtphr-dnt-image-container.mtphr-dnt-image-caption-top
    .mtphr-dnt-image-caption {
    bottom: auto;
    top: 0;
}

.mtphr-dnt-image-container.mtphr-dnt-image-caption-hover {
    display: block;
}

.mtphr-dnt-image-container.mtphr-dnt-image-caption-hover
    .mtphr-dnt-image-caption {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mtphr-dnt-image-container.mtphr-dnt-image-caption-hover:hover
    .mtphr-dnt-image-caption {
    opacity: 1;
}

.mtphr-dnt-image-container .mtphr-dnt-image-photo {
    line-height: 0;
}

.mtphr-dnt-image-container .mtphr-dnt-image-photo a {
    display: inline-block;
    max-width: 100%;
}

.mtphr-dnt-image-container .mtphr-dnt-image-photo img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 0;
}

.mtphr-dnt-image-container .mtphr-dnt-image-placeholder,
.mtphr-dnt-image-container .mtphr-dnt-image-placeholder-loading {
    position: relative;
    display: none;
    width: 100%;
    max-width: 100%;
    background: #000;
    line-height: 0;
}

.mtphr-dnt-grid .mtphr-dnt-image-container {
    width: 100% !important;
}

.mtphr-dnt-grid .mtphr-dnt-image-container .mtphr-dnt-image-placeholder,
.mtphr-dnt-grid
    .mtphr-dnt-image-container
    .mtphr-dnt-image-placeholder-loading {
    width: 100% !important;
}

/* Directional nav
------------------------------------------------------------ */
.mtphr-dnt .mtphr-dnt-nav {
    position: absolute;
    top: 50%;
    text-decoration: none;
    margin-top: -19px;
}

.mtphr-dnt-nav i {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 38px;
    line-height: 38px;
    color: #ddd;
    color: rgba(221, 221, 221, 0.8);
}

.mtphr-dnt-nav:hover {
    text-decoration: none !important;
}

.mtphr-dnt-nav:focus {
    outline: none;
}

.mtphr-dnt-nav-prev {
    left: 10px;
}

.mtphr-dnt-nav-next {
    right: 10px;
    background-position: -38px 0;
}

.mtphr-dnt-nav-hide {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.mtphr-dnt-tick-container:hover .mtphr-dnt-nav-hide {
    opacity: 1;
}

/* Control nav
------------------------------------------------------------ */
.mtphr-dnt-control-links {
    text-align: center;
    margin: 15px 0px 0px;
}

.mtphr-dnt-control-links a {
    text-decoration: none;
}

.mtphr-dnt-control-number {
    padding: 2px 5px;
}

.mtphr-dnt-control-button {
    display: inline-block;
    margin: 0 2px;
}

.mtphr-dnt-control-button i {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #ccc;
}

.mtphr-dnt-control-button:hover {
    text-decoration: none !important;
}

.mtphr-dnt-control-button.active i {
    color: #777;
}

.mtphr-dnt-control-button:focus {
    outline: none;
}

/* --------------------------------------------------------- */
/* !Play & Pause */
/* --------------------------------------------------------- */
.mtphr-dnt-play-pause {
    float: right;
    color: inherit;
    text-decoration: none;
}

.mtphr-dnt-play-pause:hover i {
    opacity: 1;
    text-decoration: none;
}

.mtphr-dnt-play-pause:active,
.mtphr-dnt-play-pause:focus {
    outline: none;
    text-decoration: none;
}

.mtphr-dnt-play-pause.paused i.mtphr-dnt-icon-play {
    display: none;
}

.mtphr-dnt-play-pause.paused i.mtphr-dnt-icon-pause {
    display: inline-block;
}

.mtphr-dnt-play-pause i {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background-color: #333;
    border-radius: 20px;
    opacity: 0.8;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mtphr-dnt-play-pause i:before {
    vertical-align: middle;
}

.mtphr-dnt-play-pause i.mtphr-dnt-icon-play {
    padding-left: 4px;
}

.mtphr-dnt-play-pause i.mtphr-dnt-icon-pause {
    display: none;
}

/* --------------------------------------------------------- */
/* !Edit link */
/* --------------------------------------------------------- */
.mtphr-dnt-edit-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #666;
    background: #fff;
    padding: 6px 8px 4px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.mtphr-dnt-edit-link:hover {
    color: #666;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.mtphr-dnt-edit-link i {
    float: left;
    display: block;
    margin: 1px 3px 0 0;
}

/* --------------------------------------------------------- */
/* !Paging */
/* --------------------------------------------------------- */
.mtphr-dnt-tick-paging {
    text-align: center;
    list-style: none;
}

.mtphr-dnt-tick-paging a,
.mtphr-dnt-tick-paging span {
    margin: 0 4px;
}

/* --------------------------------------------------------- */
/* !Grid */
/* --------------------------------------------------------- */
.mtphr-dnt-grid {
    width: 100%;
    border-spacing: 0;
}

.mtphr-dnt-grid td {
    border: none;
}

.mtphr-dnt-grid-remove-padding tr > td:first-child {
    padding-left: 0 !important;
}

.mtphr-dnt-grid-remove-padding tr > td:last-child {
    padding-right: 0 !important;
}

.mtphr-dnt-grid-remove-padding tr:first-child td {
    padding-top: 0 !important;
}

.mtphr-dnt-grid-remove-padding tr:last-child td {
    padding-bottom: 0 !important;
}

/* Add clearfix
------------------------------------------------------------ */
.mtphr-dnt-clearfix {
    *zoom: 1;
}

.mtphr-dnt-clearfix:before,
.mtphr-dnt-clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.mtphr-dnt-clearfix:after {
    clear: both;
}

/** Default styles @since 1.0.0 */
.mtphr-dnt-styled .mtphr-dnt-posts-nav-prev {
    float: left;
}

.mtphr-dnt-styled .mtphr-dnt-posts-nav-next {
    float: right;
}

/*

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 98.123
  exclusion.robots: 0.228
  exclusion.robots.policy: 0.219
  RedisCDXSource: 0.678
  esindex: 0.011
  LoadShardBlock: 81.063 (3)
  PetaboxLoader3.datanode: 89.751 (4)
  CDXLines.iter: 13.592 (3)
  load_resource: 100.51
  PetaboxLoader3.resolve: 33.994
*/

footer .top_footer_bg {
    padding: 20px 0 0;
}

footer .top_footer_bg .top_footer {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media screen and (max-width: 991px) {
    footer .top_footer_bg .top_footer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    footer .top_footer_bg .top_footer {
        grid-template-columns: repeat(1, 1fr);
    }
}

footer .top_footer_bg .top_footer h4 {
    color: #fff;
    text-transform: capitalize;
    /* display: none; */
}

footer .top_footer_bg .top_footer h4 hr {
    border: none;
    border-bottom: 2px solid #bec8c9;
    width: 80%;
    display: none;
}

footer .top_footer_bg .top_footer ul li {
    color: #fff;
    padding: 10px 0;
    text-transform: capitalize;
}

footer .top_footer_bg .top_footer ul li i {
    padding: 0 20px 0 0;
}

footer .top_footer_bg .top_footer ul li a {
    color: #fff;
}

footer .top_footer_bg .top_footer .Social-media {
    margin: 80px auto;
    width: 100px;
}

footer .top_footer_bg .top_footer .Social-media ul {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    white-space: nowrap;
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 29px;
}

footer .top_footer_bg .top_footer .Social-media ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    padding: 0;
}

footer .top_footer_bg .top_footer .Social-media ul li i {
    padding: 0;
}

footer .top_footer_bg .top_footer .Social-media ul li:first-child {
    grid-row-start: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-child(2) {
    grid-row-start: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / span 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-child(3) {
    grid-row-start: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-child(4) {
    grid-row-start: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-child(5) {
    grid-row-start: 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-child(6) {
    grid-row-start: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-child(7) {
    grid-row-start: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / span 2;
}

footer .top_footer_bg .top_footer .Social-media ul li:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

footer .top_footer_bg .top_footer .Social-media ul li::before,
footer .top_footer_bg .top_footer .Social-media ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}

/* footer .top_footer_bg .top_footer .Social-media ul li::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

footer .top_footer_bg .top_footer .Social-media ul li::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
} */

footer .top_footer_bg .top_footer .Social-media ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    border-radius: 50%;
}

/* footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(1) a, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(1)::before, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(1)::after {
  background: #3b5999;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(2) a, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(2)::before, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(2)::after {
  background: #55acee;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(3) a, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(3)::before, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(3)::after {
  background: #dd4b39;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(4) a, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(4)::before, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(4)::after {
  background: #0077B5;
}

footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(5) a, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(5)::before, footer .top_footer_bg .top_footer .Social-media ul li:nth-of-type(5)::after {
  background: #00AFF0;
} */

footer .copy_right_footer {
    background: #d7d0d0;
    text-align: center;
    color: #000;
    padding: 10px 0;
    text-transform: capitalize;
}
