
body { /*29jul24*/
	font-family: 'Jost', sans-serif;
	 font-family: "Montserrat", sans-serif;
	line-height: 1.5;
	font-size: 15.5px;
	font-weight:500;
	color:#222222;
}
@media(max-width:1500px) {
 body {
 font-size: 15px;
}
}
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:600;
}
/* 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.211em;
}
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;
	  font-weight: 400;
}
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;
}
/*17aug21*/
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 {    /*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 {  /*6aug24*/
	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 {  /*9aug24*/
	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;
}
}
.header_right {
	float:right;
	width: 69%;
}
.top_link {
	color: #fff;
	text-align: right;
}
.top_link .dropdown > a, .top_link > a {
	color: #fff;
	background-color: #06b56d;
	display: inline-block;
	padding:5px 14px 7px 18px;
	line-height: 1;
	/*width:75px;*/
	text-align:center;
	border-radius: 50px;
	margin: 0 5px;
	font-size: 18px;
}
 .top_link a.dropdown-toggle::after {
 top: 3px;
 position: relative;
 left: 2px;
 border-right: 0.27em solid transparent;
 border-bottom: 0;
 border-left: 0.27em solid transparent;
}
.top_link > a:last-child {
	background-color: #FCA332;
	border-color:#FCA332;
}
/* header .dropdown .dropdown-menu .dropdown-item:hover {
	font-size:19px;
} */
@media (min-width:1100px) {
 header .dropdown.show .dropdown-menu .dropdown-item:first-child,  header .dropdown .dropdown-menu .dropdown-item:first-child {
 margin-top:7px;
}
header .dropdown.show .dropdown-menu, header .dropdown .dropdown-menu {
 min-width: 242px;
}
}
.top_link .dropdown-menu .dropdown-item img {
	width: 33px;
	margin: 0 10px 0 3px;
	border: solid 1px #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
	padding: 2px;
}
.header_left {
	/*padding: 25px 0 25px 30px;*/  /*30sep21*/ padding: 17px 0 25px 20px;
	float:left;
	width:21%;
	text-align:left;
}
.site_logo {
	display: inline-block;
	max-width: 270px;
}
@media (max-width: 1300px) {
 .header_left {
 width: 21%;
/* padding: 25px 0 25px 17px;*/    /*30sep21*/ padding: 15px 0 25px 20px;
}
 .header_right {
 width: 65%;
}
}
@media (max-width: 1100px) {
 .header_left {
 width: 34%;
		/* padding: 23px 0 14px 20px;*/   padding: 13px 0 14px 20px;  /*30sep21*/
}
}
@media (max-width:1199px) { /*19nov21*/
 .header_right {
 float:none;
 display:block;
 width:auto;
 height: 0;
 margin-left: 0px;
 margin-right: 0px;
 height: auto;
 padding: 0px 15px;
}
 .top_link {
 margin:0;
 float:none;
 width: 100%;
 text-align: left;
 padding: 0 15px;
 color: #fff;
 font-size: 22px;
 padding-top: 6px;
}
 .header_left {
 display: block;
 float: none;
 margin: 0px auto 0;
 text-align:center;
 width: 100%;
 padding: 10px 0 0px 0px;
}
 .site_logo {
 display: inline-block;
 margin: 0px 0 0px;
 max-width:200px;
}
}
header.shrink .header_body {
	height: 51px;
	/* background: #0033cc;*/  background: #0d2466;   /*1jun22*/
}
header.shrink .header_body .header_left {
	padding: 12px 0 12px 17px;
}
header.shrink .site_logo {
	margin: 0;
}
 @media (min-width: 1200px) {
header.shrink .site_logo {
 width: 250px;
 display: block;
}
}
@media(min-width:1201px) { /*19nov21*/
 header.shrink .top_link {
 display:block;
 top:10px;
}
 header.shrink .site_logo {
 width: 174px;
 display: block;
}
 header.shrink .nav_link {
 top: 3px;
}
 header.shrink .top_link .times {
 margin-top:0px;
}
}
@media(max-width:1199px) { /*19nov21*/
 header.shrink .site_logo {
 width:200px;
}
 header.shrink .site_logo img {
 max-width:100%;
}
 header.shrink .header_body .header_left {
 padding: 10px 0px 0px 0px;
}
}
.banner {
	position:relative;
}
.banner .carousel {
	background: #2f4357;
	margin-top: 0px;
}
.banner .carousel-item {
	text-align: center;
	min-height: auto;
}
footer {
	background:#0d2466 url(../images/ship_bg.webp) top center no-repeat;   /*8oct24*/
	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;
}
}
.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) { /*9dec21*/
 .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;
	}
}
.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 { /*14jan22*/
	background: #6699ff;
	border-radius: 50px;
	padding: 6px 10px 7px !important;
	margin-top: 9px !important;
	margin-left: 10px !important;
	color: #fff !Important;
	font-weight:400 !important;
	line-height:1;
	font-size:18px;
}
 @media (max-width:1199px) {
 .btn_nav {
 background: #0033cc;
 margin:15px 0 !important;
  padding: 6px 16px 7px !important; /*14jan22*/
}
 .nav_link ul li:last-child {
 border-bottom: none;
}
}

select.error, input.error{
	color:#000;
}
.red_close_icon{
	font-size: 20px;
	color:red;
}
.otherFileField{
	/* width: 70% !important; */
}
.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;
} 
 }

 .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;
}

.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;
}

.btn.empty,  .btn2.empty {
	background: transparent;
	border: solid 1px #0033CC;
	color: #0033CC !important;
}
.btn.empty:hover,  .btn2.empty:hover {
	background: #0033CC !important;
	border: solid 1px #0033CC !important;
	color: #fff !important;
}
/*training page popup css*/
.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_heading3{
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top: 0;
	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 (min-width: 1200px){
	.btn_nav.jobs {
	margin: 0 5px !important;
	}
}
@media (max-width: 576px){
	.btn_nav.jobs {
		padding: 6px 17px 7px !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;
}
}

.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;
  
  }
  .text_small,  small {
	font-size: 0.85em;
	line-height: 1;
  }
 
.tooltip ul{
	margin:0;
	padding:0 0 0 20px;
}
.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;
  }
 .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;
}
 
.home_pricing {
	padding:30px 0 0 0;
}
.home_pricing .pricing_plan_card{
	height:calc(100% - 15px);
	margin:15px 0 10px;
	padding:15px 0px 10px;	
}
.home_pricing .pricing_plan_card ul{
	margin:20px 0 ;
}
.home_pricing .pricing_plan_card ul li{
margin: 5px 12px 5px 12px;
display: inline-table;
padding: 0 0 0 30px;
font-weight:500;
}
@media (max-width:567px){
.home_pricing .pricing_plan_card{
	padding:15px 5px 10px;	
}
.home_pricing .pricing_plan_card .btn{
	font-size:15px !important;
}
.home_pricing .pricing_plan_card .employer_btn::after {
  margin: -2px 0 0 0;
}
.home_pricing .pricing_plan_card ul li{
	margin: 5px 35px 5px;
}
}
.main_heading3 em{
	font-style:normal;
	color:#b3a798;
	font-size: 0.93em;
	margin:0 0 0 10px;
}
.text_link, text_link:focus{
	color:#03c;
}
.text_link:hover{
	color:#03c !important;
	text-decoration:underline !important;
}
.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 !important;
	  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 !important;
  }
  .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 !important;
  }
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
   border-right-color: #69f !important;
  }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
   border-bottom-color: #69f !important;
  }
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
   border-left-color: #69f !important;
  }
.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;
}
}
img {
	height: auto;
}