/* ----- Universal Selector ----- */

* {
 margin: 0 auto;
 font-family: Quicksand, sans-serif;
}



/* ----- NAVIGATION BAR ----- */

/* TARGETING BOTH */

.nav > li > a {
    color: #fff;
    -webkit-transition: 1s;
}

.icon-bar {
    background-color: #fff;
}

/* NO SCROLL */

#my-navbar {
    position: absolute;
    width: 100%;
}

.navbar-left img {
    position: absolute;
    width: 240px;
    margin-top: 10px;
    margin-left: 10px;
}

.noscroll-nav {
    margin-top: 30px;
    margin-right: 30px;
}

.noscroll-img {
    margin-top: 30px;
    margin-left: 30px;
}

.noscroll-nav li {
    border-radius: 10px;
    margin-right: 10px;
}

.noscroll-nav > li > a:hover {
    border-radius: 10px !important;
    background-color: dodgerblue !important;
}


/* SCROLL BAR */

.scrollbar {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: rgba(28, 26, 26, 0.93);
    box-shadow: 0px 2px 20px black;
    border-radius: 0px;
}

.contact-form-comment {
    color: #fff !important;
    margin-top: 2px;
    transition: .3s;
}

.contact-form-comment:hover {
    transition: .3s;
    color: dodgerblue !important;
}

.btn-scroll-bar {
    background-color: transparent;
    margin-top: 7px;

}

.btn:focus,.btn:active {
   outline: none !important;
}

.btn-scroll-bar span {
    color: #fff;
}

.dropdown-menu {
    background-color: #262626;
    margin-top: 7px;
    border-radius: 0;
}

.dropdown-menu li a {
    color: #fff !important
}

.dropdown-menu li a:hover {
   color: #262626 !important;
}

.angle-up {
    color: #fff;
    margin-top: 2px;
    transition: .3s;
}

.angle-up:hover {
    transition: .3s;
    color: dodgerblue;
}

.scroll-nav-left img {
    width: 100px;
    margin-top: 10px;
}

.dashboard_click {
  margin-left: 10%;
  margin-top: 20px;
  color: #fff;
  background-color: rgb(7, 81, 198);
  border-radius: 30px;
  width: 340px;
  height: 30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .7s;
}

.dashboard_click:hover {
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  box-shadow: 1px 1px 10px black;
  transition: .7s;
}

.dashboard_click h5 {

}

.dashboard_click i {

    margin-left: -20px;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 21px;
}


.contact-us a:focus {
  outline: none !important;
  background-color: transparent !important;
}



/* ----- Contact Us Modal Styling ----- */

.modal-content {
    margin-top: 60px;
    background-color: rgba(28, 26, 26, 0.87);
    border-radius: 30px;
    border: 2px solid lightgrey;
}

.modal-header img {
    width: 200px;
    padding-top: 20px;
}

.head-top {
    height: 80px;

}

.modal-title {
    text-align: center;
}

.modal-header {
    border-style: none;
}

.modal-header h4 {
    text-align: center;
}

.text-under {
    text-align: center;
    font-size: 16px;
}

button[class=close] {
  color: #fff !important;
}

label, .text-under, .modal-title {
    color:#fff;
}
input[type=text] {
  border: none;
  border-radius: 10px;
  width: 150%;
  height: 30px;
  margin-top: 5px;
  text-indent: 15px;
}

input[type=text]:focus {
  outline: none;
}

textarea {
  border: none;
  border-radius: 10px;
  width: 150%;
  height: 100px;
  margin-top: 5px;
  text-indent: 15px;
  padding-top: 5px;
}

textarea:focus {
  outline: none !important;
}

input[type=submit] {
  color: #fff;
  background-color: #51af3b;
  border: none;
  border-radius: 5px;
  width: 50%;
  height: 30px;
  transition: .5s;
}

input[type=submit]:hover {
  cursor: pointer;
  background-color: #306823;
  transition: .5s;
}

input[type=reset] {
  color: #fff;
  background-color: #8e0000;
  border: none;
  border-radius: 5px;
  width: 30%;
  height: 30px;
  transition: .5s;
}

