/* CSS Document */
/*

1.	Pagination
1.1 Sidebar Nav
2.	Full Width Image
3.	Promotion Banners
4.	Promotions
5.  Accessories	
6.	Product Images
7.	Product Offers
8.	MOTOTRBO
9.	MOTOTRBO Apps
10.	SchoolSAFE/WAVE
11.	Rule Line
12. Hide Accessories
13. Motorola Copyright
14. Maps
15. Formating Anchor Links
16. Footer
17. Phone Systems
18. Home Responsive Header
19. Clickable Phone Number
20. Offset Name Anchor
21. Nitro
22. New Format Sites
23. Top Header
*/


/* =========== pagination =================== 
.pagination {
    padding: 0px;
    margin-bottom: 20px;
	float:right;
}

.page {
    display: inline-block;
    padding: 6px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
*/
/* =========== /pagination =============== */

/* =========== side bar nav =============== */

#side-bar .categories ul .sidenav-indent {
	margin-left: 28px;
}

.sn-indent {
	margin-left: 20px;
}
/* =========== /side bar nav =============== */

/* =========== full width image =============== */

.fullwidthimage {	
	margin: auto;
	width:100%;
	margin-bottom: 30px;
	
}

.fullwidthimage-bio{	
	margin: auto;
	width:100%;
	margin-bottom: 20px;
	text-align: center;
}

.page-body-img {
	float: right; 
	padding: 8px; 
	width: 300px; 
	height: auto;
}

.fullwidthimage-logo-a {
    float: right;
    margin: 0 0 15px 15px;
    width: 100%;
    max-width: 180px;
    padding: 5px;
}
.fullwidthimage-logo-b {
  float: right;
  margin: 0 0 15px 15px;
  width: 100%;
  max-width: 300px;
  padding: 5px;
}
.fullwidthimage-logo-c {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 100%;
  max-width: 250px;
  padding: 5px;
}
.location-img {
	max-width: 100%;
}
.repair {
  margin-left: 20px;
  margin-top: 30px;
}
@media only screen and (max-width:500px) {
.page-body-img {
	float: none;
	width: 100%;
}
	
}
/* =========== /full width image =============== */

/* =========== banners =============== */

.banner{
	text-align:center;	
	width:100%;
	background-color:#666;
	margin-top: 10px;
	margin-bottom: 10px;
}

.side-banner{
	text-align:center;	
	width:100%;
	background-color:#146e31;
}

/* =========== /banners =============== */

/* =========== promotions =============== */

.promo-text {
	padding: 0px 7px 0px 7px;
}	

.specials-header1 {
	font-size:35px;
    font-weight:bold;
	margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 5px;
    color: #EE2C3C;
}
 
.specials-header2 {
    font-size:19px;
    font-weight:bold;
    margin-bottom: 20px;
    padding-left: 5px;
}
	
.banner{
	text-align:center;	
	width:100%;
	background-color:#f4c41e;
	margin-top: 15px;
}	
.quote {
	font-family: Times, "Times New Roman", serif;
	font-size:36px;
	color: #B1B1B1;}

.offer{
	text-align:center;	
	margin: auto;
	width:98%;
	background-color:#f4c41e;
	margin-bottom: 20px;
}

.details
{
	background-color:#C1C1C1;
	text-align:center;	
	margin: auto;
	width:98%;
	margin-bottom: 20px;
}
.details2
{
	background-color:#C1C1C1;
	text-align:center;	
	margin: auto;
	width:98%;
	margin-bottom: 20px;
}	

.promo-header {
	margin-top: 20px;
	font-size:19px;
	font-weight:500;
	}
	
.promo-btn{
text-align:center;
}

.promo-btn a{
	display: inline-block;
	background: #d9531e;
	position: relative;
	/*font-family: 'Asap', sans-serif;*/
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	padding: 20px 40px 20px 40px;
	margin-top: 16px;
	color: #fff !important;
	border: 1px solid #d9531e;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.promo-btn a:hover{
	text-decoration: none;
	background: #0055a5;
	color: #fff !important;
	border: 1px solid #0055a5;
}

#tradeintable{
	width:100%;
	background:#cccccc;
	margin:20px 0 10px 0;   
}
 
