select, .form-control{
	color: #808080;
}
select option{
    display: block !important;
    width: 100% !important;
    padding: .25rem 1.5rem !important;
    clear: both !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-align: inherit !important;
    white-space: nowrap !important;
    background-color: transparent;
    border: 0 !important;
}
.nav {
	justify-content: center;
}

@media (max-width: 1600px) and (min-width: 1199px){
	.about .heading-about h2{
	font-size: 100px;
}
.about .heading-about h3{
	font-size: 36px;
	}
.about .heading-about h4 {
    font-size: 34px;
	}
}	
@media (max-width: 1200px) and (min-width: 768px){
.about .heading-about h4 {
    font-size: 29px;
}
.about .heading-about h2{
	font-size: 85px;
}
.about .heading-about h3 {
    font-size: 29px;
}
}
@media (max-width: 479px){
.about .heading-about h3 {
    font-size: 22px ;
	}
	.about .heading-about h2 {
    font-size: 60px;
}
}
@media (max-width: 768px) and (min-width: 480px){
	.about .heading-about h3 {
    font-size: 52px;
}
.about .heading-about h2 {
    font-size: 100px;
}
.contact-header h4 {
    font-size: 25px !important;
    line-height: 0;
}
}
.no-pad{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.hero-bg {
    background-color: #ffffff;
}
.header_logo_center a.logo{
   font-size: 40px;
}
.header_logo_center a.logo span{
    font-size: 18px;
}
.comment-body {
    margin-left: 30px;
     padding: 20px; 
    position: relative;
}
.mb-30{
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f2f2 !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 50px !important;
    letter-spacing: -0.02em !important;
    padding: 10px 30px 11px !important;
    text-transform: uppercase;
    width: 100%;
}
.select2-container--default 
.select2-selection--single 
.select2-selection__arrow b
{
    top: 80% !important;
}
.select2{
    width: 100% !important;
}
input[type="text"],
 input[type="email"], input[type="url"],
  input[type="password"], input[type="search"],
   input[type="tel"], input[type="number"],
    input[type="file"], textarea, select, .form-control{
    text-transform: none !important;
}
/*dropdown css*/
.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-top: 3px solid #55bce7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: inherit;
    line-height: 1.5;
    margin-top: 0;
    padding: 20px;
    z-index: 1001;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
/*dropdown css end*/
.btn-primary{
         background-color: #55bce7;
         border:1px solid #55bce7;
  }
  .btn-primary:hover {
  
   background-color: transparent;
    border-color: #55bce7;
    color: #55bce7;
   
}
.comments-area input[type="submit"], .comments-area button {
   background-color: #55bce7;
         border:1px solid #55bce7;
}
.ls {
    color: #000000;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
background-color: transparent;
    border-color: #55bce7;
    color: #55bce7;
}
.footer-menu {
    padding: 0 10px 0 25px;
}
.brd{
    background-color: beige;
    
}