/** services **/
.pageTitle{
    font-size: 40px;
    line-height: 46px;
    font-family: 'ralewaylight';
    color: #54585c;
}
.subTitle{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #54585c;
    margin: 20px 0;
}
.serviceLink ul{
    display: inline-block;
    margin-top: 15px;
    float: right;
}
.serviceLink li{
    display: inline-block;
    padding-right: 30px;
}
.serviceLink li a{
    font-size: 14px;
    line-height: 24px;
    font-family: 'latoregular';
    color: #00b5cc;    
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .serviceLink li a{
        font-size: 13px;  
    }
}
.serviceDetail li:first-child{
    padding-top: 18px;
}
.serviceDetail li{
    padding: 35px 0;
}
.serviceDetail li:not(:last-child){
    border-bottom: 1px  dashed #bec2c3;
}
.serviceArticle h3{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaysemibold';
    color: #6f6f6f;
    margin-bottom: 15px;
}
.serviceArticleInfo{
    padding: 10px 0;
}
.articleText p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'latolight';
    color: #54585c;    
}
.serviceArticle a{
    font-size: 16px;
    line-height: 24px;
    font-family: 'latolight';
    color: #00b5cc;
}
.serviceArticle p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'latolight';
    color: #00b5cc;
}
.serviceArticle .articleContact{
    padding-left: 10px;

}
.btnService{padding: 20px 0;}
.btn-custom{
    font-size: 18px;
    line-height: 24px;
    padding: 10px 80px;    
    display: inline-block;
    text-align: center;
    text-transform: uppercase;   
    border: none;
    border-radius: 0;
}
.blue{
    background: #00b5cc;
    color: #ffffff;
}
@media (max-width:767px){
    .pageTitle{
        font-size: 34px;
        line-height: 40px;
    }
    .subTitle{
        font-size: 18px;
        line-height: 22px;
    }
    .serviceArticle h3{
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #c0c4c5;
    }
    .articleText p{
        font-size: 16px;
    }
    .serviceDetail li{
        border-top: 1px solid #bbbcbe;
        padding: 20px 0;
    }
    .serviceDetail li:not(:last-child){
        border-bottom: none;
    }
    .serviceArticleInfo{
        display: inline-block;
        padding: 10px 20px;
    }
    .articleTextDetail{
        text-align: right;
    }
    .articleTextDetail a{
        font-size: 18px;
        line-height: 24px;
        font-family: 'latobold';
        color: #00b5cc;
    }
    .articleText{
        padding: 10px 0;
    }
    .articleText p{
        margin-bottom: 10px;
    }
    .btn-custom{
        display: block;
        width: 100%;
    }
    .competitionSubdetails .btn-custom.blue.fancyBoxForm {
        padding: 10px 0;
    }
}
@media (max-width:480px){
    .competitionSubdetails .btn-custom.blue.pdfDownload {
        font-size: 14px;
    }
}
@media (min-width:768px) and (max-width:1300px){
    .serviceLink li{
        padding-right: 10px;
    }
    .pageTitle{
        font-size: 34px;
        line-height: 40px;
    }
    .subTitle{
        margin: 15px 0;
    }

}

