body {
    font-family: 'Open Sans', Arial, Sans-serif;
    background: rgb(2,0,36);
    background-color: #0a4275;
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(16,7,99,1) 7%, rgba(108,8,69,1) 25%, rgba(9,9,121,1) 39%, rgba(131,8,62,1) 54%, rgba(94,7,148,1) 80%, rgb(96 8 79) 100%);
    background-size: 100% 100%;
    /*background-image: url('images/bg.png');*/
    margin: 0;
    padding: 0;
    font-size: 15px;
     -youbkit-touch-callout: none; /* iOS Safari */
    -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;        /* IE 10+ and Edge */
    user-select: none; 
}
/*er-select: none;*/
/*}*/
.content{
    color: #fff;
}

a:link {
    text-decoration: none;color: #fff;
}

a:visited {
    color: #e64c65;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.ampstart-card img{
    width: 100%;
    height: 400px;
}
@media(max-width: 400px){
    .fontcall{
        font-size: 1.2rem!important;
        padding: 10px 35px!important;
    }
    .navbar-brand{
        width:50%!important;
    }
    .ampstart-card img{
        width: 100%;
        height: 150px;
    }
    h1,h2,h3, h1>a{
        font-size: 18px!important;
    }
    .img_cont_footer{
       text-align:justify;
       margin-top: -13px;
    }

}

a img {
    border-width: 0
}
a{
    color:#cd0d25;
}
.feed-links {
    display: none
}

.clear {
    clear: both
}

.post-body a>img,
.post-body img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px auto 2px;
    text-align: center
}

img{min-width: 100%;}

#header-wrapper {
    padding: 0;
    color: #fff;
    font-weight: 400;
    margin: 0px auto 0;
    background-color: #fff;
    height: 60px;
    border-radius: 5px;
    position: relative;
}

#header {
    color: #fff;
    text-align: left;
    margin: 0 auto;
    position: relative;
    width: auto;
    margin-left: 50px
}

#header h1,
#header h2 {
    margin: 0;
    padding: 0;
    margin-left: 65px;
    font-size: 140%;
    float: left;
    color: #212121;
    line-height: 80px;
}

#header a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

#header a:hover {
    color: #e64c65
}

#header .description {
    margin: 0 0 0 20px;
    padding: 0 0 15px;
    text-transform: capitalize;
    line-height: 60px;
    float: left;
    display: none
}

#header img {
    height: auto;
    width: auto;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 25px
}

#header-wrapper h5 {
    background: 0 0;
    border: none
}

.page-menu {
    padding: 0;  
    text-transform: uppercase;
    font-weight: bold;
    
}
.page-menu ul li a{color: #000;}

@media(min-width: 1000px)
{
    .page-menu ul
    {
        height: 60px;
    }

    .page-menu ul li
    {
        height: 60px;
    }
}

.page-menu{
    position: sticky;
    top: 0px;
    z-index: 9999;
    /*height: 59px;*/
}

.page-menu ul {
    margin: 0 auto;
    padding: 0;
    line-height: 80px;
    list-style: none
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background-color: #fff;*/
}

.page-menu ul li {
    display: inline-block;
    /*margin: 0 auto;*/
    text-decoration: none;
    list-style: none;
    /*margin-left: -5px*/
}

.page-menu ul{
    line-height: 60px;
}

.page-menu ul li a:hover,
.page-menu ul li.tapping {
    color: #fff;
    background: #600861;
}

.page-menu ul li a:hover:after {
    width: 100%
}

.page-menu ul li a:after {
    content: "";
    position: absolute;
    display: block;
    background: #d32e48;
    height: 5px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: all .4s ease-in-out
}
.tapping a{
    color: #fff;
}
.page-menu ul li a {
    padding: 0 28px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    list-style: none;
    transition: all .4s ease-in-out
}

.page-menu ul li a i {
    font-size: 25px;
    margin-right: 10px;
    color: #9099b7
}

.page-menu ul li.tapping {
    position: relative
}

.page-menu ul li.tapping:after {
    content: "";
    position: absolute;
    display: block;
    background: #d32e48;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all .4s ease-in-out
}

.btn_hide_menu,
.btn_show_menu {
    text-align: center;
    background: 0 0;
    font-size: 27px;
    cursor: pointer;
    outline: 0;
    margin-top: 10px;
    border: none
}

.btn_show_menu {
    display: none;
    position: absolute;
    top: -9999;
    right: -99999
}

.status-msg-wrap {
    background-color: #1a4e95;
    font-size: 100%;
    width: auto;
    margin: 0 auto 30px;
    position: relative;
    color: #fff;
    padding: 0;
    border-radius: 5px
}

.status-msg-border {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.status-msg-bg {
    width: 100%;
    position: relative
}

.status-msg-body {
    text-align: center;
    padding: 15px 0 0;
    width: auto;
    margin: auto
}

.status-msg-hidden {
    visibility: hidden;
    padding: 0
}

.status-msg-wrap a {
    padding-left: .4em;
    font-weight: 500;
    color: #fcb150
}

.status-msg-wrap a:hover {
    color: #e64c65;
    text-decoration: underline
}

#outer-wrapper {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 12;
}

#content-wrapper {
    margin: 0 auto;
    position: relative
}

