/* ==========================================================================           
 *
 *   features-wrapper
 *
 * ====================================================================== */
.document-list li{
    font-size: 16px;
    margin-bottom: 8px;
}
/* ==========================================================================           
 *
 *    simple process
 *
 * ====================================================================== */
 #simple-steps-wrapper {
    background: #fafafa;
    padding: 0 0 100px 0;
}
#simple-steps-wrapper .row .title p {
    font-size: 16px;
}
#simple-steps-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
}  
.stepsBox{ text-align: center; }
.stepsBox .stepsBox-icon{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #007bff;
    margin-bottom: 15px;
}
.stepsBox .stepsBox-icon i{
    font-size: 35px;
    color: #fff;
    line-height: 90px;
    transition: all 0.3s ease 0s;
}
.stepsBox:hover .stepsBox-icon i{
    transform: rotateY(180deg);
}
.stepsBox .title{
    display: block;
    width: 193px;
    font-weight: 600;
    font-size: 16px;
    color: #433b3b;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #175faa;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
}
.stepsBox .title:before,
.stepsBox .title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #175faa;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
}
.stepsBox .title:before{
    left: 50%;
    margin: 0 0 0 -5px;
}
.stepsBox:hover .title:before{ left: 100%; }
.stepsBox:hover .title:after{ right: 100%; }
.stepsBox .description{
    font-size: 15px;
    color: #5e5c5c;
    line-height: 27px;
    padding: 0 15px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .stepsBox{ margin-bottom: 30px; }
}
/* ==========================================================================           
 *
 *    simple process
 *
 * ======================================================================== */
#ocr-flowchart-wrapper {
    background: #fff;
    padding: 0 0 100px 0;
}
#ocr-flowchart-wrapper .row .title p {
    font-size: 16px;
}
#ocr-flowchart-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
} 
.ocr-img{
    width:900px;
}
/* ==========================================================================           
 *
 *    benefits
 *
 * ======================================================================== */
 #ocr-benefits-wrapper{
    background: #fff; 
    padding: 0 0 100px 0;
 }
 #ocr-benefits-wrapper .row .title p {
    font-size: 16px;
}
#ocr-benefits-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
}  
 .benefitBox{
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.benefitBox .benefit-icon{
    width: 78px;
    height: 78px;
    border-radius:3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.benefitBox:hover .benefit-icon{
    transform: rotate(45deg);
}
.benefitBox .benefit-icon span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius:3px;
    /* background: #727cb6; */
    background:#007bffc7;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.benefitBox .benefit-icon span i{
    transition: all 0.3s ease-out 0s;
    line-height: 58px;
}
.benefitBox:hover .benefit-icon span i{
    transform: rotate(-45deg);
}
.benefitBox .benefit-content{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px 28px 15px;
    position: relative;
}
.benefitBox .benefit-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.benefitBox:hover .benefit-content:before{
    transform: rotate(45deg);
}
.benefitBox .title{
    font-size: 16px;
    font-weight: 600;
    color: #324545;
    margin: 2px 0 14px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.benefitBox:hover .title{
    color: #007bff;
}
.benefitBox .description{
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.benefitBox.read-more{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #c4c2c2;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 990px){
    .benefitBox { margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .benefitBox { margin-bottom: 35px; }
}
/* ==========================================================================           
 *
 *   why-us-
 *
 * ======================================================================== */
#why-us-wrapper{
    background: #092a60;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #e9e5e5;
}
.img-50{
    width:50px;
}
.blog-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-icon {
    float: left;
    text-align: center;
}
.blog-list-text {
    padding-left: 68px;
    margin-bottom: 27px;
    color: #f3efef;
}
.blog-list-text p{
    font-size: 15px;
}
.blog-head{
    font-weight: 600;
}
.blog-head p{
    font-size:1rem;
}
.blog-list-text1 {
    padding-left: 68px;
    margin-bottom: 30px;
}
.blog-list-text1 p{
    font-size:15px;
}
/* ==========================================================================           
 *
 *   Top Service
 *
 * ======================================================================== */
#ocr-service-wrapper{
    background: #fff;
    padding: 0px 0 70px 0;
}
#ocr-service-wrapper .row .title p {
    font-size: 16px;
}
#ocr-service-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
}  
#ocr-service-wrapper .top-space-65{
    margin-top: 65px;
}