input[type=reset]:hover {
  cursor: pointer;
  background-color: #590000;
  transition: .5s;
}

.submit_reset {
  margin-right: 6%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-section {
  padding-top: 10px;
  padding-bottom: 20px;
}

.profile-pic {
    width: 200px;
    margin-top: 20px;
    border-radius: 30px;
    border: 2px solid #fff;

}

.profile-section button {
  margin-top: 20px;
  border: 2px solid #fff;
  outline: none !important;
  width: 80%;
  height: 40px;
  background-color: #112544;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .7s;
}

.profile-section button:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  box-shadow: 1px 1px 10px #fff;
  transition: .7s;
}

.profile-section button a {
  text-decoration: none !important;
  color: #fff !important;
}
.profile-section h4 {
  padding: 20px;
  line-height: 2em;
}

.contact_details {
  padding-top: 20px;
}




.all-target {
    margin-top: 150px;
     color: #fff;
}

.resource-background {
    background-image: url('MainControlBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.resource-icon {
    font-size: 100px;
}

.text-upper {
    margin-top: -100px;
    padding-top: 100px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), #262626); /* For Safari 5.1 to 6.0 */
     box-shadow: -5px 0 15px -5px #333, 5px 0 15px -5px #333;
}

.text-upper p {

    padding: 50px;
    font-size: 22px;
    color: #fff;
}

.main-display {
    height: 800px;
    background-color: rgb(28, 28, 28);
    /* background: -webkit-linear-gradient(top, rgba(0,115,645,1), rgba(0,80,200,1)) ; */
}

.optimised_plan_image h2 {
  color: #fff;
  margin-top: 100px;
}


.optimised_plan_image img {

  margin-top: 80px;

  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 10px black;
}

/* -- Magnifying Glass Hover -- */

/*Some CSS*/
* {margin: 0; padding: 0;}
.magnify {
  width: 1000px;
  margin: 0px auto;
  position: relative;

}

/*Lets create the magnifying glass*/
.large {

	width: 500px; height: 500px;
	position: absolute;
	border-radius: 100px;

	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
	0 0 7px 7px rgba(0, 0, 0, 0.25),
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

	/*Lets load up the large image first*/
	background: url('optimisedplan.jpg') no-repeat;


	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small {
  margin-left: 0%;
  width: 100%;
  display: block;

 }

.optimised_plan_image img:hover {

}

.calc-title {

}

.col-1-row {
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 150px;
    height: 300px;
    background-color: #fff;
    box-shadow: -5px 0 15px -5px #333, 5px 0 15px -5px #333;
}

.col-2-row {
    border-radius: 10px;
    margin-top: 125px;
    height: 350px;
    background-color: #fff;
    box-shadow: -5px 0 15px -5px #333, 5px 0 15px -5px #333;
}

.col-3-row {
    margin-right: 20px;
    border-radius: 10px;
    margin-top: 100px;
    height: 400px;
    background-color: #fff;
    box-shadow: -5px 0 15px -5px #333, 5px 0 15px -5px #333;
}



.text-lower {
  height: 20px;

}



/* ----- Features and Qualities -----*/

.features-qualities {

    background: url('featuresbackground.jpg');
    background-size: cover;
}

.icon {
    font-size: 30px;

}

.icon-even {
    color: #fff;
}

.icon-odd {
    color: #fff;
}

.outer-columns {

}

.top-columns {
     padding-top: 100px;
}

.bottom-columns {
     padding-top: 100px;
     padding-bottom: 60px;
}

.inner-text-col {
    padding-top: 40px;
}

.all-grid-text {
    line-height: 1.7em;
    color: #fff;
    padding: 10px;
}

.grid-text-odd {
     color: #fff;

}

.grid-text-even {

    color: #fff;
}


/* ----- bottom text row ----- */

.bottom-text-row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bottom-text-row p {
    font-size: 24px;
    color: #262626;
    line-height: 2;
}



/* ----- Footer Navigation Bar BOOTSTRAP -----*/

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;

}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}



/* ---------------------- MEDIA QUERIES ---------------------- */


/* ---------- DESKTOP L ---------- */

