@charset "UTF-8";

/*
Theme Name:   trendy child theme
Description:  Write here a brief description about your child-theme
Author:       Hp_web
Author URL:   http://localhost/trendy
Template:     trendy
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  trendy-child
*/

/* Write here your own personal stylesheet */


footer:after {
    content: unset !important;
}
.header_logo img {
    width: 30%;
}

section.categorypg_outer:before {
   display: none;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-Black';
    src: url('fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-Light';
    src: url('fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-ExtraBold';
    src: url('fonts/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-ExtraLight';
    src: url('fonts/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans-SemiBold';
    src: url('fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-ExtraBold';
    src: url('fonts/FuturaPT-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.fa{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}
.fa-facebook-f:before {
    content: "\f09a";
}
.fa-instagram:before{
    content: "\f16d";
}
.fa-twitter:before{
    content: "\f099";
}
.fa-pinterest-p:before{
    content: "\f231";
}
.fa-clock-o:before{
    content: "\f017";
}
.fa-times:before{
    content: "\f00d";
}
.fa-bars:before{
    content: "\f0c9";
}
.container_main {
    max-width: 1120px;
    width: 100%;
    margin: auto;
}

header .topheader a#contlink{
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    color: #53c6d9;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #53c6d9;
    padding: 4px 34px;
    display: block;
}

.navmenu{
	background-color: #52c4d7;
}

.navmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

header form.search-form label{
    display: none;
}

header form.search-form {
    display: flex;
    background: #ffffff7a;
    margin: 13px 0;
}

.navmenu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'NunitoSans-Regular';
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
}

header form.search-form input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: none;
    color: #ffffff;
    padding: 7px 0 7px 18px;
}

header form.search-form input::placeholder{
text-transform: uppercase;
color: #ffffff;
}

header form.search-form button.search-submit {
    border: none;
    background: none;
    outline: none;
    color: #ffffff;
    padding: 0 15px;
}


header .topheader{
    padding: 15px 0;
}

footer{
    background: #000000;
    padding: 42px 0 35px 0;
    position: relative;
}

footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: -2px;
}
footer .logoimg p{
    color: #bfbfbf;
    font-family: Lato-Regular;
    font-size: 15px;
    line-height: 1.9;
    margin: 25px 0 0 0;
}
 
footer h2 {
    color: #53c6d9;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    margin: 0 0 32px 0;
}

footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .nav ul li a,
footer .qucklinks ul li a{
	color: #bfbfbf;
	font-size: 15px;
	font-family: Lato-Regular;
	text-decoration: none;
	text-transform: uppercase;
   
}

footer .nav ul li, 
footer .qucklinks ul li{
    margin: 0 0 5px 0;
}

footer form input[type="email"] {
    width: 100%;
    background: none;
    border: 1px solid #53c6d9;
    padding: 5px 8px;
    outline: none;
    color: #ffffff;
    font-size: 14px;
}

footer form input[type="submit"] {
    width: 100%;
    padding: 7px 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    font-family: 'NunitoSans-Bold' !important;
    border-radius: 0 !important;
    background: #53c6d9;
    margin: 0;
}

footer .followus ul{
    display: flex;
}

footer .followus ul li a {
    font-size: 18px;
    color: #a3a3a3;
    margin: 0 25px 0 0;
}	

footer .logoimg{
    padding: 0 80px 0 0;
}

footer .emailsubs {
    padding: 0 0 0 90px;
}

footer .followus{
    padding: 0 0 0 90px;
}

footer .nav {
    padding: 0 0 0 30px;
}

footer .qucklinks {
    padding: 0 0 0 45px;
}

footer .followus h2 {
    margin: 62px 0 15px 0;
}


.copyright-line{
    background-color: #646363b5;
    padding: 5px 0px;
}

.copyright-line p{
    text-align: center;
    color: #fff;
    font-family: Lato-Regular;
    font-size: 18px;
    margin-bottom: 0px;
}
.copyright-line a,.copyright-line a:hover{
    text-decoration: none;
    color: #53c6d9;
    font-weight: bold;
}
section.recentpost h2{
    background: #e0fbff;
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    padding: 10px 115px;
    margin: 0 0 40px 0;
}

section.recentpost .img_sec img{
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}

section.recentpost .post h3 a, 
section.recentpost .post h3 {
    font-size: 16px;
    font-family: 'Lato-Regular';
    color: #242424;
    text-decoration: none;
    margin: 25px 0 0 0;
}

section.recentpost .post .ctgry a{
    color: #48bbce;
    font-size: 12px;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    text-decoration: none;
}

section.recentpost .post p {
    font-family: 'Lato-Regular';
    color: #767676;
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}

section.recentpost .post a.rdmr_link {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
}

section.recentpost .post div#auth {
    font-size: 12px;
    font-family: 'Poppins-Regular';
    color: #767676;
    padding: 0 0 0 100px;
}

section.recentpost .post .text_sec {
    padding: 0 45px 15px 45px;
    box-shadow: -10px 0 8px -8px #00000012, 10px 0 8px -8px #00000012, 0 8px 6px -6px #00000012;
    border-bottom: 4px solid #e0fbff;
    min-height: 255px;
}

section.recentpost .post .text_sec img {
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    z-index: 20;
    margin: -26px 0 0 40px;
}

section.recentpost .post {
    position: relative;
    margin: 0 0 60px 0;
}

section.recentpost .post div#auth span {
    text-transform: capitalize;
    color: #6f97a8;
    font-family: 'Poppins-SemiBold';
}

section.subsec .formouter{
    background: #000000;
    padding: 20px 105px;
}

section.subsec h2 {
    margin: 0;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    line-height: 1.5;
}

section.subsec form {
    display: flex;
    padding: 17px 0;
}

section.subsec form input[type="email"] {
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    color: #ffffff;
    padding: 6px 0 5px 0;
    width: 280px;
}

section.subsec form input[type="submit"]{
    background: #ffffff;
    color: #000000;
    font-family: 'Poppins-SemiBold' !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 15px 52px !important;
    margin: 0 0 0 144px !important;
}

section.subsec form input[type="email"]::placeholder{
    color: #ffffff;
    font-style: 15px;
    font-family: 'Poppins-Light';
}

section.recentpost{
    padding: 150px 0 70px 0;
}

section.popularposts h2 {
    background: #e0fbff;
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    padding: 10px 115px;
    margin: 0 0 40px 0;
}

section.popularposts .img_sec img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}

