/*
=======================================================================
[Table of contents]
=========================================================================

01. COMMON STYLES
02.HEDER
03.SLIDER
04.HOMEPAGE
    -ABOUT
    -RECENT WORK
    -RECENT BLOG
    -TWITTER FEED
    -SUBSCRIBE
05.ABOUT US PAGE
    -WHAT WE ARE
    -SERVICES
    -TESTIMONIAL
    -TEAM
    -FUN FACTS
    -PROCESS
    -PRICINGS
    -CLIENTS
06.CONTACT PAGE
07.PORTFOLIO PAGE
08.SINGLE PORTFOLIO PAGE
09.SINGLE TEAM PAGE
10.BLOG SINGLE PAGE
11.BLOG PAGE
12.FOOTER

/*


/*---------------------------------------
COMMON STYLES
-----------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
.section_title {
    padding-top: 110px;
    padding-bottom: 50px;
}
.section_title h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.section_title p {
    color: #7a7a7a;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
    font-style: italic;
}
.section_title p:after {
  width: 40px;
  content: "";
  display: block;
  height: 1px;
  background: #f73c56;
  margin-top: 15px;
}
@media(min-width: 991px) {
    .pd-rt-none {
        padding-right: 0px;
    }
    .pd-lt-none {
        padding-left: 0px;
    }
    .pd-rt-sm {
        padding-right: 3px
    }
    .pd-lt-sm {
        padding-left: 3px
    }
    .pd-tp-sm {
        padding-top: 7px;
    }
    .pd-lt-xs {
        padding-left: 1.5px;
    }
    .pd-rt-xs {
        padding-right: 1.5px;
    }
    .pd-lt-one {
        padding-left: 1px;
    }
    .pd-rt-one {
        padding-right: 1px;
    }
    .pd-tp-big {
        padding-top: 100px;
    }
}
.page_header {
  background-image: url("../images/bg/home.jpg");
  background-position: center;
  background-size: cover;
  height: 450px;

}
.page_header_overlay{
  background-color: rgba(0,0,0,.4);
  height: 100%;
  padding-top: 250px;
}
.page_header h2{
  margin-top: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 45px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.page_header p{
   color: #fafafa;
  font-size: 16px;
  font-style: italic;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    text-decoration: none;
}
#scrollUp {
    background: #000;
    padding: 13px 20px;
}
#scrollUp i {
    color: #7a7a7a;
    font-size: 25px;
}
#scrollUp:hover {
    text-decoration: none;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
HEADER
-----------------------------------------*/


.logo {
}
.logo img {} .header_top {
    z-index: 99999;
}
.menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 44px;
}
.header_text {
    padding-top: 350px;
    padding-bottom: 50px;
}
.header_text h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue";
    /*font-family: 'Oswald', sans-serif;*/
    color: #fff;
    font-size: 60px;
    /*font-style: italic;*/
    font-weight: 200;
    /*text-transform: uppercase;*/
    margin-bottom: 0px;
}
.header_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin-top: 0px;
    /*text-transform: uppercase;*/
    position: relative;
}
.header_text p:after {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 0;
    height: 1px;
    width: 44px;
    background-color: #f75555;
}
/***********MENU STYLE************/

