

@font-face {

  font-family: 'Amaranth-Regular';

  src:  url('fonts/Amaranth-Regular.ttf');

}

.heading1

{

    font-size: 23px;

    color: #FF9000;

    

}

.heading1 span

{

    color:#155C8A;

}

.sub_head

{

     color: #222;

    font-size: 18px;

    letter-spacing: 0.5px;

}

.logoimg img

{

    margin: 8px 0;

    width: 50%;

}

.logoimg

{

    background:#fff;

    border-top: 4px solid #005998;

    box-shadow: 0 1px 8px #9d9d9d;

    position: relative;

}

body

{

    

    font-family: "Amaranth-Regular";

    position: relative;

}

.ptb20

{

    padding: 10px 0;

}

.copyright

{

    background: #fafafa;

    box-shadow: 0 -1px 2px #ccc;

    position: relative;

}







.portfolio {

    background: #e9ecfb none repeat scroll 0 0;

    padding-bottom: 140px;

    padding-top: 145px;

}

.portfolio-top-head {

    margin-bottom: 80px;

}

.portfolio .top-head-before::before {

    left: 42.5%;

    width: 166px;

}

.portfolio-content {

    border-radius: 5px;

    box-shadow: 10px 10px 10px #ccc;

    margin-top: 40px;

    max-height: 355px;

    overflow: hidden;

    padding-left: 0;

    padding-top: 0;

    position: relative;

    text-align: center;

}

.portfolio-content img {

    height: auto;

    margin: 15px auto;

    transform: scale(1.15);

    transition-duration: 1.2s;

    transition-property: -moz-transform;

    width: 60%;

}

.portfolio-content:hover img {

    filter: blur(0px);

    transform: scale(1);

}

.text-center {

    text-align: center;

}

.adipoli-wrapper {

    display: inline-block !important;

    height: 210px !important;

    margin: auto !important;

    max-height: 210px;

    overflow: hidden;

    position: relative !important;

    text-align: center;

    top: 5px;

    transition: all 0.5s ease 0s;

    width: 100% !important;

}

.portfolio-content:hover .adipoli-wrapper {

    background: #ffffff none repeat scroll 0 0;

    border-color: #ffffff;

}

.portfolio-content {

    width: 100%;

}

.portfolio-content-overlay {

    -moz-box-align: end;

    -moz-box-pack: end;

    align-items: flex-end;

    background: rgba(0,0,0,0.4) none no-repeat scroll 50% center / cover ;

    border-radius: 2px;

    color: #fff;

    

    height: 100%;

    justify-content: flex-end;

    margin-top: 0;

    overflow: hidden;

    

    position: absolute;

    right: 0;

    text-align: center;

    bottom: 0;

    transition: all 0.5s ease 0s;

    width: 100%;

}

.portfolio-content:hover .portfolio-content-overlay {

    background: rgba(0,71,121,0.6)  none repeat scroll 0 0;

    filter: grayscale(0);

    right: 0;

}

.portfolio-content-overlay b {

   

    color: #fff;

    font-size: 18px;

    text-align: center;

    text-transform: capitalize;

    left: 0px;

    bottom:5px;

    position: absolute;

    width: 100%;

}

.portfolio-content-overlay:hover b {

    color: #fff;

}

.portfolio-content-overlay b strong {

    font-weight: normal;

}

.portfolio-content-overlay b i {

    border: 1px solid #fff;

    border-radius: 100%;

    font-size: 18px;

    height: 55px;

    margin-bottom: 50px;

    padding: 18px 0;

    width: 55px;

}

.portfolio-content-overlay h5 {

    font-style: italic;

}

@media (max-width: 1024px) {

.portfolio-content img {

    filter: blur(0px);

}

}

.portfolio_section

{

    margin-bottom: 20px;

}


.header-search {
   margin-top: 20px;
}
.header-search_filter {
    float: left;
    height: 44px;
    position: relative;
    width: 117px;
}
.header-search_filter .formDropdown {
    color: #333;
    font-size: 11px;
    padding: 6px 30px 3px 13px;
    text-transform: uppercase;
}
.header-search_filter i {
    position: absolute;
    right: 15px;
    top: 16px;
}
.header-search_form {
    float: left;
    width: 312px;
}
.product-search {
    float: left;
    position: relative;
    width: 100%;
}
.product-search_field {
    border-color: #c8c8c8;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 13px;
    height: 44px;
    padding: 10px 10px 10px 20px;
    width: 268px;
}
.product-search_btn {
    background-color: #005998;
    border: 0 none;
    color: #fff;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}
.product-search_btn.hvr-border-fade {
    box-shadow: 0 0 0 4px #005998 inset, 0 0 1px rgba(0, 0, 0, 0);
}