.topsinglpst img {
    width: 100% !important;
    height: 454px !important;
    object-fit: cover;
    -webkit-transform: skew(352deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

section.popularposts .post h3 a, 
section.popularposts .post h3 {
    font-size: 16px;
    font-family: 'Lato-Regular';
    color: #242424;
    text-decoration: none;
    margin: 25px 0 0 0;
}

section.popularposts .post .ctgry a{
    color: #48bbce;
    font-size: 12px;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    text-decoration: none;
}

section.popularposts .post p {
    font-family: 'Lato-Regular';
    color: #767676;
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}

section.popularposts .post a.rdmr_link {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
}

section.popularposts .post div#auth {
    font-size: 12px;
    font-family: 'Poppins-Regular';
    color: #767676;
    padding: 0 0 0 100px;
}

section.popularposts .post .text_sec {
    padding: 0 45px 15px 45px;
    box-shadow: -10px 0 8px -8px #00000012, 10px 0 8px -8px #00000012, 0 8px 6px -6px #00000012;
    border-bottom: 4px solid #e0fbff;
    min-height: 245px;
}

section.popularposts .post .text_sec img {
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    z-index: 20;
    margin: -26px 0 0 40px;
}

section.popularposts .post{
    position: relative;
    margin: 0 0 60px 0;
}

section.popularposts .post div#auth span{
    text-transform: capitalize;
    color: #6f97a8;
    font-family: 'Poppins-SemiBold';
}

section.popularposts{
    padding: 0 0 80px 0;
}

section.rndmposts .post .imgtitle{
    display: flex;
}

section.rndmposts .post .headngsec{
    width: 40%;
    padding: 140px 0 0 60px;
}

section.rndmposts .post .ctgry {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 10%;
    text-align: center;
}

section.rndmposts .post .ctgry a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    padding: 20px 8px;
    display: inline-block;
    transition: 0.5s;
}

section.rndmposts .post .ctgry a:hover{
    background: #53c6d9;
}

section.rndmposts .post img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

section.rndmposts .post .img_sec{
    width: 60%;
    position: relative;
    display: flex;
}

section.rndmposts .post .img_sec .img{
    width: 90%;
    position: relative;
    box-shadow: 0 0 20px 20px #00000014;
}

section.rndmposts .post .img_sec .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0 232 255 / 38%);
}

section.rndmposts .post h2 a, 
section.rndmposts .post h2 {
    color: #000000;
    font-family: 'Lato-Regular';
    font-size: 28px;
    position: relative;
    text-decoration: none;
    line-height: 1.5;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    transition: 0.5s;
}

section.rndmposts .post h2 a:hover{
    color: #53c6d9;
}

section.rndmposts .post h2:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #53c6d9; 
    bottom: 0;
    left: 0;
}

section.rndmposts div#auth{
    font-family: Lato-Regular;
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
}

section.rndmposts div#date{
    font-family: 'Lato-Bold';
    font-size: 19px;
    color: #000000;
}

section.rndmposts .post{
    padding: 0 0 100px 0;
    margin: 0 0 100px 0;
    position: relative;
}

section.rndmposts .post .textsec{
    padding: 140px 0 0 50px;
}

section.rndmposts .post p{
    font-family: Lato-Regular;
    font-size: 15px;
    color: #000000;
    line-height: 1.9;
    margin: 0 0 40px 0;
}

section.rndmposts .post a.rdmr_link{
    background: #53c6d9;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    font-size: 14px;
    padding: 6px 28px;
    text-decoration: none;
    border: 2px solid #53c6d9;
    transition: 0.5s;
}

section.rndmposts .post a.rdmr_link:hover{
    background: #ffffff;
    color: #53c6d9;
}

section.rndmposts .post:nth-child(even) .img_sec{
    flex-direction: row-reverse;
}

section.rndmposts .post:nth-child(even) .imgtitle {
    flex-direction: row-reverse;
}

section.rndmposts .post:nth-child(even) .headngsec{
    padding: 140px 60px 0 0;
}

section.rndmposts .post:last-child{
    padding: 0;
    margin: 0;
}

section.rndmposts {
    padding: 100px 0 150px 0;
}

section.rndmposts .post:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 8px 12px #fbfbfb;
}

section.rndmposts .post:last-child:after{
    position: unset;
}

section.rndmposts .post .img_sec .img:hover:before{
    display: none;
}

section.topsinglpst .postouter{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.topsinglpst .ctgry a {
    text-transform: uppercase;
    color: #545454;
    font-size: 21px;
    font-family: 'Poppins-Bold';
    text-decoration: none;
    position: relative;
    padding: 0 0 8px 0;
}

.topsinglpst .ctgry a:after {
    content: '';
    width: 85px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #757575b5;
}

.topsinglpst h1 a, 
.topsinglpst h1 {
    color: #000000;
    font-size: 40px;
    font-family: Lato-Regular;
    text-decoration: none;
    margin: 28px 0 0 0;
}

.topsinglpst p {
    font-size: 15px;
    color: #000000;
    font-family: Lato-Regular;
    line-height: 2;
    margin: 0 0 60px 0;
}

.topsinglpst a.rdmr_link {
    background: #53c6d9;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    font-size: 23px;
    padding: 4px 28px;
    text-decoration: none;
    border: 2px solid #53c6d9;
    transition: 0.5s;
}

.topsinglpst .headngsec {
    padding: 98px 0;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #ffffff;
    width: 86%;
}

.topsinglpst .headngsec:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffffff;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-11deg, 0deg);
}

