
                    /*====================================
                                Service Page
                    =======================================*/

.service-page .image-container {
    background: url(../img/service_featured.png);
    background-size: cover;
    background-position: bottom;
}

/*---------  service-flip------------------*/

.flipper i
{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #579BD9;
    color: white;
    margin-top: 40px;
    font-size: 25px;
    border-color: #fff;
    line-height: 58px;
}
.flip-container 
{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container:hover .flipper,  
.flip-container.hover .flipper
{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .front, .back 
{
    height: 350px;
}

.flipper 
{
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
.faq-desc-item
{
    margin: 15px 10px;
}
.front, .back 
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front 
{
    z-index: 2;
    /*background-color: rgba(92, 145, 216, 0.27);*/
    background-color: #f4f4f4;
    width: 100%;
    padding: 20px;
}
.front h5, .back p 
{
    margin-top: 20px;
}
.front h5 
{    
    line-height: 31px;
    font-weight: 400;
}
.back 
{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #f4f4f4;
    z-index: 9999;
    padding: 20px;
}

.back h5 {
    margin-top: 40px;
}

.back p 
{
    text-align: center;
    padding: 0 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.82em;
}


/*=================================== pricing ======================================*/

.price-box {
    padding: 25px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    margin: 15px 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.price-box p {
    line-height: 22px;
}

.price-box .pricing-catagory-name {
    color: #000;
    margin-bottom: 10px;
}

.price-box p span.price {
    color: #579BD9;
}

.price-box p:nth-child(2) {
    color: #579BD9;
}

.price-box ul {
    padding: 0;
    margin: 0;
}

.price-box ul li {
    font-size: 13px;
    list-style: none;
    padding: 3px 0px;
}

.price-box ul li.unavailabe {
    color: #969595;
}

.price-box .btn {
    background-color: #313131;
    color: #fff;
    border-radius: 0px;
    margin-top: 20px;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.price-catagory:hover .price-box {
    border: 1px solid #579BD9;
}

.price-catagory:hover .price-box .btn {
    background-color: transparent;
    color: #579BD9;
    border: 1px solid #579BD9;
}

.price-box .btn:hover {
    background-color: #579BD9 !important;
    color: #ffffff !important;
}

/*---------------------------- 4.4 sponsor  -----------------------------*/

.sponsor {
    padding: 3.1269em 0;
}

#sponsor-list img {
    opacity: 0.5;
}

#sponsor-list img:hover {
    opacity: 1.0;
}

#sponsor-list {
    margin-top: 15px;
    margin-bottom: 40px;
}

.service-page .footer {
    background-color: #9E9E9E;
}