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

* {
    margin: 0;
    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;
}

.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;
  /*  box-shadow: 3px 3px 10px black */
}

.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;
}

.page-background {

    background-image: url('fleet-back-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;

}

.fleet-title, .fleet-sub-title {
    color: #fff;
}

.sub-text p {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

.current-regime {
    height: 450px;
    background-color: rgb(1, 24, 61);
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}



.current_regime_content {
  margin-top: 100px;
  width: 150%;
  margin-left: -25%;
  background-color: rgba(1, 24, 61, 0.9);
  overflow-x: scroll;
}

.optimised_regime_content {
  margin-top: 100px;
  width: 150%;
  margin-left: -25%;
  background-color: rgba(1, 24, 61, 0.9);
    overflow-x: scroll;
}

.results_regime_content {
  margin-top: 100px;
  width: 150%;
  margin-left: -25%;
  background-color: rgba(1, 24, 61, 0.9);
    overflow-x: scroll;
}

.full_regime_content {
  width: 200%;
  margin-left: -45%;
  margin-top: 100px;
  background-color: rgba(1, 24, 61, 0.9);
    overflow-x: scroll;
}

.current_desc_modal h4 {
  padding: 20px;
  line-height: 2em;
}

 .modal button {
   color: #fff;
   opacity: 1;
 }

.modal_title_row {
  color: #fff;
}

.optimised-regime {
    height: 450px;
    background-color: rgb(4, 28, 66);
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}

.current_image_inside_modal img {
  margin-left: -260px;
  width: 350%;
  border-radius: 30px;
  border: 2px solid #fff;
  margin-bottom: 50px;
  margin-top: 20px;
  box-shadow: 5px 5px 15px black;


}

.full_image_inside_modal img {
  margin-left: -370px;
  width: 500%;

  margin-bottom: 50px;
  margin-top: 20px;

}

.results {
    height: 450px;
     background-color: rgb(13, 38, 76);
     color: #fff;
     -webkit-transition: 1s;
     transition: 1s;
}


.result-text {
    padding-top: 40px;
    font-size: 18px;
}

.results-title, .optimised-title, .current-title {
    padding-top: 10px;
    padding-bottom: 30px;
}


.fleet-sub-title {
    padding: 50px;
    padding-top: 20px;
}

.content-row-one {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    color: #292c2f;
}

.optimised_plan_column {
    background-color: #fff;
    color: #262626;
    border: 2px solid dimgrey;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -10px;

}

.optimised_plan_text_upper {
  padding-left: 50px;
  padding-right: 50px;
}

.business_casing_column {
    background-color: #fff;
    color: #262626;
    border: 2px solid dimgrey;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 10px;


}

.business_casing_text_upper {
  padding-left: 50px;
  padding-right: 50px;
}



.icon_fleet_row i {
  font-size: 110px;
  padding-bottom: 30px;
  color: #262626;

}

.fleet_points {
  padding-top: 30px;
  line-height: 2em;
}

.content-row-two {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #292c2f;
}

.regime_img_before_expand img {
  border-radius: 0px;
  -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: .1s;
}

.regime_img_before_expand img:hover {
  border-radius: 0px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
  transition: .1s;
}


.img_results img {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.regime_hover_over img {
  transition: 1s;
}

.regime_hover_over i {
  position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-45%, -45%);
 display: none;
 transition: 1s;

}

.regime_hover_over:hover img {
    opacity: 0.5;
    transition: 1s;
}

.regime_hover_over:hover i {
  transition: 1s;
    display: block;
    z-index: 500;
}



.text-upper {
    color: dodgerblue;
    padding-bottom: 20px;
}

.text-lower p {
    font-size: 22px;
}

.bottom-section {
    margin-top: -10px;
    background-color: lightgrey;
}

.title-row {
    padding-top: 70px;



}

.title-row, .title-row-bottom {
}

.title-row-bottom {
    box-shadow: 0px 1px 50px dimgrey;
}

.center-block {
    width: 200px;
}

.button-row {
    margin-top: 0px;
    margin-bottom: 90px;
}

.full-button {
    width: 350px;
    font-size: 19px;
    -webkit-transition: .5s;
    transition: .5s;
}

.full-button:hover {
    background-color:  dodgerblue;
    color: #fff !important;
    -webkit-transition: .5s;
    transition: .5s;

}

.content-row-bottom {
    background-color: rgb(4, 28, 66);
    padding-top: 100px;
    padding-bottom: 100px;
}

.trse-p {
    margin-right: 50px;
    color: #fff;
    font-size: 18px;
}

.trse-img {

    width: 300px;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/* ---- FOOTER ----- */

.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-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 ---------------------- */

/* ----- BOOTSTRAP NEW BREAKPOINTS ----- */

@media (min-width: 768px) and (max-width: 900px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block!important;
    }
    .navbar-header {
        float:none;
    }
}

@media (max-width: 1200px) {


}





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

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

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

    .nav-bar li {
        font-size: 18x;
    }

    .backImage h2 {
        font-size: 30px;
    }

    .backImage p {
        font-size: 18px;
    }

    #optimised-regime {
        height: 900px;

    }

    #optimised-regime h2 {
        font-size: 30px;
    }

    #current-regime h3 {
        font-size: 15px;
    }

    #results h3 {
        font-size: 15px;
    }

    .three-boxes {
        height: 1000px;
    }

    .text-above {
        font-size: 30px;
        margin-top: -80px;
    }

    .full-regime {
        height: 80px;
    }

    .full-regime p {
        font-size: 20px;
    }
}


