﻿.pageblock 
{
    padding: 80px 0;
    background: #f5f5f5; /*#fafafa;*/
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Roboto", sans-serif, Lato, Arial, Tahoma, 'Open Sans';
    font-size: 1rem;
    line-height: 1.5rem;
    color: #555;
}

.pageblock-header 
{
    margin-bottom: 3.125rem;
}

.justify-content-center
{
    text-align:center;
}

.pageblock-header-text-center
{
    text-align :center;
}

.pageblock-header-text-center h2
{
    color: #7C2011;
    font-family: 'Emilea', Alegreya Sans, arial;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 0 .9375rem;
    padding: 5px;
    
}

.intro-text 
{
    font-size: 18px;
    line-height: 2.1875rem;
    padding:5px;
    font-family: Luxora Grotesk;
    color: #5b5b5b;/*#7C2011;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
}

.pageblock-body
{
    margin-top:60px;
}




.column-inner
{
    min-height: 300px;
    background-color : #FFF7ED;/*white;*/
    border: 1px solid #dcdcdc;
    border-radius: .5rem;
   
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    padding: 30px;
    /*transition: transform 500ms;*/
    
}
.column-inner p 
{
    text-align:justify;
    font-size:16px;
}

.column-inner p.h3
{
    color:#3a4a97;/*#052a61;*/
    font-size:24px;
    font-weight:600;
    text-align:center;
}
.column-inner .column_content p.h3.column_title
{
    position:relative;

    color: #7C2011;
    font-family: 'Emilea', Alegreya Sans, arial;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: bold;
    margin: 0 0 .9375rem;
    padding: 5px;
    
}



/*.column-inner .column_content p.h3.column_title::after
{
    content:   url(../images/home/double_arrows_right.png); 
   background-color :Red;
    width: 40px;
    height: 40px;
    position:absolute;
        
}*/


.h3:after
{
    content:   url(../images/home/double_arrows_right.png); 
    width: 40px;
    height: 40px;
    position:absolute;
    top:-5px;
        
}

.column-inner:hover  .h3:after
{
    content:   url(../images/home/double_arrows_right_white.png); 
    width: 40px;
    height: 40px;
    position:absolute;
    /*left:280px;*/
    transform: translateX(8px);
    transition: all .6s ease;    
}



.column-inner:hover 
{
    background-color :#c19a6b;/*#3a4a97;/*#052a61;/*#344287;/*#066f79 ;/*#052a61;/*#063579;*/
    color:White;
    
    transform: translateY(-10px);
    transition: all .6s ease;
    
}

.column-inner:hover p
{
    color:White;
}



.column-image-wrap
{
    background-color :white;
}

.col-icon
{
    display:flex;
    align-items:center;
    justify-content : center;
    
    
}

.column_content
{
    margin-top:40px;
    min-height:150px;
}
.column_content p
{
    font-family: Luxora Grotesk;
    color: #7C2011;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
}





.box-icon 
{
    position: absolute;
    display: block;
    /*height: auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding:5px;
    /*background: rgba(53, 151, 161, .2);
    background:rgba(5, 42, 97, .2);
    background:rgba(9, 47, 170, .1);
    background:rgba(17, 80, 193, .1);*/
    background :#c19a6b;
    background :rgba(193, 154, 107,0.5);
    
    border-radius: 20px;
    
    
}
.box-icon-cover
{
    position: absolute;
    display: block;
    /*height: auto;*/
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding:40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 9px 12px 0 rgba(0, 0, 0, .1);
}

