/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(ie8.css);
@import url(blocks.css);
@import url(plugins.css);
@import url(app.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

body { 
   font-family: Verdana,'Open Sans', sans serif;
   font-weight: 300;	
   color: #333; 
   font-size:1.73em /*16px*/;
   line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}


p
 { 
   color: #555;
}
label{
    /*font-weight: bold!important;*/
   color:#002663!important; 
}/*
p, 
label2 { 
   color: #fff;*/
}
li,
li a,
{ 
color: #3333FF;
}
a {
   color: #3333FF;
   text-decoration: underline;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
    /*added to offset the green*/
   
}
a:focus {
  text-decoration: underline;
}
a:hover {
   color: #cc0033/*cc092f*/;
   text-decoration: underline;
}
/*Font styling Underline, Bold and Italic*/
.txtline{
    text-decoration: underline;
}
/*Font highlight colors*/
.fntlmhglt{
    background-color: lime;
}
.fntyllhglt{
    background-color: yellow;
}
/*Font styling strike through*/
.txtstrike{
    text-decoration: line-through; 
}
.txtbl2{
    color:#0085ad;
    font-size: 4rem;
    font-weight: bold;}
.txtbl-md{
    color:#0085ad;
 
}
.txtwht2{ color: white!important;
  font-size: 4rem;
    font-weight: bold;
}
.txtwhite{ color: white!important;
}
/*--------------------ARH----------------*/
.arh-link li a{
    color:#eee;

/*------------------Image Padding ------------------*/
}
.imgpadding35{
    padding-right:35px;
}

/*Boxed Layout
------------------------------------*/
.wrapper {

}
.wrapper2 {
  background: #0072cf;
}
.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Pre 
pre {
    display: block;
    padding: 14px;
    margin: 0 0 14.5px;
    font-size: 16px;
    line-height: 1.72222;
    word-break: break-all;
    word-wrap: break-word;
    color: inherit;
    background-color: #fff;
    border: 1px solid #373737;
    border-radius: 4px;
}*/
/*Main Styles
------------------------------------*/
}
.bullets-c {
    list-style:circle!important;
}
/*Purchase Block*/
.purchase {
	padding: 25px 0 30px;
	border-bottom: solid 1px #eee;
	background: url(../img/patterns/breadcrumbs.png) repeat;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}

.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
		font-size: 22px;
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #0072cf /*#72c02c*/;
	font-size: 35px;  
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #0072cf /*#72c02c*/;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
	color: #eee;
	font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
	margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
	padding: 8px 0;
	border-top: 1px solid #353535;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #eee;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 13px/*11px*/;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i  {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

.link-list li span  {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
	color: #555;
	font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
	/*color: #3498db;*/
	text-decoration: none;
}
.latest-tweets .latest-tweets-inner a:hover {
	text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
	top: 2px;
	float: left;
	color: #bbb;
	color: #55acee;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}

.latest-tweets .latest-tweets-inner small {
	color: #777;
	display: block;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0; 
}

.social-icons li a {
	margin: 0 3px;
}
/*******Nav Secondary**********/
ul.navSecondary li{
    list-style: none;
    /*padding: 0;*/
    display:block;
    padding:3px 5px;
    margin-bottom:-1px;
    margin-left: -38px;
    color:#002663;
}
.navSecondary a:hover{
    color:#cc092f;
}
ul.navSecondary li active{
    
/*background color:aqua;*/
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #0072cf /*#72c02c*/;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #0072cf /*#72c02c*/;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #5fb611;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}

.posts .dl-horizontal dt img { 
	width: 60px; 
	height: 60px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	color: #0072cf /*#72c02c*/; 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #0072cf /*#72c02c*/;
	border-color: #0072cf /*#72c02c*/ !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail { 
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #0072cf /*#72c02c*/;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #0072cf /*#72c02c*/ !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0; 	
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(../img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #0072cf /*#72c02c*/;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
} 
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #0072cf /*#72c02c*/;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}

.blog-photos li img {
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}

.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #0072cf /*#72c02c*/;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #0072cf /*#72c02c*/;
	border-top-color: #0072cf /*#72c02c*/;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #0072cf /*#72c02c*/;	
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.blog-twitter .blog-twitter-inner a {
	color: #0072cf /*#72c02c*/;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li { 
	margin-bottom: 6px;
}
.who li i { 
	color: #0072cf /*#72c02c*/; 
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative; 
}
.who li:hover i, 
.who li:hover a { 
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size { 
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: none !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	display: block;
	font-size: 20px;
	font-weight: 200; 
	margin: 20px 0 15px;
}

.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #0072cf /*#72c02c*/;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 15px;
	}
}
.otherlocationstitle{
	font-size:2.34em;
	font-weight:400;
    color:#0066cc;
    text-transform: uppercase;

}
.block-blockquote {
	margin: 20px 0; 
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px; 
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #0072cf /*#72c02c*/;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #eee;
}

@media (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;    
  	}
}

@media (max-width: 450px) { 
	.line-icon-page .item-box { 
		height: 130px;     
	} 
} 

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: #0072cf /*#72c02c*/;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
	margin-bottom: 20px;
}