/* ---------- DESKTOP M ---------- */


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

    #optimised-regime {
        height: 750px;
    }
}

@media screen and (max-width: 991px) {
  .business_casing_column {
    padding-top: 100px;
  }
}

/* ---------- LAPTOP L ---------- */


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

        #current-regime{
            height: 450px;
        }

        #optimised-regime {
            height: 650px;
        }

        #results {
            height: 450px;
        }
    }

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

    .three-boxes {
        height: 800px;
    }

}


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

        #current-regime{
            height: 350px;
        }

        #optimised-regime {
            height: 550px;
        }

        #results {
            height: 350px;
        }

        #trse-logo {
            margin-top: -5%;
        }

        #noBo {
            margin-top: 3%;
        }
    }



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


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

       #current-regime{
            height: 375px;
            margin-left: 1%;
            width: 32.5%;
        }

        #optimised-regime {
            height: 550px;
            width: 42.5%;
            margin-left: 28.5%;
        }

        #results {
            height: 375px;
            width: 32.5%;
            margin-left: 66.5%;
    }

        .backImage p {

        width: 60%;
        margin-left: 20%;
        top: 1%;
    }

    #noBo {
        width: 80%;
        margin-left: -10%;
    }

    #trse-logo {
        margin-top: -5%;
    }
}

@media screen and (max-width: 991px) {
  .optimised_plan_column {

      margin-left: -30px;
      margin-right:  -30px;

  }
  .business_casing_column {

      margin-top: 10px;
      margin-left: -30px;
      margin-right:  -30px;
  }
}

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

    #services-drop-down {
        display: inline-block;
        margin-top: 40px;
        border-radius: 10px;
        height: 40px;
        width: 50%;
        float: right;
        background: url('arrow-down.png') no-repeat 90% center;
        background-size: 15px;
        border-style: solid;
        border-color: #fff;
        border-width: 1px;
        cursor: pointer;
        opacity: 0.8;
        -o-transition:.5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition:.5s;
        transition: .5s;
        z-index: 5;
        }


    #services-drop-down p {

        text-align: center;
        color: white;
        padding-top: 2.3%;
        }


    .nav-bar {
        position: relative;
        min-height: 100px;
        z-index: 4;
        }


    .nav-bar ul {
        margin-right: 4%;
        }


    .nav-bar li {
        width: 90%;
        display: none;
        margin: 1px;
        }


    .nav-bar li.open{
        width: 45%;
        display: block;
        margin: 1px;
        text-align: right;
        opacity: 0.9;
        }


    #contact {
        background-color: lightgrey;
        color:  #316ece;
        }


    #hover {
        background-color: lightgray;
        color:  #316ece;
        }


    #hover:hover {
        background-color: #316ece;
        color: #fff;
        }


    #contact:hover {
        background-color: dimgray;
        color: #fff;
        }

    .text-above p {
        font-size: 21px;
    }

    .full-regime p {

        margin-top: 5%;
    }
    .three-boxes {
        height: 700px;
    }

    #footer-drop-down {
        display: inline-block;
        border-radius: 10px;
        height: 35px;
        width: 70%;
        margin-left: 21%;
        margin-top: 4%;
        background: url('arrow-down.png') no-repeat 90% center;
        background-size: 15px;
        background-color: dimgrey;
        cursor: pointer;
         -o-transition:.75s;
        -ms-transition: .75s;
        -moz-transition: .75s;
        -webkit-transition:.75s;
        transition: .75s;
        }


    #footer-drop-down p {
        display: inline-block;
        color: #fff;
        margin-top: 7px;
        margin-left: 30px;
         -o-transition:.5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition:.5s;
        transition: .5s;
        cursor: pointer;
        height: 0;
        }


    #footer-drop-down:hover {
        background-color: lightgray;
        -o-transition:.75s;
        -ms-transition: .75s;
        -moz-transition: .75s;
        -webkit-transition:.75s;
        transition: .75s;
        }


    #footer-drop-down p:hover {
        color: dimgrey;
        -o-transition:.5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition:.5s;
        transition: .5s;
        }


    .footer ul {
        position: relative;
        padding: 0;
        top: -135%
        }


    .footer li {
        display: none;
        position: relative;
        border-radius: 5px;
        left: 19%;
        font-size: 15px;
        background-color: lightgray;
        text-align: right;
        color: dimgrey;
        }

    .footer li.open {
        width: 134%;
        display: block;
        margin: 1.5px;
        }



    }

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

        #current-regime{
            top: 5%;
            height: 300px;
            margin-left: 1%;
            width: 32.5%;
        }

        #optimised-regime {
            top: 5%;
            height: 425px;
            width: 42.5%;
            margin-left: 28.5%;
        }

        #results {
            top: 5%;
            height: 300px;
            width: 32.5%;
            margin-left: 66.5%;
        }

        .backImage p {
            width: 90%;
            margin-left: 5%;
            margin-top: 22%;
        }

}



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

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



        #optimised-regime h2 {
            font-size: 18px;
        }


}

