/* =============================
   1. CONTACT
================================ */
.gap-top{
    margin-top:55px;
}
.inner_header{
    padding: 1% 0!important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: 0;
}
.contact_wrap{
    margin-bottom: 100px;
}
.contact_wrap .form-control{
    height: 50px;
    color: #40638e;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #40638e;
    box-shadow: none;
    margin-bottom: 20px;
}
.contact_wrap .btn{
    border-radius: 0;
    background: #0d84b1;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.contact_wrap .btn:hover{
    background: #f58220;
    color: #fff;
}
.got_question h1{
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
.got_question h1:after {
    content: '';
    display: block;
    width: 3.75em;
    height: 0.125em;
    background: #f58220;
    margin: 1.0625em auto 2.625em;
}
.got_question h2{
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 35px;
}
#map{
    background: #e5e5e5;
    padding: 50px 10px;
}
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
#map address{
    text-align: center;
}
#map h1:after{
    margin: 10px auto;
}
/* =============================
   2. SERVICES
================================ */
.services h1{
    line-height: 52px;
}
/* =============================
   3. REFERRAL PARTNERS
================================ */
.partners ul {
  list-style: none;
  padding: 0;
}
.partners ul li{
    padding-left: 1.3em;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 45px;
}
.partners ul li:before {
  content: "\f00c"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
  color: #f58220;
}
/* =============================
   4. PRODUCTS
================================ */
.nopadding {
    padding: 0;
    margin-top: -1px;
}
.product{
    margin-bottom: 75px;
}
.product ol {
    margin-top: 10px;
}
.product ol li{
    margin-bottom: 10px;
}
.product ol li:before{
    display: none;
}
.small-box {
    height: 280px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.small-box .hover-bg{
    position: relative;

}
.small-box .hover-text{
    display: none;
    position: absolute;
    top: 0;
    padding: 40px 40px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.small-box .hover-text.on{
    display: block;
}

.small-box:hover .hover-text.animated{
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY();
        transform: translateY();
    }
}
.small-box .hover-text .ptitle {
    border: 1px solid #0c1026;
    padding: 2px 5px;
    width: 100%;
    font-size: 100%;
}
.hover-text h2 {
    font-size: 100%;
/*    font-family: 'Great Vibes', cursive;*/
    text-transform: none;
    letter-spacing: 0;
    font-size: 30px;
    text-align: center;
}
.small-box a { color: #0c1026 !important }
p.excerpt {
    padding-top: 20px;
    font-size: 13px;
}
.small-box .hover-text {
    background: #ffffff;
    width: 100%;
    height: 100%;
    color: #0c1026;
}
.small-box a.btn.read-more-btn,
a.btn.btn2 {
    background: transparent;
    color: #0b102c !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none !important;
    padding: 6px 0px;
}
.small-box .hover-text a.btn.read-more-btn span.fa{ margin-right: 20px }
.small-box img{
    display: block;
    margin: 0 auto;
}
#en-content .img, .img {
    margin: 15px 0;
}
/* =============================
   5. CAREER
================================ */
.form-control:focus{
    border-color: #ccc;
    box-shadow: none;
}
.career .form input.form-control {
    margin-bottom: 20px;
    height: 50px;
    color: #777;
    background-color: transparent;
    border-radius: 0px;
}
.career input[type="file"] {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}
.career .btn{
    border-radius: 0;
    background: #0d84b1;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.5s ease;
}
.career .btn:hover{
    background: #f58220;
    color: #fff;
}
.career textarea.form-control{
    border-radius: 0px;
}