/*=====================================================
    2. HEADER css 
======================================================*/
.allbtn{
    border-radius: 20px;
}

.admpro{
    background-color: #08518d;
    height: 200px;
}

footer{
    background-color:#08518d;
    padding: 20px;
    color: white;
    margin-top: 40px;

}
footer ul li{
    list-style: none;
    text-align: left;
     margin: 5px;

}
footer ul li a{
    text-decoration: none;
    text-align: left;
    color: white;
   
}
footer h3{
    text-align: left;
  color: #64a7df;
}
footer img{
    width: 300px;
    justify-content: left;
}
.ter{
    text-align: left;
}


/*******admin****************/

.offcanvas-md{
    background: #08518d !important; ;
}
.offcanvas-md ul li{
    border-bottom: 1px solid white;
    height: 50px;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0      ;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000055;
    z-index: 10;

}
.modal-box{
    width: 60%;
    height: 90%;
    margin: 2rem auto; 
    background-color: #eee;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;

}

.errr{
    color: red;
    text-transform: capitalize;
}
.sd{
    margin-top: 40px;
}
.adl label{
    text-transform: capitalize;
    font-weight: 500;

}
.adl{
    margin-top: 5px;
}
.mcard{
    width: 250px;
    margin: 5px;
    padding: 10px;
}
.bn{
    display: inline-flex;
flex-direction: row;
flex-wrap: wrap;


}

.tar{
  border: 2px solid ;  
  border-radius: 40px;
}

/**************end *************/


/******ship****************/
.ship{
   background-color:#64a7df;
    margin-top: 40px;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.cl{
    margin-top: 5px;
}
.ship h4{
    text-align: center;
    text-transform: capitalize;
    margin: 10px;
     color: white;
}
.shipBox{
border-radius: 20px;
padding: 10px;
}
.text h4{
    color: #08518d;
}
/******** caro*****************/
.bb{
    background:#64a7df;  

}
.df{
   background:#64a7df;   
}
.aab{
  background:#64a7df;   
}
.hero {
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    background:#64a7df;
}

.hero-content {
    max-width: 600px;
    z-index: 2;
    animation: slideInLeft 0.8s ease-out;
      background:#64a7df;
}
.hero-visual {
    position: relative;
    width: 150%;
    animation: slideInRight 0.8s ease-out;
      background:#64a7df;
}
.hero-visual img{
 width: 10%;


}
.siw{

      background:#64a7df;   
}
.si{
    background-color: #64a7df;
  
   max-height: 600px;
   width: 100%;
   object-fit: contain;
 
}

/*********about**************/
/*****#64a7d****/
.body{

}
.body p{
  font-size: 19px;
  text-align: justify;
}
.abi{
  border-radius: 30px;
   padding: 20px;
}
.abi img{
 border-radius: 30px; 
}
.ms{
    margin-top:20px ;
 
}
.detail-box h4{
  color: #08518d;
  text-transform: uppercase;
}
/***********background-color:#64a7df;**************/
.about{
  padding: 10px;
}
.about h4{
  color: #08518d;
  text-align: left;
}
.ce{
  padding: 50px;

}
.cn{
  border-radius: 30px; 
  padding: 10px;
}
.cn h6{
  color: #08518d;
  font-weight: 700;
  font-size: 23px;
  padding: 10px;
  text-transform: uppercase;
}
.cn li{
  text-align: left;
  font-size: 19px; 
  font-weight: 600;
  list-style-type:none;
  margin: 5px;
  
}
.ro{

}
.rs{

border-radius: 20px;
}
.srs{
 margin-top: 50px;
}
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #08518d;
  z-index: 3;
}
/***  background-color: #04233b; ***/
.about_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #08518d;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #065968;
}
.ek{
  color: #08518d;
}


