.RequestQuoteBackground {
    background: url(/assets/img/EPRequestBackground.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.RequestQuote {
    border: 1px solid #736a6ab0 !important;
}

.RequestQuote::placeholder {
    color: #736a6ab0;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.facebook {
  background: #3B5998;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

a{
    color: #3498db;
}

p{
    font-family: 'Muli', sans-serif !important;
    font-size: 15px;
    line-height: 27px;
    color: #111111;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif !important;
}

body{
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    padding-top: 70px;
    text-rendering: optimizeLegibility;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .wrapper {
    background: #ffffff;
}

.bg-dark{
    background: #F3F3F3;
}

.navbar-header{
    margin-right: 30px!important;
}

.navbar-brand{
    display: block;
    margin: 8px!important;
    padding: 0!important;
}

.navbar-brand>img {
    height: 80px; /*Prashasti*/
}

.navbar-default{
    background: #ffffff !important;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu{
    min-width: 150px;
}

.mt0 {
    margin-top: 0;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}
.mb50 {
    margin-bottom: 50px;
}

.btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
}
.btn-dark.btn-fill {
    background: #105fb3 !important;
    /*Prashasti*/
    border-color: #105fb3 !important;
    /*Prashasti*/
}

.navbar .navbar-nav > li > a{
    font-family: 'Montserrat', sans-serif;
    padding: 15px !important;
    font-size: 16px;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:not(.btn):hover, .navbar-default .navbar-nav > .active > a:not(.btn):focus, .navbar-default .navbar-nav > li > a:not(.btn):hover, .navbar-default .navbar-nav > li > a:not(.btn):focus{
    color: #2980b9!important;
}
section{
    padding: 2% 0;/*Prashasti*/
}

section h2{
    font-family: Montserrat, sans-serif;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 2em;
}

section.body-content h2:after {
    background-color: #2ecc71;
    color: #f2f2f2;
    content: "";
    margin: 15px 0;
    display: block;
    font-size: 2px;
    height: 4px;
    width: 30px;
}
footer{
    margin-top: 0;
}

#back-to-top {
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    filter: alpha(opacity=70);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../../../img/to_top_arrow.png) no-repeat center center #727272;
}

.footer-top{
    background: #175892;
    padding: 10px 15px; /*Prashasti*/
}

footer .copyright{
    color: #f2f2f2;
    margin-top: 0px; /*Prashasti*/
    margin-bottom: 0;
    font-size: 14px;
}

.widget{
    color: #fff;
    padding: 10px 0;  /*Prashasti*/
}

.widget p{
    color: #ffffff;
}

.widget h4,.widget h4 small{
    margin-top: 0;
    color: #f7f7f7;
}

.widget .btn.read-more{
    margin: 0 0;    /*Prashasti*/
    padding: 10px 30px !important;
}

.widget .quick-links{
    padding-left: 0;
    list-style: none;
}

.widget .quick-links li{
    padding: 8px 0;
    width: 49%;
    display: inline-block;
}

.widget .quick-links li a{
    color: #ffffff;
}
.bootstrap-select {
    width: 100%!important;
}
ul li{
    padding: 5px 0;
}
ul.list-unstyled li {
    padding: 5px 0;
}

.content-slider {
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}

.content-slider li {
    display: inline-block;
}

.content-slider li .box {
    background: #ffffff;
    padding: 50px 30px 30px;
    text-align: center;
    border-radius: 15px;
    margin: 10px;
    min-height: 450px;
}

.content-slider li .box i {
    color: #4cae4c;
    font-size: 35px;
}
.description-list {
    list-style: none;
    padding-left: 0;
}

.description-list li {
    padding: 0 5px;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
    font-family: 'Montserrat', sans-serif !important;
}