/*
GLOBAL STYLES GO HERE
*/

@font-face {
    font-family: 'dinregular';
    src: url('../font/din-regular-webfont.eot');
    src: url('../font/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/din-regular-webfont.woff2') format('woff2'),
         url('../font/din-regular-webfont.woff') format('woff'),
         url('../font/din-regular-webfont.ttf') format('truetype'),
         url('../font/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinmedium';
    src: url('../font/din_medium-webfont.eot');
    src: url('../font/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/din_medium-webfont.woff2') format('woff2'),
         url('../font/din_medium-webfont.woff') format('woff'),
         url('../font/din_medium-webfont.ttf') format('truetype'),
         url('../font/din_medium-webfont.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
  box-sizing: border-box;
}

#overflow-x {
  overflow-x: hidden;
}

body {
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #f3ecd8;
}

h1, h2, h3, h4 {
  margin-top: 0;
  font-family: "dinmedium", sans-serif;
}

h1 {
  margin-top: 0;
  font-family: 'dinmedium', sans-serif;
}

h2 {
  margin-top: 0;
  font-family: 'dinmedium', sans-serif;
}

h4 {
  font-family: 'dinregular', sans-serif;
  line-height: 20px;
}

h5 {
  font-family: 'dinregular', sans-serif;
}

ul {
  list-style-type: none;
  padding-left: 5px;
}

/*Preloader*/

.bg-loader {
	background-color: #3195b2;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
  width: 100%;
	height: 100%;
	z-index: 9999;
  padding: 10px;
  background-color: #3195b2;
	background: url('../img/icon/Fountain.gif') 50% 50% no-repeat rgb(249,249,249);
  background-repeat: no-repeat;
  background-size: contain;
}




/*Mobile Font Sizes*/
@media only screen and (max-width : 320px){
    h1 {
      font-size: 3em;
    }

    h4 {
      font-size: 1.25em;
    }
	}


/*Vertical Allign Class*/
.vertical-allign {
  position: relative;
  top: 48%;
  transform: translateY(-50%);
}

/*
  Hidden xs Classes
*/

@media screen and (min-width: 0px) and (max-width: 620px) {
  .mobile-hide {
    display: none;
  }
}

@media screen and (min-width: 621px) and (max-width: 4000px) {
  .tablet-up-hide {
    display: none;
  }
}

/*
FIXED HEIGHT CLASSES
=====================*/
.fixed-height-onefive {
  height: 150px;
}

.fixed-height-two {
  height: 200px;
}
.fixed-height-twofive {
  height: 250px;
}

.fixed-height-three {
  height: 300px;
}

.fixed-height-threefive {
  height: 350px;
}

.fixed-height-four {
  height: 400px;
}

/* NAVIGATION and LANDING PAGE CLASSES
======================================*/

.nav-Ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type:none;
    text-align:center;
}

.nav-Ul>li {
    display:inline-block;
    margin: 5px;
}

.nav-Ul>li a {
    font-size: 1.1em;
    color: #f3ecd8;
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid #f3ecd8;
    text-decoration: none;
}

.landingImg {
  background-image: url("../img/background/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.landingImg h1 {
  margin-top: 50px;
}

.nav-Ul>li:hover {
  background-color: #f3ecd8;
}

.nav-Ul>li a:hover {
  color: #278eaa;
}

/*Landing Page Media Queries*/

@media only screen and (max-width : 768px){
  .landingImg h1 {
    margin-top: 40px;
  }
}

@media only screen and (min-width : 768px){
  .landingImg h1 {
    margin-top: 40px;
  }


  .nav-Ul>li a {
      font-size: 1.25em;
  }

  .nav-Ul>li {
      display:inline-block;
      margin: 10px 10px;
  }

  .logo {
    width: 140px;
    position: absolute;
    top: -35px;
    left: 10px;
  }
	}

  .logoM {
    width: 30px;
    position: relative;
  }

  li a.no-border {
    border: none;
  }


  @media only screen and (min-width : 992px){
      .landingBox {
        padding: 0 100px;
      }

      .nav-Ul>li {
          margin: 10px 40px;
      }
  	}

/*Background Classes*/
#blue li {
    color: #278eaa;
}


.bg-blue {
  background-color: #278eaa;
}

/*.bg-blue h1, h2, h3, h4, p, a, ul, li {
  color: #efe9d3;
}*/

.bg-cream {
  background-color: #efe9d3;
}

/*.bg-cream h1, h2, h3, h4, p, a, ul, li {
  color: #278eaa;
}*/

#tool-box h2 {
  color: #278eaa;
}

#tool-box h4 {
  color: #278eaa;
}

#tool-box li {
  font-size: 1.35em;
  color: #278eaa;
}

/*Spaceing Classes*/

.m-padding {
  padding: 20px 5px 40px 5px;
}

