﻿.innerpagebody {
    background: #f1f1f1 url(../images/career_BG.jpg) top left repeat-x;
}

.page-title {
    font-size: 42px;
    color: #FFF;
    font-weight: normal;
    padding-top: 50px;
}

.solutionbox {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFF;
    padding:30px 00px 50px 30px;
}

.solution {
    zoom: 1;
    position: relative;
    height: auto;
}

    .solution:after,
    .solution:before {
        content: "";
        display: table;
    }

    .solution:after {
        clear: both;
    }

    .solution h4 {
        background: #f1f1f1;
        cursor: pointer;
        border-bottom: solid 1px #e8e8e8;
        padding: 13px 15px;
        font-weight: 600;
        font-size: 13px;
        color: #404040;
    }


.solution .para {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    border-left: none;
    display: none;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}

    .solution .para:after,
    .solution .para:before {
        content: "";
        display: table;
    }

    .solution .para:after {
        clear: both;
    }

    .solution .para li {
        list-style: square;
        margin-left:20px;
    }
.solution .active {
    border-right: none;
  background-color: #00112f;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 20px 15px 15px 15px !important;
   color:#FFF;
}

.solution .active:after {
    content: '\f0da';
    font-size:34px;
    color:#00112f;
    font-family:FontAwesome;
    position: absolute;
    right: -6px;
    top: 23%;
    width: 8px;
    height: 33px;
    background-size: 8px 17px;
  
   
}
.solution .active + .para {
    display: block;
}

.para {
    font: normal normal normal 15px 'Open Sans';
    color: #424b54;
    line-height: 1.6em;
    padding: 2px 0px 0px 20px;
    text-align: justify;
}
.para .title {
    font-size: 20px;
    font-weight: 600;
}
.para .desc {
    padding-top: 20px;
    text-align: justify;
    padding-bottom:35px;
    padding-right:50px;
}


.relatedproduct {
 padding-left:0px;
    padding-right:0px;
    padding-top:35px;
 }
.relatedproduct .title {
    font-size: 20px;
    font-weight: normal;
    color: #464646;
    padding-bottom: 20px;
    padding-top: 40px;
   
}
.productbox{

 margin-top:30px;
 margin-bottom:30px;
    background-color:#FFF;    
    padding:0px 00px 50px 00px;
  
}

.rprdbox{
    min-height:150px;
    background-color:#fefefe;
    border:solid 1px #d8d8d8;   
    border-radius:5px;  
    margin:12px;
}
.rprdbox .btnbg {
    width: 100%;
    background-color: #eeeeee;
    margin-top:15px;
}

    .rprdbox button, .rprdbox .button{
        background: #eeeeee;
        color: #494748;
        display: inline-block;
        font-size: 14px;
        padding: 8px 15px 8px;
        text-transform: capitalize;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        font-weight: normal;
        margin: 10px 0px;
        cursor:pointer;
        border:solid 1px #d1d1d1;
        border-radius:3px;
    }
    
.rprdbox button:hover, .rprdbox .button:hover {
	background:#ea5415;
	color:#fff;
}
@media screen and (min-width: 600px) {
    .solution h4 {
        position: relative;
        width: 15%;
        display: block;
    }
}

@media screen and (min-width: 600px) {
    .solution .para {       
        position: absolute;
        width: 85%;
        right: 0;
        top: 0;
        padding: 15px 30px;
    }
}

@media screen and (max-width: 600px) {
   .solutionbox {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFF;
    padding:10px 10px 10px 10px;
}
   .solution .active:after {
   display:none;
   
}
}


