@font-face {
    font-family: Montserrat-Medium;
    src: url('../font/Montserrat-Medium.ttf');
}
@font-face {
    font-family: Montserrat-Regular;
    src: url('../font/Montserrat-Regular.ttf');
}
body{
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: Montserrat-Regular;
    margin: 0;
}
.body_header{
    height: 700px;
    width: 100%;
    background: url('../img/Home-Hero-Web-v2_2.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 80px;
}
.top{
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgba(0,0,0, 0.7); */
    height: 700px;
    width: 100%;
}
.centertipbox{
    position: absolute;
    background: #eff4ff;
    width: 560px;
    height: 100px;
    left: 50%;
    margin-left: -280px;
    bottom: -50px;
    padding: 18px;
    box-sizing: border-box;
    border: 1px solid #a2c1f8;
    border-radius: 5px;
    box-shadow: 0 1.5px 3px 0 rgb(31 104 243 / 20%);
}
.centertipbox h3{
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    color: #1043a4;
    margin-bottom: 10px;
}
.centertipbox p{
    font-size: 14px;
    font-weight: 400;
    color: #1f68f3;
    margin-bottom: 0;
}
.centerbox{
    height: 80px;
    width: 100%;
    background-color: white;
    padding: 0 12.5% 0 12.5%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid rgb(92, 91, 91); */
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
}
.centerbox img {
    height: 80px;
}
.menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.menulist{
   
    /* font-weight: bold; */
    width: auto;
    margin-left: 50px;

    cursor: pointer;
 
}
.menulist{
    color: #6f7c95;
    font-size: 16px;
    text-decoration: none;
    height: 77px;
    line-height: 77px;
    transition: all 0.3s;
    border-bottom: 3px solid white;
    font-family: Montserrat-Regular;
}
.menulist:hover{
    color:#0d4dcb; 
    border-bottom: 3px solid #0d4dcb;
}
.headerfonts{
    margin-top: 270px;
    margin-left: 12.5%;
}
.big{
    text-align: left;
    color: #1f242e;
    font-family: Montserrat-Regular;
    text-shadow: 0 3px 70px #000;
}
.small{
    text-align: left;
    font-family: Montserrat-Regular;
    color: #1f242e;
    text-shadow: 0 3px 70px #000;
}
.onetitlebig{
    text-align: center;
    color: #1f242e;
    margin-top: 100px;
}
.onetitlesmall{
    width: 50%;
    margin: auto;
    padding-bottom: 50px;
    color: #1f242e;
    text-align: center;
}
.flextwo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;

}
.picinside{
    width: 780.8px;
    height: 483.91px;

}
.picinside>img{
    height: 100%;
    width: 100%;
    box-shadow: 0 30px 60px 0 rgb(11 77 204 / 16%);
}
.fontinside{
    width: 488px;
    height: 290px;
   padding-top: 50px;
}
.p_title{
    font-size: 36px;
    color: #000000;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    font-family: Montserrat-Medium;
    margin: 30px 0;
}
.p_con{
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #6f7c95;
}
.left{
    width: 666.39px;
    height: 733.42px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.04);
    background-color: white;
    transition: all 0.5s;
}
.left:first-of-type{
    box-shadow: 0 30px 60px 0 rgb(11 77 204 / 20%);
}
.picdiv{
    width: 100%;
    height: 495.42px;
    position: relative;
}
.pictitle{
    position: relative;
    padding: 46px 34px 20px 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -12px;
    background: #fff;
    font-family: Montserrat-Medium;
    width: 65%;
    border-radius: 0 5px;
}
.pictitle>h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #3e485b;
    width: 100%;
    height: 70px;
}
.picdiv>img{
    height: 100%;
    width: 100%;
}
.conflex{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #6f7c95;
    padding: 34px 42px 45px 30px;
}
.left:hover{
    box-shadow: 0 30px 60px 0 rgb(11 77 204 / 20%);
}
.custitle{
    color: #3e485b;
    font-size: 26px;
    text-align: center;
    padding: 30px 0 50px 0;

}
.threebox{
    border: 1px solid #e2e9f8;
    border-radius: 4px;
    position: relative;
    height: 390px;
    width: 403px;
    overflow: hidden;
    transition: all 0.5s;
}
.img_th_box{
    width: 100%;
    height: auto;
}
.img_th_box>img{
    width: 100%;
}
.btmbox{
    color: #3e485b;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 18px;
    font-family: Montserrat-Medium;
    padding:15px 20px;
}
.threebox:hover{
    box-shadow: 0 30px 60px 0 rgb(11 77 204 / 20%);
}
.fourboxs{
    width: 950px;
    height: 638px;
    border: 1px solid #e2e9f8;
    border-radius: 4px;
    margin-right: 30px;
}
.fivbox{
    width: 365.15px;
    height: 638px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.fiv_one{
    width: 100%;
    height: 296px;
    border: 1px solid #e2e9f8;
    border-radius: 4px;
    transition: all 0.5s;
}
.fiv_one:hover{
    box-shadow: 0 30px 60px 0 rgb(11 77 204 / 20%);
}
.fourpic{
    width: 100%;
    height: auto;
}
.fourbtm{
    padding: 50px 30px;
}
.fourbtm>h2{
    color: #3e485b;
    line-height: 1.5;
    font-size: 24px;
}
.fourbtm>p{
    color: #6f7c95;
    line-height: 1.5;
    font-size: 16px;
}
.fivcon{
    padding: 0px 20px;
    /* text-indent: 20px; */
    color: #3e485b;
    line-height: 1.5;
}