.section_2{
padding:0;
}

.section_3 {
padding: 50px 0;
}

.section_4 {
padding: 100px 0;
}

.colx1{
width:15%;
float:left;
position:relative;
text-align:left;
}
.colx11{
width:80%;
float:left;
position:relative;
text-align:left;
}

.titlex1{
font-size:22px;
text-transform:uppercase;
margin-top:0px;
}

.font1{
font-size:22px;
    line-height:30px;
}

.font2{
font-size:16px;
line-height:32px;
}

.font3{
font-size:14px;

}

.line{
height:2px;
background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
width:100px;
margin:20px auto 40px auto;
}

.line2{
height:2px;
background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
width:100px;
margin:20px 0 40px 0;
}

.pad{
padding-top:30px;
}

.pad1{
padding:50px 25px 25px 25px;;
}

.pad2{
padding:20px !important;
transition:ease-in-out 0.3s;
background-color:rgb(0,0,0,0);
    height: 180px !important;
}

.pad2:hover{
background-color:#FFFDE9 !important;
}

.pad3{
padding:20px !important;
}

.iframe100{
width:100% !important;
height:400px;
}

.btn-white{
 color:#333 !important;
 background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
 border:0px solid #fff;
 transition:ease-in-out 0.3s;
}

.btn-white:hover{
    color:#333;
    background:#fff;
    border:0px solid #333;
}


/* image effect*/



.demo-3 {
    position:relative;
    width:300px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;

}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    font-family:'Arial';
    color:#fff;
    font-size:28px;
    text-align:center
}
.demo-3 figure p {
    display:block;
    font-family:'Arial';
    font-size:16px;
    line-height:20px;
    margin:0;
    color:#fff;
    text-align:center;
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:100px 44px;
    background-color:rgba(0,0,0,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