.topsinglpst .headngsec:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 335px;
    height: 378px;
    background: #53c6d9;
    transform: rotate(8deg) translateX(10px) translateY(15px) skewX(359deg) skewY(354deg);
    right: -33px;
    top: 14px;
}


.topsinglpst .textsec {
    padding: 63px 0 87px 23px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #ffffff;
    margin: 55px 0 0 42px;
}

.topsinglpst .textsec:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -64px;
    z-index: -1;
    background: #ffffff;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-9deg, 1deg);
}

.topsinglpst .textsec:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 343px;
    height: 392px;
    background: #53c6d9;
    transform: rotate(0deg) translateX(10px) translateY(15px) skewX(353deg) skewY(363deg);
    left: -48px;
    top: -23px;
}

section.topsinglpst{
    padding: 27px 0;
    box-shadow: 0px 4px 20px 20px #11111114;
}



section.categorypg_outer .post .imgtitle{
    display: flex;
}

section.categorypg_outer .post .headngsec{
    width: 40%;
    padding: 140px 0 0 60px;
}

section.categorypg_outer .post .ctgry{
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 10%;
    text-align: center;
}

section.categorypg_outer .post .ctgry a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    padding: 20px 8px;
    display: inline-block;
    transition: 0.5s;
}

section.categorypg_outer .post .ctgry a:hover{
    background: #53c6d9;
}

section.categorypg_outer .post img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

section.categorypg_outer .post .img_sec{
    width: 60%;
    position: relative;
    display: flex;
}

section.categorypg_outer .post .img_sec .img{
    width: 90%;
    position: relative;
    box-shadow: 0 0 20px 20px #00000014;
}

section.categorypg_outer .post .img_sec .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0 232 255 / 38%);
}

section.categorypg_outer .post h2 a, 
section.categorypg_outer .post h2 {
    color: #000000;
    font-family: 'Lato-Regular';
    font-size: 28px;
    position: relative;
    text-decoration: none;
    line-height: 1.5;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    transition: 0.5s;
}

section.categorypg_outer .post h2 a:hover{
    color: #53c6d9;
}

section.categorypg_outer .post h2:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #53c6d9; 
    bottom: 0;
    left: 0;
}

section.categorypg_outer div#auth{
    font-family: Lato-Regular;
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
}

section.categorypg_outer div#date{
    font-family: 'Lato-Bold';
    font-size: 19px;
    color: #000000;
}

section.categorypg_outer .post{
    padding: 0 0 100px 0;
    margin: 0 0 100px 0;
    position: relative;
}

section.categorypg_outer .post .textsec{
    padding: 140px 0 0 50px;
}

section.categorypg_outer .post p{
    font-family: Lato-Regular;
    font-size: 15px;
    color: #000000;
    line-height: 1.9;
    margin: 0 0 40px 0;
}

section.categorypg_outer .post a.rdmr_link{
    background: #53c6d9;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    font-size: 14px;
    padding: 6px 28px;
    text-decoration: none;
    border: 2px solid #53c6d9;
    transition: 0.5s;
}

section.categorypg_outer .post a.rdmr_link:hover{
    background: #ffffff;
    color: #53c6d9;
}

section.categorypg_outer .post:nth-child(even) .img_sec{
    flex-direction: row-reverse;
}

section.categorypg_outer .post:nth-child(even) .imgtitle {
    flex-direction: row-reverse;
}

section.categorypg_outer .post:nth-child(even) .headngsec{
    padding: 140px 60px 0 0;
}

section.categorypg_outer .post:last-child{
    padding: 0;
    margin: 0;
}

section.categorypg_outer {
    padding: 100px 0 150px 0;
}

section.categorypg_outer .post:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 8px 12px #fbfbfb;
    z-index: -1;
}

section.categorypg_outer .post:last-child:after{
    position: unset;
}

section.categorypg_outer .post .img_sec .img:hover:before{
    display: none;
}

section.categorypg_outer{
    padding: 0 0 150px 0;
    position: relative;
}



.breadcrumbs{
    border-bottom: 1px solid #48bbce;
    padding: 22px 0;
}

.breadcrumbs h1{
    font-size: 14px;
    font-family: 'NunitoSans-Bold';
    text-transform: uppercase;
    color: #53c6d9;
    margin: 0;
}

.breadcrumbs h1 span a,
.breadcrumbs h1 span{
    font-family: 'NunitoSans-Regular';
    color: #53c6d9;
    text-decoration: none;
}

.breadcrumbs p{
    font-size: 14px;
    font-family: 'NunitoSans-Bold';
    text-transform: uppercase;
    color: #53c6d9;
    margin: 0;
}

.breadcrumbs p span a,
.breadcrumbs p span{
    font-family: 'NunitoSans-Regular';
    color: #53c6d9;
    text-decoration: none;
}

.breadcrumbs strong{
    margin: 0 12px;
}

.catpostswrap{
    padding: 25px 0 0 0;
}

.navigation ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.navigation ul li a {
    font-family: 'Lato-Bold';
    color: #53c6d9;
    padding: 5px 10px;
    border-radius: 30px;
    text-decoration: none;
}

.navigation ul li {
    display: block;
    border: 2px solid #53c6d9;
    padding: 6px 4px;
    border-radius: 30px;
    margin: 0 28px 0 0;
}

.navigation ul li.active a{
    background: #53c6d9;
    color: #ffffff;
}

