
/*
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/rlt/JF-Flat-Regular.ttf);

}
*/

body {
    padding: 0;
    margin: 0;
    color: #002e5b;
    font-family: monospace, sans-serif;
    font-size: 15px;
}

.logo_img{
    max-width: 200px;
}

.section-header{
    height: 500px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-image-n1 {
    background-image: url(../img/pic9.jpg);
    height: 900px;
}

.bg-image-n2 {
    background-image: url(../img/pic2.jpg);
    width: 100%;
    height: 900px;
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.page-title-content {
    text-align: center;
    margin-top: 150px
}

.titleright{
    color: white;     display: inline-block;
}

.titlecenter{
      color: white;
    background-color: rgb(0 0 0 / 41%);
    /* opacity: 0.5; */
    margin-top: 100px;
}

.titlebottom{
    color: white;
  
    margin-top: 130px;
    font-weight: bold;
}

.left_div_bg_color{
    height: 690px;
    width: 440px;
    background-color: white;
    opacity: 0.5;
}
.left_div_bg_color p {
    height: 690px;
    width: 440px;
}
.left_div_bg_color p {
    height: 690px;
    width: 440px;
    background-color: purple;
    opacity: 0.5;
}

.section_multi_div{
    height: 900px;
    width: 80%;
    text-align: center;
    margin-left: -300px;
}
.section_multi_div h3{
 color: black;
}