img.flag {
    max-height: 20px;
}
.border .img img
{
    width: 100%;
    border: 2px solid #ff2d55;
}
.overlay
{
	background: rgba(0, 0, 0, 0.3) !important;
}
.pd-0
{
    padding: 0 !important;
}
.breadcrumbs
{
    background: url(../images/breadcrumb-bg.jpeg) no-repeat center;
}
.blog-post.single a
{
    color: #ff2d55;
}
@media (min-width: 768px){
	.col-md-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	    margin-bottom: 30px;
	}
}
ul .circle-style
{
  list-style-type: circle !important;
}
.circle-style a
{
	color: #ff2d55 !important;
}


section.breadcrumbs {
    margin-bottom: 3rem;
}


.about-area {
    padding: 94px 0px 0rem;
}


.mr-btn-fill-2 {
    color: #fff;
    background: #389aff;
    border: 1px solid #0d80f6;
    padding: 10px 39px;
    font-size: 18px;
    border-radius: 50px;
    display: inline-block;
}

.site-preloader {
    background-color: #fbfbfbe3;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.heading-title .subtitle {
    font-size: 24px;
    color: darkgrey;
    line-height: 30px;
    font-style: italic;
}

.border .img img {
    width: 100%;
    border: 2px solid rgba(0,123,255,.5);
}

.totop > a {
    background-color: #007bff;

}

.item.ctr
{
	display: flex;
    justify-content: center;
}
.testi-item .author .content .title
{
    font-size: 16px;
}
.description p
{
	font-size: 20px;
}

img.logo-light {
    max-width: 300px;
}
img.logo-dark {
    max-width: 300px;
}
.blog-post.latest .content
{
    height: 310px;
}
a.readmore
{
	bottom: 35px;
    position: absolute;
    border-radius: 50px;
    padding: 5px 12px;
    color: #fff !important;
    background: #5abd24;
}
.cont-btn {
    display: flex;
    justify-content: center;
}
.widget.qcontact input, .widget.qcontact select
{
    border: 0.5px solid #b5b5b5 !important;
    border-radius: 5px;
    background-color: #f9f9f9 !important;
}
.widget.qcontact input::placeholder
{
	color: lightgray;
}
.widget.qcontact ul li {
    margin-bottom: 15px;
}