section.contact_outer h2{
    color: #111111;
    font-size: 22px;
    font-family: 'NunitoSans-Bold';
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

section.contact_outer form input {
    border: none;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 20px 16px #0000000f;
    padding: 9px 8px;
    width: 100%;
    font-size: 14px;
    margin: 0 0 45px 0;
}

section.contact_outer form textarea {
    border: none;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 20px 16px #0000000f;
    padding: 8px 8px;
    width: 100%;
    font-size: 14px;
    height: 140px;
}

section.contact_outer form label{
    color: #000000;
    font-size: 16px;
    font-family: 'NunitoSans-SemiBold';
    margin: 0 0 18px 0;
}

section.contact_outer form label span {
    color: #53c6d9;
    padding: 0 0 0 5px;
}

section.contact_outer form input[type=submit] {
    margin: 45px 0 0 0!important;
    width: unset !important;
    background: #53c6d9 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    font-size: 16px !important;
    padding: 12px 55px !important;
}

section.contact_outer .formsec {
    padding: 0 55px 0 0;
}

section.contact_outer form input[type=text]{
margin: 0 0 0 0;
}

section.contact_outer .formouter{
    padding: 48px 0 50px 0;
}

.single_post_mn .heading h2{
    color: #292929;
    font-size: 40px;
    font-family: 'Lato-Regular';
    line-height: 1.5;
    margin: 0;
}
.single_post_mn .heading h1{
    color: #292929;
    font-size: 40px;
    font-family: 'Lato-Regular';
    line-height: 1.5;
    margin: 0;
}

.single_post_mn .single_img{
    display: flex;
}

.single_post_mn .single_img .ctgry{
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 10%;
    text-align: center;
}

.single_post_mn .single_img .ctgry a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #ffffff;
    background: #53c6d9;
    padding: 20px 4px;
    display: inline-block;
    transition: 0.5s;
}

.single_post_mn .single_img img {
    height: 100% !important;
    object-fit: cover;
}

.single_post_mn div#auth{
    color: #000000;
    font-size: 20px;
    font-family: 'Lato-Regular';
    text-transform: capitalize;
}

.single_post_mn div#date{
    font-size: 19px;
    font-family: 'Lato-Bold';
    color: #000000;
}

.single_post_mn .heading {
    padding: 108px 0 0 0;
}

.single_post_mn .auth_date {
    padding: 190px 0 190px 14px;
}

.single_post_mn .postcontent {
    width: 55%;
    margin: auto;
}

.single_post_mn .postcontent p {
    color: #000000;
    font-family: 'Lato-Regular';
    font-size: 15px;
    line-height: 2;
    margin: 0 0 28px 0;
}

.single_post_mn .postcontent .postxt{
    padding: 38px 0 0 0;
}

.single_post_mn .postcontent .postxt p#endline {
    font-family: Lato-Bold;
    margin: 0;
}

section.singlepg_outer .postouter{
    padding-top: 35px;
}

.single_post_mn .single_img .img {
    box-shadow: 0 0 20px 20px #00000014;
}



section.related_posts h2{
    background: #e0fbff;
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    padding: 10px 115px;
    margin: 0 0 40px 0;
}

section.related_posts .img_sec img{
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}

section.related_posts .post h3 a, 
section.related_posts .post h3 {
    font-size: 16px;
    font-family: 'Lato-Regular';
    color: #242424;
    text-decoration: none;
    margin: 25px 0 0 0;
}

section.related_posts .post .ctgry a{
    color: #48bbce;
    font-size: 12px;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    text-decoration: none;
}

section.related_posts .post p {
    font-family: 'Lato-Regular';
    color: #767676;
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}

section.related_posts .post a.rdmr_link {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
}

section.related_posts .post div#auth {
    font-size: 12px;
    font-family: 'Poppins-Regular';
    color: #767676;
    padding: 0 0 0 100px;
}

section.related_posts .post .text_sec {
    padding: 0 45px 15px 45px;
    box-shadow: -10px 0 8px -8px #00000012, 10px 0 8px -8px #00000012, 0 8px 6px -6px #00000012;
    border-bottom: 4px solid #e0fbff;
    min-height: 255px;
}

section.related_posts .post .text_sec img {
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    z-index: 20;
    margin: -26px 0 0 40px;
}

section.related_posts .post {
    position: relative;
    margin: 0 0 60px 0;
}

section.related_posts .post div#auth span{
    text-transform: capitalize;
    color: #6f97a8;
    font-family: 'Poppins-SemiBold';
}

section.related_posts {
    padding: 130px 0 80px 0;
}

.page-header.alignwide h1.page-title{
    font-size: 14px;
    font-family: 'NunitoSans-Bold';
    text-transform: uppercase;
    color: #53c6d9;
    margin: 0;
}

.page-header.alignwide {
    border-bottom: 1px solid #48bbce;
    padding: 22px 0;
}

.not_fond{
    padding: 30px 0;
}

section#nothing_found h2.page-title {
    margin: 22px 0 22px 0;
}

section.error-not-found h1{
    font-size: 222px;
    color: #53c6d9;
    font-family: Poppins-SemiBold;
    margin: 0;
}

section.error-not-found .links a {
    background: #53c6d9;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    font-size: 15px;
    padding: 8px 28px;
    text-decoration: none;
}

section.error-not-found .links span {
    color: #53c6d9;
    text-transform: uppercase;
    font-family: 'NunitoSans-Bold';
    font-size: 15px;
    padding: 0 5px;
}

section.error-not-found p {
    color: #53c6d9;
    font-family: 'NunitoSans-Regular';
    font-size: 16px;
    margin: 35px 0 45px 0;
}

section.error-not-found {
    text-align: center;
    padding: 35px 0 130px 0;
}



