/* --------Globel--------- */
@charset "utf-8";
/* CSS Document */
/* this Valuse for all elements */
* {
	margin: 0;
	padding: 0px;
}
html {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
/* Set default font and font sizes */
body {
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	overflow-x: hidden;
}
/* anchor styles */
a {
	color: #000;
}
a:hover,
a:focus {
	color: #000;
	outline: none;
}
/* Input box style */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {}

input[type="submit"] {
	border: 0 none;
}
/* Palaceholder color */
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #525252;
	opacity: 1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #525252;
	opacity: 1;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #525252;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #525252;
	opacity: 1;
}
/* headings Style */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
p {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}


/* Structure Website start 
*******************************
*********************************/


/* --------Globel---E------ */
.smal_slid{
	display:none;
}
/* left nav slide */
.top_left_nav .navbar-collapse {
	position: fixed;
	top: 128px;
	left: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 255px;
	height: 100vh;
	background-color: #0945a2;
	align-items: start;
}
ul.navbar_nav.nav_nav ul.dropdown-menu {
    background-color: #494e54;
    width: 100%;
    padding-left: 9px;
    border-radius: 0;
    position: inherit;
    padding: 0;
    float: none;
}
.top_left_nav .navbar-collapse.collapsing {
	left: -75%;
	transition: height 0s ease;
}

.top_left_nav .navbar-collapse.show {
	left: 0;
}
.top_left_nav .navbar-toggler.collapsed ~ .navbar-collapse {

}

.top_left_nav .navbar-expand-xl .navbar-toggler {
display: block;
}
.top_left_nav .navbar-expand-xl.navbar-dark .collapse:not(.show) {
    display: none !important;
}
ul.navbar_nav.nav_nav {
    padding-left: 0;
}
ul.navbar_nav.nav_nav li.nav-item {
    display: block;
    list-style-type: none;
}
ul.navbar_nav.nav_nav li.nav-item>a {
    color: #fff;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #2762bf;
    text-decoration: none;
    padding-left: 50px;padding-right: 24px;
}
ul.navbar_nav.nav_nav li.nav-item a:hover {
    background-color: #04337d;
}
ul.navbar_nav.nav_nav li.nav-item>a.nav-link .pull-right, .sub_rotate_tw .pull-right.arow_fa{
    transform: rotate(90deg);
}
ul.navbar_nav.nav_nav li.nav-item>a.nav-link.collapsed .pull-right, .collapsed.sub_rotate_tw .pull-right.arow_fa{
	transform: rotate(0deg);
}

