*{
    margin: 10;
    padding: 10;
}



.navbar-style
{
    box-shadow: 0 3px 7px #763b97;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: color .4s ease;
    
    
}

.nav .navbar-nav > ul{
    list-style: none;
    background: #663366;
    text-align: center;
    padding: 0;
    margin: 0;



}


.nav .navbar-nav li{
    display: inline-block;
    

}











.nav.navbar-nav{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    height:auto;
    width:900px;
}
.img-fluid{
    max-width: 100%;
    max-height: 1000px;
}


.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    height:auto;
  }

  .nav.navbar-nav{
    float:none;
    position:absolute;
    top:50%;
    
    transform: translate(-50%, -50%);
  }


  /*New footer */



  .footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #763b97;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

 /*New footer */

@media screen and (max-width:500px){


    /*New footer */

    .footer-menu ul{
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 30px;
        
      }

      .footer-menu ul li a{
        color: black;
        text-decoration: none;
      }


 /*New footer */

    .nav.navbar-nav{
        position: relative;
        top:0;
        left:0;
        transform: none;
    }

    .inner-footer{
        margin:0;
        padding:0;
        width:auto;
        height:auto;
        background-color: #272727;
        text-align:center;

        margin: 0; padding: 0; box-sizing: border-box; 
    }

    .quick-links{
        display:grid;
        width:95%;
        height:100px;
        margin:auto;
        float:left;
      
        
        padding:15px;
    
    }
    
    .quick-links ul{
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
        padding:15px;
        
    }

    .quick-items{
        list-style: none;
        text-align: center;
    }
    
    .quick-items a{
        
        text-align: center;
        font-size: 3px;
        
    
    
    }

    


    .navbar-nav.navbar-center{
        position: relative;
        top:0;
        left:0;
        transform: none;
    }
    .box1{
        text-align:center;
    padding: 25px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    }
}

.logo
{
    height: 70px;
    padding: 2px 10px;
    display:block;
    margin: 20px auto;
    
}

.icon-bar
{
    transition: color .4s ease;
    background: #763b97;
}

li a
{
    color: #333;
}

.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .navbar-default .navbar-custom .navbar-nav >li > a:hover {
    background-color: #763b97;
    transition: color .4s ease;
    color: #ffff;
}

.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #763b97;
    transition: color .4s ease;
    color: #ffff;
}

.big-text
{
    font-size: 52 px;
    margin: 20px 0;
    color:#763b97;

}

.read-more-container{
    display:flex;
    flex-direction: column;
    color:#111;

}

.container{
    padding: 2rem;
    background-color: #fff;
    border-radius: 2px;
    line-height: 1.4rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);

}

.container-services{
    width: 100%;
    height: 100vh;
    padding: 0 8%;

}

.container_contacte{
    padding: 2rem;
    background-color: #fff;
    border-radius: 2px;
    line-height: 1.4rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);

}

.read-more-btn{
    color:#763b97;

}

.read-more-text{
    display:none;
}

.read-more-text--show{
    display:inline;
}


body .navbar-default{
    height:auto;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    overflow-x: hidden;
    
}



h1 {
    text-transform: uppercase;
    margin:0;
    font-size: 3rem;
    white-space: nowrap;
    text-align: center;
  }


p{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paragraph {
    background-color: #fff;
   
}

.paragraph p{
    max-width: 80em;
    margin-left: auto;
    color:#666;
    font-size:15px;
    line-height: 1.5;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2 em;
    font-weight: 400;
}


.content {
    background-color:#000;
    background-image:  linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
      ), url(SydneyHarbourBridge\ Val2022.jpg);
    background-size:cover;
    background-position: center;
    
    height:30vh;
   
}

.col-sm-6{
    background-color: #763b97;
    padding-left: 10px;
    margin-left: 10px;
}

.container2 {
    
   display: flex;
  
   column-gap: 20px;
   
   justify-content: center;
   
   background-image:  linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
      ), url(SydneyHarbourBridge\ Val2022.jpg);
      background-size:cover;
      background-position: center;
    padding-bottom: 40px;
    padding-top: 40px;
      
}


