

.bg-bg{ background: url(../images/bg1.jpg); }

.bg-head {
    padding-top: 120px;
    font-size: 41px;
    color: #fff;
    padding-bottom: 6px;
    margin-bottom: 0px;
    padding-left: 20px;
}

.description1{
    margin-bottom: 60px !important;
    color: #fff;
     padding-left: 20px;
}


.shifting{ padding-top: 80px; padding-bottom: 80px; }


.box-a{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box-a img{
    width: 100%;
    height: auto;
}
.box-a:before,
.box-a:after,

.box-a .box-layer{
    content: "";
    width: 20%;
    height: 100%;
       background: rgba(52, 73, 94, 0.7);
    position: absolute;
    top: 100%;
}
.box-a:hover:before,
.box-a:hover:after,
.box-a:hover .box-layer{
    top: 0;
}
.box-a:before{
    left: 0;
    -o-transition: all 0.15s linear 0.2s;
    -moz-transition: all 0.15s linear 0.2s;
    -ms-transition: all 0.15s linear 0.2s;
    -webkit-transition: all 0.15s linear 0.2s;
    transition: all 0.15s linear 0.2s;
}
.box-a:hover:before{
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.box-a:after{
    left: 20%;
    -o-transition: all 0.15s linear 0.25s;
    -moz-transition: all 0.15s linear 0.25s;
    -ms-transition: all 0.15s linear 0.25s;
    -webkit-transition: all 0.15s linear 0.25s;
    transition: all 0.15s linear 0.25s;
}
.box-a:hover:after{
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.box-a .layer-1{
    left: 40%;
    -o-transition: all 0.15s linear 0.3s;
    -moz-transition: all 0.15s linear 0.3s;
    -ms-transition: all 0.15s linear 0.3s;
    -webkit-transition: all 0.15s linear 0.3s;
    transition: all 0.15s linear 0.3s;
}
.box-a:hover .layer-1{
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.box-a .layer-2{
    left: 60%;
    -o-transition: all 0.15s linear 0.35s;
    -moz-transition: all 0.15s linear 0.35s;
    -ms-transition: all 0.15s linear 0.35s;
    -webkit-transition: all 0.15s linear 0.35s;
    transition: all 0.15s linear 0.35s;
}
.box-a:hover .layer-2{
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.box-a .layer-3{
    left: 80%;
    -o-transition: all 0.15s linear 0.4s;
    -moz-transition: all 0.15s linear 0.4s;
    -ms-transition: all 0.15s linear 0.4s;
    -webkit-transition: all 0.15s linear 0.4s;
    transition: all 0.15s linear 0.4s;
}
.box-a:hover .layer-3{
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.box-a .box-content{
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    color: #fff;
    padding-top: 7%;
    overflow: hidden;
    z-index: 1;
    -moz-transform: rotate(-50deg) translate(-101px,291px);
    -o-transform: rotate(-50deg) translate(-101px,291px);
    -webkit-transform: rotate(-50deg) translate(-101px,291px);
    -ms-transform: rotate(-50deg) translate(-101px,291px);
    transform: rotate(-50deg) translate(-101px,291px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.box-a:hover .box-content{
    height: 100%;
    -moz-transform: rotate(0deg) translate(0px,0px);
    -webkit-transform: rotate(0deg) translate(0px,0px);
    -o-transform: rotate(0deg) translate(0px,0px);
    -ms-transform: rotate(0deg) translate(0px,0px);
    transform: rotate(0deg) translate(0px,0px);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.box-a .title{
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}
.box-a .description{
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0;
}
.box-a .read-more{
    display: block;
    width: 120px;
    border-radius: 5px;
    background: #34495e;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.box-a .read-more:hover{
    background: #34495e;
}
@media only screen and (max-width: 990px){
    .box-a{ margin-bottom: 30px; }
}
@media only screen and (max-width: 479px){
    .box-a .box-content{ padding-top: 0; }
    .box-a .description{ margin: 7px 0; }
    .box-a .read-more{ padding: 7px 0; }
}

.head-ser{ color: #fff; }


.com-tab-li{ border: none !important;  }

.designation{ padding-top: 11px; }