#main-wrapper {
    margin: 30px auto 0;
    padding: 0;
    word-wrap: break-word;
    overflow: hidden;
    float: left
}

/*.post {*/
/*    padding: 0;*/
/*    background: #394264;*/
/*    overflow: hidden;*/
/*    margin: 0 auto 30px;*/
/*    display: block;*/
/*    border-radius: 5px;*/
/*    position: relative*/
/*}*/

/*.post-inner {*/
/*    padding: 0*/
/*}*/

/*.post h2 {*/
/*    margin: 0 auto;*/
/*    padding: 0 0 0 15px;*/
/*    font-size: 135%;*/
/*    font-weight: 700;*/
/*    line-height: 1.2em;*/
/*    color: #2a2b31;*/
/*    text-transform: uppercase;*/
/*    display: block;*/
/*    min-height: 100px*/
/*}*/

/*.post h2 a,*/
/*.post h3 a:visited {*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    transition: all .5s ease-in-out;*/
/*    padding: 0;*/
/*    margin: auto*/
/*}*/

/*.post h2 a:hover,*/
/*.post h2 strong {*/
/*    color: #e64c65*/
/*}*/

/*.post-snippet {*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    font-size: 14px*/
/*}*/

/*.post-inner-top {*/
/*    padding: 0;*/
/*    position: absolute;*/
/*    width: 38%;*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    text-align: right;*/
/*    display: block;*/
/*    height: 100%;*/
/*    bottom: 0*/
/*}*/

/*.post .homepost1-author {*/
/*    display: none*/
/*}*/

/*::selection {*/
/*    background: #1066b9;*/
/*    color: #fff*/
/*}*/

/*::-moz-selection {*/
/*    background: #1066b9;*/
/*    color: #fff*/
/*}*/

/*.post-meta {*/
/*    display: block;*/
/*    font-size: 12px;*/
/*    color: #9099b7;*/
/*    padding: 4px 0;*/
/*    -moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box*/
/*}*/

/*.post-meta {*/
/*    position: absolute;*/
/*    bottom: 12px;*/
/*    right: 0;*/
/*    z-index: 999*/
/*}*/

/*.post-meta a {*/
/*    color: #9099b7;*/
/*    text-decoration: none*/
/*}*/

/*.post-meta a:hover {*/
/*    color: #e64c65*/
/*}*/

/*.post-meta-span {*/
/*    margin-right: 7px*/
/*}*/

/*.post-meta-left {*/
/*    float: none;*/
/*    margin-right: 15px;*/
/*    display: none;*/
/*    border-radius: 99em;*/
/*    overflow: hidden;*/
/*    width: 45px;*/
/*    height: 45px*/
/*}*/

/*.fn {*/
/*    padding: 0 0 6px;*/
/*    margin: 0 0 3px*/
/*}*/

/*.fn {*/
/*    background: #50597b;*/
/*    border-right: 5px solid #11a8ab;*/
/*    padding: 10px;*/
/*    display: inline-block*/
/*}*/

/*.clock {*/
/*    background: #50597b;*/
/*    border-right: 5px solid #fcb150;*/
/*    padding: 10px;*/
/*    display: inline-block*/
/*}*/

/*.author-post {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 100%*/
/*}*/

/*.post-meta-social,*/
/*.post-snippet {*/
/*    display: none*/
/*}*/

/*.post-meta-social {*/
/*    float: none;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    margin: auto;*/
/*    padding: 25px 15px 25px*/
/*}*/

/*amp-social-share {*/
/*    clear: both;*/
/*    width: 100%;*/
/*    min-width: 22%;*/
/*    display: block;*/
/*    border-radius: 5px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: inline*/
/*}*/

/*amp-social-share[type=facebook],*/
/*amp-social-share[type=gplus],*/
/*amp-social-share[type=twitter] {*/
/*    background-size: 25px 25px;*/
/*    transition: all .4s ease-out;*/
/*    margin: auto*/
/*}*/

/*amp-social-share[type=twitter] {*/
/*    background-color: #4fc4f6*/
/*}*/

/*amp-social-share[type=gplus] {*/
/*    background-color: #e64c65*/
/*}*/

