/*@import url(//db.onlinewebfonts.com/c/2c836c72c635016b3d74f7686f57382d?family=HurmeGeometricSans1-Light);
@font-face {
    font-family: "HurmeGeometricSans1-Light"; 
    src: url("//db.onlinewebfonts.com/t/2c836c72c635016b3d74f7686f57382d.eot"); 
    src: url("//db.onlinewebfonts.com/t/2c836c72c635016b3d74f7686f57382d.eot?#iefix")   format("embedded-opentype"), 
    url("//db.onlinewebfonts.com/t/2c836c72c635016b3d74f7686f57382d.woff2") format("woff2"), 
    url("//db.onlinewebfonts.com/t/2c836c72c635016b3d74f7686f57382d.woff") format("woff"), 
    url("//db.onlinewebfonts.com/t/2c836c72c635016b3d74f7686f57382d.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/2c836c72c635016b3d74f7686f57382d.svg#HurmeGeometricSans1-Light") format("svg"); 
}*/
.messageus {
  color: white;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  border:none;
  box-shadow:none;
}
form {
    right: 52px;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    bottom: 119px;
    padding-top: 20px;
    z-index:99;
}
form a {
  background-color : transparent;
  margin: 0 auto;
  border:none;
  font-size:55px;
  text-align: center;
  margin-bottom: 20px;
}
#mybutton {
  position: fixed;
  bottom: -4px;
  right: 21px;
}
.parallelogram {
	width: auto;
	height: 30px;
	transform: skew(40deg);
	background: #dfe3e5;
	font-family: Tahoma;
    font-size: 14px;
	padding: 0 14px;
	border-left: 1px solid #b5b5b5;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
	z-index:1;
}
.nav-link{
    padding-top: 4px !important;
}
.activeHome, .carousel-indicators .active{
    color: #0168b3 !important;
}
.active{
    background: #0168b3 !important;  
}
.active a{   
    color:#fff !important;
}

.cursor{ cursor: pointer;}
.parallelogram > a {
	transform: skewX(-40deg);
}
.parallelogram > a:hover{
	color: #fff !important;	
}
.parallelogram:hover, ul li:last-child:hover:after, ul li:last-child.active:after{	
	background: #0168b3;
}
ul li:last-child:after{
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 69px;
    height: 100%;
    background: #dfe3e5;
    right: -51px;
    transform: skewX(-40deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.carousel-indicators li{
    width:10px !important;
    height: 10px !important;
    transform: skew(40deg);
    border:0 !important;
}
/* second slider */
#slider-animation .carousel-inner {
    overflow: inherit;
}
#slider-animation{max-height:550px;}
#slider-animation p{color:#0168b3;font-size: 16px;}
#slider-animation h6{color:#5d6368;}
#slider-animation .text-box {
    position: absolute;
    top: 70%;    
    left: 50%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: auto;
    color: #000;
    transform: translateY(-70%);
}
.triangle-bottom-left {
    margin-top:5px;
    border-bottom: 47px solid #0168b3;
    border-right: 30px solid transparent;
    width: 30px !important;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.square{
    background: #0168b3;
    width: 30px !important;
    min-height: 500px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    z-index: 1;
}
.square1{
    background: #a9b4ba;
    width: 60px !important;
    height: 50px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.square2{
    background: #bbc4cb;
    width: 60px !important;
    height: 35px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.square3{
    background: #d2d7db;
    width: 60px !important;
    height: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.square4{
    background: #e7ebee;
    width: 60px !important;
    height: 8px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.carousel-inner::after {
    margin-bottom: 40px !important;
}