.grow { transition: all .3s ease-in-out; }
.grow:hover { transform: scale(1.2); }

.shrink { transition: all .1s ease-in-out; }
.shrink:hover { transform: scale(0.9); }

.rotate { transition: all .3s ease-in-out; }
.rotate:hover { transform: rotate(90deg); }

.textnews{width: 60% !important; float: right !important; margin-bottom: 10px;}
.submitnews{width: 60% !important; background-color: #f89921 !important;}

.im-article img{margin: 0px;}
.wpb_image_grid .wpb_image_grid_ul img{margin:10px;}
.im-postcontent h2{margin-bottom: 15px; margin-left: 0px;}

hr {
    width: 305px !important;
    border-top: 2px solid #fff !important;
}
@media (max-width: 767px){
   hr {
    width: 50% !important;
    border-top: 1px solid #fff !important;
}
}
.contact_us{
   color: #FFF !important;
   padding: 10px 15px 10px 15px;
   font-size: 14px;
   border: 2px solid #FFF;
    text-align: center;
}

button:not([class]), input[type="submit"]:not([class]), input[type="button"]:not([class]), .bd-tagstyles:not(.bd-custom-button):not(.shape-only) button, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"], .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"], button.bd-button, input.bd-button, a.bd-button[href], .bd-button, button:not([class]):link, input[type="submit"]:not([class]):link, input[type="button"]:not([class]):link, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:link, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:link, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:link, button.bd-button:link, input.bd-button:link, a.bd-button[href]:link, .bd-button:link, button:not([class]):visited, input[type="submit"]:not([class]):visited, input[type="button"]:not([class]):visited, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:visited, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:visited, .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:visited, button.bd-button:visited, input.bd-button:visited, a.bd-button[href]:visited, .bd-button:visited{background-color: #f89720 !important;}

.bd-block-11 .bd-blockcontent:not(.shape-only){width: 50% !important; float: right !important;}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea{
background: #ffffff !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
border: 1px solid #ccc; !important;
color: #555 !important;
}
div.ppt{
display: none !important;
}
.im-postcontent li, .im-post li, .im-textblock li{color: #555 !important;}
.vc_btn3-container.vc_btn3-left{margin-left: 10px !important;}

.im-postcontent h1 {
    color: #000!important;
    font-size: 23px !important;
}