a{
	color:#fff; 
}
a:hover{
	color:#ffd73e; 
}
.home-icon {
    font-size:15px !important;
    padding-right:5px;
}
.bg-new-light{
  background-color: #f2f2f2; 
}
.card-link + .card-link{margin-left:0.8rem;}

.card-profile, .card-pro {
  background-color: #fcfcfc;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
}
.card-profile .card-img-top {
  border-radius: 0;
  box-shadow: 0 8px 8px -5px #e3e3e3;
}
.card-profile .card-img-profile {
  max-width: 100%;
  border-radius: 50%;
  margin-top: -95px;
  margin-bottom: 15px;
  border: 5px solid #e6e5e1;
  width: 200px;
}
.card-profile .card-title {
  margin-bottom: 10px;
  font-weight: 700;
}
.card-profile .card-title small {
  display: block;
  font-size: .6em;
  margin-top: .2em;
}
.card-profile .card-links {
  margin-bottom: 25px;
}
.card-profile .card-links .fa {
  margin: 0 1em;
  font-size: 1.6em;
}
.card-profile .card-links .fa:focus, .card-profile .card-links .fa:hover {
  text-decoration: none;
}
.card-profile .card-links .fa.fa-dribbble,.card-profile .card-links .fa.fa-map-marker {
  color: #ea4b89;
  font-weight: bold;
}
.card-profile .card-links .fa.fa-dribbble:hover,.card-profile .card-links .fa.fa-map-marker:hover {
  color: #e51d6b;
}
.card-profile .card-links .fa.fa-twitter,.card-profile .card-links .fa.fa-pencil {
  color: #68aade;
}
.card-profile .card-links .fa.fa-twitter:hover,.card-profile .card-links .fa.fa-pencil:hover {
  color: #3e92d5;
}
.card-profile .card-links .fa.fa-facebook {
  color: #3b5999;
}
.card-profile .card-links .fa.fa-facebook:hover {
  color: #2d4474;
}



.modal-dialog {
      width: 100%;
      height:auto;
      padding: 0;
      margin:0 auto;
}
.modal-content {    
      height: 100%;
      border-radius: 0;
      overflow:auto;
}




.form-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}

.form-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}

.form-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}

.form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

.form-container :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:  #999;
}


.form-container .req-input .input-status {
    display: inline-block;
    height: 40px;
    width: 40px;
    float: left;  
}
.form-container .input-status::before{
  content: " ";
  height:20px;
  width:20px;
  position:absolute;
  top:10px;
  left:10px;
  color:white;
  border-radius:50%;
  background:white;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  
}

