/* Style-home.css */
/* .dropdown-backdrop{display:none;}
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
*/
 /*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}also use rgba to hex conertor*/
body { /*29jul24*/
	font-family: 'Jost', sans-serif;
	 font-family: "Montserrat", sans-serif;
	line-height: 1.5;
	font-size: 17px;
	font-weight:500;
	color:#222222;
}
@media(max-width:1500px) {
 body {
 font-size: 16px;
}
}
img {
	max-width:100%;
}
figure {
	margin:0;
	padding:0;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover, a:focus {
	color: #222;
	text-decoration: none;
	outline:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	line-height: 1.22;
	color: inherit;
}
strong {
	font-weight:700;  /*6aug24*/
}
/* Safari 11+ */
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-weight: 500;
}
strong {
 font-weight:500;
}
}
}
/* Safari 9+ */
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-weight: 500;
}
strong {
 font-weight:500;
}
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}
input:focus::-webkit-input-placeholder {
 color: transparent;
}
input:focus:-moz-placeholder {
 color: transparent;
}
input:focus::-moz-placeholder {
 color: transparent;
}
input:focus:-ms-input-placeholder {
 color: transparent;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form input[type="file"], form input[type="number"], 
form textarea, form select, input[type=text]:focus, .form-control, select.form-control:not([size]):not([multiple]) {   /*29jul24*/
	  width: 100%;
	  margin: 0 0 16px;
	  padding: 9px 12px;
	  border: solid 1px #ced4da;
	  border-radius: 3px;
	  font-size: 15px;   /*12aug24*/
	  line-height: 1.375;
	  height:auto;
}

form input[type="file"]{
	height:auto;
	font-size: 15px;  /*12aug24*/
	border-radius: 0;
}
@media (max-width:896px){  /*12aug24*/
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form input[type="file"], form input[type="number"], 
form textarea, form select, input[type=text]:focus, .form-control, select.form-control:not([size]):not([multiple]), form input[type="file"] {
	font-size:16px;
}
}
form select {
	background: #fff url(../images/select_bg_old.png) no-repeat;
	background-position: right center;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form textarea {
	height:150px;
}

form input[type="text"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="file"]:focus, form input[type="number"]:focus, form textarea:focus, form select:focus {
	outline:none;
}
form input[type="submit"], form input[type="button"], form input[type="reset"], button, .btn, a.btn,
a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]) {    /*29jul24*/
  padding: 13px 16px 13px;
  border-radius: 3px;
  background: #69f;
  color: #fff ;
  white-space: normal;
  line-height: 1;
  display: inline-block;
  margin: 0px 0 0;
  transition: 0.3s;
  font-size: 15px;
  border: solid 1px #69f;
  font-family: "Montserrat", sans-serif;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn img{
	margin:-2px 0px 0 5px;
}
.btn.icon_left img {
  margin: -2px 5px 0 0px;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px 10px !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.4rem !important;
}
.btn-lg span{
	text-transform:none;
}
.btn-sm, .btn-group-sm > .btn, .btn.btn-sm,
a.btn-sm:not([href]):not([tabindex]):hover, 
a.btn-sm:not([href]):not([tabindex]):focus, 
a.btn-sm:not([href]):not([tabindex]) {  /*12jun25*/
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-xs, .btn-group-xs > .btn, .btn.btn-xs,
a.btn-xs:not([href]):not([tabindex]):hover, 
a.btn-xs:not([href]):not([tabindex]):focus, 
a.btn-xs:not([href]):not([tabindex]) {  /*12jun25*/
  padding: 0.2rem 0.5rem;
  font-size: 0.79rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.clear_btn{
	background:#f3f2ee !important;
	border-color:#f3f2ee !important;
	color:#757575 !important;
}
form input.empty, a.empty {
	background: transparent !important;
	border: solid 1px #03c !important;
	color: #03c !important;
}
.bg3 input.empty, .bg3 a.empty {
	background: transparent !important;
	border: solid 1px #fff !important;
	color: #fff !important;
}
.btn.bg3 {
	border-color:#6699ff;
	background:#6699ff;
}
.btn.bg4 {  /*21feb22*/
	border-color:#06B56D;
	background:#06B56D;
}
form input[type="submit"]:hover, form input[type="reset"]:hover, form input[type="button"]:hover, button:hover, .btn:hover {
	color: #fff;
	transition: 0.3s;
	box-shadow:1px 0 4px rgba(0, 0, 0, 0.6);
}
button .fa, .btn .fa {
	font-size:15px;
	position: relative;
	margin:0 -9px 0 4px;
}
.btn3 {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 19px;
	border: solid 1px #0033CC;
	color: #0033CC;
	font-size: 14px;
	line-height: 1.1;
	transition:0.3s;
}
.btn3:hover {
	transition:0.3s;
	border: solid 1px #0033CC;
	background-color: #0033CC;
	color:#fff !important;
}
.btn_large {
	min-width: 264px;
	padding: 15px 40px 12px !important;
	border-radius: 40px !important;
	font-size: 23px !important;
}
.btn_medium {  
	padding: 9px 21px 9px !important;
}
.btn_small {   
	font-size: 13px !important;
	padding: 3px 10px !important;
	border-radius: 24px !important;
	line-height: 1;
	text-transform:uppercase;
}
.btn_small:hover {
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
button.btn_large .fa, .btn.btn_large .fa {
	font-size: 19px;
	position: relative;
	top: -2px;
	margin: 0 -10px 0 10px;
}
.bg1 {
	background: #0033CC !important; /*royal blue*/
	color:#fff !important;
}
.bg2 {
	background: #FCA332 !important; /*jade orange*/
	color:#fff !important;
}
.bg3 {
	background: #6699FF !important; /*sky blue*/
	color:#fff !important;
}
.bg4 {
	background: #06B56D !important; /*green*/
	color:#fff !important;
}
.bg5 {
	background: #e9f1ff; /*faded blue*/
}
.bg6 {
	background: #fdcd36; /*yellow*/
}
.bg7 {
	background:#F25944; /*red*/
}
.bg8 {
	background:#F25944; /*red*/
}
.bg9{
	background:#fff;
}
.bg10{
	background:#8154ef !important;    /*purple */
}
.bg11 {
	background: #edf6fa; /*faded blue-green*/    /*29jul24*/
}
.bg12{
	background:#f1f8f5;  /*faded  green*/    /*29jul24*/
}
.bg13{
	background:#f8f4f9;  /*faded  majenta*/    /*29jul24*/
}
.btn1 {
	color: #fff;
	text-align:right;
	background-color: transparent;
	display: inline-block;
	padding: 5px 10px 5px;
	line-height: 1;
	border: 1px solid #fff;
	border-radius: 50px;
	margin: 0 9px;
	font-size: 18px;
	font-family: Jost;
}
.btn1::after {
 background-image: url(../images/right_arrow.png);
 background-size: 15px 10px;
 background-repeat: no-repeat;
 display: inline-block;
 position: relative;
 width: 15px;
 height: 10px;
 margin-left: 5px;
 content: "";
 top: -1px;
}
.btn1:hover {
	background:#0033cc;
	border:1px solid #0033cc;
	color:#fff;
}
 @media (min-width: 1300px) {
 .container {
 width: 1300px;
 max-width: none;
}
}
 @media (max-width: 1299px) {
 .container {
 width: auto;
 max-width: none;
}
}
/*.sec_title {
	position: relative;
	margin-top: 20px;
}
.sec_title .sub_title {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
	padding: 4px 17px 1px;
}
.sec_title .sub_title {
	background: #F25944;
	color: #fff;
}
.sec_title .sub_title:before {
	font-family: FontAwesome;
	content: "\f0d9";
	position: absolute;
	left: -17px;
	top: -22px;
	font-size: 56px;
	z-index: 5;
	font-weight: 400;
}
.sec_title .sub_title:before {
	color: #F25944;
}
.sec_title .sub_title:after {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	right: -17px;
	top: -22px;
	font-size: 56px;
	z-index: 5;
	font-weight: 400;
}
.sec_title .sub_title:after {
	color: #F25944;
}
*/
.heading1 {
	font-size: 28px;
	color:#000;
	margin: 15px 0 15px;
	text-transform: capitalize;
}
 @media (max-width: 896px) {
 .heading1 {
 font-size: 25px;
 line-height: 29px;
 margin: 0 0 15px;
}
}
 @media (max-width: 480px) {
 .heading1 {
 font-size:	25px;
}
}
.banner {
	position:relative;
}
.banner .carousel {
	background: #2f4357;
	margin-top: 0px;
}
.banner .carousel-item {
	text-align: center;
	min-height: auto;
}
footer {
	background: #041a31; /*20jan26*/
}
@media (max-width:767px) {
	footer {
	/*background:#0d2466 url(../images/ship_bg_mobile.webp) top center no-repeat; */
	color:#fff;
	font-size: 15px;
	padding:0 0px;
	font-weight:400;
	background-attachment: fixed;
	background-size: cover;
	}
}
@media (min-width:768px) {
	footer {
	/*background:#0d2466 url(../images/ship_bg.webp) top center no-repeat;  */
	
	color:#fff;
	font-size: 15px;
	padding:0 0px;
	font-weight:400;
	background-attachment: fixed;
	background-size: cover;
	} 
}
footer a, footer a:focus, footer a:hover {
	color:#fff;
}
footer a:hover {
	text-decoration:underline;
}
.footer_content {
    padding:20px 70px 0px;
}
@media(max-width:1200px){
.footer_content {
    padding:20px 30px 0px;
}
}
@media(max-width:576px){
.footer_content {
    padding:20px 20px 0px;
}
}
.footer_content p{
	margin:25px 0;
}
.footer_content ul {
	list-style: none;
	padding: 0;
	margin:20px 0 0px 0;
}
.footer_content ul li {
  position: relative;
  padding: 0;
  display: block;
  margin: 0 0 10px;
}
/*.footer_content ul li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "FontAwesome";
  color: #919191;
  font-size: 14px;
  line-height: 1;
}
.footer_content ul li:first-child:before {
	display:none;	
}
.footer_content ul li:first-child {
	padding-left:0;	
}*/
.footer_content ul li a{
	margin-bottom:10px;
	display:inline-block;
	text-transform: capitalize;
	position: relative;
}
.footer_content ul li a:hover {
	transition: 0.3s;
}
.footer_content article{
	margin:10px 0 0 0;
}
.footer_content article h5{
	font-size:16px;
}
.footer_bottom {
	padding:12px;	
	background-color: transparent;
	border-top: 1px solid #ffffff47;
}
footer .media {
	margin:0px 0 0 0;
	padding: 0 0 0px 0px;
}
footer .media a {
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: relative;
    width: 35px;
    height: 35px;
    line-height:40px;
    background: #e2e2e2;
    color: #000;
	padding: 0 6px;
	margin:0 5px 0px;
}
footer .media a svg{
	height:18px;
	width:16px;
}
@media(max-width:767px){
	  footer .media{
		 text-align:center;
		 margin:20px 0 20px 0;
	 }
	  footer .media a{
		 text-align:center;
		 margin:0 12px 0px 0;
	 }
	 .footer_bottom{
		 font-size:14px;
	 }
	 
}
.block {
	padding:45px 0;
}
.block .col_center {
	text-align:center;
}
.block .col_center h2 {
	margin:15px 0px;
	font-weight: 400;
}
@media(max-width:896px) {
.block {
 padding:20px 0;
}
}
.header_body {
	background-color: transparent;
	padding: 0px 0px;
}
.nav_link ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.nav_link li {
	display: inline-block;
	padding:0;
}
.nav_link li a {
	text-transform: capitalize;
	font-size: 17px;
	padding: 11px 15px 11px;
	font-weight: 400;
	display:block;
	position: relative;
	margin: 0 3px;
	color: #fff;
}
.nav_link > ul > li {
	float:left;
}
@media(max-width: 1300px) {
 .nav_link li a {
 font-size: 17px;
 margin: 0 0px;
}
 .top_link a {
 font-size: 18px;
}
}
@media(min-width: 1300px) {
 .nav_link > ul > li {
 margin: 0 7px;
}
 .nav_link li a {
 padding: 9px 14px 11px;
}
}
.banner .container {
	position: absolute;
	top: 50%;
	transform: translate(0, -40%);
	left: 0;
	color: #fff;
	right: 0;
}

@media (max-width:1200px) {
 .owl-carousel .owl-item img {
 margin: 0 0 0 0;
 background:#fff;
}
}

.owl-carousel .owl-item {
	background:transparent;
}
.nav_icon, .nav_close, .mobile_logo {
	display: none;
}
 @media (max-width:1199px) { 
 .banner {
 margin-top:89px;
}
 .banner .container {
 position: static;
 transform: translate(0, 0);
 background-color: #4aaefa;
 text-align: center;
 padding-bottom: 13px;
 padding-top: 12px;
}
} 
@media (max-width:1199px) {
 .nav_icon {
 display: inline-block;
 cursor: pointer;
 color: #fff;
}
 header {
 position: static;
}
 .header_body {
 padding: 0;
 overflow:inherit !important;
background: #0d2466;
 height: 89px !important;
}
 .nav_link ul, .nav_link ul li {
 display: block;
 float: none;
}
 .nav_link ul li {
 border-bottom:1px solid rgba(255, 255, 255, 0.3);
}
 .nav_link {
 position: fixed;
 left: 0;
 right: 0;
 top: 0 !important;
 bottom: 0;
 background-color:#6699FF;
 z-index: 11111;
 display: none;
 overflow:auto;
}
 .nav_link li a {
 display: block;
 text-align: center;
 border: none !important;
 font-size: 25px;
 padding: 14px 16px;
}
 .nav_link ul {
 position: relative;
 margin:10px 28px 0 28px;
}
 .nav_close {
 font-size: 32px;
 position: absolute;
 color: #fff;
 right: 15px;
 top: 5px;
 display: block;
 cursor: pointer;
 z-index: 1111;
}
 body.nav-open {
 overflow: hidden;
 height: 100%;
}
 .mobile_logo {
 display: block;
}
 .mobile_logo .site_logo, header.shrink .mobile_logo .site_logo {
 margin-top: 52px;
 margin-bottom: 50px;
 margin-right: -21px;
}
 .nav_link {
 text-align: center;
 right:0px !important;
}

}
.grey_bg {
	background-color: #f5f5f5;
}
.margin_s {
	margin-top: 52px !important;
}
 @media(max-width:767px) {
 .margin_s {
 margin-top: 25px !important;
}
}
.nav_link ul li ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:500;
	min-width:210px; /*14jan21*/
	display:none;
}
.nav_link ul li ul.active {
	display:block;
}
.nav_link ul li ul li {
	display: block;
	float:none;
	background-color: #6699ff;/*border-bottom:solid 1px rgba(0, 0, 0, 0.1);*/
}
.nav_link ul li ul li a {
	font-weight:400;
	display: block;
	color:#fff;
	margin:0px 8px;
	border-bottom:solid 1px rgb(219, 219, 219);
	padding: 8px 3px;
	font-size: 17px;
	font-weight:normal;
}
.nav_link ul li ul li:last-child a {
	border: none;
}
.nav_link ul li ul li a:hover {
	text-decoration: none;
	background:transparent;
}
.nav_link ul li ul li:last-child {
	border-bottom:none;
}
.hassub > a {
	cursor:pointer;
}
 @media(min-width:1201px) {
 .nav_link ul li ul {
 display:none;
 padding-top: 5px;
 box-shadow:0 7px 4px rgba(0, 0, 0, 0.4);
}
 .nav_link > ul >li:hover > ul {
 display:block;
}
 .nav_link ul li ul li.hassub:after {
content: '\f107';
 font-family: fontawesome;
 position:absolute;
 right:10px;
 top:15px;
 color:#fff;
 font-size:14px;
}
 .nav_link ul li ul li ul { 
 left:100%;
 top:-5px;
 position:static;
 box-shadow:none;
 padding: 8px 8px 0;
 border-radius:0;
}
 .nav_link ul li ul li ul li {
 background-color: #366ad3;
}
 .nav_link ul li ul li:last-child {
 border-radius: 0 0 4px 4px;
}
 .nav_link ul li ul li:first-child {
 border-radius: 4px 4px 0 0;
 position:relative;
}
 .nav_link ul li ul >li:first-child:before {
 content: "";
 position: absolute;
 top: -15px;
 left: 20px;
 width: 0;
 height: 0;
 border-left: 11px solid transparent;
 border-right: 11px solid transparent;
 border-bottom: 16px solid #6699ff;
}
.nav_link ul li ul ul>li:first-child:before {
 display:none;
}
 .nav_link ul li ul li a {
 transition: 0.4s;
}
 .nav_link ul li ul li a:hover {
 padding-left: 6px;
 transition: 0.4s;
}
}
 @media (max-width:1199px) {
 li.hassub > a:after {
 content: '\f107'; 
 font-family: fontawesome;
 font-size:15px;
 color: #fff;
 position: absolute;
 top: 12px;
 right: 8px;
 font-weight: normal;
}
 li.up > a:after {
 content: '\f106';
 font-family: fontawesome;
 font-size: 15px;
 color:  #fff;
 position: absolute;
 top: 12px;
 right: 8px;
 font-weight: normal;
}
 .nav_link ul {
 text-align:center;
}
 .nav_link ul li ul {
 position:static;
 margin-bottom: 15px;
 background: rgba(0, 0, 0, 0.1);
}
 .nav_link ul li ul li ul {
 margin-bottom: 0px;
 }
 .nav_link > ul > li.hassub {
 position: relative;
}
 .nav_link > ul > li > a {
 position:relative;
 display:inline-block;
}
 .nav_link > ul > li.hassub > a:after {
 content:"\f107";
 font-family: "FontAwesome";
 color:#fff;
 font-size: 20px;
 position: absolute;
 right: 0px;
 top:24px;
}
 .nav_link > ul > li.hassub.up > a:after {
    content: '\f106';
}
}
/*12jan24   footer removed*/
header {
	padding: 0px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11111;
	background-color: transparent !important;
}
header.shrink{
	position:fixed;
}
.header_body {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	transition: 0.9s;
	text-align: center;
	height: 90px;
}
header .container {
	position: relative;
}
@media(max-width: 1200px) {
header {
 padding: 0px 0;
}
}
@media(min-width: 1200px) {
 .top_link {
 position: absolute;
 right: 20px;
 top: 18px;
 z-index: 11;
}
 .nav_link {
 padding-right: 245px;
}
}
 @media(min-width: 1300px) {
 .nav_link {
 padding-right: 232px;
}
}
@media(min-width:1199px) {
 .nav_link {
 position: absolute;
 right: 0;
 top: 11px;
 line-height:initial;
}
header.shrink  .nav_link {
	 position: fixed;
}
 header:before {
 content: "";
 position: absolute;
 right: 0;
 top:42px;
 width: 50%;
 height: 46px;
}
header.shrink:before {
 display:none;
}
}
@media(min-width:1200px) {
 .nav_link {
 height: 46px;
}
}
@media(max-width: 1200px) {
 .nav_link li a {
 padding:11px 14px 11px;
}
 .top_link {
 padding: 0px 0 0;
}
 .nav_link {
  min-height: initial;
}
 header:before {
 top: 45px;
 display: none;
}
 .top_link a:last-child {
}
 .nav_link:before {
 border-bottom: 41px solid #03c;
}
}

@media(max-width:1199px) {
 header {
 position:fixed;
 padding:0px 0 0 0;
 background:#0d2466 !important;
}
 .top_link {
 text-align: right;
 padding: 7px 0 0;
}
 .nav_icon {
 text-align: left;
 float: left;
 margin: 5px 0 0 5px;
}
 .top_link a {
 font-size: 18px;
 padding: 5px 14px 7px 18px;
 line-height: 1;
 margin: 0 6px;
}
 .nav_link li a {
 color: #fff;
 font-size: 26px;
 padding: 19px 30px;
}
 .nav_link ul li ul li a, .nav_link ul li ul li {
 background-color: transparent;
}
 .nav_link ul li ul li a {
 color: #fff;
 font-size: 21px;
}
}
@media(max-width:896px) {
 .banner_content br {
 display:none;
}
}
.p50 {
	padding:50px;
}
@media(max-width:480px) {
 .banner_content {
 font-size: 12px !important;
}
}
@media(max-width:767px) {

 .banner_content {
 font-size:20px;
}
}
/****register modal-box-css***/
.register_modal .modal {
	z-index: 99999;
}
.register_modal .modal-dialog {
	transform: translate(-50%, -50%) !important;
	top: 50%;
	margin: 0;
	left: 50%;
}
.register_modal .btn {
	text-transform:capitalize;
}
.register_modal a {
	color: #669aff;
	text-decoration: none;
}
.register_modal .btn-link {
	font-size:0.95em;
	margin:10px 0 0 0;
	display:inline-block;
}
.register_modal h4 {
	font-size:0.95em;
	margin:10px 0 0 0;
}
.register_modal.modal {
	opacity: 1 !important;
}
.register_modal .modal-body {
	padding: 10px 0 10px 0;
	margin: 0;
	overflow: auto;
	max-height: 92vh;
}
.register_modal p {
	margin: 0 0 4px;
}
.register_modal p label {
	font-weight: 400;
	margin-left: 8px;
	font-size: 14px !important;
	margin-bottom: 0;
}
.register_modal p input {
	position: relative;
	top: 2px;
}
.register_modal h5 {
	font-weight: 400;
	font-size: 18px;
	margin: 10px 0;
	line-height: 1.2;
}
.register_modal .close {
	font-size: 38px !important;
	color: #38567d;
	opacity: 1;
}
.register_modal select {
	margin-bottom: 12px;
	padding-top: 7px;
}
.register_modal dl dt {
	padding: 15px 15px 0;
}
.register_modal .form_blocks div {
	padding-left: 15px;
	padding-right: 15px;
}
 @media(max-width:896px) {
 .register_modal dl dt {
 text-align:center;
}
 .register_modal dl dt img {
 width: 219px;
 margin: 0 auto;
}
}
@media(min-width: 768px) {
 .register_modal dl {
 display: table;
 width: 100%;
 margin: 0;
 padding: 0px 0 0px 10px;
}
 .register_modal dl dt {
 display: table-cell;
 width: 50%;
 position: absolute;
 background-color: #ccc;
 overflow: hidden;
 float: left;
 bottom: 10px;
 top: 10px;
 padding: 0;
}
 .register_modal dl dt img {
 max-height: 101%;
 max-width: none;
 transition: .3s;
 width: auto;
 min-width: 100%;
 min-height: 100%;
 position: absolute;
 top: 50%;
 left: 50%;
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 margin: auto;
}
 .register_modal dl dd {
 display: table-cell;
 width: 50%;
 vertical-align: top;
}
}
.register_modal dl dd {
	display: table-cell;
	width: 50%;
	padding:10px 0 10px 0;
}
.register_modal .modal-dialog {
	max-width: 800px;
	width: auto;
}
.register_modal dl dd .modal-body {
	padding-top:0;
	padding-bottom:0;
}
.register_logo {
	max-width:62%;
	margin:0 0 15px 0;
}
.register_modal .modal-content .close {
	font-size: 37px !important;
	top: -20px !important;
	position: absolute !important;
	right: -10px !important;
	font-weight: normal !important;
	border-radius: 50%;
	border: solid 1px #646464;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	z-index: 10 !important;
}
 @media(max-width:767px) {
 .register_modal .modal-body {
 padding: 0;
}
 .register_modal dl {
 max-height:96vh;
 overflow:auto;
}
 .register_modal .modal-content .close {
 top: -6px !important;
 right: 3px !important;
}
}
.required + label, .form_blocks .required + label, .input_animate + label, .form_blocks .input_animate + label {
	position: absolute;
	left: 28px;
	right: 40px;
	text-align: left;
	color: #7a7a7a;
	background: #fff;
	z-index: 100;
	padding: 0 5px 0 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px; 
	letter-spacing: 0px;  
	font-weight: normal;
	margin: 0;
	top: 9px;
	transition: 0.1s ease-in;
	border-radius: 5px;
}
.required + label.label_up, .input_animate + label.label_up {
	top:-10px !important;
	right:auto !important;
	padding-left:5px !important;
	font-size:11px !important;
	color:#6699FF !important;
	left:25px !important;
	padding-top: 2px;
	line-height: 12px;
	font-size: 11px;
	max-width: 85%;
	border-radius: 5px;
}
.login_modal .required + label.label_up, .login_modal .input_animate + label.label_up { 
	top: -11px !important;
	left: 68px !important;
}
.astrik:after, label.required:after {
	content: '*';
	font-size: 16px;
	color: red;
	margin: 0 0 0 2px;
	position: absolute;
}
label.required + label, .form_blocks label.required + label {
	display: none !important;
}
label.required + label span {
	display: none;
}
.required::-moz-placeholder {
color: #fff;
opacity: 0;
}
.required:-ms-input-placeholder {
color: #fff;
}
.required::-webkit-input-placeholder {
color: #fff;
}
.form_blocks {
	margin-top: 20px;
}
.form_blocks dl, .form_blocks dl dd, .form_blocks dl dt {
	position: relative;
}
.form_blocks label {
	margin: 10px 5px 10px 0;
	color: #3b82b5;
	line-height: 1;
}
.form_blocks dl dd .hint, .form_blocks dl dt .hint {
	position: relative;
	top: -14px;
}
.pass-div i.fa {
	margin-left: 0;
	cursor: pointer;
	position: absolute;
	right: 22px;
	top: 10px;
	z-index: 200;
}
.register_modal input[type=text], .register_modal input[type=email], .register_modal input[type=password], .register_modal input[type=search], .register_modal input[type=tel], .register_modal input[type=url], .register_modal select, .register_modal textarea, .register_modal input[type=date] {
	height: 39px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 10px;
	line-height: 1;
}
@media(max-width:1600px) {
 .app_download img {
 max-width:130px;
}
}
label i {
	color: red;
	margin: 0 0 0 5px;
	font-style: normal;
	font-size: 16px;
}
.fix_bottom {
	position:fixed;
	z-index:5000;
	border-radius:20px 20px 0 0;
	left: 0;
	right:0;
	bottom:0;
	height:0;
	background:#6699ff;
	color:#fff;
}
.fix_bottom.showbottom {
	height:auto;
	padding:15px;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
.fix_bottom article {
	max-width:1250px;
	margin:0 auto;
	text-align:center;
	line-height:1.2;
	font-size:16px;
}
@media(max-width:896px) {
 .fix_bottom article {
 font-size:15px;
}
}
.fix_bottom article p {
	margin:3px 0 0 0;
	display:inline-block;
}
.fix_bottom aside {
	font-size:16px;
	margin:10px 0 0 0;
}
.fix_bottom aside .btn {
	margin:0 0 0 10px;
	background:#fff;
	color: #6699ff !important;
	width:122px;
	font-size: 0.85em;
	line-height: 1.6;
	padding: 2px 0 0 0;
}
 @media (min-width:1200px) {
 .fix_bottom article {
 text-align:left;
}
 .fix_bottom aside {
 display:inline-block;
 font-size:16px;
 float:right;
 margin:0;
}
 .fix_bottom aside .btn {
 margin:0 0 0 20px;
 width:122px;
}
}
.fix_bottom aside .btn.btn_empty {
	background:transparent;
	border:solid 1px #fff;
	color:#fff !important
}

/*
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}*/


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.error {
	color: red;
	font-size: 14px;
}
#join_modal {
	padding:0 15px;
}
 @media(max-width:767px) {
 .fourstep_slider .carousel-indicators li.active {
 transform:scale(1.2);
}
}
.btn_cancel {
	color: #03c!important;
	background: none;
	border: none;
	padding-right: 17px;
	cursor: pointer;
	text-transform: uppercase;
}
.btn_cancel:hover {
	box-shadow:none;
}
.header_inner_f header {
	background-color:#03c !important;
}
.header_inner_f .inner_section {
	margin:92px 0 0;
}
 @media(max-width:896px) {
 .header_inner_f .inner_section {
 margin:0;
}
}
#shared-job .container {
	width:auto;
}
html {
	scroll-behavior: smooth;
}
.focus_btn {
	display: none;
}
@media(max-width:896px) {
 .focus_btn {
 border: #03c solid 1px;
 padding: 2px 20px;
 border-radius: 100px;
 font-size: 14px;
 margin: 10px;
 display: inline-block;
}
}
 @media(max-width:896px) {
 .mobile_hide {
 display:none;
}
}
@media(min-width:897px) {
 .desktop_hide {
 display:none;
}
}
@media(max-width:896px) {
 .table_mobile_block, .table_mobile_block tr, .table_mobile_block td, .table_mobile_block thead, .table_mobile_block tbody {
 display:block;
 text-align:center;
 width:auto;
}
}
.heighlight1 {
	color:#fdcd36; /* gold , yellow */
	clear:both;
}
.heighlight2 {
	color:#F25944; /* rose , red */
	clear:both;
}
.heighlight3 {
	color:#06B56D;/* jade , green */
}
.heighlight4 {
	color:#8c8c8c;/* dark gray */
}
.heighlight5 {
	color:#0086ff;/* bright blue */
}
.heighlight6 {
	color: #FCA332 !important;    /*jade orange*/
}
.heighlight7 {
	color:#0033CC !important;  /* royal , dark-blue */
}
.heighlight8 {
	color:#6699FF !important; /* sky , blue */
}
.pointer {
	width: 46px;
	height: 20px;
	position: relative;
	background: #fd5145;
	display: inline-block;
	color: #fff;
	padding: 0 0 0 5px;
	font-size: 14px;
	margin: 0 0 0 16px;
	text-align: left;
}
.pointer:after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 10px solid #fd5145;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.pointer:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 9px solid #366ad3; /*13jan21*/
	border-top: 12px solid transparent;
	border-bottom: 9px solid transparent;
}
@media (max-width:1200px) {
	.pointer{ /*14jan21*/
	position: absolute;
    top: 14px;
    margin: 0 0 0 25px;
	}
	 .pointer:before {
	 border-right-color: #537bce;
	}
}
.test_column {
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;
}
@media (max-width:600px) {    /*6sep21*/
 .test_column {
 padding-left: 0;
 padding-right: 0;
 text-align: center;
}
}
.test_column_content {
	width: 100%;
}
.test_image {
	float: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	clear: both;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: inline-block;
	margin-bottom:15px;
}
.test_image img {
	border-radius: 50%;
}
.test_headline {
	position: relative;
}
.test_headline p {
	padding:0px;
	height: 86px; /*6sep21*/
}
@media (min-width:601px) and (max-width:1100px) {    /*6sep21*/
 .test_headline p {
 padding:0px;
 height: 120px;
}
}
@media (max-width:768px) {
.test_headline p {
 height: 100px; /*6sep21*/
}
}
.test_headline .star {
	color:#fca332;
	margin-bottom:5px;
}
.test_headline .star i {
	margin:0px 2px;
}
.test_headline h3 {
	color:#ffffff;
	font-size:20px;
	margin-bottom:5px;
}
.test_headline small {
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
}
.profile_modalbody {
	padding-bottom:105px !important;
	min-height:80vh;
}
.view_profile_modal center {
	position: fixed;
	bottom: 0;
	right: 15px;
	left: 14px;
	background: #fff;
	height: 105px;
	border-radius:0 0 0 7px;
}
.profile_top {
	background: #0033CC;
	padding: 10px 15px 10px;
	color: #fff;
	margin:-15px -15px 20px;
	border-radius: 19px;
}
.view_profile_modal center p {
	margin: 1rem;
}
@media (max-width:896px) {
.profile_modalbody {
 padding-bottom:120px !important;
 min-height:90vh;
}
.view_profile_modal center {
 border-top: solid 1px #ccc;
 height: 120px;
}
}
@media (max-width:767px) {
 .table_block dl {
 margin:0;
}
 .table_block dl dd {
 padding:0;
 margin:0;
}
 .table_block dl dt {
 margin:0 0 15px 0;
}
}
@media (min-width:768px) {
 .profile_top {
 padding:14px 0px 14px;
}
.table_block {
 display:table;
}
.table_block dl {
 display:table-row;
}
.table_block dl dt {
 display:table-cell;
 vertical-align:top;
 padding:0 25px 0 15px;
}
.table_block dl dd {
 display:table-cell;
 vertical-align:top;
 padding:0 25px 0 26px;
}
.profile_top dl dd {
 transition: 0.2s ease-in;
 border-left: solid 1px rgba(255, 255, 255, 0.6);
}
}
.profile_top figure {
	width:100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 10px;
}
.profile_top h4 {
	text-transform:uppercase;
	font-size: 1em;
	font-weight: 500;
	letter-spacing:1px;
}
.profile_top h5 {
	margin:0;
	padding:6px 0;
}
.profile_top h5 strong {
	text-transform: capitalize;
	background: #fff;
	padding: 4px 10px 6px;
	font-weight:500;
	border-radius: 5px;
	display:table;
	color: #0033CC;
}
.profile_top h5 strong span {
	color:#6699ff;
	font-weight:normal;
	padding-left:10px;
	display:table-cell;
}
@media (max-width:767px) {
 .profile_top dt {
 text-align:center;
}
 .profile_top figure {
 display: inline-block;
 margin: 0 auto;
}
 .profile_top h5 strong {
 width: 100%;
 text-align: left;
 max-width: 300px;
 margin: 0 auto;
}
 .profile_top h5 strong span {
 width: 65%;
}
}
.info_list {
	list-style:none;
	padding:0;
	display:table;
	width:100%;
	border: 1px solid #ccc;
	border-radius:15px;
}
@media (max-width:767px) {
	.info_list {
		line-height:1.2;
	}	
}
.info_list li {
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 10px 0;
	display: table-row;
	width:100%;
}
.info_list li:last-child {
	border:none;
}
.info_list li strong, .info_list li span {
	display: table-cell;
	word-wrap: break-word;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 10px 0;
}
.info_list li:last-child strong, .info_list li:last-child span {
	border-bottom: none;
}
.info_list li strong {
	width: 30%;
	text-transform: capitalize;
	background:#E3E6EF;
	padding: 10px 10px;
}
.info_list li:first-child strong {
	border-radius:14px 0 0 0;
}
.info_list li:last-child strong {
	border-radius:0 0 0 14px;
}
.info_list li span {
	padding: 0 10px;
	width: 45%;
}
.info_list li span + span {
	margin-left:50px;
}
.info_list li {
	position: relative;
}
.listing_block {
	position:relative;
}
.main_heading + .listing_block {
	margin: 20px 0 0 0;
}
.listing_block a.btn_m {
	position: absolute;
	right: 5px;
	top: -1px;
	z-index:30;
}
.red_c {
	color: red;
}
.info_list ul {
	padding-left: 15px;
	padding-top: 10px;
}
.info_list ul li {
	border:none;
	margin: 0;
}
.info_list ul li i {
	font-style: normal;
}
.info_list ul li:last-child {
	border: none;
}
.alerts_block, .listing_block {
	max-width: 520px;
	margin: 0 35px 0 0;
}
@media (min-width:1400px) {
 .alerts_block, .listing_block {
 width: 31%;
 max-width: 560px;
 margin: 0 2.3% 0 0;
}
}
@media (min-width:991px) and (max-width:1200px) {
 .alerts_block, .listing_block {
 max-width: 521px;
 margin: 0 3% 0 0;
 width: 47%;
}
}
 @media (max-width:767px) {
 .alerts_block, .listing_block {
 max-width: none;
 width:100%;
}
}
.alerts_block.border, .listing_block.border {
	border:none !important;
}
.nextkin {
	float:left;
}
.list5 {
	list-style:none;
	padding:0 0 0 0px;
}
.list5 li {
	margin:0 0 10px 0;
}
.status_icon {
	font-size:13px;
}
.status_icon {
	font-size: 13px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
/*-----------------employer searches css start---------------------*/
.employe_card {
	float: left;
	border-radius: 10px;
	box-shadow: 0 0 4px rgb(0 0 0 / 30%);
	text-align: center;
	margin-top: 0;
	margin-bottom: 14px;
	transition: 0.3s ease;
	position: relative;
	background: #fff;
	position: relative;
	padding-bottom: 37px;
	height: 267px;
}
.employe_card {
	width: 238px;
	margin-left: 7px;
	margin-right: 7px;
}
@media (max-width:1300px) {
.employe_card {
 width: 228px;
 margin-left: 7px;
 margin-right: 7px;
}
}
.employe_card .card_title {
	text-transform: uppercase;
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 1em;
}
.employe_card ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
}
.employe_card .position_posted {
	padding-top: 15px;
	font-weight: normal;
	margin: 0px 10px 0;
	line-height: 1.1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_card .position_posted, .employe_card ul.position_posted {
	height: 108px;
	padding-top: 10px;
}
.employe_card ul li {
	display: block;
	padding: 0 0 2px;
	line-height: 1.3;
	text-transform: capitalize;
}
.employe_card .data_listing {
	margin: 10px 0 0 0;
}
.employe_card .edit {
	color: #818181;
	position: absolute;
	bottom: 44px;
	right: 2px;
	top: auto !important;
	z-index: 90;
	font-size: 24px;
	float: right;
	line-height: 24px;
	margin: 0 6px 0 0;
}
.employe_card .absolute_text {
	position: absolute;
	bottom: 0;
	padding: 10px;
	left: 0;
	right: 0;
	text-transform: capitalize;
	vertical-align: middle;
	border-radius: 0 0 10px 10px;
	background-color: #6699FF;
	color: #fff;
	margin: 5px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
}
.employe_card .round_pic {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	margin: 15px 0 -9px 0;
}
.search_card {
	padding:0 !important;
}
.employe_card ul li i {
	font-size:0.9em;
}
.jobmatch_card.positions {
	padding:10px 12px 10px;
}
.jobmatch_card.positions h3 {
	margin: 6px 0 9px 0;
}
.jobmatch_card.positions h4 {
	margin: 4px 20px 0px 0;
	font-weight:normal;
	font-size:1em;
}
@media(max-width:567px) {
 .jobmatch_card.positions {
 padding: 15px 0px 13px;
}
.jobmatch_card.positions h3 {
 margin: 6px 0 9px 0;
}
.jobmatch_card.positions h4 {
 margin: 0px 20px 0px 0;
}
.search_card {
 margin: 0 auto;
}
}
.jobmatch_card.positions ul {
	margin:0;
	float:left;
	list-style: none;
	padding:0;
}
.jobmatch_card.positions ul li {
	margin: 5px 0px 5px 0px;
	float:left;
}
.jobmatch_card.positions h5 {
	clear:both;
	font-weight:normal;
	font-size:1em;
}
.jobmatch_card.positions em {
	font-size: 0.90em;
	margin: 4px 0px 10px 0;
	display: block;
	color: #969696;
}
 @media(min-width:897px) {
 .jobmatch_card.positions em {
 float:right;
}
 .jobmatch_card.positions h4 {
 float:left;
}
}
.jobmatch_card.positions figure {
	border-radius: 0;
	overflow: hidden;
	float: left;
	margin:0;
	padding:0 15px 0 0;
	float:left;
	width:10% !important;
	text-align: left;
}
.jobmatch_card.positions figure img {
	width:65px;
}
.jobmatch_card.positions dt {
	width:14%;
	font-weight:normal;
}
.jobmatch_card.positions dd {
	width:25%;
	float:left;
	padding:0 15px;
	margin:0;
}
@media (min-width:897px) {
.jobmatch_card.positions dd:nth-child(4) {
 width: 38%;
}
}
.jobmatch_card.positions dd:last-child {
	width:13%;
	float:left;
	font-weight:normal;
	margin:0;
}
.jobmatch_card.positions dd strong, .jobmatch_card.positions dt strong {
	display:block;
	margin:5px 0 5px 0;
}
.jobmatch_card.positions dd div {
	overflow:hidden;
}
@media(max-width:896px) {
 .jobmatch_card.positions figure {
 width: 18% !important;
}
 .jobmatch_card.positions dt {
 width:32%;
}
 .jobmatch_card.positions dd, .jobmatch_card.positions dd:last-child {
 width:50%;
}
}
@media(max-width:567px) {
 .jobmatch_card.positions dd {
 width:100%;
 float:none;
 display:block;
}
 .jobmatch_card.positions dd strong {
 display:block;
 margin:5px 0 0px 0;
}
 .jobmatch_card.positions figure {
 width:auto !important;
 padding:0 20px 10px 15px;
}
 .jobmatch_card.positions dt {
 width:60%;
}
}
.alert-secondary {
	color: #8291bc;
	background-color: #f0f1f6;
	border-color: #d6d8db;
}
.alert-success {
	color: #06b56d;
	background-color: #daf4e9;
	border-color: #c3e6cb;
}
.alert-danger {
	color: #f25944;
	background-color:#fcdeda;
	border-color: #f5c6cb;
}
.alert {
	padding-left: 48px;
	position: relative;
	margin-bottom:25px;
}
.alert .fa {
	font-size: 24px;
	position: absolute;
	top: 10px;
	margin: 0 6px 0 0;
	left: 15px;
}
.alert::before {
 font-size: 24px;
 position: absolute;
 top: 7px;
 margin: 0 6px 0 0;
 left: 15px;
 font-family:FontAwesome;
}
.alert-secondary::before {
 content:'\f06a';
}
 .alert-success::before {
 content:'\f058';
}
 .alert-danger::before {
 content:'\f071';
}
.alert-warning::before {
	content:'\f0a4';
	font-size: 22px;
}
.btn_nav {
	background: #6699ff;
	border-radius: 50px;
	padding: 6px 10px 7px !important;
	margin-top: 9px !important;
	margin-left: 10px !important;
	color: #fff !Important;
	font-weight:400 ;
	line-height:1;
	font-size:18px;
}
 @media (max-width:1199px) {
 .btn_nav {
 background: #0033cc;
 margin:15px 0 !important;
 padding: 6px 16px 7px !important;
}
 .nav_link ul li:last-child {
 border-bottom: none;
}
}
select.error, input.error{
	color:#000;
}
.top_link .btn{
	margin:0;
	font-size:15px;
	padding: 6px 15px 6px 15px
}
.icon_left i, .icon_left img{
	margin: 0 7px 0 0px !important;
}
.btn.bg4{
	border:none;
}
.block3{
	padding:20px 0;
}
.width_large{
	padding:0 70px;
}
 @media (max-width:1300px) {
	.width_large{
	padding:0 20px;
} 
 }
.text_link, text_link:focus{
	 color:#03c;
 }
.text_link:hover{
	 color:#03c;
	 text-decoration:underline;
 }
  .pf_view_uploaded_file{
	  display:inline-block;
  }
 @media (max-width:991px){
	 .otherFileField{
	 width:100% !important;
	 }
	 .pf_view_uploaded_file{
		 display:block; 
		 margin:-10px 0 10px 0;
	 } 
 }
 
 
  .btn.empty,  .btn2.empty {
  background: transparent;
  border: solid 1px #0033CC;
  color: #0033CC !important;
}
 .btn.empty:hover,  .btn2.empty:hover {
  background: #0033CC;
  border: solid 1px #0033CC;
  color: #fff !important;
}
.landing_container {
	max-width:1600px;
	margin:0 auto;
	padding:0 70px;
}
@media (max-width:1024px) {
 .landing_container {
 padding:0 20px;
}
}
 .sub_heading {
  font-size: 1.0625em;
  margin: 15px 0 8px;
  text-transform: uppercase;
}
.second_heading {
  font-size: 1.0625em;
  margin: 15px 0 8px;
  color: #03c;
  line-height: 1.4;
}
.third_heading {
  font-size: 1.0625em;
  margin: 15px 0 8px;
  text-transform: none;
}
/* tabs css*/

.crew_tabs .nav-tabs{
	border:none;
	margin:0 0 0px 0;
}
.crew_tabs .nav{ 
	margin-right:10px;
}
.data_card article .nav-tabs li{
	margin-left:0;
}
.crew_tabs .nav > li > a, 
.btn_tab, .tabs_btn, a.btn_tab,
a.tabs_btn,  
.data_card article .nav-tabs li a,
.nav-tabs > li a   {  
    border-radius: 0px;
	padding: 7px 8px ; 
	color: #333;
	border: none;
	text-transform: uppercase;
	border:solid 1px #ccc;
	/*border-right:0;*/
	text-decoration: none;
	line-height: 1;
	display: inline-block; 
	cursor:pointer;  
	font-size:15px; 
	margin:5px 0 !important;
	float:left;
	color: #333 ;
	font-size: 14px;
	background:#fff;
}
.crew_tabs .nav > li > a.caps {
	text-transform:capitalize;
}
.crew_tabs .nav-tabs > li > a:hover{  
	 box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
}
.btn_tab:first-child, .tabs_btn:first-child, 
.crew_tabs .nav-tabs > li:first-child a,
.data_card article .nav-tabs li:first-child a,
.nav-tabs > li:first-child a { 
	border-radius:4px 0 0 4px;
}
.btn_tab:last-child, 
.tabs_btn:last-child  { 
	margin-right:15px !important;
	border-right:solid 1px #ccc;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.crew_tabs .nav-tabs > li:last-child a,
.data_card article .nav-tabs li:last-child a,
.nav-tabs > li:last-child a{ 
	border-right:solid 1px #ccc;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.crew_tabs .nav-tabs > li:last-child { 
	margin-right:15px !important;	
}
.crew_tabs .nav-tabs > li.active > a, 
.crew_tabs .nav-tabs > li.active > a:focus,
.crew_tabs .nav-tabs > li > a.active, 
 
.crew_tabs .nav-tabs > li > a.active:focus,
.btn_tab.active, .tabs_btn.active,
.nav-tabs > li > a.active, 
.nav-tabs > li > a.active:focus {
	color: #fff !important;
	cursor: default;
	border:solid 1px #69f; 
	background-color: #69f;
	text-decoration:none;	
}
.crew_tabs .nav-tabs > li.active > a:hover, 
.crew_tabs .nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:hover{
	box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
}
.btn_tab:hover, a.btn_tab:hover, 
.tabs_btn:hover, a.tabs_btn:hover{ 
	box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
}
.btn_tab.color_bg7, .tabs_btn.color_bg7{
	border-color:#03c;
}
.crew_tabs .tab-content{
	padding-top:10px;
}	
/* new css for larger tabs*/
.larger_tabs  {
	text-align:center;
	display:inline-block;
}
.larger_tabs .nav > li > a{
  margin-right: -1px !important;
  padding: 11px 19px;
  border: solid 1px #b9d4f2;
  font-size: 15px;
  color: #03c;
  font-size: 15px;
  background: #fff;
  font-weight: 500;
}
 .main_heading2{
	font-size:26px;
	text-transform:uppercase;
	text-align:center;
	font-weight:500;
	margin-bottom:15px;
	color:#000;
}
@media(max-width:1500px){
	.main_heading2{
	font-size:24px;
	}
	
}
.bg3 .main_heading2,
.bg1 .main_heading2{
	
	color:#fff;
}
.main_heading2 sup{
	font-size:15px;
	margin-left:3px;
}
.main_heading2 span{
	color:#fca332;
	
}
 .main_heading3{
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#000;
}
.main_heading3 span{
	color:#fca332;
}
@media (max-width: 576px){
	 .main_heading3{
	font-size:18px;
}
}
button .fa.left_icon, .btn .fa.left_icon {
  	font-size: 14px;
	position: relative;
	margin: 0 9px 0 -5px;
}
 .btn_nav.jobs {
  padding: 6px 24px 7px !important;
  margin: 0 !important;
  background: #69f;
}
@media(max-width:576px){
	 .btn_nav.jobs {
		  padding: 6px 17px 7px !important; /*8mar24*/
	 }
}
@media (min-width: 1200px){
	.btn_nav.jobs {
	 margin: 0 5px !important;
	}
}
.heading_top{
	font-size: 29px;
	font-weight: 500;
	color: #000;
	margin: 21px 0 20px 0;
	text-transform:none;  
}
.heading_top span{
	color:#fca332;
}
@media (min-width:992px) {
 .heading_top{
 margin:15px 0 25px 0;
 font-size: 39px;
 font-weight:normal; 
}
}

@media (min-width: 1200px){
.heading_top{
  font-size: 40px;  
  line-height: 1.1;
}
}
.tooltip ul{
	margin:0;
	padding:0 0 0 20px;
}
.multi_label {
  position: absolute;
  z-index: 100;
  background: #fff;
  left: 26px;
  font-weight: normal;
  color: #7a7a7a;
  top: 1px; 
  right:57px;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.1s ease-in;
  padding-right:10px;
  margin:0;
  line-height:1.2;
  height: 44px; 
  display: flex; 
  align-items: center; 
}
.multi_label:after{ 
content:'*';
color:red;
margin:-4px -2px 0 3px;
font-size: 16px;
display:inline-block;

}
.multi_label.label_up:after{
padding-top: 2px;
}
.only_animate.multi_label:after,
.only_animate .multi_label:after{
	content:'';
}
.multi_label.label_up {
top:-11px !important;
right:auto !important;
padding-left:5px !important;
left:21px !important;
font-size:11px !important;
color:#6699ff !important; 
border-radius:4px;
padding-right:5px ; 
height:auto;
padding-top:2px;

}
.select2-container{
	margin-bottom:19px;
	width:100% !important;
}
.info_dl {
  margin: -15px 0 15px 5px !important;
  padding-left: 20px;
  position: relative;
  display: block;
}
.info_dl input[type="radio"], .info_dl input[type="checkbox"] {
  margin: 0px 8px 0 0 !important;
  position: absolute;
  left: 0;
  top: 6px !important;
}
.fix_bottom article p {
  color: #fff;
}
.fix_bottom aside .btn{
	border:none;
}
.btn_nav.training {
    padding: 6px 24px 7px !important;
    margin: 0 0px !important;
    background: #69f;
}
@media(max-width:1200px) {
	.mobile_navhide {
	display:none !important;
   }
   .btn_nav.training {
    margin: 0 0px !important;
	}
   }
   @media(min-width:1200px) {
	.desktop_navhide {
	display:none !important;
   }
   } 
   .nav_link li a img{
	   width:33px;
	   height:33px;
	   margin:0 10px;
	   border:#fff solid 1px;
	   border-radius:100px;
   }
   @media (max-width:480px){
	.icon_links li a{
	 text-align: left !important;
	}
   }
.input-group.no_bg{
	 padding:0;
	 background-color:transparent;
 }
.training_btn_mob {
    padding: 9px 26px 9px 26px !important;
    line-height: 1;
    border-radius: 50px;
    margin: 13px 5px !important;
	font-size:15px !important;
	
}
.school-link{
	color:#1957d1 !important; 
	text-decoration:none !important;
	cursor: pointer;
}
.main_heading3 em{
	font-style:normal;
	color:#b3a798;
	font-size: 0.93em;
	margin:0 0 0 10px;
}
.info {
  height: 20px;
  width: 20px;
  background: #0033CC;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  cursor: pointer;
}
button:focus{
	outline:none;
}
button.fa, .fa.info{
  padding: 0;
  background: transparent;
  color: #69f !important;
  border: none;
  margin: 0 5px 0 0;
  box-shadow: none;
  position: relative;
  top: -1px;
}
.tooltip-inner {
	padding:10px;
	background-color: #69f;
	opacity:1;
	text-align:left;
	font-family: 'Jost', sans-serif !important;
	font-size:16px;
	font-weight:400;
	max-width: 280px;
	border-radius:10px;
	line-height:1.2;
}
.tooltip.show {
	opacity: 1;
}
.tooltip.large-tooltip .tooltip-inner {
	max-width: 800px;
}
.tooltip.large-tooltip .tooltip-inner b {
	color:yellow;
}
.tooltip.skyblue .tooltip-inner {
	background-color: #6699ff;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	border-top-color: #0f3ac4;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #0f3ac4;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #0f3ac4;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #0f3ac4;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
 border-top-color: #69f;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
 border-right-color: #69f;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
 border-bottom-color: #69f;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
 border-left-color: #69f;
}
.inner_heading1 small{
text-transform:none;
}
.ex_large_text{
	font-size:2em;
}
.custom_ul {
	float: left;
	width: 33%;
}

.custom_ul {
	list-style: none;
	padding: 0;
	margin:8px 0 0px 0;
}
.custom_ul li {
  position: relative;
  padding: 0 0 0px 15px;
  margin-right: 11px;
  list-style:none;
  margin-bottom:10px;
}
.custom_ul li:before {
  content: "\f18e  ";
  position: absolute;
  left: 0;
  top: 7px;
  font-family: "FontAwesome";
  color: #919191;
  font-size: 10px;
  line-height: 1;
}
.custom_ul li ul{
	margin:0;
	padding:10px 0 0 5px;
}
.custom_ul li ul li:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 7px;
  font-family: "FontAwesome";
  color: #919191;
  font-size: 10px;
  line-height: 1;
}
.custom_ul li a{
	display:inline-block;
	text-transform: capitalize;
	position: relative;
}
.custom_ul li a:hover {
	color:#03c;
	transition: 0.2s;
}
@media(max-width:767px){
.custom_ul {
 	float: none;
 	width: 100%;
}
.custom_ul li{
	margin-bottom:15px;
}
}
@media(min-width:768px){
.footer_content > .row > .col-md-3{
	margin-right:30px;
}
}
img {
  height: auto;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 22px 50px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  border-radius: 0px !important;
  border:solid 3px #69f !important;
}
@media(max-width:1200px){
.btn-lg, .btn-group-lg > .btn {
  font-size: 16px !important;
}
}
.empty_btn{
	border-color:#fff !important;
	background:transparent !important;
}
@media(max-width:767px){
.btn_row {
	text-align:center;
}
.btn_row .btn{
	margin:0 0 15px 0;	
}
.btn-lg, .btn-group-lg > .btn {
  padding: 18px 30px !important;
  font-size: 16px !important;
  border-width:2px !important;
}
}
@media(min-width:768px){
.btn_row{
	display:flex;
	gap:30px;
}
}
.buttons.text-center .btn {
  margin: 0 10px;
}
@media (max-width: 576px) {
  .buttons.text-center .btn {
    margin: 5px 10px;
    width: 80%;
  }
}
.btn-lg.btn.bg4 {
 border: solid 3px #06B56D !important;
}


.text_md {
  font-size: 1.05em;
}








 
 