/* Googlefont Poppins CDN Link */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');*/
@import url("https://use.typekit.net/oza1rgg.css");
@import url("https://use.typekit.net/vnv0usl.css");
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ibm-plex-mono", sans-serif;
}



.showInput .input-box{
	position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
	max-width:100% !important;
background-color: white;
/* 	   z-index: -1; */
}
/* .search-box .input-box input::placeholder{
	font-size:25px !important;
	color:white !important;
} */
.showInput .search-box i:before {
	color:black !important;
	position:absolute;
}
.search-box .input-box input{
	font-size:36px !important;
	  padding-bottom: 10px !important;
	border-radius:0px !important;
      width:100% !important;
	max-width:1150px !important;
    padding: 10px;
    margin: 0 0 25px 0;
/*     text-align: center; */
/*     color: #ffffff; */
    border-bottom: #000 solid 1px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
	
}
body{
  min-height: 100vh;
}
.container {
	margin:0;
	padding:0;
	width:100%;
}
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 90px;
  background: #fff;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0;
}
.navbar .logo a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.navbar .logo a img {
	width:28%;	
	display:block;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
  margin-bottom: 0;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a {
    height: 100%;
    text-decoration: none !important;
    white-space: nowrap !important;
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
	font-family: "neue-haas-grotesk-text", sans-serif !important;
	outline: none !important;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #f2f2f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
	z-index:999;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
/*   background: #000; */
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
/*   transition: 0.4s; */
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
/*   background: #000; */
}
/* .search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #000;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
} */
.search-box .input-box input{
  position: absolute;
  top: 22%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
/*   height: 35px; */
  width: 280px;
  outline: none;
  padding: 0 0px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.topslide {
	padding:120px 0 50px;
	margin:0 auto;
	max-width:1150px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.topslide-leftsec {
	padding:0;
	margin:0;
	width:50%;
}
.topslide-leftsec img {
	padding:0;
	margin:0;
	width:100%;
	display:block;
}
.topslide-rightsec {
	padding:0 3%;
	margin:0;
	width:50%;
}
.topslide-rightsec h1 {
	padding:0;
	margin:20px 0;
	font-family: "neue-haas-grotesk-text", sans-serif;
	line-height:33px;
	font-size:42px;
    font-weight: 500;
    color: #000;
	letter-spacing: -1px;
    line-height: 44px;
}
.topslide-rightsec p {
	padding:0;
	margin: 0;
	font-family: "ibm-plex-mono", sans-serif;
	line-height:20px;
	font-size:.9rem;
}
.topslide-rightsec a {
	padding:12px 20px;
	margin: 25px 0;
	display:inline-block;
	font-family: "ibm-plex-mono", sans-serif;
	line-height:20px;
	font-size:.9rem;
	background:#000;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	border-radius:50px;
}
.recent-postssec {
	padding:0 0;
	margin:0 auto;
	max-width:1150px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.recentpost {
	font-size:1.4rem;
	color:#000;
	font-weight:600;
	font-family: "neue-haas-grotesk-text", sans-serif;
	letter-spacing:-1px;
}

.recentpost-filter p {
	font-size:.9rem;
	color:#000;
	font-weight:500;
	font-family: "ibm-plex-mono", sans-serif;
	text-decoration:none;
	display:inline-block;
	margin: 0 5px;
}
.recentpost-filter p strong {
	font-family:"ibm-plex-mono", sans-serif;
}
.recentpost-filter p:last-child:empty {
    display: none;
}
.recentpost-filter a {
    display: flex;
	font-size:.7rem;
	color:#000;
	font-weight:500;
	font-family: "ibm-plex-mono", sans-serif;
	text-decoration:none;
	display:inline-block;
	margin: 0 10px;
	text-transform:uppercase;
}
.foursections .sws-load-more , .foursections.nospace {
	padding:30px 0 30px;
	margin:0 auto;
	max-width:1150px;
	display:grid;
  grid-template-columns: repeat(4,1fr);
   gap : 10PX;
	justify-content: space-between;
	align-items: flex-start;
}
/* .foursections  {
	padding:30px 0 30px;	
} */
.foursections.nospace {
	padding:0 0;
}
.foursections .firstsec {
	padding:0;
	margin:0 6px;
}
.foursections .firstsec a {
	padding:0;
	margin:0;
	text-decoration:none;
	color:#000;
	text-align:left;
}
.foursections .firstsec a img {
	padding:0;
	margin:0;
	width:100%;
	display:block;
}
.foursections .firstsec a h3 {
	color:#000;
	font-size:1.6rem;
	font-weight:500;
	font-family: "neue-haas-grotesk-text", sans-serif;
	letter-spacing:-1px;
	padding:12px 0;
	line-height: 28px;
}
.foursections .firstsec a h3 span {
	color:#B3B3B3;
	display:block;
	font-size:1.2rem;
	font-weight:600;
	font-family: "neue-haas-grotesk-text", sans-serif;
	letter-spacing:-1px;
	padding:0;
}
.foursections .firstsec a p {
	color:#000;
	font-size:.8rem;
	font-weight:500;
	font-family: "ibm-plex-mono", sans-serif;
	letter-spacing:-1px;
	display:block;
	margin:6px 10px 6px 0;
}
.loadmore {
	padding:60px 0;
	margin:0 auto;
	max-width:1150px;
	display:flex;
	justify-content: flex-end;
	font-size:1.4rem;
	color:#000;
	font-weight:600;
	font-family: sans-serif;
	letter-spacing:-1px;
}
.loadmore a {
	text-decoration:none;
	color:#000;
	font-family: sans-serif;
}
.loadmore a:hover {
	text-decoration:underline;
}

i.bx.bx-x:before {
    color: #000;
}
.top-fullbanner {
	padding: 0;
    margin: 0 0;
    width: 100%;
    display: flex;
    align-items: center;
	position:relative;
}
.top-fullbanner img {
	height: 100vh;
    padding: 0;
    margin: 0;
    width: 100%;
    object-position: top;
    display: block;
    object-fit: cover;
}
.fullbanner-insidetext {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    font-family: "neue-haas-grotesk-text", sans-serif;
    letter-spacing: -1px;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	 padding: 0 20px;
}
.descriptionsec {
	padding:50px 0;
	margin:0 auto;
	max-width:1150px;
}
.descriptionsec p {
	color:#000;
	font-size:.9rem;
	font-weight:500;
	font-family: "ibm-plex-mono", sans-serif;
	display: inline-block;
	margin: 0;
	/*max-width:800px;*/
	text-align: left;
}
.descriptionsec p span {
	color:#000;
	font-size:.9rem;
	font-weight:500;
	font-family: "ibm-plex-mono", sans-serif;
	letter-spacing:-1px;
	display: inline-block;
	margin: 0 0 0 30px;
}
.descriptionsec.descriptionsec_second p {
    margin-bottom: 20px;
}
.midbannersec {
	padding:20px 0;
	margin:0 auto;
	max-width:1150px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.mid-leftbanner img {
	padding: 0;
	margin:0 0;
	width:98%;
	display:block;
}
.mid-rightbanner img {
	padding: 0;
	margin:0;
	width:100%;
	display:block;
}
.midslidesec {
	padding:30px 0 10px;
	margin:0 auto;
	max-width:1150px;
}
.bottombansec {
	padding: 0;
	margin:10px auto 20px;
	max-width:1150px;
	display:flex;
}
.prev-next-sec {
    padding: 10px 0 20px;
    margin: 0 auto;
    max-width: 1150px;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    font-family: "neue-haas-grotesk-text", sans-serif;
    letter-spacing: -1px;
}
.prev-next-sec a {
    font-size: 1.4rem;
    color: #000;
	text-decoration:none;
    font-weight: 500;
    font-family:  "neue-haas-grotesk-text", sans-serif;
   
}
.prev-next-sec a:hover {
	text-decoration:underline;
}
.more_blog{
    padding: 0px 0px 20px;
    margin: 0 auto;
    max-width: 1150px;
    text-align: center;
    justify-content: space-between;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    font-family: "neue-haas-grotesk-text", sans-serif;
    letter-spacing: -1px;
}

.footermain {
	padding:50px 0;
	margin:0;
}
.footerinner {
	padding:0;
	margin:0 auto;
	display:flex;
	max-width:1150px;
	flex-direction: column;
}
.footpatrol-logosec {
	display:flex;
	align-items:center;
	flex-direction:row;
	width: 100%;
}
.footlogo {
	padding:0;
	margin:0;
	width:50%;
}
.footlogo a img {
	padding:0;
	margin:0;
	width:40%;
	display:block;
}
.footemail {
    color: #fff;
    font-size: .9rem;
	display: flex;
	width:50%;
	align-items: center;
	justify-content: flex-end;
}
.footemail .signupsec {
    border: #FFFFFF40 solid 1px;
    padding:0;
    border-radius: 3px;
	display: flex;
}
.footemail .signupsec input {
	background:transparent;
	border:none;
	color:#fff;
	font-size:.8rem;
    padding: 10px;
	font-family: sans-serif;
	width:80%;
	outline:none;
}
button.submitbut {
	background:transparent;
	border:none;
	color:#fff;
	font-size:.8rem;
    padding: 10px;
	font-family: sans-serif;
}
.footemail span {
    margin-right: 20px;
}
.footerlinks {
	display:flex;
	justify-content:flex-start;
	border-top:#262626 solid 1px;	
    border-bottom: #262626 solid 1px;
	padding:40px 0;
	margin-top:50px;
}
.links-firstsec {
    padding: 0;
    margin: 0;
	width: 25%;
}
.links-firstsec a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    font-size: 1rem;
	font-family: "neue-haas-grotesk-text", sans-serif;
	outline:none;
}
.links-firstsec a:hover {
    text-decoration:underline;
}
.links-firstsec h4 {
	display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 0 20px 0;
    font-size: .9rem;
	font-family: "ibm-plex-mono", sans-serif;
}
.links-firstsec.footsocial {
    display: block;
}
.links-firstsec.footsocial a {
    display: inline-block;
	margin: 0 3px;
}
.links-firstsec.footsocial a:nth-child(6) {
    margin: 0 13px;
}
/* .links-firstsec.footsocial a:last-child img {
    width: 21px;
    height: 21px;
    position: relative;
    top: -4px;
} */
.copyrightsec {
	padding:0;
	margin:2rem 0 0 0;
	display:flex;
	max-width:1150px;
	justify-content: space-between;
	font-family:"ibm-plex-mono", sans-serif;
}
.copyright, .terms {
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    font-size: .8rem;
	font-family: "ibm-plex-mono", sans-serif;
}

@media (min-width:768px) {
nav .navbar .nav-links {
    line-height: 90px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    left: -50px;
    right: 0;
    text-align: center;
}

.foursections .firstsec:first-child {
    margin-left: 0;
}
.foursections .firstsec:last-child {
    margin-right: 0;
}
p.filter-text.nospace {
    margin: 0;
}
p.filter-text.nospace a {
    margin-right: 0;
}
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
	color:#fff;
  }
  .sidebar-logo .logo-name a img {
    width: 40px;
}
.navbar .logo a img {
    margin: 0 auto;
}
.topslide {
	flex-direction:column;
	padding: 0 0 30px;
}
.topslide-leftsec, .topslide-rightsec {
	width:100%;
}
.topslide-rightsec {
	padding:30px;
}
p.filter-text {
    display: none;
}
.recent-postssec {
	padding:0 20px;
}
.foursections .sws-load-more , .foursections.nospace{
  padding: 30px 25px 0;
}
.foursections{
   grid-template-columns: repeat(3,1fr);
    gap : 10PX;
}
.foursections .firstsec {
    padding: 0;
    margin: 13px 0;
    width: 100%;
}
.foursections.nospace {
    padding: 0 25px;
}
.loadmore {
    padding: 60px 14px;
}
.footpatrol-logosec {
   flex-direction: column;
}
.footlogo, .footemail {
    width: 100%;
	flex-direction: column;
}
.footlogo a img {
    margin: 0 auto;
    width: 50%;
}
.footemail span {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footerlinks {
    flex-direction: column;
}
.links-firstsec {
    margin:0 auto 10px;
    width: 85%;
}
.copyrightsec {
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
}
.fullbanner-insidetext {
	font-size: 1.8rem;
}
.descriptionsec {
    padding: 50px 25px;
}
.prev-next-sec {
    padding-left: 25px;
	padding-right: 25px;
}
.top-fullbanner {
   margin: 60px 0 0;
}
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 290px;
    width: 100%;
    background:  #000;
    line-height: 30px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #000;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #000;
    }
	.bx-x:before {
    content: "\ebe9";
	color:#fff !important;
	position:relative;
	top:-6px;
}
nav .navbar .links li:after {
	content: "\2192";
	color: #fff;
    float: right;
}
.navbar.showInput .bx-x:before {
    color: #000 !important;
}
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
	text-align: left;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
.foursections .sws-load-more , .foursections.nospace{	
   grid-template-columns: repeat(1,1fr);
}
}
@media (min-width:768px) and (max-width:1024px) {
	nav .navbar .nav-links {
    margin: 0;
}
.container {
    padding: 0 15px;
}

.topslide-rightsec h1 {
    line-height: 25px;
    font-size: 1.5rem;
}
.topslide-rightsec p {
    line-height: 17px;
    font-size: .9rem;
}
.footermain {
    padding: 50px 15px;
}
.logo {
    margin-left: 10px;
}
}
@media (min-width:769px) and (max-width:1024px) {
.nav-links {
    left: -50px !important;
}	
}
@media (min-width:820px) and (max-width:1180px) {
nav .nav-links {
    left: 0 !important;
}
.foursections .sws-load-more , .foursections.nospace{
   grid-template-columns: repeat(3,1fr);
   gap : 10PX;
}
nav .navbar .links li a {
    font-size: 15px;
    color: #000;
}
.navbar .logo a img {
    width: 30px;
    display: block;
}	
}
@media (min-width:370px) and (max-width:820px) {
.foursections .sws-load-more , .foursections.nospace{
   grid-template-columns: repeat(2,1fr);    
}	
}

/*----------- sws css ---------*/

.descriptionsec_first {
    padding-bottom: 0px !important;
    align-items: center;
    display: flex;
}
.descriptionsec_first p span a {
    color: #000;
    font-size: .8rem;
    font-weight: 500;
    font-family: "ibm-plex-mono", sans-serif;
    letter-spacing: -1px;
    display: inline-block;  
    text-decoration: none;
}
descriptionsec.descriptionsec_second {
    padding-top: 0px;
}
.links-firstsec ul{ 
    margin: 0 !important;   
}

ul.footer-menu li {
    list-style: none !important;
}
.alm-btn-wrap {   
    margin: 0 auto !important;
    max-width: 1150px !important;
    display: flex !important;
    justify-content: flex-end !important;
    font-size: 1.4rem !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-family: sans-serif !important;
    letter-spacing: -1px !important;
}

button.alm-load-more-btn.more {
    background-color: #ffff !important;
    color: black !important;
    text-decoration: none !important;
    color: #000 !important;
    font-family: "neue-haas-grotesk-text", sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    text-transform: capitalize;
    border: none !important;
    box-shadow: none !important;
	 padding: 0 !important;	   

}
.foursections.editorial-thumbsec .alm-btn-wrap , .editorial-tabsec.foursections .alm-btn-wrap{
    margin-bottom: 25px !important;
}
button.alm-load-more-btn.more:hover {
     text-decoration: underline !important;
}

button.alm-load-more-btn.more::after {
    content: "\2192";
    margin-left:3px;
}

.container.topslide {
    padding-bottom: 0 !important;
}
.fullbanner-insidetext {
	font-family: "neue-haas-grotesk-text", sans-serif;
}
figure.wp-block-image.size-large {
	text-align:center;
}

/* Media query for screens with a maximum width of 767px */
@media (max-width: 767px) {
    ul#primary-menu {
        margin-left: 0 !important;
    }

    .nav-links .links .menu-item a {
        color: #fff !important;
    }
}
@media (min-width: 720px) {
    nav .nav-links {
        left: 0 !important; 
    }
}
.footerlinks .links_second_sec {
    margin-top: 35px;
}
.footerlinks h4.widget-title , .footerlinks .menu li a , .copyrightsec .copyright , .copyrightsec .terms , .footerlinks .links-firstsec.footsocial h4{
    color : black ;
}
 @media only screen and (min-device-width: 300px) and (max-device-width: 920px) and (orientation:portrait) {
     .footerlinks .links_second_sec{
        display: none !important;
     }
    .footerlinks .links-firstsec.footsocial ,  .footerlinks .widget-container.widget_nav_menu {
        text-align: center !important;
    }
 }
.alm-btn-wrap .alm-load-more-btn.loading:before{
	left:-37px !important;
}

.recentpost-filter {
    display: none;
}