@media screen and (max-width: 2600px) {


    .main-logo img {
        margin-top: 2%;
        margin-left: 2%;
    }


}

@media screen and (max-width: 2000px) {
  .dashboard_click {
    margin-left: 150px;
  }
}

@media screen and (max-width: 1800px) {
  .dashboard_click {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .dashboard_click {
    margin-left: 70px;
  }
}

@media screen and (max-width: 1550px) {
  .dashboard_click {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1050px) {

    .magnify {
      width: 800px;
    }

    .dashboard_click {
      display: none;
    }
}





/* ---------- LAPTOP M ---------- */


@media screen and (max-width: 900px) {

  .magnify {
    width: 700px;
  }

  .main-display {
    height: 600px;
  }




  .optimised_plan_image h2 {
    margin-top: 50px;
  }

        .resImage {
            margin-top: 3%;
        }

        #summary-1, #summary-2, #summary-3, #summary-result {
            margin-top: -20%;
        }


    }



/* ---------- TABLETS ---------- */


@media screen and (max-width: 800px) {

  .magnify {
    width: 600px;
  }

  .main-display {
    height: 540px;
  }

        .resImage {
            margin-top: 1%;
        }

        .wrapper li {
             width: 100%;
            margin-left: -5%;
        }

        #summary-1, #summary-2, #summary-3, #summary-result {
            margin-top: -85%;
        }
    }

@media screen and (max-width: 768px) {


    #navbar-collapse {
          background: -webkit-linear-gradient(top, rgba(10,10,10,0.5), #292c2f); /* For Safari 5.1 to 6.0 */
          background-color: ;
      }


    .featureBackground p1 {
        margin-top: -40%;
            font-size: 16px;
    }

    .all {
        margin-top: 40%
    }
    .textBox {
        margin-top: 6%;

    }

    .featureBackground img[class="icon"] {
        width: 150%;
    }

    .featureBackground img[class="icon"] {

        width: 30%;
        margin-left: 35%;
        margin-top: -25%;
    }

    .textBox p {
    font-size: 16px;
    }


    #summary-1, #summary-2, #summary-3, #summary-result {
            margin-top: -100%;

        }
    #summary-1 {
        margin-left: 2%;
        width: 45%;
    }

    #summary-2 {
        width: 45%;
        margin-left: 10%;
    }

    #summary-3 {
        width: 55%;
        margin-left: 30%;
    }

    #summary-result {
        margin-left: 53%;
        width: 45%;
    }

    .titleResourceText {
        display: none;
    }


     .footer-logo img {
        display: none;
    }

    #footer-drop-down {
        width: 90%;
        margin-left: 5%;

        }

}

@media screen and (max-width: 600px) {
  .small {
    width: 60%;
    margin-left: 10%;
  }

  .magnify {
    display: none;
  }

  .main-display {
    height: 130px;
  }
}

/* ---------- MOBILE M ----------- */


@media screen and (max-width: 450px) {

  .noscroll-img img {
    margin-left: 13%;
    margin-top: 17%;
  }





    .nav-bar li.open {
        width: 85%;
    }

    .textBox {
        margin-top: 35%;
    }

    .titleResCapacity {
        font-size: 14px;
        margin-top: 10px;
    }

    .featureBackground img[class="background"] {
        width: 200%;
    }

    .featureBackground img[class="icon"] {

        width: 40%;
        margin-top: -100%;
        margin-left: 30%;
    }

    .featureBackground h2 {
        margin-top: -90%;
    }

    .featureBackground p1 {
        margin-top: -65%;
        font-size: 16px;
    }

    .all {
        margin-top: 90%;
    }

    .textBox p {
        padding: 30px;
    }

     #summary-1, #summary-2, #summary-3, #summary-result {
            margin-top: -170%;

        }

    #calcInfo {
        font-size: 16px;
    }

    .dashboard_click {
      display: none;
    }

    .small {
      display: none;
    }

    .main-display {
      height: 130px;
    }

    .optimised_plan_image h2 {
      margin-top: 25px;
      padding: 10px;
    }

}

@media screen and (max-width: 362px) {



}
