@font-face {
  font-family: 'Metropolis Light';
  src: url(../fonts/AvenirNextLTPro-Regular.otf);
} 
@font-face {
   font-family: 'Metropolis Bold';
   src: url(../fonts/AvenirNextLTPro-Bold.otf);
 } 

body {
  font-family: 'Metropolis Light';
}

nav {
  background-color: #fff; 
  text-transform: capitalize;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.17);
}

.navbar-brand { 
  width: 20%;
}

.navbar-brand img {
  width: 80%;
}



.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    background-image: url('../image/button.png');
    background-size: cover;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .menu-item .dropdown-menu{ display: none; }
	.navbar .menu-item:hover .nav-link{   }
	.navbar .menu-item:hover .dropdown-menu{ display: block; }
	.navbar .menu-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */


.nav-link {color: #1c3c91 ;font-size: 15px; text-transform: capitalize;padding: 0 0 5px;position: relative;}
.nav-link:hover {color: #1c3c91 ;}
li.menu-item {
  margin: 0 3px;
}

h1{font-weight: bold;
  font-family: 'Metropolis Bold';
  text-transform: capitalize;
  font-size: 4em;
}

h2{ text-transform: capitalize;line-height: 2;font-family: 'Metropolis Bold';text-align: center; font-size: 3em;}

h3{font-size: 22px;font-family: 'Metropolis Bold';line-height: 1.5;text-transform: uppercase;}
h4{font-size: 26px;font-family: 'Metropolis Bold';}
p{font-size: 16px;}


/* nav links */

/* .nav-link.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fff;
} */

.nav-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #1c3c91;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.nav-link:hover:after,.nav-link.active:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}




a.nav-link.join{color: #1c3c91;}
.join { background: #fff;}
.btn-2 .fa-briefcase {color: #ff3420;}

.offcanvas {
  background-color: #f8f9fa;
}

/* end nav links */

/* banner */
.titles {
  padding-top: 2%;
}

.titles h1::after {
  content: '';
  display: block;
  margin-top: 5px;
  position: absolute;
  width: 10%;
  height: 8px;
  background-color: #1c3c91;
}

.carousel-caption {
  bottom: 20%;
  text-align: left;
}
.carousel-caption h5 {
  font-weight: bold;
  font-size: 3.5rem;
  text-shadow: 2px 2px black;
}

ul.descr {
  margin: 8% 0;
}

.titles .carousel-item {
  height: auto;
}

.titles .carousel-item img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 70vh;
}

.titles i{
  color: #1c3c91;
  font-size: 50px;
}

/**
 * Change animation duration
 */
 .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/* end banner */

/* my buttons */



.btn1{
  display: inline-block;
  position: relative;
  padding: 1% 5%;
  cursor: pointer;
  background: #1c3c91;  
  color: #fff; 
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  z-index: 0;
  border: 3px solid #1c3c91;
}


.btn1:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  
  left: 0;  
  right: 0;  
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .35s ease-out;
}
.btn1:hover:before{transform: scaleX(1);}

.btn1:hover {
  color: #1c3c91; 
}


.btn-2{
  display: inline-block;
  position: relative;
  padding: 1% 5%;
  cursor: pointer;
  background: #fff;  
  color: #1c3c91; 
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  z-index: 0;
  border: 3px solid #fff;
}


.btn-2:before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  
  left: 0;  
  right: 0;  
  bottom: 0;
  background: #1c3c91;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .35s ease-out;
}
.btn-2:hover:before{transform: scaleX(1);}

.btn-2:hover {
  color: #fff; 
}

.btn1 a,.btn-2 a{text-decoration: none;color: inherit;}


/* end my buttons */

.carousel-item {
  height: 100vh;
}


/* hometabs */

#pills-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-pills .menu-item {
  text-align: center;
}

.nav-pills .nav-link {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0.5rem 2.5rem;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #1c3c91;
  background-color: transparent; 
}

.hmtab .item {
  padding: 1% 10%;
  text-align: center;
  border: 8px solid transparent;
}

.hmtab .item:hover {
  border: 8px solid #1c3c91;
}
.item a{display: none;}
.item a{
position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffffe6;
    height: 100%;
    width: 100%;
}

span.arrow {
  float: right;
  position: inherit;
  bottom: 0;
  right: -1px;
  background: #1c3c91;
  padding: 1px 18px;
  color: #fff;
  font-size: 35px;
}

span.range {
  position: relative;
  top: 28%;
  color: #1c3c91;
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
}

.hmtab .item:hover a{display: block;
  transition: transform 5s ease;
}

.brndimg {
  height: 250px;
  display: flex;
  align-items: center;
}

.brndimg img {
  width: 80%;
  margin: auto;
}


.hmtab h4 {
  margin-top: 8%;
  color: #1c3c91;
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.hmtab p{
  color: red;
  font-weight: bold;
  text-transform: capitalize;
}


.hmbrands .btn1 {
  text-align: center;
}


/* end home tabs */

/* products */

.allproducts {
  grid-template-columns: 1fr  1fr 1fr;
  gap: 2% 4%;
  display: grid;
  text-align: center;
  padding: 2% 5%;
  align-content: center;
  margin-top: 8%;
}

.theproduct{ 
  background: #fff;
  border-radius: 25px 25px;
  padding: 10% 5%;
  box-shadow: 0px 17px 35px -8px rgba(0, 0, 0, 0.17);
}

.theproduct .btn1 { 
  padding: 2% 12%;
}

.theproduct img{
  width: 100%;
}

/* end products */

/* about us */

span.tagl {
  display: block;
  margin-bottom: 5%;
  color: #1c3c91;
  letter-spacing: 5px;
}

.about {
  padding-top: 12%;
  /* background-color: var(--e-global-color-5d96894);
  background-image: url(../image/backg.jpg);
  background-position: center center;
  background-size: cover; */
}

/* .about .container {
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--e-global-color-db2edb1) 56%, var(--e-global-color-bbd6cd1) 100%);
  opacity: 1;
} */

.pic1 img {
  -webkit-mask-image: url(https://cdn-icons-png.flaticon.com/512/0/14.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
    box-shadow: 100px 100px 100px 100px rgba(0, 0, 0, 0.82);
}
.pic2 {
  width: 35%;
  float: right;
  margin-top: -25%;
}
.pic2 img {
  -webkit-mask-image: url(https://cdn-icons-png.flaticon.com/512/0/14.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
    box-shadow: 100px 100px 100px 100px rgba(0, 0, 0, 0.82);
}

.customer-logos {
  margin-bottom: 8%;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* end about us */

/* contact us */
.contact{  
  padding: 3%;
}
.contact a{ text-decoration: none;color: inherit;}
.contact h1{
  margin-bottom: 3%;
  text-align: center;
}
.contact h1::after {
  content: '';
  display: block;
  margin-top: 5px;
  position: absolute;
  left: 45%;
  width: 10%;
  height: 8px;
  background-color: #1c3c91;
}

.contact .fa {
  font-size: 30px;
  color: #1c3c91;  
  margin-right: 10px;
}
.contdetails form {
padding-right: 10%;
}

.contdetails {
  padding: 5% 0;
  background: #f3f3f3;
}

.contdetails label {
  display: inline-block;
  color: #1c3c91;
  font-weight: bold;
  margin-top: 2%;
}

.contdetails  .form-control {
  background-color: transparent;
  padding: 4px 6px;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0px;
}

/* end contact us */

/* back to top btn */

.go-top {
	position: fixed;
	bottom: 5%;
	right: 2%;
	text-decoration: none;
	color: #fff;
	background-color: #1c3c91;
	font-size: 40px;
	padding: 0 15px; 
  display: none;
}

.go-top:hover {
	background-color: #1d2e59;
	color: #fff;
}
/* end back to top btn */


.hmbrands{ 
margin-bottom: 5%;
  padding: 4% 1% 8%;
}

/* start modal */

.modal .form-control {
  background-color: transparent;
  padding: 4px 6px;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0px;
}

/* end modal */

/* footer */

.footer{
  padding-top: 3%;
}
 
.footer a{
  text-decoration: none;
  color: inherit;
}

.footer h4{
  color: #fff;
  text-transform: capitalize; 
}
.footer img{
  width: 50%; 
}

.quicklinks li {  
  color: #fff;
  font-size: 12px; 
  margin-right: 1%;
}



.wrapper {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .icon:hover {
  background: #1c3c91;
  color: #ffffff;
}




.footer {
  background-color: #0e1834;
  background-image: url(../image/pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.footer p{  
  color: #ffffff;
}
 

/* end footer */

@media screen and (max-width:900px){

}
@media screen and (max-width:768px){
    
    .navbar-brand {
    width: 30%;
}
.titles h1 {
    margin-bottom: 14%;
}
.titles h1::after {
    width: 30%;
}
.footer h4 {
    margin-top: 5%;
}
.footer img {
    display: block;
    margin: auto;
}
.footer .col-md-4 {
    text-align: center;
}
.carousel-item {
    height: auto;
}
.allproducts {
    grid-template-columns: 1fr 1fr;
    margin-top: 28%;
}
h3 {
    font-size: 15px;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
}

@media screen and (max-width:500px){
    
    .navbar-brand {
    width: 50%;
}
.titles h1 {
    margin-bottom: 1%;
}

    .allproducts {
    grid-template-columns: 1fr;
    display:block;
    margin-top: -8%;
}
/*.theproduct img {*/
/*    width: auto;*/
/*    max-width: 70vw;*/
/*    max-height: 30vh;*/
/*}*/
.theproduct {
    margin: 8%;
}
}

		