#tradeintable .tbltext{
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding: 10px 5px 10px 5px;
}
 
               
#tradeintable .tblheader{
	background:#000000;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	text-indent: 10px;
}
               
 
#tradeintable .offer-header {
	width:75%;
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 10px 5px 10px 0;
               
}
 
#tradeintable .models-header {
	width:25%;
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 10px 5px 10px 0;
               
}
                                                                                                                                               
#tradeintable .savings-header {
	width:25%;
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 10px 5px 10px 0;
               
}
#tradeintable .offer-header{
	padding-left:5px;
}
#tradeintable .models, #tradeintable .savings{
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}
 
 
 
#tradeintable .offertext{
	color:#124572;
	font-size:16px;
	font-weight:bold;
	padding: 20px 0px 10px 10px;
	vertical-align:top;
}

#tradeintable .tblheader2{
	background:#666;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	text-indent: 10px;
 }


/* =========== /promotions =============== */

/* =========== accessories =============== */

#accessory {
	width:100%;
}
 
#accessory table {
	border:0px solid #BBBBBB;
	margin: 10px 0 40px 0;
	width:100%;
	clear:both;
	padding:0px;
}
#accessory td {
	border:1px solid #BBBBBB;
	padding:5px;
	vertical-align:top;
}
 
#accessory .rowodd{
	background-color:#f8f8f8;
}
 
#accessory .col1{
	width:100px;
}
 
#accessory p{
	text-align:center;
	line-height:17px;
}
 
#accessory .subhead {
	color: #000000;
	font: 600 15px/1em Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-align:center;
	margin-top: 25px;
}


/* =========== /accessories =============== */

/* =========== accessories new style =============== */

#oiw-accessory {
                width:100%;
}
 
#oiw-accessory table {
                border:0px solid #BBBBBB;
                margin: 10px 0 10px 0;
                width:100%;
                clear:both;
                padding:0px;
}
#oiw-accessory td {
                border:1px solid #BBBBBB;
                padding:5px;
                vertical-align:top;
}
 
#oiw-accessory .rowodd{
background-color:#f8f8f8;
}

#oiw-accessory .col1{
                width:100px;
}
 
#oiw-accessory p{
                text-align:left;
                line-height:1.25em;
}
 
#oiw-accessory .subhead {
                color: #000000;
                font: 600 15px/1em Helvetica, Arial, sans-serif;
                text-decoration:none;
                text-align:left;
                }


/* =========== /accessories =============== */


/* =========== product images =============== */

#product-image {
    float:right; 
	padding:10px;
	margin:20px;
}

.product-image {
    float:right; 
	padding:10px;
	margin:20px;
	min-width: 400px;
}

.product-image-small {
    float:right; 
	padding:10px;
	margin:20px;	
}

.fullwidthimage-logo {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 200px;
    padding: 5px;
}

@media (max-width: 600px) {
	.product-image {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	
	#product-image {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	
	.product-image-small {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	.fullwidthimage-logo {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	.fullwidthimage-logo-a {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
}

/* =========== /product images =============== */

/* ================ product-offers ============== */

.product-offers {
    background-color: #f1f1f1;
    border: 1px dashed #999;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    width: 98%;
}
.product-offers h3 {
	color: #053636;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-offers p {
	color: #494949;
}
.product-offers a {
	color: #38A1D1;
    transition: all 0.3s ease 0s;
}
.product-offers a:hover {
	color: #009390;
}
/* ============= /product-offers ============== */


/* =========== mototrbo =============== */

#trbo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:2px;
}
#trbo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #157fc4;
	text-transform: capitalize;
}
#trbo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px; 
	margin-top: 0px; 
}
#trbo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#trbo .image{
	float:right;
	padding-left:10px;
	border:0px;
}
.systems{
                padding: 0px;
                font-size: 17px;
                color: #666666;
                margin-top: -11px;
                margin-right: 0px;
                margin-bottom: 10px;
                margin-left: 0px;
}
.tagline{
                padding: 0px;
                font-weight: bold;
                margin-top: 10px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                color: #000;
}

.mdlnumb {
	padding-right:5px;
}
.opfordigitbl{
	width:99%;
	background-color:#0ca0dc;
	padding:0px;
}
.opfordigi{
	background-color:#0ca0dc;
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
}
.pgheader{
	text-align:center;
}

.pgheader img {
	width:95%;
}

