﻿.footer_right
{background: #a2a2e8;
    border-radius: 10px;padding: 0px 30px;
}
.form-control
{ font-size:15px;font-weight: bold;font-weight: bold;
    font-family: 'Poppins', sans-serif; line-height:24px; line-height: 44px;
}::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
.about_anchor{color: #fff;
    font-size: 16px; line-height:25px;
    margin-top: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #407ab0;    
    padding: 5px 15px;
    border-radius: 10px;
    position: relative; float:right; border:0; margin-bottom: 30px;}
.about_anchor:hover {
    background: #db1e1a;
    color: #fff;
}

.custom-controls .flex-control-nav {position: relative;
    bottom: 0;}