﻿

/* 2.1  GO TO TOP BUTTON */

    #myBtn {
    background-color: #832A2C;
    color: #e6e6e6;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    padding: 4px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    font-size: 14px;
    border-radius:100%;
}
#myBtn:hover{
    background-color:  #e6e6e6;
    color: #832A2C;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius:100%;
}




/*  ----------------------------------------------------
7. ICON BOXES
-------------------------------------------------------- */
.icon_box_home{
  position: relative;
  padding-left: 0px;
    cursor: pointer;
}
.icon_box_home .icon_div {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 60px;*/
    text-align: center;
}
.icon_box_home .icon_div i {
    font-size: 30px;
    color:  #832A2C;
    padding: 0 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon_box_home h4 {
    margin-top: 0;
    color:  #832A2C;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;

}
/*.icon_box_one:hover .icon_div i ,.icon_box_one:hover h4  {*/
.icon_box_home:hover h4{
    color: #832A2C;
    opacity :0.4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}



/*----------------------------------*/
.icon_box_one{
  position: relative;
  padding-left: 0px;
    cursor: pointer;
}
.icon_box_one .icon_div {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 60px;*/
    text-align: center;
}
.icon_box_one .icon_div i {
    font-size: 30px;
    color:  #832A2C;
    padding: 0 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon_box_one h4 {
    margin-top: 0;
    color:  #832A2C;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;

}
/*.icon_box_one:hover .icon_div i ,.icon_box_one:hover h4  {*/
.icon_box_one:hover h4{
    color: #832A2C;
    opacity :0.4;
    background-color: #4c4c4c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


.icon_box_two{
    text-align: center;
    padding: 10px;
    min-height: 460px;
    background-color: #fff;
    border-radius: 0;
    margin-top:10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon_box_two:hover{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.icon_box_two .icon_div{
    font-size: 35px;
    padding: 8px 0;
    /*border: solid 1px #eee;*/
    /*width: 190px;
    height: 85px;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    color:  #832A2C;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon_div_smallimg{
    width: 46%;
}
.icon_div_bigimg{
    width: 100%;
}
.icon_box_two:hover .icon_div{
/*    background-color: #832A2C;
    color: #ffffff;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon_box_two h4{
    color:  #832A2C;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.icon_box_two:hover h4{
    color: #832A2C;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
