.cyber-header {
    --marginCustom: -16rem;
    --paddingCustom: 16rem;
    /*min-height: 550px;*/
    margin-top: var(--marginCustom);
    padding-top: var(--paddingCustom);
    position: relative;
}
.cyber-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #14325E;
    margin-top: var(--marginCustom);
    padding-top: var(--paddingCustom);
}

.cyber-header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-top: 8rem !important;
    /*width: 65%;*/
	padding-bottom: 4rem;
}

.cyber-header h1 {
    color: #FFF;
    font-family: var(--inter);
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
    /* 59.459px */
    text-transform: capitalize;
    max-width: 19ch;
}

.cyber-header h1 span {
    color: var(--lightOrange);
}

.am_ajax_post_grid_wrap {
  box-sizing: border-box;
}

.asr-filter-div .asr_texonomy {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 5px 10px;
  margin: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.asr-filter-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.asr_texonomy.active,
.asr_texonomy:hover {
  background: rgba(0, 0, 0, 0.1);
}

.asr-ajax-container {
  position: relative;
}

.asr-ajax-container .asr-loader {
  display: none;
}
.asr-filter-div {
  margin-bottom: 30px;
}

.am_grid_col {
  padding: 0 15px;
}

.am_post_grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.asr-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 1px solid #333;
  border-color: #333 transparent #333 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.am_single_grid {
  border:1px solid #276ACD33;	
  height: 100%;
  display: block;
	    border-radius: 10px;
}
.m_date{
	color:#276ACD;
	font-family: var(--inter);
    font-size: clamp(16px, 1vw, 16px);
    font-style: normal;
    font-weight: 500;
}
.asrafp-filter-result h4.nopost{
	 text-align: center;
    text-transform: uppercase;
	    font-weight: 600;
}
.am__title,{
	font-size: clamp(24px, 1vw, 16px);
    font-style: normal;
    font-weight: 700;
	color:#071F45;
	padding-bottom:0px;
	line-height: 130%;
}
.am__excerpt{
	font-family: var(--inter);
	font-size: clamp(17px, 1vw, 16px);
    font-weight: 400;
	color:#071F45;
	opacity:0.7;
}
.am__readmore{
	font-size: clamp(16px, 1vw, 16px);
	color:#276ACD;
}
.featured-image {
    overflow: hidden;
    position: relative;
    background-clip: padding-box;
}
.featured-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 60%;
}
.featured-image .image {
    background-size: cover;
	background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.am_single_grid a:hover *,.am__readmore:hover{
	 color: var(--lightOrange);
}

.am_thumb {
	/*height: 292px;*/
	 max-width: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.am_thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;

  max-height:250px;
}

.am_cont {
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.am_single_grid:hover .am_thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.am__col-3 .am_grid_col {
  margin-bottom: 30px;
}

.am__col-3 .am_grid_col {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media only screen and (max-width: 767px) {
  .am__col-3 .am_grid_col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
#am_posts_navigation_init {
    margin: 30px 0;
    text-align: center;
}
#am_posts_navigation_init .page-numbers {
	width: 40px;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 1.9;
	border: 1px solid #276ACD33;
	padding: 4px;
	text-decoration: none;
	border-radius:10px;
	color:#071F45;
	    font-size: 16px;
}
#am_posts_navigation_init .next.page-numbers,#am_posts_navigation_init .prev.page-numbers{
	width:98px;
}
#am_posts_navigation_init .page-numbers.current,
#am_posts_navigation_init .page-numbers:hover {
    background: #276ACD;
	color:#fff;
}

.am_posts_navigation{
    text-align: center;
    margin-bottom: 30px;
}
.am-post-grid-load-more {
    position: relative;
}

.am-post-grid-load-more.loading:after {
    content:"";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s ease-in-out infinite;
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.am_has_animation .am_grid_col{
    display: none;
}

@media (max-width:767px) {
	/*.am_thumb {
       height: 200px;
	}*/
	
}
@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) {
	.am__col-3 .am_grid_col {
        -ms-flex: 0 0 50% !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
	.am__col-3 .am_grid_col {
		-ms-flex: 0 0 50% !important;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.am__title {
		font-size: clamp(20px, 1vw, 16px);
	}
}
@media only screen and (min-width : 1024px) and (max-width : 1366px) {
	.am__title {
		font-size: clamp(20px, 1vw, 16px);
	}
}