/*amp-social-share[type=facebook] {*/
/*    background-color: #3468af*/
/*}*/

/*amp-social-share[type=twitter]:hover {*/
/*    background-color: #35aadc*/
/*}*/

/*amp-social-share[type=gplus]:hover {*/
/*    background-color: #cc324b*/
/*}*/

/*amp-social-share[type=facebook]:hover {*/
/*    background-color: #1a4e95*/
/*}*/

/*.post-thumbnail {*/
/*    width: 60%;*/
/*    height: auto;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: right;*/
/*    background: #cc324b;*/
/*    color: #fff*/
/*}*/

/*.epic-thumbnail {*/
/*    visibility: hidden;*/
/*    display: none;*/
/*    padding: 0;*/
/*    margin: 0*/
/*}*/

/*.post-labels {*/
/*    display: block;*/
/*    margin: 20px auto 15px*/
/*}*/

/*.post-labels a {*/
/*    display: inline-block;*/
/*    padding: 6px 12px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    background: #fcb150;*/
/*    font-size: 11px;*/
/*    text-decoration: none;*/
/*    display: none*/
/*}*/

/*.post-labels a:nth-child(1) {*/
/*    display: inline-block*/
/*}*/

/*.post-labels a:nth-child(2) {*/
/*    display: inline-block;*/
/*    background-color: #11a8ab*/
/*}*/

/*.post-labels a:nth-child(3) {*/
/*    display: none;*/
/*    background-color: #e64c65*/
/*}*/

.homepost0 .post-meta {
    clear: both;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #9099b7;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    margin: auto
}

.homepost0 .post {
    padding: 0 0 90px;
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: none;
    height: auto;
    float: none;
    border-radius: 5px
}

.homepost0 .post h2 {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 250%;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: none;
    height: none
}

.homepost0 .post-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    float: none
}

.homepost0 .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    float: none
}

.homepost0 .post-inner-top {
    padding: 20px;
    position: relative;
    width: auto;
    float: none;
    text-align: center
}

.homepost0 .post-meta-social {
    display: block;
    background: #50597b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 15px 22px
}

.homepost0 .homepost1-author {
    display: block;
    margin: 15px auto
}

.homepost0 .homepost1-author img {
    float: none;
    display: inline-block;
    border-radius: 99em;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border: 7px solid #50597b;
    text-align: center
}

.homepost0 .post-labels,
.homepost0 .post-meta-left {
    display: none
}

.homepost0 .fn {
    background: #50597b;
    border-top: 5px solid #11a8ab;
    border-right: none;
    padding: 10px;
    display: inline-block;
    min-width: 27%
}

.homepost0 .clock {
    background: #50597b;
    border-top: 5px solid #fcb150;
    border-right: none;
    padding: 10px;
    display: inline-block;
    min-width: 27%
}

.homepost0 .fn i {
    font-style: none
}

.homepost2 .post,
.homepost3 .post {
    width: 48%;
    overflow: hidden
}

.homepost2 .post h2,
.homepost3 .post h2 {
    font-size: 100%;
    text-transform: none;
    display: block;
    padding: 20px 0 5px;
    height: 90px;
    vertical-align: middle
}

.homepost2 .post {
    float: left
}

.homepost3 .post {
    float: right
}

.homepost2 .post-labels,
.homepost2 .post-meta,
.homepost3 .post-labels,
.homepost3 .post-meta {
    display: none
}

.homepost2 .post-thumbnail,
.homepost3 .post-thumbnail {
    width: 50%
}

.homepost2 .post-inner-top,
.homepost3 .post-inner-top {
    width: 47%
}

.homepost4 .post,
.homepost5 .post {
    width: 48%;
    overflow: hidden;
    height: 430px
}

.homepost4 .post h2,
.homepost5 .post h2 {
    text-align: center;
    font-size: 125%;
    display: block;
    padding: 0 20px 5px;
    height: 100px
}

.homepost4 .post {
    float: left
}

.homepost5 .post {
    float: right
}

.homepost4 .post-thumbnail,
.homepost5 .post-thumbnail {
    width: 100%;
    float: none
}

.homepost4 .post-inner-top,
.homepost5 .post-inner-top {
    position: relative;
    float: none;
    width: 100%;
    padding: 0;
    text-align: center
}

.homepost4 .post-meta,
.homepost5 .post-meta {
    position: relative
}

.homepost4 .fn,
.homepost5 .fn {
    border-top: 5px solid #11a8ab;
    border-right: none
}

.homepost4 .clock,
.homepost5 .clock {
    border-top: 5px solid #fcb150;
    border-right: none
}

.homepost6 .post {
    width: 100%
}

.homepost6 .post-labels {
    margin: 35px auto 30px
}

