:root{
	--mbi-theme-primary-color:#0060a4;/* Part of Core Theme settings */
	--mbi-theme-secondary-color:#5477BC;/* Part of Core Theme settings */
	--mbi-theme-accent-color:#153479 ;/* Part of Core Theme settings */
	
	--mbi-theme-accent-new-color:#0060a4; /* Part of Custom Theme settings */
	--mbi-theme-download-profile-color:brown; /* Part of Custom Theme settings */
	--mbi-theme-lead-form-bg-color:#17253e; /* Part of Custom Theme settings */
	--mbi-theme-lead-form-cta-color:#ff6f20; /* Part of Custom Theme settings */
}
.spacer5{
	clear:both;
	width:100%;
	height:5px;
}

.spacer10{
	clear:both;
	width:100%;
	height:10px;
}

.spacer15{
	clear:both;
	width:100%;
	height:15px;
}
.spacer30{
	clear:both;
	width:100%;
	height:30px;
}

/****** *******/

.blurBg {
			overflow: hidden;
			width: 100%;
			padding: 20px;
			height: 180px;
			filter: blur(10px);
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: absolute;
			}

.imgCtrl{
	margin:0px auto;
	height:50%;
	width:auto;
}

#myCarousel{
	height:50%;
}

.navbar-custom{
	background-color:var(--mbi-theme-primary-color);
	color:black;
	border-radius:0px;
}

.top-header{
	background-color:#000;
	color:#fff;
}

.top-header  a , .top-header  a:visited , .top-header  a:active , .top-header  a:hover  {
	font-size:12px;
	color:#fff;
	padding:5px;
}

.navbar-inverse .navbar-nav > li > a {
	color:#fff;
}

.navbar-inverse .navbar-brand {
	color:#fff;
}

.social-links{
	margin:0px auto;
}

.social-links ul{
	list-style-type:none;
	margin:0px;
	margin-top:10px ;
	margin-bottom:10px ;
}

.social-links ul > li{
	float:left;
	padding:2px;
}

.halfwidth {
	padding:80px 0px;
	width: 100%;
	height:30%;
	background:url('../images/template/2.jpg');
	display: table;
	padding: 50px 0;
	color: #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.halfwidth2 { 
	padding:80px 0px;
	width: 100%;
	min-height:125px;
	height:30vh;
	background:url('../images/template/2.jpg');
	display: table;
	padding: 100px 0;
	color: #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}

.halfwidth2Content{ 
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%); 
font-size: 16px; 
padding: 10px; 
text-align: center;
	background-color:#000;
	opacity:0.9;
	width:100%; 
	text-align: center;
	vertical-align: middle;
	margin:0px auto;
}

.bg-dark {
	background-color: var(--mbi-theme-accent-color) !important;
}

.text-white{
	color:#fff;
}
.py-5 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}




.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color:#fff;
}

