/* Add here all your CSS customizations */
html
{
    font-family: 'Raleway', sans-serif !important;
}


.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
    color: #ccc !important;
}

.counters.counters-text-dark .counter {
    color: #ccc !important;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon i.icons {
    color: #b14752 !important;
}

.custom-accordion-style-1 .card-header .card-title a:not(.collapsed) {
    background: #ccc;
}

#key-features{
	/*background: url('../img/ago-bg2.png') bottom no-repeat;*/
}

#contatti{
	background: url('../img/ago-bg.png') center;
}

#faq{
    background: url(../img/ago-bg2.png) no-repeat;
    background-position: center;
}
}


.ef1
{
	border: 3px #ccc transparent !important;
	padding: 0;
	transition:  all 1s;
}

.ef1:hover {
    border: 12px #b14752 solid !important;
    /*padding: 30px !important;*/
    top:-3px;
}

.text-2
{
    text-decoration: inherit;
}

.ef1:hover + .text-2 {
	text-decoration: underline;
}


#footer
{
	padding-top: 10px !important;
}

#footer .container .row > div {
     margin-bottom: 5px;
}

.tringle_p
{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #b14752;
    top:-25px;
    left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
}

.tringle_w
{
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #FFF;
}

.rotated
{
    position: absolute;
    width: 150%;
    height: 130px;
    background-color: #242b32;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    left: -25px;
    top: -40px;
    border: 0;
}

html.sticky-header-active #header .header-body {
    opacity: 0.9;
}

.custom-accordion-style-1 .card-header .card-title a:not(.collapsed) {
   /* background: #c0ecff;*/
}

.feature-box {
    margin: 10px;
}

.counters.counters-text-dark .counter .fa, .white,  .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
    color: #FFF !important;
}

.img1
{
    max-width: 250px;
    background: rgba(39,170,225,0.3);
    padding: 25px;
    border-radius: 15px;
}

.h1small
{
    font-size: 0.8em;
    color: #b14752;
    font-weight: inherit;
    line-height: inherit;
    margin-left: inherit;
    letter-spacing: inherit;
}

.block1
{   
    margin: 20px;
}


section.section 
    {
    position: relative;
    padding: 35px 0px;
    border: none !important;
}

@media (min-width: 768px) {
  .block1
    {   
        margin-top: 25px;
        min-height: 250px !important;
    }
}


@media (max-width: 768px) {
    section.section 
    {
    position: relative;
    padding: 15px 0px;
    border: none !important;
    }
}

.texth2
{
    color: #FFF !important; 
    font-size: 3.8em !important; 
    line-height: 1em !important;
    /*font-weight: normal;*/
}

label.error {
    color: #c10000;
    background: #FFF;
}