.menu {
    width: 65px;
    height: 65px;
}
.menu_toog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 21px 17px;
    z-index: 12;
    background: #1c1c1c;
    cursor: pointer;
}
.menu_toog>div {
    position: relative;
    height: 1px;
    background: #f75555;
    left: 0;
    right: 0;
    margin: 5px 0;
    transform-origin: center center;
    transition: all .2s linear;
}
.menu .menu_toog>div:nth-of-type(1) {
    transform: rotate(45deg) translateX(5px) translateY(4px);
}
.menu .menu_toog>div:nth-of-type(2) {
    opacity: 0;
}
.menu .menu_toog>div:nth-of-type(3) {
    transform: rotate(-45deg) translateX(4px) translateY(-4px);
}
.menu.collopsed_t .menu_toog>div:nth-of-type(1) {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}
.menu.collopsed_t .menu_toog>div:nth-of-type(2) {
    opacity: 1;
}
.menu.collopsed_t .menu_toog>div:nth-of-type(3) {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}
.menu>nav {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    padding: 30px;
    min-width: 225px;
    padding-top: 65px;
    padding-left: 0px;
    z-index: 11;
    transition: transform .2s linear;
    transform-origin: top right;
}
.menu.collopsed_t>nav {
    -ms-transform: scale(0, 0);
    /* IE 9 */

    -webkit-transform: scale(0, 0);
    /* Safari */

    transform: scale(0, 0);
}
.menu_cont {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .2s;
}
.menu>nav>.menu_cont>ul {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    padding-top: 50px;
}
.menu>nav>.menu_cont>ul>li>a {
    font-family: 'Lora', serif;
    padding: 10px;
    padding-left: 35px;
    display: inline-block;
    color: #555;
    position: relative;
    padding-right: 0px;
    transition: all .2s;
    text-decoration: none;
    font-size: 25px;
    color: #989898;
}
.menu>nav>.menu_cont>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #f75555;
    left: 100%;
    transition: all .2s;
}
.menu>nav>.menu_cont>ul>.active>a,
.menu>nav>.menu_cont>ul>li>a:hover {
    color: #f64747;
    text-decoration: none;
}
.menu>nav>.menu_cont>ul>.active>a:after,
.menu>nav>.menu_cont>ul>li>a:hover:after {
    left: -10%;
}
.menu .single_team_social {
    padding-left: 30px;
}
.menu .single_team_social ul li a i {
    color: #555;
}
.menu .single_team_social ul li a:hover i {
    color: #f75555;
}
.full_sc.menu>nav {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}
.full_sc.menu>nav>.menu_cont>ul {
    z-index: 10;
    position: relative;
    width: 100%;
}
.menu.full_sc.fade_menu.collopsed_t>nav>.menu_cont>ul {
    z-index: -1
}
.full_sc.menu>nav>.menu_cont>ul>li {
    max-width: 255px;
    margin: 0 auto;
}
.full_sc.menu>nav>.menu_cont>ul>li>a {
    padding-right: 35px;
}
.full_sc.menu>nav>.menu_cont>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 1px;
    background: transparent;
    left: 50%;
    transition: all .2s;
}
.full_sc.menu>nav>.menu_cont>ul>.active>a:after,
.full_sc.menu>nav>.menu_cont>ul>li>a:hover:after {
    right: 0%;
    left: 0%;
}
.full_sc.menu .single_team_social {
    padding-left: 0px;
}
.full_sc.menu.fade_menu {} .full_sc.menu.fade_menu>nav {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity .3s, top 0s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.menu.full_sc.fade_menu.collopsed_t nav {
    transition: opacity .3s, top 2s;
}
.menu.full_sc.fade_menu.collopsed_t nav {
    opacity: 0;
    top: -100%;
    z-index: -5000;
}
.dropdown {
    overflow: hidden;
    transition: height .5s;
}
.dropdown-menu {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding-left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .2s;
}
.dropdown.open .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu>li>a {
    display: inline-block;
    color: #7a7a7a;
    position: relative;
    transition: all .2s;
    text-decoration: none;
    background: transparent;
}

.dropdown-menu {
    display: block !important;
    top: 0px;
    margin-top: 0px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #f64747;
    outline: 0px;
}
.menu.full_sc.fade_menu.collopsed_t .dropdown-menu {
    height: 0%;
}
.menu_social {} .menu_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_social ul li {
    display: inline;
}
.menu_social ul li a {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.menu_social ul li a i {
    color: #989898;
}
.menu_social ul li a:hover i {
    color: #f64747;
}
/*---------------------------------------
SLIDER
-----------------------------------------*/


.carousel-control.left,
.carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-control img {
    position: absolute;
    margin-top: -23px;
    top: 50%;
}
.carousel-control.left img {
    left: 15px;
}
.carousel-control.right img {
    right: 15px;
}
.we_are .owl-theme .owl-controls {
    margin-top: 12px;
}
a.left.carousel-control {
    background-image: none;
}
a.right.carousel-control {
    background-image: none;
}
a.left.carousel-control:hover {
    cursor: url("../images/sl_right.png"), auto;
}
a.right.carousel-control:hover {
    cursor: url("../images/sl_left.png"), auto;
}
/*BACKGROUND SLIDER*/

.slider {
    position: relative;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-width: inherit;
    max-height: inherit;
    min-height: 0px;
    min-width: 0px;
    height: 0px;
    width: 0px;
    position: relative;
    z-index: 5;
}
.carousel-inner>.item {
    background-size: cover !important;
}
.carousel-inner>.item>.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.35);
}
.carousel-inner>.item>.container {
    z-index: 8;
    position: relative;
}
.down_btn {
    position: absolute;
    bottom: 100px;
    z-index: 99;
}
.carousel-control {
    width: 25%;
    z-index: 5000;
}
.carousel-inner>.item h2 {
    /*animation*/

    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-inner>.active h2 {
    /*animation*/

    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.carousel-inner>.item p {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-inner>.active p {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 5000;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*************************HOME PAGE ELEMENT PAGE START********************************/



/*---------------------------------------
RECENT WORK
-----------------------------------------*/

.recent_work {
    padding-top: 100px;
}
.single_work {
    position: relative;
}
.mega-entry:hover .single_work_hover {
    opacity: 1;
}
.mega-entry a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: url("../images/plus.png"), auto;
}
.single_work img {
    width: 100%;
    height: 270px;
}
.single_work_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio_info {
    position: absolute;
    bottom: 35px;
    left: 25px;
    z-index: 1;
}
.portfolio_info h2 {
  color: #f75555;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.portfolio_info p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 100;
    margin-top: 2px;
    margin-bottom: 0px;
    font-style: italic;
}
/*---------------------------------------
RECENT BLOG
-----------------------------------------*/

.blog_overlay {
    background-color: rgba(51, 51, 51, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------------------
TWITTER FEED
-----------------------------------------*/

.twitter{
    padding-top: 30px;
}
#twtter_feed_cont {
    background-image: url("http://code-cafe.com/triton/images/bg/twitter_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 240px;
}
.twiter_feed_section {} #twtter_feed_cont .owl-pagination {
    bottom: -50px;
}
#twtter_feed_cont .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    border: 1px solid #fff;
}
#twtter_feed_cont .owl-controls .owl-page.active {
    background-color: #ffffff;
    border-color: #fff;
}
.tw_ic {
    padding-bottom: 20px;
}
.tw_ic i {
    color: #fff;
    font-size: 40px;
}
.item blockquote {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    border-left: 0px solid #eee;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}
.tw_slider .item blockquote a {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}
#twtter_feed_cont .section_body {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
@media(max-width: 597px) {
    #twtter_feed_cont {
        height: 275px;
    }
}
@media(max-width: 390px) {
    #twtter_feed_cont {
        height: 325px;
    }
    .btn-dm,
    .btn-dm:active,
    .btn-dm:focus,
    .btn-dm:visited,
    .btn-dm:hover {
        padding: 10px 25px;
    }
}

.call_to_action {
    padding-top: 90px;
    padding-bottom: 45px;
}
.call_to_action h2 {
    color: #A9A9A9;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.call_to_action h2:after {
    content: "";
    display: block;
    height: 1px;
    background: #E0E0E0;
    margin-top: 65px;
}
.call_to_action h2 a {
    color: #FF6E6E;
    text-decoration: none;
}
/*---------------------------------------
FOOTER
-----------------------------------------*/


footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer_social {} .footer_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 35px;
}
.footer_social ul li {
    display: inline;
    position: relative;
}
.footer_social ul li:after {
    position: absolute;
    content: "";
    right: -3px;
    bottom: 6px;
    width: 4px;
    height: 1px;
    background-color: #7a7a7a;
}
.footer_social ul li:last-child:after {
    background-color: transparent;
}
.footer_social ul li a {
    display: inline-block;
    color: #7a7a7a;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    -webkit-transition: .5S;
    -o-transition: .5S;
    transition: .5S;
}
.footer_social ul li:last-child a{
    padding-right: 0px;
}
.footer_social ul li a:hover {
    color: #f75555;
    -webkit-transition: .5S;
    -o-transition: .5S;
    transition: .5S;
}
.copyright_text {
    color: #7a7a7a;
    font-size: 14px;
    margin-top: 0px;
    text-transform: uppercase;
}