.homepost6 .post h2 {
    text-align: center;
    font-size: 145%;
    display: block;
    padding: 0 20px 5px;
    line-height: 1.4em;
    height: 90px;
    text-transform: none
}

.homepost6 .post-thumbnail {
    width: 100%;
    float: none
}

.homepost6 .post-inner-top {
    background: rgba(57, 66, 100, .65);
    position: absolute;
    float: none;
    width: auto;
    top: 190px;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: center
}

.homepost6 .post-meta {
    position: relative
}

.homepost6 .fn {
    border-top: 5px solid #11a8ab;
    border-right: none
}

.homepost6 .clock {
    border-top: 5px solid #fcb150;
    border-right: none
}

.homepost6 .post-meta-social {
    display: block;
    background: #1a4e95;
    z-index: 9999
}

.homepost6 .post-labels a:nth-child(3) {
    display: inline-block
}

.next-post .post {
    width: 45.1%;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    float: left;
    margin: 0 0 20px 3.3%
}

#origin-sidebar {
    width: 360px;
    min-width: 360px;
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    display: block
}

#origin-sidebar h2 {
    background: #11a8ab;
    padding: 15px 5px;
    margin: 0;
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase
}

#sidebar1 h2 {
    background-color: #cc324b
}

#sidebar1 {
    background: #394264;
    border-radius: 5px;
    margin: 30px auto;
    padding: 0;
    overflow: hidden
}

#sidebar1 .widget-content {
    width: 300px;
    margin-left: 30px;
    padding: 15px 0 0;
    margin-bottom: 30px
}

#ads1_sidebar,
#ads2_sidebar {
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    display: block
}

#ads1_sidebar h2,
#ads2_sidebar h2 {
    display: none
}

#ads1_sidebar .widget-content,
#ads2_sidebar .widget-content {
    background: #394264;
    padding: 35px 0 30px;
    margin: auto;
    position: relative;
    text-align: center;
    border-radius: 5px
}

#ads1_sidebar .widget-content:before,
#ads2_sidebar .widget-content:before {
    content: "Advertisement";
    font-size: 12px;
    font-weight: 400;
    color: #9099b7;
    text-align: center;
    top: 15px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%
}

#ads1_sidebar .widget-content img,
#ads2_sidebar .widget-content img {
    width: 300px;
    height: 250px
}

#search-wrapper {
    padding: 30px 0 35px;
    margin: 30px auto;
    width: 100%;
    display: block;
    background-color: #394264;
    border-radius: 5px;
    overflow: hidden
}

#search-wrapper h4 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3em;
    text-align: center;
    padding: 0 0 20px;
    margin: auto
}

#search-box {
    width: 80%;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.img-pinkcity img{
    z-index:2!important;
    border-radius: 10px!important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.img_cont_footer{
   text-align:justify;
   margin-top: -50px;
}

#search-box form {
    border: 1px solid #1f253d;
    line-height: 50px;
    background: #50597b;
    border-radius: 5px
}

#search-box form:hover {
    border-color: #cc324b
}

.search-form {
    background: #50597b;
    border: none;
    color: #fff;
    width: 100%;
    padding: 0 30px 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-button {
    background: 0 0;
    width: 40px;
    height: 30px;
    line-height: 29px;
    padding: 10px 0 25px 0;
    text-align: center;
    margin: 0;
    top: 0;
    right: 0;
    font-size: 19px;
    color: #fff;
    position: absolute;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.search-button:focus,
.search-button:hover,
.search-form:focus,
.search-form:hover {
    border: none;
    outline: 0;
    color: #1f253d
}

.PopularPosts {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.PopularPosts ul {
    width: 100%;
    padding: 0;
    list-style-type: none
}

.PopularPosts ul li {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: block
}

.PopularPosts ul li .item-title {
    line-height: 1.3em;
    padding: 7px 7px 0 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #394264;
    display: block;
    width: 90%
}

.PopularPosts ul li .item-title:before {
    content: "";
    width: 5px;
    height: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #cc324b
}

.PopularPosts ul li .item-title a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.PopularPosts .widget-content ul li:hover a,
.PopularPosts ul li a:hover {
    text-decoration: underline
}

.PopularPosts .item-snippet {
    display: none
}

.PopularPosts ul li img {
    width: 300px;
    height: 160px;
    padding-right: 0;
    transition: all .5s ease-out
}

.PopularPosts .item-thumbnail {
    float: left;
    margin: 0 10px 0 0;
    width: 300px;
    height: 160px;
    overflow: hidden
}

.PopularPosts .item-thumbnail:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

#sidebar2 {
    background: #394264;
    border-radius: 5px;
    overflow: hidden
}

#sidebar2 .widget-content {
    padding: 0;
    margin: 0 auto
}

.widget-content.cloud-label-widget-content {
    display: inline-block;
    width: 100%
}

.widget-content.list-label-widget-content {
    padding: 0
}

.widget-content.cloud-label-widget-content {
    display: inline-block
}

.label-size-1,
.label-size-2,
.label-size-3,
.label-size-4,
.label-size-5 {
    font-size: 100%;
    opacity: 1
}

.cloud-label-widget-content {
    text-align: left;
    padding: 10px
}

.label-count {
    white-space: nowrap;
    display: inline-block
}

.Label ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.Label li,
span.label-size {
    position: relative;
    color: #fff;
    padding: 17px 20px 19px;
    margin: 0;
    text-align: left;
    max-width: 100%;
    transition: all .3s ease-out;
    overflow: hidden;
    border-top: 1px solid #1f253d;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Label li:hover,
.label-size a:hover {
    color: #e64c65
}

.Label li a,
.label-size a {
    display: block;
    position: relative;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
    font-weight: 400;
    border: none
}

.Label li a:hover {
    color: #e64c65
}

.Label li span,
.label-count {
    float: right;
    height: 27px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    background: #e64c65;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 17px;
    z-index: 2;
    border-radius: 99em
}

.label-size {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%
}

#blog-pager {
    padding: 0;
    margin: 0 0 25px;
    display: inline-block;
    float: right
}

#blog-pager .home-link {
    display: none
}