.icon-page-fa .item-box {
	float: left;
	height: 100px;
	width: 16% !important;
}

.icon-page-fa .item {
	font-size: 12px;
}

.icon-page-fa .item i {
	color: #555;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-page-fa .item-box {
		width: 20% !important;
	}
}

@media (max-width: 600px) {
 .icon-page-fa .item-box {
  width: 30% !important;
 }
}

@media (max-width: 400px) {
 .icon-page-fa .item-box {
  width: 50% !important;
 }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 18px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: #0072cf /*#72c02c*/;
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
	  width: 12.5%;
	}
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
	width: 170px;
	height: 100px;
	padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
	height: 40px;
	display: block;
}

.demo-pro-glyphicons span:before {
	color: #555;
	padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
	font-size: 22px;
}

/*Glyphicons Pro Halflings*/
.demo-pro-glyphicons span.halflings {
	height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
	padding: 10px 70px;
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%; 
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);   
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;	
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-block-v2 .easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);   
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #cc092f;
	padding: 30px 20px 20px;
}

.easy-block-v3.first { 
	background: #d7d7d7; 
}
.easy-block-v3.second { 
	background: #d7d7d7; 
}
.easy-block-v3.third { 
	background: #d7d7d7; 
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*=== Colored Blocks - WebAdvisor====*/
------------------------------------*/
.webadvisor-block {
	text-align: left;
	background: #cc092f;
	padding: 30px 20px 20px;
}

.webadvisor-block.first { 
	background: #696f77; 
}
.webadvisor-block i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.webadvisor-block .inner-faq-b {
	overflow: hidden;
}

.webadvisor-block .inner-faq-b h2,
.webadvisor-block .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.webadvisor-block .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.webadvisor-block .inner-faq-b h2,
.webadvisor-block .inner-faq-b h3,
.webadvisor-block .inner-faq-b p {
	color: #fff;
}


/*=== Colored Blocks - Blackboard====*/
------------------------------------*/
.blackboard-block {
	text-align: left;
	background: #e0ded9;
	padding: 30px 20px 20px;
}

.blackboard-block.second { 
	background: #707780; 
}
.blackboard-block i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.blackboard-block .inner-faq-b {
	overflow: hidden;
}

.blackboard-block.inner-faq-b h2,
.blackboard-block .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.blackboard-block .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.blackboard-block .inner-faq-b h2,
.blackboard-block .inner-faq-b h3,
.blackboard-block .inner-faq-b p {
	color: #fff;
}

/*=== Colored Blocks - Eagle Mail====*/
------------------------------------*/
.eaglemail-block {
	text-align: left;
	background: #cc092f;
	padding: 30px 20px 20px;
}

.eaglemail-block.third { 
	background: #787f88; 
}

.eaglemail-block i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.eaglemail-block .inner-faq-b {
	overflow: hidden;
}

.eaglemail-block .inner-faq-b h2,
.eaglemail-block .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.eaglemail-block .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.eaglemail-block .inner-faq-b h2,
.eaglemail-block .inner-faq-b h3,
.eaglemail-block .inner-faq-b p {
	color: #fff;
}


/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}	

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #555;
}

