.slide-caption h2{
    color:#fff;
}
h2.slide-title {
    text-transform: none;
    text-align: center;
    font-weight: 200;
}
h2.slide-title a{
    text-transform: none;
    text-align: center;
    font-weight: 200;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none!important;
}



html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}



.service_section, .team_section, .skill_section, .blog_section, .news_section, #plx_client_section, .pricing_section {
    padding: 80px 0px;
}





#plx_about_section .combine_content .buy a, .blog_read_more a, .team-post-wrap>a, a.view_all_latest, .news_view_all a, .cta_btn_link a, .inner .arcive_read_more a, input.wpcf7-submit, #respond .form-submit input {
    margin: 15px 0px;
    display: inline-block;
    background: transparent;
    padding: 0px 30px;
    font-weight: 500;
    font-size: 17px;
    line-height: 50px;
    color: #000;
    border:1px solid #000;
    border-radius:2px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    border: 0px solid #999 !important;
}

.footer {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 1px;
    clear: both;
    text-align: center;
}

/*==================Our Skills Section Close=========*/
/*==================Our news Section Open=========*/
.element-news-wrap {
    float: left;
    width: 25%;
    padding: 15px 15px;
}

.news-positing {
    position: relative;
    margin: 0px;
    line-height: 0px;
    overflow: hidden;
}

.news_image {
    line-height: 0px;
}

.news-positing img {
   
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    object-fit: cover;
}

.news-positing:hover img {
    transform: scale(1.3);
}

.news_main {
    position: absolute;
    top: 100%;
    padding: 15px;
    left: 0px;
    width: 100%;
    height: 0%;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
}

.news_main .news_content a {
    padding: 45px 0px;
    font-weight: 300;
    color: #ffffff;
}

.news_main a h3 {
    font-size: 17px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
}

.news-positing:hover .news_main {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(100,151,177, 0.8);
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.news_view_all {
    text-align: center;
}

.news_view_all a {
    margin: 0px;
}



.inner .news_slider_image img {
    width: 100%;
    object-fit: cover;
}



/*===============================RESPONSIVE STYLE STARTS FROM HERE=================*/
@media (max-width: 1024px) and (min-width: 1100px) {
    .news_main .news_content a {
        padding: 0px;
    }
}




@media (max-width: 820px) {

    .element-news-wrap {
        width: 50%;
        padding: 15px 15px;
    }

    .element-news-wrap:last-child {
        padding-bottom: 100px;
    }


}

@media (max-width: 750px) {
    .news_section h2{
        font-size: 40px !important;
    }

   

    .news {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }


}



/* Standard break point for mobile */
@media (max-width: 640px) {
    .port_slide #slider-prev, .port_slide #slider-next {
        background: #e41b2f none repeat scroll 0 0;
        display: inline-block;
        height: 33px !important;
        line-height: 0;
        overflow: hidden;
        padding: 17px 0 !important;
        position: absolute;
        text-align: center;
        top: 45%;
        width: 35px !important;
    }

    .port_slide #slider-prev a::before, .port_slide #slider-next a::before {
        width: 38px !important;
    }
}

