.no-skin .sidebar.menu-min .nav-list>li>a>.menu-text{background-color: #86bafb;}

@font-face {
    font-family: 'Quantify';
    src: url('../fonts/Quantify-Bold.woff2') format('woff2'), url('../fonts/Quantify-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

#students_table_wrapper{
    overflow: auto;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
html {
    height: 100%;
}

a,
.btn,
a.btn {
    color: #57535b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quantify';
    font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background: #fafafa;
    background-size: cover;
}

.masthead {
    height: 100%;
    min-height: 0;
    /*width: 40.5rem;*/
    padding-bottom: 0;
}

.masthead .h-100 {
    height: 100% !important;
}

.left_block {
    width: 60%;
    float: left;
    padding-top: 4em;
    height: auto;
    min-height: 100%;
}

.logo {
    width: 22%;
}

.logo img {
    width: 100%;
}

.title_box {
    padding: 3rem 0;
}

.title_box h2 small {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 80%;
    font-weight: 300;
}

.title_box h2 {
    display: block;
    font-size: 86px;
    font-weight: bold;
    line-height: 9rem;
}

.right_block {
    width: 35%;
    float: right;
    background: #fff url(../images/form_grp_bg.jpg) no-repeat;
    background-color: transparent;
    /*height: 645px;*/
    min-height: 100%;
    max-height: 100%;
    background-size: 80% 100%;
    position: relative;
    background-position: top center;
}

.form_box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 55%;
    background: #fff;
    transform: translateY(-45%);
    padding: 3rem 4rem 3rem;
}

.form_box h3 {
    color: #231f20;
    font-size: 32px;
    text-align: center;
    margin-bottom: 1rem;
}

.form_box ul {
    margin: 0;
    padding: 0;
}

.form_box li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.form_box li:before {
    content: '\f007';
    position: absolute;
    color: #d72024;
    top: 8px;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form_box li:nth-child(2):before {
    content: '\f023';
}

.form_box li:nth-child(4):before {
    content: '\f073';
}

.form_box li:last-child:before {
    content: '';
}

.form_box .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #acacac;
    color: #3e3a3a;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
}

.form_box .form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.form_box .btn_login {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    background: linear-gradient(to right, #f49c56 0%, #da2d2a 100%);
    padding: 9px 2.5rem;
    border-radius: 30px;
    margin: 1em auto 0;
    text-align: center;
    display: block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.form_box .btn_login:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: 1px 1px 4px 1px #f29353;
    color: #fff;
    background: linear-gradient(to right, #f49c56 0%, #da2d2a 100%);
}

.copyright {
    position: absolute;
    width: 100%;
    bottom: 1rem;
}

.copyright p {
    font-size: 13px;
    color: #fff;
}

.copyright p a {
    color: #fff;
}

.copyright p span {
    font-size: 13px;
    color: #fff;
    float: right;
    transform: translateX(-8.5rem);
}

#sess_year {
    color: black;
}

.required:after {
    content: " *";
}

@media (min-width: 768px) {}


/*-------- HR Page ----------*/

.req_form .figure {
    width: 180px;
    height: 204px;
    float: right;
    overflow: hidden;
    position: relative;
    margin: 8px 9px 1em 1em;
}

.req_form figure {
    width: 165px;
    height: 165px;
    float: none;
    overflow: hidden;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.req_form figure img {
    width: 100% !important;
    height: auto !important;
}

.radio-inline {
    height: 34px;
}

.req_form .up_div {
    position: absolute;
    float: none;
    width: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 29px;
}

.req_form .up_div input {
    position: absolute;
    width: 100%;
    border: 0px solid #000;
    height: 25px;
    border-radius: 1em;
    font-size: 15px;
    min-height: auto;
    margin-bottom: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.req_form .up_div input {
    position: relative;
    z-index: 9999;
}

.fileUpload {
    overflow: hidden;
    margin: 10px;
    background: #434c4e !important;
    border: 1px solid #434c4e !important;
    padding: 8px 36px;
    border-radius: 3em;
    position: absolute;
    top: 50%;
    z-index: 999999;
    right: 0;
    margin-top: -33px;
}

.req_form .up_div .fileUpload {
    margin: 0;
    margin-top: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px 4px 20px 4px;
    font-size: 12px;
    cursor: pointer;
}

.req_form .up_div span {
    color: #fff;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.req_form .up_div input {
    position: relative;
    z-index: 9999;
}

.req_form .up_div input {
    position: absolute;
    width: 100%;
    border: 0px solid #000;
    height: 25px;
    border-radius: 1em;
    font-size: 15px;
    min-height: auto;
    margin-bottom: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.fileUpload:hover {
    color: #fff;
    background-color: #d31e22;
    border-color: #d31e22;
}


/*------------ HR END ------------*/


/*------ Dashboard -------------*/

.itemdiv>.user>span {
    border-radius: 100%;
    border: 2px solid #5293C4;
    max-width: 40px;
    position: relative;
    display: block;
    min-height: 40px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.itemdiv {
    padding-top: 6px;
}

.itemdiv>.user {
    margin: 0 0 0 6px;
}

.order_color {
    background: orange;
}

.shipment_color {
    background: skyblue;
}

.company_name {
    text-align: right;
    font-weight: 600;
    color: #FF892A!important;
}

.card {
    color: #31708f;
    border-radius: 5px;
    color: #3e3a3a;
    transition: all ease .4s;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 6px 2px #f3f3f3;
    position: relative;
    padding-top: 1em;
    height: 140px;
    float: left;
    width: 100%;
    margin: 1em 0;
}

.card:before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/card_clock.png) no-repeat;
    position: absolute;
    right: 0;
    transform: translate(3%, 8%);
}

.card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    padding-left: 10%;
}

.card small {
    display: block;
    color: #3e3a3a;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
}

.card:hover {
    background: linear-gradient(to right, #f29554 0%, #dd352d 100%);
}

.card:hover:before {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.card:hover h3,
.card:hover small {
    color: #fff;
}

.card p {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffefee;
    margin: 0;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
}

.card p a {
    color: #3e3a3a;
}

.card .fa {
    font-size: 8px;
    padding: 5px;
    background: #2B7DBC;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
}

.bg_green {
    background-color: #69AA46 !important;
}

.bg_blue {
    background-color: #6FB3E0!important;
}

.bg_red {
    background-color: #D15B47!important;
}

.bg_orange {
    background-color: orange;
}

.bg_purple {
    background-color: #A069C3!important;
}

.enquiry {
    margin-left: 10px !important;
}

#case_type_edit h3 {
    color: #2679B5;
}

.page-content {
    background: #fafafa !important;
}

.no-skin .sidebar {
    background: #fafafa !important;
}

.nav-list>li:before {
    background-color: #2B7DBC;
}

.no-skin .nav-list>li:hover>a,
.no-skin .nav-list>li:hover>a {
    color: #2B7DBC;
}

.no-skin .nav-list>li .submenu>li>a:hover {
    color: #2B7DBC;
    background-color: #ffefee;
}

.nav-list>li .submenu>li:hover a>.menu-icon,
.no-skin .nav-list>li.active>a {
    color: #2B7DBC;
}

.no-skin .nav-list>li.open>a,
.no-skin .nav-list>li>.submenu li>.submenu>li a:hover,
.no-skin .nav-list>li>a:focus {
    color: #2B7DBC;
    background-color: #ffefee;
}

.no-skin .nav-list>li>.submenu li.open>a,
.no-skin .nav-list>li>.submenu li>.submenu li.active>a,
.no-skin .nav-list>li>.submenu li>.submenu li.open>a {
    color: #2B7DBC;
}

.no-skin .nav-list li.active>a:after {
    border-right-color: #2B7DBC;
}

.no-skin .nav-list>li.active:after {
    border-color: #2B7DBC;
}

.breadcrumb>li>a {
    color: #2B7DBC;
}

.ace-save-state {
    background: #F5F5F5;
    border-color: #CCC;
}

.nav-search .nav-search-input,
.nav-search .nav-search-input:focus,
.nav-search .nav-search-input:hover {
    border-color: #2B7DBC;
}

.nav-search .nav-search-icon {
    color: #2B7DBC !important;
}

.ace-save-state .navbar-brand {
    color: #3e3a3a;
}

.ace-save-state .navbar-brand:hover,
.ace-save-state .navbar-brand:focus {
    color: #2B7DBC;
}

.ace-save-state small .fa {
    color: #2B7DBC;
}

.ace-nav>li.light-blue>a,
.ace-nav>li.light-blue>a:focus,
.ace-nav>li.light-blue>a:hover,
.ace-nav>li.open.light-blue>a {
    background-color: #2B7DBC;
}

.blue {
    color: #3e3a3a !important;
}

#breadcrumbs {
    border-top: 1px solid #CCC;
}

.footer .footer-inner .footer-content {
    border: 0;
}

.req:after {
    content: '*';
    color: #f00;
    font-size: 14px;
    padding-left: 1px;
}


.sidebar+.main-content {
    background: #fff;
}

#main-container {
    background: #fafafa;
}

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

.widget-box .panel-default {
    min-height: 235px;
}

.widget-box .panel-body tr {
    line-height: 2.5;
}

.widget-box .panel-body tr td {
    padding: 0 2%;
}

.sidebar+.main-content {
    margin-left: 230px;
}

.sidebar {
    width: 230px;
}

/* Surojit Bera */

/***********************************
Footer
************************************/
.footer {
    padding: 60px 0 20px;
    background: #111;
    color: #ccc;
	clear: both;
}
.footer a {
    color: #fff;
}

.footer h3{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
	font-size: 24px;
}
.footer .form-control {
    border-radius: 30px;
    border: none;
    background: rgba(255,255,255,.1);
    padding-left: 30px;
    color: #e5e6e7;
    margin-bottom: 0;
    height: 48px;
}
.footer .social-links li a {
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 25px 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .mc-trial {
    margin: 20px 0;
}
.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
    padding: 40px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.btn-submit:hover, .btn-submit:focus{
    background-color: #5fcf80;
    color: #fff;
}
.btn-submit{
	padding: 14px 12px;
	border-radius: 50px;
	text-transform: uppercase;
    background-color: #5fcf80;
    color: #fff;
}
.btn-submit i{
	padding-left: 8px;
}

.btn-sec {
    margin-top: 20px;
}
.ser-btn {
    padding: 10px 18px;
    border: 0px;
    background-color: #222935;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
}
.mem-info{
    padding: 45px 10px 0px;
    background-color: #eee;
}
.mem-info h4 {
    font-size: 18px;
    padding: 10px 0px;
}
.mem-info h3{
    font-size: 24px;
    padding: 15px 0px;
}
.mem-info h5
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mem-info p {
    margin: 0 0 10px;
}
.agent-social li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}
.btn {
    padding: 10px 20px;
}
.light-form-button{
    background: #5fcf80;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 24%;
    padding: 10px 10px;
    margin-bottom: 15px;
    color: #fff;: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 24%;
    margin-bottom: 15px;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-green, .btn-green:hover{
    background-color: #5fcf80;
    color: #fff;
}
.footer .form-control:focus{
    box-shadow: none;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 769px) and (max-width: 980px) {
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info{
        margin-bottom: 30px;
    }

    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .text-dec {
    font-size: 20px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .header-section p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 20px;
    }
    .service-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .contact-form-button{
        width: 40%;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 10px;
    }
    .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-brand{
        margin-left: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
}
/* Surojit Bera */
@font-face {
  font-family: 'Invited-Regular';
  src: url('Invited-Regular.eot?#iefix') format('embedded-opentype'),  url('Invited-Regular.woff') format('woff'), url('Invited-Regular.ttf')  format('truetype'), url('Invited-Regular.svg#Invited-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.page-wrapper {
	background: url("../img/banner-bg.jpg");
	background-size: cover;
    position: relative;
	width: 100%;
    height: 100vh;
	padding-top: 30px;
}
.border-radius {
	border-radius: 30px;
}
.font-weight {
	font-weight: bold!important;
}
.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.my-25 {
	margin-top: 50px;
	margin-bottom: 50px;
}
h1.hero {
    font-size: 80px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
	font-family: 'Invited-Regular';
}
.font-size-16 {
    font-size: 16px;
    min-width: 172px;
    background: #433106;
	border: 2px solid #433106;
	transition: 0.4s;
	color: #fff;
}
.font-size-16:hover, .font-size-16:focus {
    background: #fff;	
	color: #433106;
	border: 2px solid #433106;
}
.font-size-16:focus {
    background: #433106;	
	color: #fff;
	border: 2px solid #433106;
}
.font-size-22 {
    font-size: 22px;
	border: 2px solid #c2af0f;
    background: #c2af0f;
    transition: 0.4s;
	color: #fff;
}
.font-size-22:hover {
    background: #fff;	
	color: #c2af0f;
	border: 2px solid #c2af0f;
}
.font-size-22:focus {
    background: #c2af0f;	
	color: #fff;
	border: 2px solid #c2af0f;
}
button:focus {outline:0!important;}
.text-white {
	color: #fff;
}
.text-uppercase {
	text-transform: uppercase;
}
.mt-30 {
	margin-top: 30px;
}
.pt-150 {
	padding-top: 130px;
}
/* End home page */
.logo-bg {
    background-color: #006EB7;
	margin-bottom: 0px;
}
.header-top {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    padding: 5px 0px;
    background: #433106;
	color: #fff;
	font-size: 14px;
}
.top-right ul li {
	float: left;
	padding-left: 15px;
}
.top-right ul li a {
	color: #fff;
}
.top-right ul li a:hover {
	text-decoration: none;
}
.top-right ul {
	padding: 0;
	margin: 0;
	float: right;
}
#heading-breadcrumbs {
    text-align: left;
    background: #eee;
    padding: 15px 0;
    margin-bottom: 15px;
	font-weight: 100;
}
#heading-breadcrumbs h1 {
	font-weight: 100;
	letter-spacing: 0.08em;
	margin-top: 0;
	margin-bottom: 0;
}
.mb-30 {
	margin-bottom: 30px;
}
/*download form requisition*/
span.font-weight-light {
    font-weight: normal;
    font-size: 13px;
}
.inquiry-form {
	max-width: 666px;
	margin: 0 auto;
}
label.form-check-label {
    font-weight: normal;
    font-size: 14px;
}
.pr-lg-0 {
	padding-right: 0;
}
.pl-lg-0 {
	padding-left: 0;
}
h2 {
    padding-bottom: 10px;
	margin-top: 10px;
}
body {
    font-size: 14px;
}
.form-group {
    margin-bottom: 11px;
}
/****************************************************/
.login-box {
    max-width: 360px;
    margin: 55px auto 0 auto;
}
.form-box-body {
    padding: 20px;
    background: #fff;
    color: #444;
    text-align: left;
}
.form-box-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: none repeat scroll 0 0 #006EB7;
    padding: 20px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}
.bg-F1F2F7 {
	background: #F1F2F7;
	min-height: 493px;
}
.w-100 {
	width: 100%;
}
.custom-btn-all {
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.33;
	background: #433106;
    border: 2px solid #433106;
	transition: 0.4s;
	color: #fff;
}

.custom-btn-all:hover {
    background: #fff;
    color: #433106;
    border: 2px solid #433106;
}
/****************************************************/
/* End Login */
/****************************************************/

.box-header {
    position: relative;
    background-color: #006EB7;
    border-bottom: 0px solid #f4f4f4;
    color: #fff;
}
.box-header .box-title {
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    cursor: default;
    color: #FFFFFF;
}
.text-center.text-uppercase h1, .text-center.text-uppercase h2, .text-center.text-uppercase h3 {
    margin-top: 0;
	padding-bottom: 0;
}
.text-center.text-uppercase h2, .text-center.text-uppercase h3, .date-text {
    font-size: 18px;
}
.text-center.text-uppercase h1 {
	font-size: 30px;
}
.mt-0 {
	margin-top: 0;
}
.pl-30 {
	padding-left: 30px;
}
.font-weight-normal {
	font-weight: 600;
}
.mt-25 {
	margin-top: 25px;
}
.pl-15 {
	padding-left: 15px;
}
.inquiry-form {
    padding: 20px 0 0 0;
}
.admin-login-bg {
	background: url(../img/banner-bg.png);
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100vh;
}
.form-box-header-login {
	padding: 10px;
}
.text-white {
	color: #fff;
}
.admin-login-box {
    max-width: 360px;
    margin: 110px 0 0 0;
}
.admin-login-box .form-box-body {
	border-radius: 0 04px 4px;
}
.mt-110 {
	margin-top: 110px;
}
.welcome-text {
    font-size: 72px;
    font-weight: lighter;
}
.school-name {
	font-size: 27px;
	position: relative;
    bottom: 42px;
    right: 40px;
}
.mt-15 {
	margin-top: 15px;
}
.text-danger {
    color: #dc3545;
}
.text-success {
    color: #28a745;
}
.font-weight-bold {
	font-weight: bold;
}
.mb-15 {
	margin-bottom: 15px;
}
.cursor-pointer {
	cursor: pointer;
}
.label-warning {
    background-color: #F89406;
	padding: .2em .4em .4em;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.label-success {
    background-color: #82AF6F;
	padding: .2em .4em .4em;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.label-inverse {
    background-color: #333;
	padding: .2em .4em .4em;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.btn-sm {
    padding: 5px 10px;
}
/****************************************************/

@media (max-width: 767px) {
	.btn {
		width: 100%;
		margin-bottom: 10px;
	}
	h1.hero, h1.text-white.text-uppercase {
		font-size:5vw;
		margin: 20px 0;
	}
	.pt-150 {
		padding-top: 15px;
	}
	.font-size-16 {
		font-size: 14px;
	}
	.btn {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.logo-bg img {
		max-width: 100%;
	}
	#heading-breadcrumbs h1, .inquiry-form h1, .inquiry-form h2, .inquiry-form h3 {
		font-size:5vw;
	}
}

	.mt-15 {
		margin-top: 15px;
	}

	.portlet-light-blue  {
		background: linear-gradient(to bottom,#2d88cd 0,#2d6ca2 100%);
		color: #fff;
		position: relative;
		border-radius: 3px;
	}
	h1 i.fa.fa-envelope-o {
		font-size: 1.5em;
		color: #337AB7;
		width: 80px;
		height: 80px;
		background: #fff;
		text-align: center;
		border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
		-o-border-radius: 49px;
		line-height: 1.7em;
	}
	h1 i.fa.fa-credit-card {
		font-size: 1.5em;
		color: #FC8213;
		width: 80px;
		height: 80px;
		background: #fff;
		text-align: center;
		border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
		-o-border-radius: 49px;
		line-height: 1.7em;
	}
	h1 i.fa.fa-money {
		font-size: 1.5em;
		color: #68AE00;
		width: 80px;
		height: 80px;
		background: #fff;
		text-align: center;
		border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
		-o-border-radius: 49px;
		line-height: 1.7em;
	}
	
	h1 i.fa.fa-coffee {
		font-size: 1.5em;
		color: #9c4b10;
		width: 80px;
		height: 80px;
		background: #fff;
		text-align: center;
		border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
		-o-border-radius: 49px;
		line-height: 1.7em;
	}
	
	.d-block {
		display: block;
	}
	.clr-block-1 {
		background: #68ae00;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
	}
	.clr-block-2 {
		background: #FC8213;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
	}
	.clr-block-3 {
		background: #337AB7;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
	}
	.clr-block-1:hover, .clr-block-2:hover, .clr-block-3:hover {
		background: #3C3C3C;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
	}
	#questionModal .modal-dialog{
		width: 850px;
	}
	#questionModal .modal-dialog .modal-body{
		height: 450px;
		overflow-y: auto;
	}
	