
.font1{
font-size:1.4rem;
}

.font1 a{
text-decoration:none;
transition: Ease-in-out 0.3s;
}

.font1 a:hover{
color:#000;
}

.font2{
    font-size:2rem;
    line-height:1.8rem;
}


.font3{
    font-size:1.1rem;
    line-height:1.8rem;
}

.font3 span{
    display:inline-block;
}

.font3 i{
    margin-left:-25px;
    padding-right:5px;
}

.font4{
    font-size:2rem;
    line-height:2rem;
    font-weight:bold;
}

.imgx1 img{
    margin:0 auto;
    max-width:220px !important;
}


.line{
    background-color:#65a4ad;
    height:2px;
    width:80px;
    margin-top:10px;
    margin-bottom:10px;
}

.wid-8{
    margin:0 5%;
    width:90%;
}

.blue-bg{
    background-color: rgb(18,140,177,0.9);
    padding:15px;
}

.iconx1{
    max-width:60px;
    margin:0 auto;
}

.colx1{
    width:45%;
    padding:1%;
    display:inline-block;
    transition:Ease-in-out 0.3s;
    border: 1px solid transparent;
    font-size:.8rem;
    text-align:center;
}

.colx1:hover{
    border: 1px solid #fff;
}

.colx1 h3{
    color:#fff !important;
    font-size:13px;
}


.btn-box {
    border: 2px solid #fff;
    background: transparent;
    vertical-align: middle;
    transition: Ease-in-out 0.3s;
    color: #fff;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: none;
    text-align: center;
}

.btn-box:hover{
    color:#128cb1;
    background:#fff;
}

.show-content .content-holder-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    transform: scale(1);
    opacity: 0;
    transform: rotateY(180deg) rotatex(45deg);
    transition: all .3s ease-in-out;
    z-index: 1;
    background-color: rgba(255,255,255,0);
    color: #fff;
    background-image: linear-gradient(45deg, #128cb1, #07d5ea);
}

.show-content:hover .content-holder-blue{
   transform: rotateY(0deg) rotatex(0deg);
   opacity: 1;
}

.contentx1{
    margin-left:25px;
}



.intro {
    padding: 0 !important;
    overflow-x: auto;
}