/* 
pallette:
dk blue     rgba(63,63,128, 0.95);
dk blue     #3f3f80;
lt blue     #c1dafc;
LT GREY     #7e7e7e;
DK GREY     #666666;
red         #ff001f;
 */



* {

    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.clear {
    clear: both;
}
html,
body {
    background-color: #000000;
    color: #999999;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
/*    overflow-x: hidden;*/
}
body, nav, ul, li, a  {
    margin: 0; 
    padding: 0; 
    }
 ul ul {
    list-style: none;
}
body a {
    text-decoration: none;
    }

.row {
    max-width: 900px;
    margin: 0 auto;

}
.row1{
    max-width: 400px;
    text-align: left;
}
.row1 h2{
    max-width: 100%;
    text-align: left;
}
.row1 h2 a{
    color: #c1dafc;
}
a[href^="tel"] {
  color: inherit; 
  text-decoration: none; 
}

header {
    background-color: #000000;
}
header {
    /*see inline 
    background-image: linear-gradient(rgba(63,63,128, 0.1),rgba(0, 0, 0, 1)),url(../../img/index-bg.png); */
    background-size:cover;
    background-position: center;
    background-repeat: none;
    font-weight: 300;
}
.header1{
    padding: 5px;
/*    text-align: center;*/
    font-weight: bold;
    color: #ffffff;
}

.header1.desktop {
    display: block;
}
.header1.mobile {
    display: none;
    padding: 2px;
}
.header1 p{
    padding: 0 5px;
/*    text-align: left;*/
    font-weight: bold;
    /* color: #ffffff; */
}
.red {
    color: rgb(248, 10, 10);
}
.header1 img {
/*    padding-left: 2%;*/
    width: 25%;
}
.bold {
    font-weight: bold;
}
.full-logo  {
    width: 66%;
    padding-left: 34%;
    padding-top: 5%;
}

.small-logo  {
    width: 100%;
    padding: 0 20%;
    padding-top: 5%;
}
.casestudy-logo {
    width: 100%;
    padding: 0 40%;
    padding-top: 5%;
}
.casestudy h2 {
    text-align: left;
    padding: 0 10px;
}

.container {
    padding: 10px 2% 0 2%;
    background-color: rgba(0, 0, 0, 0.5); 
   
}

header h1 {
    text-align: center;
    color: #ffffff;
    padding: 40px 0 10px 0;
    font-size: 2em;
    font-weight: normal;
    
}
.homedesc h1 {
    text-align: center;
    color: #ffffff;
    padding: 15px 0 10px 0;
    font-size: 2em;
    font-weight: normal;
    
}
header h2 {
    text-align: center;
    color: #ffffff;
    padding: 40px 0 10px 0;
    font-size: 1.5em;
    font-weight: normal;
    
}



.recovery h2 {
    text-align: center;
    color: #ff001f;
    padding: 40px 0 10px 0;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 1px 1px  black;
    
}
.homedesc {
    padding-bottom: 50px;
    clear: both;
}
.homedesc2 {
    /* padding-bottom: 50px; */
    clear: both;
}
.homedesc p {
    background-color: rgba(0,0,0, .8);
    padding: 10px;
    color: #eae6e6;
    font-size: 1em;
    line-height: 1.42em;
    margin-top: 10px;
}
.homedesc img {
    width: 100%;
}

.homedesc.row h2 {
    background-color: rgba(0,0,0, .8);
    padding: 10px;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.42em;
}
.homedesc ul {
    background-color: rgba(0,0,0, .8);
    padding: 10px;
    color: #eae6e6;
    font-size: 1em;
    list-style-type: disc; 
    list-style-position: inside;
}
.homedesc li {
    padding: 5px;
}

.homedesc a {
    color: #ff001f;
    /* font-size: .75em; */
}
.homedesc a:hover {
    color: #ffffff;
}
.policylinks a {
    color: #ffffff;
}
.policylinks a:hover {
    color: #ff001f;
}
.chas img {
    width: 100%;
    
}
.callus {
    clear: both;
    background-color: #eaebed;

    color: #171b2e;
    font-weight: 700;
    font-size: 1.5em;
}
.callus-sub {
    clear: both;
    background-color: #ffffff;
    color: #171b2e;
    font-weight: 700;
    font-size: 1.5em;
}
.calluscontainer {
    align-items: center;
}
.button {
  background-color: #000000;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    border-radius: 50px;
    font-weight: bold;
    font-stretch: ultra-expanded;
}
.button a:active,
.button a:link,
.button a:visited {
  color: white;
}.button a:hover {
  color: #999999;
}
.callusunit1{
    width: 50%;
    padding: 30px 32px;
    box-sizing: border-box;
/*    margin-bottom: 20px;*/
    text-align: right;
}
.callusunit2{
    width: 50%;
    padding:20px;
/*    margin-bottom: 20px;*/
   text-align: left;
}
.services {
    background-color: #000000;
    /* padding: 40px 0; */
}
.services h2 {
    color: #ffffff;
    padding: 40px 0;
    font-size: 3em;
    text-align: center;
}
.services p {
    padding: 20px 20%;
    color:rgb(2, 8, 104);
    text-align: justify;
}
.servicescontainer {
/*    max-width: 1200px;*/
/*    margin: 40px auto 0 auto;*/
    background-color: #000000;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap:wrap;
}

.serviceunits {
    width: 300px;
    height: 300px;
    background-color: #c1dafc;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
   
}


/************NAVIGATIONS********************/
/************NAVIGATIONS********************/
/************NAVIGATIONS********************/
/************NAVIGATIONS********************/
/************NAVIGATIONS********************/
/************NAVIGATIONS********************/
/************NAVIGATIONS********************/
.toggleMenu {
   display:  none;
    }
nav {
   /* background-color: #3f3f80; */
    font-size: 1rem;
    color: #ffffff;
    }
.nav {
    list-style: none;
    }
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
    }