.hpimg{
	text-align:center;
	border:0px;
}
.featureshdr{
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
.features{

	padding-top:0px;
	margin-top:0px;
}

.isvimage{
	float:right;
	padding-left:10px;
	padding-right:5px;
}
 .appstbl, .appstbl td {
	background-color:#1ca6df;
	color:#FFF;
	padding-right:3px;
	padding-top:5px;
	vertical-align:top;
}

.appstbl td strong {
	background-color:#1ca6df;
	color:#FFF;
	padding-right:3px;
	font-weight:bold;
}


.appstblhdr{
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
}
#systbl td{
	padding-right:5px;
}

.optimized-background {
                background-color: #0ca0dc;
                height: 100px;
}
.optimized-copy {
                color: #ffffff;
                padding: 10px;
}
.optimized-image {
                float: right;
}

.trbo-lowercase{
	text-transform:lowercase;
}

/* =========== /mototrbo =============== */


/* =========== mototrbo apps =============== */

.icons{
float:left;
padding-bottom:30px;
padding-right:20px;
}

.partner-level{
font-weight:bold;
}

.partner-header{
	font-size: 33px;
	color: #002157;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:10px;
	padding-top:10px;

}

.application-features{
	font-weight:bold;
	
	}
.application-systems{
	font-weight:bold;
}

.key-benefits{
	width:50%;
	float:left;
	vertical-align:top;
}
.key-features{
	width:50%;
	float:right;
	vertical-align:top;
}
@media (max-width: 479px) {
.key-benefits{
	width:100%;
	vertical-align:top;
}
.key-features{
	width:100%;
	vertical-align:top;
}
}

.app-boxes{
	width:50%;
	float:left;
	vertical-align:top;
}

.app-boxes img.fullwidthimage {
	width: 100%;
	padding:0px;
}

.app-container {
	padding: 0 10px 0 10px;
	height: 550px;
}

@media (max-width: 1199px) and (min-width: 768px) {
.app-container {
	padding: 0 10px 0 10px;
	height: 700px;
}
}
	
@media (max-width: 767px) {
.app-boxes{
	width:100%;
	vertical-align:top;
}
.app-container {
	padding: 0 10px 0 10px;
	height: 100%;
}
}

.app-title{
	height: 50px;
	vertical-align: top;
}

.app-image {
  float:left; 
	padding:10px;
	margin:20px;	
}

.app-image-sold {
  float:left; 
	padding:10px;
	margin:20px;	
}

@media (max-width: 479px) {
.app-image {
	float:none;
	text-align:center;
	width: 149px;
	padding:0px;
	margin:auto;
}

.app-image-sold {
	float:none;
	text-align:center;
	width: 183px;
	padding:0px;
	margin:auto;
}
}

/* =========== /mototrbo apps =============== */

/* =========== schoolsafe / wave =============== */

.schoolsafe-quote {
	display:block;
	margin-left:50px;
	margin-right:50px;
}
.schoolsafe-quote em{
	font-size:20px;
	font-weight:bold;
}

.fltleft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

/* =========== /schoolsafe / wave =============== */

/* =========== team communications =============== */


.team-icons{
	float: left;
	padding-right: 20px;
}
@media (max-width: 479px) {
.team-icons{
width: 100%;
}
	.team-icons img{
width: 150px;
}

}
.info-graphic{
	float: left;
	padding-right: 5px;
	width: 24%;
	padding-bottom: 10px;
}
.info-graphic img{
	width: 100%;
	}
@media only screen and (max-width: 767px) {
.info-graphic{
	float: left;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 48%;
	}
}
@media only screen and (max-width: 479px) {
.info-graphic{
	width: 100%;
}
}

.team-solutions-icons {
	float: left;
	padding-right: 5px;
	width: 24%;
	padding-bottom: 10px;
	}
.team-solutions-icons img{
	width: 100%;
	}
@media only screen and (max-width: 767px) {
.team-solutions-icons{
	float: left;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 48%;
	}
}
@media only screen and (max-width: 479px) {
.team-solutions-icons{
	width: 100%;
}
}

.team-links {
	
}

/* =========== team communications =============== */


/* =========== ruleline =============== */

.dvdr {
	width: 95%;
	margin: 30px auto 35px auto;
	height:1px;
	background-color:#C1C1C1;
	clear:both;
}

/* =========== /ruleline =============== */