.emailus{
    flex:1;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
    color:white;
    font-size: 18px;
}

.emailus a{
    color:white;
    font-size: 18px;
    text-decoration: none;
}

.emailus a>i{
    font-size: 30px;
}

.emailus a:hover{
    color:#763b97;
}

.phone{
    flex:1;
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size: 18px;
}

.phone i{
    font-size:30px;
}

.phone:hover{
    color:#763b97;
    transition: color .4s ease;
}

.australianoffice{
    flex:1;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 100px;
    color:white;
    font-size: 18px;
    text-decoration: none;
}

.australianoffice a{
    color:white;
    font-size: 18px;
    text-decoration: none;
}

.australianoffice a>i{
    font-size: 30px;
}

.australianoffice a:hover{
    color:#763b97;
}

.box1{
 
  padding: 20px 20px;
  width: 500px;
  height: 150 px;


  
}


.container .row2 a {
    text-decoration: none;
    color:black;
    padding: 25px 10px;
    text-align:center;
    padding: 25px 10px;
    
}

.container .row2 a>i{
    font-size: 40px;
    margin-bottom:10px;
}

.box1 p{
    color: #fff;
}

.box1 h2{
    color: #fff
}



.box1 a{
    text-decoration: none;
    color: #efefef;
    font-style: italic;


}
.box1 a:hover{
    transition: color .4s ease;
    color: #763b97;
}

.box2{
    border-radius: 25px;
    border: 2px solid #763b97;
    padding: 20px;
    width: auto;
    height: auto px;

}

.box2 p{
    color: #fff;
}

.box2 h2{
    color: #fff
}

.container2 h2{
    color: #efefef;
    justify-content: center;
    text-align: center;
}

.container-fluid.paragraph .services{
   text-align: center;
}

.container-fluid.paragraph .services ul{
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    list-style: square;
}

.container-fluid.paragraph .services li {
    padding-bottom: 5px;
    color:#763b97;
}

.contacte{
    display:flex;
    align-items: center;
    justify-content:space-around;
    padding: 2rem;
    background-image:  linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8)
      ), url(SydneyHarbourBridge\ Val2022.jpg);
    
}





.box2 a{
    text-decoration: none;
    color: #efefef;
    font-style: italic;


}
.box2 a:hover{
    transition: color .4s ease;
    color: #763b97;
}


.footerinit{
    
    padding-top: 40px;
    width:100%;
    height:auto;
    padding: 100px 15%;
    background: #333;
    color: #efefef;
    display: flex;

}

footer {
    margin-top: auto;
  }

.inner-footer{
    margin:0;
    padding:0;
    height:75px;
    background-color: #272727;
}


.social-links{
    display:flex;
    height:35px;
}

.social-links ul{
    display: flex;
}

.social-items{
    list-style: none;
}

.social-items a:hover i{
    color: #763b97;
}

.social-items a{
    padding:10px 20px;
    font-size:40px;
    color:white;
}

.quick-links{
    display:flex;
    width:900px;
    height:80px;
    margin:auto;
    padding:10px;

}

.quick-links ul{
    display: flex;
    
}

.quick-items{
    list-style: none;
}

.quick-items a{
    text-decoration:none;
    padding: 0px 15px;
    font-size:15px;
    color:white;


}

.quick-items a:hover {
    transition: color .4s ease;
    color: #763b97;
}

.outer-footer{
    
    text-align:center;
    color:#ffff;
    
    font-size:14px;
    background-color: #3f3f3f;
    padding:15px;
}


.footer div{
    text-align:center;

}

.col-2{
    flex-grow: 2;
}

.col-2 a{
    color: #efefef;
    display:block;
}

.col-2 a:hover {
    transition: color .4s ease;
    color: #763b97;
}