/**************************ABOUT US PAGE START********************************/

/*---------------------------------------
WHAT WE ARE
-----------------------------------------*/


.what_we_are .container {
  padding-bottom: 60px;
}
.we_are_left p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 50px;
    font-weight: 400;
    font-style: italic;
}
.we_are_right p{
    color: #7a7a7a;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 50px;
    font-weight: 400;
}


/*---------------------------------------
SERVICES
-----------------------------------------*/
.services {
    padding-bottom: 70px;
}
.single_service {} .single_service div {} .single_service div i {
    color: #333;
    font-size: 40px;
}
.single_service h2 {
    color: #f75555;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    padding-top: 25px;
    margin: 0;
    padding-bottom: 18px;
}
.single_service p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single_service a {
    color: #7a7a7a;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 4px;
    position: relative;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_service a:after {
    position: absolute;
    content: "+";
    right: -20px;
    bottom: -2px;
    color: #f75555;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_service a:hover:after {
    right: -35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_service:hover a {
    opacity: 1;
}
@media(max-width: 991px) {
    .we_are_logo {
        display: none;
    }
    .single_service {
        padding-bottom: 100px;
    }
}
/*---------------------------------------
TESTIMONIAL
-----------------------------------------*/

.testimonial {
    background-image: url("../images/bg/testimonial.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.testimonial .section_overlay {
    background-color: rgba(0, 0, 0, .6);
}
.testimonial .section_title {
    padding-top: 40px;
}
#testimonial_carosel .item {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
}
#testimonial_carosel .item p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
  padding-bottom: 40px;
}
#testimonial_carosel .item h4 {
  color: #f75555;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 4px;
}
#testimonial_carosel .item h5 {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #A9A9A9;
  margin-top: 0px;
}
.owl-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: transparent;
    width: 7px;
    height: 7px;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.owl-controls .owl-page.active {
    background-color: #f75555;
    border-color: #f75555;
}



