/*!
Theme Name: rajuk
Theme URI: https://github.com/hafiz6512
Author: Hafizur Rahman
Author URI: https://github.com/hafiz6512
Autthor Email: hafiz6512@gmail.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rajuk
*/

:root{
	--bs-link-color: #22098A;
}

@font-face {
	font-family: 'kalpurush';
	src: url('../fonts/kalpurush/Kalpurush-Regular.eot');
	src: url('../fonts/kalpurush/Kalpurush-Regular.woff') format('woff'),
		url('../fonts/kalpurush/Kalpurush-Regular.ttf') format('truetype'),
		url('../fonts/kalpurush/Kalpurush-Regular.svg#Kalpurush-Regular') format('svg'),
		url('../fonts/kalpurush/Kalpurush-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

*,
*:before,
*:after{
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
			box-sizing: inherit;
}

body{
	background-color: #f8f9fd !important;
	font-family: 'kalpurush';
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: normal;
}

p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-family: 'kalpurush';
}

h1, h2, h3, h4, h5, h6{
	font-family: 'kalpurush';
	line-height: 1.1;
	margin: 0 0 20px;
	font-weight: normal;
}
h1{
	font-size: 40px;
	font-weight: bold;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 24px;
}

a{
	font-family: 'kalpurush';
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:active{
	color: #22098A;
	outline: none;
	text-decoration: none !important;
}


button{
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
button:focus{
	outline: none !important;
	text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
li{
	font-family: 'kalpurush';
	list-style: none;
}

.btn{
	font-size: 16px;
}

.site-header .navbar-toggler:focus{
	outline: none !important;
	box-shadow: none !important;
}

.text-eng{
	font-family: 'Inter', sans-serif !important;
}
.clr-red{
	color: #FF6262 !important;
}

/**
 * header
 */
.site-main{
	padding-top: 92px;
}
.site-main .site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 4px 8px rgba(53, 53, 53, 0.05);
}

.site-main .site-header .navbar{
	padding-left: 0;
	padding-right: 0;
}
.site-main .site-header .navbar .site-nav-box{
	display: flex;
	height: 76px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.site-main .site-header .navbar .navbar-brand{
	max-height: 60px;
	padding: 0;
}
.site-main .site-header .navbar .navbar-brand img{
	display: block;
	width: auto;
	max-height: 60px;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link{
	background: transparent;
	border-radius: 4px;
	padding: 12px 22px;
	border: none;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	margin-right: 1px;
	color: #22098A;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link.active,
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover{
	background-color: #E9E6F3;
}

.site-header .navbar-toggler{
	background-color: #22098A;
	border-color: #22098A;
	color: #ffffff;
}
.site-header .navbar-toggler .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    fill: #FFFFFF;
}

.rajuk-navbar{
	margin-left: auto;
	margin-right: 0px;
}
.nav-gov-logo{
	width: 60px;
	margin-left: 20px;
}
.nav-btn-group{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-btn-group .menu-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 4px;
	padding: 10px 15px;
	border: 1px solid #22098A;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	margin-right: 1px;
	color: #22098A;
	margin: 0 5px;
}
.nav-btn-group .menu-btn i{
	margin-right: 10px;
}

.r-menu-icon{
	display: inline-block;
	height: 20px;
	width: 20px;
}
.icon-login{
	background: url(../images/iocn-login-white.svg) no-repeat center center;
	background-size: 100%;
}
.icon-logout{
	background: url(../images/icon-logout-white.svg) no-repeat center center;
	background-size: 100%;
}
.icon-lang{
	background: url(../images/icon-globe.svg) no-repeat center center;
	background-size: 100%;
}

.nav-btn-group a.active{
	background-color: #22098A;
	color: #ffffff;
}
.nav-btn-group .btn-logout:active,
.nav-btn-group .btn-logout{
	background-color: #F04461;
	border-color: #F04461;
	color: #ffffff;
	width: 140px;
}
.nav-btn-group .btn-logout.dropdown-toggle:after{
	display: none;
}

.rjk-user-profile .btn-logout{
	font-size: 16px;
}
.rjk-user-profile .dropdown-menu[data-bs-popper]{
	left: auto;
	right: 0;
	padding: 0;
}

.btn-danger{
	background: #F04461;
	border-color: #F04461;
}
.btn-success{
	background: #0DB14B;
	border-color: #0DB14B;
}

.user-info{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	width: 260px;
	padding: 24px;
	min-height: 200px;
	background: #ffffff;
	box-shadow: 0px 8px 16px rgba(37, 37, 37, 0.06);
	border-radius: 4px;
	color: #2C3A4B;
}
.user-info .user-avatar{
	height: 95px;
	width: 95px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 10px;
}
.user-info .user-avatar img{
	display: block;
	width: 100%;
}
.user-info h3{
	font-family: 'Inter', sans-serif;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
}
.user-info .login-time{
	font-family: 'Inter', sans-serif !important;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.3;
	display: block;
}
.user-info button{
	font-family: 'Inter', sans-serif !important;
	font-size: 15px;
}
.user-info button span{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
.user-info button span img{
	display: block;
	width: 100%;
}

/**
 * Home Banner Slider
 */
section.rajuk-home-slider{
	padding: 0;
}
.rajuk-home-slider .carousel-item{
	height: 380px;
	min-height: 380px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/** slider left right arrow */
.rajuk-home-slider .carousel-control-next,
.rajuk-home-slider .carousel-control-prev{
	opacity: 1 !important;
	width: 10%;
}
.rajuk-home-slider .carousel-control-next-icon,
.rajuk-home-slider .carousel-control-prev-icon{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: none !important;
}
.rajuk-home-slider .carousel-control-next-icon{
	background: url(../images/slider-arrow-right.png) no-repeat center center;
	background-size: 100%;
}
.rajuk-home-slider .carousel-control-prev-icon{
	background: url(../images/slider-arrow-left.png) no-repeat center center;
	background-size: 100%;
}

/** slider Indecator */
.rajuk-home-slider .carousel-indicators {
    bottom: 20px;
    display: none;
}
.rajuk-home-slider .carousel-control.right,
.rajuk-home-slider .carousel-control.left {
    background-image: none;
}
.rajuk-home-slider .carousel-indicators li{
	background: none;
	border: 1px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 4px;
	cursor: pointer;
	opacity: .75;
}
.rajuk-home-slider .carousel-indicators li:hover,
.rajuk-home-slider .carousel-indicators li.active{
	background-color: #fff;
	-webkit-transition: background 0.3s ease-in-out 0s;
	   -moz-transition: background 0.3s ease-in-out 0s;
	     -o-transition: background 0.3s ease-in-out 0s;
	    -ms-transition: background 0.3s ease-in-out 0s;
	        transition: background 0.3s ease-in-out 0s;
}

/**
 * Slider Captions
 */
.slider-caption{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: left;
	color: #fff;
	position: relative;
}

.slider-caption.cap-left{
	justify-content: flex-start;
}
.slider-caption.cap-right{
	justify-content: flex-end;
}
.slider-caption .caption-content{
	width: 100%;
	max-width: 620px;
	margin: 0;
	display: block;
	padding: 80px 0 60px;
	text-align: inherit;
	white-space: normal;
	position: static !important;
}

.fadeinSlide{
    -webkit-animation-name: fadeIn;
    		animation-name: fadeIn;
    -webkit-animation-delay: 0.5s;
    		animation-delay: 0.5s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	   -moz-transition: all 0.5s ease-in-out 0s;
	     -o-transition: all 0.5s ease-in-out 0s;
	    -ms-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}

.caption-content h1{
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
	font-size: 50px;
}
.caption-content h1 span{
	display: block;
	opacity: 0;
	-webkit-animation-delay: 0.7s;
    		animation-delay: 0.7s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	   -moz-transition: all 0.5s ease-in-out 0s;
	     -o-transition: all 0.5s ease-in-out 0s;
	    -ms-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}

.rajuk-home-slider .carousel-item h1 .cap-top{
	transform: translateY(-15px);
}
.rajuk-home-slider .carousel-item h1 .cap-bottom{
	transform: translateY(15px);
}
.rajuk-home-slider .carousel-item.active h1 .cap-bottom,
.rajuk-home-slider .carousel-item.active h1 .cap-top{
	opacity: 1;
	transform: translateY(0);
    font-size: 40px;
}

/**
 * Fade In Start Animation
 */
@-webkit-keyframes fadeInStart {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadeInStart {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@keyframes fadeInStart {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

.fade-in-start{
	opacity: 0;
	-webkit-animation:fadeInStart ease-in 1;
	   -moz-animation:fadeInStart ease-in 1;
	 		animation:fadeInStart ease-in 1;

	-webkit-animation-fill-mode:forwards;
	   -moz-animation-fill-mode:forwards;
	   		animation-fill-mode:forwards;

	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
			animation-duration: 1s;

	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
			animation-delay: 0.3s;
}

/**
 * Service Section
 */
.rajuk-service-sec{
	padding: 40px 0 60px;
}
.rjk-sec-title{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.rjk-sec-title h2{
	font-size: 50px;
	line-height: 1.2;
	color: #22098A;
}

.rjk_service-item{
	position: relative;
	display: flex;
	height: 100%;
	background: #ffffff;
	border: 1px solid #EBEEF2;
	box-shadow: 0px 8px 16px rgba(34, 34, 34, 0.14);
	border-radius: 4px;
	padding: 25px 18px;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	cursor: pointer;
	color: #2C3A4B;
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
	color: #2C3A4B;

	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.rjk_service-item:hover{
	transform: translateY(-10px);
	color: #1A0B55;
}
.rjk_service-item .rjk-service-icon{
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rjk_service-item .rjk-service-icon img{
	max-width: 100%;
	display: block;
}
.rjk_service-item .rjk-service-title{
	font-family: 'kalpurush' !important;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 20px;
	min-height: 50px;
}

/**
 * Home Tab
 */
.rajuk-home-bnotice{
	padding-bottom: 50px;
}
.rjk-tab-content{
	position: relative;
}

.rjk-tab-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.rjk-tab-menu .rjk-tab-menu-group{
	width: auto;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #22098A;
	border-radius: 100px;
	text-align: center;
	padding: 0 4px;
}
.rjk-tab-menu .rjk-tab-menu-group .tab-btn{
	border: none;
	display: inline-block;
	padding: 12px 30px 10px;
	margin: 6px 2px;
	font-size: 20px;
	line-height: 26px;
	background: #F4F6F9;
	border-radius: 100px;
	color: #545D69;
	-webkit-transition: all 0.5s ease-in-out 0s;
	   -moz-transition: all 0.5s ease-in-out 0s;
	     -o-transition: all 0.5s ease-in-out 0s;
	    -ms-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}
.rjk-tab-menu .rjk-tab-menu-group .tab-btn:hover{
	color: #22098A;
}
.rjk-tab-menu .rjk-tab-menu-group .tab-btn.active{
	background: #22098A;
	color: #ffffff;
}

.rjk-post-item{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 4px 8px rgba(92, 92, 92, 0.06);
	margin-bottom: 30px;
	width: 100%;
}
.rjk-post-item .rjk-post-desc,
.rjk-post-item .rjk-post-img{
	position: relative;
	flex-basis: 0;
  	-webkit-box-flex: 0;
	width: 100%;
}
.rjk-post-item .rjk-post-img{
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	min-height: 300px;
}
.rjk-post-item .rjk-post-desc{
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	padding: 30px 30px 50px;
	height: 100%;
	color: #545D69;
}

.rjk-tab-content .post-container{
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

.bg-cover{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.rjk-post-item h2{
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: normal;
}
.rjk-post-item p{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.005em;
}

.rjk-post-desc .btn-post-deatails{
	position: absolute;
	right: 24px;
	bottom: 10px;
	display: flex;
	letter-spacing: 0.005em;
	font-size: 20px;
	line-height: 24px;
	color: #394452;
	height: 40px;
	width: 100px;
	align-items: center;
	justify-content: center;
}
.rjk-post-desc .btn-post-deatails .icon-arrow{
	margin-left: 12px;
	height: 24px;
	width: 24px;
	display: inline-block;
	background: url(../images/icon-arrow-right.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.rjk-post-desc .btn-post-deatails:hover .icon-arrow{
	transform: translateX(6px);
}

.rjk-post-footer{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0 15px;
	margin-bottom: 10px;
}
.rjk-post-footer:after{
	content: "";
	position: absolute;
	left: -15px;
	right: -30px;
	bottom: 0;
	background: #EBEEF2;
	height: 1px;
	display: block;
}

.icon-post-date{
	position: relative;
	display: inline-block;
	padding-left: 35px;
	font-size: 16px;
	line-height: 24px;
}
.icon-post-date:before{
	content: "";
	background: url(../images/icon-calendar.svg) no-repeat center center;
	background-size: 100%;
	height: 24px;
	width: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}

.btn-rjk{
	border: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px 8px;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.005em;
	color: #FFFFFF !important;
	background: #22098A !important;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.load-more-btn-sec{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.load-more-btn-sec .load-more-btn{
	display: flex;
	background: #DADEE3;
	border-radius: 6px;
	width: 170px;
	height: 56px;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	border: 1px solid #DADEE3;
	align-items: center;
	justify-content: center;
	color: #545D69;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.load-more-btn-sec .load-more-btn span{
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-top: 2px;
}
.load-more-btn-sec .load-more-btn span:after{
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	top: 2px;
	height: 20px;
	background: url(../images/icon-eye.svg) no-repeat center center;
	background-size: 100%;
}

.load-more-btn-sec .load-more-btn:hover{
	transform: translateY(-5px);
	border-color: #22098A;
}

.rjk-notice-content{
	position: relative;
	background: #ffffff;
	color: #394452;
	box-shadow: 0px 4px 8px rgba(92, 92, 92, 0.06);
	border-radius: 6px;
	margin: 30px 0;
}

.btn-orange{
	display: flex;
	width: 120px;
	height: 36px;
	background: #FFEA96;
	color: #9C7C00 !important;
	padding: 10px 12px 8px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.005em;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}
.btn-orange .btn-icon{
	margin-left: 10px;
	line-height: 1;
	height: 19px;
	width: 18px;
}
.btn-icon img{
	display: block;
	max-width: 100%;
}

.btn-orange:hover,
.btn-rjk:hover{
	transform: translateY(-5px);
}

.rjk-notice-lists{
	padding: 0;
	margin: 0;
	list-style: none;
}
.rjk-notice-lists li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	padding: 15px 25px;
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px solid #F4F6F9;
}
.rjk-notice-lists li .notice-text{
	width: calc(100% - 130px);
}


/**
 * Footer
 */
.site-footer{
	padding-top: 30px;
	background: #1A0B55;
	color: #ffffff;
}
.footer-item{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.footer-item .footer-title{
	position: relative;
	display: flex;
	height: 76px;
	align-items: flex-end;
	padding-bottom: 10px;
}
.footer-item .footer-title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	background: #71777D;
	display: block;
	width: calc(50% + 100px);
	max-width: 100%;
}
.footer-item .footer-title .footer-logo{
	display: block;
	max-width: 335px;
	width: 100%;
}
.footer-item .footer-title .footer-logo img{
	display: block;
	max-width: 100%;
}
.footer-item .footer-title h3{
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
}

.footer-item .footer-title .footer-logo,
.footer-item .footer-title h3{
	margin: 0 0 10px;
	text-align: left;
}
.footer-item .footer-desc{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.footer-item .footer-desc ul li{
	display: flex;
	height: 30px;
	margin-bottom: 10px;
	align-items: center;
}
.footer-item .footer-desc ul li .contact-icon{
	margin-right: 15px;
}
.footer-item .footer-desc ul li a{
	position: relative;
	display: inline-block;
}
.footer-item .footer-desc ul li a:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom:2px;
	height: 2px;
	width: 0;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.footer-item .footer-desc ul li a:hover:after{
	width: 100%;
}

.footer-item a,
.footer-item li{
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
}
.footer-item p{
	font-size: 16px;
	line-height: 1.5;
}

.developed-by{
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #71777D;
}
.developed-by span{
	font-size: 18px;
	line-height: 0.1px;
}

/**
 * NirderShika Page
 */
.page-content{
	position: relative;
	padding: 60px 0;
}

.rjk-breadcrumb{
	position: relative;
}
.rjk-breadcrumb .breadcrumb-item{
	color: #545D69;
}

.nirdeshika-page-container{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nirdeshika-page-container .nirdeshika-content{
	position: relative;
	width: calc(100% - 240px);
	border-right: 1px solid #DADEE3;
	padding-right: 20px;
}

.page-menu{
	margin-bottom: 30px;
	padding-top: 15px;
}
.nirdeshika-menu{
	display: flex;
	flex-wrap: wrap;
}
.nirdeshika-menu li{
	margin: 10px 10px 0 0;
}
.nirdeshika-menu li a{
	background: transparent;
	border-radius: 100px;
	padding: 12px 30px 8px;
	text-align: center;
	color: #858C94;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	border: 1px solid #858C94;
	display: block;
}
.nirdeshika-menu li a:hover{
	border-color: #22098A;
	color: #22098A;
}
.nirdeshika-menu li a.active{
	background: #394452;
	color: #ffffff;
	border-color: #394452;
}

.section-desc{
	display: inline-block;
	width: 100%;
	position: relative;
}
.section-desc .sec-title{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.section-desc .sec-title.sec-bdr-bottom{
	border-bottom: 1px solid #DADEE3;
	padding-bottom: 15px;
	margin-bottom: 24px;
}
.section-desc .sec-title p{
	margin-bottom: 0;
}
.section-desc h2{
	letter-spacing: -0.02em;
	color: #2C3A4B;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.section-desc h3{
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.section-desc p{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 24px;
}

.nirdeshika-page-container .nirdeshika-sidebar{
	width: 237px;
	position: relative;
}

.nirdeshika-sidebar .btn-orange,
.nirdeshika-sidebar .btn-rjk{
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
	height: auto;
}
.btn-rjk span,
.btn-rjk .btn-icon{
	display: inline-block;
	vertical-align: middle;
}
.btn-rjk .btn-icon{
	height: 24px;
	width: 24px;
	margin-left: 10px;
}

.sidebar-widget{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #DADEE3;
}
.sidebar-widget:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar-widget h3{
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	color: #22098A;;
}
.sidebar-widget p{
	color: #545D69;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.video-box{
	position: relative;
	margin-bottom: 20px;
}
.video-box img{
	width: 100%;
	display: block;
}

/**
 * Helpful Sec
 */
.helpful-sec{
	position: relative;
	color: #22098A;
}
.helpful-sec .helpful-btn-grp,
.helpful-sec .helpful-text{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.helpful-sec .helpful-text{
	margin-right: 10px;
	font-size: 20px;
}
.helpful-sec .helpful-btn-grp .btn{
	line-height: 1;
	margin-right: 5px;
	min-width: 50px;
	color: #22098A;
	border-color: #22098A;
	font-size: 20px;
}
.helpful-sec .helpful-btn-grp .btn:hover{
	background-color: #22098A;
	color: #ffffff;
}
/**
 * Application Step
 */
.nds-app-step-content{

}
.step-white-box{
	position: relative;
	background: #ffffff;
	border-top: 1px solid #DADEE3;
	padding: 20px 15px;
	display: inline-block;
	width: 100%;
}
.step-white-box p{
	margin-bottom: 15px;
}
.step-white-box p:last-child{
	margin-bottom: 5px;
}
.step-white-box .app-step-item{
	position: relative;
	padding-top: 30px;
}
.step-white-box .app-step-item:first-child{
	padding-top: 0;
}
.step-white-box .app-step-item .step-title{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.step-white-box .app-step-item .step-title h3{
	margin: 0;
}
.step-white-box .app-step-item .step-title .step-num{
	margin-right: 10px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #394452;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	padding: 10px;
}

.app-step-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0 5px;
	margin-top: 15px;
	border-top: 1px solid #DADEE3;
}
.app-step-footer,
.app-step-footer p,
.app-step-footer a,
.app-step-footer span{
	font-size: 16px;
	line-height: 1.5;
	color: #22098A;
}

.rjk-page-title{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 20px 34px;
	color: #22098A;
}
.rjk-page-title h2{
	font-size: 32px;
	line-height: 34px;
	margin: 0;
}


/**
 * Signup Page
 */
.rjk-section-content{
	position: relative;
	/*padding: 50px 0;*/
}

.rjk-cards-box{
	position: relative;
	display: flex;
	width: 100%;
	min-height: calc(100vh - 580px);
	align-items: flex-start;
	justify-content: center;
}

.rjk-passport-container,
.rjk-signup-container{
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(5, 27, 68, 0.04);
	border-radius: 6px;
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-height: 150px;
	padding: 50px;
	text-align: center;
	color: #545D69;
}
.rjk-passport-container{
	max-width: 1050px;
}

.rjk-cards-box .form-group{
	text-align: left;
	margin-bottom: 20px;
}

.form-group label{
	color: #394452;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.form-group .form-control{
	background: #ffffff;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	font-size: 16px;
	line-height: 22px;
	padding: 6px 10px;
	color: #394452;
}
.form-group .form-control:focus,
.form-group .form-control:active{
	outline: none !important;
	box-shadow: none !important;
	border-color: #22098A;
}
.form-group .fill.form-control{
	background: #F8F9FD;
}

.input-icon-right{
	position: relative;
}
.input-icon-right .form-control{
	padding-right: 40px;
}
.input-icon-right .input-icon{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.input-icon-right .input-icon img{
	width: 24px;
	display: block;
}


body ::-webkit-input-placeholder { color: #A5ABB3; opacity: .95 !important;}
body :-moz-placeholder { color: #A5ABB3; opacity: .95 !important; }
body ::-moz-placeholder { color: #A5ABB3; opacity: .95 !important; }

.rjk-cards-title{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.rjk-cards-title h4,
.rjk-cards-title h3,
.rjk-cards-title h2{
	margin-bottom: 0;
	font-size: 30px;
	color: #22098A;
	line-height: 1;
}
.rjk-cards-title h4{
	font-size: 22px;
	font-weight: normal;
}

.rjk-gray-btn,
.rjk-accent-btn{
	display: inline-block;
	background: #22098A;
	border: none !important;
	color: #ffffff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 22px;
	padding: 12px 30px 10px;
	box-shadow: none;
	cursor: pointer;
}
.rjk-accent-btn:hover{
	transform: translateY(-5px);
	background: #22098A;
	color: #ffffff;
}

.rjk-gray-btn{
	background: #EBEEF2;
	color: #545D69;
}
.rjk-gray-btn:hover{
	transform: translateY(-5px);
	background: #EBEEF2;
	color: #545D69;
}

.rjk-card-footer{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;;
	padding: 15px 0;
}
.rjk-card-footer .w-40{
	width: 40%;
	display: flex;
	height: 100%;
	align-items: center;
}
.rjk-card-footer p{
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
}
.mr-3{
	margin-right: 15px;
}
.ml-3{
	margin-left: 15px;
}
.mr-auto{
	margin-right: auto;
}
.ml-auto{
	margin-left: auto;
}

.password-copy{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 15px 20px;
	border: 1px dashed #DADEE3;
}
.password-copy p{
	font-family: 'Inter', sans-serif !important;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.5;
}
.password-copy p a{
	color: #0063F7;
}
.password-copy .font-sm{
	font-size: 12px;
}
.password-copy .upload-icon{
	display: inline-block;
	margin-bottom: 10px;
}
.password-copy .add-file{
	display: flex;
	height: 34px;
	width: 34px;
	background: #22098A;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	margin: 15px auto 0;
}
.password-copy .add-file img{
	width: 20px;
	display: block;
}

.download-icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.smp-download-btn{
	color: #0063F7;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.passport-size-photo{
	display: inline-block;
	width: 140px;
	margin-bottom: 20px;
}
.passport-size-photo img{
	display: block;
	width: 100%;
	max-width: 140px;
}

.passport-img{
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	padding-left: 20px;
}
.passport-img img{
	display: block;
	width: 100%;
}

/**
 * Checkbox & Radio
 */
.bs_checkbox{
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	margin-right: 25px;
	vertical-align: top;
}
.bs_checkbox label{
	position: relative;
}

.bs_checkbox [type="radio"]:not(:checked),
.bs_checkbox [type="radio"]:checked,
.bs_checkbox [type="checkbox"]:not(:checked),
.bs_checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.bs_checkbox [type="radio"]:not(:checked) + label,
.bs_checkbox [type="radio"]:checked + label,
.bs_checkbox [type="checkbox"]:not(:checked) + label,
.bs_checkbox [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	width: 100%;
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	font-size: 1rem;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="radio"]:not(:checked) + label:before,
.bs_checkbox [type="radio"]:checked + label:before,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:before,
.bs_checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-checkbox.svg) no-repeat center center;
	background-size: 100%;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after {
	transition: all .2s;
	background: url(../images/icon-checkbox-check.svg) no-repeat center center;
	background-size: 100%;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.bs_checkbox [type="radio"]:disabled:not(:checked) + label:before,
.bs_checkbox [type="radio"]:disabled:checked + label:before,
.bs_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.bs_checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.bs_checkbox [type="radio"]:disabled:checked + label:after,
.bs_checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.bs_checkbox [type="radio"]:disabled + label,
.bs_checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}

.bs_checkbox [type="checkbox"]:checked:focus + label:before,
.bs_checkbox [type="checkbox"]:not(:checked):focus + label:before {
	outline: none !important;
}

/** radio button **/
.bs_radio{
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.bs_radio [type="radio"]:checked,
.bs_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.bs_radio [type="radio"]:checked + label,
.bs_radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    color: #545D69;
    font-size: 18px;
}

.bs_radio [type="radio"]:checked + label:before,
.bs_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #22098A;
    border-radius: 100%;
    background: #fff;
}
.bs_radio [type="radio"]:checked + label:after,
.bs_radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #22098A;
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bs_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.bs_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**
 * Logo with text
 */
.rjk-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    position: relative;
    padding-left: 70px;
    padding-top: 4px;
}
.rjk-logo .rjk-logo-img{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.rjk-logo .rjk-logo-img img{
    display: block;
    width: 100%;
}

.rjk-logo .rjk-logo-text{
    font-size: 20px;
    line-height: 26px;
    display: block;
    width: 200px;
    white-space: break-spaces;
    color: #22098A;
}
/**
 * Logo with text
 */
.rjk-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    position: relative;
    padding-left: 70px;
    padding-top: 4px;
}
.rjk-logo .rjk-logo-img{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.rjk-logo .rjk-logo-img img{
    display: block;
    width: 100%;
}

.rjk-logo .rjk-logo-text{
    font-size: 20px;
    line-height: 26px;
    display: block;
    width: 200px;
    white-space: break-spaces;
    color: #22098A;
}

.rjk-footer-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    position: relative;
    padding-left: 55px;
    padding-top: 6px;
}
.rjk-footer-logo .rjk-logo-img{
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}
.rjk-footer-logo .rjk-logo-img img{
    display: block;
    width: 100%;
}
.rjk-footer-logo .rjk-logo-text{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    display: block;
    width: 100%;
    white-space: break-spaces;
}