ul.navbar_nav.nav_nav {
    max-height: calc(100vh - 129px);
    overflow: auto;
    padding: 13px 0px 20px 0;
    width: 100%;
}
.top_left_nav {
    position: relative;
    z-index: 999;
}
button:focus {
    outline: none;
}
span.caret {
    position: absolute;
    right: 9px;
    top: 50%;
        -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arow_fa {
    font-size: 24px;
    margin-left: 0;
}
ul.navbar_nav.nav_nav li.nav-item.show>a .arow_fa{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arow_fa{
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
ul.navbar_nav.nav_nav ul.dropdown-menu li:before {
    content: "";
    background-color: transparent;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    left: 15px;
    position: absolute;
    top: 9px;
}
ul.navbar_nav.nav_nav ul.dropdown-menu li {
    position: relative;
    padding-left: 31px;
    margin: 7px 0;
    font-size: 15px;
}
ul.navbar_nav.nav_nav ul.dropdown-menu li a{
	text-decoration:none;
	color:#fff;
}
.main_to_nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nav_clos {border-bottom: 1px solid #2762bf;padding-bottom: 5px;}
.nav_clos button.navbar-toggler {
    border-radius: 0;
    color: #fff;
    padding: 2px 5px 3px 14px;
    border: 0;
    font-size: 16px;
    width: 100%;
    text-align: left;
}
.nav_clos button.navbar-toggler i.fa.fa-close {
    background-color: #6cb3fb;
    border-radius: 3px;
    width: 27px;
    padding: 1px 0 3px 5px;
    color: #fff;
    font-size: 20px;
}
.nav_colps .dropdown-toggle::after{
	display:none;
}
ul.navbar_nav.nav_nav li.nav-item>a .img_list {
    max-width: 27px;
    background-color: #6cb3fb;
    padding: 5px 5px;
    border-radius: 3px;
    margin-right: 9px;
    position: absolute;
    left: 14px;
    top: 50%;
        -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
span.spn_box {
    background-color: #6cb3fb;
    text-align: center;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    border-radius: 3px;
    line-height: 1.3;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.span_circle {
    background-color: transparent;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
}
.sub_mnu li a {
    position: relative;
    border-bottom: 1px solid #2762bf;
    display: block;
    padding: 10px 15px 10px 50px;
    text-decoration: none;
    color: #fff;
}
ul.navbar_nav.nav_nav li.nav-item>a.nav-link.collapsed span.caret {
    /* transform: rotate(45deg); */
}
.nav_colps ul.second_sub_menu li {
    padding-left: 0;
    padding-right: 0;
}
.nav_colps ul.second_sub_menu li a .fa-angle-double-right {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #6cb3fb;
    padding: 2px 8px 3px 9px;
    border-radius: 4px;
    font-size: 21px;
}
/* left nav slide E */

/* header */
.nav_bars .navbar-toggler, .nav_bars .navbar-toggler:focus, .nav_bars .navbar-toggler:hover {
    border: 2px solid #fff;
    padding: 3px 9px;
    font-size: 1.25rem;
    color: #fff;
    outline: none;
    margin-left: 7px;
}
.nav_logo_box {
	position: relative;
	padding-left: 100px;
}
.nav_logo_box strong {
	font-size: 22px;
	color: #fff;
}
.nav_logo_box a span {
    color: #fff;
}
.nav_logo {
	position: absolute;
	left: 0;
}
.txt_left {
	padding-top: 24px;
	margin-bottom: 18px;
}
.header_sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
    line-height:1.3;
}
.hear_txt_3 {
    font-size: 19px;
    line-height: 1;
    display: inline-block;
    color: #fff;
}
.nav_logo_box a {
	text-decoration: none;
}
.nav_logo img {
    max-width: 84px;
    width: 100%;
}
ul.logn_list {
	display: inline-block;
}
ul.logn_list li {
	display: inline-block;
}
ul.logn_list li a {
    display: block;
    background-color: #f36d21;
    color: #fff;
    padding: 3px 9px;
    text-align: center;
    border-radius: 3px;
    margin-left: 9px;
    text-decoration: none;
}
ul.logn_list li a:hover, ul.logn_list li a:focus{
	    background-color: #de5507;
}  
header.header_sec {
	/*padding-top: 13px;*/
	padding-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
	/*position: fixed;*/
	width: 100%;
	z-index: 999;
	background-color: #2784e2;
}
/* right_header list */
ul.tol_right {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    flex: 0.2;
    text-align: right;
}

ul.tol_right li {
    display: block;
    list-style-type: none;
}

ul.tol_right li img.usr_img {
    max-width: 52px;
    width: 100%;
    border-radius: 50%;
}
.udr_list {
    background-color: #2784e2;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 183px;
    right: 0;
    top: 64px;
    height: auto !important;
    text-align: left;
}
.tol_right li a {
    color: #fff;
    font-size: 16px;
    display: block;
	text-decoration: none;
}
.usr_icon {
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #60b7e7;
    top: -6px;
    right: 12px;
    transform: rotate(45deg);
}
.tol_right li a i {
    margin-right: 5px;
}
.udr_list li a {
    background-color: #269ada;
    padding: 8px 5px 8px 15px;
    border-bottom: 1px solid #60b7e7;
}
.udr_list li a:hover, .udr_list li a:focus, .udr_list li a:active{
	background-color: #033665;
}
.hd_cntr .header_centr .h4{
	display:none;
}
ul.logn_list li .tol_right li a {
    background-color: transparent;
    color: #fff;
    padding: 0;
}
ul.logn_list li .tol_right li .udr_list a {
    margin-left: 0;
    text-align: left;
    padding: 4px 12px;
    color: #fff;
}
ul.logn_list li .tol_right li .udr_list li {
    text-align: left;
}
ul.logn_list li .tol_right li .udr_list a:hover, ul.logn_list li .tol_right li .udr_list a:focus, ul.logn_list li .tol_right li .udr_list a:active{
	    background-color: #0945a2;
}
/* right_header list E*/
/* header E*/
.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;
}



input[type=button],
input[type=submit],
input[type=reset] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leg_box {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	border: none;
	width: auto;
	margin-left: 15px;
}

.fieldset_box {
	display: block;
	margin-inline-start: 2px;
	margin-inline-end: 2px;
	padding: 15px;
	min-inline-size: min-content;
	border: 1px solid #dadada;
	border-image: initial;
}

.comn_field {
	margin-bottom: 70px;
	margin-top: 50px;
}
.comn_field.fild_btn {
    margin-bottom: 20px;
}
.form_hding {
	text-align: center;
	margin-top: 60px;
	font-size: 38px;
}

.relative {
	position: relative;
}
.lbl_bold {
    font-weight: bold;
}
.dw1 {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	position: relative;
	height: 43px;
	padding-right:30px;
}
.cfm_form_box .dw1 {
    height: 40px;
	background-color: #f6f6f6;
}
.dw1::-ms-expand {
	display: none;
}

.dw_arow {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	border-bottom: 2px solid #989696;
	border-left: 2px solid #989696;
	right: 10px;
	bottom: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cfm_form_box .dw_arow {
    bottom: 28px;
}
/* footer */

.footer_sec {
    background-color: #2784e2;
    padding-top: 19px;
    text-align: center;
    padding-bottom: 19px;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.bg_light_rd {
	background-color: #f2f9ff;
}
.fotr_box {}

.fotr_box h4 {
    font-size: 22px;
}

ul.fotr_list {
    padding-left: 0;
    margin-bottom: 0;
}
ul.fotr_list li a {
    color: #333;text-decoration: none;
}
ul.fotr_list li a:hover, ul.fotr_list li a:focus, ul.fotr_list li a:active{
	color:#f36d20;
}
ul.fotr_list li {
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #d6d5d5;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
ul.fotr_list.social_list li {
    padding-left: 0;
}
ul.fotr_list li:last-child{
	border-bottom: 0;
}
ul.fotr_list li:before {
    height: 9px;
    width: 9px;
    content: "";
    position: absolute;
    border-top: 2px solid #07559d;
    border-right: 2px solid #07559d;
    left: 0;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.fotr_list.social_list li:before{
	display:none;
}
.social_list i {
    color: #07559d;
    margin-right: 3px;
    font-size: 19px;
}
.copy_txt {
    background-color: #07559d;
    text-align: center;
    padding: 18px 15px;
    margin-top: 12px;
}
.footr_txt {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.fotr_box .nav_logo {
    top: -5px;
}
.fotr_box .nav_logo_box.align-self-center {
    margin-bottom: 54px;
}
/* footer e*/
.txt_dsign {
	height: 43px;
}
.reg_sec{
	margin-bottom: 100px;
	/*margin-top: 129px;*/
}

/****** CODE ******/

/* file-upload */
.file-upload, .file-upload_2, .file-upload_3  {
	display: block;
	text-align: center;
	font-size: 14px;
}

.file-upload .file_box, .file-upload_2 .file_box, .file-upload_3 .file_box {
	border: 1px solid #ced4da;
	color: #34495e;
	cursor: pointer;
	height: 43px;
	line-height: 40px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	border-radius: .25rem;
}

.file-upload .file_box .file-select-button, .file-upload_2 .file_box .file-select-button_2, .file-upload_3 .file_box .file-select-button_3 {
	background: #dce4ec;
	padding: 1px 10px;
	display: inline-block;
	height: 42px;
	line-height: 40px;
}

.file-upload .file_box .file-select-name, .file-upload_2 .file_box .file-select-name_2, .file-upload_3 .file_box .file-select-name_3 {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.file-upload .file_box input[type=file], .file-upload_2 .file_box input[type=file], .file-upload_3 .file_box input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-upload .file_box.file-select-disabled, .file-upload_2 .file_box.file-select-disabled_2, .file-upload_3 .file_box.file-select-disabled_3 {
	opacity: 0.65;
}
/* file upload E */
.submit_btn {
    padding: 9px 30px;
    border-radius: 5px;
    background-color: #07559d;
    color: #fff;
}
.other_fil {
    margin-bottom: 26px;
}
.login_form_box {
    max-width: 880px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #ccc;
    margin-bottom: 80px;
	    border-radius: 9px;
	margin-top: 50px;
	display: flex;
    flex-wrap: wrap;
}
.cfm_form_box {
    max-width: 90%;
    /*max-width: 100%;*/
    margin-left: auto;
    text-align: lrft;
    margin-right: auto;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #ccc;
    margin-bottom: 80px;
    border-radius: 9px;
    margin-top: 10px;
    padding: 37px 20px 24px 20px;
}
form.login_form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 78px;
    padding-bottom: 59px;
}
.txt_login {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 29px 32px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
}
.cfm_form_box .txt_login {
    padding: 16px 32px;
    height: 40px;
}
.btn_login {
    background-color: #2784e2;
    color: #fff;
    padding: 6px 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 6px;
}
div#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
}
.red_hover:hover{
	background-color: #023c71;
    color: #fff;
	
}
.eror_msg {
    color: red;
    position: absolute;
    left: 4px;
	font-size: 14px;
	bottom: -19px;
	margin-bottom:0;
}
.login_box {
    flex: 1;
}
.reg_box {
    flex: 1;
    background-color: #6cb3fb;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.inr_reg .h2 {
    color:#fff;
}
.inr_reg p{
	color:#fff;
}
.btn.btn_regst {
    background-color: #fff;
    border: 2px solid #07559d;
    max-width: 281px;
    width: 100%;
    padding: 12px 57px;
    color: #07559d;
    font-size: 16px;
}
.btn.btn_regst:hover{
	background-color: #07559d;
	border: 2px solid #07559d;
	color: #fff;
}
.inr_reg {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.inr_reg_tab {
    display: table-cell;
    vertical-align: middle;
}

.footr_mrgn {
    margin-bottom: 52px;
}
/* tab and colaps */
.tab-box.heading h2:after, .tab-box.heading .ch_h2:after {
	right: 0;
	left: 0;
	margin: 0 auto
}
.c-tab-content .card-body {
	max-height: 478px;
	overflow: auto;
	padding: 13px 20px 20px 24px;
}
.c-tab-content .nav-tabs {
	max-height: 548px;
	overflow: auto
}

.home_faq .c-tab-content .nav-tabs {
	max-height: 558px
}
.box_scrol{
	max-height: 233px;
	min-height: 233px;
	overflow: auto;
	padding: 13px 8px 20px 8px;
}
.c-tab-content .card-body, .c-tab-content .nav-tabs, ul.navbar_nav.nav_nav, .box_scrol {
	scrollbar-width: thin;
	scrollbar-color: #2d2d2d #dadada
}

.c-tab-content .card-body::-webkit-scrollbar, .c-tab-content .nav-tabs::-webkit-scrollbar, ul.navbar_nav.nav_nav::-webkit-scrollbar, .box_scrol::-webkit-scrollbar {
	width: 5px
}

.c-tab-content .card-body::-webkit-scrollbar-track, .c-tab-content .nav-tabs::-webkit-scrollbar-track, ul.navbar_nav.nav_nav::-webkit-scrollbar-track, .box_scrol::-webkit-scrollbar {
	background: #dadada
}

.c-tab-content .card-body::-webkit-scrollbar-thumb, .c-tab-content .nav-tabs::-webkit-scrollbar-thumb, ul.navbar_nav.nav_nav::-webkit-scrollbar-thumb, .box_scrol::-webkit-scrollbar {
	background-color: #2d2d2d;
	border-radius: 0;
	border: 0 solid #dadada
}

.c-tab-content .card-body h2 {
	padding: 0;
	background-color: transparent;
	font-size: 23px
}

.faq-sec {
	position: relative
}

.faq-sec .circle {
	position: absolute;
	height: 120px;
	width: 120px;
	background: #cbfff0;
	top: -44px;
	left: -32px;
	border-radius: 50%
}

.faq-sec .circle1 {
	position: absolute;
	height: 120px;
	width: 120px;
	background: #60d9b7;
	bottom: -44px;
	right: -32px;
	border-radius: 50%
}

.hdr_ph,
.hdr_ph:hover,
.hdr_ph:focus {
	color: #2d2d2d;
}

.c-tab-content .nav-tabs {
	display: none
}

.inr_blog {
	padding-top: 15px;
}

.f-lgo-2 {
	margin-left: 21px;
}

.single_list li:after {
	display: none;
}

.single_list li {
	padding-left: 0 !important;
}

.fq-sec .ch_h2 {
	text-align: center !important;
}

.norml_img {
	max-width: 100%;
	height: auto;
}

@media(min-width:768px) {
	.c-tab-content .card {
		border: none
	}
	.c-tab-content .card .card-header {
		display: none
	}
	.c-tab-content .card .collapse {
		display: block
	}
	.c-tab-content .nav-tabs .nav-item {
		width: 100%;
		border: 0
	}
	.c-tab-content .nav-tabs {
		display: block;
		width: 300px;
		background-color: #2457a7;
		min-height: 556px;
		max-height: 556px;
	}
	.c-tab-content .tab-content {
		width: calc(100% - 300px)
	}
	.c-tab-content .tab-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: #fff;
		-webkit-border-radius: 14px!important;
		-ms-border-radius: 14px!important;
		-moz-border-radius: 14px!important;
		border-radius: 14px!important;
		overflow: hidden;
		position: relative;
		box-shadow: 0 0 9px 6px #ccc !important;
	}
	.c-tab-content .nav-tabs .nav-link {
		color: #fff;
		min-height: 60px;
		display: flex;
		align-items: center;
		padding: 10px 30px 10px 30px;
		position: relative;
		font-family: Montserrat, sans-serif;
		font-weight: 500;
		font-size: 15px;
		position: relative;
		border: 0;
	}
	.c-tab-content .nav-tabs .nav-link:before {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		left: 0;
	}
	.c-tab-content .nav-tabs .nav-link.active,
	.c-tab-content .nav-tabs .nav-link:hover {
		color: #fff;
		background: 0 0;
		font-weight: 500;
		border: 0;
		background-color: #f97429;
	}
	.c-tab-content .nav-tabs .nav-item:last-child .nav-link:before {
		display: none
	}
	.c-tab-content h2,
	.tab_heading {
		background-color: #fff;
		padding: 25px 50px 25px 25px;
		font-family: Montserrat, sans-serif;
		box-shadow: 0 0 50px -10px rgba(24, 45, 79, .09);
		color: #1d1d1d;
		font-size: 23px;
		line-height: 1.2;
	}
/* .c-tab-content .card-body { */
    /* min-height: 400px; */
/* } */
}

@media(max-width:767px) {
	.c-tab-content .tab-content>.tab-pane {
		display: block;
		opacity: 1;
		margin-bottom: 3px;
	}
	.c-tab-content .card-header {
		padding: 14px 35px 14px 16px;
		background-color: #2457a7;
	}
	.c-tab-content .card-header a {
		color: #fff;
		width: 100%;
		display: block;
		position: relative;
		font-size: 16px;
		text-decoration:none;
	}
	.c-tab-content h2,
	.tab_heading {
		color: #1d1d1d;
		font-size: 20px;
		padding-left: 20px;
		padding-top: 20px;
		margin-bottom: 0;
		padding-bottom: 19px;
		display: none;
		line-height: 1.2;
	}
	.colaps_box {
		background-color: #f7f7f7
	}
	.c-tab-content .rotat {
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		width: 12px;
		height: 12px;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transform: rotate(42deg);
		position: absolute;
		right: -23px;
		top: 2px;
	}
	.c-tab-content .card-header a.collapsed .rotat {
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transform: rotate(-47deg)
	}
	.bg-light-silver .colaps_box,
	.bg_light_orange .colaps_box {
		background-color: #fff
	}
	.c-tab-content .nav-tabs .nav-item:last-child a::before {
		display: none
	}
	.c-tab-content .card-body {
		padding: 20px 20px 5px 20px
	}
	.faq-sec .circle1 {
		height: 73px!important;
		width: 73px!important;
		bottom: -86px!important
	}
}
/* tab and colaps E*/
.form_margin{
	margin-top:50px;
}
.tbl_btn{
    background-color: #f36d21;
    color: #fff;
    padding: 3px 9px;
}
.tab_parent {
	min-width:814px;
	width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tab_parent .table thead th {
    vertical-align: middle;
}
.step_form .tbl_btn{
	margin-bottom:20px;
}
.c-tab-content .step_form .card-body {
    padding: 13px 5px 20px 11px;
}
.txt_bold {
    font-weight: bold;
}
.aprov_btn_group .tbl_btn {
    margin-bottom: 7px;
}
.feedback_box {

}
.wth_fortn {
    width: 40%;
}
.relative.fb_rdo_box {
    padding-left: 32px;
}
textarea.fedbck_txtarea {
    height: 113px;
}
.fedbk_date {
    max-width: 300px;
	width:100%;
    display: inline-block;
}
.feed_back_tabl table {
    min-width: 600px;
    width: 100%;
	overflow-x: auto;
}
img{
	max-width:100%;
}
/* ofic_box */
section.ofic_sec {
    padding-top: 30px;
    padding-bottom: 50px;
}
.ofic_box img {
    max-width: 131px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ofic_box p {
    font-size: 17px;
    margin-top: 21px;
    margin-bottom: 0;
    color: #f36d20;
    line-height: 1.2;
}
.ofic_box {
	margin-top: 30px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 21px;
	box-shadow: 0px 0px 3px 0px #f36d20;
	background: linear-gradient(to right, white 50%, #0945a2  50%) left;
	background-size: 200%;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
}
.ofic_box a{
	text-decoration:none;
}
.ofic_box:hover a, .ofic_box:hover p{
	color:#fff;
}
.ofic_box:hover{
	background-position: right;
	box-shadow: 0px 0px 3px 0px #0945a2 ;
}
.ofic_hover {
    display: none;
    opacity: 0;
}
.ofic_box:hover .ofic_hover{
	display: block;
    opacity: 1;
}
.ofic_box:hover .norml_box{
	display: none;
    opacity: 0;
}
.ofic_hover h5{
	color:#fff;
}
.backLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}
.backLinks li {
    display: block;
	border-top: 1px solid #627dc8;
	    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.backLinks li a {
    display: block;

	text-decoration:none; 
}

.box_value {
    /* display: block; */
    font-size: 14px;
    color: #ff5d00;
}
.txt_ara .crd_hdr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.txt_ara p {
    margin-bottom: 0;
	line-height: 1.9;
}
/* ofic_box E*/
/* half box */
.half_box_contnt {
    margin-top: 37px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 9px;
    box-shadow: 0px 0px 5px 1px #b2d2ef;
}
ul.ofcr_dlt_list {padding-left: 0;}
.half_box_contnt.qt_box {
    padding: 2px 9px 0px 9px;
}
ul.ofcr_dlt_list li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #02529c;
    position: relative;
    padding-right: 73px;
    padding-top: 19px;
    padding-bottom: 23px;
}
ul.ofcr_dlt_list li:hover {
    background-color: #eaecec;
}
ul.ofcr_dlt_list li:last-child{
	border-bottom: 0;
}
ul.ofcr_dlt_list li a {
    color: #02529c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.half_img {
    max-width: 36px;
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
img.half_left {
    max-width: 36px;
    width: 100%;
    margin-right: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3px;
}
.qt_box.qt_lrft_img ul.ofcr_dlt_list li {
    padding-left: 57px;
	    padding-right: 101px;
}
.qt_box.qt_lrft_img .ofcr_dlt_list li a span.ronded {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qt_box.qt_lrft_img .ofcr_dlt_list li a span.ronded.mb_tn {
    bottom: 38px;
    margin-bottom: 0;
    top: auto;
}
.qt_box.qt_lrft_img .ofcr_dlt_list li a span.ronded.botm_spn {
    bottom: 6px;
    margin-bottom: 0;
    top: auto;
}
.qt_box.qt_lrft_img .ofcr_dlt_list li a span.ronded {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ronded {
    background-color: #06294c;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
}
ul.ofcr_dlt_list li:hover .ronded {
    background-color: #f36d21;
}
/* half box E */
/* updaet_sec */
.update_hding h2 {
    font-size: 29px;
    margin-top: 0;
    margin-bottom: 19px;
}
.update_hding p {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.update_sec {
    background-color: #f7e8e0;
    padding-top: 37px;
    padding-bottom: 43px;
}
hr.clr_lin {
    border-top: 3px solid #f36d20;
    width: 139px;
    margin-left: auto;
    margin-right: auto;
}
.update_list {
    padding-left: 0;
    margin-bottom: 0;
}
.update_list li {
    list-style-type: none;
    border-bottom: 1px solid #f3cbb6;
    padding-top: 13px;
    padding-bottom: 13px;
}
.update_list li a {
	position:relative;
	padding-left: 20px;
	text-decoration:none;
}
.update_list li a:before {
    border-top: 2px solid #f36d20;
    border-right: 2px solid #f36d20;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    left: 0;
    top: 7px;
}
.update_list li a:hover, .update_list li a:focus, .update_list li a:active{
    color: #f36d20;	
}
.updat_all {
    background-color: #f36d20;
    margin-top: 30px;
    color: #fff;
    padding: 7px 24px;
    font-size: 16px;
}
.updat_all:hover, .updat_all:focus, .updat_all:active{
	background-color: #bb4d0e;
    color: #fff;
}
/* updaet_sec E*/

/* prealax effects */
.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.animation-element.slide-left {
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*----------------Right---------------*/
/*animation slide left styled for testimonials*/

.animation-element-right.slide-left {
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate3d(100px, 0px, 0px);
  -ms-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element-right.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*----------------Top---------------*/


.animation-element-top.slide-left {
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate3d(0px, 100px, 0px);
  -ms-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element-top.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*----------------Bottom---------------*/

.animation-element-bottom.slide-left {
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate3d(0px, -100px, 0px);
  -ms-transform: translate3d(0px, -100px, 0px);
  transform: translate3d(0px, -100px, 0px);
}

.animation-element-bottom.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* prealax effects E*/

/* box design */
section.report_sec {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 49px;
}
.report_box {
    box-shadow: 0px 0px 4px 0px #ffcaab;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 19px 20px 27px 20px;
    margin-top: 19px;
    border-bottom: 2px solid #f36d20;
    position: relative;
    overflow: hidden;
}

.report_box:hover {
    background-color: #f7f3f1;
}
.crd_hdr {
    display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.card_txt {
    margin-bottom: 0;
	color: #6e6b7b;
}
h4.card_title {
    font-size: 21px;
}
.box_icon_img img {
    max-width: 30px;
    width: 100%;
}
ul.card_list {
    padding-left: 0;
    margin-bottom: 0;
}
ul.card_list li {
    display: inline-block;
    width: 24%;
    position: relative;
    padding-left: 65px;
    margin-top: 28px;
}
.box_icon {
    position: absolute;
    left: 0;
    top: 4px;
}
.rp_box_txt h3 {
    font-size: 20px;
	padding-top: 7px;
}
.rp_box_txt p {
    margin-bottom: 0;
    color: #6e6b7b;
    font-size: 15px;
}
.card_content {
    margin-top: 0;
}
.box_icon_img {
    /* background-color: rgba(115,103,240,.12); */
    height: 54px;
    width: 54px;
    text-align: center;
    border-radius: 50%;
    padding-top: 13px;
}
.oth_bg{
	background-color: rgba(0,207,232,.12);
}
.green_bg{
	background-color: rgba(40,199,111,.12);
}
.orng_bg{
	background-color: rgba(234,84,85,.12);
}
.blue_bg{
    background-color: rgba(115,103,240,.12);
}
.box_icon i{
	font-size: 26px;	
}
.green_bg i{
    color: #037d36;
}
.blue_bg i{
	color: #1c10d2;
}
.green_bg i{
	
}
.orng_bg i{
	
}
/* box design E*/

/* detail_sec  */
.tbl_hding h2 {
    font-size: 24px;
    margin-top: 50px;
}
.tbl_hding hr {
    border-top: 3px solid #f36d21;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.detail_sec .tab_parent, .detail_person {
    margin-bottom: 70px;
    min-width: auto;
}
.detail_sec .tab_parent.table-responsive>.table-bordered {
    border: 0;
    min-width: 900px;
    width: 100%;
    overflow-x: auto;
}
.detail_sec .tab_parent .table thead th {
    background-color: #ffefe6;
}
.detail_sec .tab_parent tbody tr:nth-child(even) {
    background-color: #fffcfa;
}
.table-hover tbody tr:hover, .detail_sec .tab_parent tbody tr:nth-child(even):hover {
    background-color: #ffefe6;
}
.detail_person .form-group.relative {
    background-color: #fdfcfb;
    padding: 7px 10px 8px 10px;
}
.detail_person {
    border: 1px solid #e6e6e6;
    padding: 20px 15px 8px 15px;
    border-radius: 5px;
}
.detail_person .form-group.relative p {
    margin-bottom: 0;
}
/* detail_sec E */

/* ------Start responsive------ */
@media screen and (max-width : 1600px){
.header_sec h2 {
    font-size: 26px;
}
}
@media screen and (max-width : 1466px){
.wth_fortn {
    width: 50%;
}
.header_sec h2 {
    font-size: 24px;
}
.form_hding {
    font-size: 30px;
}
}
@media screen and (max-width : 1366px){
.nav_logo_box {
    padding-left: 83px;
}
.header_sec h2 {
    font-size: 19px;
}
.fotr_box .nav_logo img {
    max-width: 62px;
}
.fotr_box .txt_left {
    padding-top: 6px;
    margin-bottom: 12px;
}
.fotr_box .nav_logo_box.align-self-center {
    margin-bottom: 30px;
    padding-left: 69px;
}
.nav_logo img {
    max-width: 69px;
}
.nav_logo {
    top: 7px;
}
}
/* 1366px */
@media screen and (max-width : 1199px){
.header_sec h2 {
    font-size: 19px;
    max-width: 294px;
    width: 100%;
}
.map_box {
    margin-top: 8px;
}
}
/* 1199px */
@media screen and (max-width : 1024px){
.header_sec h2 {
    font-size: 18px;
    max-width: 258px;
}
.nav_logo_box strong {
    font-size: 18px;
}
.top_left_nav .navbar-collapse {
    top: 122px;
}
}
/* 1024px */
@media screen and (max-width : 991px){
.txt_left {
    padding-top: 16px;
    margin-bottom: 0;
    max-width: 142px;
}
ul.logn_list li a {
    margin-left: 1px;
}
.nav_bars .navbar-toggler, .nav_bars .navbar-toggler:focus, .nav_bars .navbar-toggler:hover {
    margin-left: 0px;
}

}
/* 991px */
@media screen and (max-width : 870px){
.nav_logo img {
    max-width: 59px;
}
.nav_logo_box {
    padding-left: 62px;
}
.txt_left {
    padding-top: 1px;
    max-width: 131px;
}
.nav_logo {
    top: 2px;
}
.header_sec h2 {
    display: none;
}
.top_left_nav .navbar-collapse {
    top: 105px;
}
}
/* 870px */
@media screen and (max-width : 767px){
.nav_logo_box {
    padding-left: 64px;
    max-width: 296px;
}
.nav_right {
    text-align: center;
}
.reg_sec, .footr_mrgn {
    margin-bottom: 119px;
}
.login_form_box {
    display: block;
    flex-wrap: inherit;
}
.reg_box {
    flex: none;
    padding-top: 27px;
    padding-bottom: 35px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 9px;
}
.form_hding {
    font-size: 20px;
    margin-bottom: 17px;
}
.header_sec h2 {
    margin-bottom: 6px;
}
.fotr_box {
    margin-bottom: 30px;
}
.fotr_box .txt_left {
    max-width: 100%;
}
.smal_slid{
	display:block;
}
.lrg_slid{
	display:none;
}
.c-tab-content .step_form .card-body {
    padding: 13px 5px 20px 2px;
}
.top_left_nav .navbar-collapse {
    top: 0;
}
}
/* 767px */
@media screen and (max-width : 640px){
.main_to_nav {
    display: block;
    width: 100%;
    flex-wrap: inherit;
}
.txt_left {
    max-width: 208px;
}
.nav_logo_box {
    padding-left: 64px;
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
	    margin-bottom: 19px;
}
.nav_logo {
    top: -9px;
}
.header_sec h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fotr_box .nav_logo_box.align-self-center {
    max-width: 100%;
}
}
/* 640px */
@media screen and (max-width : 480px){
.banner_sec .carousel-indicators{
	display:none;
}	
}
@media screen and (max-width : 360px){
.footr_txt {
    max-width: 279px;
    width: 100%;
    margin: 0 auto;
}
}