/*
Theme Name: Kariran
Description:  این قالب به صورت اختصاصی طراحی و برنامه نویسی شده است. و تمام حقوق آن برای سایت Kariran محفوظ می باشد. هرگونه کپی برداری ، ریپ قالب ممنوع بوده و با متخلفین از طریق پلیس فتا اقدام خواهد شد.
Author: Alireza Fadaei
Author URI: https://wa.me/09114802983
Version: 1.0
*/
a {
  text-decoration: none !important;
}
@font-face {
	font-family: 'myPeyda';
	src: url(fonts/PeydaFaNum-Regular.eot),
		 url(fonts/PeydaFaNum-Regular.ttf) format('truetype'),
		 url(fonts/PeydaFaNum-Regular.woff) format('woff'),
		 url(fonts/PeydaFaNum-Regular.woff2) format('woff2');
		 font-weight:normal;
		 font-style:normal;
		 font-display:swap;
  }
  @font-face {
	font-family: 'myPeyda';
	src: url(fonts/PeydaFaNum-SemiBold.eot),
		 url(fonts/PeydaFaNum-SemiBold.ttf) format('truetype'),
		 url(fonts/PeydaFaNum-SemiBold.woff) format('woff'),
		 url(fonts/PeydaFaNum-SemiBold.woff2) format('woff2');
		 font-weight:600;
		 font-style:normal;
		 font-display:swap;
  }
  @font-face{
	font-family: 'myPeyda';
	src: url(fonts/PeydaFaNum-Bold.eot),
		 url(fonts/PeydaFaNum-Bold.ttf) format('truetype'),
		 url(fonts/PeydaFaNum-Bold.woff) format('woff'),
		 url(fonts/PeydaFaNum-Bold.woff2) format('woff2');
	font-weight:bold;
	font-style:normal;
	font-display:swap;
  }
  @font-face{
	font-family: "myPeyda";
	src: url(fonts/PeydaFaNum-ExtraBold.eot),
		 url(fonts/PeydaFaNum-ExtraBold.ttf) format('truetype'),
		 url(fonts/PeydaFaNum-ExtraBold.woff) format('woff'),
		 url(fonts/PeydaFaNum-ExtraBold.woff2) format('woff2');
	font-weight:800;
	font-style:normal;
	font-display:swap;
  }
  @font-face{
	font-family: "myPeyda";
	src: url(fonts/PeydaFaNum-Black.eot),
		 url(fonts/PeydaFaNum-Black.ttf) format('truetype'),
		 url(fonts/PeydaFaNum-Black.woff) format('woff'),
		 url(fonts/PeydaFaNum-Black.woff2) format('woff2');
	font-weight:900;
	font-style:normal;
	font-display:swap;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
*{
	list-style: none;
}
body {
  background: #fff;
  font-family: "myPeyda"!important;
}
.container{
	max-width: 1266px !important;
}
.new-main-menu ul{
	padding: 1px 0 !important;
	margin: 0;
}
.new-main-menu ul li{
	display: inline-block;
	padding: 12px 15px;
	font-size: 17px;
	position: relative;
}
.new-main-menu ul li a{
	color: #555;
	transition: all 0.4s;
}
.new-main-menu ul li:hover a{
	color: #348FD9;
	transition: all 0.4s;
}
.new-main-menu ul li ul{
	position: absolute;
	right: 0;
	background: #fff;
	padding: 10px 20px !important;
	width: 200px;
	z-index: 100;
	border-radius: 10px;
	box-shadow: 0 0 10px -5px #333;
	visibility: hidden;
	transition: 0.4s;
	opacity: 0;
}
.new-main-menu ul li:hover ul{
	margin-top: 8px !important;
	transition: 0.4s;
	opacity: 1;
	visibility: visible;
}
.new-main-menu ul li ul li{
	display: block;
}
.new-main-menu ul li ul li a{
	color: #555 !important;
	transition: all 0.4s;
}
.new-main-menu ul li ul li:hover a{
	color: #348FD9 !important;
	transition: all 0.4s;
}
.new-main-menu ul li.menu-item-has-children::after{
	content: "";
	position: absolute !important;
	width: 6px !important;
	height: 6px !important;
	top: 20px !important;
	left: 0 !important;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	transform: rotate(-45deg);
}
.new-main-menu .new-signup a{
	color: #fff;
	display: block;
	background: #5471eb;
	border-radius: 5px;
	transition: 0.4s;
	padding: 10px;
}
.new-main-menu .new-signup a:hover{
	color: #fff !important;
	opacity: 0.9;
	transition: 0.4s;
}
.box1-text p{
	line-height: 2 !important;
}
.head-image{
	background-position: center;
	background-size: cover;
	height: 500px;
}
.head-box{
	background: rgba(255,255,255,0.90);
	padding: 20px;
	border-radius: 20px 50px 20px 50px;
	height:250px;
	overflow: hidden;
}
.head-box svg{
	width: 40px !important;
	height: 40px !important;
	color: #5471eb;
}
.head-box h5{
	color: #5471eb;
	font-weight: bold;
}
.head-box p{
	color: #333;
	font-size: 14px;
}
@media(max-width:768px){
	.head-img .row{
		top: 150px !important;
		bottom: inherit !important;
	}
	.head-img .head-image{
		height: 830px;
	}
	.head-box{
		height: auto;
	}
}
.box1 img{
	border-radius: 10px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.box1-post{
	position: relative;
	padding: 40px !important;
	border-radius: 30px;
	background: linear-gradient(-70deg, #f5f5f5,#fff);
	height: 330px;
	overflow: hidden;
}
.box1-post svg{
	width: 50px !important;
	height: 50px !important;
	color: #303192;
}
.box2-post video{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.box3-post{
	border-radius: 10px;
	transition: 0.4s;
	overflow: hidden;
	height: 200px;
}
.box3-post:hover{
	background: #303192;
	color: #fff !important;
	transition: 0.4s;
}
.box3-post:hover h5 , .box3-post:hover svg{
	color: #fff !important;	
	transition: 0.4s;
}
.box3-post:hover svg{
	transform: scale(5);
	opacity: 0.1;
	transition: 0.4s;
	margin-right: 50px;
	margin-top: 50px;
	width: 50px !important;
	height: 50px !important;
}
.box3-post svg{
	width: 50px !important;
	height: 50px !important;
	transition: 0.4s;
	color:#303192;
}
.box4-post:hover h5{
	color: #0F547B !important;
}
.box4-post:hover .new-more{
	color: #0F547B !important;
}
.box4-postpic img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
.box4-postvid img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.box4-post p{
	text-align: justify;
}
.add-p p{
	margin: 0;
}
.footer-social li{
	color: #fff;
	background: #0F547B;
	border-radius: 3px;
	display: inline-block;
	line-height: 0;
	padding: 10px;
}
.footer-link ul{
	padding: 0 !important;
	margin: 0;
}
.footer-link li{
	margin-bottom: 10px;
}
.footer-link li a{
	color: #333;
}
.footer-link li a:hover{
	color: #0F547B;
}
.br{
	text-align:left !important; 
}
@media(max-width:768px){
	.br{
		text-align:right !important;
		margin-top: 20px !important;
	}
}
.br a {
	color: #666;
}
.reg-btn{
	background: #5bc0de;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	border-radius: 5px;
}
.reg-btn:hover{
	color: #fff;
}
.new-res-icon{
	display: none;
}
.new-res-icon{
	margin-top: 18px;	
	text-align: left;
}
@media(max-width:1200px){
	.new-res-icon{
		display: block;
	}
	.new-first-menu{
		display: none;
	}
	.fixed-menu{
		position: fixed;
		z-index: 10000;
		right: 0;
		left: 0;
		top: 0;
		box-shadow: 0 0 10px -5px #777;
	}
	.logo2{
			display: none;
	}
}
.fixed-menu{
	background: #fff;
}
.new-res-menu{
	background: #333;
	position: fixed;
	right: -310px;
	top: 0;
	width: 300px;
	height: 100%;
	padding:10px;
	overflow-y: scroll;
	z-index: 100000;
	box-shadow: 0 0 10px -5px #777;
	transition: 0.4s;
}
hr{
	border-top: 1px solid #ffffff1a;
}
.close-res{
	display: none;
}
.menu-head-title{
	padding-left: 12px;
}
.menu-head-title a{
	padding: 0!important;
}
.new-res-menu ul{
	font-size: 13px;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.menu-head-title2{
	font-size:13px;
	padding: 10px;
}
.megamenu .sub-menu{
	border: 1px solid #111;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
	background: #111;
}
.menu-head-box{
	border: 1px solid #111;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}
.menu-head-box:last-child{
	margin: 0;
}
.new-res-menu ul li a{
	display: block;
	padding: 5px 10px;
	color: #fff!important;
}
.new-res-menu .megamenu{
	font-size: 15px;
	display: none;
	flex-direction: column;
	gap: 10px;
}
.menu-head-title,.menu-head-title2{
	margin-bottom: 5px;
	color: #fff;
	display: block;
	position: relative;
}
.menu-head-title2{
	margin: 0;
	background: #111;
}
.menu-head-title::after{
	content: "";
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	transform: rotate(45deg);
	transition: 0.4s all;
	left: 0;
	top: 4px;
	width: 7px;
	height: 7px;
}
.resdownarr::after{
	transform: rotate(-45deg);
}
.sub-back{
	display: none;
}
.page-con{
	font-size:17px;
	line-height: 2;
	color: #333;
}
.page-img img{
	max-width: 100%;
	height: auto;
}
.page-con ul{
	padding: 0;
	margin: 0;
}
.page-con ul li::before{
	content: "\2714";
	margin-left: 5px;
	color: blue;
}
.page-con ol{
	padding: 0 15px;
	margin: 0;
}
.page-con ol li{
	list-style: decimal !important;
}
.page-con img{
	max-width: 100%;
	height: auto;
}
.page-con .wp-video{
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0 auto;
}
.page-con .aligncenter{
	display: block;
	margin: 0 auto;
}
.page-con1{
	font-size:17px;
	line-height: 2;
	color: #333;
}
.page-con1 ul{
	padding: 0;
	margin: 0;
}
.page-con1 ul li::before{
	content: "\2714";
	margin-left: 5px;
	color: blue;
}
.page-con1 ol{
	padding: 0 15px;
	margin: 0;
}
.page-con1 ol li{
	list-style: decimal !important;
}
.page-con1 img{
	max-width: 100%;
	height: auto;
}
.page-con1 .wp-video{
	width: 700px !important;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width:100%;
}
.page-con1 .aligncenter{
	display: block;
	margin: 0 auto;
}
@media(max-width:992px){
	.sidebar{
		margin-top: 50px;
	}
}
.sidebar-con{
	margin-bottom: 10px;
}
.sidebar-con h6{
	margin-top: 10px;
	font-size: 13px;
	color: #555;
}
.sidebar-con h5{
	margin-top: 10px;
	font-size: 17px;
	color: #000;
}
.sidebar-con img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 2px;
}
.cm{
	margin: 100px 0;
	padding-top: 50px;
	border-top: 2px solid #eee;
}
.cm h5{
	margin-bottom: 30px;
}
.cm h5 svg{
	margin-bottom: -2px;
	margin-left: 4px;
}
.cm .comment-form-cookies-consent,.cm .comment-form-url,.cm .comment-notes,.cm .comment-reply-title{
	display: none;
}
.cm label{
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 0;
}
.cm .comment-form-comment textarea{
	padding:5px 10px;
	width: 100%;
	height: 200px;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 #bbbbbb42;
}
.cm .comment-form-comment textarea:focus{
	box-shadow: 0 2px 10px 0 #bbbbbb42 !important;
}
.cm .comment-form-author input,.cm .comment-form-email input{
	padding:5px 10px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 #bbbbbb42;
}
.cm .comment-form-author input,.cm .comment-form-email input{
	box-shadow: 0 2px 10px 0 #bbbbbb42 !important;	
}
.cm .comment-form-author span,.cm .comment-form-email span{
	color: #C41619;
}
.cm .comment-form-comment,.cm .comment-form-author,.cm .comment-form-email{
	margin-bottom: 0;	
}
.cm .comment-form-author{
	margin-bottom: 10px;
}
.cm .form-submit{
	margin-top: 30px;
}
.cm #comments,.cm .vcard img{
	display: none;
}
.cm .vcard cite{
	font-style: normal !important;
	font-weight: bold;
	font-size: 20px;
	color: #555;
}
.cm .comment-awaiting-moderation{
	font-style: normal !important;
	padding: 5px;
	border-radius: 2px;
	background: #5471eb;
	color: #fff;
	font-size: 12px;
}
.cm .commentlist{
	padding: 0;
	margin-bottom: 30px;
}
.cm .commentlist li{
	list-style: none !important;
	background: #f9f9f9;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 10px !important;
}
.cm .commentlist li ul li::before{
	display: none;
}
.cm .commentlist li ul li{
	background: #f2f2f2;
}
.cm .commentlist li ul li .comment-author a{
	color: #555;
}
.cm .logged-in-as a{
	color: #555;
}
.cm .form-submit input{
	font-size: 13px;
	background: #5471eb;
	color: #fff;
	border-radius: 3px;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
}
.cm .comment-meta a{
	color: #555;
	font-size: 14px;
}
.cm .reply{
	display: none;
}

.s-vid video{
	width: 100%;
}
.share{
	margin-bottom: 30px;
	overflow: hidden;
	background: #f9f9f9;
	padding: 5px;
	border-radius: 3px;
}
.share ul{
	float: left;
}
.share ul li{
	display: inline-block;
	margin-left: 5px;
	color: #555;
}
.share ul li svg{
	width: 20px;
	height: 20px;
	margin-bottom: -6px;
}
.share ul li::before{
	display: none;
}
.safhe .nav-links{
	width: 100% !important;
}
.safhe .nav-links a{
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 15px;
	color: #aaa;
}
.safhe .nav-links span{
	background: #303192;
	border: 1px solid #303192;
	padding: 5px 15px;
	color: #fff;
}
.slider li img{
	display: block;
	margin: 0 auto;
	width:70% !important;
}
.archives{
	width: 200px!important;
	max-width: 100%!important;
	margin: 0 auto 30px auto!important;
}
.newboxbg h2{
	margin-bottom: 30px;
	padding-right: 15px;
	font-size: 24px;
	border-right: 4px solid #5471eb;
	font-weight: bold;
  }
  .newboxflex{
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 0;
  }
  .newboxflex li{
	display: flex;
	gap: 20px;
	align-items: center;
	transition: 0.4s all;
  }
  .newboxflex li:hover{
	transform: scale(1.05);
	border: 1px solid #5471eb;
  }
  .newboxflex li h3{
	font-size: 19px;
	display: -webkit-box;       
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;  
	margin-bottom: 10px;
	color: #000;
	transition: 0.4s all;
  }
  .newboxflex li img{
	width: 130px;
	height: auto;
	aspect-ratio: 1.5/1;
	object-fit: cover;
	border-radius: 15px;
	transition: 0.4s all;
  }
  .newboxflexicon span{
	display: flex;
	gap: 5px;
	align-items: center;
	color: #666;
	font-size: 15px;
  }
  .newboxflex li:hover h3{
	color: #5471eb;
  }
  .newboxbg .row{
	gap: 40px 0;
  }
  .newscatbtn,.archives{
	background: #303192;
	padding: 15px;
	width: 100%;
	transition: 0.4s all;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	margin-top: 30px;
	border-radius: 15px;
  }
  .newscatbtn:hover,.archives:hover{
	background: #1e1f5d;
  }
  .newboxpost{
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 #eee;
  }
  .newboxflex li{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 20px;
  }

.newfixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	text-align: right;
	box-shadow: 0 0 20px 0 #0003;
}	
.newmenu{
	display: flex;
	width: 100%;
}
.menuspace{
	height: 132px;
}
.logobox {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	border-left: 1px solid #e7e7e7;
}
.logobox img{
	width: 100%;
	transition: 0.2s all;
}
.logobox img:hover{
	scale: 1.1;
}
.menubox{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.menubox1{
	padding: 15px 30px 15px 0; 
	display: flex;
	gap: 50px;
	align-items: center;
}
.menubox1 ul{
	display: flex;
	gap: 30px;
	padding: 0;
	margin: 0;
	align-items: center;
}
.menubox1 ul li a{
	color: #212529;
	transition: 0.4s all;
	font-weight: 500;
}
.menubox1 ul li:hover a{
	color: #5471eb;
}
.menubox2{
	padding: 15px 30px;
	background: #303192;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menubox2 ul{
	display: flex;
	gap: 30px;
	padding: 0;
	margin: 0;
	align-items: center;
}
.menubox2 ul li a{
	color: #fff;
	transition: 0.4s all;
	font-weight: 500;
	padding: 26px 0;
}
.menubox2b2{
	display: flex;
	padding-left: 30px;
	gap: 15px;
}
.menubox2b2 a{
	background: #fff;
	padding: 11px 10px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #303192;
	color: #303192;
	font-weight: bold;
	transition: 0.4s all;
}
.menubox2b2 a:hover{
	background: #5bc0de;
	color: #fff;
	border: 1px solid #5bc0de;
}
.menubox2b2 a:first-child{
	background: #5bc0de;
	color: #fff;
	border: 1px solid #5bc0de;
}
.menubox2b2 a:first-child:hover{
	background: #fff;
	color: #303192;
	border: 1px solid #303192;
}
.menubox1 form{
	background: #f5f5f5;
	padding: 10px 15px 10px 10px;
	border: 1px solid #ccc;
	display: flex;
	gap: 20px;
	width: 300px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	border-radius: 7px;
	align-items: center;
}
.menubox1 form input{
	border: none;
	border-radius: 0;
	width: 100%;
	background: none;
}
.menubox1 form button{
	background: none;
	border: none;
	display: flex;
	align-items: center;
	color: #666;
	border-radius: 0;
	justify-content: center;
	cursor: pointer;
}
.menubox1 form button svg{
	width: 20px;
	height: 20px;
}
.menubox1phone{
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: row-reverse;
	transition: 0.4s all;
}
.menubox1phone a{
	color: #212529;
	font-weight: bold;
	transition: 0.4s all;
}
.menubox1phone:hover a{
	color: #5471eb;
}
.menubox1phone:hover svg{
	color: #5471eb;
}
.menubox1phone svg{
	position: relative;
	top: -2px;
	width: 24px;
	height: 24px;
	color: #212529;
	transition: 0.4s all;
}
.menubox2 ul li:hover a{
	color: #5bc0de;
}
.mm-submenu{
	position: fixed;
	top: 132px;
	width: 100%;
	z-index: 1001;
	background: #eeeeeef5;
	left: 0;
	align-items: inherit!important;
	padding: 30px!important;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s all;
}
.mm-menuboxes{
	flex: 1;
}
.mm-submenu li a{
	padding: 0!important;
}
.mm-menuboxes{
	min-width: 40%;
}
.mm-leftbox{
	display: flex;
	gap: 30px 3%;
	flex-wrap: wrap;
	width: 100%;
}
.mm-container{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	gap: 50px!important;
}
.mm-btns a{
	padding: 0!important;
}
.mm-homebox{
	display: flex;
	flex-direction: column;
	min-width:400px;
	gap: 20px;
}
.mm-btns{
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.mm-btns a{
	width: 100%;
	background: #303192;
	padding: 10px 20px!important;
	color: #fff!important;
	border-radius: 7px;
	display: flex!important;
	min-width: 300px;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
	text-align: center;
	justify-content: center;
	transition: 0.4s all;
}
.mm-btns a svg{
	width: 20px;
	height: 20px;
}
.mm-btns a:hover{
	background: #1e1f5d;
}
.mm-menuboxes,.mm-homeboxmenu {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.mm-menuboxes li a{
	color: #000!important;
}
.mm-menuboxes li:hover a{
	color: #303192!important;
}
.mm-homeboxmenu li a{
	color: #000!important;
}
.mm-homeboxmenu li:hover a{
	color: #303192!important;
}
.mm-menuboxes span{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 20px;
	color: #303192;
	display: block;
	margin-bottom: 10px;
}
.mm-homeboxmenu li a{
	position: relative;
}
.mm-homeboxmenu li::before{
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	transition: 0.4s all;
}
.mm-homeboxmenu a:hover::before{
	border-bottom: 2px solid #303192;
	border-left: 2px solid #303192;	
}
.mm-homeboxmenu li:hover a{
	padding-right: 20px!important;
}
.mm-menuboxes li,.mm-homeboxmenu li{
	padding-right: 15px;
	position: relative;
}
.mm-menuboxes li::before{
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	transition: 0.4s all;
}
.mm-menuboxes a:hover::before{
	border-bottom: 2px solid #303192;
	border-left: 2px solid #303192;	
}
.mm-menuboxes li:hover a{
	padding-right: 20px!important;
}
.menubox2b1 li:hover .mm-submenu{
	opacity: 1;
	visibility: visible;
}
.mm-parent{
	position: relative;
	padding-left: 15px;
}
.mm-parent::after{
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: 0.4s all;
	content: "";
	transform: rotate(-45deg);
}
.mm-parent:hover::after{
	border-bottom: 2px solid #5bc0de;
	border-left: 2px solid #5bc0de;
	transform: rotate(135deg);
	top: 9px;
}
.mobilemenu{
	display: none;
}
.newcatspostbox{
	margin: 50px 0;
}
.ncpb-bg{
	max-width: 100%;
}
.ncpb-postarea{
	border: 1px solid #f5f5f5;
	padding: 20px 20px 20px 15px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 0px rgba(112, 141, 164, 0.2);
	height: 413px;
	overflow-y: scroll;
}
.ncpb-postarea h2{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
	color: #0F547B;
}
.ncpb-postarea::-webkit-scrollbar {
	width: 5px;
}
.ncpb-postarea::-webkit-scrollbar-track {
	background: #fff;
}
.ncpb-postarea::-webkit-scrollbar-thumb {
	background: #ccc;
}
.ncpb-postarea li{
	padding: 20px 60px 20px 10px;
	position: relative;
}
.ncpb-postarea li img{
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.ncpb-postarea li h3{
	font-size: 15px;
	color: #333;
	margin-bottom: 0;
	font-weight: 500;
	transition: 0.4s all;
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden;
}
.ncpb-postarea li:hover h3{
	color: #303192;
}
.ncpb-post-list{
	padding: 0;
	margin: 0;
}
.ncpb-post-list li:nth-child(even){
	background: #fff;
	border-right: 1px solid #ccc;
}
.ncpb-post-list li:nth-child(odd){
	background: #f5f5f5;
	border-right: 1px solid #5bc0de;
}
.ncpb-boxesbg{
	display: flex;
	gap: 40px 1%;
	flex-wrap: wrap;
	justify-content:center;
}
.ncpb-bg{
	width: 49%;
}
.npbc-banner{
	width: 100%;
}
.npbc-banner img{
	border: 1px solid #f5f5f5;
	width: 100%;
	box-shadow: 5px 5px 5px 0px rgba(112, 141, 164, 0.2);
}
.flex{
	display: flex;
}
.g50{
	gap: 20px;
}
.ac{
	align-items: center;
}
.jbet{
	justify-content: space-between;
}
.ncpb-category-link a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #303192;
	border: 1px solid #303192;
	border-radius: 12px;
	transition: 0.4s all;
	margin-top: 10px;
	padding: 15px;
}
.ncpb-category-link a:hover{
	border: 1px solid #1e1f5d;
	background: #1e1f5d;
	color: #fff;
}
.newlist{
	margin-bottom: 40px;
}
.newlist:last-child{
	margin: 0;
}
.newlist h2{
	color: #0F547B;
}
.newlist h3{
	font-size: 15px;
	position: relative;
	padding-right: 15px;
	color: #444;
	transition: 0.4s all;
}
.newlist h3:hover{
	color: #1e1f5d;
	padding-right: 20px;
}
.newlist .row{
	gap: 20px 0;
}
.newlist h3::before{
	content: "";
	position: absolute;
	right: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	background: #1e1f5d;
	border-radius: 1px;
}
.newlistbox{
	background: linear-gradient(to left , #f5f5f5 , #fff);
	padding: 30px 70px;
	border-radius: 20px;
	border: 1px solid #ccc;
}
.amarbox{
	padding: 50px 0;
	background: #F4F5F6;
}
.amarbox h2{
	font-size: 30px;
}
.amarbox h3{
	font-size: 20px;
}
.amarbox span{
	display: block;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
}
.amarpost{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #e7e7e7;
	padding: 50px 15px;
	background: #fff;
	border-radius: 15px;
	height: 100%;
}
.newlistslider .slick-slide {
	padding: 0 2px;
}
.prel{
	position: relative;
}
.newlistbtns{
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 10px;
}
.prel .next{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background: #303192;
	color: #fff;
	display: flex;
	align-items: center;
	transition: 0.4s all;
	cursor: pointer;
	justify-content: center;
}
.prel .next:hover,.prel .prev:hover{
	background: #1e1f5d;
}
.prel .prev{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background: #303192;
	color: #fff;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: 0.4s all;
}
.prel .prev svg,.prel .next svg{
	float: right;
	width: 20px;
	height: 20px;
}
.new-res-menu .megamenu a{
	color: #fff!important;
	font-size: 13px;
}
@media(max-width:1410px){
	.menubox1{
		gap: 25px;
	}
	.menubox1 ul{
		gap: 15px;
	}
	.menubox1 form{
		width: 200px;
	}
}
@media(max-width:1200px){
	.menubox1 form,.menubox2b2{
		display: none;
	}
	.logobox{
		width: 163px;
	}
	.menuspace{
		height: 108px;
	}
	.mm-submenu{
		top: 108px;
	}
	.menubox2 ul{
		gap: 20px;
	}
}
@media(max-width:992px){
	.newfixed{
		display: none;
	}
	.menuspace{
		height: 94.78px;
	}
	.mobilemenu{
		display: block;
	}
	.ncpb-bg{
		flex: 100%;
	}
	.newlistbox{
		padding: 20px;
	}
	.new-res-menu .megamenu{
		display: flex;
	}
}