.loader > div{
	margin: -75px 0 0 -75px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid var(--mbi-theme-primary-color);
	border-bottom: 16px solid var(--mbi-theme-primary-color);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.strips {
	bottom: 0px;
	width: 100%;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
	text-align: center;
	padding-top:0px;
	margin:0px;
	z-index: 1000;
}

.button {
	min-width: 150px;
	max-width: 300px;
	display: block;
	background-color: transparent;
	border:2px solid transparent;
	color:#fff;
	font-size:22px;
	padding:10px;
}

.div4{
	text-align:center;
	min-height: 100px;
	max-height: auto;
	margin:0px;
	padding:20px;
}

.div4 > a{
	color:#fff;
}

.div4 > a:hover {
	background-color:#fff;
	color:transparent;
}

.painTopImg{
	position: absolute;
	top: 24px;
	left: 41%;
	border-radius: 50%;
}

.painBox{
	padding:5px;
	background-color:tansparent;
	width:100%;
	height:150px;
	margin:2px;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
}

.painTextBody{
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	display: table;
	font-weight: 600;
}

.painTextContainer{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.painBoxOuter{
	margin-top:60px;
	padding:5px;
}

.painContent {
	text-align: center;
	display: inline-block;
}

.painLink {
	display: block;
	font-weight: 600px;
	font-size:24px;
	text-align: center;
}	

.headHr{
	border:2px solid var(--mbi-theme-primary-color);
}	

.sideHr{
	width:75%;
	margin-top:1px;
	border:1px solid var(--mbi-theme-primary-color);
	text-align:left;
}	

.topHeading{
	font-size:32px;
	text-align:left;
}
.sidebarHeading{
	font-size:22px;
	text-align:center;
}

.profileCard {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	
}

.profileTitle {
	color: grey;
	font-size: 18px;
}

.profileButton {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
}

.profileCard  a {
	text-decoration: none;
	font-size: 22px;
	color: black;
}

.profileButton:hover, a:hover {
	opacity: 0.7;
}

#mainSliderContent{
	width:50%;
}
.sliderContent{
	padding:20px;
	min-height:300px;
	max-height:450px;
	height:auto;
	width:100%;
	color:#fff;
	margin:0px auto;
	background-color:#000;
	opacity:0.7;
	overflow:auto;
}

.subFooter{
	background-color:var(--mbi-theme-secondary-color);
	padding:8px;
	padding-bottom:15px;
	color:#fff;
} 

.footerHeading{
	font-size:20px;
	border-bottom:1px solid #e5e5e5;
	padding:3px;
}

.footerContent a{
	color:#fff;
}
.footerContent{
	font-size:16px;
	color:#fff;
	padding:1px;
}

ul.footerList{
	list-style-type:none;
}

ul.footerList > li {
	padding:4px;
	margin-left:0px;
	border-bottom:1px dotted #fff;
}

.moveTop{
	display:none;
	position:fixed;
	bottom:5px;
	right:5px;
	background-color:#000;
	opacity:0.7;
	color:#fff;
	padding:10px;
	cursor:pointer;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

.affix + .container-fluid {
	padding-top: 70px;
}

/* Style the list */
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	margin-bottom: 0px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 4px;
	color: #fff;
	content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
} 


ul.share-buttons{
	list-style: none;
	padding: 0;
}
ul.share-buttons li{
	display: inline;
}
ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.headline{
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size:40px;	
}

.headline-main{
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size:18px;		 
	border-bottom:4px solid #000;
	padding:5px;
}

.headline-sub{
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size:14px;		 
	border-bottom:1px solid #000;
	padding:5px;
	margin-bottom:5px;
}
.card {
	min-height: 20px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.3);
	overflow:hidden;
}

.text-dg {
	color: #000;
	font-size: 24px;
}

.card-bg {
	width: 100%;
	height: auto;
	padding: 3%;
	border-radius: 5px 5px 0 0;
}

.card-footer{
	padding-top: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-top: 5px;
}

.card-footer:before,
.card-footer:after {
	display: table;
	content: " ";
}
.card-footer:after {
	clear: both;
}

.top-next-fun-corner{
	content: '';
	width: 25px;
	height: 31px;
	background-color: #0e0a0a;
	color: #fff;
	padding: 2px;
	z-index: 11;
	position: absolute;
	top: 39%;
	right: 1px;
	font-size: 20px;
}

.top-prev-fun-corner{
	content: '';
	width: 25px;
	height: 31px;
	background-color: #0e0a0a;
	color: #fff;
	padding: 2px;
	z-index: 11;
	position: absolute;
	top: 39%;
	left: 2px;
	font-size: 20px;
}

.listing1{
	overflow:hidden;
	float:left;
	display: table-cell;
	text-align:center;
	height:auto;
	height:150px;
	margin:10px;
	padding:10px;
}

.listing1 a > img{
	margin:0px auto;
}

.sidebar{
	width:95%;
	margin:0px auto;
}
@media(max-width:768px) {
	
	.topHeading{
		text-align:center;
	}
	#mainSliderContent{
		width:90%;
		overflow:hidden;
	}
	..painLink{
		font-size:18px;
	}
	.painTopImg{
		top:-29px;
		left:38%;
	}
	.sliderContent{
		width:100%;
	}
	
	.halfwidth {
		height:250px;
	}
	
	.headline{
		font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
		font-size:24px;	
	}		 
	
	.sidebar{
		width: 95%;
		margin:0px auto;
	}
}

.description{
	font-size:18px;
	
}

.size100{
	width:auto;
	height:100px;
}

.admission{
	color: brown;
	font-size:18px;
	margin-top:10px;
}

