p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    word-spacing: 2px;
}
h5{
    font-family: 'Lato', sans-serif;
}
h6{
    font-family: 'Lato', sans-serif;
}
/*nav menu*/
.nav-item .nav-link{
    color:#1749a5;
}
.nav-item .nav-link:hover{
    color: red; 
}
.nav-item{
    font-size: 17px;
    margin: 0px 5px;
    font-weight: 300;
    letter-spacing: 0px;
}
.active{
    color: #1749a5!important;
}
.menu-icon ul li {
    display: inline-block;
    list-style: none;
    margin:0px 5px;
    font-size: 14px;
}
.menu-icon ul{
    margin:0px;padding: 0px;
}
.menu-icon ul li a .f-cls{
color: red;
    background: #dddada4f;
   padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.menu-icon ul li a:hover .f-cls{
    box-shadow: 0px 0px 23px #ffffff85;
}
.menu-icon ul li a:hover .i-cls{
    box-shadow: 0px 0px 23px #ffffff85;
}
.menu-icon ul li a:hover .t-cls{
    box-shadow: 0px 0px 23px #ffffff85;
}
.menu-icon ul li a:hover .y-cls{
    box-shadow: 0px 0px 23px #ffffff85;
}
.menu-icon ul li a .i-cls{
color: red;
    background: #dddada4f;
   padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.menu-icon ul li a .t-cls{
color: red;
    background: #dddada4f;
   padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.menu-icon ul li a .y-cls{
color: red;
    background: #dddada4f;
   padding: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.dropdown-menu{
    padding: 0px!important;
}
.dropdown-item{
    color: #1e56bfe0;
    font-size: 16px;
    padding: 15px 40px;
    border-bottom: 1px solid #dbdbdbb8!important;
}
.dropdown-item:hover{
    color: grey;
}
/*Banner*/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 3rem!important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h1{
    font-size: 6vw;
    line-height: 70px;
    font-family: inherit;
    font-weight: 300;
    margin:20px 0px 30px;
}
.carousel-caption h6{
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
}
.carousel-caption button{
    background: none;
    padding:15px 55px;
    color: white;
    border:2px solid red;
    margin-top:30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transition-duration: 0.5s;
}
.carousel-caption button:hover{
    background: #224386;
    border:1px solid #224386;
}
.carousel-caption h5{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}
.banner-clr{
  color: white;
    font-size: 93px;
    font-weight: 700;
}
.overlay{
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
}
/*pro-show*/

.pro-show-head{
    background: red;padding:30px;
    display: inline-flex;
    width: 100%;
    min-height: 275px;
}
.pro-show-right{
    margin-left: 20px;
}
.pro-show-right h3{
    text-transform: uppercase;
    color: #ffffffbf;
    font-size: 22px;
    font-weight: 700;
}
.pro-show-right p{
    color: #ffffffd9;
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.pro-show-left img{
    width: 160px;
    padding:30px;
    border:10px solid black;
    border-radius: 100%;
}
.pro-show-head-black{
    background: #224386;padding:30px;
    display: inline-flex;
    width: 100%;min-height: 275px;
}
.pro-show-right-black{
    margin-left: 20px;
}
.pro-show-right-black h3{
    text-transform: uppercase;
    color: #ffffffbf;
    font-weight: 700;
    font-size: 22px;
}
.pro-show-right-black p{
       color: #ffffffd9;
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.pro-show-left-black img{
    width: 160px;
    padding:30px;
    border:10px solid red;
    border-radius: 100%;
}
.pro-show-right button{
    background: none;
    padding: 10px 25px;
    color: #ffffffbf;
    border: 1px solid #ffffffbf;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}

.pro-show-right-black button{
    background: none;
    padding: 10px 25px;
    color: #ffffffbf;
    border: 1px solid #ffffffbf;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}

.ex-pad{
    padding: 100px 0px;
}
/*About*/
.about-41 p{
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about-41 h1{
font-size: 3vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
.about-41{
    padding: 40px;
    box-shadow: 0px 19px 18px #80808026;
    margin-bottom: 30px;
}
.about-img img{
    width: 100%;
}
.about p{
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about ul 
{
    margin:0px;
    padding: 0px;
}
.about-222{
    padding-bottom: 50px;
}
.about-222 ul li img{
    width: 17px;
}
.about ul li img{
    width: 17px;
}
.about ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about-222 ul 
{
    margin:0px;
    padding: 0px;
}
.about-222 ul li {
     list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about h1{
font-size:2vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
.about h3{
    color: red;
    font-weight: 300;
    font-size: 22px;
}
.about-222 p{
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about-222 h3{
    color: red;
    font-weight: 300;
    font-size: 22px;
}
.about{
    padding-top: 0px;
}
.about h5{
    font-size: 15px;
    color: #224386;
    font-weight: 100px;
    margin-top: 80px;
}
.about button{
    background: none;
    padding:15px 55px;
    color: #224386;
    border:2px solid red;
    margin-top:30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transition-duration: 0.5s;
}
.about button:hover{
    background: red;
    color: white;
}

.about-2222 p{
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about-2222 h1{
    padding: 0px 30px;
    font-size: 2.5vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
.about-2222{
    padding-top: 0px;
}
.about-2222 h5{
    font-size: 22px;
    color: #224386;
    font-weight: 100px;
    margin-top: 10px;
}
.about-2222 button{
    background: none;
    padding:10px 35px;
    color: #224386;
    border:2px solid red;
    margin-top:30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transition-duration: 0.5s;
}
.about-2222 button:hover{
    background: red;
    color: white;
}



/*bg-text*/
.bg-text{
    padding: 80px 0px;
}
.bg-text p{
    font-size: 20px;
    font-style: italic;
    color: white;
    font-weight: 300;
    line-height: 32px;
}
.bg-text h1{
    font-size: 3vw;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 30px;
}
.bg-text h5{
    font-size: 25px;
    color: white;
    font-weight: 100px;
}

.banner-btm-bg{
    background: url(../image/women.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.bg-right p{
    color: white;
}
.bg-right h3{
    color :white;
}
.bg-top{
    margin-bottom: 20px;
}
.bg-padd{
    padding: 70px 0px 50px;
}
.footer-bg{
    background: #193772;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
}
.footer-text h3{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.footer-text p{
    color: white;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.footer-text-cpy p{
    color: white;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1.5px;
}


/*heading*/
.heading-text h1{
    font-size: 3vw;
    font-weight: 700;
    color: red;
    margin-top: -10px;
    margin-bottom: 30px;
}
.heading-text h5{
    font-size: 22px;
    color: #224386;
    font-weight: 100px;
    margin-bottom: 15px;
}


/* Product */
.product-add-text{
    background: #224386;
    padding: 15px 0px;
    transition-duration: 0.5s;
}
.product-add-text:hover{
    background: red;
}
.product-add-text h6 a{
    color: white;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    transition-duration: 0.5s;
}
.product-add-text:hover h6 a{ 
    color: white;
}
.product-add-img img{
    width: 100%;
    border-left:1px solid #8080808f;
    border-top:1px solid #8080808f;
    border-right:1px solid #8080808f;
}
.product-add-img:hover img{
    opacity: 0.7;
    
}
.product-add{
    margin-bottom: 30px;
}

.footer-text{
    margin-top: 70px;
    margin-bottom: 30px;
}

/*Media Query*/
@media only screen and (max-width: 900px) and (min-width: 620px){
   .left-banner {
    padding: 120px 0px!important;
}
.navbar {
    background-color: white;
    position: fixed;
    top: 0;
    padding: 2px 0px!important;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 6px 16px #8080802b;
}
.left-banner h1 {
    font-size: 10px!important;
    font-weight: 300;
    color: white;
    margin-bottom: 0px;
    letter-spacing: 13px;
}
.banner-clr {
    color: white;
    font-size: 40px!important;
    font-weight: 700;
}
.lami {
    font-weight: 300;
    letter-spacing: 13px;
    color: white;
    font-size: 35px!important;
    line-height: 30px;
}
   
}
@media only screen and (max-width: 2000px) and (min-width: 601px){
    .login-div-mob{
        display: none!important;
    }
   
}
@media only screen and (max-width: 820px) and (min-width: 600px){
.top-img-heading {
    position: absolute;
    top: 16%!important;
    width: 100%;
    text-align: center;
}
.about-bluee {
    background: #33528f;
    margin-top: 85px!important;
    padding: 90px 0px;
}
}
@media only screen and (max-width: 600px) and (min-width: 200px){
    .about-bluee-top {
    position: absolute;
    top: 45%!important;
    width: 100%;
    text-align: center;
}
.about-bluee {
    background: #33528f;
    margin-top: 0px!important;
    padding: 90px 0px;
}
    .navbar {
    background-color: white;
    box-shadow: 0px 3px 8px #80808021;
    position: fixed;
    top: 0;
    padding: 10px 0px;
    width: 100%;
    z-index: 1000;
    border-bottom: 0px solid red!important;
}
    .more-passss {
    padding: 245px 0px 0px 0px!important;
}
    .about-2222 {
    box-shadow: 0px 0px 15px #8080801a;
    padding: 52px 20px;
    margin-top: 0px!important;
    margin-left: 0px!important;
    background: white;
}
    .bk-over {
    background: #ffffff4f!important;
    position: relative;
    height: 232px!important;
}
    .login-div-mob {
    margin-top: 130px!important;
}
    .line-1{
        display: none;
    }
    .lami{
        display: none!important;
    }
    .login-div-mob {
    margin-top: 130px;
}
    .banner-clr{
        display: none;
    }
    .top-img-color {
    background: #91919140;
    margin-top: 0px!important;
}
    .login-div{
        display: none;
    }
    .carousel {
margin-top: -20px!important;
}
    .contact-content {
    margin-bottom: 30px;
    margin-left: 0px;
}
     .reviews img{
        width: 16vw!important;
    }
    .heading-text h5{
        margin-bottom: 20px!important;
    }
    .breadcrumb {
    margin: auto 0px;
    padding: 0;
    display: inline-flex;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    color: inherit;
    font-weight: 500;
    font-size: 12px;
}
    .top-img-heading h2 {
    color: white;
    padding: 0px 0px;
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: 700;
}
    .bg-padd {
    padding: 10px 0px 10px;
}
    .banner-btm-bg {
    background: url(../image/women.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
}
    .pro-show-head-black {
    background: #224386;
    padding: 30px;
    display: inline-flex;
    width: 100%;
    min-height: 248px;
}
    .pro-show-right-black button {
    background: none;
    padding: 6px 15px;
    color: #ffffffbf;
    border: 1px solid #ffffffbf;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
    .pro-show-head {
    background: red;
    padding: 30px;
    display: inline-flex;
    width: 100%;
    min-height: 225px;
}
.pro-show-right-black h3 {
    text-transform: uppercase;
    color: #ffffffbf;
    font-weight: 700;
    font-size: 16px;
}
.pro-show-right-black p {
    color: #ffffffd9;
    margin-top: 2px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
    .pro-show-right button {
    background: none;
    padding: 6px 15px;
    color: #ffffffbf;
    border: 1px solid #ffffffbf;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
    .pro-show-right h3 {
    text-transform: uppercase;
    color: #ffffffbf;
    font-size: 16px;
    font-weight: 700;
}
.pro-show-right p {
    color: #ffffffd9;
    margin-top: 0px;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
    .about-2222 p {
    font-size: 16px;
    font-style: italic;
    padding: 0px 20px;
    color: grey;
    text-align: justify;
    font-weight: 300;
    line-height: 32px;
}
    .about-2222 h1 {
    font-size: 7vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
    .about-2222 h5 {
    font-size: 18px;
    color: #224386;
    font-weight: 100px;
    margin-top: 10px;
}
    .about-41 p {
    font-size: 16px;
    font-style: italic;
    text-align: justify;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
    .card-img{
        height: auto!important;
    }
    .more-pad {
    padding: 0px 0px 0px!important;
}
    .dropdown-item {
    color: #224386;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
}
    .about-22 p {
    font-size: 16px!important;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
    .about-22 h1 {
    font-size: 6vw!important;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
    .top-img-heading {
    padding: 65px 0px!important;
}
    .overlay{
        display: none;
    }
    .footer-text h3 {
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
    .footer-text-cpy p {
    color: #8d8d8d;
    font-size: 12px;
}
    .footer-text p {
    color: white;
    font-weight: 200;
    font-size: 14px;
}
    .list-quick ul li {
    margin: 20px 0px;
    font-size: 14px;
}
    .card-text {
    background-color: white;
    padding: 0rem 4rem;
    height: 175px!important;
    overflow: hidden;
}
    .card-text {
    padding: 1rem 0rem!important;
    width: 70vw;
    height: fit-content;
}
.about-22 {
    background: white;
    margin-left: 0px!important;
    padding: 0px 20px 50px!important;
    box-shadow: 0px 13px 15px #80808030;
    margin-top: 50px!important;
}
    .menu-icon{
        display: none;
    }
    .ex-pad {
    padding: 0px 0px 50px;
}
.about p {
    font-size: 16px;
    font-style: italic;
    color: grey;
    text-align: justify;
    font-weight: 300;
    line-height: 32px;
}
.about h1 {
    font-size:6vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
.about h5 {
    font-size: 14px;
    color: #224386;
    font-weight: 100px;
}
.bg-text h1 {
    font-size: 6vw;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 30px;
}
.bg-text p {
    font-size: 16px;
    font-style: italic;
    color: white;
    font-weight: 300;
    text-align: justify;
    line-height: 32px;
}
.bg-text {
    padding: 40px 10px 20px;
}
.about {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
}
.heading-text h1 {
    font-size: 7vw;
    font-weight: 700;
    color: red;
    margin-top: -10px;
    margin-bottom: 30px;
}
.heading-text h5 {
    font-size: 16px;
    color: #224386;
    margin-bottom: 20px!important;
    font-weight: 100px;
}
.product-add {
    margin-bottom: 20px;
}
.footer-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 1150px) and (min-width: 901px){
    .carousel-caption h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.carousel-caption h1 {
    font-size: 5vw;
    line-height: 45px;
    font-family: inherit;
    font-weight: 300;
    margin: 5px 0px 15px;
}
.carousel-caption h6 {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}
.carousel-caption button {
    background: none;
    padding: 10px 30px;
    color: white;
    border: 2px solid red;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transition-duration: 0.5s;
}
}

@media only screen and (max-width: 900px) and (min-width: 799px){
    .overlay{
        display: none!important;
    }
    .carousel-caption {
        display: none!important;
    }
    .contact-content {
    margin-bottom: 30px;
    margin-left: 0px!important ;
}
    .about-22 {
    background: white;
    margin-left: -200px!important;
    padding: 50px 50px!important;
    box-shadow: 0px 13px 15px #80808030;
    margin-top: 40px!important;
}
.about h5 {
    font-size: 20px;
    color: #224386;
    font-weight: 100px;
}
}
@media only screen and (max-width: 800px) and (min-width: 599px){
     .overlay{
        display: none!important;
    }
    .carousel-caption{
        display: none!important;
    }
    .more-pad {
    padding: 25px 0px 0px;
}
    .about h5 {
    font-size: 20px;
    margin-top: 50px;
    color: #224386;
    font-weight: 100px;
}
    .about h1 {
    font-size: 4vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
    .ex-pad {
    padding: 20px 0px 50px;
}
.about p {
    font-size: 20px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about {
    padding-top: 0px;
}
.footer-text {
    margin-top: 0px;
    margin-bottom: 20px;
}
.carousel-caption{
    display: none!important;
}
.overlay{
    display:none;
}
}

/*top image*/
.top-img-color-blue{
    background: blue;
}
.top-img-color{
    background: url(../image/b-11.png);
    background-size:cover;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-jack{
    background: url(../image/pro/s-5.png)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-ortho{
    background: url(../image/pro/s-4.png)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-glove{
    background: url(../image/pro/s-3.png)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-safe{
    background: url(../image/pro/s-2.png)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-shoe{
    background: url(../image/pro/s-1.png)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-red-foam{
    background: url(../image/bhbh.png)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-red-felt{
    background: url(../image/felt-banner.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-foam {
    background: url(../image/foam.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-red {
    background: url(../image/tapered.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-edpm {
    background: url(../image/edpmb.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-pu {
    background: url(../image/pu-b.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-xpe {
    background: url(../image/xpeb.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-eva {
    background: url(../image/evaaa.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-wovem {
    background: url(../image/woven-b.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-felt {
    background: url(../image/felt-banner.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}
.top-img-ab {
    background: url(../image/ab-img.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    margin-top: 95px;
    height: 100%;
    position: relative;
}.top-img-5{
    background: url(../image/t-2.jpg)fixed;
    background-size: 100% 100%;
    width: 100%; margin-top: 95px;
    height: 100%;
    position:relative;
}
.top-img-2{
    background: url(../image/inij.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin-top: 95px;
    position:relative;
}

.top-img-4{
    background: url(../image/saull.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin-top: 95px;
    position:relative;
}
.top-img-color{
    background: #1d428b;
    margin-top: 95px;
}
.top-img-3{
    background: url(../image/fabb.jpg)fixed;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin-top: 95px;
    position:relative;
}

.top-img{
    background: url(../image/bhbh.png)fixed;
    background-size: 100% 100%;
    width: 100%;margin-top: 95px;
    height: 100%;
    position:relative;
}
.top-img-heading{
    padding: 70px 0px;
}
.top-img-heading h2{
    color: #ffffff;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}
.breadcrumb {
    margin: auto 0px;
    padding: 0;
    display: inline-flex;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb li{
    font-weight: 400;
    color: #ffffff;
}
.breadcrumb .main{
    color: #ffffff82;
}
.breadcrumb > .active {
    color: #ffffff;
}

.breadcrumb > li + li:before {
    color: #ffffff!important;
    padding: 0 10px 0 6px;
    content: "/";
    font-size: 12px;
    position: relative;
    top: -1px;
}
.overlay-top-img{
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
}

/*Product*/
.about-22{
    background: white;
    margin-left: -100px;
    padding: 100px 100px;
    box-shadow: 0px 13px 15px #80808030;
    margin-top: 90px;
}
.about-22 p {
    font-size: 18px;
    font-style: italic;
    color: grey;
    font-weight: 300;
    line-height: 32px;
}
.about-22 h1 {
    font-size:3vw;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
}
.about-22 h5 {
    font-size: 25px;
    color: #224386;
    font-weight: 100px;
}
.overlay-pro {
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
}
.more-pad{
    padding: 70px 0px 40px;
}

/*gallery*/
.bh-gallery{
    background-color: #060018;
}
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.general {
  width: 85%;
  height: 85%;
}


.val1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val2 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  border: 1px solid #888a8f8c;
    padding: 10px;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val3 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val4 {
  grid-column: 4 / span 1;
  grid-row: 1 / span 1;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val5 {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val6 {
  grid-column: 4 / span 1;
  grid-row: 2 / span 2;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val7 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 2;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val8 {
  grid-column: 3 / span 1;
  grid-row: 3 / span 1;border: 1px solid #888a8f8c;
    padding: 10px;
}

.val9 {
  grid-column: 3 / span 2;
  border: 1px solid #888a8f8c;
    padding: 10px;
  grid-row: 4 / span 1;
}

@media (min-width: 320px) {
  .parent {
    margin: 20px;
  }
}

@media (min-width: 480px) {
  .parent {
    margin: 20px 50px;
  }
}

@media (min-width: 600px) {
  .parent {
    margin: 50px 150px;
  }
}

@media (min-width: 801px) {
  .parent {
    margin: 50px 200px;
  }
}

@media (min-width: 1025px) {
  .parent {
    margin: 50px 0px;
  }
}

/*Footer*/

.menu-icon-2 ul{
    margin:0px;padding: 0px;float: right;
}
.menu-icon-2 ul li{
    display: inline-flex;
    margin:0px 10px;
    right: 0px;
}
.menu-icon-2 ul li a .f-cls{
color: #507cbe;
}
.menu-icon-2 ul li a .i-cls{
color: #e73a30;
}
.menu-icon-2 ul li a .t-cls{
color: #00abef;
}
.menu-icon-2 ul li a .y-cls{
color: #d12121;
}

.list-quick ul{
 margin:0px;padding: 0px;
 list-style: none;
}
.list-quick ul li{
    margin:5px 0px;
}
.list-quick ul li a{
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.5px;
    transition-duration: 0.3s;
    font-weight: 100;
    color: white;
}
.list-quick ul li a:hover{
    color: #8d8d8d;
}

/*Contact form*/
.form-control{
    width: 100%;
    border-radius: 0px;
    padding: 15px 18px;
    margin-bottom: 10px;
    font-size: 14px;
    border:2px solid #dee2e6;
}
.form-control-textarea{
    width: 100%;
    border-radius: 0px;
    padding: 15px 15px;
    height: 150px;
    border:2px solid #dee2e6;
    font-size: 14px;
}
.btnsub{
    background: none;
    padding: 12px 30px;
    color: #224386;
    border: 1px solid #224386;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    transition-duration: 0.4s;
    font-size: 14px;
}
.btnsub:hover{
    background:#224386;
    color: white;
}
.text-contact{
    margin-bottom: 30px;
}
.text-contact h2{
    color: #224386;
        font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-content h3{
color: #224386;
font-size: 22px;
font-weight: 700;
}
.contact-content{
    margin-bottom: 30px;
    margin-left: 40px;
}
.contact-content p i{
    font-size: 20px;
    color: #ff0000ab; 
}
.contact-content p{
    color: grey;
    margin-top: 20px;
    font-size: 16px;
}
.contact-content{
    border-bottom: 1px solid #a3a3a3c9;
}
.pddi{
    margin-top: 60px;
}
@media (max-width: 1440px){
    .main-wrapper{
        width: 100vw;
    }
}
.back-text{
    position: relative;
    z-index: -2000;
}
.reviews{
    margin-top: 0rem;
    overflow: hidden;
}
.reviews-title{
    text-align: center;
    margin-bottom: 0rem;
}
.reviews-title p{
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: white;
}
.reviews-card{
    display: grid;
    grid-template-columns: 1fr 480px;
    width: 781px;
}
@media (max-width: 425px){
    .reviews-card{
        grid-template-columns: 1fr;
        width: fit-content;
    }
}
.card-img{
    width: fit-content;
    height: 200px;
}
.card-text{
    background-color: white;
    padding: 0rem 4rem; 
    height: 270px;
    overflow: hidden;
}
@media (max-width: 425px){
   
}
.card-title p{
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 105.52%;
    color:#0a214f;
}

.card-para{
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.card-author{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}


.reviews-row{
    display: flex;
    gap: 2rem;
}
@media (max-width: 425px){
    .card-title p{
        font-weight: 700;
        font-size: 1rem;
    }
    .card-para p{
        font-size: 0.7rem;
    }
    .card-author p{
        font-size: 0.7rem;
    }
    .reviews-row{
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
    } 
}
.row-first, .row-third{
    animation: move-first 90s linear infinite;
    margin-bottom: 2rem;
}

.row-second{
    transform: translateX(-1000px);
    animation: move-second 20s linear infinite;
    margin-bottom: 2rem;
}


@media (max-width: 425px){
    
}
@media (max-width: 425px){
    .row-second, .row-third{
        display: none;
    }

    .row-first{
        animation: none;
    }
}

@keyframes move-first{
    50%{
        transform: translateX(-1000px);
    }
    100%{
        transform: translateX(0);
    }
}

@keyframes move-second{
    50%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-1000px);
    }
}
.dropend .dropdown-toggle {
  color: #224386;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #224386;
  color: white;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.footer-text p i{
    color: red ;
}
.navbar {
  background-color: white;
  position: fixed;
  top: 0;
  padding: 20px 0px;
  width: 100%;
  z-index: 1000; 
 box-shadow: 0px 6px 16px #8080802b;
}
.carousel{
    margin-top: 95px;
}
.card-para p{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}
.owl-nav{
    display: none;
}
.owl-dots{
    display: none!important;
}
.header-banner{
    margin-top: 98px;
}
.loginbox{
    margin-top: 80px;
}
 .login-form-login {
            margin-top: 20px;
        }

        .form-group-login {
            margin-bottom: 20px;
        }

        .form-group-login label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .form-group-login input {
            width: 100%;
            background: none;
            padding: 15px;
            border: 2px solid #dee2e6;
            border-radius: 0px;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .form-group-login button {
            background-color: #007BFF;
            color: #fff;
            border: none;
            border-radius: 3px;
            padding: 10px 20px;
            cursor: pointer;
        }
    
.menu-icon ul li a p{
    text-decoration: none;
    color: red;
}
/*.login-div a{
    text-decoration: none;
}
.login-div p{
    color: #224386;
    margin-top: 14px;
    margin-left: 20px;
    font-weight: 600;

}*/
.login-div ul li{
    list-style: none;
    display: inline-block;
    margin:0px 5px;
    text-decoration: none;
}
.login-div{
    margin-top: 25px;
}
.login-div a{
display: flex;
margin-top: 0px;
}
.login-div ul li a{
    text-decoration: none;
}
.login-div ul li p{
    color: #1749a5;
    font-size: 14px;
    transition-duration: 0.5s;
    font-weight: 200;
}
.login-div ul li i{
    color: #1749a5;
    transition-duration: 0.5s;font-size: 14px;
    margin: 5px 5px;
}
.login-div ul li:hover p{
    color: red;
}
.login-div ul li:hover i{
    color: red;
}

.login-div-mob ul li{
    list-style: none;
    display: inline-block;
    margin:0px 5px;
    text-decoration: none;
}
.login-div-mob{
    margin-top: 110px;
}
.login-div-mob a{
display: flex;
margin-top: 0px;
}
.login-div-mob ul li a{
    text-decoration: none;
}
.login-div-mob ul li p{
    color: #224386;
    transition-duration: 0.5s;
}
.login-div-mob ul li i{
    color: #224386;
    transition-duration: 0.5s;
    margin: 5px 5px;
}
.login-div-mob ul li:hover p{
    color: red;
}
.login-div-mob ul li:hover i{
    color: red;
}

.product-add-text-more{
    background: #224386;
    padding: 30px 0px;
    transition-duration: 0.5s;
}
.product-add-text-more:hover{
    background: red;
}
.product-add-text-more h6{
    color: white;
    font-weight: 300;
    text-decoration: none;
    transition-duration: 0.5s;
    font-size: 20px;
}
.product-add-text-more:hover h6{ 
    color: white;
}
.product-add-img-more img{
    width: 100%;
    border-left:1px solid #8080808f;
    border-top:1px solid #8080808f;
    border-right:1px solid #8080808f;
}
.product-add-img-more:hover img{
    opacity: 0.7;
    
}
.product-add-more{
    margin-bottom: 30px;
}

.dropdown-menu{
    border-radius: 0px!important;
    border: 1px solid white!important;
    overflow-y: auto!important;
}

.heading-clr p{
 color: #020420;
    margin-top: 20px;
    font-size: 16px;
font-weight: 500;
}
.left-banner h6{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.left-banner h1{
font-size: 25px;
    font-weight: 300;
    color: white;
    margin-bottom: 0px;
    letter-spacing: 13px;
}
.left-banner h5{
  color: #ffffff;
  margin-bottom: 30px;
}
.pd-class{
  padding: 80px 0px 70px;
}
.light-blue-clr{
  color: red;
}
.back-clr{
  background:#000113;
}
#shiva{
  color: white;
  font-weight: 800;
  font-size: 40px;
  margin-top: 20px;
}
.counts h5{
    color: white;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.counts img{
    margin-top: 15px;
    background: #ffffff;
    padding: 18px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 6px #b1b1b1a6;
}


.bk-cls{
  
  z-index: 1000;
}
.left-banner{
padding: 250px 0px;}

.bk-over{
  background:white;
  position: relative;
}
.back-video{
  width: 100%;
  position: absolute;
  z-index: -1;
}
.back-video-11{
  width: 100%;position: absolute;
}
.line-1{
    position: relative;
    top: 50%;  
    width: 29em;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    
    padding: 10px;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 28em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.lami{
        font-weight: 300;
    letter-spacing: 13px;
    color: white;
    font-size: 87px;
    line-height: 30px;
}
.about-2222{
    box-shadow:0px 0px 15px #8080801a;
    padding: 52px 20px;
    margin-top: -100px;
    margin-left:-200px;
    background:white;
}
.more-passss{
    padding: 200px 100px 50px 0px;
}
.about-22 ul li {
    list-style: none;
    font-style: italic;
    color: grey;
    font-weight: 300;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0px;
    line-height: 32px;
}
.about-22 ul {
    margin:0px;padding: 0px;
}

.navbar-default{
  transition:500ms ease;
  background:#ffffffc4;
  
}
.navbar-default.scrolled{
  background:#fff;
}
.navbar-default.scrolled.navbar{
  padding: 10px 0px;
}
.active{
    color: red!important;
}

.top-imggg{
    position: relative;
}
.top-img-heading{
    position: absolute;
    top: 30%;
    width: 100%; 
    text-align: center;
}
.top-img-heading h2{
   
}




.about-bluee{
    background: #33528f;
    margin-top: 120px;
    padding: 90px 0px;
}
.about-bluee-top {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}
.about-bluee-top h2 {
    color: #ffffff;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}

.breadcrumb-top {
    margin: auto 0px;
    padding: 0;
    display: inline-flex;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb-top li{
    font-weight: 400;
    list-style: none;
    color: #ffffff;
}
.breadcrumb-top .main-top{
    color: #ffffff82;
}
.breadcrumb-top > .active {
    color: #ffffff;
}

.breadcrumb-top > li + li:before {
    color: #ffffff!important;
    padding: 0 10px 0 6px;
    content: "/";
    font-size: 12px;
    position: relative;
    top: -1px;
}