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

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


/* ----- N A V I G A T I O N    B A R ----- */

/* 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: rgba(39, 113, 232, 0.9)!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;
}

.d-c-image img {
  width: 100%;
  margin-top: 20px;
}

/* ----- Background Image and Title ----- */


.page-background {
    background-image: url('Optimized-depot-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}



.tmd-story-line {
    margin-top: 0px;
    margin-bottom: 60px;
    font-family: Muli;
    color: #fff;
    background-color: transparent;
}

.carousel-indicators {
    margin-bottom: -50px;
}

.carousel-indicators li {
    background-color: dodgerblue;
}


/* ----- Title and Text Motion Section ----- */


.head-title-column {
    margin-top: 150px;
    color: #fff;
}



.current-regime {
  margin-top: 50px;
    height: 500px;
    background-color: #00003d;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}

.current-title {
  margin-top: 30px;
}



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



/* ----- Bottom half of page ----- */


.top-inner-row {
    background-color: #35353d;
    color: #fff;
}



.bottom-inner-row {
    background-color: #fff;
    color: #00003d;
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-row {
    margin-top: 50px;
    font-size: 20px;
}

.icon-left {
    color: #fff;
}

.icon-mid {
    color: #fff;
}

.icon-right {
    color: #fff;
}

.bottom-outer-row {
    padding-top: 00px;
    background-color: #fff;
    color: #00003d;
    padding-bottom: 00px;

}

.excel-tested {

    background-color: #126d02;
    padding-top: 40px;
    padding-bottom: 40px;

}

.excel-tested i {
    color: #fff;
    font-size: 120px;
    margin-top: 20px;
}

.excel-button {
    margin: 0;
}

.fa-windows {
    color: #fff;
    margin-top: 15px;
    padding-right: 200px;
    font-size: 100px;
}

.excel-top-text {
    padding-top: 70px;
    padding-bottom: 70px;

}

.excel-top-text p {
    color: #00003d;
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

.excel-bottom-text {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 25px;
    color: #fff;
    padding-left: 10px;

}

.arrow-row {
    padding-top: 30px;
}

.picture-row {
    padding-top: 30px;
}

.center-block {
    width: 220px;
    display: block;
    margin-left: 20px;
    margin-right: auto;
 }

.model-demo-button {
    font-size: 24px;
    width: 400px;
    -webkit-transition: 1s;
    transition: 1s;
}

.model-demo-button:hover {
    background-color: #0c9600;
    color: #fff;
    box-shadow: 1px 1px 20px #232323;
    -webkit-transition: 1s;
    transition: 1s;
}

/* ----- T A B   1 2 3   S Y S T E M ----- */

.pointOne {
  margin-left: 0%;
}

.point1img {
  width: 100%;
  margin-top: 40px;
}

.tabcontent h3 {
  margin-top: 40px;
}

.tablinks {
 width:33%;
}

  /* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    background-color: #00003d;
    color: #fff;
    border: 1px solid #fff;
    border-top: none;
    width: 100%;
    padding-bottom: 70px;
}


/* ----- Bootstrap Footer ----- */

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0px -2px 10px black;
	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;
	margin: 0 0 10px;
	padding: 0;
}

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

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

.footer-right a {
    -webkit-transition: 1s;
    transition: 1s;
}

.footer-right a:hover {
    background-color: #0048bc;
    -webkit-transition: 1s;
    transition: 1s;
}

.footer-links a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-links a:hover {
    color: #47b8ff;
    -webkit-transition: .5s;
    transition: .5s;
}


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

@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: 990px) {
    .picture-row {
        margin-bottom: 50px;
    }
}

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


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

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

    .nav-bar li {
        font-size: 20px;
    }

    .imageSlideshow h2 {
        font-size: 40px;
    }

    .tmd-story h1 {
        font-size: 50px;
    }

    .wrapper {
        height: 1300px;
    }

    #four-images li {
        height: 1300px;
    }

    #model-process h2 {
        font-size: 40px;
    }

    #model-process p {
        font-size: 30px;
    }

    .num1 {
        margin-top: 1%;
    }

    .num2 {
        margin-top: 2%;
    }

    .num3 {
        margin-top: 4%;
    }

    #excel p {
        font-size: 30px;
    }



    .footer li {
        font-size: 18px;
    }
}



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


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

    .nav-bar li {
        font-size: 17px;
    }

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

    .tmd-story h1 {
        font-size: 37px;
    }

    #model-process h2 {
        font-size: 27px;
    }

    #model-process p {
        font-size: 25px;
        margin-top: 17%;
    }

}



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


@media screen and (max-width: 1440px) {
    .footer li {
        font-size: 12px;
    }

    #model-process p {
        margin-top: 20%;
        font-size: 22px;
    }

    .excel-info p{
        margin-top: 20%;
    }

    .excel-download {
        top: 70%;
    }
}



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


@media screen and (max-width: 1200px) {
    #model-process p {
        margin-top: ;
    }
}

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

    #model-process p {
        font-size: 20px;
        margin-top: 25%;
    }
}

@media screen and (max-width: 991px) {
  .d-c-image {
    margin-left: 15%;
  }
  .d-c-image img {
    width: 250%;
  }
}

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




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

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

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

    .wrapper {
        margin-top: 40%;
        height: 2800px;
    }

    #four-images li {
     width: 100%;
         margin-top: 5%;
        height: 1000px;
    }

    #model-process {
        border-bottom-style: dashed;
        border-right-style: none;
    }

    #model-process p {
        margin-top: 10%;
        font-size: 25px;
    }

    .excel-download {
        top: 135%;
    }

    span[class="excel-download"] {

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

    #excel {
        background-color: #002b72;

    }

    .footer-logo {
        display: none;
    }

    .footer {
        margin-top: 0%;
    }

    #footer-drop-down {
        display: inline-block;
        border-radius: 10px;
        height: 35px;
        width: 90%;
        margin-left: 5%;
        margin-top: 2.5%;
        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 {
        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: 26%;
        width: 100%;
        background-color: lightgray;
        text-align: right;
        color: dimgrey;
        }

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



}

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

    #model-process p {
        font-size: 22px;
    }
}


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

@media screen and (max-width: 767px) {
  .tablinks {
   width:100%;
  }
}


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


@media screen and (max-width: 780px) {
    .imageSlideshow img {
        width: 150%;
    }
}

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


}



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


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

    .wrapper {
        margin-top: 55%;
        height: 2000px;
    }

}

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

    #services-drop-down {
        width: 105%;
        margin-top: 32%;
    }

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

    .imageSlideshow h2 {
        margin-top: 45%;
        font-size: 18px;
    }

     .tmd-story h1 {
        font-size: 18px;
        width:  90%;
         margin-left: 5%;
         margin-top: 12%;
        padding-bottom: 20px;
        padding-top: 0;
         padding-left: 0;
         padding-right: 0;
         text-align: center;

    }

    #four-images li {
        height: 700px;
    }

    #model-process h2 {
        font-size: 20px;
    }

    #point-1 p, #point-2 p, #point-3 p {
        font-size: 18px;
    }

    #excel p {
        font-size: 20px;
    }

    .wrapper {
        margin-top: 65%;
        height: 1500px;
    }

    .footer {
        height: 100px;
    }

    #footer-drop-down {
        margin-top: 7.5%;
    }








}

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

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



}
