
/* -- GOOGLE FONT --*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:400,500,600,700|Raleway:300,400,500,600,700|Sofia');
@import url('https://fonts.googleapis.com/css?family=Poppins:500,600,300%7COpen+Sans:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Niconne');
@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Artifika');


.preLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/logoCircle.png') 50% 50% no-repeat rgb(249,249,249);
    background-size: 50%;
  }
.logoImage {
    max-height: 70px !important;
}

.border-rt {
    border-right: 1px solid rgba(110, 110, 110, 0.5);
}
.border-lt {
    border-left: 1px solid rgba(110, 110, 110, 0.5);
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clrFloat {
    clear: both;
}
.placeHolder {
    color: #ccc;
}
.pad0 {
    padding: 0px;
}
.mar0 {
    margin: 0px;
}
.font-white {
    color: #ffffff !important;
}


.preLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/logoCircle.png') 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 35%;
}

.userSocialIcons {
    margin-top: 3px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 13px;
}
.userSocialIcons a { 
    margin: 0px 5px; 
    color:#000000;
    font-size: 20px;
    text-decoration: none;
}
.userSocialIcons a:hover {
    text-decoration: none;
}
.userSocialIcons .fab.fa-facebook-f:hover {
    color: #3b5998;
}
.userSocialIcons .fab.fa-instagram:hover {
    color: #bb3387;
}
.userSocialIcons .fab.fa-youtube:hover {
    color:  #c4302b;
}
.userSocialIcons .fab.fa-linkedin:hover {
    color:  #0077B5;
}
.userSocialIcons .fab.fa-whatsapp:hover {
    color:  green;
}
.navBarButton {
    margin-right: 20px;
    position: absolute;
    left: -18px;
}
.navItemList a:hover {
    color: red;
}
.productHeading {
    font-size: 18px;
    padding-bottom: 10px;
}

.content-wrapperMain h3 {
    color: red;
}
.orderNumbers {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.orderNumbers:hover {
    color: blue
}
    
.mrgn30 {
    margin: 30px 0;
}

.copyright {
    color: #6D6D6D;
    background: #131313;
    padding: 20px 0;
}

.page-section {
    width: 100%;
    height: auto;
    padding: 30px 0;
}
.page-section h1 {
    font-size: 3.5em;
    margin: 90px 0 30px;
    line-height: 1.2em;
}

.page-section h1 span {
    font-weight: 200;
}


.page-section p {
    font-size: 1.1em;
    line-height: 1.6em;
}

.darkBg {
    background: #ff3941;
}

.logoDark {
    color: #bc2127;
}

.darkBg h2 {
    color: #fff;
}

.darkBg .fa {
    color: #fff;
}
.makeInIndia img {
    width: 120px;
    margin-bottom: 20px;
}
.lucidFont {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.onlineBrocher {
    padding-top: 10px;
    padding-bottom: 5px;
}
.onlineBrocher img {
    width: 30px;
    margin-right: 10px;
}
.onlineBrocher a {
    color: #bc2127 !important;
    text-decoration: underline;
    font-size: 18px;
}







