.template-collection .collection-header { margin-bottom:45px; }
.collection-hero { position:relative; overflow:hidden; }
.collection-hero__image { height:250px; opacity:1; }
.collection-hero__image img { width:100%; }
.collection-hero__title-wrapper::before { content: ''; position:absolute; top:0; right:0; bottom:0;left:0; background-color:#000;opacity:0.4; }
.collection-hero__title { font-size:1.84615em; position:absolute; color:#fff; width:100%; text-align:center; left:0; right:0; top:50%; text-transform:uppercase; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }


/*********contact**************/
/**** background-color: #a939a5;****/
.cs{

    border-radius: 20px;
    margin-top:5px;
    margin-left: px;
}




.template-collection .collection-header {
   margin-bottom:45px;
   }
.collection-hero { position:relative; overflow:hidden; }
.collection-hero__image { height:250px; opacity:1; }
.collection-hero__image img { width:100%; }
.collection-hero__title-wrapper::before { content: ''; position:absolute;
     top:0; right:0; bottom:0;left:0; background-color:#000;opacity:0.4; }
.collection-hero__title { font-size:1.84615em; position:absolute; color:#fff; 
    width:100%; text-align:center; left:0; right:0; top:50%; text-transform:uppercase; 
    -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }








.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::placeholder {
  color: #04233b;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: red;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #065968;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.conrow{
color: #a939a5;
}
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #a939a5;
  z-index: 3;
}
/***  background-color: #04233b; ***/
.about_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #065968;
}
.ek{
  color: #a939a5;
}
.ms{
    margin-top:20px ;
 
}
.rs{
background-color:gainsboro;
border-radius: 20px;
}
.srs{
 margin-top: 50px;
}

/******new product********/
.image-container{
position: relative;
display: inline-block;
}
.image-text{
position: absolute;
top: 10%;
left: 15%;
transform: translate(-50%,-50%);
padding: 10px;
width: 180px;
}
.image-container img{
  display: block;
  width: 100%;
  height: auto;
}
.hw{
  margin-bottom: 0px;
  padding: 0px;
}
.abtt{
  padding: 10px;

}
.abtt p{
  text-transform: capitalize;
}
.abtt h3{
  color: #08518d;
}
.new{
  border: 5px solid white  ;
  width: 100px;
  color: white;
  padding: 10px;
  border-radius: 50%;
  background-color: red;
  z-index: 40;

}
/**** background-color: #08518d;****/

.abtcont{
    margin: auto;
    margin-top: 50px;
    max-height: 600px;
    background-color: #08518d;
}
.abtcont img{
  object-fit: contain;
  max-height: 500px;
}

.cr{
  
  color: white;
}
.cr img{
width: 100%;
background-color: #08518d;
margin: 0px;
padding: 0px;
}
/***********transform: perspective(200px) rotate3d(070deg);***********/
.er2{
  
  transform:rotate(-10deg);
   background-color:white;
   height:60px;
   color:red;
   padding:20px;
   font-size:30px;
   width:200px;
   border: 5px solid red;
}
.abtcont h1{
  justify-content: center;
  color: white;
}
.abtcont h1 span{
  color: red;


  padding: 10px;


}
.vb{

padding: 20px;
}
.vimg{
  object-fit: contain;
}
.yu{
  position: absolute;
  top: 90;
  width: 200px;
  left: 10px;

}

.fc{
padding: 20px;
border-radius: 20px;

}
.fc img{
max-height: 300px;
}

.sc{
  background-color: whi;
border-radius: 20px;  
padding: 20px;
}

.sc h2{
    padding:px;
}
.abtcont section{
  text-transform: capitalize;
}


/********grade**************/
.imgB{
    text-align: center;
    margin-bottom: 40px;
}
.imgB a{
    text-decoration: none;
    
    text-align: center;
}
.imgB img{ 

    max-height: 1400px;
    width: 100%
}
.cath4{
    text-align: left;
    text-transform: capitalize;
    margin: 20px;
    color: #08518d;
}
.catmain{
    margin-top: 40px;
     background-color: rgba(11, 110, 202, 0.507);
     color: white;
}

.yes{
    color: #08518d;
    margin: 5px;
}
.catt{
    margin-top: 50px;
    margin-bottom: 50px;
}
.load{
    display: flex;
    justify-content: center;
}
.loader2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.loader2::before ,.loader2::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: pulsOut 1.8s ease-in-out infinite;
    filter:drop-shadow(0 0 1rem blue );
}
.loader2 ::before{
    width: 100%;
    padding-bottom: 100%;
    box-shadow: inset 0 0 0 1rem #08518d;
    animation-name: pulsIn;
}
.loader2::after{
       width: calc(100% - 2rem);
       padding-bottom:calc(100% - 2rem) ;
       box-shadow: 0 0 0 0 #08518d;
}

@keyframes pulsIn{
    0%{
          box-shadow: inset 0 0 0 1rem #08518d;
          opacity: 1;  
    }
    50%, 100% {
            box-shadow: inset 0 0 0 0 #08518d;
            opacity: 0;
    }
}

