.custom-menu li.deeper > span i.zmdi-caret-right,
.custom-menu li.deeper > a i.zmdi-caret-right,
.custom-menu ul.nav-child {
    display: none !important;

}

@media only screen and (min-width:1200px){
    .custom-font-style-h3 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 38px;
        font-weight: 700;
        line-height: 50px;
        color: #a30225;
    }
}
@media only screen and (max-width:1200px){
    .custom-font-style-h3 *{
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        color: #a30225;
    }
}
@media only screen and (max-width:1024px){
    .custom-font-style-h3 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 44px;
        color: #a30225;
    }
}
}
@media only screen and (max-width:768px){
    .custom-font-style-h3 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        color: #a30225;
    }
  }
}
@media only screen and (max-width:667px){
    .custom-font-style-h3 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #a30225;
    }
}
@media only screen and (max-width:375px){
    .custom-font-style-h3 *{  
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 26px;
        color: #a30225;
    }
}
  
@media only screen and (min-width:1200px){
    .custom-font-style-h5 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 21px;
        font-weight: 700;
        color: #101010;
    }
}
@media only screen and (max-width:1200px){
    .custom-font-style-h5 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 21px;
        font-weight: 700;
        color: #101010;
    }
}
@media only screen and (max-width:1024px){
    .custom-font-style-h5 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 21px;
        font-weight: 700;
        color: #101010;
    }
}
@media only screen and (max-width:768px){
    .custom-font-style-h5 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 21px;
        font-weight: 700;
        color: #101010;
    }
}
@media only screen and (max-width:667px){
    .custom-font-style-h5 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 21px;
        font-weight: 700;
        color: #101010;
    }
}
  @media only screen and (max-width:375px){
    .custom-font-style-h5 *{  
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #101010;
    }
}

    .custom-font-style-f3 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
        color: #ffffff;
    }

   .custom-font-style-f4 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #ffffff;
    }

   .custom-font-style-f6 *{ 
        font-family: "_Open Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #ffffff;
    }
@media (max-width: 1024px){
	.body [class*="ba-col"], 
	.footer [class*="ba-col"], 
	[class*="ba-col"] {
	    margin-left: 0;
	    width: 100%;
	}	
}