.in-house{
    background-image: linear-gradient(to right, #331300 0%, #c44a00 100%);
    padding: 40px 0px !important;
}

.in-house-top h1{
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: 500;
}

.in-house-top p b{
    color: #fff;
    padding: 0px;
    margin-top : 20px;
    font-size: 18px;
    font-weight: 500;
}

.on-site-taining{
    padding: 40px 0px !important;
}

.on-site-taining-left h2{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.on-site-taining-left p{
    font-size: 14px;
    color:#3c4852;
    line-height:26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.on-site-taining-left h3{
    font-size: 18px;
    color:#000;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.on-site-taining-left p strong{
    font-size: 14px;
    color:#000;
}

.on-site-taining-left p span{
    color:#000;
    font-weight: 700;
    font-size: 30px;
}

.on-site-taining-right{
    margin-top: -36%;
}

.tittle-ctr{
    padding: 20px 0px;
}

.tittle-ctr p{
    line-height: 24px;
}

/* Box Animation Start */

.image-box {
  position: relative;
  height: 120px;
  width: 262px;
  border-radius: 2%;
  background: white;
  overflow: hidden;
  transition: 1s ease;
  text-align : center;
  margin-bottom: 10px;
}

.image-box:hover{
    height: 262px;
}

.one span i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin: 10px 0px;
    background-color: #006000;
    text-align: center;
}

.two span i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin: 10px 0px;
    background-color: #131c28;
    text-align: center;
}

.four span i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin: 10px 0px;
    background-color: #003e63;
    text-align: center;
}

.five span i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin: 10px 0px;
    background-color: #04409a;
    text-align: center;
}

.image-box h4{
    text-align : center;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.one {
  background: #008000;
}
.two {
  background: #232f3f;
}
.three {
  background: #FF5733;
  z-index: 1;
}
.four {
  background: #014f7d;
}
.five {
  background: #0049B7;
}

.details-window {
  height: 176px;
  width: 262px;
  opacity: 0;
  background: white;
  position: absolute;
}

.details-window p{
    font-size:13px;
    color:#000;
    padding: 12px;
    line-height : 22px;
}

.up {
  bottom: -72.5%;
}
.down{
  top: -54.5%;
}
.center {
  bottom: 0;
  z-index: 2;
}
.left{
  bottom: -6%;
  left: -100%;
}
.right {
  bottom: -6%;
  left: 100%;
}

/* animations and transitions */
.one:hover .up {
  transform: translateY(-100%);
  opacity: 0.7;
  transition: 1s ease;
}
.two:hover .down {
  transform: translateY(139.2%);
  opacity: 0.7;
  transition: 1s ease;
}
/* For this animation we need to set up a keyframe animation to define how our element fades in. */
@keyframes fade-in {
  0% {opacity: 0}
  50% {opacity: 0.3}
  100% {opacity: 0.7}
}
.three:hover .center {
  animation: fade-in 1s ease;
  animation-fill-mode: forwards;
}
.four:hover .left {
  transform: translateX(100%);
  opacity: 0.7;
  transition: 1s ease;
}
.five:hover .right {
  transform: translateX(-100%);
  opacity: 0.7;
  transition: 1s ease;
}
.in-house-training{
    background-color: #fafafa;
    padding: 40px 0px !important;
}

.taining-house{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom:30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.example-1{
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  background: rgba(232, 101, 21, 0.9);
  border-radius: 50%;
  margin: 20px auto;
  font-size: 30px;
}

.taining-house p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.taining-house p span{
    display: block;
}

.inhouse-form{
    background: #fff;
    margin-top: -30%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.inhouse-form h3{
    background: #c44a00;
    padding:20px;
    text-align:center;
    color:#fff;
}

.inhouse-lead-form{
    padding: 20px;
}

.inhouse-form .form-label {
    margin-bottom: .5rem;
    font-size: 15px;
    font-weight: 700;
}

.pad-para {
    line-height: 20px;
    padding-top: 10px;
    font-size: 13px;
}

.cm-top{
    margin-top: 15px;
}

.inhouse-form label.form-check-label {
    color: #000;
}

.btn-orange-inner {
    color: #fff;
    background-color: #c44a00;
    border-color: #c44a00;
}

.btn-orange-inner:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.inhouse-form input[type="radio"]+ label {
    z-index: 12;
    background-color: #c44a00;
    border-color: #c44a00;
    cursor: pointer;
    color: #fff;
}

.solutions-include{
    background-color: #edf2f8;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0rem;
}

.partners-logo img{
    max-width: 100%;
}

/* Responsive css start */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {

.footer-bottom-mobile{
    bottom: 0px !important;
    position: relative !important;
}

.inhouse-form {
    margin-top: 0%;
    }

.form-check {
     padding-left:0em !important; 
}

.form-check .form-check-input {
    margin-left: 0em;
}

.form-check-inline {
    margin-right: 0rem;
}

.tittle-ctr h3{
    margin-top: 30px;
}

.image-box {
    width: 100%;
}

}

@media only screen and (min-device-width : 200px) and (max-device-width : 319px){

.footer-bottom-mobile{
    bottom: 0px !important;
    position: relative !important;
}

.inhouse-form {
    margin-top: 0%;
    }

.form-check {
     padding-left:0em !important; 
}

.form-check .form-check-input {
    margin-left: 0em;
}

.form-check-inline {
    margin-right: 0rem;
}

.tittle-ctr h3{
    margin-top: 30px;
}

.image-box {
    width: 100%;
}

}

/* Responsive css end */