a{
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
    margin: 0 0 1.5em;
    padding: 0;
}

.bg-blue-light {
    background: #2a7ab0;
}
.contact p{
    color: #dedede;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 15px
}
.bg-white{
    background: #fff
}

.sec-pad-60{
    padding: 60px 0;
}
.sec-pad-80{
    padding: 40px 0
}

.banner{
    color: #fff;
}
.white{
    color: #fff;
}
.banner .content p{
    margin: 10px auto 40px auto;
}
.banner .content .btn {
  color: #fff;
    background-color: #ea7711;
    border-radius: 3px;
    margin: 0;
    padding: 7px 18px;
    font-weight: 900;
    font-size: 18px;
}
.section-title{
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.section-title h2:after{
content: "";
    background: #2e93d7;
    height: 3px;
    width: 4%;
    display: block;
    margin: 12px auto;
}
.sub-title{
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
}
.sub-title:hover{
    color: #fabc00
}
.home-card{
    margin: 15px;
    padding: 13px 15px;

}
.flex-cont{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}
.single-service{
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    margin-bottom: 50px;
}
.cat-card{
        text-align: center;
    background: #2e93d7;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    min-height: 89px;
    line-height: 82px;
    margin-bottom: 15px;
}

.cat-card a{
    color: #fff
}
.why-us-title{
    color: #0F4880
}
.why-us-box .iconset {
    background: transparent none repeat scroll 0 0;
    float: right;
    position: relative;
    line-height: 58px;
    text-align: center;
}

.why-us-box .why-us-content {
    float: right;
    padding-right: 28px;
    width: 78%;
}
.why-us-content p{
    font-size: 15px
}
.why-us-img img{
    margin-top: 39%;
}
.why-us-content .h4 {
    font-size: 19px;
}
.feature-box{
    box-shadow: 0 5px 5px rgba(0,0,0,.25);
    background: #fff;
    border-radius: 8px;
    color: #000;
    padding: 15px 30p;
    position: relative;
}
.single-service img{
    margin-top: -75px;
    margin-bottom: 15px;
}

.shadow-border{
    -moz-box-shadow: 0 2px 8px 0 rgba(20,96,170,0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(20,96,170,0.1);
    box-shadow: 0 2px 8px 0 rgba(20,96,170,0.1);
}

.card{
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    transition: 0.15s;
}
.card-title {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
    padding: 15px 5px 25px;
}
.widget-card{
    width: 31.8221447254%;
    float: right;
}
.widget-cards .widget-card:not(:nth-child(3n+1)) {
    margin-right: 2.1795989538%;
}

.widget-cards .widget-card:nth-child(3n+1) {
    margin-right: 0;
    clear: right;
}


.load-more {
    background: #D47500;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 60%;
    font-weight: 900;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    height: 50px;
}
.load-more:disabled,
.load-more[disabled] {
    background-color: #d86d0f;
}
.loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.5s linear infinite;
    margin-right: 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 480px){
    .home-card{
        width: 30%;
        float: right;
    }
    .card-archive {
        width: 45%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-archive:nth-child(2n+1) {
        clear: right;
    }
}
@media only screen and (min-width: 768px){

.col {
    float: right;
    padding-left: 20px;
}
.col-4{
    width: 33%;
}
.col-3{
    width: 24%;
}
.col-6 {
        width: 64%;
}
    .banner .content p{
        width: 66%;
    }
    .single-service{
        width: 30%;
        float: right;
    }
.card-archive{
    width: 30%;
}
.card-archive:nth-child(2n+1){
    clear: none;
}

.card-archive:nth-child(3n+1){
    clear: right;
}

.cat-card{
    min-height: 150px;
    line-height: 146px;
    margin-bottom: 25px;
}
}