@media (max-width: 550px) {
    .site-header {
        position: static !important;
        background: #ffffff;
    }

    .service_section, .team_section, .skill_section, .blog_section, .news_section, #plx_client_section, .pricing_section, #plx_cta_section, .testimonial_view {
        padding: 35px 0px;
        margin: 0px;
    }

    #plx_service_section, #plx_about_section, #plx_news_section, #plx_team_section, #plx_client_section, #plx_blog_section, #plx_testimonial_section, #plx_pricing_section, #plx_skill_section, #inner_header, #plx_cta_section {
        background-attachment: fixed !important;
    }

    #plx_service_section .service-posts {
        margin-bottom: 20px;
        margin-top: 10px
    }

    .team_title {
        margin-bottom: 15px;
    }

    .team_section .team-descr {
        margin: 15px 0px;
        width: 100%;
    }

    #plx_service_section .service-posts-wrap {
        float: none;
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #d61333 !important;
        padding: 10px 0px;
    }

    .blog-posts-wrap-latest {
        display: none;
    }

    .blog-posts-wrap-latest:first-child, .bxslider_testimonial .slider_content {
        display: block;
        width: 100%;
        float: none;
    }

    .prog {
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    .testimonial-title h2 {
        margin-bottom: 20px;
    }

    .bxslider_testimonial .image_title {
        position: static;
        display: inline-block;
        width: 50%;
    }

    .element-news-wrap {
        width: 100%;
        padding: 10px;
    }

    .client_section_title {
        margin-bottom: 10px;
    }

    .pricing_widget.clearfix {
        margin-top: 10px;
    }

    .percent span {
        font-size: 18px;
        line-height: 1.8;
    }

    .site-footer {
        margin: 20px -15px;
    }

    .footer_widget_view .contact_title {
        margin-bottom: 5px;
        line-height: 1 !important;
        text-transform: capitalize;
    }

    .wpcf7 form p {
        margin: 0px 0px 5px 0px;
    }

    input.wpcf7-submit {
        width: 100% !important;
        margin: 0px;
        line-height: 2 !important;
    }

    .inner_header>h1, .page-header>h1.page-title {
        font-size: 24px !important;
    }

    .entry-meta {
        position: static;
    }

    .page-content, .entry-content, .entry-summary {
        margin: 0.5em 0 0;
    }

    #respond .comment-form-author input, #respond .comment-form-email input, #respond input, .inner #respond textarea {
        width: 100%;
    }

    .inner {
        margin-top: 15px;
    }

    .inner .arcive_title a {
        margin-top: 10px;
    }

    .inner_header {
        height: 70px;
    }

    .slider_area .gaga_lite_slider .slider_capation .slider_title {
        font-size: 29px;
        line-height: 34px;
    }

    .slider_content p {
        font-size: 21px;
    }

    .slider_content_inner {
        font-size: 24px;
        line-height: 28px;
    }

    #plx_team_section .team_image_member .images_team_loop {
        width: 48%;
    }
}

@media (max-width: 400px) {
    .site-header .ak-container .header_logo {
        width:60%;
    }

    .widget_gaga_lite_pricing {
        width: 100%;
        margin-bottom: 10px;
    }

    .widget_gaga_lite_pricing:nth-child(3) {
        clear: left;
    }

    .contact_aside {
        float: none;
        width: 100%;
    }

    .contact_desc {
        margin-bottom: 5px;
    }

    .widget-area aside {
        float: none;
        width: 100%;
        padding: 0px 5px;
    }

    .inner {
        margin-top: 10px;
    }

    .slider_area .gaga_lite_slider .slider_capation .slider_title {
        font-size: 17px;
        line-height: 20px;
    }

    .slider_content p {
        font-size: 15px;
    }

    .slider_content_inner {
        font-size: 13px;
        line-height: 16px;
    }

    #plx_team_section .team_image_member .images_team_loop {
        width: 100%;
        margin-left: 0;
    }

    #plx_team_section .team_image_member {
        margin-left: 0;
    }
}

.price del .amount a {
    color: green!important;
}


.element-news{
    margin:0px 0;
}


#home-featured-video{
    background-image:url(https://paulkagame.com/wp-content/uploads/2017/07/Featured-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom:40px;
}
div#home-featured-video h1 {
    color: #fff;
}
.news_image {
    min-height:250px;
}
div.img_news:hover {
 
  transform: scale(1.18)!important;
  transition: all 300ms!important;
}

.news_view_all {
    padding-bottom: 30px;
}

.social-main {
    margin: 20px 50px;
    padding-bottom:50px;
}
.social-main h1 {
    padding-bottom: 5px;
}
#tw-section h4, #fb-section h4,#fl-section h4,#ig-section h4 {
    text-align: center;
    background: #f1f1f1;
    border-top: 0px solid #53839b;
    margin: 0px;
    padding: 3px;
    min-width:260px;
    color:#53839b;
    font-weight:100;
    text-align: center;
}
div#social-cover {
    border: 1px solid #53839b;
    min-height:350px;
    min-width:260px;
    display: block;
}
iframe {
    padding: 1px;
}
@media only screen and (max-width: 767px) {
div#social-cover {
    border: 1px solid #cecece;
    min-height:350px;
    min-width:260px!important;
    display: block;
}
#tw-section, #fb-section, #fl-section, #ig-section{
    max-width:300px!important;
}
#tw-section h4, #fb-section h4,#fl-section h4,#ig-section h4 {
    text-align: center;
    background: #f1f1f1;
    margin: 0px;
    padding: 3px;
    min-width:260px;
    color:#fff;
    font-weight:900;
    min-width:260px!important;
}
}
h5.slide-title {
    position: absolute;
    top: 60%;
    color:#fff;
    background: rgba(0,0,0,.8);
}
ul#menu-main a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.header {
    background: #005b96;
}
.h1, h1 {
    font-size: 56px!important;
    color: #53839b!important;
    font-weight:900!important;
}
.news_view_all a{
    border: 1px solid #005b96!important;
}
.news_view_all a:hover {
    background: #005b96;
    color:#fff;
    border: 1px solid #005b96!important;
}
.news_main p {
    color: #fff;
}

