#logo{max-height: 90px;margin-bottom: 30px;}
.masthead 
{ 
    background:  url(../img/bg-masthead.png) rgba(29, 128, 159, .8) no-repeat;
}
.masthead .mb-5{padding: 50px 30px 30px 30px;background: rgba(29, 128, 159, .5);}
.masthead .mb-5 .em{font-size:22px;line-height: 40px;color:#fff;font-weight: normal;}

.form_holder
{
	display: table;
	margin:0 auto;
	font-size:16px;
	background: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

#website_name
{
	background:#fff none repeat scroll 0 0;
	opacity:.8;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 50px 0 0 50px;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    padding-left: 6%;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 400px;
    color: black !important;
    margin-top: 30px;
}
#website_name:focus{outline: none;}

#submit{
    background: #ffc107 none repeat scroll 0 0;
    opacity:.9;
    border: medium none;
    border-radius: 0 50px 50px 0;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 60px;
    line-height: 50px;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    transition: all 0.3s ease 0s;
    width: 100px;
    margin-top: 30px;
    cursor: pointer;
    color: #fff;
}

#submit:hover
{
	opacity:.9;
	background:orange;
}
#submit .fa
{
	padding-left:10px;
	padding-right:10px;
}
#language_change{
    height: 50px;
    border-radius: none;
    width:150px;
    position:absolute; 
    top:15px;
    right:100px;
}
.description{font-size: 20px; line-height: 35px;}
.padding-top-20{padding-top: 20px;}
.padding-top-50{padding-top: 50px;}
.space{padding-top: 50px;}
.deatils-container{border:1px solid #ccc;padding:30px 10px;background: #fff;color:black;border-radius: 20px;}
.row1 .deatils-container .text-left{height: 270px;}
.row2 .deatils-container .text-left{height: 150px;}
.row3 .deatils-container .text-left{height: 80px;}
.row4 .deatils-container .text-left{height: 240px;}
.deatils-container .text-left{overflow-y: auto;}
.black{color: black;}
.orange{color: #ffc107;}

@media screen and (max-width: 640px) 
{
	#website_name
	{
		width:200px;
	}	
	#submit
	{
		width: 70px;
		padding-left: 5px;
	}	
	.mb-5 em{display: none;}	
    .row4 .deatils-container .text-left{height: 100px;}					    
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.text-muted{color: #fff !important;font-size: 15px!important;}
.text-muted a{color: orange !important;}



/* contact  CSS */
.contact-form, .contact-add-box {
    /*background-color:#0d1b11 ;*/
    color:#fff;
    margin-bottom: 30px;
    padding: 70px 30px;
    font-family: 'Source Sans Pro';
    border-radius: 30px;
    background: #fff;
}
.contact-section{
  background-color: #1d809f;
}
.contact-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #504b4b;
    font-weight: 600;
    text-transform: capitalize;
}
 .form-control {
    height: 45px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    font-size: 14px;
    /* color: #fff; */
    padding: 0 10px 0 20px;
    border-color: #2fbeea;
}
.form-control::-moz-placeholder {
  color: yellow;
  font-size:14px;
  letter-spacing:1px;
}
.red{color:red;}

.contact-form textarea.form-control {
    height: 140px;
    resize: inherit;
    border-radius: 0px;
    border-color: #2fbeea;
    padding: 20px;
}
.comment-box {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-btn {
    border: 2px solid transparent;
    background-color:orange;
    cursor:pointer;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    outline: none;
}
.contact-btn:hover {
    border: 2px solid #fff;
    background:#FFC107;
}

.contact-info{padding-top:70px; font-family: 'Source Sans Pro';}
.contact-info h4 {font-weight:400;font-size:22px; color:#fff; margin:0 0px 30px 0px;}



/* width */
::-webkit-scrollbar{
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track{
    background: #fff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eee; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}