.fontx2{
     font-size: 1.5em!important;
}

.four{
    width: 50%!important; 
    float: left;
}

ul.mainmenu > li > a > span:hover:before{
     content: "\f152";
     font-size:20px;
         display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right:10px;
}

.footer.full .info, .footer.full .info a {
    color: #fff!important;
}

.boxb_three{
  text-align: center;
    font-size: 30px;
    font-family: 'arimo';
}

.footer.full .info{
      background-color: #1B8CD8!important;
}
}

.footer.full .info, .footer.full .info a {
    color: #f1f1f1!important;
}

.icon {
    color: #ffffff;
    background-color: #1B8CD8;
    width: 25px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.frame {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 25px;
    border-radius: 5px;
}

.font-main {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.line {
    height: 2.5px;
    background-color: #8B0000;
}

.font-last {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.font-bottom {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.font-main {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

.line1 {
    background-color: #1B8CD8;
    height: 4px;
    width: 10%;
    margin: 0 auto;
}

.show-content .btnx2{
margin:30px auto;
padding:10px 30px;
width:100px;
font-size:14px;
background-color:#1B8CD8;
border-radius:25px;
color:#fff;
opacity:0;
transition:ease-in-out 0.3s;
}

.show-content{
margin-top:50px;
}

.show-content .content-holder {
background-color: rgba(0,0,0,0);
color:#fff;
text-shadow: 2px 2px 5px #333;
transition:ease-out 0.3s;
padding-top: 40% !important;
transform: scale(1) !important;
opacity: 1 !important;
}

.show-content.img-holder{
transform:scale(1);
transition: ease-out 0.5s;
}

.show-content:hover .img-holder{
transform:scale(1.05);
transition: ease-out 0.5s;
}


.show-content:hover .btnx2{
opacity:1;
animation : .5s .1s fadeInDown both;

}

.show-content .btnx2:hover {
box-shadow:0px 0px 10px #eaeaea;
}

.line {
    background-color: #1B8CD8;
    height: 4px;
}

.space {
    padding: 50px 0;
}

.row-full {
    float: none;
    max-width: 1200px!important;
}

.font-big {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    font-family: rubik,sans-serif;
}

.font-middle {
    font-size: 15px;
    color: #777;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: justify;
}

.btn-square.black {
    border: none;
    background-color: #1B8CD8;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 50px
}

.btn-square.black:hover {
    background-color: #085b92;
}

.nav{
    border-top: 3px solid #1B8CD8;
    border-bottom: 3px solid #1B8CD8;
}

ul.nav-menu > li:hover,
ul.nav-menu ul.float-sub > li:hover,
ul.nav-menu ul.float-sub-extend > li:hover > a{

}