/* =========== hide accessories =============== 

.accessory{	
	display: none;
}

 =========== /hide accessories =============== */

/* =========== motorola copyright =============== */

#motorola-copyright {
	color: #666;
	margin-top: 0;	
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	font-weight: 300;
	}


/* =========== /motorola copyrights =============== */

/* =========== maps =============== */

.fluid-wrapper {
    position: relative;
    padding-bottom: 82.25%; /* 16:9 */
    height: 0;
	margin-bottom: 50px;
	margin-top: 25px;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* =========== /maps =============== */

/* =========== Anchor Links =============== 

a[name] {
  padding-top: 140px;
  margin-top: -140px;
  display: block;
}
*/
/* =========== /Anchor Links =============== */

/* =========== Footer =============== */
.footer-1 .footer-img img{
	max-width: 300px;
	width: 100%;
	height: auto;
}

.credit {
	text-align: center;
}

.credit a {
	font-size: 14px;
	color: #555;
}

.credit a:hover {
	color: #6caedf;
}

/* =========== /Footer =============== */

/* =========== Phone Systems =============== */

.phone-systems h3 {
	font-size: 25px;
}

.phone-systems h4 {
	font-size: 23px;
}

.phone-systems h4.red {
	font-size: 23px;
	color:#CC0000;
}

.phone-systems h5 {
	font-size: 19px;
}

.phone-systems h5.red {
	font-size: 19px;
	color:#CC0000;
	font-style: italic;
	margin: 10px 0px 2px 15px;
}

.phone-systems p.red {
	margin: 0px 0px 15px 15px;
}

/* =========== /Phone Systems =============== */


/* =========== Home Responsive Header =============== */

 /* Container holding the image and the text */
.home-resp-header {
	display: none;
}

.home-resp-head-contain {
    position: relative;
	text-align: center;
}

.home-resp-head-contain h2 {
	color: #fff;
}

.home-resp-head-contain img {
	width: 100%;	
}

/* center text */
.text-block {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);;
    color: #fff;
    padding: 10px 20px 15px 20px;
	height: 100%;
} 

@media only screen and (max-width:1025px) {
	.home-resp-header {
		display: block;
	}
	.main-slider-res {
		display: none;
	}
}

@media only screen and (max-width:415px) {
	.home-resp-head-contain img {
		min-height: 300px;
        width: auto;
		object-fit: cover;
	}
}

/* =========== /Home Responsive Header =============== */

 /* ========== Clickable Phone Number Responsive ========== 
@media screen and (min-width: 768px) {
   a[href*="tel:"] {
       pointer-events: none;
   }
}*/
/* ========== / Clickable Phone Number Responsive ========== */

/* ========== Offset ========== 

:target {
  display: block;
  position: relative;
  top: -190px; 
  visibility: hidden;
}
*/
/* ========== /Offset ========= */

/* =========== Nitro =============== */
#nitro-accessory {
		width:100%;
}

#nitro-accessory table {
		border:0px solid #BBBBBB;
		margin: 10px 0 10px 0;
		width:100%;
		clear:both;
		padding:0px;
}
#nitro-accessory td {
		border:1px solid #BBBBBB;
		padding:5px;
		vertical-align:top;
}

#nitro-accessory .rowodd{
background-color:#f8f8f8;
}

#nitro-accessory .col1{
		width:150px;
}

#nitro-accessory p{
		text-align:center;
		line-height:17px;
}

#nitro-accessory .subhead {
		color: #000000;
		font: 600 15px/1em Helvetica, Arial, sans-serif;
		text-decoration:none;
		text-align:center;
		margin-top: 25px;
}

/* =========== /Nitro =============== */

/* =========== New Format Sites ==========*/

ul.oiw-downloads li::before {
    padding-right: 7px;
    content: '\f1c1';
    font: 400 16px 'FontAwesome';
    color: 
    #B91E26;
}

.button-oiw-videos {
	background: #ee3a43;
	border: #ee3a43;
	border-radius: 2px;
	color: #fff;
	padding: 10px 16px;
	transition: .2s ease;
}
.button-oiw-videos:hover {
	background: #C41230;
	border: #C41230;
	color: #fff;
}

span.icon.mdi {
	font-size: 30px;
	line-height: 36px;
	top: 5px;
	transition: .2s all ease-in;
}

