body{
    font-family: 'IBM Plex Sans';
}

[aria-current]:not([aria-current="false"]) {
    font-weight: bold;
    color: #0043ce;
  }
  
.button_style1 {
    background-color: white; 
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}


.button_style1:hover{
    box-shadow: 0 0 10px 10px rgba(15, 44, 91, 0.5);
    transform: translateY(-5px);
    transition: 0.3s;
}

.button_style2 {
    background-color: #0043ce; 
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.button_style2 :hover ,.button_style2:hover{
    opacity: 0.9;
}

.button_style3 {
    margin: 25px;
    background-color: #0043ce; 
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.button_style3 a{
    color: aliceblue;
}

.button_style3 a:hover, .button_style3:hover{
    font-weight: bold;

}

img{
    width: 100%;
}

.head-row{
    margin-top: 35px;
}

.head-nav{
    max-width: 1260px;
}

.head-logo{
    margin-right: -45px;
}

.head-logo img{
    width: 40%;
}

.head-text-0{
    margin-top: 25px;
}
.head-nav-list{
    list-style: none;
    font-size: 20px;
    font-weight:  400;
    height: 65px;
    justify-content: center;
    align-items: center;
    line-height: auto;
    width: 100%;
}

.head-nav-list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.head-nav-list li{
    padding: 10px 25px 10px 15px;
}

.head-nav-list li a{
    height: 45px;
}

.head-nav-list li a:hover{
    color: #0043ce
}

.head-background{
    background: #0a0a0a;
    background-image: linear-gradient(45deg,#0a0a0a 10%,rgba(102,102,102,0.74) 100%), url("../image/header-sean-pollock.jpg");
    /* background: linear-gradient(45deg,#0a0a0a 10%,rgba(102,102,102,0.74) 100%); */
    opacity: 0.95;
    height: 500px;
    margin-bottom: 150px;
}

.head-background-text-0 h1{
    font-size: 80px;
    font-weight: 500;
    color: white;
    line-height: 96px;
    text-align: center;
    padding: 65px 100px 20px 100px;
}

.head-background-text-0 span{
    border: blue 2px solid;
    display: flex;
}

.head-background-text-0 p{
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 96px;
    text-align: center;
    padding: 15px 100px 0px 100px;
}

.head-background2{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(24,40,150,1) 100%, rgba(0,29,255,1) 100%), url("../image/bg.png");
    opacity: 0.95;
    height: 500px;
    margin-bottom: 90px;
}


.body-text-0{
    max-width: 1460px;
    margin: auto;
    padding-bottom: 65px;
}

.body-img-0 img{
    width: 70%;
    margin: 25px 80px;
}

.col-body-text{
    font-family: 'IBM Plex Sans';
    padding: 0px 125px;
}

.col-body-text h1{
    margin-top: 50px;
    font-size: 35PX;
}
.col-body-text h4{
    font-weight: 400;
    align-items: center;
    margin-bottom: 15px; 
}

.col-body-text h5{
    font-weight: bold;
    margin-top: 25px;
}

.demo-span{
    background-color: rgb(40,116,252);
    width: 550PX;
    height: 300PX;
    border-radius: 20px;
    margin: auto;
}

.demo-span span{
    margin: 80px 175px 0px 175px;
}

.demo-span h2{
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 45px 95px 0px 95px;
}

.demo-span span a{
    font-weight: 600;

}

.Partners-row{
    margin: 80px 80px 0px 80px;
}
.Partners-row h1{
    font-weight: 600;
}
.Partners-row p{
    font-size: 25px;
}

.brand-row{
    margin: 50px;
    text-align: center;
}

.brand-col{
    margin: 70px 50px 0px 50px;
    height: 200px;
    width: 100%;
}

.brand-col img{
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}


.map-backgournd{
    /* #676767; */
    background: linear-gradient(rgba(27, 26, 26, 1), rgba(0, 0, 0, 0.8)), url('../image/bg.png') no-repeat 0% 20%/ cover;

}   

.map-text{
    margin: 90px;
    color: aliceblue;
    text-align: left;
}

.map-text h1{
    font-size: 30px;
    font-weight: bold;
}
.map-text h2{
    font-size: 20px;
}

.map-email{
    margin-top: 45px;
}

.map-email a{
    color: aliceblue;
}

.map-email i{
    margin-left: 5px;
    font-size: medium;
}
.map-email i:hover{
    font-size: larger;
}

.footer-backgournd{
    background-color: #252525;
    height: 260px;
}

.footer-backgournd h1,.footer-backgournd h2{
    font-size: 25px;
    font-family: 'IBM Plex Sans';
    color: aliceblue;
}
.footer-backgournd h2{
    font-size: 15px;

}

.footer-backgournd img{
    width: 50%;
}

.footer-row {
    padding-top: 50px;
}

.why-us-content-container{
    margin-right: 45px;
    margin-left: 45px;
}

.body-background-text-0{
    margin-bottom: 150px;
}
.body-background-text-0 h1{
    margin-bottom: 25px;
    font-size: 35px;
    color: #0043ce;
}

.body-background-text-0 h4{
    color: #0043ce;
}