@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Outfit', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body {
	background: #EBF0F7;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #3095be;
}
::selection {
	color: #fff;
	background: #3095be;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	background-color: transparent;
	color: #666666;
	border-color: transparent;
}
.form-control:focus, .form-select:focus {
    border-color: #3095be !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #3095be;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: 125%}
}
@keyframes shine {
    100% {left: 125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #3095be;
}
/***************************** top *****************************/
.top {
	width: 100%;
	height: 50px;
	float: left;
    background: #3095be;
	position: fixed;
    z-index: 1021;
}
.top span {
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
    letter-spacing: .5px;
}
.top img {
	float: left;
    text-align: center;
	-webkit-transform: scale(1);
  	transform: scale(1);
}
.top a:hover img {
	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
}
/************************* social_media *************************/
.social_media span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.social_media a {
	width: 25px;
	height: 25px;
	font-size: 16px;
	display: inline-flex;
	line-height: 1;
	color: #3095be;
	background: #fff;
	margin: 0 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
}
.footer_social a {
	background: #fff;
}
.social_media a:hover {
	transform: scale(1.2);
}
.social_media a.fb:hover, .social_media a.fb:focus {
	color: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	color: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	color: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	color: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	color: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	color: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	color: #34af23;
}
/************************* header *************************/
.menu_bg {
	height: 90px;
	position: absolute;
	top: 50px;
	padding: 15px 15px;
	background: #fff;
}
.menu_bg .send_btn {
	height: 50px;
	cursor: pointer;
	padding: 12px 60px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	background-color: #ED1F29;
	border: 1px solid #ED1F29;
}
.s_menu_bg {
	height: auto !important;
	padding: 5px 15px;
	position: fixed;
	z-index: 9;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.logo img {
	width: 240px;
}
.s_menu_bg .logo {
	width: 200px;
}
.s_menu_bg .navbar-nav > li.active > a, .s_menu_bg .navbar-nav > li > a:hover, .s_menu_bg .navbar-nav > li > a:focus, .s_menu_bg .navbar-nav .nav-link.active, .s_menu_bg .navbar-nav .show>.nav-link {
	background: #3095be;
	color: #fff !important;
}
.menu_address {
	background: #7E9F3F;
}
.menu_address span {
	color: #fff;
	font-size: 15px;
}
.menu_address img {
	width: 16px;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: auto !important;
	width: 650px !important;
	max-width: 650px !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	text-align: center;
	padding: 8px 0;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > a {
    color: #2d2d2d;
    display: block;
    position: relative;
    padding: 20px 12px !important;
    font-size: 13px;
    font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color: #ED1F29 !important;
}
.dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 !important;
	padding: 8px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	background-color: #3095be !important;
    color: #fff !important;
}
.dropdown-menu {
	animation: fadeIn 1s;
	padding: 0;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #3095be;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.nav-link, .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/***************************** btn *****************************/
.send_btn {
    font-size: 12px;
    padding: 10px 35px;
    font-weight: 600;
	text-transform: uppercase;
	background-color: #AC0D15;
    color: #fff;
	border: 1px solid #AC0D15;
	text-align: center;
}
.send_btn:hover {
    background-color: transparent;
    color: #AC0D15;
}
/***************************** popup_modal *****************************/
.popup_modal h5 {
	width: 100%;
    float: left;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
	background: #3095be;
}
.popup_modal .send_btn {
	background-color: #3095be;
    color: #fff;
	border: 1px solid #3095be;
}
.popup_modal .send_btn:hover {
	border: 1px solid #3095be;
    background: #fff;
    color: #3095be;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 140px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
/***************************** hm_services *****************************/
.hm_services {
    width: 100%;
    float: left;
}
.hm_services_textbg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 50px;
}
.hm_services_bg1 {
    background: rgba(160, 115, 11, 0.8);
}
.hm_services_bg2 {
    background: rgba(75, 102, 23, 0.8);
}
.hm_services_bg3 {
    background: rgba(10, 110, 150, 0.8);
}
.hm_services_textbg .vr {
	width: 3px !important;
    margin: 0 10px 0 -10px;
}
.hm_services .swiper-slide {
	height: 450px !important;
}
.hm_services .swiper-slide img {
	height: 100% !important;
}
.hm_services h2 {
    width: 100%;
    float: left;
	display: flex;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #fff;
}
.hm_services h4 {
    width: 100%;
    float: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 30px;
    color: #fff;
	text-align: justify;
}
/***************************** hm_goldloan_calculator *****************************/
.hm_goldloan_calculator {
    width: 100%;
	float: left;
    background: #c41820 url("../images/hm_goldloan_calculator_bg.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
}
.hm_goldloan_calculator_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.7);
    padding: 100px 0;
}
.hm_goldloan_calculator h3 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.hm_goldloan_calculator h2 {
    font-weight: 700;
    font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.hm_goldloan_calculator label {
    width: 100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #fff;
	margin: 0 0 10px 0;
}
.hm_goldloan_calculator input {
	padding: 20px 15px;
}
.hm_goldloan_calculator a.send_btn {
	border: 1px solid #fff;
    background-color: transparent;
}
.hm_goldloan_calculator .send_btn:hover {
	border: 1px solid #AC0D15;
    background-color: #AC0D15;
	color: #fff;
}
.hm_goldloan_calculator button.send_btn:hover {
	border: 1px solid #fff;
    background-color: transparent;
	color: #fff;
}
/***************************** hm_counter *****************************/
.hm_counter {
    width: 100%;
	float: left;
	padding: 80px 0;
}
.hm_counter h2 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #000;
	text-transform: uppercase;
}
.hm_counter h1 {
    font-weight: 700;
    font-size: 30px;
	color: #000;
	text-transform: uppercase;
	line-height: 40px;
}
.hm_counter h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #656565;
	text-align: justify;
	line-height: 45px;
}
.hm_counter_box {
	background: #AC0D15;
	font-size: 16px;
    font-weight: 600;
	color: #fff;
	padding: 30px 15px;
}
.hm_counter span, .hm_counter p {
	float: left;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
}
/***************************** hm_chairman_msg *****************************/
.hm_chairman_msg {
    width: 100%;
	float: left;
    /*background: #fffc99;
	background-image: linear-gradient(to top, rgba(200, 195, 42, 0.60) 0%, rgba(240, 230, 140, 0.60) 100%);*/
	background-image: linear-gradient(to top, #cbc1a6 0%, #e2d5ca 100%);
	/*background-image: linear-gradient(120deg, #dad3c2 0%, #bfb7ab 100%);*/
    padding: 70px 0;
	border-left: 50px solid #EBF0F7;
    border-right: 50px solid #EBF0F7;
}
.hm_chairman_msg h2 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.hm_chairman_msg h4 {
    width: 100%;
	float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 45px;
	color: #000;
	text-align: justify;
}
.hm_chairman_msg hr {
    width: 100%;
	float: left;
	color: #fff;
	opacity: 1;
}
.hm_chairman_msg img {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}
.hm_chairman_msg .send_btn:hover {
	border: 1px solid #fff;
    background-color: transparent;
	color: #fff;
}
/***************************** hm_ceo_msg *****************************/
.hm_ceo_msg {
    width: 100%;
    float: left;
	background: #EBF0F7;
    padding: 70px 0;
	border-left: 50px solid #3095be;
    border-right: 50px solid #3095be;
}
.hm_ceo_msg h2 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
}
.hm_ceo_msg h4 {
    width: 100%;
	float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 45px;
	color: #252525;
	text-align: justify;
}
.hm_ceo_msg img {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}
/***************************** hm_gold_loan_process *****************************/
.hm_gold_loan_process {
    width: 100%;
	float: left;
	background: #3095be;
	padding: 100px 0;
}
.hm_gold_loan_process h3 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.hm_gold_loan_process h2 {
    font-weight: 700;
    font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.hm_gold_loan_process h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #fff;
	text-align: justify;
	line-height: 30px;
}
.hm_gold_loan_process_title {
    width: 100%;
    float: left;
    color: #3095be;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
	display: flex;
    align-items: center;
}
.hm_gold_loan_process_counter {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FDB512;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
/***************************** hm_branches *****************************/
.hm_branches {
    width: 100%;
    float: left;
	padding: 70px 0;
}
.hm_branches h2 {
    width: 100%;
	float: left;
    font-weight: 700;
    font-size: 30px;
	color: #252525;
	text-transform: uppercase;
	border-bottom: 1px solid #c0c0c0;
}
.hm_branches_title {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
    align-content: center;
    background: rgba(0, 0, 0, 0.45);
	padding: 10px;
}
.hm_branches_title h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.hm_branches_title h4 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.hm_branches form {
   	width: 500px;
	height: 56px;
	border: 1px solid #252525;
}
.hm_branches form input:focus {
	border: none;
}
/***************************** hm_getintouch *****************************/
.hm_getintouch {
    width: 100%;
    float: left;
    background: #7E9F3F;
	padding: 90px 0;
}
.hm_getintouch h2 {
    font-weight: 700;
    font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.hm_getintouch h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    text-align: justify;
}
.hm_getintouch span {
	line-height: 30px;
	color: #fff;
	font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
}
.hm_getintouch img {
	float: left;
    text-align: center;
	-webkit-transform: scale(1);
  	transform: scale(1);
}
.hm_getintouch a:hover img {
	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
}
.hm_getintouch form {
	position: absolute;
}
.hm_getintouch input, .hm_getintouch textarea, .hm_getintouch form .form-control:focus {
	background-color: #f5f5f5;
}
.hm_getintouch textarea {
    min-height: 120px !important;
}
/***************************** login, register, forgot password *****************************/
.login_modal h4 {
	width: 100%;
    float: left;
    font-weight: 500;
    font-size: 22px;
    color: #252525;
}
.login_modal img {
	width: 350px;
}
.login_modal p {
    float: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 30px;
}
.login_modal p a, .login_modal .form-check-label a {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
}
.login_modal .form-check-label {
	width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
}
.login_modal h5 {
	width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
}
.login_modal h5 button {
    font-size: 16px;
    font-weight: 500;
	background: transparent;
}
.login_modal h5 button:hover, .login_modal p a:hover, .login_modal .form-check-label a:hover {
    color: #3095be;
}
.login_white_btn {
	color: #fff;
}
.login_black_btn {
	color: #252525;
}
.login_bg {
	background: #000 url(../images/login_bg.webp) no-repeat center center;
    background-size: cover;
}
.login_bg_dark {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
}
.login_modal label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    margin: 0 0 8px 0;
}
.login_modal .form-control, .login_modal textarea {
	border-color: #cbcbcb;
    padding: 15px;
}
.login_modal .form-check-input {
	border-color: #999;
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
    background: #3095be;
    padding: 220px 0 0 0;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    width: 22px;
    height: 22px;
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 4px;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.footer h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
}
.footer ul li {
	width: 100%;
    float: left;
    list-style: none;
}
.footer ul li a {
	width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
	padding: 6px 0;
	margin: 0 0 12px 0;
	word-break: break-all;
}
.footer ul li a:hover, .footer ul li .active {
    color: #83d0ff;
}
.footer form {
    width: 100%;
    height: 56px;
    border: 1px solid #fff;
}
.footer form input {
    color: #fff !important;
}
.footer form .form-control::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
	color: #fff;
	opacity: 1 !important;
}
.footer form .form-control:focus {
    background-color: transparent;
}
/***************************** copyright *****************************/
.copyright {
	width: 100%;
	float: left;
	padding: 20px 0;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
}
.copyright i {
	font-size: 13px;
}
.copyright a {
    color: #fff;
    padding: 0px 2px;
}
.copyright a:hover, .copyright a.active {
    color: #83d0ff;
}
/***************************** about overview *****************************/
.overview {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.overview h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.overview h4 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
.overview_counter {
    width: 100%;
	float: left;
	padding: 70px 0;
	background: #7E9F3F;
}
.overview_counter h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #fff;
	text-align: justify;
	line-height: 45px;
}
.overview_counter_box {
	background: #3095be;
	font-size: 16px;
    font-weight: 600;
	color: #fff;
	padding: 30px 15px;
}
.overview_counter span, .overview_counter p {
	float: left;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
}
.mission_vision {
    width: 100%;
    float: left;
    padding: 110px 0 100px 0;
	background: #3095be;
}
.mission_vision h2 {
    float: left;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
	background: #3095be;
    text-transform: uppercase;
    line-height: 40px;
	text-align: center;
    margin: -45px 0 0 0;
}
.mission_vision h4 {
	width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	color: #fff;
	text-align: justify;
	line-height: 45px;
}
.registration_certificates {
    width: 100%;
    float: left;
    padding: 100px 0;
}
.registration_certificates h2 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.registration_certificates h4 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
/***************************** profile of cmd *****************************/
.cmd_profile {
    width: 100%;
    float: left;
	padding: 70px 0 0 0;
}
.cmd_profile h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.cmd_profile h4 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
.cmd_profile img {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
.cmd_profile2 {
    width: 100%;
    float: left;
    background: #7E9F3F;
	padding: 50px 0;
}
.cmd_profile2 h4 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: justify;
    line-height: 45px;
}
.awards_and_achievements {
    width: 100%;
    float: left;
    background: #fff;
	padding: 100px 0;
}
.awards_and_achievements h2 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.awards_and_achievements a {
	cursor: pointer;
}
.awards_morebtn {
    font-weight: 700;
    font-size: 14px;
    color: #252525;
    text-transform: uppercase;
	text-align: center;
}
.awards_morebtn i {
    font-size: 22px;
    color: #ed1f29;
}
/***************************** directors *****************************/
.directors {
    width: 100%;
    float: left;
	padding: 70px 0;
}
.directors h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.directors h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #000;
	text-align: center;
    text-transform: uppercase;
}
.directors h3 span {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
	margin: 10px 0 0 0;
}
.directors h4 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
/***************************** services *****************************/
.services {
    width: 100%;
    float: left;
}
.service_content {
	padding: 70px 0;
}
.services h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.services h4, .services h4 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
.services_img {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}
.services_section1 {
    width: 100%;
    float: left;
    background: #7E9F3F;
    padding: 70px 0;
}
.services_section1 h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}
.service_iconbox {
	min-height: 80px;
    float: left;
	background: #ED1F29;
	padding: 10px 15px;
}
.service_textbox {
	width: 100%;
    float: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
	background: #3095be;
    line-height: 30px;
	padding: 10px 15px;
}
.services_section2 {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.services_section2 h2 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.services_section2 h3 {
    font-weight: 600;
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
}
.services_section2 h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    line-height: 30px;
}
.services_section2 table tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
	list-style: none;
	padding: 10px 0;
}
.services_modal h3 {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #252525;
}
.services_modal h4, .services_modal ul li {
    width: 100%;
    float: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #2d2d2d;
}
.services_modal table thead tr th {
	font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: #3095be;
	padding: 15px;
	vertical-align: middle;
}
.services_modal table tbody tr td {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    background-color: #fff;
    padding: 18px 25px;
    vertical-align: middle;
}
/***************************** Investors *****************************/
.investors {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.investors h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.investors h2 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 22px;
    color: #252525;
    line-height: 30px;
}
.investors h3 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #252525;
    line-height: 30px;
}
.investors h4, .investors h4 a {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
}
.investors .card-header {
	background: #3095be;
	color: #fff;
}
.investors .card-header a {
	color: #fff;
	font-weight: 600;
    font-size: 18px;
}
.investors .card-header a i {
    width: 22px;
    height: 22px;
    right: 10px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 4px;
}
.investors .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.investors .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.investors form .form-select {
    width: 300px;
    height: 56px;
	margin: 15px;
    border: 1px solid #656565 !important;
}
.investors_download_box {
    width: 100%;
	height: 100%;
    float: left;
	background: #f2f2f2;
}
.investors_download_box:hover {
	background: #3095be;
}
.investors_download_box:hover h4 {
    color: #fff;
}
.investors_download_box img {
	width: 80px;
    padding: 20px;
    background: #fff;
    margin: -30px 0 0 0;
}
.investors_download_box h4 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #000;
	padding: 15px;
	text-align: center;
}
.investors_table table thead tr th {
	font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: #3095be;
	padding: 15px;
	vertical-align: middle;
}
.investors_table table tbody tr td {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    background-color: #fff;
	padding: 18px 25px;
	vertical-align: middle;
}
.investors_table table tbody tr td a {
	font-family: 'Open Sans', sans-serif;
    color: #252525;
}
/***************************** downloads *****************************/
.downloads {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.downloads h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.download_box {
    width: 100%;
	height: 100%;
    float: left;
	background: #f2f2f2;
}
.download_box:hover {
	background: #3095be;
}
.download_box:hover h4 {
    color: #fff;
}
.download_box img {
	width: 80px;
    padding: 20px;
    background: #fff;
    margin: -30px 0 0 0;
}
.download_box h4 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    padding: 15px;
}
/***************************** Gallery *****************************/
.gallery {
    width: 100%;
    float: left;
	padding: 70px 0;
}
.gallery h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.gallery_title {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
    align-content: center;
    background: rgba(0, 0, 0, 0.45);
	padding: 10px;
}
.gallery_title h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.gallery_title h4 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.gallery a {
    cursor: pointer;
}
/***************************** news *****************************/
.news {
    width: 100%;
    float: left;
	padding: 70px 0;
}
.news h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.news_title {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
	flex-wrap: wrap;
    align-content: end;
    background: rgba(0, 0, 0, 0.45);
	padding: 30px;
}
.news h2 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
	line-height: 30px;
}
.news h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
	line-height: 24px;
}
.news h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 30px;
}
.news p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
.news_date {
	max-width: 80px;
    min-width: 80px;
	min-height: 80px;
    float: left;
	background: #EE1D23;
	padding: 15px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
	line-height: normal;
}
.news_date span {
	width: 100%;
	text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}