@media screen and (max-width:767px){
.category section.categorypg_outer {
    padding: 0 0 45px 0;
    margin: 8px 0 0 0;
}
section.subsec form input[type="submit"]{
    padding: 11px 8px !important;
    margin: 0 !important;
    font-size: 11px;
}

section.subsec form input[type="email"] {
    padding: 6px 0 5px 0;
    width: 235px;
    margin: 0 0;
}

section.subsec .formouter{
    padding: 20px 20px;
}

section.subsec h2{
    font-size: 22px;
}

section.subsec form {
    padding: 17px 0;
    justify-content: space-between;
}

section.topsinglpst .postouter {
    width: 90%;
    margin: auto;
}

section.rndmposts .post .imgtitle {
    display: block;
}

.topsinglpst img {
    -webkit-transform: none;
    height: auto !important;
}

.topsinglpst .headngsec {
    padding: 0 0 25px 0;
    font-size: 20px;
    width: 100%;
}

.topsinglpst h1 a, .topsinglpst h1 {
    font-size: 23px;
    margin: 22px 0 0 0;
    line-height: 1.4;
}

.topsinglpst .textsec:before{
    position: unset;
}

.topsinglpst .textsec:after{
    position: unset;
}

.topsinglpst .headngsec:before{
    position: unset;
}

.topsinglpst .headngsec:after{
     position: unset;
}

.topsinglpst .textsec {
    padding: 0;
    font-size: 20px;
    margin: 18px 0 0 0;
}

.topsinglpst p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 18px 0;
}

.topsinglpst a.rdmr_link {
    font-size: 13px;
    padding: 8px 20px;
}

.topsinglpst .ctgry a {
    font-size: 18px;
}

.topsinglpst .ctgry a:after {
    width: 72px;
}

section.rndmposts {
    padding: 45px 0 45px 0;
}

section.rndmposts .post .img_sec {
    width: 100%;
}

section.rndmposts .post img {
    height: 100% !important;
}

section.rndmposts .post .ctgry a {
    font-size: 8px;
    padding: 15px 12px;
}

section.rndmposts .post .headngsec {
    width: 100%;
    padding: 22px 0 0 0;
}

section.rndmposts .post h2 a, 
section.rndmposts .post h2{
    font-size: 22px;
    line-height: 1.3;
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
}

section.rndmposts .post .textsec {
    padding: 12px 0 0 0;
}

section.rndmposts .post p {
    margin: 0 0 25px 0;
}

section.rndmposts .post {
    padding: 0 0 50px 0;
    margin: 0 0 40px 0;
}

section.rndmposts .post:nth-child(even) .headngsec {
    padding: 25px 0 0 0;
}

section.rndmposts div#auth {
    font-size: 15px;
}

section.rndmposts div#date {
    font-size: 15px;
}

section.popularposts .img_sec img {
    height: auto !important;
}

section.popularposts .post .text_sec{
    padding: 0 28px 15px 28px;
    min-height: auto;
}

section.popularposts .post h3 a, 
section.popularposts .post h3{
    font-size: 16px;
    margin: 15px 0 0 0;
}

section.popularposts .post {
    margin: 0 0 35px 0;
}

section.popularposts {
    padding: 0;
}

section.recentpost {
    padding: 40px 0 20px 0;
}

section.recentpost .img_sec img {
    height: auto !important;
}

section.recentpost .post .text_sec {
    padding: 0 28px 15px 28px;
    min-height: auto;
}

section.recentpost .post h3 a, 
section.recentpost .post h3 {
    margin: 15px 0 0 0;
}

section.recentpost .post {
    margin: 0 0 35px 0;
}

footer .logoimg {
    padding: 0 0 30px 0;
}

footer .nav {
    padding: 0;
    display: block;
}

footer h2 {
    font-size: 15px;
    margin: 0 0 15px 0;
}   

footer .nav ul li a, 
footer .qucklinks ul li a {
    font-size: 14px;
}

footer .emailsubs {
    padding: 32px 0 0 0;
}

footer .followus {
    padding: 0;
}

footer .followus h2 {
    margin: 32px 0 15px 0;
}

.single_post_mn .heading {
    padding: 0;
}

section.singlepg_outer {
    margin: 55px 0 0 0;
}

.breadcrumbs h1 {
    font-size: 13px;
    line-height: 1.5;
}

.breadcrumbs strong {
    margin: 0 8px;
}

.breadcrumbs {
    padding: 15px 0;
}

.single_post_mn .heading h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 22px 0;
}
.single_post_mn .heading h1 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 22px 0;
}

section.singlepg_outer .postouter {
    padding-top: 22px;
}

.single_post_mn .single_img .ctgry a {
    font-size: 10px;
    padding: 10px 7px;
}

.single_post_mn .single_img img {
    height: auto !important;
}

.single_post_mn .single_img .ctgry {
    width: 9%;
}

.single_post_mn .auth_date {
    padding: 20px 0 0 0;
}

.single_post_mn div#date {
    font-size: 17px;
}

.single_post_mn div#auth {
    font-size: 17px;
}

.single_post_mn .postcontent .postxt {
    padding: 10px 0 0 0;
}

.single_post_mn .postcontent {
    width: 100%;
}

.single_post_mn .postcontent p {
    font-size: 15px;
    margin: 0 0 10px 0;
}

section.related_posts {
    padding: 35px 0 0 0;
}

section.related_posts h2{
    font-size: 18px;
    padding: 10px 23px;
    margin: 0 0 30px 0;
}

section.related_posts .img_sec img {
    height: auto !important;
}

section.related_posts .post .text_sec{
    padding: 0 28px 15px 28px;
    min-height: auto;
}

section.related_posts .post h3 a, section.related_posts .post h3 {
    font-size: 16px;
    margin: 15px 0 0 0;
}

section.related_posts .post{
    margin: 0 0 35px 0;
}

section.categorypg_outer {
    padding: 0 0 45px 0;
    margin: 54px 0 0 0;
}

section.categorypg_outer .post .imgtitle {
    display: block;
}

section.categorypg_outer .post .img_sec {
    width: 100%;
}

section.categorypg_outer .post img {
    width: 100% !important;
    height: auto !important;
}

section.categorypg_outer .post .ctgry a {
    font-size: 7px;
    padding: 12px 7px;
}

section.categorypg_outer .post .ctgry {
    width: 7%;
}

