.owl-carousel .item {
    background: #fff;
    padding: 1rem;

}
.btn-circle.btn-xl{
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-sm {
    width: 25px;
    height: 25px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 10px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(1,1,1,0.10);
}
.customcard
{
    box-shadow: 0 5px 10px rgba(1,1,1,0.10);
    border-radius: 0;
}
.customebtn
{
    box-shadow: 0 5px 10px rgba(1,1,1,0.10);
    border-radius: 0;
}

.customcard:hover
{
    box-shadow: 0 5px 10px rgba(1,1,1,0.50);
}
.cutombtncarasoul
{
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);

    color: #ecf0f1;

    transition: background-color .3s;
}


#owl .item img{
    display: block;
    width: auto;
    height: auto;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 5px 10px 0px 20px;
    float: left;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network a.icoYt:hover {
    background-color: #e52d27 ;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 25px;
    height: 25px;
    font-size:20px;
    background-color: #3B5998;
    box-shadow: 0 5px 10px rgba(1,1,1,0.50);
}
.social-circle li i {
    margin:0;
    line-height:0px;
    font-size: 18px;
    text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 3.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.8s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/*lates news card*/

/*lates news card*/
.themecolor
{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(2,2,135,1) 0%, rgba(0,212,255,1) 100%);
}
.corcecontent
{
    padding: 40px;
    background: rgba(2,2,135,1);
    height: 150px;
    font-size: 35px;
    text-align: center;
    color:white;

}