.nav:after {
    clear: both;
    }
.nav ul {
    width: 15rem;
    }
.nav a {
    padding: 1.5rem 0;
    color: #ffffff;
    margin-left: 2rem;
    margin-bottom: .1rem;
}  
.nav li {
    position: relative;
	z-index: 30;
	}
.nav li  ul {
    position: absolute;
    display: none;
    }
.nav > li {
    float: left;
    }
.nav > li > .parent {
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
        padding-right: 15px;
    }
    .nav > li >  a:hover {
        background-color:rgb(2, 8, 104);
    }
.nav > li > a {
    display: block;
    }
.nav > li.hover > ul {
    display: block;
    text-align: left;
    }
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
    font-size: .75rem;
    color: #ffffff;
    background-color: #000000;
	width: 15rem;
    margin-bottom: 0;
    }
.nav li ul li a:hover {
    color: #3f3f80;
    background-color: #c1dafc;
    list-style: none;
    }
.nav li a:link,
.nav li a:visited {
    /* border-bottom: 1px solid transparent; */
    font-size: 1em;
    }
.nav li a:hover,
.nav li a:active {
    /* border-bottom: 1px solid #c1dafc; */
    color:  #ffffff;
    /* -webkit-transition: border-bottom 1.5s;
    -webkit-transition: border-bottom 1.5s;
    -webkit-transition: border-bottom 1.5s;
    transition: border-bottom 1.5s; */
    }
/* .nav li li a:hover,
.nav li li a:active {
     -webkit-transition: border-bottom 1.5s;
    -webkit-transition: border-bottom 1.5s;
    -webkit-transition: border-bottom 1.5s;
    transition: border-bottom 1.5s; 
    } */
.nav li li a:any-link {
    font-size: 1em;
    list-style: none;
    padding: 5px;
    margin-left: -20px;
}
.mobile-nav-icon {
    float: left;
    cursor:pointer;
    display: none;
    }
.mobile-nav-icon i {
    font-size: 2rem;
    color: #ffffff;
/*    background-color: #6D3AA3;*/
    padding: 0 10px;
    }
.sticky {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    -webkit-box-shadow: 2px 2px 2px #666666; 
            box-shadow: 2px 2px 2px #666666;
    z-index: 9999;
    }
.sticky i {
    color: #ffffff;
	}
.telnos a:any-link{
    display: none;
}

.shownos {
    display:inline-block;
    z-index: 1000;
}

.navigation {
    float: right;
}

********************/
/**************end of navigation ********************/
/**************end of navigation ********************/