#subscribe-section {
    background: #cecece;
    max-height:100px;
}
.footer-content {
    font-weight: 100;
}
span#social-ic{
    font-family: "FontAwesome"!important;
    color:#cecece;
    text-align:right;

}
span i{
    font-style:normal!important;

    
}
div#subscribe {
margin:0 auto;
}
input[type="submit"] {
    float: left;
    padding: 0px;
    margin: 0px;
    padding: 6px;
    background: #53839b;
    color: #fff;
}
div#subscribe-section {
    padding: 10px;
}
body .dark {
    padding-top:30px;
    color: #383839;
    padding: 2px;
}
.footermenu a span.menu-title:hover {
    text-decoration: underline!important;
}
a span.menu-link {
    padding-top: 10px;
}
div.inner-page-slider {
    max-height: 400px!important;
}
.slider-slides .container {
    position: relative;
    height: inherit;
    width: 100%;
}
#new-main-page h1{ padding:20px; }
div#left-inner-post{ min-width:960px!important; }

.slide-caption-right {
    position: absolute;
    top: 60%;
}
div.caption-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 60%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
    background: -o-linear-gradient(top, transparent 60%, #000 100%);
    background: -ms-linear-gradient(top, transparent 60%, #000 100%);
    /* background: linear-gradient(to bottom, transparent 60%, #000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    opacity: 1;
}
h6.slide-title {
    color: #fff;
    text-align: center;
}
div#sliderinner ul li{
    margin: 0px 0 5px 25px!important;
}
.sliderinner_widgets.sub-speech-section {
    width: 100%;
}
div#sub-inner-section{
    width: 25%!important;
}
@media screen and (max-width: 800px){
.slider-slides .slide-body {
    top: 67%;
}
}
#photo-of-the-day{ background:white; }
input[type=email]{
border: 1px solid #fff;
    padding: 4px 8px;
    background: #d7d7d7;
    max-width: 100%;
}
.es_button {
    padding-top: 2px;
    padding-bottom: 5px;
}
@media only screen and (min-width: 900px) {
div#footer-subscribe {
    text-align: center;
    font-weight: 100;
    font-size: large;
}
}
div.foot-bio p {
    color: #cecece;
    max-width: 980px;
    margin: 0 auto;
}
/*
///////////////////////////////////////////////////////////////////////// SMALL SCREENS
*/

@media only screen and (max-width: 900px) {
.featured-vid {
    max-width: 100%!important;
}
}
#featured{ color:#fff!important; }
div#right-side-post {
    min-height: 189px;
    margin-bottom:20px;
    padding-right:0px;
}
.container.inner-page-size .col-sm-8 {
    padding-right: 0px;
}
.container.inner-page-size .col-sm-8 {
    padding-right: 0px;
}

/*
///////////////////////////////////////////////////////////////////////// END SCREENS
*/
/*
///////////////////////////////////////////////////////////////////////// BIG SCREENS
*/

@media only screen and (min-width: 900px) {
.featured-vid {
    max-width: 860px;
}
}
/*
///////////////////////////////////////////////////////////////////////// END SCREENS
*/




div._2p3a {
    max-width: 320px!important;
}
div#u_0_1 {
    max-width: 320px!important;
}

div.card-header { border-bottom: 0px solid rgba(0,0,0,.125)!important; }
div.card { border-top: 0px solid rgba(0,0,0,.125)!important; }