/*
Theme Name: AP NEWSCORNER
Text Domain: AP NEWSCORNER
Version: 2.1
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2023 is designed to take full advantage of the flexibility of the block editor.
Author: KhanAsfand Developer
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
------------------------------------------------------------------------ */


.inner-pst-blg-cnt ol li {
    list-style: auto;
}

.inner-pst-blg-cnt ul li {
    list-style: disc;
}

*{
	padding: 0px;
	margin: 0px;
	list-style:none;
}
body{
	font-family: 'Inter', sans-serif;
	background-color: #f5f5f5;
}
a{
	text-decoration: none;
}
.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: border-box;
}

.cst-header{
	padding: 30px 0;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 9999999999;
}


.headr-row{
	display: flex;
	align-items: center;
	gap: 25px;
}

.cus-nav ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}
.cus-nav ul li a{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.cus-nav ul li a:hover{
	color: #805aed;
}

.menu-icon{
	display: none;
}
.cus-search{
	margin-left: auto;
	position: relative;
	cursor: pointer;
}
.cs-frm-search{
	    position: absolute;
    top: -11px;
    right: 37px;
    width: 300px;
	    opacity: 0;
    pointer-events: none;
}
.cs-frm-search.active{
	opacity: 1;
	pointer-events: all;
}


.main-sec{
	position: relative;
	z-index: 1;
	padding: 100px 0 0 0 ;
}
.main-sec:before{
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/tech-news-hero-gradient-bg-green.svg)no-repeat left top;
    background-size: contain;
    width: 100%;
    height: 450px;
    z-index: -1;
}
.main-sec:after{
	content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/tech-news-hero-gradient-bg-purple.svg)no-repeat right top;
    background-size: contain;
    width: 1000px;
    height: 450px;
    z-index: -1;
}

.main-sec-row{
	display: grid;
	grid-template-columns:  1fr 23%;
	grid-gap: 30px;
}
.main-blog-img img{
	width: 100%;
	height: 600px;
	object-fit: cover;
	    filter: brightness(0.5);
}
.main-blog-img a{
	display: block;
}
.main-blog{
	position: relative;
}
.mb-blog-cont{
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 9999999999;
	right: 40px;
}
.mb-blog-cont {
	color: #fff;
}
.mbb-cat li a{
	color: #dfdee3;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
    transition: .3s;
	text-decoration: none;
}
.mbb-cat:hover{
	color: #6d4cc7;
	cursor: pointer;
}

.mb-blog-cont h1{
	font-family: 'Sora', sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
}