#blog-pager a {
    background: #394264;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-weight: 700;
    border-radius: 99em
}

#blog-pager a i {
    background: #e64c65;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-weight: 700;
    border-radius: 99em
}

#blog-pager-newer-link a {
    padding-right: 20px
}

#blog-pager-older-link a {
    padding-left: 20px
}

#blog-pager-newer-link .material-icons {
    margin-right: 15px
}

#blog-pager-older-link .material-icons {
    margin-left: 15px
}

#blog-pager-newer-link .material-icons,
#blog-pager-older-link .material-icons {
    font-size: 30px
}

#blog-pager a:hover {
    text-decoration: none;
    background: #cc324b
}

#blog-pager a.blog-pager-older-link {
    float: right;
    margin-left: 5px
}

/*profile page*/
.profile_name{
    position: absolute;
    bottom: 20px;
    background-color: #808080cf;
    width: 100%;
    margin-left: 10px;
}

.profile-img {
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 4px;
    border: 1px solid #ccc
}

.profile-data {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 1.6em
}

.profile-datablock {
    margin: .5em 0 .5em
}

.profile-textblock {
    margin: .5em 0;
    line-height: 1.6em
}

.profile-link {
    text-transform: uppercase;
    letter-spacing: .1em
}

#footer-wrapper {
    clear: both;
    margin: 50px 10px 10px;
    position: relative;
    width: 100%;
    display: block
}

#footer1 {
    margin: 0 auto;
    padding: 0;
    color: #50597b
}

#footer1 .widget-content {
    margin: 0 auto;
    text-align: center;
    padding: 0
}

#footer1 a{
    color: red;
    text-decoration: none;
}

#footer1 a:hover {
    color: #e64c65
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

.credit-footer {
    clear: both;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 400;
    color: #7399b7;
    padding: 0;
    text-align: left
}

.credit-footer a,
.credit-footer a:visited {
    color: #7399b7;
    text-decoration: none
}

.credit-footer a.colored,
.credit-footer a:hover {
    color: #e64c65;
    text-decoration: none
}

@media  screen and (max-width:1024px) {
    #header {
        margin-left: 10px
    }
    /*.page-menu {
        margin-left: 40px
    }*/
    .page-menu ul li a {
        padding: 0 25px
    }
    #outer-wrapper {
        max-width: 100%
    }
    #main-wrapper {
        width: 600px
    }
    .fn {
        border: none;
        border-top: 5px solid #11a8ab
    }
    .clock {
        border: none;
        border-top: 5px solid #fcb150
    }
    .post-thumbnail {
        width: 100%
    }
    .post-inner-top {
        text-align: center;
        width: 100%;
        position: relative;
        display: block;
        float: none
    }
    .post-meta {
        position: relative;
        text-align: center;
        display: inline-block;
        left: auto;
        right: auto;
        float: none
    }
    .homepost2 .post-thumbnail,
    .homepost3 .post-thumbnail {
        width: 100%
    }
    .homepost2 .post-inner-top,
    .homepost3 .post-inner-top {
        width: 100%;
        float: none;
        position: relative
    }
    .homepost4 .post,
    .homepost5 .post {
        width: 100%;
        overflow: hidden;
        height: auto;
        float: none
    }
    .homepost6 .post h2 {
        margin-bottom: 30px
    }
    .homepost6 .post-inner-top {
        top: 0;
        left: 0;
        right: 0
    }
}

