/* Theme Name: Infetech Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of infetech
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: infetech
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  infetech-child
*/
.ova-heading .title{
	font-size:30px !important;
}
.elementor-widget-infetech_elementor_service{
	width:377px !important;
}
.home i{
	font-family:Catamaran !important;
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
}
.fa-angle-right:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}
.single-project .main_content{
  display:none !important;
}
.ova_project_single .info {
  grid-template-columns:100% !important;
}
.ova_project_single .card{
    /*display: flex;*/
    background: #f3f4f6;
    border-radius: 19px;
   padding:20px;
  width:70%;
    margin:auto 0;

}
.ova_project_single .card p{
  
  margin:0 !important;

}
.ova_project_single .card p strong{
  
  padding-left:20px !important;
  color:#5f2dee;

}
.ova_project_single .info .project-img img {
    display: block;
    width: 80%;
    border-radius: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.ova_project_single .description {
    padding-bottom: 80px;
    margin: 0 auto;
    max-width: 90%;
}
.ova_project_single .project-img{
display:flex;
}