.simple-block .carousel-indicators li {
	border-color: #555;
}

.simple-block .carousel-inner > .item {
	margin: 0;
}

.simple-block .responsive-video {
	margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;	
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i { 
	background: #555;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff;}
.banner-info.light p { color: #eee;}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

.no-space-left {
	padding-left: 0;
	padding-right: 15px !important;
}

.no-space-right {
	padding-right: 0;
	padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
	border-top: none;
}

.social-contacts li i {
	color: #777;
	font-size: 13px;
	min-width: 13px;
	margin-right: 12px;
	text-align: center;
}

/*Status Bar
------------------------------------*/
.status-bar li {
	padding-left: 9px;
	border-left: 1px solid #eee;
}

.status-bar li:first-child {
	border-left: none;
}

.status-bar li i {
	color: #0072cf /*#72c02c*/;
	margin-right: 5px;
}

.status-bar li a:hover {
	text-decoration: none;
}

.status-bar-in {
	padding: 10px;
	position: relative;
	background: #f0f0f0;
}

.status-bar-in:after {
	width: 0; 
	height: 0;
	top: -10px;
	left: 50px;
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 11px solid #f0f0f0;	
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Share List*/
.share-list {
	margin-bottom: 0;
}

.share-list li {
	padding-left: 20px;
}

.share-list li:first-child {
	padding-left: 0;
}

.share-list li i {
	color: #0072cf /*#72c02c*/;
	margin-right: 5px;
}

/*People Say
------------------------------------*/
.people-say img {
	float: left;
	width: 40px;
	height: auto;
	margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
	font-weight: 700;
}

.people-say .overflow-h p {
	font-style: italic;
	line-height: 1.3;
}

.people-say .overflow-h small {
	text-align: right;
	font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
	width: 150px;
	height: auto;
	margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info - homepage News section*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background-image: url(../img/bg/stripes.jpg);
	
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #fff;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}
/*==================allied health=============================*/
.ah-info {
	position: relative;
	padding: 40px 0 50px;
	background-image: url(../img/bg/allied-health.jpg);
	
}

.ah-info .info-description {
	overflow: hidden;
}

.ah-info i.service-info-icon {
	color: #fff;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.ah-info .info-description h3 {
	margin: 0 0 10px;
}

.ah-info .info-description p {
	color: #777;
}
/*====== Feeds News Calendar Important Dates ============*/
.feed-info {
	position: relative;
	padding: 40px 0 50px;
	background-color: #0072cf;
	
}

.feed-info .info-description {
	overflow: hidden;
}

.feed-info i.feed-info-icon {
	color: #fff;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.feed-info .info-description h3 {
	margin: 0 0 10px;
}

.feed-info .info-description p {
	color: #777;
}


/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
  color: #555;
  font-weight: 200;
  margin-bottom: 5px;
}

.project-details strong {
  min-width: 100px;
  display: inline-block;
}

.project-details a {
  text-decoration: underline;
}


/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
  padding: 50px 0;
  background: url(../img/bg/stars-light.jpg) 50% 0 repeat fixed;  
}

.testimonials-bs .headline-center-v2 span.author {
  color: #792531/*#777*/;
  font-size: 16px;/*controls student name*/
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs .item {
  margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
  text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs .carousel-control-v2 i:hover {
  color: #0072cf /*#72c02c*/;
  border-color: #0072cf /*#72c02c*/;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left,
.testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

/*Team v1*/
.team-v1 li > h3 {
	color: #555;
}




.asks-inputs {
	left: 0;
	right: 0;
	bottom: -7px;
	padding: 20px 0;
	position: absolute;
	background: #0072cf;

} 
/*Job-Content
------------------------------------*/
.job-content .categories li {
	padding: 6px 0;
	border-bottom: 1px dotted #a8a8a8;
}

.job-content .hex {
	color: #999
}
/* ============== Font Colors ====================*/
.rdfnt{
    color:#cc092f;
}
.blfnt{
    color: #0072cf;
}
.drkblfnt{
    color:002663;
}
.drlrdfnt{
    color: #792531;
}
.whfnt{
    color:#ffffff;
    }
.fntblmd{
color: #0085ad!important;
}

/*===============spacers================*/
.leading10{
    margin-top:10px;
}
/*======================Video===================*/
.style_vid{
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
    
}


/*===============column================*/
.major
	{
		position: relative;
		text-align: center;
		border-top: solid 1px #ccc;
		top: 1em;
	}

		.major h2
		{
			background: #fff;
			position: relative;
			top: -0.65em;
			display: inline;
			margin: 0;
			padding: 0 1em 0 1em;
}

#main-wrapper
	{
		position: relative;
		background: #f7f7f7 url('images/bg02.png');
	}

		#main-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background: url('images/bg01.png');
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.1;
		}
		
		#main-wrapper .major
		{
		}
		
			#main-wrapper .major h2
			{
				background: #f7f7f7 url('images/bg02.png');
}
/*
.row>*{float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row:after{content:'';display:block;clear:both;height:0}.row:first-child>*{padding-top:0!important}
.row.flush{margin-left:0}.row.flush>*{padding:0!important}.row>*{padding-left:40px}.row+.row>*{padding:40px 0 0 40px}.row{margin-left:-40px}.row.half>*{padding-left:20px}.row+.row.half>*{padding:20px 0 0 20px}.row.half{margin-left:-20px}.row.quarter>*{padding-left:10px}.row+.row.quarter>*{padding:10px 0 0 10px}.row.quarter{margin-left:-10px}.row.oneandhalf>*{padding-left:60px}.row+.row.oneandhalf>*{padding:60px 0 0 60px}.row.oneandhalf{margin-left:-60px}.row.double>*{padding-left:80px}.row+.row.double>*{padding:80px 0 0 80px}.row.double{margin-left:-80px}
.not-desktop,.not-1000px{display:none!important}.only-mobile{display:none!important}
.\31 2u{width:100%}.\31 1u{width:91.6666666667%}.\31 0u{width:83.3333333333%}.\39 u{width:75%}.\38 u{width:66.6666666667%}.\37 u{width:58.3333333333%}.\36 u{width:50%}.\35 u{width:41.6666666667%}.\34 u{width:33.3333333333%}.\33 u{width:25%}.\32 u{width:16.6666666667%}.\31 u{width:8.3333333333%}.\-11u{margin-left:91.6666666667%}.\-10u{margin-left:83.3333333333%}.\-9u{margin-left:75%}.\-8u{margin-left:66.6666666667%}.\-7u{margin-left:58.3333333333%}.\-6u{margin-left:50%}.\-5u{margin-left:41.6666666667%}.\-4u{margin-left:33.3333333333%}.\-3u{margin-left:25%}.\-2u{margin-left:16.6666666667%}.\-1u{margin-left:8.3333333333%}*/
}
@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    /*    iPhone Retina display specific styles    */
}
}
/*==================Spacing========================*/
.mt-3{
    margin-top:1rem !important;
}
.mt-4{
    margin-top:1.5rem !important;
}
.mt-5{
    margin-top:3rem !important; 
}
.mb-3{
    margin-bottom:1rem;
}
.mb-4{
    margin-bottom:1.5rem;
}
.mb-5{
    margin-bottom:3rem; }
.mb-2 {
    margin-bottom: 0.5rem !important;
}
 .fw-thin {
	 font-weight : 100 !important ;
}
 .fw-lighter {
	 font-weight : 200 !important ;
}
 .fw-light {
	 font-weight : 300 !important ;
}
 .fw-normal {
	 font-weight : 400 !important ;
}
 .fw-medium {
	 font-weight : 500 !important ;
}
 .fw-semi-bold {
	 font-weight : 600 !important ;
}
 .fw-bold {
	 font-weight : 700 !important ;
}
 .fw-bolder {
	 font-weight : 800 !important ;
}
 .fw-black {
	 font-weight : 900 !important ;
}
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
/*===========================Headings 2=======================*/
.h4a{
    font-size:3rem;
        font-weight: 900;
    line-height: 1.2;
    color: #0085ad;
/*collapse*/
}

.collapse-wrapper {
  padding: 5px 15px;
}
.collapse-wrapper .collapse-head {
  text-decoration: none;
  color: #002663;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}
 .table-bordered > :not(caption) > * {
	 border-width : 1px 0;
}
 .table-bordered > :not(caption) > * > * {
	 border-width : 0 1px;
     border-color : #000!important;
}
.text-white{
    color:#fff!important;
}
 .table-responsive {
	 overflow-x : auto;
}
 @media (max-width: 575.98px) {
	 .table-responsive-sm {
		 overflow-x : auto;
	}
}
 @media (max-width: 767.98px) {
	 .table-responsive-md {
		 overflow-x : auto;
	}
}
 @media (max-width: 991.98px) {
	 .table-responsive-lg {
		 overflow-x : auto;
	}
}
     .table-fnt{
         font-size: 1.5rem;
     }
/*==============background=====*/
.bg-primary {
    background-color: #045bc1 !important;
}
.bg-secondary {
    background-color: #cc092f !important;
}
.bg-newbl{
    background-color:#0247b5;
}
.bg-newbl2{
    background-color:#0058eb;
}
  .bg-gray {
    background-color: rgba(224, 222, 217, 0.3)/*#e0ded9*/ !important;
}     .text-white {
    color: #fff !important;
}
.bg-gray2{
background-color:#f2f2f2 !important;
}

 .bg-brd-primary{
        border-color: 2px solid #045bc1 !impotant;
         border-radius: 5px;
  padding: 5px;
     }
/*========================borders==========================*/
.border-primary {
	 border-color : #045bc1 !important ;
}
 .border-secondary {
	 border-color : #666 !important ;
}
 .border-success {
	 border-color : #7ed321 !important ;
}
 .border-info {
	 border-color : #00d6ff !important ;
}
 .border-warning {
	 border-color : #ffbc3e !important ;
}
 .border-danger {
	 border-color : #d0021b !important ;
}
 .border-light {
	 border-color : #fafafa !important ;
}
 .border-dark {
	 border-color : #1c1c1c !important ;
}     
 /*    .display-4 {
    font-size: calc(1.5rem + 3.5388vw);
    font-weight: 900;
       line-height: 1;
}*/
.display-5 {
  font-size: 2.5rem; 
  font-weight: 400;
  line-height: 1.6;
    color:#002663;
}
.display-4 {
  font-size: calc(1.5rem + 0.5vw); 
  font-weight: 500;
  line-height: 1.5;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
/*
.display-1 {
  font-size: calc(2rem + 1.5vw); 
  font-weight: 700;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.8rem + 1vw); 
  font-weight: 600;
  line-height: 1.3;
}

.display-3 {
  font-size: calc(1.6rem + 0.8vw);
  font-weight: 600;
  line-height: 1.4;
}


}

.display-5 {
  font-size: calc(1.4rem + 0.3vw);
  font-weight: 500;
  line-height: 1.6;
}

.display-6 {
  font-size: calc(1.3rem + 0.2vw); 
  font-weight: 500;
  line-height: 1.7;
}

.display-7 {
  font-size: calc(1.2rem + 0.1vw); 
  font-weight: 400;
  line-height: 1.8;
}

.display-8 {
  font-size: calc(1.1rem + 0.1vw);
  font-weight: 400;
  line-height: 1.9;
}

.display-9 {
  font-size: calc(1rem + 0.1vw); 
  font-weight: 400;
  line-height: 2;
}

.display-10 {
  font-size: calc(0.9rem + 0.1vw);
  font-weight: 400;
  line-height: 2.2;
}

*/
/*==============================CARDS and col Layout======================*/
.btntxt{
    font-size: 1.5rem!important;
}

.col-sty {
	 overflow-wrap : break-word;
	 background-color : #fff;
	/* background-clip : border-box;
	 border : 1px solid rgba(0, 0, 0, .125);*/
     padding: 8px;
     margin:1em;
  

}
.h-100 {
    height: 100% !important;
     }
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom:15px;
    margin-left: 15px;}

 .card {
	 position : relative;
	 display : flex;
	 flex-direction : column;
	 min-width : 0;
	 overflow-wrap : break-word;
	background-color : #fff;
	 background-clip : border-box;
	border-top : 1px solid rgba(0, 0, 0, .125);
	 border-radius : 0.1875rem;
     margin-left:5px;
     margin-right:5px;
}

 .cardno {
	 position : relative;
	 display : flex;
	 flex-direction : column;
	 min-width : 0;
	 overflow-wrap : break-word;
	 /*background-color : #fff;*/
	 background-clip : border-box;
	  margin-left:5px;
     margin-right:5px;
}
 .card > hr {
	 margin-right : 0;
	 margin-left : 0;
}
 .card > .list-group {
	 border-top : initial;
	 border-bottom : initial;
}
 .card > .list-group:first-child {
	 border-top-width : 0;
	 border-top-left-radius : calc(0.1875rem - 1px);
	 border-top-right-radius : calc(0.1875rem - 1px);
}
 .card > .list-group:last-child {
	 border-bottom-width : 0;
	 border-bottom-right-radius : calc(0.1875rem - 1px);
	 border-bottom-left-radius : calc(0.1875rem - 1px);
}
 .card > .card-header + .list-group, .card > .list-group + .card-footer {
	 border-top : 0;
}
 .card-body {
	 flex : 1 1 auto;
	 padding : 2rem 2rem /*3rem 3rem*/;
}
 .card-title {
	 margin-bottom : 1rem;
}

 .card-subtitle {
	 margin-top : -0.5rem;
	 margin-bottom : 0;
}
 .card-text:last-child {
	 margin-bottom : 0;
}
 .card-link:hover {
	 text-decoration : none;
}
 .card-link + .card-link {
	 margin-left : 3rem;
}
 .card-header {
	 padding : 1rem 3rem;
	 margin-bottom : 0;
	 background-color : var(--sparrow-card-cap-bg);
	 border-bottom : 1px solid var(--sparrow-card-border-color);
}
 .card-header:first-child {
	 border-radius : calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}
 .card-footer {
	 padding : 1rem 3rem;
	 background-color : var(--sparrow-card-cap-bg);
	 border-top : 1px solid var(--sparrow-card-border-color);
}
 .card-footer:last-child {
	 border-radius : 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}
 .card-header-tabs {
	 margin-right : -1.5rem;
	 margin-bottom : -1rem;
	 margin-left : -1.5rem;
	 border-bottom : 0;
}
 .card-header-tabs .nav-link.active {
	 background-color : #fff;
	 border-bottom-color : #fff;
}
 .card-header-pills {
	 margin-right : -1.5rem;
	 margin-left : -1.5rem;
}
 .card-img-overlay {
	 position : absolute;
	 top : 0;
	 right : 0;
	 bottom : 0;
	 left : 0;
	 padding : 1rem;
	 border-radius : calc(0.1875rem - 1px);
}
 .card-img, .card-img-top, .card-img-bottom {
	 width : 100%;
}
 .card-img, .card-img-top {
	 border-top-left-radius : calc(0.1875rem - 1px);
	 border-top-right-radius : calc(0.1875rem - 1px);
}
 .card-img, .card-img-bottom {
	 border-bottom-right-radius : calc(0.1875rem - 1px);
	 border-bottom-left-radius : calc(0.1875rem - 1px);
}
 .card-group > .card {
	 margin-bottom : 1rem;
}
 @media (min-width: 576px) {
	 .card-group {
		 display : flex;
		 flex-flow : row wrap;
	}
	 .card-group > .card {
		 flex : 1 0 0%;
		 margin-bottom : 0;
	}
	 .card-group > .card + .card {
		 margin-left : 0;
		 border-left : 0;
	}
	 .card-group > .card:not(:last-child) {
		 border-top-right-radius : 0;
		 border-bottom-right-radius : 0;
	}
	 .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
		 border-top-right-radius : 0;
	}
	 .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
		 border-bottom-right-radius : 0;
	}
	 .card-group > .card:not(:first-child) {
		 border-top-left-radius : 0;
		 border-bottom-left-radius : 0;
	}
	 .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
		 border-top-left-radius : 0;
	}
	 .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
		 border-bottom-left-radius : 0;
	}
}@media (min-width: 576px)
.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;}}
@media screen and (max-width: 992px) {
  .card {
    width: 50%;
  }
}
/*====================col border==========================*/