@media  screen and (max-width:768px) {
    #origin-sidebar {
        width: 100%;
        max-width: 100%;
        float: none
    }
    #main-wrapper {
        width: 100%;
        display: block;
        float: none
    }
    #sidebar1 .widget-content {
        display: block;
        float: none;
        width: 300px;
        margin: 0 auto 30px
    }
/*    .page-menu {
        display: none
    }*/
    amp-sidebar {
        width: 270px;
        background-color: #394264
    }
    .btn_show_menu {
        display: block;
        right: 20px;
        top: 6px
    }
    .mobile-menu {
        padding: 0;
        margin: 40px 0 0;
        display: block
    }
    .mobile-menu ul {
        margin: 0 auto;
        padding: 0;
        list-style: none
    }
    .mobile-menu ul li {
        display: block;
        margin: 0 auto;
        text-decoration: none;
        list-style: none;
        border-bottom: 1px solid #50597b
    }
    .mobile-menu ul li a:hover,
    .mobile-menu ul li.tapping {
        color: #fff!important;
        background: #50597b;
        border: none
    }
    .mobile-menu ul li a:hover:after {
        width: 100%
    }
    .mobile-menu ul li a:after {
        content: "";
        position: absolute;
        display: block;
        background: #d32e48;
        height: 5px;
        width: 0;
        bottom: 0;
        left: 0;
        transition: all .4s ease-in-out
    }
    .mobile-menu ul li a {
        color: #fff;
        padding: 20px;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        display: block;
        position: relative;
        list-style: none;
        transition: all .4s ease-in-out
    }
    .mobile-menu ul li a i {
        font-size: 25px;
        margin-right: 10px;
        color: #9099b7
    }
    .mobile-menu ul li.tapping {
        position: relative
    }
    .mobile-menu ul li.tapping:after {
        content: "";
        position: absolute;
        display: block;
        background: #d32e48;
        height: 5px;
        width: 100%;
        bottom: 0;
        left: 0;
        transition: all .4s ease-in-out
    }
    .homepost0 .post h2 {
        font-size: 230%
    }
}

@media  screen and (max-width:414px) {
    amp-sidebar {
        width: 240px
    }
    .homepost0 .post-inner-top {
        padding: 20px 0 0
    }
    .homepost0 .post h2 {
        font-size: 200%
    }
    .homepost6 .post h2,
    .post h2 {
        height: auto;
        margin-bottom: 20px
    }
    .homepost6 .post-inner-top {
        position: relative;
        top: auto;
        bottom: auto;
        display: block
    }
    .homepost0 .clock,
    .homepost0 .fn {
        display: block;
        width: auto
    }
    .clock,
    .fn {
        display: block;
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }
    .homepost0 .post-meta,
    .post-meta {
        position: relative;
        width: 100%;
        display: block
    }
}

@media  screen and (max-width:340px) {
    #header img {
        left: 10px
    }
    .btn_show_menu {
        right: 10px
    }
    #header {
        margin-left: 5px
    }
    amp-sidebar {
        width: 240px
    }
    #origin-sidebar {
        display: none
    }
}

@media(max-width: 768px)
{
    .leftside{
        width: 100%;
        order: 2;
        margin-left: -22px;
    }
    .rightside{
        width: 100%;
        background:#00000078;
        order: 1;
    }
    .rightside p,h2,h3,h4,h5,h6{
        padding:10px;
    }
    .listgallery li img{
        height:150px!important;
        width:250px;
    }
    .contents_card img{
        height:300px!important;
    }
}

@media(min-width: 1000px)
{
    .leftside{
        width: 25%; 
    }
    .rightside{
        width: 75%;
        padding-left: 12px;
        background:#00000078;
        margin-right: 23px;
    }
    .content{
        display: flex;
        width: 100%;
    }
}

.horizentalimg li{
    list-style: none;
}

.horizentalimg li img{
    width: 100%;
    margin-bottom: 10px;
}
.no-style{
    display: flex;
    list-style: none;
}

