
/*ul.navbar-nav {*/
/*      margin-top: 15px;*/
/*}*/
img.logo {
    width: 170px;
}
span.call {
    font-size: 14px;
    color: #084298;
    font-family: rubik;
    font-weight: 600;
}
.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-top {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
h3.number {
    font-size: 14px;
    font-family: 'Rubik';
    font-weight: 600;
}
h3.email {
    font-size: 14px;
    font-family: 'Rubik';
    font-weight: 600;
}
span.mail {
    font-size: 14px;
    color: #084298;
    font-family: rubik;
    font-weight: 600;
}
a.get-quote {
    font-size: 14px;
    font-family: 'Rubik';
    font-weight: 600;
    color: #084298;
    text-decoration: none;
}
a.get-quote:hover {
    text-decoration: underline;
}
.bg-light {
    background-color: #ffffff !important;
}
.col-lg-10.navhead.center {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}
li.menu-bar {
    font-size: 20px !important;
    color: #000 !important;
    font-family: 'Rubik';
    font-weight: 600;
}
section.banner-home {
    overflow-x: hidden;
    position: relative;
}

   
.header {
    margin: 0.25rem 0;
    font-size: 2.5rem;
}
   
p {
    margin: 0.5rem 0;
    font-size: 22px;
}
   
   
   /* animation class and keyframes */
   
   
.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}
   
.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}
   
   @keyframes drop-in {
    from {
     opacity: 0;
     transform: translateY(-100px);
    }
    to {
     opacity: 1;
     transform: translate(0px);
    }
   }