@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: ;
    }

        .backImage h2 {
            margin-top: 20%;
            font-size: 24px;

        }

        .backImage p {

            font-size: 15px;
            margin-top: 28.5%;
        }

        .three-boxes {
        margin-top: 50%;

        }

    .full-regime p {

        margin-top: 7%;
    }


    .text-above p {
        line-height: 1.5;
        margin-top: -5%;
    }

        #current-regime{
            height: 275px;
            margin-left: 1%;
            width: 32.5%;
        }

        #optimised-regime {
            height: 425px;
            width: 42.5%;
            margin-left: 28.5%;
        }

        #results {
            height: 275px;
            width: 32.5%;
            margin-left: 66.5%;
        }

        .text-above {
            margin-top: -60px;
            line-height: 2;
        }

        #text-left, #text-right {
            position: relative;
            top: -25px;
        }

    }

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

    .footer-logo img {
        display: none;
    }

    #noBo {
        margin-top: 6%;
        font-size: 18px;
    }

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

        }
}

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

    #fleet-text-box {

        height: 500px;
    }
    #fleet-text-box li {
        width: 90%;
        margin-left: -1%;
        padding-top: 20%;
        padding-bottom: 20%;
        margin-top: 5%;
    }

    #text-left {
        border-bottom-style: dotted;
        border-bottom-color: grey;
    }


    #fleet-text-box img {
        display: none;
    }


}

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

         #current-regime{
            height: 200px;
            margin-left: 1%;
            width: 32.5%;
        }



        #optimised-regime h2 {
            font-size: 20px;
        }


        #optimised-regime {
            height: 325px;
            width: 42.5%;
            margin-left: 28.5%;
        }

        #results {
            height: 200px;
            width: 32.5%;
            margin-left: 66.5%;
        }

        .three-boxes {
            height: 500px;
        }

        .text-above p{
            font-size: 18px;
        }

}

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

    .backImage p {
        margin-top: 37%;
    }

    .three-boxes {
        margin-top: 45%;
    }

    .text-above {
        margin-top: -17.5%;
    }

    .main-logo img {
        width: 170px;
    }

    .backImage h2 {
        margin-top: 25%;
    }

    .backImage p {
        margin-top: 32%;
        line-height: 1.5;

    }
}

@media screen and (max-width: 480px) {
    .backImage h2 {
        font-size: 20px;
    }

    .backImage p {
        font-size: 12px;
    }


    }


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


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

    #text-left {
        width: 100%;
    }

    #text-right {
        width: 100%;
    }

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

    #services-drop-down {
        width: 107%;
        margin-top: 25%;
        margin-left: -5%;
    }

    .nav-bar li.open {
        width: 90%;
        opacity: 1;
        margin: 0;
        border-radius: 5px;
        border-bottom-style: solid;
        border-bottom-color: #316ece;
    }



    .backImage h2 {
        margin-top: 35%;
        font-size: 18px;
    }

    .backImage p {
        margin-top: 41%;
        font-size: 10px;
    }

    .three-boxes {
        margin-top: 40%;
    }

    #current-regime h3 {
        font-size: 12px;
    }

    #current-regime{
        height: 200px;
        margin-left: 0%;
        margin-top: -10%;
        width: 32.5%;
    }

    #optimised-regime h2 {
        font-size: 14px;
    }


    #optimised-regime {
        height: 275px;
        width: 42.5%;
        margin-top: -14%;
        margin-left: 28.5%;
    }

    #results h3 {
        font-size: 12px;
    }

    #results {
        height: 200px;
        width: 32.5%;
        margin-left: 68%;
    }

    #trse-logo img {
        width: 60%;
        margin-left: -5%;
    }


}

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


}



/* ---------- MOBILE S ---------- */


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

    .footer-logo img {
        display: none;
    }
}
