/*
Theme Name: Mim Child Theme
Theme URI: http://wp.regaltheme.com
Author: RegalTheme
Author URI: http://regaltheme.com
Template: mim
Description: This is a child theme for mim.
Version: 1.0
Text Domain: mim-child
*/

/*  [ Add your custom CSS below ]
================================ */
body{
color:#555759;
}
p,
.contact-area .section-title p,
.slider-text > p,
.single-service > p {
    color:#555759;
}
body.admin-bar .header-top.is-sticky {
    top: 0px;
}
.btn{
    background: #652d90;
}
.link-box {
    display:none;
}
.section-title h2 {

}
.awards{
    padding: 50px 0px 100px 0px;
}
.slide-text{
    padding:25px;
}
body p {
    font-size:15px;
}
.awards h3{
    color:#2d3032;
}
.slide-text .content h4 {
    color:#2d3032;
}
.testimonial-area .slide-text img {
    display: none;
    margin-top: -50px;
    height: auto;
    max-width: 100%;
    width: unset;
}
#experience
{
    padding:100px 0px 0px 0px;
}
.testimonial-area .single-slide {
    padding-top:7px;
}
.single-service > h5,
.single-experi .left-text > h4,
.mainmenu li a {
    color: #2d3032;
}
.single-service > h5{
    font-weight:bold;
    font-size:16px;
}
.slider-text h1,
.single-experi .right-text > h3 {
    color: #2d3032;
}
.slider-text h1 {
    font-size:35px;
}
.single-service i,
.contact-text li i  {
    color:#652d90;
    border:1px solid #652d90;
}
.single-service:hover{
    background:#652d90;
    color:#ffffff;
}
.single-service:hover p{
    color:#ffffff;
}
.single-service:hover i{
    background:#652d90 none repeat scroll 0 0;
    border-color:#ffffff;
   color:#ffffff 
}
.single-service:hover > h5{
    color:#ffffff;
}
.mainmenu li a:after {
    background: #652d90 none repeat scroll 0 0;
    top: 100%;
   
}
.horizontal-line div {
    background: #652d90  none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto;
    width: 77px;
}
.contact-text li h4 {
    color: #555759;
}
.contact-text li span a, .contact-text li span{
    color: #555759; 
}
.portfolio-menu li:after {
    background:  #652d90  none repeat scroll 0 0;
    top: 100%;
  
}
.mainmenu li a:hover, .mainmenu li.active a {
    color: #652d90;
}
.single-experi .right-text i {
    color: #652d90;
    float: left;
    font-size: 24px;
    position: relative;
    z-index: 2;
}
.gallery-1 .crp-tile .details h3
{
    font-weight:normal;
    font-family: "Montserrat",sans-serif;
    font-size:16px;
}
.gallery-1 .ftg-filters a:hover, .gallery-1 .ftg-filters a.selected{
    color: #6d6d6d;
  
   
}
.gallery-1 .ftg-filters a.selected{
    border-bottom:1px solid #652d90;
}
.gallery-1 .ftg-filters a:after{
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

    .gallery-1 .ftg-filters a:hover:after {
        width: 100%;
        background:#652d90;
        border:none;
      }
      .gallery-1 .ftg-filters a.selected:hover:after
      {
          background:none;
          border:none;
          transition: none;
      }
.gallery-1 .ftg-filters a {
color: #777777;
    cursor: pointer;
    
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.22px;
    line-height: 28px;
    padding: 0 10px;
    
   
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border:none;
}