.a-padding {
  padding: 90px 40px;
}

.top-bot-margin {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-margin {
  margin-top: 20px;
}

.bottom-margin {
  margin-bottom: 20px;
}

.bottom-padding {
  padding-bottom: 10px;
}

.top-padding {
  padding-top: 10px;
}

.top-padding-2 {
  padding-top: 20px;
}

.blockBox {
  padding: 0 25px;
}

@media only screen and (min-width: 350px) and (max-width: 650px) {
  .blockBox{
    padding: 0;
  }
}

/*Icon Sizes*/

.icon-heightM {
  height: 40px;
  margin: 10px 0;
}

.icon-height {
  height: 50px;
  margin: 10px 0;
}

.icon-size {
  width: 120px;
}

.icon-size-m {
  width: 80px;
}

.tool-size {
  width: 120px;
  margin-bottom: 30px;
}

/*Button Styles*/

.btn-tabs-c {
  font-family: "dinmedium", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #278eaa;
  border: 2px solid #278eaa;
  background-color: transparent;
  margin-top: 10px;
  padding: 10px 20px;
}

.btn-tabs-c:hover {
  background-color: #278eaa;
  border: 2px solid #278eaa;
  color: #efe9d3;
}

.btn-tabs-c:focus {
  background-color: #efe9d3;
  border: 2px solid #278eaa;
  color: #278eaa;
}

.btn-tabs-c:active:focus {
  background-color: #efe9d3;
  border: 2px solid #278eaa;
  color: #278eaa;
}

.btn-more-c {
  font-family: "dinmedium", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #278eaa;
  border: 2px solid #278eaa;
  background-color: transparent;
  margin-top: 10px;
  padding: 10px 20px;
}
.btn-more-c:hover {
  background-color: #278eaa;
  border: 2px solid #278eaa;
  color: #efe9d3;
}

.btn-more-c:active {
  background-color: #278eaa;
  border: 2px solid #278eaa;
  color: #efe9d3;
}

.btn-more-c:focus {
  background-color: #278eaa;
  border: 2px solid #278eaa;
  color: #efe9d3;
}

.btn-more-c:active:focus {
  background-color: #278eaa;
  border: 2px solid #278eaa;
  color: #efe9d3;
}

.btn-more {
  font-family: "dinmedium", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #efe9d3;
  border: 2px solid #efe9d3;
  background-color: transparent;
  margin-top: 10px;
  padding: 10px 20px;
}

.btn-more:hover {
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
}

.btn-more:focus {
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
}

.btn-more:active:focus {
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
}


.btn-mail {
  font-family: "dinmedium", sans-serif;
  font-size: 1.5em;
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
  margin-top: 10px;
  padding: 10px 20px;
}

.btn-mail:hover {
  color: #efe9d3;
  border: 2px solid #efe9d3;
  background-color: transparent;
}

.btn-mail:focus {
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
}
.btn-mail:active {
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
}

.btn-mail:active:focus {
  background-color: #efe9d3;
  border: 2px solid #efe9d3;
  color: #278eaa;
}

/*Mobile Accordion Styles*/

.mobile-accord h2 {
  font-size: 2.5em;
}

.mobile-accord .btn-more {
  padding: 5px;
}

.mobile-accord .btn-more-c {
  padding: 5px;
}

.mobile-icon {
  width: 35px;
  margin-bottom: 10px;
}

/*Accordion Blocks and Collapse*/


.bg-accord-two h2 {
  margin-left: 17px;
  margin-bottom: 15px
}

.collapse-ul>li {
  font-size: 1.25em;
}

.bg-directors-m {
  background-image: url("../img/background/directorsblur.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/*#aExpM h2, h3, p, ul, li, a {
  color: #278eaa;
}*/

.bg-block-one {
  background-image: url("../img/background/team-fountain.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-block-two {
  background-image: url("../img/background/keyboard.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-block-three {
  background-image: url("../img/background/directors.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-accord-one {
  background-image: url("../img/background/credentilas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-accord-two {
  background-image: url("../img/background/world-map.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  background-color: #1e6c7c;
}

.bg-accord-three {
  background-image: url("../img/background/howWeWork.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
  position: relative;
	border-bottom: 22px solid #278eaa;
  top: -20px;
  left: 45%;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
  position: relative;
	border-bottom: 22px solid #278eaa;
  top: -20px;
  left: 45%;
}
.arrow-upsidedown {
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
  position: relative;
	border-top: 22px solid #278eaa;
  left: 50%;
  top: 0;
}



/*Research Tools Block*/

.bg-research {
  background-image: url("../img/background/people.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-research-meth {
  background-image: url("../img/background/meth.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*.bg-research-meth h2, h4 {
  color: #278eaa;
}*/

/*Image Slider Styles*/

/*SLIDER STYLES
----------------------------*/
.carousel-inner-m {
  height: 400px;
}

.tablet-up-hide .carousel-caption {
  top: 40%;
}

.tablet-up-hide  h3 {
  margin-top: 10px;
  color: #278eaa;
  font-size: 1.9em;
  text-shadow: none;
}

.tablet-up-hide  p {
  color: #278eaa;
  font-size: 1.25em;
  text-shadow: none;
}

.carousel-control>span>img {
  width: 30px;
  opacity: 1;
}

.carousel-control {
  top: 10px;
  opacity: 1;
  background-image: none;
  width: 35px;
}

.carousel-control:hover{
  opacity: 1;
  cursor: pointer;
}

.carousel-control:focus{
  opacity: 1;
}


.carousel-control.right{
  background-image: none;
  width: 35px;
}
.carousel-control.left {
  background-image: none;
  width: 35px;
}

@media only screen and (min-width: 520px) {
  .carousel-height {
    min-height: 300px;
  }

  .carousel-control.right {
    right: 80%;
    top: 80%;
    width: 35px;
  }

  .carousel-control.left {
    left: 0%;
    top: 80%;
    background-image: none;
    width: 35px;
  }

  .carousel-caption {
    color: #278eaa;
    text-shadow: none;
    top: 0;
    right: 15px;
    left: 42%;
  }
}

@media only screen and (min-width: 765px) {
  .carousel-height {
    min-height: 300px;
  }

  .carousel-control.right {
    right: 87%;
    top: 80%;
    width: 35px;
  }

  .carousel-control.left {
    left: 0%;
    top: 80%;
    background-image: none;
    width: 35px;
  }

  .carousel-caption {
    color: #278eaa;
    text-shadow: none;
    top: 0;
    right: 15px;
    left: 42%;
  }
}

@media screen and (min-width: 950px) {

  .carousel-height {
    min-height: 300px;
  }

  .carousel-control.right {
    right: 90%;
    top: 3%;
    width: 35px;
  }

  .carousel-control.left {
    left: 0%;
    top: 3%;
    background-image: none;
    width: 35px;
  }

  .carousel-caption {
    color: #278eaa;
    text-shadow: none;
    top: 10%;
    right: 15px;
    left: 42%;
  }
}

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

  .carousel-height {
    min-height: 350px;
  }

  .carousel-control.right {
    right: 93%;
    top: 3%;
    width: 35px;
  }

  .carousel-control.left {
    left: 0%;
    top: 3%;
    background-image: none;
    width: 35px;
  }

  .carousel-caption {
    color: #278eaa;
    text-shadow: none;
    top: 20%;
    right: 25px;
    left: 42%;
  }
}

/*Company Status Info*/

.bg-company-info {
  background-image: url("../img/background/books.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 510px) and (max-width: 767px) {
  #comp-stat-info h2 {
    font-size: 2.25em;
  }

  #comp-stat-info h4 {
    font-size: 1.3em;
  }
}

/*Toolbox Styles*/

.border-right {
  border-right: 2px solid #278eaa;
  margin-top: 10px;
}


.border-right-pencil {
  border-right: 2px solid #278eaa;
  margin-top: 10px;
}

.border-right-st {
  border-right: 2px solid #278eaa;
  margin-top: 10px;
}

@media screen and (min-width: 350px) and (max-width: 767px) {
  .border-right-st {
    border-right: 2px solid #efe9d3;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .border-right-pencil {
    border-right: 2px solid #efe9d3;
  }
}


/*Contact Us Styles*/

.bg-contact {
  background-image: url("../img/background/building.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contact h2, li {
  color: #efe9d3;
}

.border-box {
  border: 2px solid #efe9d3;
}

.border-box h2 {
  margin-top: 35px;
}

.contact-padding {
  padding: 30px;
  margin-top: 25px;
}

#pull-left {
  text-align: left;
}

#pull-left, #pull-right li {
  font-size: 1.35em;
  letter-spacing: .025em
}

#pull-right  {
  text-align: right;
}

@media screen and (min-width: 250px) and (max-width: 550px) {
  #contact-us .btn-mail{
    padding: 5px 10px;
    font-size: 1.3em;
    margin-top: 0;
  }

  #contact-us h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 250px) and (max-width: 767px) {
  #pull-right  {
    text-align: center;
  }

  #pull-left  {
    text-align: center;
  }

  .border-box h2 {
    margin-top: 0;
  }
}


/*Modal Window*/

.modal-body li {
  font-size: 1.5em;
}




/*Show/Hide Media Queries*/
@media (min-width: 350px) and (max-width: 550px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 551px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  #paddingLeft {
    margin-left: 0px;
  }
}

@media only screen and (min-width:992px) and (max-width: 1920px) {
  #paddingLeft {
    margin-left: 60px;
  }
}