.testimonial .owl-pagination {
    bottom: 50px;
}
/*---------------------------------------
TEAM
-----------------------------------------*/

.team {
    overflow: hidden;
    padding-bottom: 110px;
}
.team .section_title {
    padding-bottom: 0px;
}
.tean_member {
    max-width: 100%;
}
.single_team {} .member_image {
    position: relative;
}
.member_image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: url("../images/plus.png"), auto;
    background-color: rgba(51, 51, 51, .5);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_team:hover .member_image a {
    opacity: 1;
}
.member_image img {
    width: 100%;
}
.single_team h3 {
  color: #f75555;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
}
.single_team h4 {
  color: #7a7a7a;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 400;
}

/*---------------------------------------
FUN FACTS
-----------------------------------------*/
.fun_facts {
    padding-top: 35px;
}
.brd-tp{
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.brd-lt {
    border-left: 1px solid #cdcdcd;
}
.brd-rt {
    border-right: 1px solid #cdcdcd;
}
.single_fun_facts {
    padding-bottom: 100px;
}
.single_fun_facts div {
    padding-top: 55px;
}
.single_fun_facts div i {
    color: #f64747;
    font-size: 40px;
}
.single_fun_facts h3 {
    color: #7a7a7a;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-top: 25px;
}
.single_fun_facts h5 {
    color: #7a7a7a;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
}
@media(max-width: 768px) {
    .single_fun_facts {
        border-bottom: 1px solid #cdcdcd;
    }
    .brd-rt {
        border-right: 0px solid #cdcdcd;
    }
    .brd-lt {
        border-left: 0px solid #cdcdcd;
    }
    .last{
        border-bottom: 0px;
    }
}

/*---------------------------------------
PRICINGS
-----------------------------------------*/

.pricings {
    padding-bottom: 110px;
}
.single_pricing {
    background-color: #f5f5f5;
    padding: 60px 25px;
}
.plan_intro {
    padding-bottom: 50px;
}
.plan_intro h2 {
    font-size: 40px;
    font-weight: 900;
    color: #4e4e4e;
    margin-top: 0;
    margin-bottom: 0;
}
.plan_intro h2 span {
    font-size: 18px;
}
.plan_intro h3 {
    color: #4e4e4e;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.plan_intro h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #f64747;
}
.single_pricing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}
.single_pricing ul li {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    padding-top: 5px;
    padding-bottom: 5px;
}
.single_pricing .pricing-btn {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}
.single_pricing .pricing-btn:after {
    position: absolute;
    content: ">";
    color: #f64747;
    right: -15px;
    bottom: -3px;
    font-size: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_pricing .pricing-btn:hover:after {
    right: -25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.price_active {
    background-color: #333333;
}
.price_active .plan_intro {} .price_active .plan_intro h2 {
    color: #fff;
}
.price_active .plan_intro h3 {
    color: #fff;
}
.price_active li {
    color: #7a7a7a;
}
.price_active .pricing-btn {
    color: #fff;
}
@media(max-width: 991px) {
    .single_pricing {
        margin-bottom: 70px;
    }
}
/*---------------------------------------
CLIENTS
-----------------------------------------*/

.client {

}

.client .section_title {
    padding-top: 7px;
}
.client .section_title p {
    margin-top: 10px;
}
.client .item img {
  width: 100px;
  margin: 0 auto;
  display: block;
  text-align: center;

}
.client .owl-pagination {
    position: absolute;
    bottom: -95px;
    width: 100%;
    text-align: left;
    left: 70px;
}
@media(max-width: 991px) {
    .client .section_overlay {
        padding-bottom: 130px;
    }
}
/************************CONTACT PAGE***********************************/

#map {
    height: 480px;
}
.map_area {
    position: relative;
}
.direction {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, .8);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.direction h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0px;
    position: relative;
    display: inline-block;
}
.direction h2 a {
    text-decoration: none;
    color: #ffffff;
}
.direction h2:after {
    position: absolute;
    content: ">";
    color: #fff;
    bottom: 0;
    right: -20px;
    color: #f64747;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.direction h2:hover:after {
    right: -35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_form .form-control {
    color: #7a7a7a;
    border-radius: 0px;
    border: 0px solid #fafafa;
    box-shadow: none;
    border-bottom: 1px solid #CDCDCD;
    padding: 0px 10px;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_form .form-control:focus {
    border-bottom: 2px solid #f75555;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#Message {
    border: 1px solid #cdcdcd;
    height: 160px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#Message:focus {
    border: 2px solid #f64747;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_form .btn-dm {
    margin-top: 2px;
background-color: #333;
  border-radius: 0px;
  color: #fff;
  position: relative;
  box-shadow: none;
  outline: 0 none !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 15px 35px;
  font-size: 14px;
  padding-right: 45px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact_form .btn-dm:after{
      content: ">";
  position: absolute;
  bottom: 14px;
  right: 25px;
  color: #f75555;
}
.contact_form .btn-dm:hover{
      background-color: #f64747;
  padding-right: 60px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact_form .btn-dm:hover:after {
    right: 20px;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.address {
    padding-top: 150px;
    padding-bottom: 50px;
}
.single_address {} .single_address div {
    padding-bottom: 10px;
}
.single_address div i {
  color: #333;
  font-size: 40px;
}
.single_address h2 {
  color: #f75555;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  margin-top: 0px;
}
.single_address h4 {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}
/*******************PORTFOLIO PAGE*******************************************/

.filter_wrapper {
    background-image: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
}
.filter.selected {
    color: #7a7a7a;
}
.filter:hover {
    color: #f64747;
}
.filter.active {
    border-bottom: 1px solid #f64747;
    color: #f64747;
}
.mega-entry .mega-entry-innerwrap {
    border-radius: 0px;
}
.mega-entry .mega-entry-innerwrap {
    border: 0px solid #fff;
}
.filter {
    letter-spacing: 4px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/************************SINGLE PORTFOLIO PAGE*****************************************************/

.product_slider .item img {
    width: 100%;
}
.product_image img {
    width: 100%;
    margin-bottom: 5px;
}
.product_info {
    padding-top: 25px
}
.product_info .row {
    background-color: #f0f0f0;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 25px;
}
.single_product_info {
    position: relative;
}
.single_product_info div i {
    font-size: 35px;
    color: #f75555
}
.extra_info {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 60px;
}
.extra_info h3 {
    color: #f75555;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    letter-spacing: 4px;
}
.extra_info h4 {
    font-size: 14px;
    color: #7a7a7a;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 400;
}
.extra_info h4 a {
    font-size: 14px;
    color: #7a7a7a;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 400;
    text-decoration: none;
}
.single_porduct_description {
    padding-top: 25px;
}
.single_porduct_description p {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.single_porduct_description blockquote {
    padding: 10px 20px;
    margin: 45px 40px 45px;
    border-left: 2px solid #f75555;
}
.single_porduct_description blockquote p {
    margin: 0px;
}
.social_share {
    padding-top: 80px;
    padding-bottom: 80px;
}
.comment_share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment_share ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-right: 34px;
    position: relative;
}
.comment_share ul li:after {
    position: absolute;
    content: "";
    right: 12px;
    bottom: 8px;
    width: 4px;
    height: 1px;
    background-color: #7a7a7a;
}
.comment_share ul li:last-child:after {
    background-color: transparent;
}
.share {
    text-align: right;
    position: relative;
}
.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.share ul li {
    display: inline;
}
.share ul li a {
    display: inline-block;
    padding-left: 15px;
}
.share ul li a i {
    font-size: 25px;
    color: #7a7a7a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.share ul li a:hover i {
    color: #f75555;
}
.share ul li:first-child {
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 10px;
    position: absolute;
    right: 125px;
    top: 3px;
}
@media(max-width: 768px) {
    .share {
        text-align: left;
        margin-top: 50px;
    }
    .share ul li:first-child {
        left: 0px;
    }
    .share ul li:nth-child(2) {
        padding-left: 100px;
    }
}
.comment_section h3 {
    color: #f75555;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.comment_list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 60px;
}
.single-comment {
    position: relative;
    margin-bottom: 100px;
}
.comment_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.comment_image img {
    width: 100%;
}
.comment_info {
    position: absolute;
    top: -50px;
    left: 0;
    padding-left: 120px;
}
.comment_info h2 {
    margin-bottom: 0px;
}
.comment_info h2 a {
    font-size: 14px;
    color: #f75555;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.comment_info h2 a {} .comment_info h4 {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 5px;
}
.comment_info p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
}
.reply,
.reply:hover,
.reply:focus,
.reply:visited,
.reply:active {
    color: #333333;
    font-weight: 800;
    letter-spacing: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.reply:after {
    content: "+";
    position: absolute;
    bottom: -2px;
    right: -15px;
    color: #f75555;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.reply:HOVER:after {
    right: -30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.children li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 40px;
}
.children .comment_info {
    padding-left: 160px;
    top: -50px;
    position: absolute;
}
.children {
    margin-top: 100px;
}
@media(max-width: 768px) {
    .single-comment {
        position: relative;
        margin-bottom: 180px;
    }
    .children li {
        margin-top: 220px;
    }
    .children .comment_info {
        top: -50px;
    }
}
@media(max-width: 450px) {
    .single-comment {
        position: relative;
        margin-bottom: 220px;
    }
    .children li {
        margin-top: 260px;
    }
    .children .comment_info {
        top: -50px;
    }
}
@media(max-width: 390px) {
    .comment_info {
        padding-left: 70px;
    }
    .comment_image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .single-comment {
        margin-bottom: 300px;
    }
    .children .comment_info {
        padding-left: 110px;
    }
}
/*LEAVE REPLY*/

.leave_comment {
    padding-top: 50px;
}
.leave_comment h2 {
    color: #f75555;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
}
.leave_comment form {
    padding-top: 50px;
}
.leave_comment form .form-control {
    border-radius: 0px;
    border: 0px solid #fff;
    background-image: none;
    box-shadow: none;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 25px;
    padding: 20px 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.leave_comment form .form-control:focus {
    border-bottom: 2px solid #f64747;
}
#comment_submit,
#comment_submit:visited,
#comment_submit:active,
#comment_submit:focus {
    background-color: #333;
    border-radius: 0px;
    color: #fff;
    position: relative;
    box-shadow: none;
    outline: 0 none !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 15px 35px;
    font-size: 14px;
    padding-right: 45px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#comment_submit:hover {
    background-color: #f64747;
    padding-right: 60px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#comment_submit:after {
    content: "+";
    position: absolute;
    bottom: 14px;
    right: 25px;
    color: #f75555;
}
#comment_submit:hover:after {
    right: 20px;
    color: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*********************************SINGLE TEAM PAGE***************************************************/

.single_team {
    padding-top: 100px;
    padding-bottom: 100px;
}
.member_image {} .member_image img {
    width: 100%;
}
.single_member_desc {} .single_member_desc h2 {
    color: #f64d4d;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 4px;
}
.single_member_desc h3 {
    color: #7a7a7a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2px;
    letter-spacing: 4px;
}
.single_member_desc p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 34px;
}
.single_team_social {
    padding-top: 30px;
}
.single_team_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_team_social ul li {
    display: inline;
}
.single_team_social ul li a {
    display: inline-block;
    padding-right: 10px;
}
.single_team_social ul li a i {
    color: #7a7a7a;
    font-size: 25px;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    transition: all.5s;
}
.single_team_social ul li a:hover i {
    color: #f75555;
}
@media(max-width: 991px) {
    .single_member_desc {
        padding-top: 50px;
    }
    .skills_title {
        padding-top: 70px;
    }
}
.skills_feedback .owl-pagination{

}
/*SKILLS FEEDBACK*/

.skills_feedback .owl-carousel {
    padding-bottom: 50px;
}
.feedback_title h3 {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
}
.single_feedback {} .single_feedback p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.single_feedback h3 {
    color: #f75555;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.single_feedback h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-top: 5px;
}
.skills_feedback .owl-theme .owl-controls {
    bottom: -40px;
}
.skills_title h3 {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
}
.progress_bar {
    padding-top: 40px;
}
.progress {
    height: 1px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.skill_text {
    margin-bottom: 5px;
}
.skill_text span {
    color: #7a7a7a;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.progress-bar {
    background-color: #333;
}
.skl_name {
    position: relative;
    padding-right: 20px;
}
.skl_name:after {
    position: absolute;
    content: "";
    bottom: 6px;
    right: 6px;
    width: 4px;
    background-color: #7a7a7a;
    height: 1px;
}
@media(max-width: 768px) {
    .skills_desc {
        padding-bottom: 50px;
    }
}
/*************************BLOG SINGLE PAGE**************************************************************/

.single_blog_post {
    padding-top: 120px;
}
.single_post_title {} .single_post_title h2 {
    margin: 0px;
}
.single_post_title h2 a {
    font-size: 30px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.single_post_title h3 {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
}

.single_post_title h3 a {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
}
.single_post_title h3 span {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
}

.single_post_title h3:after {
  width: 40px;
  content: "";
  display: block;
  height: 1px;
  background: #f73c56;
  margin-top: 15px;
}
.single_post_feature_image {
    padding-top: 50px;
}
.single_post_feature_image img {
    width: 100%
}
.single_post_content {
    padding-top: 25px;
}
.single_post_content p {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.single_post_content blockquote {
    padding: 10px 20px;
    margin: 45px 40px 45px;
    border-left: 2px solid #f75555;
}
.single_post_content blockquote p {
    margin: 0px;
}
.sidebar {} .widget {
    padding-bottom: 100px;
}
.widget h2 {
    color: #f75555;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0px;
}
.search {} .search-form {
    position: relative;
}
.search-form i {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 21px;
    color: #f75555
}
.search-form input
 {
    padding-right: 25px;
    border: 0px solid transparent;
    box-shadow: none;
    outline: 0 none !important;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0px;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
}
.search-form input:active, .search-form input:focus{
        padding-right: 25px;
    border: 0px solid transparent;
    box-shadow: none;
    outline: 0 none !important;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0px;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #f75555;
}
.category {} .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 35px;
}
.category ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.category ul li a {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.category ul li a:hover {
    color: #f75555;
}
.tag {} .tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 35px;
}
.tag ul li {
    display: inline;
}
.tag ul li a {
    display: inline-block;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-right: 10px;
    position: relative;
}
.tag ul li a:after {
    position: absolute;
    content: "-";
    color: #7a7a7a;
    bottom: -1px;
    right: 0;
}
.tag ul li:last-child a:after {
    color: transparent
}
.tag ul li a:hover {
    color: #f75555;
}
.popular_post {} .popular_post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 35px;
}
.popular_post ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.popular_post ul li a {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.popular_post ul li a:hover {
    color: #f75555;
}
/*******************************BLOG PAGE***************************************************************/

.default_blog_post {
    position: relative;
    margin-bottom: 30px;
}
.blog_featured_image img {
    width: 100%;
}
.title_author {
    position: absolute;
    bottom: 40px;
    left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    transition: all.5s;
    z-index: 20;
}
.title_author h2 {
    margin: 0;
}
.title_author h2 a, .normal_author_title h2 a {
    color: #f75555;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
.title_author h4 {
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
.title_author h4 a {
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}
.title_author h4 span {
    font-style: italic;
    font-weight: 400;
    color: #A9A9A9;
}
.blog_post_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 20;
}
.blog_post_content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}
.blog_post_content a {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    position: relative;
    padding-right: 20px;
}
.blog_post_content a:after {
    position: absolute;
    content: ">";
    color: #f75555;
    bottom: -2px;
    right: 0px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog_post_content a:hover:after {
    right: -25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.single_posts_cmnt_share {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    z-index: 20;
}
.single_posts_cmnt_share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_posts_cmnt_share ul li {
    display: inline;
}
.single_posts_cmnt_share ul li a {
    display: inline-block;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
}
.single_posts_cmnt_share ul li a:after {
    position: absolute;
    content: "-";
    color: #7a7a7a;
    right: 0;
    bottom: 0;
}
.default_blog_post:hover .single_posts_cmnt_share {
    top: 20px;
    opacity: 1
}
.default_blog_post:hover .blog_post_content {
    opacity: 1;
    bottom: 50px;
}
.default_blog_post:hover .title_author {
    bottom: 200px;
}
.post_without_image {
    background-color: #f0f0f0;
    position: relative;
    margin-bottom: 30px;
}
.post_without_image:hover .single_posts_cmnt_share {
    opacity: 1;
    top: 20px;
}
.normal_author_title {
    padding: 50px 25px;
}
.normal_author_title h2 {
    margin: 0;
}

.normal_author_title h4 {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
.normal_author_title h4 a {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}
.normal_author_title h4 span {
    font-style: italic;
    font-weight: 400;
}
.normal_author_title p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
.blog_read_more {
    position: absolute;
    bottom: 0;
    opacity: 1;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog_read_more a {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    position: relative;
    padding-right: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog_read_more a:after {
    position: absolute;
    content: ">";
    color: #f75555;
    bottom: -2px;
    right: 0px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog_read_more a:hover:after {
    right: -15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.post_without_image:hover .blog_read_more {
    opacity: 1;
    bottom: 20px;
}
@media(max-width: 700px) {
    .blog_post_content p {
        margin-bottom: 10px;
    }
    .default_blog_post:hover .blog_post_content {
        bottom: 30px;
    }
    .default_blog_post:hover .title_author {
        bottom: 135px;
    }
}
@media(max-width: 580px) {
    .blog_post_content p {
        opacity: 0;
    }
    .default_blog_post:hover .title_author {
        bottom: 55px;
    }
    .title_author h2 a {
        font-size: 13px;
        line-height: 22px;
    }
}
.play_button {
    position: absolute;
    bottom: 155px;
    left: 50%;
    margin-left: -30px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.play_button i {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
}
.default_blog_post:hover .play_button {
    opacity: 0
}
.next_prev {} .next_prev ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.next_prev ul li {
    display: block;
}
.next_prev ul li:first-child {
    width: 50%;
    float: left;
}
.next_prev ul li:last-child {
    width: 50%;
    float: left;
    text-align: right;
}
.next_prev ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a7a7a;
    text-decoration: none;
    -webkit-transition: .5S;
    -o-transition: .5S;
    transition: .5S;
}
.next_prev ul li a:hover {
    color: #f64747;
    -webkit-transition: .5S;
    -o-transition: .5S;
    transition: .5S;
}
.blog_multipal_featured_image .item img {
    width: 100%;
}
