﻿#websitebottom {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

    #websitebottom > div:nth-child(1) {
        color: #fff;
        font-size: 36px;
        text-align: center;
        width: 100%;
        letter-spacing: 8px;
    }

    #websitebottom > div:nth-child(2) {
        width: 200px;
        border-radius: 20px;
        height: 50px;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
        background-color: #08B9FF;
        text-align: center;
        font-size: 24px;
        line-height: 50px;
        margin-top: 20px;
    }
#headermenu ul li:nth-child(3)
{
    float: left;
    margin-right: 24px;
    border-bottom: solid 2px #1a5d9f;
}
#headermenu ul li:nth-child(3) > a
{
    color: #1a5d9f;
}

#container>div:nth-child(1)
{
    height:auto;width:100%; z-index:-1;
}

.casebtn
{
     width:200px; height:50px; border:solid 1px #fff; text-align:center; border-radius:20px; color:#fff; font-size:18px; line-height:50px;margin:0 auto; cursor:pointer;
     background-color:#08BBFF;transition:background 0.4s;
}
.casebtn:hover
{
     background-color:#fff; color:#08BBFF;
}
#expertteamid
{
    width:1200px; margin:0 auto; border:0px;
}
#expertteamid>div:nth-child(1)>h4
{
font-size:40px; color:#495060; text-align:center; margin-top:70px; margin-bottom:10px;
}
.expertteamone
{
    width:350px; display:inline-block; margin-top:60px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;
}
.expertteamone:hover
{
    cursor: crosshair;
    -webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);transform:translateY(-10px);
}
.expertteamtwo
{
width:350px; display:inline-block;margin-top:60px; margin-left:70px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;
}
.expertteamtwo:hover
{
    cursor: crosshair;
    -webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);transform:translateY(-10px);
}
.expertteamimg
{
    width:350px; height:470px; border-radius:6px;
}
.expertteamname
{
    color:#1c2438; font-size:30px; text-align:center; margin-top:10px;
}
.expertteamdesc
{
    color:#80848f; font-size:16px; text-align:center;line-height:24px; padding:10px; height:43px; overflow:hidden;
}
.expertteamdbtn
{
    width:120px; margin:0 auto;height:35px; border:solid 1px #2B6FB6; text-align:center; color:#2B6FB6;font-size:16px; line-height:35px; border-radius:20px; margin-top:10px;transition:background 0.4s; cursor:pointer;
}
.expertteamdbtn:hover
{
  background-color:#2B6FB6; color:#fff;
}
.expertteamdbtn>a:hover
{
  color:#fff;
}
#myexpertteamid
{
     width:100%; border:0px;
}

