﻿h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: bold !important;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 25px;
}

@media screen and (max-width: 480px) {
    .col-xs-6 {
        width: 49%;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-6 {
        width: 49%;
    }
}

.show-more p.collapse[aria-expanded="false"] {
    display: block;
    height: 65px !important;
    overflow: hidden;
    box-shadow: inset 0 -7px 9px -7px rgba(129, 129, 129, 0.4);
    -webkit-box-shadow: inset 0 -7px 9px -7px rgba(129, 129, 129, 0.4);
}

.show-more p.collapsing[aria-expanded="false"] {
    height: 40px !important;
}

.show-more a.show-hide.collapsed:after {
    content: '+ بیشتر';
}

.show-more a.show-hide:not(.collapsed):after {
    content: '- کمتر';
}

.blog-title-center{
    text-align:center;
}
.margin-tp-40{
    margin-top:40px;
}
.services-col {
    padding-top: 20px;
    border-radius: 15px !important;
}
h2.services{
    font-size:16px;
}

div.services-col:hover {
    box-shadow: 0px 0px 16px 5px rgba(196,196,196,0.75);
    -webkit-box-shadow: 0px 0px 16px 5px rgba(196,196,196,0.75);
    -moz-box-shadow: 0px 0px 16px 5px rgba(196,196,196,0.75);
    
    transition: all 0.3s ease-in-out;
}