li.nav-item.menu-bar {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Rubik';
    text-transform: uppercase;
    text-align: end;
    font-size: 15px !important;
}
a.nav-link {
    text-decoration: none !important;
}
section.service-1 {
    background-color: #f4f4f4;
    padding-top: 30px;
    margin-top: -151px;
    padding-bottom: 100px;
}
h3.heading-name {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
h3{
    margin-bottom: 0px !important;
}
p{
    margin-top: 0px !important;
}
p{
    margin-bottom: 0px !important;
}
p.heading-content {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.col-lg-3.first-column {
    background-color: #fff !important;
    box-shadow: 0px 0px 14px #b4b4b4;
}
.service-1-image {
    padding-top: 12px;
}
.col-lg-3.first-column {
    background-color: #fff !important;
    box-shadow: 0px 14px 14px #b4b4b4;
    margin: 10px;
    width: 23% !important;
}
.container.service {
    position: relative;
    margin-top: -160px;
}
/* ------------flip---------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* body {
    width: 100%;
    height: 100%;
    background: #fff1f0;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  
  .services-box
  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .service
  {
    margin: 8px;
  }
  
  .flip-box {
    background-color: transparent;
    width: 320px;
    height: 260px;
    border-radius: 10px;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .flip-box-front {
    background-color: #fafafa;
    color: black;
    
  }
  
  .flip-box-front img
  {
    height: 100px;
    width: 100px;
  }
  
  .flip-box-back {
    background-color: #fafafa;
    color: #000;
    transform: rotateY(180deg);
    padding: 16px;
  }
  h2.our-product-range {
    text-align: center;
    font-size: 36px;
    color: #3C44B5;
    font-family: 'Rubik';
    font-weight: 600;
 }
 section.product {
    padding-top: 25px;
    padding-bottom: 25px;
}
h2{
    margin-top: 0px !important;
    margin-bottom: 0px !important; 
}
h2.product-name {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Rubik';
    font-weight: 600;
}
p.box-back {
    font-size: 16px;
    font-family: 'Rubik';
}
button.view {
    background-color: #000;
    margin-top: 20px;
    color: #fff;
    padding: 8px 15px;
}
.row.boxes {
    padding-top: 20px;
}
.uk-card-default {
    background-color: #fff0 !important;
    color: #fff !important;
    box-shadow: none;
}
section.featured-products {
    background-color: #0B162C;
}
section.featured-products {
    padding-top: 30px;
    padding-bottom: 30px;
}
h2.featured-product-heading {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    color: #fff !important;
    font-family: 'Rubik';
    font-weight: 600 !important;
    font-size: 50px !important;
}
.uk-card-body {
    display: flow-root;
    padding-top: 0px !important;
}
@media (min-width: 1200px){
    .uk-card-body {
        padding: 0px !important;
    }
}
h3.featured-product-subheading {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rubik';
    padding-top: 20px;
    padding-bottom: 20px;
}
p.feature-product-details {
    font-size: 14px;
    font-family: 'Rubik';
}
section.industries {
    background-color: #0B162C;
    padding-top: 70px;
    padding-bottom: 50px;
    border-top: 2px solid #1F3256;
}
h2.Industries-we-cater {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Rubik';
    font-weight: 700;
}
img.industry {
    width: 75px;
    height: 75px;
}
h3.industry-name {
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
}
.row.areas {
    padding-top: 65px;
}
.row.areas-2 {
    padding-top: 60px;
}
section.footer {
    background-color: #222222;
    padding-top: 80px;
    padding-bottom: 80px;
}
img.footer-logo {
    width: 220px;
    height: 92px;
}
.col-lg-12.logo-center {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
section.banner-header {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h2.about {
    color: #fff;
    font-size: 45px;
    font-family: 'Rubik';
    font-weight: 900;
}
h3.breadcrumb {
    font-family: 'Rubik';
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
a.breadcrumbs_ {
    color: #fff;
    word-spacing: 1px;
}
a.breadcrumbs_:hover {
    text-decoration: none;
    color: #F0AD3D;
}
h3{
    margin-top: 0px !important;
    
}
h3.breadcrumb {
    padding-top: 20px;
}
section.about-section {
    padding-top: 70px;
    text-align: center;
    padding-bottom: 30px;
}
h2.about-section-heading {
    font-size: 30px;
    font-family: 'Rubik';
    font-weight: 900;
}
hr.uk-divider {
    width: 65px;
    margin-left: 525px;
    margin-top: 30px;
    color: #747474;
    height: 2px !important;
}
h3.overview {
    font-size: 30px;
    color: #3840DE;
    font-family: 'Rubik';
    font-weight: 800;
    text-align: left;
}
p.content-about {
    font-size: 15px;
    text-align: justify;
    font-family: 'Rubik';
    font-weight: 400;
    padding-top: 10px;
}
.row.our-journey-so-far {
    padding-top: 100px;
    padding-bottom: 50px;
}
p.our-journey {
    font-size: 16px;
    text-align: justify;
    font-family: 'Rubik';
    padding-top: 10px;
}
.col-lg-6.details {
    background-color: #F6F6F6;
    padding-left: 65px;
    padding-top: 70px;
}
h2.contact-information {
    text-align: center;
    font-family: 'Rubik';
    font-size: 36px;
    font-weight: 600;
}
h3.contact-call {
    font-size: 15px;
    font-family: 'Rubik';
    font-weight: 600;
    color: #3366CC;
}
p.call-details {
    font-size: 15px;
    font-family: 'Rubik';
    font-weight: 600;
    color: #000;
    padding-top: 7px;
}
a.contact-details {
    text-decoration: none !important;
}
.row.one {
    padding-top: 30px;
}
.row.two {
    padding-top: 25px;
}
.col-lg-5 {
    margin: 5px;
}
.col-lg-6.form {
    background-color: #EEEEEE;
    padding: 70px;
}
h2.write-us {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    font-family: 'Rubik';
}
.fields {
    padding-top: 10px;
}
.row.input-field {
    padding-top: 17px;
    padding-bottom: 17px;
}
.custom {
    font-size: 14px !important;
    font-family: 'Rubik' !important;
    font-weight: 600 !important;
    background-color: #f6f6f6 !important;
    border: none !important;
    border-radius: none !important;
    border-radius: 0px !important;
    color: #bbb !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 0px 1px 1px #f6f6f6 !important;
}
button.btn.btn-primary {
    background-color: #111111;
    border: none;
    border-radius: 0px;
    padding: 10px 80px;
    font-family: 'Rubik';
    
}
.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
@import url(https://fonts.googleapis.com/css?family=Raleway);

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

/* body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
} */

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

/* .container{
  padding: 1em 0;
  float: left;
  width: 50%;
} */
/* @media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
} */

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  padding-top: 10px;
}

.content .content-overlay {
  background: rgba(255, 255, 255, 0.493);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-left{
  left: 20%;
}
h3.viewmore {
    background-color: #0f6ecd;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.content {
    border: 1px solid #efefef;
    box-shadow: 0px 2px 3px #efefef;
}
.row.products-item-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
h2.product-item-name {
    font-size: 20px;
    padding: 20px;
    font-family: 'Rubik';
    font-weight: 600;
    text-align: center;
}
img.content-image {
    padding: 10px;
}
section.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
img.image-product {
    width: 500px;
}
section.products-details {
    padding-top: 70px;
    padding-bottom: 70px;
}
h2.product-item-detail-heading {
    font-family: 'Rubik';
    font-size: 25px;
    font-weight: 600;
}
li.product-item-description {
    font-family: 'Rubik';
}
::marker {
    color: #0a58ca;
    font-size: 21px;
}
p.product-size {
    font-family: 'Rubik';
    font-size: 16px;
    padding-top: 5px;
}
p.product-color {
    font-family: 'Rubik';
    font-size: 16px;
    padding-top: 5px;
}
p.product-stuff {
    font-family: 'Rubik';
    font-size: 16px;
    padding-top: 5px;
}
p.product-category {
    font-family: 'Rubik';
    font-size: 16px;
    padding-top: 5px;
}
h2.description-sizechart {
    font-family: 'Rubik';
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.sizechart {
    padding-top: 30px;
}
section.size-scale {
    padding-top: 10px;
    padding-bottom: 49px;
}
section.related-products {
    padding-top: 20px;
    padding-bottom: 50px;
}
h2.relatedproducts {
    font-family: 'Rubik';
    font-weight: 600;
}
p.describe {
    font-size: 16px;
    font-family: 'Rubik';
    padding-top: 10px;
}
th {
    font-size: 16px !important;
    font-weight: 400;
}
button.download-catalogue {
    background-color: #00B0EB;
    color: #fff !important;
    border: none;
    font-size: 17px;
    padding: 8px 15px;
}
button.download-catalogue {
    font-family: 'Rubik';
}
h2.home-banner-heading {
    position: absolute;
    top: 25%;
    text-transform: uppercase;
    font-family: 'rubik';
    font-size: 50px;
    font-weight: 900;
}
.heading-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
section.catalogue-section {
    background-color: #f0f0f0;
    padding-top: 150px;
    padding-bottom: 150px;
}
.catalogue-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px){
    .col-lg-3.first-column {
    background-color: #fff !important;
    box-shadow: 0px 14px 14px #b4b4b4;
    margin: 0;
    width: 100% !important;
}

.banner_img_hero_ul{
    height:330px;
}

section.service-1 {
    margin-top: 180px;
    padding-bottom:50px;
}

.banner_img_hero img{
    height:370px;
    object-fit: cover;
}

h2.home-banner-heading {
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
}

hr.uk-divider {
    margin-left: 170px;
}
}