section.categorypg_outer .post .img_sec .img {
    width: 93%;
}

section.categorypg_outer .post .headngsec{
    width: 100%;
    padding: 18px 0 0 0;
}

section.categorypg_outer .post h2 a, 
section.categorypg_outer .post h2{
    font-size: 22px;
    line-height: 1.5;
}

section.categorypg_outer div#auth {
    font-size: 16px;
}

section.categorypg_outer div#date {
    font-size: 16px;
}

section.categorypg_outer .post .textsec {
    padding: 15px 0 0 0;
}

section.categorypg_outer .post p {
    margin: 0 0 30px 0;
}

section.categorypg_outer .post {
    padding: 0 0 45px 0;
    margin: 0 0 35px 0;
}



section.categorypg_outer .post h2 a, 
section.categorypg_outer .post h2 {
    font-size: 22px;
    line-height: 1.3;
}

section.categorypg_outer .post:nth-child(even) .headngsec {
    padding: 18px 0 0 0;
}

.navigation ul li a {
    padding: 2px 4px;
    font-size: 10px;
}

.navigation ul li {
    padding: 0 2px 1px 3px;
    margin: 0 5px 10px 0;
}

section.contact_outer {
    margin: 13px 0 0 0;
}

section.contact_outer .formouter {
    padding: 20px 0 40px 0;
}

section.contact_outer h2 {
    margin: 0 0 15px 0;
}

section.contact_outer form label {
    margin: 0 0 5px 0;
}

section.contact_outer form input[type=text] {
    margin: 0 0 20px 0;
}

section.contact_outer form input {
    margin: 0 0 18px 0;
}

section.contact_outer .formsec {
    padding: 0;
}

section.contact_outer form input[type=submit] {
    margin: 25px 0 0 0!important;
    font-size: 15px !important;
    padding: 8px 18px !important;
}

.navigation ul{
    flex-wrap: wrap;
}

section.error-not-found img{
    width: 72px;
    height: auto;
}

section.error-not-found h1 {
    font-size: 100px;
}

section.error-not-found p{
    font-size: 16px;
    margin: 0 0 28px 0;
}

section.error-not-found .links a {
    font-size: 11px;
    padding: 8px 12px;
}

section.error-not-found .links span {
    font-size: 13px;
}

section.error-not-found {
    padding: 10px 0 53px 0;
    margin: 53px 0 0 0;
}

.single_post_mn .single_img .img {
    width: 94%;
}


}




/*ipad responsive menu*/
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px){
section#mobmenu_cstm {
    background-color: #fff !important;
}
.headerlogo img {
    width: 50% !important;
}
.single_post_mn .heading h1{
    margin-bottom:15px;
}

.mob_header {
    position: sticky;
    top: 0;
    background: #ffffff;
    box-shadow: 0 1px 5px 1px #0000002b;
    z-index: 100;
    padding: 20px 15px;
    display: flex !important;
    align-items: center;
} 
    
.mob_header .show{
  display: block !important;
}

.mob_header .hide{
  display: none;
}

.mob_header .fa {
    font-size: 21px;
    color: #1bbad5;
    cursor: pointer;
}

.mob_header .fa-times {
    display: none;
    color: #48bbce;
    z-index: 10000;
    position: absolute;
    right: 15px;
}

.mob_header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  visibility: hidden;
  background-color: #000000eb;
  animation: zoomIn .5s ease-in-out forwards;
  z-index: 1000;
}

.mob_header ul{
    position: absolute;
    list-style: none;
    visibility: hidden;
    text-align: center;
    padding: 2rem;
    margin: 0;
    animation: fadeIn 1s ease-in-out .5s forwards;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    height: 100%;
}

.mob_header ul::before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  border: solid 2px transparent;
  background-color: transparent;
  animation: borderTopLeft 1s linear 1.5s forwards;
}

.mob_header ul::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  border: solid 2px transparent;
  background-color: transparent;
  animation: borderBottomRight 1s linear 1.5s forwards;
}

.mob_header li{
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.mob_header ul li a{
    font-size: 24px;
    color: #fefefe;
    text-decoration: none;
    font-family: Lato-Regular;
}

.mob_header ul li a::after{
  content: " ";
  display: block;
  width: 0;
  height: 4px;
  position: relative;
  top: .25rem;
  background-color: #48bbce;
  transition: all .3s ease-in-out;
}

.mob_header ul li a:hover::after {
  width: 100%;
}

@keyframes zoomIn {
  0% {
    visibility: visible;
    width: 0;
  }
  100% {
    visibility: visible;
    width: 100vw;
  }
}

@keyframes fadeIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    visibility: visible;
    transform: scale(1);
  }
}

@keyframes borderTopLeft {
  0% {
    width: 0;
    height: 0;
    border-top-color: #48bbce;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #48bbce;
    border-right-color: #48bbce;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #48bbce;
    border-right-color: #48bbce;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

@keyframes borderBottomRight{
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #48bbce;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #48bbce;
    border-left-color: #48bbce;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #48bbce;
    border-left-color: #48bbce;
  }
}    
    
    
.mob_header .header_logo {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}  

.mob_header .header_logo img{
    width:150px;
}

}

