/*
Theme Name: Miraie Theme
Theme URI: https://www.parijat.asia/
Author: Worldlink Parijat
Author URI: https://www.parijat.asia/
Description: Miraie Theme 2019
Version: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miraie
Tags: one-column, flexible-header, accessibility-ready, custom-colors
*/

.admin-bar .header {
	top: 32px;
}

#breadcrumbs {
	padding: 90px 0 5px 0;
    overflow-x: auto;
    white-space: nowrap;
    direction: rtl;
	font-size: 13px;
}
@media (max-width: 767.98px) {
#breadcrumbs {
	padding: 70px 0 5px 0;
  }
}

#breadcrumbs a {
	padding: 0 10px;
	color: #112244;
	font-size: 13px;
}

#breadcrumbs .delimiter:after {
	content: '';
    padding: 4px 2px 2px 4px;
    border: solid #112244;
    display: inline-block;
    transform: rotate(45deg);
    border-width: 2px 2px 0px 0px;
}

#breadcrumbs .current{
	padding-left: 10px;
}

.page_not_found i {
	text-align: center;
	font-size: 100px;
	color: #d7000f;
}

.bg-color-1 {
	background-color: #F2F4F5 !important;
}

.bg-color-2 {
	background-color: #E1E3D8 !important;
}
.iframe-section {
	margin: 50px auto 90px;
}

/* .sub-navbar {
	background-color: #676767;
	position: absolute;
	left: 0;
	right:0;
	top: 100%
} */
.sub-navbar-ul {
	display: flex;
	justify-content: center;
	line-height: 2.5;
	font-size: 12px;
}
.sub-navbar-li {
	padding: 0 10px;
	transition: all 0.4s;
}

.sub-navbar-li:hover {
	box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.3);
	
	
}
.sub-navbar-a {
    color: #585858;
    display: block;
    text-decoration: underline;
    text-decoration-color: #6a6a6a;
    font-weight: bold;
}
.sub-navbar-a:hover {
    color: #d7000f;
    display: block;
    text-decoration: none;
}
@media only screen and (min-width:1280px){
.sub-navbar-ul,
	.header-top p{
	font-size: 14px;
	}
	#sp_tel{
		display:none;
	}
}
@media only screen and (min-width:1024px){
	header {
    margin-bottom: 105px;
  }	
	#sp_tel{
		display:none;
	}
}
@media only screen and (max-width:768px) {
	.iframe-section {
		margin: 25px auto 50px;
	}
	#pc_tel{
		display:none;
	}
}
@media only screen and (max-width:1023px) {	
	.header-top {
	display: none;
	}
	#pc_tel{
		display:none;
	}
}

@media only screen and (max-width:576px) {
	.iframe-section iframe {
		height: 225px !important;
	}
	.page-item .page-arrow {
		display: none !important;
	}
	#pc_tel{
		display:none;
	}
}

.btn--converter-portal {
	padding: 30px;
	font-weight: 400;
}

.developing-functions__btn {
	padding: 25px 35px;
	border-radius: 75px;
}

.btn__primary.btn.btn--white:hover {
	transform: translatey(0);
}
.header-margin {
	/**height: 50px;**/
}
@media only screen and (min-width: 1024px) {
	.header-margin {
		height:80px;
	}
	
	.pagination {
		margin-top: 100px;
	}
}


.fudousan--only-txt {
	padding-top: 25px;
}

/* News */

.pagination {
	justify-content: center;
	margin-top: 50px;
}

.pagination li.page-item {
	margin: 5px;
}

.pagination .page-link {
	border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .page-link.active {
	color: #112244;
}

.pagination li.dots span {
	color: #666;
	font-size: 18px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	height: 50px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link{
	border-radius: 50% !important;
}
.page-item .page-arrow {
border-radius: 75px;
    background-color: white;
    padding: 12px;
    width: 165px;
    text-align: center;
    display: block;
	position: relative;
	font-weight: 700;
	font-size: 18px;
}
.page-item .page-arrow i {
	position: absolute;
	top:50%;
	transform: translatey(-50%);
}
.page-item .page-next i {
	right: 25px;
}

.page-item .page-prev i {
	left: 25px;
}
.eliped {
	padding-top: 15px;
    display: block;
    font-size: 24px;
	color: white !important;
}