.container-fluid {
    width: 100%;
}
.copy-right ul{justify-content:center}.input-my{border-radius:5px;margin-top:10px;width:100%}
.inline-list li{display:inline-block;padding:20px;text-align:center}
.boot-elemant-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.amp-enforced-sizes{-o-object-fit:contain;object-fit:contain}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}img{border:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.title-area:before,.wrap:before{content:" ";display:table}.title-area:after,.wrap:after{clear:both;content:" ";display:table}.wrap{margin:0 auto;max-width:1140px}a.aligncenter img{display:block;margin:0 auto}.aligncenter{display:block;margin:0 auto 24px}.widget{margin-bottom:40px;overflow:hidden;word-wrap:break-word}.widget p:last-child,.widget-area .widget:last-of-type{margin-bottom:0}.title-area{background-color:#e44a3c;box-shadow:0 3px rgba(70,70,70,.1);margin:0 auto;padding:20px;position:absolute;text-align:center;width:360px}.home-middle{padding:40px 10px 20px}:root:not(#_):not(#_):not(#_):not(#_):not(#_):not(#_):not(#_) .home-middle{background-color:#fff}.home-middle .widget{float:left;padding:0;margin:1px 9px;text-align:center;width:23%;border:3px double pink;border-radius:15px;margin-bottom:10px;}.home-middle p{margin:0}.home-middle .widget:nth-of-type(4n+1){clear:both}.home-middle h3{margin-bottom:0}.home-middle p{text-align:center;font-size:20px;font-weight:700}.home-middle .widget a:hover{color:#000}@media  only screen and (max-width:1160px){.wrap{max-width:960px}}@media  only screen and (max-width:1023px){.wrap{max-width:740px}.title-area{position:relative;margin-bottom:6px}.home-middle .widget{width:50%}.home-middle .widget:nth-of-type(2n+1){clear:both}}@media  only screen and (max-width:768px){.wrap{padding-left:5%;padding-right:5%}.home-middle .widget{width:96%}.home-middle .widget:nth-of-type(2n+1){clear:both}.home-middle{padding:40px 0}}@media  only screen and (max-width:480px){.title-area{width:100%}.title-area{max-width:300px}}.aligncenter{clear:both}@keyframes  spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes  blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.home-middle .widget{background:#fff}
.text-center{
    text-align: center;
}
.blink_me a{
    color: #fff;
}
.text-justify{
    text-align: justify;
}
.fav-button-wrap{display:flex;justify-content:space-between;margin-top:-60px}.fav-button-wrap img{border:none;position:relative;bottom:-78px;z-index:1;margin-left:20px;margin-right:20px}

.fav-button-wrap img{
  border: none;
}

.girl-box img {
    display: block;
    text-decoration: none;
    border: 6px solid #000;
    padding: 5px;
    border-left: 6px solid #000;
    border-right: 6px solid #000;
    border-top: 6px solid #000;
}
.fav-button-wrap img {
    border: none;
    position: relative;
    bottom: -78px;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
}
 .textwidget {
         
         font-size: 1rem;
         }
.textwidgets a{
    padding: 10px;
    background-color: #e604e9;
    color: #fff;
    line-height: 50px;
    border-radius: 10px;
}
.textwidgets a:hover{
    color: blue!important;
}
:root:not(#_):not(#_):not(#_):not(#_):not(#_) .amp-cc68ddc {
    color: red;
}
.fontcall{
    font-size: 1.6rem;
    padding: 10px;
}

/*.blink_me {*/
/*  animation: blinker 1s linear infinite;*/
/*}*/
.blink_me:hover{
    color:#fff;
}
@keyframes  blinker {
  50% {
    color: red;
  }
}
.home-middle{
    padding: 0px 0px 0px;
    color: #000;
}

 .parts {
     background-color: white;
 }

table {
    width: 100%;
}

 #part1 {
     background: linear-gradient(to bottom right, crimson 0%, #660066 100%);
 }

 .title {
     text-align: center;
     font-size: 25px;
     color: white;
     position: relative;
     top: 20px
 }

 .hrline {
     width: 20px;
     color: white;
     border: 3px solid white;
     border-radius: 4px;
     position: relative;
     top: 15px
 }

 .storage,
 .user,
 .site {
     font-size: 20px;
     text-align: center;
     color: white;
     position: relative;
     top: 20px
 }

 .user {
     color: darkgray
 }

@media(min-width: 1000px)
{
    .part2{
        width: 100%;
        padding: 10px;
    }
    .part1{
        width: 100%;
        padding: 10px;
    }
}

 @media  only screen and (max-width:980px) {
     .price {
         font-size: 20px
     }
     .parts{
        left: 0%;
     }

     .part2{
        width: 100%;
        padding: 10px;
    }
    .part1{
        width: 100%;
        padding: 10px;
    }
 }

 @media  only screen and (max-width:790px) {
     .parts {
         display: inherit;
         width: 100%;
         left: 0%;
     }

     .title {
         position: relative;
         top: 10px
     }
     .part2{
        width: 100%;
        padding: 10px;
    }
    .part1{
        width: 100%;
        padding: 10px;
    }
 }

 /*.table tr>td{
    width: 100%;
 }
 .table th{
    width: 100%;
 }*/

 td, th {
    border: 1px solid #fff;
    text-align: left;
    padding: 8px;
    color: #fff;
}

.login-block {
    margin: 30px auto;
    min-height: 93.6vh
}

.login-block .auth-box {
    margin: 20px auto 0;
    max-width: 569px 
}

.contact-us {
    font-size: 24px;
    font-weight: 300
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

.respond {
    font-size: 15px ;
    font-weight: 200;
    margin-top: -6px
}

.f-56 {
    font-size: 56px
}

.form-group {
    margin-bottom: 1.25em
}

.form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-primary {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer
}

.m-b-20 {
    margin-bottom: 20px
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}


.row{margin-right:-15px;margin-left:-15px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}
.service-type{
    color: #000;
}
.service-type ul li{
    color: #000;
}
.td td{
    color: #000;
}
.thead{
        background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(16,7,99,1) 7%, rgb(0 0 0) 25%, rgba(9,9,121,1) 39%, rgb(0 0 0) 54%, rgba(94,7,148,1) 80%, rgb(0 0 0) 100%);
}
.thead td{
color: #fff;
}


.has-post-thumbnail {
    width: 100%;
}
.full-width-content .content {
    width: 100%;
}
.entry {
    background-color: #000;
}

.content .entry-header .entry-meta {
    margin: -10px 0 10px;
}
.content .entry-header .entry-meta .entry-time {
    background-color: #706182;
    color: #fff;
    display: inline-block;
    margin: 0 -40px 0 0;
    padding: 5px 40px 5px 15px;
}
.alignleft {
    float: left;
    text-align: left;
}

.posts {
    padding: 0;
    background: #00000094!important;
    color: #fff;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    position: relative;
}

.posts h2 {
    margin: 0 auto;
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase;
    display: block;
}

.posts h2 a:hover,
.posts h2 strong {
    color: #e64c65
}

@media(max-width: 768px)
{
    .display-flex{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .entry-content{
        padding: 10px;display: inline-grid;justify-content: center;align-items: start;justify-items: center;
    }

    .profile-info
    {
        width: 100%;margin: auto;
    }
}

@media(min-width: 1000px)
{
    .display-flex{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;   
    }

    .profile-info
    {
        width: 90%;margin: auto;
    }
}

.entry-content img{
    margin-right: 20px;
}

.entry-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h1,.blog-content h5{
    color: #fff;
}
.listgallery{
    display: flex!important;
    flex-direction: row!important;
    list-style: none!important;
    overflow: auto!important;
    padding: 0px!important;
}
.listgallery li{
    padding-left: 0px;
}
.listgallery li img{
    height:300px;
    width:250px;
}
.highlight-title{
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(16,7,99,1) 7%, rgb(0 0 0) 25%, rgba(9,9,121,1) 39%, rgb(0 0 0) 54%, rgba(94,7,148,1) 80%, rgb(0 0 0) 100%);
    color: #fff;
}
.text-white{
    color: #fff;
}
@media(max-width:768px)
{
    .moblogo{
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol {
    background-color: #ef0190;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.rcol {
    background-color: #25d366;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}




/*profile card styling*/

.profile-card {
    min-width: 300px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card img {
  width: 100%;
  height: 350px;
  transition: all linear 0.25s;
}

.profile-card .profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card .profile-icons {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all linear 0.25s;
}
.profile-card .profile-icons img{
    height: 80px;
    width: 80px;
     animation: blinker 1s linear infinite;
     z-index: 10;
      &:hover {
    animation-play-state: paused;
    opacity:15!important;
  }
}
.profile-icons img:hover{
    background-color:red;
    padding:20px;
}



@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.profile-card .profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card .profile-icons .fa {
    margin: 5px;
    color: #25D366!important;
}
.profile-card:hover img {
    filter: brightness(80%);
}

.profile-card:hover .profile-name {
    bottom: 80px;
}

.profile-card:hover .profile-username {
    bottom: 60px;
}



Content card styling
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}
.contents_card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
}


figure.snip1200 {
  background-color: #1a1a1ab0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 380px;
  width: 100%;
  /*background: #000000;*/
  color: #ffffff;
  text-align: center;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  font-size: 16px;
  border-radius: 10px;
}
figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1200 img {
  max-width: 100%;
  height: 380px;
  position: relative;
  opacity: 0.9;
}
figure.snip1200 figcaption {
  position: absolute;
  top: 5%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.snip1200 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color:#fff;
}
figure.snip1200 h2 span {
  font-weight: 800;
}
figure.snip1200 h2:before,
figure.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 10%;
  color:#fff;
}
figure.snip1200 h2:before {
  left: -1000%;
}
figure.snip1200 h2:after {
  right: -1000%;
}

figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  color:#fff;
}
figure.snip1200 a{
    color:blue!important;
    text-decoration:underline;
}
figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}




