
* {
    font-weight: normal;
    font-family: "SFUIDisplay-Heavy","arial","SF UI Text";
}
a {
    text-decoration: none;
}
a :hover{
    text-decoration: none;
}
.container {
    height: 100%;
}
.common-height {
    height: 60%;
    background-color: aquamarine;
}
.navbar-brand {
    color: #FFFFFF;
}
.nav-link {
    color: #707C8B;
}
.nav-link:hover{
  color: #FFFFFF;
}

#header {
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #022b4a;
}

#home {
    background-image: url("../img/background_home.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    background-size: auto;
    margin: 0 auto;
}

#home-warp {
    width: 100%;
    background-color: #022b4a;
}
#home-content {
    text-align: center;
    margin: auto auto;
    height: 100%;
}

#compny-name {
    text-align: center;
}

#compny-name-1 {
      color: #FFFFFF;
      font-size: 33pt;
      letter-spacing: .2em; 
      margin-bottom: 12pt;
      width: 127pt;
      height: 26pt;
}

#compny-name-2 {
      color: #EBEBEB;
      font-size: 17pt;
      letter-spacing: .1em;
      margin-bottom: 2pt;
}

#home-intro {
    height: 26pt;
}

#home-intro p {
    color: #FFFFFFFF;
    font-size: 8pt; 
    opacity:0.6;
    width: 205pt;
    text-align: center;
    margin: 0 auto;
    margin-top: 16pt;
}

.section-header {
    height: 155px;
    text-align: center;
    box-align: center;
    margin: 104px auto 81px auto;
    padding: 0;
    text-align: center;
}

.section-header-title {
    font-size:34px;
    font-family:Roboto-Regular;
    font-weight:bold;
    color:rgba(0,0,0,1);
    display: block;
    letter-spacing: 2px;
}

.section-header-underline {
    width: 60px;
    height: 2px;
}

.white-font {
    color: white;
}

#services {
    background-color: white;
}

#services-header {
    background-image: url("../img/services_text.png");
    background-repeat: no-repeat;
    background-position: center;
}

#services-header-1 {
    text-align: center;
    letter-spacing: .05em;
    font-family: 'SFUIDisplay-Heavy';
    font-weight: 900;
    margin-bottom: 0px;
    position: relative;
    height:155px;
    font-size:210px;
    font-family:SFUIDisplay-Heavy;
    font-weight:bold;
    color:rgba(248,250,251,1);
}

#services-header-2 {
    width:369px;
    height:27px;
    font-size:34px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    letter-spacing: .1em;
    position: relative;
    top: -18px
}

#service-list {
    margin-bottom: 70px;
}

.server-item {
    width: 350px;
    height: 530px;
    display: inline-block;
    margin: auto 17px;
    border-radius: 10px;
}

#server-item-1 {
    background-image: url("../img/go_global_background.png");
    background-repeat: no-repeat;
}

#server-item-2 {
    background-image: url("../img/intelligence_background.png");
    background-repeat: no-repeat;
}
#server-item-3 {
    background-image: url("../img/security_background.png");
    background-repeat: no-repeat;
}

.server-item-warp {
    width: 100%;
    background-color: RGBA(0, 51, 100, .4);
    height: 139px;
    margin: auto 0 0 0;
    position: relative;
    top: 391px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.server-item-title {
    font-size: 24px;
    color: RGBA(255, 255, 255, .8);
    padding-top: 22px;
    font-weight:400;
}

.server-item-intro {
    font-size:16px;
    color:rgba(255,255,255,.8);
}

#about-header {
    background-image: url("../img/about_text.png");
    background-position: center;
    background-repeat: no-repeat;
}

#about-content {
    background-image: url("../img/world_map_about.png");
    background-position: center;
    background-repeat: no-repeat;
}

#about-content p {
    font-size:26px;
    font-weight:400;
    color:rgba(95,95,95,1);
    line-height:49px;
    text-align: justify;
    text-indent: 50px;
    letter-spacing: 1px;
}

#contact-header {
    background-image: url("../img/contact_text.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

#contact {
    margin: 0 auto;
}

#whatsapp>:first-child {
    font-size:24px;
    font-weight:bold;
    color:rgba(180,188,209,1);
    margin-bottom: 0px;
}

#whatsapp>:last-child {
    font-size:24px;
    font-weight:bold;
    color:#0181e7;
    margin-top: 8px;
    letter-spacing: 3px;
}

.mx-width {
    max-width: 1080px;
}

#email>:first-child {
    font-size:24px;
    font-weight:bold;
    color:rgba(180,188,209,1);
    margin-bottom: 0px;
} 

#email>:nth-child(2) {
    font-size:24px;
    font-weight: bold;
    color:#0181e7;
    letter-spacing: 2px;
}

#email>:nth-child(3) {
    font-size:24px;
    font-weight: bold;
    color:#0181e7;
}

#address-label {
    font-size:24px;
    font-weight:bold;
    color:rgba(180,188,209,1);
    margin-bottom: 0px;
}

.address-content {
    font-size: 18px;
    font-weight: bold;
    color:#0181e7;
    display: inline-block;
}

#footer {
    width: 100%;
    background-color: #022b4a;
}

#footer  ul {
    list-style-type: none;
    color: RGBA(255, 255, 255, 1);
    height: 17px;
    margin-top: 35px;
}

#footer  ul > li {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    border-right: 1px solid #ffffff;
    border-color: #FFFFFF;
    line-height: 15px;
    text-align: center;
}

#footer  ul li:last-child {
    border: none;
}

#footer  ul > li > a {
    text-align: center;
    margin: auto auto;
    line-height: 15px;
    color: #FFFFFF;
}

#footer  p {
    height:17px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
}

.company-logo {
    width: 300px;
    height: 300px;
}



