@font-face {
  font-family: 'SegoeUI-Regular';
  src: url('../fonts/SegoeUI-Regular.svg#SegoeUI-Regular') format('svg'),
       url('../fonts/SegoeUI-Regular.ttf') format('truetype'),
       url('../fonts/SegoeUI-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui.eot');
  src: url('../fonts/segoe-ui.eot?#iefix') format('embedded-opentype'),
       url('../fonts/segoe-ui.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


body{
   font-family: 'segoe-ui';
}
html, body, #page-one, #page-two, #page-three, #page-four {
    height: auto;
    min-height: 100vh;
  }
  img{
      max-width: 100%;
  }
  #page-one, #page-two, #page-three, #page-four {
    padding-top: 90px;
  }
  
  #mainNav {
    background-color: #668AE4;
    color: #ddd;
    line-height: 4em;
    padding: 0 1em;
    position: fixed;
    top: 0em;
    width: 100%;
  }
  
  #mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
    color: #eee;
    text-decoration: none;
    display: inline-block;
    padding: 0 1em;
  }
  #mainNav a:hover {
    color: #4861A2;
  } 
  #page-two {
    background-color: #ffffff;
}
  
  #page-three {
    background-color:#f1f0f0;
  }
  
  #page-four {
    background-color: #fff;
}

  
/*Start Custome css */


.container{
    max-width: 1280px;
    width: 100%;
}
nav.navbar.navbar-inverse {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    border-color: transparent;
    border-radius: 0;
    height: 90px;
    z-index: 9;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.navbar-inverse .navbar-nav > li >a {
    padding-top: 32px;
    padding-bottom: 0;
    color: #1a5a67;
    font-size: 17px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #3289C8;
}
.crevice-logo {
    line-height: 90px;
}
.crevice-ttl {
    font-size: 40px;
    margin-bottom: 16px;
    color: #f8b217;
}
.banner-cnt {
    text-align: center;
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.banner-cnt h3 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}
.page-one{
    position: relative;
}
.page-one {
    position: relative;
}
.crevice-ttl4 {
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    padding: 30px 0;
}
.banner-btm-text {
    background: #146876;
}
.roboto-ft {
	text-align: center;
	font-size: 35px;
	color: #146876;
	font-weight: bold;
}
h5.crevice-ttl5 {
	font-size: 17px;
	color: #000;
	margin-top: 12px;
	margin-bottom: 0;
}
.page-two-row {
    padding: 50px 0;
    background-image: url(../images/bg-line.png);
    background-size: 100%;
    background-position-x: center;
    background-position-y: 53.8%;
}
.crevice-ul li {
	font-size: 19px;
	padding-bottom: 20px;
	padding-right: 92px;
	line-height: 30px;
	color: #000;
}
.page-three-row {
    padding: 50px 0;
}
aside.sec3-img {
    padding-top: 30px;
}
.sec4-img {
    text-align: center;
    padding: 40px;
}
.right-side-sec4 {
    background: #0e676f;
    border-radius: 6px;
}


/*start effect-css */


.effect_form .has-float-label {
    display: block;
    position: relative;
  }
  .effect_form .has-float-label label, .effect_form .has-float-label > span {
    position: absolute;
    left: 14px;
    top: 0;
    cursor: text;
    font-size: 12px;
    opacity: 1;
    transition: all .2s;
}
.crevice-label.has-float-label label, .crevice-label.has-float-label > span {
    position: absolute;
    left: 14px;
    top: 0;
    cursor: text;
    font-size: 12px;
    opacity: 1;
    transition: all .2s;
}

  .effect_form .has-float-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .effect_form .has-float-label input, .effect_form .has-float-label select {
    font-size: inherit;
    padding: 15px;
    border: 0;
    border-radius: 6px;
    border-bottom: 1px solid #534741;
}
  .effect_form .has-float-label input::-webkit-input-placeholder, .effect_form .has-float-label select::-webkit-input-placeholder {
    opacity: 1;
    transition: all .2s;
  }
  .effect_form .has-float-label input:-ms-input-placeholder, .effect_form .has-float-label select:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
  }
  .effect_form .has-float-label input::-ms-input-placeholder, .effect_form .has-float-label select::-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
  }
  .effect_form .has-float-label input::placeholder, .effect_form .has-float-label select::placeholder {
    opacity: 1;
    transition: all .2s;
  }
  .effect_form .has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .effect_form .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
  }
  .effect_form .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .effect_form .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
  }
  .effect_form .has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder, .effect_form .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
    opacity: 0;
  }
  .effect_form .has-float-label input:placeholder-shown:not(:focus)::placeholder, .effect_form .has-float-label select:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
  }
  .effect_form .has-float-label input:placeholder-shown:not(:focus) + *, .effect_form .has-float-label select:placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: .5;
    top: .25em;
    width: 100%;
    padding: 6px 0;
}

.crevice-label.has-float-label input#phone:placeholder-shown:not(:focus) + *, .crevice-label.has-float-label select:placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: .5;
    top: .25em;
    width: 100%;
    padding: 6px 16px;
}

.crevice-label span.help-block.form-error {
    position: absolute;
    top: 0;
}

.effect_form .has-float-label input:focus, .effect_form .has-float-label select:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.5);
  }
  .effect_form .has-float-label select {
    padding-right: 1em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
    background-size: 8px 10px;
  }
  
  .effect_form fieldset {
    padding: 40px;
 }
  
 .effect_form input, .effect_form select {
    width: 100%;
    margin-bottom: 20px;
}
  
.effect_form button {
    background: #fff;
    color: #146876;
    border: 0;
    padding: 10px 35px;
    border-radius: 6px;
    font-size: 23px;
}
  
  .effect_form a {
    display: block;
    padding: 10px;
    position: absolute;
    z-index: -1;
    top: 1rem;
    left: 100%;
    margin-left: -65px;
    transition: all .2s;
  }
  
  .effect_form a:hover {
    margin-left: 0;
  }
  
  .effect_form .input-group {
    display: table;
    width: 100%;
  }
  
  .effect_form .input-group > * {
    display: table-cell;
    width: 100%;
  }
  .crevice_footer p {
    color: #1a5a67;
    font-size: 17px;
    margin: 0;
}
.crevice_footer {
    background: #E9E3E3;
    padding: 20px;
}
.footer-ul ul li {
    display: inline-block;
}
.footer-ul ul {
    margin: 0;
    float: right;
}
.footer-ul ul li a {
    color: #1a5a67;
    padding-left: 30px;
    text-decoration: none;
}
.input-group.crevice_phone {
    position: absolute;
    bottom: 78px;
    width: 72%;
    left: 20%;
}
.input-group.crevice_phone input {
    border: none;
}
.padding_0{
    padding: 0;
}
.br-bg{
	padding: 30px;
	-webkit-transition: all .5s; /* Safari prior 6.1 */
    transition: all .5s;
}
.br-bg:hover {
	-webkit-box-shadow: 0px 0px 32px -2px rgba(177, 177, 177, 0.8);
	-moz-box-shadow: 0px 0px 32px -2px rgba(177, 177, 177, 0.8);
	box-shadow: 0px 0px 32px -2px rgba(177, 177, 177, 0.8);
    -webkit-transition: all .5s; /* Safari prior 6.1 */
     transition: all .5s;
}
.footer {
	background: #146876;
	color: #fff;
	padding: 20px 0;
}
  /*end  effect-css */
  