.news a:hover .text-black {
	color: #EE1D23 !important;
}
.latest_news {
	border-bottom: 1px solid #DEDEDE;
}
.latest_news span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
	background: #ED1F29;
	padding: 15px 40px;
    text-transform: uppercase;
	display: inline-block;
}
/***************************** career *****************************/
.career {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.career h1, .career h2 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.career h4 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
	line-height: 30px;
}
.career h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
}
.career h5 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #656565;
    line-height: 24px;
    letter-spacing: .5px;
}
.career_morebtn i {
    font-size: 12px;
    color: #656565;
}
.career_fade {
	height: 60px;
	position: absolute;
	bottom: 0;
    background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
}
.career_collapse_text {
    width: 100%;
    float: left;
	margin: 0 0 50px 0;
}
.career .send_btn, .career_form .send_btn {
    font-size: 17px;
    padding: 10px 75px;
}
.career_form input, .career_form textarea {
    border-color: #cbcbcb;
    padding: 15px;
}
.career_form label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    margin: 0 0 8px 0;
}
.career_form_file label span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
}
/***************************** contact *****************************/
.contact {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.contact h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.contact h4 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    line-height: 30px;
}
.contact_form label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
	margin: 0 0 8px 0;
}
.contact_form input, .contact_form textarea {
    border-color: #cbcbcb;
	padding: 15px;
}
.contact_form .send_btn {
    font-size: 17px;
    padding: 10px 75px;
}
.contact_address {
	width: 100%;
	float: left;
	padding: 70px 0;
	background: #7E9F3F;
}
.contact_address h4 {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
.contact_address h5 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.contact_address h5 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.contact_address h5 a:hover {
    color: #000;
}
/***************************** branches *****************************/
.branches {
    width: 100%;
    float: left;
	padding: 70px 0;
}
.branches h1 {
    width: 100%;
	float: left;
    font-weight: 700;
    font-size: 30px;
	color: #252525;
	text-transform: uppercase;
	border-bottom: 1px solid #c0c0c0;
}
.branches_title {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
    align-content: center;
    background: rgba(0, 0, 0, 0.45);
	padding: 10px;
}
.branches_title h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.branches_title h4 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.branches form {
   	width: 500px;
	height: 56px;
	border: 1px solid #252525;
}
.branches form input:focus {
	border: none;
}
#branch_address {
	scroll-margin-top: 100px;
}
.branch_address h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
}
.branch_address h5, .branch_address .branch_contact {
	width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #656565;
    line-height: 24px;
    letter-spacing: .5px;
}
.branch_address .send_btn {
	width: 100%;
	font-size: 11px;
    padding: 10px 5px;
	background-color: #ED1F29;
    border: 1px solid #ED1F29;
}
.branch_address .send_btn:hover {
    background-color: transparent;
    color: #ED1F29;
}
.branch_btn {
	width: 100%;
	font-size: 11px;
    padding: 10px 5px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #F4F4F4;
    color: #252525;
    border: 1px solid #F4F4F4;
}
.branch_btn:hover {
    background-color: transparent;
    border: 1px solid #ED1F29;
    color: #ED1F29;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    padding: 70px 0;
	margin-top: 140px;
}
.not_found img {
    width: 400px;
}
.not_found p {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #252525;
    line-height: 30px;
}
/***************************** disclaimer *****************************/
.disclaimer {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.disclaimer h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.disclaimer h4 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
/***************************** terms_conditions, privacy_policy *****************************/
.terms_conditions, .privacy_policy {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.terms_conditions h1, .privacy_policy h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.terms_conditions h2, .privacy_policy h2 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #252525;
    line-height: 30px;
}
.terms_conditions h3, .privacy_policy h3 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #252525;
    line-height: 30px;
}
.terms_conditions p, .privacy_policy p, .terms_conditions ul li, .terms_conditions ol li, .privacy_policy ul li, .privacy_policy ol li {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
/***************************** policy *****************************/
.policy {
    width: 100%;
    float: left;
    padding: 70px 0;
}
.policy h1 {
    font-weight: 700;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    line-height: 40px;
}
.policy h3 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #252525;
    line-height: 30px;
}
.policy h5, .policy h5 p, .policy ul li, .policy ol li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    text-align: justify;
    line-height: 45px;
}
.policy_download_box {
    width: 100%;
	height: 100%;
    float: left;
	background: #f2f2f2;
}
.policy_download_box:hover {
	background: #3095be;
}
.policy_download_box:hover .policy_download_box_title {
    color: #fff;
}
.policy_download_box img {
	width: 80px;
    padding: 20px;
    background: #fff;
    margin: -30px 0 0 0;
}
.policy_download_box .policy_download_box_title {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #000;
	padding: 15px;
	text-align: center;
}
/*******************************videobtn*******************************/
.videobtn {
	width: 60px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:5px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#3095be;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body {
	background: #fff;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #fff !important;
}
@media (min-width: 1400px) {
}
@media (min-width: 991.98px) {
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.menu_bg .send_btn {
		height: 40px;
    	padding: 8px 20px;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.footer {
		padding: 100px 0 0 0;
	}
	.news h2 {
		font-size: 16px;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: 500;
	}
	.navbar-nav > li > a {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
		margin: 0 0 10px 0;
		font-weight: 500;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #fff !important;
		background: #3095be;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.top {
		display: none !important;
	}
	.menu_bg {
		top: 0;
		height: 65px;
		padding: 8px 15px;
	}
	.banner, .not_found {
		margin-top: 65px;
	}
	.s_menu_bg {
		padding: 5px 15px;
	}
	.hm_services_textbg {
    	padding: 40px;
	}
	.hm_getintouch form {
		position: static;
	}
	.hm_counter h1, .hm_goldloan_calculator h2, .hm_chairman_msg h2, .hm_ceo_msg h2, .hm_gold_loan_process h2, .hm_branches h2, .hm_getintouch h2, .footer h3, .overview h1, .mission_vision h2, .registration_certificates h2, .cmd_profile h1, .awards_and_achievements h2, .directors h1, .services h1, .services_section1 h2, .services_section2 h2, .investors h1, .downloads h1, .gallery h1, .news h1, .disclaimer h1, .career h1, .career h2, .contact h1, .branches h1, .terms_conditions h1, .privacy_policy h1, .policy h1 {
    	font-size: 24px;
	}
	.hm_chairman_msg img, .hm_ceo_msg img, .cmd_profile img, .services_img {
		top: 90px;
	}
	.contact_form .send_btn, .career .send_btn, .career_form .send_btn {
		font-size: 12px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	.hm_gold_loan_process_counter {
    	width: 45px;
    	height: 45px;
	}
	.hm_branches h2, .branches h1 {
		border: none;
	}
	.hm_branches form, .branches form {
    	width: 100%;
	}
	.hm_counter_box, .overview_counter_box {
		padding: 20px 15px;
	}
	.hm_goldloan_calculator input {
		padding: 15px;
	}
	.mission_vision h2 {
    	margin: -35px 0 0 0;
	}
	.hm_counter h1, .hm_goldloan_calculator h2, .hm_chairman_msg h2, .hm_ceo_msg h2, .hm_gold_loan_process h2, .hm_branches h2, .hm_getintouch h2, .footer h3, .overview h1, .mission_vision h2, .registration_certificates h2, .cmd_profile h1, .awards_and_achievements h2, .directors h1, .services h1, .services_section1 h2, .services_section2 h2, .investors h1, .investors h2, .downloads h1, .gallery h1, .news h1, .disclaimer h1, .contact h1, .career h1, .career h2, .branches h1, .terms_conditions h1, .privacy_policy h1, .login_modal h4, .terms_conditions h2, .privacy_policy h2, .news_date span, .policy h1 {
    	font-size: 18px;
		line-height: 25px;
	}
	.hm_services h2, .hm_gold_loan_process_title, .hm_gold_loan_process_counter, .hm_getintouch span, .directors h3, .services_section2 h3, .modal-title, .services_modal h3, .investors h3, .investors .card-header a, .not_found p, .contact_address h4, .terms_conditions h3, .privacy_policy h3, .policy h3 {
		font-size: 16px;
	}
	.hm_branches_title h3, .investors_table table thead tr th, .directors h3 span, .career h3, .contact_address h5, .contact_address h5 a, .contact_form label, .branches_title h3, .branch_address h3, .gallery_title h3 {
		font-size: 14px;
	}
	.investors_table table thead tr th, .investors_table table tbody tr td, .services_modal table thead tr th, .services_modal table tbody tr td {
    	padding: 8px 10px;
	}
	.news h3, .news_date, .latest_news span {
		font-size: 12px;
		line-height: 20px;
	}
	.hm_goldloan_calculator {
		background-attachment: scroll;
	}
	.login_modal img {
		width: 250px;
	}
	.hm_branches_title h4, .branches_title h4, .gallery_title h4 {
		font-size: 11px;
	}
	.investors_download_box img, .download_box img, .policy_download_box img {
		width: 50px;
		padding: 10px;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.logo img {
		width: 200px;
	}
	.s_menu_bg {
		padding: 5px 10px;
	}
	.hm_services_textbg {
		padding: 20px;
	}
	.hm_chairman_msg, .hm_ceo_msg {
		border: none;
	}
	.hm_chairman_msg img, .hm_ceo_msg img, .cmd_profile img {
		width: 300px;
		margin: 0 auto;
    	display: block;
		position: -webkit-static;
		position: static;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.copyright hr {
		display: none;
	}
	.useful_links {
		background: #0a8ddc;
		padding: 8px;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.send_btn {
		width: 100% !important;
		float: left;
		text-align: center;
		font-size: 13px;
	}
	.footer ul li a {
		border-bottom: 1px solid #0a8ddc;
	}
	.xsm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.xxsm-100 {
		width: 100%;
	}
}