/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

@import url('https://fonts.googleapis.com/css?family=Pacifico');
/*-------------------
2. Theme Default CSS
--------------------*/
.img2 {
    width: 75px;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #16122B;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #16122B;
}

img {
    max-width: 100%;
    height: auto;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #e9495f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #16122B;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*------------------
3. Helper-Class
-------------------*/

.relative {
    position: relative;
}

.vcenter {
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-white a,
.text-white {
    color: #ffffff;
}

.section-bg {
    background-image: url('../images/Background.svg');
   
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}




.bgnew{    
	padding: 0px;
    background: rgba(255, 255, 255, 0.9);   
	margin-right: 34px;
	padding: 15px 12px !important;
	
	}

.page-title {
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.padding_nee{font-size:40px; color:#fff;padding:40px 0px;}
	.bottom_new{    padding-bottom: 8px;}
.col-xs-3 {
    width: 22%;
}
.page-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ffffff;
}


/*-----------------
4. Mainmenu-Area
-------------------*/

.map-page .mainmenu-area {
    background-color: rgba(0, 0, 0, 0.4);
}

.mainmenu-area {
    background-color: #fff;
    border-bottom-color: transparent;
    z-index: 9999;
}

.mainmenu-area .navbar-brand {
    color: #fdfdfd !important;
}

    .mainmenu-area ul.nav.navbar-nav li a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color: #052162;
    }

.mainmenu-area ul.nav.navbar-nav li.active a {
    background: none;
    color: #e9495f;
}

.menu-toggle {
    padding: 3px 9px;
    border-radius: 1px;
 
}
.navbar{
    min-height:40px;
}
.navbar-brand{
   height: 40px;
}
.mainmenu-area ul.nav.navbar-nav li a{
    padding:5px 10px;
}
.menu-toggle .icon-bar {
    height: 2px;
    width: 25px;
    background-color: #052263;
    display: block;
    margin: 6px 0;
}


/*-------------------
5. Header-Area
-------------------*/

.fullbox {
    width: 100%;
    height: 100%;
    background: #000046;
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046);
    background: linear-gradient(to right, #1CB5E0, #000046);
}

.header-area {
    width: 100%;
    height: 100%;
}

#countdown ul li {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    padding: 0 30px;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
    color: #ffffff;
}

#countdown ul li:last-child {
    border-right: none;
}

#countdown ul li span {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.social li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    line-height: 2.4;
    border-radius: 100%;
}

.social li a:hover {
    background-color: #ffffff;
    color: #e9495f;
}

.subscribe-form .form-control {
    height: 50px;
    padding: 0px 20px;
    border-radius: 2px 0 0 2px;
    border: none;
    font-size: 18px;
}

.subscribe-form .btn {
    height: 50px;
    padding: 10px 20px;
    border-radius: 0 2px 2px 0;
    border: none;
    border-left: 1px solid #ededed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #e9495f;
}


/*-------------------
6. Service-Area
--------------------*/

.service-icon {
    font-size: 40px;
}

.contact-form .form-control {
    border-radius: 2px;
    background: none;
    border: none;
    border: 1px solid #ffffff;
    box-shadow: none;
    color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 5px 0 #ffffff;
}

.contact-form input.form-control {
    height: 50px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: white;
}

.contact-form .form-control:-moz-placeholder {
    color: white;
}

.contact-form .form-control::-moz-placeholder {
    color: white;
}

.contact-form .form-control:-ms-input-placeholder {
    color: white;
}

.contact-form .bttn {
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 15px 50px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ffffff;
    background: none;
}

.contact-form .bttn:focus,
.contact-form .bttn:hover {
    background: #ffffff;
    ;
    color: #e9495f;
}

.md-icon {
    font-size: 20px;
}

.contact-title {
    margin-top: 5px;
    letter-spacing: 2px;
    color: #e9495f;
}

#map {
    position: absolute;
    left: 0;
    top: 0;
}


/*-----------------
7. Preloader-Style
------------------*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-wave .sk-rect {
    background-color: #e9495f;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


.bubbles {
  display: inline-block;
  font-family: arial;
  position: relative;
}

.bubbles h1 {
  position: relative;
    font-size: 80px;
 font-family: 'Pacifico', cursive;
  color: #fff;
  z-index: 2;
}

.individual-bubble {
  position: absolute;
  border-radius: 100%;
  bottom: 10px;
  background-color: #fff;
  z-index: 1;
}

.bgnew {
    margin-top: 30px !important;
    opacity: 0.9;
}
    .bgnew:hover {
        -webkit-box-shadow: 2px 0px 26px 3px rgba(0,73,144,0.5);
        box-shadow: 2px 0px 20px 3px #eae8f3;
        opacity: 1;
    }

.tabsdesign{
    display:grid;
    grid-template-columns:repeat(5,1fr);
}



.bg-accounts {
    background: #1b3142;
}
.bg-hr {
    background: #c10b3e;
}
.bg-export {
    background: #2abd27;
}
.bg-inventory {
    background: #6a186b;
}
.bg-sale {
    background: #e0bb07;
}
.bg-production {
  background:  #08969c;
}

.span-size {
    font-size: 28px;
    padding: 0px 0px;
    font-weight: bold;
}