/* ==========================================================================           
 *
 *   logos-wrapper
 *
 * ======================================================================== */
 #logos-wrapper .row .title p {
    font-size: 16px;
}
#logos-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
} 
 .controls-top{
    float:right;
    margin-bottom: 20px;
}
.logo-card{
    padding: 7px 35px;
    box-shadow: none;
    /* height: 97px; */
    border-radius: 3px;
}
.btn-floating{
    background-color: #143b80;
    padding: 10px;
    color: #fff;
}
/* ==========================================================================           
 *
 *   Call Us
 *
 * ======================================================================== */
 #call-us-wrapper{
    background: #fafafa; 
    padding: 0 0 50px 0;
 }
 #call-us-wrapper .row .title p {
    font-size: 16px;
}
#call-us-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
}  
#call-us-wrapper .row .title h6 span{
    color: #3895f9;
}
.callbtn {
    margin-top: 27px;
    margin-left: 35px;
    padding: 12px 35px;
    background-color: #fff;
    color: #000;
    border: 1px solid #c7c3c3;
    border-radius: 50px;
}
#home-wrapper .text-container .topCallbtn{
    font-size:28px;
} 
/* ==========================================================================           
 *
 *  mission-vision wrapper
 *
 * ======================================================================== */
#mission-vision-wrapper{
    padding: 0 0 80px 0;
    background: #FFF;
}
#mission-vision-wrapper .row .title p {
    font-size: 16px;
}
#mission-vision-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
}  
.MissionBox{
    text-align: center;
    padding: 20px 16px 15px;
    border: 1px solid #EBE9E8;
    transition:all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}
.MissionBox:after,
.MissionBox:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    transition:all 0.5s ease 0s;
}
.MissionBox:after{
    border-bottom: 1px solid #007bff;
    border-top: 1px solid #007bff;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
    z-index: -1;
}
.MissionBox:before{
    border-left: 1px solid #007bff;
    border-right: 1px solid #007bff;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    z-index: -1;
}
.MissionBox:hover:after{
    transform: scaleX(1);
}
.MissionBox:hover:before{
    transform: scaleY(1);
}
.MissionBox .Mission-icon i{
    font-size: 32px;
    line-height: 32px;
    color:#636363;
    transition: all 0.3s ease 0s;
}
.MissionBox .Mission-content h4{
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    color:#181818;
    text-transform: uppercase;
    text-decoration: none;
}
.MissionBox .Mission-content p{
    color:#636363;
    line-height: 26px;
    font-size: 15px;
}
.MissionBox .read{
    margin-top: 20px;
}

@media screen and (max-width: 990px){
    .MissionBox{
        margin-bottom:10px;
    }
}
/* ==========================================================================           
 *
 *   About call now section
 *
 * ======================================================================== */
 #call-to-action{
    background-image:url(/img/files/about-call-now.jpg);
    background-size: cover;
}
.about-call-section{
    text-align: center;
    padding: 50px 150px 60px;
}
.about-call-section h2{
    font-weight: 600;
    color:#f5f2f2;
}
.about-call-section p{
    color:#f5f2f2;
}
.about-call-section .call-now{
   padding:13px 35px;
   background-color:#007bff;
   border-radius: 25px;
   color:#fff;
} 
.about-call-section .call-now:hover{
    border:1px solid #007bff;
    box-shadow: 1px 1px 8px #d3d1d18f;
    background-color: #fff;
    color:#007bff;
}
/* ==========================================================================           
 *
 *  Choose us wrapper
 *
 * ======================================================================== */
#choose-us-wrapper{
    padding: 0 0 60px 0;
    background: #FFF;
}
#choose-us-wrapper .row .title p {
    font-size: 16px;
}
#choose-us-wrapper .row .title h6 {
    font-size: 26px;
    font-weight: 700;
}  
.choose-us-icon{
    float:left;
}
.choose-us-icon i{
    font-size: 36px;
    color: #2a3f6b; 
}    
.choose-us-desc{
    margin-left: 60px;
    font-size: 15px;
}
.choose-us-desc h5{
    font-weight: 600;
    color: #2a3f6b;
}
.grow{
    transition: all .2s ease-in-out;
}
.icon-wrapper:hover .grow{
    transform: scale(1.2);
}
/* ==========================================================================           
 *
 *   Responsive
 *
 * ======================================================================== */
@media only screen and (max-width:600px){
    .ocr-img {
        width: 600px;
        height: auto;
    }
    /* .img-content{
        overflow: auto;
    } */
    .ocr-serv-img{
        margin-top: 0px;
    }
    .blog-wrapper {
        margin-top: 35px;
    }  
    .callbtn{
        margin-left: 0px;
    }  
    .about-call-section {
        padding: 50px 30px 60px;
    }
    .about-img{
        margin-top: 25px;
    }
    #home-wrapper .text-container h2{font-size: 24px;}
    #home-wrapper .central-banner{
        width: 90%;
        text-align: center;
    }
    .central-banner .pl-9 {
        padding-left: 16px !important;
    }
    #main-wrapper #nav-banner-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo-card{
        padding: 2px 57px;
    }
}