.company_usp {
	margin-top:10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.company_usp .company_usp_icon {
    float: left;
	width: 30%;
	z-index:1;
	font-size: 66px;
	color: #fff;
	text-align: center;
	padding: 15px 15px 15px 15px;
}

.default_width{float:left;width:100%;position: relative;}
.company_usp_data{float: none;padding: 15px 15px 5px 120px;width: 100%;}
.company_usp_data h6>a{display: block;font-weight: 600;text-transform: uppercase;color: #333333;margin: 0px 0px 10px;}
.bg_1{background-color: #ffbb44;}
.bg_2{background-color: #ed6950;}
.bg_4{background-color: #ef5f5f;}
.bg_5{background-color: #e8bb23;}
.bg_6{background-color: #e08909;}
.bg_7{background-color: #e10a20;}
.bg_8{background-color: #ffb300;}

.bg_13{border:2px solid;}
.bg_14{color: #f1594c;}
.bg_15{color: #94c948;}
.bg_16{color: #38befb;}
.bg_17{color: #fcc044;}
.bg_18{border-top:3px solid #eb4095;}
.bg_19{border-top:3px solid #215ba2;}
.bg_20{border-top:3px solid #03d6cd;}
.bg_fb{background-color: #4d67a3;}
.bg_twitter{background-color: #25a7df;}
.bg_gp{background-color: #d74936;}
.bg_linkedin{background-color: #0070b1;}
.bg_behance{background-color: #ff8e2e;}
.bg_vimeo{background-color: #3ea6e7;}
.bg_youtube{background-color: #cc171e;}

.right_form {
	float: left;
	width: 100%;
	background: var(--mbi-theme-lead-form-bg-color);
	padding: 20px;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2) inset;
}
.form_heading {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #1a98ca;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.free {
	color: var(--mbi-theme-lead-form-cta-color);
}
.fill_data {
	color: #fff;
	text-align: center;
	display: block;
}
.req_form {
	float: left;
	width: 100%;
	padding-top: 6px;
}
.req_form_row {
	float: left;
	width: 100%;
}
.req_input {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #00658d;
}
input[type="submit"] {
	outline: none;
}

.get_bid {
	border: none;
	outline: none;
	font-family: Calibri;
	text-decoration: none;
	width: 100%;
	padding: 8px 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	position: relative;
	float: left;
	text-align: center;
	background: var(--mbi-theme-lead-form-cta-color);
	margin-top: 10px;
	cursor: pointer;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, .4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadowq: inset 0px 0px 0px #d5540d, 0px 4px 0px 0px #d5540d;
	-moz-box-shadowq: inset 0px 0px 0px #d5540d, 0px 4px 0px 0px #d5540d;
	-o-box-shadowq: inset 0px 0px 0px #d5540d, 0px 4px 0px 0px #d5540d;
	box-shadowq: inset 0px 0px 0px #d5540d, 0px 4px 0px 0px #d5540d;
}

.form_bottom {
	float: left;
	width: 100%;
}

.testimonialData{
	font-size:18px;
	font-weight:700;
	padding:10px;
	border-bottom:2px solid #e5e5e5;
	
}

.testimonialName{
	font-size:16px;
}

.testimonialDesg{
	font-size:15px;
	font-weight:700;
}

.testimonialIcon{
	position:absolute;
	top:-2px;
	left:-2px;
	z-index:2;
	background-color:brown;
	color:#fff;
	border-radius:100%;
	border-top-left-radius:0%;
	border-bottom-left-radius:0%;
	width:30px;
	padding:5px;
}

.boxShadow{
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
}

.companyNameDiv{
	padding:10px;
	margin-top: 10px;
} 

.navbar-inverse .navbar-nav  .dropdown-menu > li > a, .dropdown-menu {
	color:#fff;
	background-color: var(--mbi-theme-primary-color);
	border-radius:0px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.cafe-contact-opener {
    position: fixed;
    font-size: 25px;
    right: -4%;
    top: 45%;
	z-index:12;
    transform: rotate(-90deg);
    background-color: var(--mbi-theme-primary-color);
    padding: 9px 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.43);
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    box-shadow: -2px 0 8px rgba(43,33,33,0.06);
    -moz-box-shadow: -2px 0 8px rgba(43,33,33,0.06);
    -webkit-box-shadow: -2px 0 8px rgba(43,33,33,0.06);
}

.overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0; 
	color:#fff;
    overflow-x: hidden;
    transition: 0.5s; 
    padding-top: 60px;
	background: var(--mbi-theme-primary-color);
	z-index: 9999;
}

.sidenav a {
    padding: 8px 8px 8px 13px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	color:#fff;
}

@media screen and (max-width: 768px) {
	
	.cafe-contact-opener {
		font-size: 15px;
		right: -10%;
	}
	
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
	
}