body {
margin: 0;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
}
.navbar.fixed-me {
background-color: #000 !important;
margin-bottom: 5px;
position: fixed;
top: 0;
z-index: 888;
width: 100%;
opacity: 0.7;
}
.navbar.fixed-me {
transition: all 1s;
}
.navbar-me {
transition: all 1s;
}
.navbar {
height: 75px;
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
.navbar-brand img {
width: 230px;
}
.navbar-toggler {
background: #d3d3d3;
}
span.navbar-toggler-icon {
background-image: url(lines.svg);
}
.drop-menu li a {
display: block;
padding: 6px 15px;
color: #fff;
text-decoration: none;
font-weight: 600;
letter-spacing: 0.5px;
}
a.nav-link {
font-size: 14px;
color: #333;
}
.navbar-nav .nav-item {
padding: 1em;
}
.drop-menu li {
position: relative;
line-height: 21px;
text-align: left;
font-size:14px;
}
.drop-menu li .dropdown {
min-width: 200px;
background: rgba(0,0,0,0.7);    
position: absolute;
z-index: 9999;
left: 0 !important;
padding: 0;
font-size: 14px;    
top: 4.5em;
-ms-transform: translateY(-2em) !important;
-webkit-transform: translateY(-2em);
-o-transform: translateY(-2em);
transform: translateY(-2em);
display: block;
opacity: 0;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.drop-menu li .dropdown li {
display: block;
}
.dropdown li:last-child{
border-bottom:none;
}
.drop-menu li a:hover{
color: #FF5722;
}
.dropdown li {
border-bottom: 1px dotted #e3e3e3;
}
.navbar-nav li:hover > ul.dropdown-menu {
display: block;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
text-decoration: underline;
transform: rotate(-90deg);
} 
.navbar-expand-md .navbar-nav .dropdown-menu{
border: none;
background:transparent;
border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active{
background:#fff;
}
.dropdown-menu.sub-meu-align{
left:13em !important;
top:0 !important;
}
/************footer css****************/
.contact-container {
margin: 0;
background: #03274a;
color: #fff;
justify-content: center;
padding: 2em 0;
}
.con-txt {
text-align: center;
border-right: 1px solid;
padding-top: 2.5em;
}
.contact-container h4 {
color: #fff;
}
.con-txt h5 {
color: #FFC107;
}
.con-txt p {
font-size: 14px;
width: 320px;
margin: 0 auto;
}
.contact-container .form-group label{
font-size:14px;
}
.numberclass {
font-family: Arial, Helvetica, sans-serif !important;
}
.contact-container form {
width: 310px;
padding-top: 1em;
}
.form-control {
background-color: #eaebe4!important;
}
.btn-sub, .btn-sub:hover {
color: #000;
background-color: #fff;
border-color: #fff;
margin: 0 auto;
display: block;
padding: 0.5em 2em;
border-radius: 0 15px 0 15px;
}
.footer-bottom {
background: #0c345b;
padding: 20px;
color: #FFC107;
height: 60px;
font-size: 12px;
}
.footer-bottom p.pull-left {
padding-top: 6px;
}
.numberclass.nineteen {
font-size: 12px;
}
.footer-bottom p span {
font-family: 'Poetsen One';
font-size: 18px;
}
.inte {
color: #fff;
font-size: 32px;
font-family: 'Poetsen One';
}
.it-text {
color: red;
}
#uparrow {
background: #FFC107;
width: 35px;
height: 35px;
color: #fff;
border-radius: 50%;
font-size: 15px;
text-align: center;
position: fixed;
bottom: 25px;
right: 5px;
line-height: 31px;
cursor: pointer;
display: none;
}
#uparrow p {
color: #FFC107;
text-transform: uppercase;
font-weight: 600;
padding: 0;
margin: 0;
line-height: 34px;
}
@media only screen and (max-width: 767px){
.navbar-expand-md .navbar-nav .dropdown-menu {
opacity: 1 !important;
background: #fff !important;
}
.navbar-collapse {
z-index: 9999;
background: #fff;
margin-top: -3px;
}
.drop-menu li a {
color: #000;
}
.drop-menu li .dropdown {
background: #fff;
}
.navbar.fixed-me {
height: 80px;
opacity: 1;
}
.con-txt{
border-right: none;
}
.navbar-nav ul li{
background:#fff !important;
box-shadow: none !important;
}
}
/*
@-webkit-keyframes animation1 {
0% {
-webkit-transform: scale(1);
}
30% {
-webkit-transform: scale(1.3);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes animation1 {
0% {
-moz-transform: scale(1);
}
30% {
-moz-transform: scale(1.3);
}
100% {
-moz-transform: scale(1);
}
}
*/
.navbar-nav li > a:hover {
/* css3 animation */
-moz-animation-name: animation1;
-moz-animation-duration: 0.7s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
-moz-animation-direction: normal;
-moz-animation-delay: 0;
-moz-animation-play-state: running;
-moz-animation-fill-mode: forwards;
-webkit-animation-name: animation1;
-webkit-animation-duration: 0.7s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
-webkit-animation-delay: 0;
-webkit-animation-play-state: running;
-webkit-animation-fill-mode: forwards;
}
.navbar-nav li:hover > a {
z-index: 4;
}
.navbar-nav li:hover ul.dropdown-menu {
left: 0;
top: 50px;
width: 150px;
}
.navbar-nav ul li {
background: rgba(0,0,0,0.7);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
opacity: 0;
width: 200px;
/*-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;*/
}
/* keyframes #animation2 */
@-webkit-keyframes animation2 {
0% {
margin-left:185px;
}
100% {
margin-left:0px;
opacity:1;
}
}
@-moz-keyframes animation2 {
0% {
margin-left:185px;
}
100% {
margin-left:0px;
opacity:1;
}
}
.navbar-nav li:hover ul li {
/* css3 animation */
-moz-animation-name: animation2;
-moz-animation-duration: 0.3s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: 1;
-moz-animation-direction: normal;
-moz-animation-delay: 0;
-moz-animation-play-state: running;
-moz-animation-fill-mode: forwards;
-webkit-animation-name: animation2;
-webkit-animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
-webkit-animation-direction: normal;
-webkit-animation-delay: 0;
-webkit-animation-play-state: running;
-webkit-animation-fill-mode: forwards;
/*-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;*/
}
/* animation delays */
.navbar-nav li:hover ul li:nth-child(1) {
-moz-animation-delay: 0;
-webkit-animation-delay: 0;
}
.navbar-nav li:hover ul li:nth-child(2) {
-moz-animation-delay: 0.05s;
-webkit-animation-delay: 0.05s;
}
.navbar-nav li:hover ul li:nth-child(3) {
-moz-animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
}
.navbar-nav li:hover ul li:nth-child(4) {
-moz-animation-delay: 0.15s;
-webkit-animation-delay: 0.15s;
}
.navbar-nav li:hover ul li:nth-child(5) {
-moz-animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
}
.navbar-nav li:hover ul li:nth-child(6) {
-moz-animation-delay: 0.25s;
-webkit-animation-delay: 0.25s;
}
.navbar-nav li:hover ul li:nth-child(7) {
-moz-animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
}
.navbar-nav li:hover ul li:nth-child(8) {
-moz-animation-delay: 0.35s;
-webkit-animation-delay: 0.35s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.navbar-nav ul li{
	opacity:1;
}

}