.mb-blg-meta ul{
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 10px 0 20px;
}
.mb-blg-meta ul li{
color: #dfdee3;
font-size: 12px;
display: flex;
	align-items: center;
	gap: 3px;
}
.mb-blg-meta ul li i{
	font-size: ;
}
.mb-blog-cont p{
	color: #f7f7f8;
	font-size: 16px;
	line-height: 26px;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.editr-pck{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.editr-pck h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	font-family: 'Sora', sans-serif;
}
.editr-pck a{
	color: #805aed;
	font-size: 16px;
	font-weight: 700;
	transition: .3s;
	text-decoration: none;
}
.editr-pck a:hover{
	color: #26222f;
}
.editor-picks ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.editor-picks ul img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.editor-picks{
	padding: 100px 0;
	border-bottom: 1px solid #dfdee3;
}
.ep-image{
	position: relative;
	margin-bottom: 20px;
}
.ep-image span.ep-cat{
	position: absolute;
	left: 15px;
	top: 15px;
	
}
.ep-image span.ep-cat li a{
	background: #fff;
	color: #26222f;
	font-size: 11px;
	font-weight:  600;
	display: inline-block;
	padding: 3px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	    min-width: max-content;
}
.editor-picks ul li h3,
.editor-picks ul li h3 a{
	font-size: 20px;
	color: #26222f;
	line-height: 24px;
	font-family: 'Sora', sans-serif;
	text-decoration: none;

}

.tech-picks{
	padding: 100px 0;
}
.tech-pck{
	    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tech-pck h2{
	    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    font-family: 'Sora', sans-serif;
}
.tech-pck a{
	    color: #805aed;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    text-decoration: none;
}
.tech-picks ul{
display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}
.tech-picks ul li{
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.tech-image img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.tech-cat li a{
	    color: #805aed;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    transition: .3s;
}
.tech-cbbt h3{
	    font-size: 24px;
    color: #26222f;
    line-height: 29px;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    
}
.tech-cbbt h3 a{
	color: #26222f;
	text-decoration: none;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.tech-cbbt p{
	    color: #4c455f;
    font-size: 16px;
    line-height: 26px;
font-weight: 400;
margin: 10px 0 0;
	 display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.tech-gat{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
}
.tech-gat span{
	color: #4c455f;
	font-size: 12px;
	font-weight: 400;
}
.tech-gat i{
	color: #4c455f;
	font-size: 12px;
}
.cta-tech-row{
	background-color: #8efbda;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 300px 1fr 200px;
	align-items: center;
	grid-gap: 30px;
}
.cta-tech-cont span{
	color: #805aed;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	    border-radius: 20px;
}
.cta-tech-img img{
	margin-top: -30px;
	display: block;
}
.cta-tech-cont h3{
	color: #26222f;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	margin : 20px 0 10px;
}
.cta-tech-cont p{
	color: #4c455f;
	font-size: 16px;
	font-weight: 400;
}
.cta-tech-btn{
	text-align: center;
}
.cta-tech-btn a{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	border-radius: 25px;
    padding: 14px 28px;
    background-color: #805aed;
    color: #fff;
    text-decoration: none;
}
.must-read-sec{
	padding: 100px 0;
}

.must-read-row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.must-read-blog{
	position: relative;
}
.must-read-cont{
	    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 9999999999;
    right: 40px;
}
.main-blog-img a {
    display: block;
}
.must-read-blog .main-blog-img img {
    width: 100%;
    height: 500px;
    filter: brightness(0.4);
}
.must-read-cat a {
    color: #dfdee3;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
    transition: .3s;
}
.must-read-cont h3 a {
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.must-read-cont p {
    color: #f7f7f8;
    font-size: 16px;
    line-height: 26px;
    margin : 10px 0 0 0;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.technology-row ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.techngy-imge a{
	display: block;
}
.techngy-imge img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.technology-cont h3 a{
	color: #26222f;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
	margin: 10px 0 ;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.technology-cont p{
	color: #4c455f;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 5px 0 0 0;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.technology-row{
	padding-bottom: 100px;
	border-bottom: 1px solid #dfdee3;
}
.gdgt-row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
.gdgt-sec{
	padding-top: 100px;
}
.gdgt-row .technology-row ul{
grid-template-columns: repeat(2, 1fr);
grid-gap: 60px 20px;
}
.gdgt-row .technology-row ul li:first-child{
	grid-area: span 1 / span 2;
}
.gdgt-row .technology-row .techngy-imge{
filter: brightness(0.4);
}
.sign-ltr{
	padding: 40px;
	background-color: #b3f9e4;
	background-image: url(../images/tech-news-cta-gradient-bg-green.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.sign-ltr-cnt h2{
	font-family: 'Sora', sans-serif;
	color: #26222f;
	font-size: 40px;
	font-weight: 700;
}
.sign-ltr-cnt p{
	color: #4c455f;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
}

.cs-ftr{
	background: #f5f5f5;
	padding: 60px 0;
}
.ftr-row{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.ftr-row h4{
	color: #26222f;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Sora', sans-serif;
	margin-bottom: 30px;
}
.ftr-row ul li a{
	color: #26222f;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;	
    line-height: 28px;
}

.mr-blg-recent ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}
.mr-br-img a{
	display: block;
}
.mr-br-img a img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 20px;
}
.mr-br-cat li a{
	color: #805aed;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
    transition: .3s;
}
.mr-br-cont h3{
	    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Sora', sans-serif;
    margin: 0px;
}
.mr-br-cont h3 a{
 text-decoration: none;
 color: #000;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
 }


 .cus-nav.nav-active{
 	max-width: 300px;
 	visibility: visible;
 	opacity: 1;
 	pointer-events: all;
	 z-index:99999;
 }
 .menu-icon{
 	width: 23px;
 }




 body.single .cst-header, 
body.archive .cst-header{
 	background-color: #ffffff;
    position: inherit;
    border-bottom: 1px solid #eaeaea;
 }

.inner-pst-bls-cs {
    max-width: 100%;
    margin: 4em auto;
    width: 100%;
    margin-top: 30px;
}

 .inner-pst-bls-cs-row{
 	background: #ffffff;
 	padding: 2.34em 2.67em;
 }

 .inner-pst-blg-img img{
 	width: 100%;
 	height: 485px;
 	object-fit: cover;
 }

 .inner-pst-blg-cnt h2{
 	font-size: 18;
 	line-height: 1.2;
 	 font-family: 'Sora', sans-serif;
 	 color: #26222f;
 	 margin: 10px 0 15px;
 }
 .inner-pst-cat{
 	    color: #6d4cc7;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
    transition: .3s;
 }
 .inner-pst-cat a{
 	text-decoration: none;
 	color: #6d4cc7;
 }
  .inner-pst-blg-cnt h3{
  		font-size: 1.6rem;
 	line-height: 1.2;
 	 font-family: 'Sora', sans-serif;
 	 color: #26222f;
 	 margin: 30px 0 10px;
  }
    .inner-pst-blg-cnt p{
    	color: #000;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 26px;
    	margin: 10px 0px 15px;
    }
.inner-pst-bls-cs-row .technology-row{
	padding: 0px;
	border: none;
}
.inner-pst-bls-cs-row .technology-row ul{
grid-template-columns: repeat(2, 1fr);
}    

.inner-pst-bls-cs-row .techngy-imge img{
	    height: 200px;
}

.cs-cat-sec{
	padding: 80px 0;
}

.single-cat-title h2{
	border-bottom: 1px solid #dddddd;
	padding:30px 60px 60px;
	font-size: 2.5rem;
	font-family: 'Sora',sans-serif;
    line-height: 1.4em;
}
.cs-cat-left{
	padding-right: 60px;
	border-right: 1px solid #dddddd;
}
.cs-cat-left ul{
	padding-top: 60px;
}
.cs-cat-box-img img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.cs-cat-row{
	display: grid;
    grid-template-columns: 1fr 23%;
    grid-gap: 0px;
}
.cs-cat-left ul{
	display: grid;
	grid-gap: 60px;
}
.cs-cat-box-cont h2{
	color: #4c455f;
	font-weight: 700;
	line-height: 1.3;
	font-size: 2rem;
	font-family: 'Sora',sans-serif;
	margin: 15px 0;
}

.cs-cat-name-cat{
	color: #26222f;
	    line-height: 1.45;
	    font-size: 16px;
	    font-weight: 400;
	    display: block;
	    margin-bottom: 5px;
}
.cs-cat-box-cont p{
	color: #4c455f;
	 font-size: 16px;
	    font-weight: 400;
	    line-height: 24px;
}
.cs-cat-box-cont a{
	color: #26222f;
	 font-size: 16px;
	    font-weight: 400;
	    line-height: 24px;
	    text-decoration: none;
	    display: inline-block;
	margin: 10px 0 0px;
}

.cs-cat-right{
	padding-left: 60px;
}


.cs-cat-right .single-cat-title h2{
	padding: 0px 0 20px;
	font-size: 22px;
	line-height: 26px;
	border-bottom: none;
}
.single-cat-list ul{
	display: grid;
	grid-gap: 5px;
}
.single-cat-list li a{
	color: #26222f;
	font-size: 16px;
	    font-weight: 400;
	    line-height: 24px;
	    text-decoration: none;
}

.mr-br-img img{
	width: 100%;
	    margin-bottom: 20px;
}



.subsrice-cs{
	border: 1px solid #dfdee3;
	    padding: 0 20px 30px ;
	margin-top: 60px;
	position: sticky;
	top: 0px;
    background: whitesmoke;
}
.subsrice-cs i{
	background-color: #805aed;
	    font-size: 20px;
	    padding: 0.5em;
	    color: #fff;
    fill: #fff;
}
.subsrice-cs h3{
	color: #26222f;
	    font-size: 1.25rem;
    line-height: 1.2em;
    font-family: 'Sora',sans-serif;
	margin: 30px 0 5px;
}
.subsrice-cs p{
	color: #4c455f;
	    font-size: 16px;
    line-height: 26px;
}
.cs-frm input[type="email"]{
	padding: 0.75em;
	border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
	border-radius: 2px;
    background: #fafafa;
       box-sizing: border-box;
    box-shadow: none;
    width: 100%;
	    font-size: 16px;
}
.cs-frm input[type="submit"]{
	border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: #ffffff;
    border-color: #805aed;
    background-color: #805aed;
    width: fit-content;
    border-radius: 25px;
    padding-top: 10px;
    padding-right: 28px;
    padding-bottom: 9px;
    padding-left: 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    margin-top: 10px;
}
.subsrice-cs #wpcf7-f63-o1{
	margin-top: 10px;
}

.adv-bnr{
	width: 100%;
	background: #eee;
	height: 400px;
	margin-top: 80px;
}

.sign-ltr-row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-gap: 30px;
}

.sign-frm .cs-frm p{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}
.ftr-widget-1 .wp-block-social-links{
	margin-top: 30px;
}

.ftr-widget-1 .wp-block-social-links li.wp-social-link{
	background-color: #805aed;
}

.cus-search i{
	    margin-left: auto;
    display: block;
    width: fit-content;
}

.cs-frm-search input[type="search"]{
	    padding: 0.75em;
    border: none;
    box-sizing: border-box;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
}
.cs-frm-search input[type="submit"]{
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: #ffffff;
    border-color: #805aed;
    background-color: #805aed;
    width: fit-content;
    border-radius: 25px;
    padding-top: 10px;
    padding-right: 28px;
    padding-bottom: 9px;
    padding-left: 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px;
}
.cs-frm-search form{
	border-radius: 30px;
	overflow: hidden;
	border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
	display: flex;
	align-items: center;
	  background: #fafafa;
}


.cs-frm-search input[type="search"]:focus{
	outline: none ;
	box-shadow: none;
}


.mt-2-cs{
	margin-top: 60px;
}


.innr-cmmt-frm textarea{
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	    box-sizing: border-box;
}
.innr-cmmt-frm input{
	border: 1px solid #eee;
	padding: 10px;
	width: 100%;
	    box-sizing: border-box;
}

.innr-cmmt-frm p{
	display: grid;
	grid-gap: 10px;
	margin-top: 20px;
}

.innr-cmmt-frm p.comment-form-cookies-consent{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.innr-cmmt-frm p.comment-form-cookies-consent input{
	width: fit-content;
}
.innr-cmmt-frm .form-submit input[type="submit"]{
	       border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: #ffffff;
    border-color: #805aed;
    background-color: #805aed;
    width: fit-content;
    border-radius: 25px;
    padding-top: 10px;
    padding-right: 28px;
    padding-bottom: 9px;
    padding-left: 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    margin-top: 10px;
}

.cs-ct-innr-mst li a{
	color: #805aed;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    transition: .3s;
}

.main-archv hr{
	display: none;
}

.main-archv{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px 30px;
	max-width: 1140px;
	margin:60px auto;
	width: 100%;
}
.main-archv img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}


.main-archv .post-meta-wrapper{
	display: none;
}

.main-archv .entry-categories-inner{
	display: none;
}
.main-archv .entry-title a{
	display: block;
    text-align: left;
    margin-bottom: 10px;
}


.archive h1.archive-title{
	padding: 40px 0;
	background: #805aed;
}

.archive h1.archive-title span{
	color: #fff;
}











@media(max-width: 990px){
.must-read-row{
	grid-gap: 30px;
}
	
.main-sec {
    padding: 50px 0 0 0;
}	
	
.gdgt-row .technology-row ul{
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
}
.gdgt-row .technology-row ul li:first-child{
	grid-area: span 1 / span 1;
}
.techngy-imge img{
	height: 230px;
}
.cta-tech-row{
	grid-gap: 0px;
	    grid-template-columns: 1fr max-content;
	padding: 30px;
	margin-top: 80px;
}
.cta-tech-cont h3{
	font-size: 28px;
}
.cta-tech-btn a{
	margin-left: 20px;
}
.cta-tech-img{
	display: none;
}
.main-sec-row{
	display:block;
}

.cus-nav{
	position: fixed;
	top: 0px;
	left: 0px;
	max-width: 0px;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #d3d0f1;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.cus-nav ul{
	display: grid;
	grid-gap: 0px;
	margin-top: 50px;
    justify-content: initial;
}
.cus-nav ul li{
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.cus-nav ul li a{
	display: inherit;
	width: 100%;
}
.menu-icon{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu-icon i, .cus-search i{
	font-size: 26px;
}
.inner-pst-bls-cs-row{
	padding: 3em;
}
.inner-pst-blg-img img{
	    height: 300px;
}
.inner-pst-blg-cnt h2{
	font-size: 28px;
}
.inner-pst-blg-cnt h3{
	    font-size: 20px;
}
.single-cat-title h2{
	padding: 0 0 20px;
}
.cs-cat-left ul{
	    padding-top: 20px;
}
.cs-cat-left {
    padding-right: 20px;
}
.cs-cat-right {
    padding-left: 20px;
}
.cs-cat-box-img img{
	    height: 300px;

}
.cs-cat-box-cont h2{
	    font-size: 28px;
}
.cs-cat-box-cont p{
	margin: 20px 0;
}
	.sign-ltr-row{
		    grid-template-columns: repeat(1, 1fr);
	}	
	.subsrice-cs{
		position: inherit;
	}
	.main-archv{
	   grid-template-columns: repeat(2, 1fr);	
	}
}













@media(max-width: 767px){

.editor-picks ul{
	grid-template-columns:repeat(2, 1fr);
}
.main-blog-img img{
	height: 400px;
}
.mb-blog-cont h1{
	font-size: 30px;
    line-height: 36px;
}
.tech-pck h2{
	font-size: 27px;
    line-height: 33px;
}
.editor-picks, .tech-picks, .must-read-sec{
	padding: 60px 0;
}
.must-read-cont h3{
	    font-size: 26px;
    line-height: 32px;
}
.must-read-cont{
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.techngy-imge img{
	height: 145px;
	font-size: 18px;
    line-height: 26px;
}
.technology-row ul{
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 60px 30px;
}
.technology-row{
	padding-bottom: 60px;
}
.gdgt-sec{
	    padding-top: 60px;
}
.gdgt-row .technology-row ul{
	grid-gap: 40px 30px;
}
.must-read-blog .main-blog-img img{
	height: 320px;
}
.ftr-row{
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px 30px;
}
.sign-ltr-cnt h2{
	    font-size: 30px;
}
.inner-pst-bls-cs-row .techngy-imge img{

    height: 162px;

}
.cs-cat-row{
	    grid-template-columns: 1fr;
	    grid-gap: 60px;
}
.cs-cat-left {
    padding-right: 0px;
    border: none;
}
.cs-cat-right{
	padding-left: 0px;
}
.cs-cat-sec{
	padding: 60px 0;
}
.single-cat-title h2{
	font-size: 30px;
}
.cs-cat-box-img img {
    height: 200px;
}
.cs-cat-box-cont h2{
	font-size: 26px;
}
	.main-archv{
	   grid-template-columns: repeat(1, 1fr);	
	}
}





@media(max-width: 575px){
.mb-blog-cont{
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.editor-picks ul{
	grid-gap: 20px;
}
.editor-picks ul{
	grid-gap: 20px;
}
.tech-picks ul li{
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
}
.tech-cat{
	    margin-bottom: 10px;
}
.tech-picks ul{
	grid-gap: 40px 10px;
}
.tech-image img{
	height: 200px;
}
.cta-tech-row{
	grid-template-columns: repeat(1, 1fr);
}
.cta-tech-btn{
	text-align: left;
}
.cta-tech-btn a{
	    margin-left: 0px;
	    margin-top: 20px;
}
.must-read-cont h3{
	    font-size: 20px;
    line-height: 26px;
}
.technology-cont h3{
	font-size: 16px;
    line-height: 24px;
}
.editr-pck a{
	font-size: 12px;
}
.editr-pck h2{
	    font-size: 16px;
}
.gdgt-row{
	grid-gap: 20px;
}
.ftr-row{
	grid-template-columns: repeat(1, 1fr);
}
.ftr-row ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 20px;
}
.ftr-row h4{
	text-align: center;
}
.sign-ltr-cnt h2{
	font-size: 24px;
}
.mb-blog-cont h1{
	font-size: 28px;
    line-height: 34px;
}
.inner-pst-bls-cs-row{
	    padding: 1em;
}
.inner-pst-bls-cs-row .technology-row ul{
	grid-gap: 20px;
}
.cs-cat-box-img img{
	height: 160px;
}
.cs-cat-box-cont h2 {
    font-size: 24px;
}
.cs-cat-box-cont p {
    margin: 10px 0;
}
	
.sign-frm .cs-frm p{
	display: grid;
	grid-gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}	
	.technology-cont h3 a{
		font-size: 16px;

	}
	.must-read-cont h3 a{
		    font-size: 20px;
    line-height: 27px;
	}
	.must-read-row, .must-read-row{
		    grid-gap: 20px;
	}
	
.single-post-row {
    grid-template-columns: 100% !important;
}
	
header.cst-header {
    position: inherit;
    padding-bottom: 0;
}	
	
}


.logo img {
    max-width: 250px;
}


.inner-pst-blg-cnt a {
    color: #6d4cc7 !important;
	text-decoration:underline;
}

.inner-pst-bls-cs img {
    max-width: 100%;
    height: auto;
}

ol li, ul li {
    margin-bottom: 10px;
}

.mr-br-img {
    margin-top: 30px;
}

section.bnnr-advste {
    width: 100%;
}

section.tech-cta {
    width: 100%;
}

.single-avbanner {
    margin: 30px 0px 30px 0px;
    width: 100%;
}

.wp-block-latest-posts__list li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.wp-block-latest-posts__post-author {
    color: #805aed;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
    transition: .3s;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #f5f5f5;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f5f5f5;
}
	
.single-post-row {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-gap: 30px;
}

.single-sidebar {
    background: #fff;
    padding: 25px;
}

.single-sidebar h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 20px;
}

.single-blg-meta ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0 20px;
}

.single-blg-meta ul li {
    color: #000;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.single-blg-meta {
    margin-top: 35px;
}

.sin-post-tags li {
    list-style: none !important;
	display: inline-block;
}

.sin-post-tags li a {
    padding: 8px 14px;
    line-height: 28px;
    text-decoration: none;
    margin: 5px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

ul.sin-post-tags {
    margin-top: 17px;
}


#site-content {
    padding: 100px;
    text-align: center;
}