.form-container .input-status::after{
  content: " ";
  height:10px;
  width:10px;
  position:absolute;
  top:15px;
  left:15px;
  color:white;
  border-radius:50%;
  background:#00BCD4;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .req-input{
  width:100%;
    float:left;
  position:relative;
  background:#00BCD4;
  height:40px;
  display:inline-block;
  border-radius:0px;
  margin:5px 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container div .row .invalid:hover{
  background:#EF9A9A;
}

.form-container div .row .invalid{
  background:#E57373;
}

.form-container .invalid .input-status:before {
  width:20px;
  height:4px;
  top:19px;
  left:10px;
  background:white;/*#F44336;*/
  border-radius:0px;
   -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.form-container .invalid .input-status:after {
  width:20px;
  height:4px;
  background:white;
  border-radius:0px;
  top:19px;
  left:10px;
   -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.form-container div .row  .valid:hover{
  background:#A5D6A7;
}

.form-container div .row .valid {
  background:#81C784;
  
}

.form-container .valid .input-status:after {
  border-radius:0px;
    width: 17px;
    height: 4px;
    background: white;
    top: 16px;
    left: 15px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-container .valid .input-status:before {
  border-radius:0px;
    width: 11px;
    height: 4px;
  background:white;
    top: 19px;
    left: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-container .input-container{
  padding:0px 20px;
}

 .form-container .row-input{
  padding:0px 5px;
}

.form-container .req-input.input-password{
  margin-bottom:0px;
}
.form-container .req-input.confirm-password{
  margin-top:0px;
}

.form-container {
  border-radius:0px;
  color:#00838F;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .form-title{
  font-size:25px;
  color:inherit;
  text-align:center;
  margin-bottom:10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .submit-row{
  padding:0px 0px;
}

.form-container .btn.submit-form{
  margin-top:15px;
  padding:12px;
  background:#00BCD4;
  color:white;
  border-radius:0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .btn.submit-form:focus{
  outline:0px;
  color:white;
}

.form-container .btn.submit-form:hover{
  background:#00cde5;
  color:white;
}

.form-container .tooltip.top .tooltip-arrow {
  border-top-color:#00BCD4 !important;
}

.form-container .tooltip.top.tooltip-invalid .tooltip-arrow {
  border-top-color:#E57373 !important;
}

.form-container .tooltip.top.tooltip-invalid .tooltip-inner::before{
  background:#E57373;
}
.form-container .tooltip.top.tooltip-invalid .tooltip-inner{
  background:#FFEBEE !important;
  color:#E57373;
}

.form-container .tooltip.top.tooltip-valid .tooltip-arrow {
  border-top-color:#81C784 !important;
}

.form-container .tooltip.top.tooltip-valid .tooltip-inner::before{
  background:#81C784;
}
.form-container .tooltip.top.tooltip-valid .tooltip-inner{
  background:#E8F5E9 !important;
  color:#81C784;
}

.form-container .tooltip.top .tooltip-inner::before{
  content:" ";
  width:100%;
  height:6px;
  background:#00BCD4;
  position:absolute;
  bottom:5px;
  right:0px;
}
.form-container .tooltip.top .tooltip-inner{
  border:0px solid #00BCD4;
  background:#E0F7FA !important;
  color:#00ACC1;
  font-weight:bold;
  font-size:13px;
  border-radius:0px;
  padding:10px 15px;
}
.form-container .tooltip {
  max-width:150px;
  opacity:1 !important;
}

.form-container .message-box{
  width:100%;
  height:auto;
}

.form-container textarea:focus,.form-container textarea:hover{
  background:#fff;
  outline:none;
  border:0px;
}

.form-container .req-input textarea {
  max-width:calc(100% - 50px);
    width: 100%;
    height: 80px;
    border: 0px;
    color: #777;
    padding: 10px 9px 0px 9px;
  float:left;
  
}
.form-container input[type=text]:focus, .form-container input[type=password]:focus, .form-container input[type=email]:focus, .form-container input[type=tel]:focus, .form-container select{
    background:#fff;
  color:#777;
  border-left:0px;
  outline:none;
}

.form-container input[type=text]:hover,.form-container input[type=password]:hover,.form-container input[type=email]:hover,.form-container input[type=tel]:hover, . form-container select{
  background:#fff;
}

.form-container input[type=text], .form-container input[type=password], .form-container input[type=email],input[type=tel], form-container select{
  width:calc(100% - 50px);
  float:left;
  border-radius:0px;
  border:0px solid #ddd;
  padding:0px 9px;
  height:40px;
  line-height:40px;
  color:#777;
  background:#fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.blinking{
  animation:blinkingText 1.7s infinite;
  cursor: pointer;
  color: #00895b;
}
@keyframes blinkingText{
  0%{   color: #000;  }
  25%{  color: #555; }
  50%{  color: transparent; }
  75%{  color: #555;  }
  100%{ color: #000;  }
}

.pb-1, .py-1 {
    padding: 0px 15px 30px 15px !important;
}


/*Request A Quote CSS END*/
.right-ok{
	background-image:url(../images/right-icon.png);
	background-repeat:no-repeat;
	background-position: 8px;
}

.wrong-icon{
	background-image:url(../images/wrong-icon.png);
	background-repeat:no-repeat;
	background-position: 8px;
}

.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}
.thnak4{margin-top: 50px;}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-group{
	margin:15px !important;
}
.form-group input{
	border-left:5px solid #06247a;
	width:100%;
}

.form-group textarea{
	border-left:5px solid #06247a;
	width:100%;
}

.form-group select{
	border-left:5px solid #06247a;
	width:100%;
}
.Submit-box{
	background-color:#06247a;
	border:1px solid #06247a;
	padding:10px 15px;
	color:#fff;
	border-radius:5px;
	width:130px;
}
.Submit-box:hover{
	background-color:#ff0101;
	border:1px solid #ff0101;
}
/*Request A Quote CSS END*/


.modal-lg {
    width: 750px;
}
.modal-dialog {
    margin:0% auto;
}
.inq-btn-home {
    position: fixed;
    top: 200px;
    left: 10px;
    width: 125px;
    height: 50px;
    z-index: 11;
}
.modal {
    z-index: 999999 !important;
}
.modal-header{
	padding:10px 15px 0px 15px;
	background-color:#373435;
}
.modal-title {
    font-size: 19px;
    color: #333;
    text-align: center;
    padding-bottom: 9px;
}
.modal-body{
	padding:0px 15px 0px 15px;
}
.capside{float:left;margin-top:25px;}

.close {
    position: absolute;
    right: 16px;
    top: 13px;
    font-size: 35px;
    color: #ffff;
}

.pop-img {
    margin-top: 10%;
    margin-bottom: 20px;
}

button.close {
    -webkit-appearance: none;
    /* padding: 0; */
    cursor: pointer;
    background: 0 0;
    border: 0;
    background-color: #b52414 !important;
    padding: 6px 15px;
    margin-top: -14px !important;
    position: absolute;
    opacity: 1;
    color: #fff !important;
}

@media only screen and (max-width:768px){
.modal-lg {
    width: auto;
	margin:15px;
}