/*************FLIPCARDS*********************************/
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back p {
    color: #333333;
    font-size: 1em;
    padding: 5px;
    text-align: justify;
}
.flip-card-back h2 {
    color: #333333;
    font-size: 1.5em;
    padding: 20px 0;
}
.flip-card-back a {
    color: #000000;
    font-size: 1.5em;
    padding: 20px;
/*    text-align: right;*/
}


/****************END OF FLIPCARDS****************/

.news {
    background-color: #ffffff;
    padding-bottom: 40px;
}
.news p {
    margin: 40px 20%;
    text-align: justify;
    /* padding-bottom: 40px; */
}
.news h2 {
    padding: 40px 20% 0 20%;
}
.planecontainer {
    display: flex;
    justify-content: space-between;

}
.plane1 {
    flex: 40%;
    padding: 5px;
}
.plane1 img {
    width: 100%;
}
/* .plane1 img {
    width: 80%;
} */
/****************FORM******************/

.formsection {
    background-color: #ffffff;
    
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #333333;
    font-weight: 400;
}
.contactus {
    text-align: center;
    padding: 30px;
}
.contactus h2 {
    font-size: 2.5em;
    padding:30px
}
.contactus p {
    font-size: 1.5em;
    padding:15px
}
.contactus p.small{
    font-size: .8em;
    margin-top: -25px;
}
.form-row {
    max-width: 800px;
    padding: 10px 0;
    display: flex;
}
.form-submit {
    
    max-width: 800px;
/*    padding: 10px 0;*/
    display: flex;
     align-items:flex-end;
   
}

.form-row label {
    padding-right: 10px;
    
}
.form-row input {
    flex: 1;
    border-radius: 50px;
    border: none;
}
.formcontainer textarea {
  flex:1;
  font-size: 1rem;
  padding: 1rem;
    border-radius: 10px;
    border: none;
}
.send {
    max-width: 100px;
    padding-right: 0;
}
.send input {
    font-size: 16px;
    border-radius: 50px;
    font-weight: bold;
    font-stretch: ultra-expanded;
    background-color: #3f3f80;
    color: #ffffff;
        padding: 15px 32px;
    text-align: center;
}
/****************FORM END******************/


/****************SLIDESHOW START******************/

.centered-btns_nav {

  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;

/*CHANGE OPACITY OF LEFT RIGHT ARROWS HERE*/
    
    opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 150px;
  width:30px;
    
/*MAKE SURE YOU HAVE THE GIF IN PLACE  */
    
  background: transparent url("themes-left-right.gif") no-repeat left top;
  margin-top: -70px;
  z-index: 3;  
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 1;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  /* _float: left;
  *float: left; */
  margin-right: 5px;
  
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 15px;
  background: #ccc;
  background: rgba(102,102,102, 1);
  display: inline-block;
  /* _display: block;
  *display: block; */
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #ffffff;
  background: rgba(255,255,255, .8);
  } 



.rslides_container img {
/*THIS MAKES IMAGES FIT THE WHOLE WIDTH BETWEEN ARROWS - 100% will fill and images will show beneath arrows */
    max-width: 100%;
}

.rslides {
  margin: 0 auto;
  }

.rslides_container {
/*  margin:  0 0 10px 0;*/
  position: relative;
  float: left;
/*WIDTH RESIZES THE WHOLE SLIDESHOW INC IMAGES---*/
  width: 100%;
  z-index: 1;
  }
.rslides_container img {
  width: 100%;
  }

/*---this makes dots appear below images -------*/
.nolist li {
    list-style: none;
    width: 100%;
}




/****************SLIDESHOW END************/

/****************FOOTER************/

.footer {
    background-color: #000000; 
    color: #ffffff; 
    line-height: 1.25rem;

}
.footer h4 {
    color: rgba(161,171,253);
    font-size: 1.25em;
}
.footer .col-md-8 {
    margin: 0 auto;
    font-size: .8rem;
}

.footer1 img {
    width: 20%;
    padding: 0 0 10px;
}
.footer1 {
    text-align: center;
    padding: 10px;
}
.footer1.social img {
    width: 50px;
    padding: 5px;
}
.footer a {
    color: rgba(161,171,253);
}
.enquiry a {
    color: #000000;
}
.enquiry a:hover {
    color: #999999;
}
.formsection a {
    color: #000000;
    font-size: 1.5em;
}



/* ******************************** */