.footer div h3{
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.col-1 a{

    display:block;
    text-decoration: none;
    color: #efefef;
    margin-bottom: 10px;

}

.col-1 a:hover {
    transition: color .4s ease;
    color: #763b97;
}

.social-icons{
    margin-top:30px;
}

.social-icons a{
    text-decoration: none;
    color: #fff;
    text-align: left;

}

.social-icons a i {
    font-size: 8.1rem;
    transition: color .4s ease;
}

.social-icons a:hover i{
    color: #763b97;
}

.footer-bottom{
    background-color: #000;
    width: 100%;
    
    text-align:  center;

}


.footer-bottom p{
    font-size: 14 px;
    word-spacing: 2px;
    text-transform: capitalize;
    color:#fff;
}


.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
}



.socials{
    list-style: none;
    display:flex;
    align-items:center;
    justify-content: center;
    margin: 1rem 0 3rem 0;

}


.socials li{
    margin: 0 10px;

}

.socials a{
    text-decoration: none;
    color: #fff;
    text-align: left;

}


.socials a i {
    font-size: 8.1rem;
    transition: color .4s ease;
}

.socials a:hover i{
    color: #763b97;
}



.row{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.row2{

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
}

.service{
    text-align:center;
    padding: 25px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
}

.service2{
    text-align:center;
    padding: 25px 10px;
    border-radius: 15px;
    border-style: solid;
    border-color:#763b97;
    font-size: 14px;
    cursor:pointer;
    
    background: transparent;
    transition: transform 0.5s, background 0.5s;
}



.service2 i{
    font-size: 40px;
    margin-bottom:10px;
    color:#763b97;

}

.service2 h3{
    font-weight: 600;

}

.contact {
    text-align:center;
    padding: 25px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;

}

.contact:hover{
    transform: scale(1.05);
}



.contact h3{
    font-weight: 600;



}

.contact a{
    text-decoration: none;
}

.contact i{
    text-decoration: none;
}

.contact a:hover{
    color:#763b97;
}

.contact i:hover{
    color: #763b97;
}





.container h2{
    text-align:center;
    padding-top: 3%;
    margin-bottom: 60px;
    font-weight: 6000;
    position: relative;
}

.container h2::after{

    content: '';
    background:#763b97;
    width:100px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left:50%;
    transform: translateX(-50%);


}


.resources_title{
    text-align:center;
    padding-top: 3%;
    margin-bottom: 60px;
    font-weight: 6000;
    position: relative;
}





 .container h2 .resources_title{
    text-align:center;
    padding-top: 3%;
    margin-bottom: 60px;
    font-weight: 6000;
    position: relative;
}

.container h2 .resources_title ::after{

    content: '';
    background:#763b97;
    width:500px;
    height: 40px;
    position: absolute;
    bottom: -5px;
    left:50%;
    transform: translateX(-50%);


}

.service i{
    font-size: 40px;
    margin-bottom:10px;

}

.service h3{
    font-weight: 600;

}

.service:hover{
    background:#763b97;
    color:#fff;
    transform: scale(1.05);
}

.fa-laptop-medical{
    color: #763b97;
}

.service:hover .fa-laptop-medical {
    color: #fff;
}

.fa-network-wired{
    color: #763b97;
}

.service:hover .fa-network-wired{
    color: #fff;
}

.service p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.service:hover p{
    color:#fff;
}

.service i{
    color:#763b97;
}

.service:hover i {
    color:#fff;
}

.service:hover a{
    color:#fff;

}

.service a{
    text-decoration: none;
}



/*Icons*/

.fa-server{
    color: #763b97;
}

.fa-wifi{
    color: #763b97;
}

.fa-play{
    color: #763b97;
}

.fa-square-rss{
    color: #763b97;
}

.fa-video{
    color: #763b97;
}


.service:hover  .fa-server{
    color: #fff;
}

.service:hover .fa-wifi{
    color: #fff;
}

.service:hover .fa-play{
    color: #fff;
}

.service:hover .fa-square-rss{
    color: #fff;
}

.service:hover .fa-video{
    color: #fff;
}



   