/*ipad responsive*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){

.single_post_mn .heading {
    padding: 20px 0 0 0 !important;
}


section.related_posts .post p {
    word-break: break-word;
}

section.singlepg_outer{
    margin: 53px 0 0 0;
}

.single_post_mn .heading h2{
    font-size: 25px;
}

.single_post_mn .single_img img{
    height: 315px !important;
}

.single_post_mn .single_img .ctgry a{
    font-size: 15px;
    padding: 20px 4px;
}

.single_post_mn div#auth{
    font-size: 15px;
}

.single_post_mn div#date{
    font-size: 15px;
}

.single_post_mn .auth_date {
    padding: 35px 0 35px 0px !important;
}
.single_post_mn .postcontent {
    width: 100% !important;
    margin: auto;
}
section.related_posts {
    padding: 55px 0 40px 0;
}

section.related_posts .post .text_sec {
    padding: 0 15px 15px 15px;
    min-height: 270px;
}

section.related_posts .post {
    margin: 0 0 35px 0;
}

section.related_posts .post div#auth {
    font-size: 12px;
    padding: 0 0 0 75px;
}

section.related_posts .post .text_sec img {
    margin: -26px 0 0 16px;
}

section.related_posts .post h3 a, section.related_posts .post h3 {
    font-size: 16px;
    margin: 12px 0 0 0;
}

section.categorypg_outer {
    margin: 10px 0 0 0 !important;
}

section.categorypg_outer .post .headngsec {
    width: 40%;
    padding: 85px 0 0 20px;
}

section.categorypg_outer .post h2 a, 
section.categorypg_outer .post h2 {
    font-size: 20px;
}

section.categorypg_outer div#auth {
    font-size: 14px;
}

section.categorypg_outer div#date {
    font-size: 14px;
}

section.categorypg_outer .post .ctgry a {
    font-size: 15px;
    padding: 10px 0;
}

section.categorypg_outer .post img {
    height: 285px !important;
}

section.categorypg_outer .post .textsec {
    padding: 25px 0 0 0;
}

section.categorypg_outer .post p {
    margin: 0 0 22px 0;
}

section.categorypg_outer .post {
    padding: 0 0 70px 0;
    margin: 0 0 60px 0;
}


 
section.categorypg_outer .post:nth-child(even) .headngsec {
    padding: 35px 10px 0 0;
}

section.categorypg_outer {
    padding: 0 0 60px 0;
}

section.topsinglpst .postouter{
    width: 90%;
    margin: auto;
}

.topsinglpst .headngsec {
    width: 87%;
}

.topsinglpst h1 a, .topsinglpst h1 {
    font-size: 27px;
    margin: 28px 0 0 0;
}

.topsinglpst .textsec {
    padding: 63px 0 87px 10px;
    margin: 55px 0 0 15px;
}

.topsinglpst p {
    font-size: 13px;
    margin: 0 0 48px 0;
}

.topsinglpst a.rdmr_link{
    font-size: 18px;
}

.topsinglpst .headngsec:before {
    width: 192px;
    height: 378px;
    right: -32px;
    top: -3px;
}

.topsinglpst img{
    height: 398px !important;
}

.topsinglpst .headngsec:after{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.topsinglpst {
    padding: 0px 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.topsinglpst .textsec:before {
    width: 208px;
    height: 327px;
    left: -44px;
    top: -21px;
}

section.rndmposts{
    padding: 40px 0 75px 0;
}

section.rndmposts .post img {
    height: 335px !important;
}

section.rndmposts .post .headngsec{
    padding:85px 0 0 8px;
}

section.rndmposts .post .ctgry a{
    font-size: 12px;
    padding: 20px 3px;
}

section.rndmposts .post h2 a, 
section.rndmposts .post h2 {
    font-size: 20px;
}

section.rndmposts div#auth{
    font-size: 15px;
}

section.rndmposts div#date{
    font-size: 13px !important;
}

section.rndmposts .post .textsec {
    padding: 85px 0 0 20px;
}

section.rndmposts .post {
    padding: 0 0 45px 0;
    margin: 0 0 45px 0;
}

section.rndmposts .post:nth-child(even) .headngsec{
    padding: 85px 20px 0 0;
}

section.popularposts .post .text_sec{
    padding: 0 20px 15px 20px;
    min-height: 245px;
}

section.popularposts .post h3 a, 
section.popularposts .post h3{
    font-size: 16px;
    margin: 10px 0 0 0;
}

section.popularposts .post .text_sec img{
    margin: -26px 0 0 0px !important;
}

section.popularposts .post div#auth {
    padding: 0 0 0 0px !important;
}

section.popularposts .post p {
    font-size: 14px;
    margin: 6px 0 6px 0;
}

section.popularposts .post {
    margin: 0 0 40px 0;
}

section.popularposts {
    padding: 0 0 30px 0;
}

section.subsec .formouter {
    padding: 20px 20px;
}

section.subsec h2{
    font-size: 22px;
}

section.subsec form input[type="submit"]{
    padding: 12px 10px !important;
    margin: 0 0 0 38px !important;
}

section.subsec form{
    padding: 5px 0;
}

section.recentpost {
    padding: 65px 0 30px 0;
}

section.popularposts h2{
    padding: 10px 38px;
}

section.recentpost .img_sec img{
    object-fit: cover;
}

section.recentpost .post .text_sec{
    padding: 0 20px 15px 20px;
}

section.recentpost .post .text_sec img{
    margin: -26px 0 0 0px !important;
}

section.recentpost .post div#auth{
    padding: 0 0 0 0px !important;
}

section.recentpost .post h3 a, 
section.recentpost .post h3 {
    margin: 12px 0 0 0;
}

section.recentpost .post p {
    font-size: 14px;
    margin: 6px 0 6px 0;
}

section.recentpost .post {
    margin: 0 0 40px 0;
}

footer .logoimg{
    padding: 0;
}

footer .nav{
    padding: 0;
}

footer .qucklinks{
    padding: 0;
}

footer .emailsubs {
    padding: 0;
}

footer h2{
    font-size: 13px;
}

section.contact_outer {
    margin: 53px 0 0 0;
}

section.contact_outer .formouter{
    padding: 30px 0 25px 0;
}

section.contact_outer h2{
    font-size: 22px;
    margin: 0 0 15px 0;
}

section.contact_outer form label {
    font-size: 16px;
    margin: 0 0 10px 0;
}

section.contact_outer form input{
    margin: 0 0 18px 0;
    padding: 5px 8px;
}

section.contact_outer form textarea {
    padding: 5px 8px;
    width: 100%;
    font-size: 14px;
    height: 75px;
}

section.contact_outer form input[type=submit]{
    margin: 25px 0 0 0!important;
    font-size: 14px !important;
    padding: 10px 30px !important;
}

.navigation ul li {
    padding: 6px 4px;
    margin: 0 6px 0 0;
}

.navigation ul li a{
    padding: 5px 7px;
    font-size: 12px;
}

section.error-not-found p{
    font-size: 16px;
    margin: 12px 0 42px 0;
}

section.error-not-found {
    padding: 35px 0 60px 0;
}

section#nothing_found{
    margin: 55px 0 0 0;
}





}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .mob_header .hide {
    display: none;
    }
    .mob_header ul::before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    border: solid 2px transparent;
    background-color: transparent;
    animation: borderTopLeft 1s linear 1.5s forwards;
    }
    .mob_header ul::after {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        top: -2px;
        left: -2px;
        border: solid 2px transparent;
        background-color: transparent;
        animation: borderBottomRight 1s linear 1.5s forwards;
    }
   .mob_header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    visibility: visible;
    background-color: #000000eb;
    animation: zoomIn .5s ease-in-out forwards;
    z-index: 1000;
    width: 100%;
    }
    .mob_header .show {
        display: block !important;
    }
     .mob_header ul {
        position: absolute;
        list-style: none;
        visibility: visible;
        text-align: center;
        padding: 2rem;
        margin: 0;
        animation: fadeIn 1s ease-in-out .5s forwards;
        top: 0;
        left: 0;
        right: 0;
        width: 50%;
        margin: auto;
        height: 100%;
    }
    .mob_header li {
        padding: 8px 0;
        position: relative;
        z-index: 1;
    }
    .mob_header ul li a {
    font-size: 24px;
    color: #fefefe;
    text-decoration: none;
    font-family: Lato-Regular;
}
    .mob_header {
        position: sticky;
        top: 0;
        background: #ffffff;
        box-shadow: 0 1px 5px 1px #0000002b;
        z-index: 100;
        padding: 20px 15px;
        display: flex !important;
        align-items: center;
    }
    .mob_header .header_logo {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }
    .mob_header .header_logo img {
        width: 150px;
    }
    .mob_header .fa {
        font-size: 21px;
        color: #1bbad5;
        cursor: pointer;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
    }
    .mob_header .fa-times {
        display: none;
        color: #48bbce;
        z-index: 10000;
        position: absolute;
        right: 15px;
    }
    .mob_header .fa {
        font-size: 21px;
        color: #1bbad5;
        cursor: pointer;
    }


}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px){
    
.topsinglpst .headngsec:before{
    width: 310px !important;
    height: 378px !important;
    right: -32px !important;
    top: 62px !important;
}   
    
.topsinglpst .textsec:before{
       width: 326px !important;
} 
    
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1180px){
    
   
    

section.categorypg_outer .post {
    padding: 0px 0 80px 0;
    margin: 0 0 20px 0;
    position: relative;
}
    .post {
    width: 95%;
    margin: auto;
}
section.related_posts .post .text_sec img {
    margin: -26px 0 0 0px !important;
}
section.related_posts .post div#auth {
    padding: 0 0 0 100px !important;
}

}



footer .logoimg img {
    width: 100%;
}


/*mobile menu start*/
@media screen and (max-width:767px){
.formouter .align-items-center {
    justify-content: center;
}
.mob_header {
    position: sticky;
    top: 0;
    background: #ffffff;
    box-shadow: 0 1px 5px 1px #0000002b;
    z-index: 100;
    padding: 20px 15px;
    display: flex !important;
    align-items: center;
} 
    
.mob_header .show{
  display: block !important;
}

.mob_header .hide{
  display: none;
}

.mob_header .fa {
    font-size: 21px;
    color: #1bbad5;
    cursor: pointer;
}

.mob_header .fa-times {
    display: none;
    color: #48bbce;
    z-index: 10000;
    position: absolute;
    right: 15px;
}

.mob_header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  visibility: hidden;
  background-color: #000000eb;
  animation: zoomIn .5s ease-in-out forwards;
  z-index: 1000;
}