@media screen and (max-width: 900px) {
.nav a {
    /* padding: 2rem 0; */
   /* color: #666666; */
    margin-left: 1rem;
    font-size: 1rem;
	}
    .header1 p {
        font-size: .8em;
    }
.nav li  a:any-link{
    font-weight: 300;
    }
.formsection {
    padding: 0 2%;
    }
    .small-logo {
        width: 100%;
        padding: 0 15%;
        padding-top: 5%;
    }   

}

@media screen and (max-width: 700px) { 
.header1 {
   text-align: center;
}  
.header1 img {
    width: 40%;
    display: none;
}
.header1.desktop {
    display: none;
}
.header1.mobile {
    display: block;
}
.navigation {
    width: 100%;
}
nav {
    background-color: #000000;
     }  
.active {
    display: block;
    } 
.nav > li {
    float: none;
    }   
.nav {
    clear: both;
    } 
.nav a {
    padding: 1px;
    }
.nav ul {
    display: block;
    width: 100%;
    font-size: 1rem;
    }  
.nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.mobile-nav-icon {
	display: inline-block;
	}    
.mobile-nav-icon p {
    font-size: 1.5rem;
    vertical-align: top;
    }    

.ion-android-call {
    font-size: 1.25em;
    margin: auto 5px;
}
.nav li li a:any-link{
    font-weight: 300;
    padding: 2px;
    margin-left: 40px;
    font-size: .75em;
    }
.full-logo {
    width: 80%;
    padding-left: 20%;
    padding-top: 5%;
}
.homedesc.small-logo {
    width: 40%;
    padding-left: 40%;
    padding-top: 5%;
}
.padbot-10px {
    margin-bottom: 10px;
}
.planecontainer {
    display: block;
}
.news p {
    margin: 20px 2%;
}
.news h2 {
    text-align: center;
}

.calluscontainer {
    flex: none;
}
.callusunit1{
    width: 100%;
    padding: 30px 32px;
    box-sizing: border-box;
/*    margin-bottom: 20px;*/
    text-align: center;
}
.callusunit2{
    padding:0 0 20px;
    width: 100%;
    padding: 30px 32px;
    box-sizing: border-box;
/*    margin-bottom: 20px;*/
    text-align: center;
}
.formsection { 
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #333333;
    font-weight: 400;
}
.formsection a {
    color: #000000;
    font-size: 1em;
}
.contactus {
    text-align: center;
    padding: 10px;
}
.contactus h2 {
    font-size: 1.5em;
    padding: 15px;
}
.contactus p {
    font-size: 1em;
    padding:0px 2% 5px 2% ;
}
.contactus p.small{
    font-size: .8em;
    margin-top: -5px;
}
.chas img {
    width: 100%;
    
}

}

@media screen and (min-width: 700px) {
.container {
    padding: 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;display: flex;
    -webkit-box-align: center;
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    }       
.header1 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;  
}
header {
    /* background-image: linear-gradient(rgba(63,63,128, 0.95),rgba(0, 0, 0, 0.3)),url(../../img/index-bg.png); */
    background-size:cover;
    background-position: center;
    background-repeat: none;
    background-attachment:fixed;
    font-weight: 300;
} 
.calluscontainer {
    max-width: 2000px;
    padding: 40px 0;
    display: flex;
   align-items: center;
}  
.servicescontainer {
/*    max-width: 1200px;*/
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.footer1 img {
    width: 40%;
    padding: 0 0 10px;
}

/*****************FLEXBOX*************/
.footercontainer{
    display: flex;
    justify-content: space-between;
}
.footer1 {
    flex-basis: 33%;
}


    .footer2 {
    padding-top:10px; 
    flex: 1;
}
/* **********SLIDESHOW ************ */
    .rslides_container {
    /*  margin:  0 0 10px 0;*/
      position: relative;
      float: left;
    /*WIDTH RESIZES THE WHOLE SLIDESHOW INC IMAGES---*/
      width: 100%;
      z-index: 1;
      }
      /* ---THIS PLACES IMAGE BETWEEN ARROWS WITH SPACE - MAKE MAX-WIDTH 100% AND REMOVE PADDING TO APPEAR UNDER ARROWS------------------ */
    /* .rslides_container img {

         max-width: 90%;
        padding-left: 10%;
    } */
 /* **********SLIDESHOW END ************ */    
    

}