@media (min-width: 1200px)
.display-4 {
    font-size: 1.5rem;}}



@media (min-width: 1100px)
.display-4 {
    font-size: 1.5rem;}
}
}
/*button submit form*/
#btn-submit{
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff!important;
}
.btn-outline-primary {
    color: #0085AD;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}.divout{
    border: 2px solid #0085ad!important;
    padding:4px;
    color:#0085ad!important;
}
.divout2 {
    /* border: 2px solid #0085ad !important; */
    padding: 8px;
    color: #0085ad !important;
}
.bs-primary{
    color:#0085AD;
}
/*===========================ONE STOP===================================*/
.one-header{
    color: #0085ad;
}
.process-item .process-item-number {
    position: absolute;
    color: #0085ad;
    left: 0;
    top: 0;
    -webkit-transform: translate(-127%, -21%);
    -ms-transform: translate(-127%, -21%);
    transform: translate(-127%, -21%);
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Gotham, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 900;
    background-color: #fff;
    font-size: 3.157rem;
}
@media (min-width: 576px) {
    .process-item .process-item-number {
        font-size: 5.584rem;
    }
}
@media (min-width: 576px) {
    .process-item .process-item-number {
        font-size: 5.584rem;
    }
}

@media (min-width: 992px) {
    .one-ps-lg-7 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 992px) {
    .border-lg-start {
        border-left: var(--sparrow-border-width) var(--sparrow-border-style) var(--sparrow-border-color) !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}
@media (min-width: 992px) {
    .border-lg-bottom {
        border-bottom: var(--sparrow-border-width) var(--sparrow-border-style) var(--sparrow-border-color) !important;
    }
}
@media (min-width: 992px) {
    .one-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
.one-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.one-row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--sparrow-gutter-x)* .5);
    padding-left: calc(var(--sparrow-gutter-x)* .5);
    margin-top: var(--sparrow-gutter-y);
}
.one-row {
    --sparrow-gutter-x: 2rem;
    --sparrow-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.one-mb-8 {
    margin-bottom: 7.5rem !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--sparrow-gutter-y));
    margin-right: calc(-.5* var(--sparrow-gutter-x));
    margin-left: calc(-.5* var(--sparrow-gutter-x));
}
/*.one-container, .one-container-fluid, .one-container-xl, .one-container-lg, .one-container-md, .one-container-sm {
    --sparrow-gutter-x: 2rem;
    --sparrow-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--sparrow-gutter-x)* .5);
    padding-left: calc(var(--sparrow-gutter-x)* .5);
    margin-right: auto;*/
/*=================Mura Forms================================*/
.mura-group-label{
    /*font-weight: bold!important;*/
   color:#002663!important;
}