.mob_header ul{
    position: absolute;
    list-style: none;
    visibility: hidden;
    text-align: center;
    padding: 2rem;
    margin: 0;
    animation: fadeIn 1s ease-in-out .5s forwards;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    height: 100%;
}

.mob_header ul::before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  border: solid 2px transparent;
  background-color: transparent;
  animation: borderTopLeft 1s linear 1.5s forwards;
}

.mob_header ul::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  border: solid 2px transparent;
  background-color: transparent;
  animation: borderBottomRight 1s linear 1.5s forwards;
}

.mob_header li{
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.mob_header ul li a{
    font-size: 24px;
    color: #fefefe;
    text-decoration: none;
    font-family: Lato-Regular;
}

.mob_header ul li a::after{
  content: " ";
  display: block;
  width: 0;
  height: 4px;
  position: relative;
  top: .25rem;
  background-color: #48bbce;
  transition: all .3s ease-in-out;
}

.mob_header ul li a:hover::after {
  width: 100%;
}

@keyframes zoomIn {
  0% {
    visibility: visible;
    width: 0;
  }
  100% {
    visibility: visible;
    width: 100vw;
  }
}

@keyframes fadeIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    visibility: visible;
    transform: scale(1);
  }
}

@keyframes borderTopLeft {
  0% {
    width: 0;
    height: 0;
    border-top-color: #48bbce;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #48bbce;
    border-right-color: #48bbce;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #48bbce;
    border-right-color: #48bbce;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

@keyframes borderBottomRight{
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #48bbce;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #48bbce;
    border-left-color: #48bbce;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #48bbce;
    border-left-color: #48bbce;
  }
}    
    
    
.mob_header .header_logo {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}  

.mob_header .header_logo img{
    width:150px;
}


}