/*****************  BASIC *******************/


h1,h2,h3 { font-family: 'Montserrat', sans-serif;}

h1{ font-weight: 900; text-transform: uppercase; color:#015289;}
h1.style2{ font-weight: 200;  text-transform: uppercase; color:white;}

h3{color:#4e4e4e;}
h4{ font-family: 'Montserrat', sans-serif;}

h5{}
a, a:hover {
    text-decoration: none;

}
ul { list-style-type: none;
    margin: 0;
    padding: 0;}




/*****************  BASICS *******************/
::selection {
    text-shadow: none;
    background: #0968a8; 
    color:white;
}
.gray { color:#adadad; }
.light{ font-weight: 400; }
.shrink { 
  padding-left: 35%; 
padding-right: 35%;}
img.sep{ width: 100px; margin-top: 10px; margin-bottom: 30px; }
.white { color: white; }
.blue { color:#015289; }
.pullup { position: relative; top:0; margin-top: -200px; }
.space-top { margin-top: 50px; }
.leftspace { margin-left: 50px; }
.left { text-align: left; }
.right { text-align: right; }
.space_bottom { margin-bottom: 60px; }
.space_bottom30 { margin-bottom: 30px; }
p.style1{ color:black; text-transform: uppercase; }
.boxshadow {-webkit-box-shadow: 0px 17px 43px -12px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 17px 43px -12px rgba(0,0,0,0.19);
box-shadow: 0px 17px 43px -12px rgba(0,0,0,0.19);}

.width60 { width: 70%; text-align: justify;}

.styl_co{ text-transform: uppercase; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; line-height: 26px;  }


@media screen and (max-width: 768px) {


h1 { font-size: 30px; }
h1.style2 { font-size: 30px; }
.shrink { 
padding-left: 10%; 
padding-right: 10%;
}
.pullup { position: relative; top:0; margin-top: -100px; }
.leftspace { margin-left: 00px; }
.left { text-align: center; }
.right { text-align: center; }
.styl_co { font-size: 13px; letter-spacing: 0px; }

}

/*****************  NAVBAR *******************/

.navbar {
  height: auto;
  background-color: white;
  border: none;
  color: #18181c;
  z-index: 100;
  transition: background-color 1s ease 0s;
  padding-top: 10px;
    padding-bottom: 10px;
   padding-right: 10px;


}


.navbar-inverse {
    background-color:transparent;
    border-color: #e7e7e7;
}

.navbar-brand>img {
    display: block;
    height: 65px;
    z-index: 50000;
    margin-top: -15px;

}
.nav>li}{
  padding-top: 0px;
  
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 30px;
    font-size: 11.5px; 
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a {
    color: #18181c;
    letter-spacing: 2px;
    background: white;
}

.dropdown-menu>li>a {
    display: block;
   padding: 13px 25px;
    font-size: 11.5px; 
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1b7dc2;
  background: #e2e2e9;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #041827;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: #14151d;
    background-image: none;
    border: transparent;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #041827;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #1b7dc2;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-collapse, .navbar-fixed-top .navbar-collapse {
   height: auto;
}


.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: white;
    background-color:#0968a8;
}

@media screen and (max-width: 768px) {

.navbar-brand>img {
    display: block;
    height: 50px;
    z-index: 50000;
    margin-top: -2px;
}

.navbar {

  padding-top:0px;
   padding-right: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: #041827;
    opacity: 1;
    border-color: white;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #1b7dc2;
    background-color: #243b4e;

}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 30px;
    background: #172835;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: #607f9600;
    opacity: 1;
    border-color: white;
}
.navbar-nav>li>a {
   
    margin-top: -7px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #1b7dc2;
    background-color: #243b4e;
    margin-bottom: -5px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    background: #0c2333;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {

    margin-bottom: 10px;
}


}

/*****************  CAROUSEL *******************/



/****************************************************  SECTIONS / BLOCKS ****************************************************/


section { display: block; text-align: center; margin-top:80px; margin-bottom:90px;  }
section p {letter-spacing:0.5px;}

/******BLOCKS******/

.block {                           
  position:relative;
  width:100%;
  padding:110px 0px;

}
.block2 {                           
  position:relative;
  width:100%;
  padding:140px 0px;

}
.block3 {                           
  position:relative;
  width:100%;
  padding:40px 0px;
  background-color:black;

}
.block p.style1 { column-count: 2; 
  -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    justify-content: justify; 
    text-align: justify; 
    line-height: 24px;
}

.bg2 { background:url(../img/bg2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  

.bg3 { background:url(../img/bg3.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  

.bg{ background:#f6f6f6; }
.bg4 { background:#005289;}  
.bg45 { background:#023a60;}  

.bg5 {  background:url(../img/bg5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  


.bg6 { background:#f0f1f3; color:#015289; font-size: 12px; letter-spacing: 0.5px;}



.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}


@media screen and (max-width: 768px) {

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
}

/******HEADERS******/

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 40px;
}

img.storylogo { margin-top: -15.5%; }

.text-vertical-center h1 {
    margin: 0 auto;
    margin-top: 10px;
    padding: 0px 10px;
    color: white;
    max-width: 550px;
     font-size: 45px;
  font-weight: 600;
}
.text-vertical-center p {
   color: white;
   text-align: center;

}



/* Header BGs */
.home-header {
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/bg_home.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.about-header {
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/bg_about.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media screen and (max-width: 768px) {
.block {                           
  position:relative;
  width:100%;
  padding:70px 20px;

}
.block2 {                           
  position:relative;
  width:100%;
  padding:80px 20px;

}
.block p.style1 { column-count: 1; 
 
    justify-content: justify; 
    text-align: justify; 
    line-height: 24px;
    padding-left: 20px; padding-right: 20px;}

}



/***BUTTON***/

 
/*************************************** TOP THE TOP DIV *************************************/

/* Scroll down btn */


@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
 .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom:50px;
  text-align: center;
  opacity: 0.8;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 1;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 46px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;


}


@media screen and (max-width: 768px) {

 .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom:25px;
  text-align: center;
  opacity: 0.8;
}

}

.cd-top {

  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #015289 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #015289;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



/*********************THUMBNAILS*************************/

.companies { position:  relative; 
              display: block; 
              padding-bottom: 60px;
                text-align: center;

            }
.company_texts { display:none; position:  absolute;  text-align: center; width: 100%; margin-top: 10px;}
.company_texts p { color:black;  }
.companies:hover img.comp_logo{  margin-top: -45px; transition: 0.4s ease;}
.companies:hover .company_texts {  display: block; transition: 0.5s ; }




.inline{ display: inline-block; padding: 0px !important; margin:0px !important; }

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.hover{

      position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .7s ease;
  background-color: white;
}


.hover:hover .overlay {
  opacity: 1;
}

.text {
  color: black;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text h4 { font-weight: 400px; color:#005289; }



@media screen and (max-width: 768px) {


.text {
  color: white;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.thumbnail {
    display: block;
    padding: 0px;
    margin:20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
}



/************************************************** CONTACT US *******************************************************/

.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:220px; resize:none;}
.form-control{ box-shadow:none; border-color:#eee; height:49px;}
.form-control:focus{ box-shadow:none; border-color:#015289;;}
.form-control-feedback{ line-height:50px;}
.main-btn{ background:#015289; border-color:#015289; color:#fff; border-radius: 0px; padding: 20px 35px;}
.main-btn:hover{ background:white;color:#015289;}
.form-control-feedback {
line-height: 50px;
top: 0px;
}



/************************************************** FOOTER*******************************************************/

a.social {}
a.social:hover { opacity: 0.8; transition: 0.4s; }





a.btn { padding:12px 20px; background:#0968a8; color:white; }
a.btn:hover { padding:12px 20px; color:#0968a8; background:#f1f1f1; transition: 0.4s;}

/************************************************** 5th col *******************************************************/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg {
    width: 80%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.btn {
    width: 20%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 768px) {
input.btn.btn-lg {
    width: 70%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.btn {
    width: 30%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

}