/*html {
            scroll-behavior: smooth;
        }
*/
.img1 {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

h6 {
    text-align: center;
    text-decoration: none;
}

/* For reverse even number columns */
@media (max-width: 992px) {
    .flex-container {
        flex-direction: column-reverse;
    }
}

.hover:hover {
    background-color: #FBFBFB;
    color: #1f8fce;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10%;
    object-fit: contain;
}

/*.btn-primary {
    color: #fff;
    background-color: #1f8fce;
    border-color: #1f8fce;
}*/
.demo-btn {
    border: 2px solid transparent;
    background: #000;
    padding: 10px 20px;
    background: #1f8fce;
    color: #fff;
    border-radius: 4px;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.demo-btn:hover{
    background: 0 0;
    color: #1f8fce;
    border: 2px solid #1f8fce;
}

.text-blue {
    color: #1f8fce;
}

.menu1 a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    padding: 8px;
    border: 1px solid #efeded;
    text-transform: uppercase;
/*            line-height: 24px;*/
border-radius: 3px;
text-align: center;
text-decoration: none;
height: 100%;
}
.menu1 img{
    width: 65px !important;
    padding-bottom: 10px;
}

.menu1 a:hover, .menu1 .active {
    border-color: #1f8fce;
    color: #1f8fce;
    transition: all 0.5s ease-in-out;
}
.menu1 .active{
    border: 2px solid;
}
.box{
/*    margin: 20px 0;*/
    padding: 14px 0;
}
.box a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}


.box:hover {
    box-shadow: 10px 10px 50px #ccc;
    top: -5px;
    /*for border*/
    border: 0px;
    border-radius: 5px;
    transform: translate3d(0, -2px, 0);
    transition: all .3s ease-in-out;
}

.dots {
/*    display: none;*/
}

.read {
    text-decoration: underline;
    background: 0 !important;
    border: 0 !important;
    outline: 0;
    font-weight: 600;
    font-size: 16px;
}
.article h3{
    border-bottom: 4px double;
    display: inline-block;
}
.article ul li, .article button{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    display: flex;
}
.article ul li:before{
    border-radius: 20px;
    /* content: "\f0a4"; */
    content: "\f192";
    font-family: "FontAwesome";
    color: #1f8fce;
    float: left;
    font-weight: lighter;
/*    font-size: 1.1em;*/
    /* margin-right: 10px; */
    background: #fff;
    padding-right: 16px;
}
