/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Dec, 2020, 3:52:08 PM
    Author     : komal.sonone
*/
.word{text-align:center;font-family:'Francois One',sans-serif}
.word .letter{display:inline-block;text-align:center;font-family:'Francois One',sans-serif;margin:-20px -2px 0 0;color:#012a57;font-size:45px}
.about-us-wrapper p{font-size:14px;line-height:1.7;text-align:justify}
.about-us-check{list-style:none}
.about-us-check li{font-size:16px;font-weight:600;margin-bottom:10px}
.about-us-check li:before{font-family:FontAwesome;color:green;content:"\f00c";margin-right:5px}
.img-roll{background:#012a57}
.job-content{padding:20px 0 20px 20px;}
/*.img-roll img{position:absolute;top:0px;right:0px;bottom:0px;left:0px}*/
.img-roll .img-1{left:0px}
.img-roll .img-2{left:123%}
.img-roll:hover .img-1{left:123%}
.img-roll:hover .img-2{left:0px}
.img-roll img{transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;width: 100%;height: 100%;}
.img-roll:hover img{transition:all 1.2s ease-in-out;-webkit-transition:all 1.2s ease-in-out;-moz-transition:all 1.2s ease-in-out;-ms-transition:all 1.2s ease-in-out;-o-transition:all 1.2s ease-in-out;}
.image-hover{overflow:hidden;}
.row-bg{width:50%}
@media only screen and (max-width:480px) and (min-width:240px){
    .word .letter{font-size:34px}
}
@media only screen and (max-width:768px){
    .row-bg{width:100%}
}

    