h4.oiw-panel-title {
	font-size: 20px;
	margin-bottom: 10px;
}


/* coverage maps */

.well2 {
    padding-top: 39px;
    padding-bottom: 33px;
}

/*
.coverage-btn {
	position: relative;
	height: 100%;
	width:200px;
}

.coverage-btn .btn-holder {
	position: absolute;
	right: 2%;
	bottom: 2%;
}
*/


/* =========== Robert Taylor - Memory Header =========== */

.top-header {
	background-color: #f4c41e; 
	padding: 6px;
	text-align: left;
		font-size: 16px;
}

.top-header .flex-wrapper {
	max-width: 1600px; 
	margin: auto;     
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding: 10px;
	line-height: normal;
}

		.top-header .pic {
padding-right: 20px; 
	width: 10%; 
	align-self: center;
	text-align: center;
			min-width: 139px;
}
.top-header .left {
padding-right: 20px; 
	min-width: 300px; 
	width: 60%; 
	align-self: center;
	text-align: left;
}

.top-header .right {
	align-self:flex-end;
	text-align: right;
	width: 40%;
}

.top-header a {
	color: #000; 
}

.top-header strong {
	font-size: 15px; 
	color: #000;
	margin-right: 25px;
}

.top-header p {
	color: #000;
	margin-bottom: 10px;
}

.top-header ul {
	list-style: none;
}


.top-header ul li {
	display: inline-block;
	padding: 0 10px;
    border-left: solid 1px black;
}

.top-header li:first-child{
    border-left: none;
}

.top-header ul li strong {
	margin-right: 0 !important;
}

.top-header-btn {
	background-color: #014da1;
	padding: 10px 15px;
	color: #ffffff !important;; 
	text-decoration: none !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.top-header-btn:hover {
	color: #ffffff !important;
}

	
@media (max-width: 1199px) {

	.top-header {
		display: none;
	}	
	
.top-header .left {
	width: 100%; 
	margin-bottom: 20px;
	line-height: normal;
	text-align: center;
}
	
	.top-header-btn {
		margin: auto;
		display: block;
}
	
	.top-header .right {
		text-align: center;
}
	
	
.top-header .flex-wrapper {

    -webkit-justify-content: center;
    justify-content: center;
}

}

/* =========== /Top Header =========== */

h5.services-classic-title {
	margin-bottom: 15px;
}

p.services-classic-text {
	/* margin-bottom: 30px; */
}

/* ========== TABS ========== */

#tabs-1 {
	margin-top: 60px;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
	margin-top: 15px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-custom .card-body {
	padding: 0;
}

* + .card-group-custom {
	margin-top: 20px;
}

.card-corporate {
	text-align: left;
	/*border-bottom: 1px solid #e1e1e1;*/
}

.card-corporate .card-title {
	margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
	background: #ffffff;
}

.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 20px 72px 10px 30px;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .05em;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	color: #151515;
	border-bottom: 1px solid #e1e1e1;
	transition: all .3s ease;
}

.card-corporate .card-title a:hover {
	color: #4d74b5;
}

.card-corporate .card-title a.collapsed {
	border-color: transparent;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-radius: 0;
	border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #2aabff;
	transform: translate3d(0, -50%, 0);
	transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	background: #151515;
}

.card-corporate .card-arrow::before {
	width: 15px;
	height: 3px;
}

.card-corporate .card-arrow::after {
	width: 3px;
	height: 15px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	color: #151515;
	border-radius: 0;
}

.card-corporate .card-body {
	padding: 25px 30px 30px 30px;
	color: #9b9b9b;
}

.card-title h2 {
	font-size: 20px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.tab-content h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
.tab-content h3 {
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}
/* ========== End TABS ========== */

.vfs-logo-33 {
	width: 27%;
	display: inline-block;
	margin: 0 40px 20px 0;
}

.margin-btm-40 {
	margin-bottom: 40px;
}

h4.margin-btm-40 {
	background: #4D74B5;
	color: #fff;
	padding: 10px 0 10px 20px;
}

.linear-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,.4));
  z-index: 1; /* Adjust the z-index to make sure it's behind the content */
	opacity: .8
}

.breadcrumbs-custom__inner {
	z-index: 1;
	position: relative;
}
.sidebar_widget .archives_wrapper:first-of-type {
	margin-bottom: 45px;
}