@keyframes pulsOut{
    0%, 50%{
          box-shadow: inset 0 0 0 0 #08518d;
          opacity: 0;  
    }
     100% {
            box-shadow: inset 0 0 0 1rem #08518d;
            opacity: 1;
    }
}
/***
.loader2{
    width: calc(100px - 24px);
    height: 50px;
    position: relative;
    animation: flippx 2s infinite linear;
}
.loader2 ::before{
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transform-origin: -24px 50%;
    animation: spin 1s infinite linear;
}
.loader2::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%; 
}
@keyframes flippx {
   0%, 49% {
    transform: scaleX(1);
   } 
   50%,100%{
     transform: scaleX(-1);
   }
}
@keyframes spin {
    100%{
        transform: rotate(360deg);
    }
}

******/

/****
.loader2{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #08518d;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;

}
.loader2 ::after{
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #ff3d00;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}
******/
@keyframes rotation{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}








/*********************one product*************/
.details p{
  font-size:50px;
}
.ones{
    background-color: white;
    border-radius: 20px;
    padding:20px;
}

.rtt{
  background-color:#08518d ;
  color: white;
  padding: 20px;
}
.details5{
  padding: 10px;
  color: white;
}
/**********transform: perspective(200px) rotate3d(0,1,0,10deg);**************/
.details5 img{

margin:5px;
width: 100%;


}
.details7 h4{
margin-top: 40px;
padding: 10px;
color: white;
}

.details6 h4{
text-transform: capitalize;
font-weight: 800;
}
.details6 h5{
text-transform: capitalize;
font-weight: 600;
}
.details{
  border-radius: 20px;
  background-color: white;
  padding: 10px;
}
.details6 p{
  font-size: 20px;
}
.details7 p{
  font-size: 17px;
}
.details7{
  
}

.loader{
  margin: auto;
  border: 16px solid #f3f3f3;
  border-top: 16px solid gainsboro;
  border-left: 16px solid #a939a5;
  border-right: 16px solid #a939a5;
   border-bottom: 16px solid gainsboro;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin{
  0%{transform: rotate(0deg);}
  100%{
    transform: rotate(360deg);
  }
}


/*******navbar**************/

/**************style={{backgroundColor:"#a939a5"}}*****************/
nav,.t{
    background-color: #08518d;
}
.nav-link{
    color: white;
    font-size: 23px;
}
.sea a{
    margin: 0px;
    padding: 0px;
}
.sea{
    align-items: center;
    align-content: center;
}
.navco img{
    width: 150px;
}
@media(max-width:760px)
{
    .s1{
       
    }
    .s2{
        display: none;
    }
}
@media(min-width:760px)
{
    .s1{
        display: none;
    }
    .s2{
        display: block;
    }
}


/***************abt******************/
.image-container{
position: relative;
display: inline-block;
}
.image-text{
position: absolute;
top: 10%;
left: 15%;
transform: translate(-50%,-50%);
padding: 10px;
width: 180px;
}
.image-container img{
  display: block;
  width: 100%;
  height: auto;
}
.hw{
  margin-bottom: 0px;
  padding: 0px;
}
.abtt{
  padding: 10px;

}
.abtt p{
  text-transform: capitalize;
}
.abtt h3{
  color: #08518d;
}
.new{
  border: 5px solid white  ;
  width: 100px;
  color: white;
  padding: 10px;
  border-radius: 50%;
  background-color: red;
  z-index: 40;

}
/**** background-color: #08518d;****/

.abtcont{
    margin: auto;
    margin-top: 50px;
    max-height: 600px;
    background-color: #08518d;
}
.abtcont img{
  object-fit: contain;
  max-height: 500px;
}

.cr{
  
  color: white;
}
.cr img{
width: 100%;
background-color: #08518d;
margin: 0px;
padding: 0px;
}
/***********transform: perspective(200px) rotate3d(070deg);***********/
.er2{
  
  transform:rotate(-10deg);
   background-color:white;
   height:60px;
   color:red;
   padding:20px;
   font-size:30px;
   width:200px;
   border: 5px solid red;
}
.abtcont h1{
  justify-content: center;
  color: white;
}
.abtcont h1 span{
  color: red;


  padding: 10px;


}
.vb{

padding: 20px;
}
.vimg{
  object-fit: contain;
}
.yu{
  position: absolute;
  top: 90;
  width: 200px;
  left: 10px;

}

.fc{
padding: 20px;
border-radius: 20px;

}
.fc img{
max-height: 300px;
}

.sc{
  background-color: whi;
border-radius: 20px;  
padding: 20px;
}

.sc h2{
    padding:px;
}
.abtcont section{
  text-transform: capitalize;
}




