@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  color: #221f1f;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.p-50{
  padding: 50px 0;
}
.grey-bg {
  background-color: #fafafa;
}
.t-bold{
  font-weight: 700;
  color: #221f1f;
  font-size: 24px;
  font-family: 'bold';
}
.pre-header{
  background-color: #070908;
  padding: 10px 0;
}
.pre-header a{
  color: #fff;
}
.pre-header a img{
  margin-right: 5px;
}

.header{
  background-color: #fff;
  margin: 0;
  position: relative;
  z-index: 99999;
}
.logo{
  padding: 20px 0;
  display: flex;
  column-gap: 40px;
}
.logo .usa img{
  width: 120px;
}
.logo .mg{
  position: relative;
  top: 30px;
}
.logo .mg::before{
  content: "";
  background-color: #E2E2E2;
  height: 50px;
  width: 1px;
  position: absolute;
  left: -28px;
  top: -12px;
}
.menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.menu li{
  display: inline-block;
}
.menu li a{
  display: block;
  color: #060706;
  text-transform: uppercase;
  margin: 0 5px;
  height: 80px;
  padding: 26px 8px;
  transition: all .5s;
}
.menu li a.active{
  color: #D1242B;
}

.menu li .dropdown{

}
.menu li .dropdown .btn{
  height: 70px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 6px;
}
.menu li .sub-menu{
  border-radius: 0;
  padding: 0;
}
.menu li .sub-menu li{
  display: block;
}
.menu li .sub-menu a{
  display: block;
  height: auto;
  padding: 10px;
  margin: 0;
  font-size: 12px;
}
.menu li .dropdown .btn:focus,.menu li .dropdown .btn:active{
  box-shadow: none;
  outline: none;
}
.menu li a:hover{
  text-decoration: none;
  background-color: #efefef;
  transition: all .5s;
}
.banner{
  position: relative;
}
.banner img{
  width: 100%;
  height: 600px;
}
.red-bg{
  background-color: #0c3087;
  padding: 50px 30px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 28%;
  left: 2%;
  align-content: center;
    display: grid;
}
.red-bg h3{
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
  font-weight: 500;
}
.red-bg h3:after{
  content: "";
  background-color: #fff;
  height: 2px;
  width: 250px;
  position: absolute;
  left: 0px;
  top: 50px;
}
.red-bg p{
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.red-bg a{
  background-color: #0E0F0F;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  text-align: center;
  /* min-width: 150px; */
  width: 150px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .5s;
}
.red-bg a:hover{
  background-color: #fff;
  color: #060706;
  transition: all .5s;
}


.border-btn{
  background-color: #fff;
  color: #CF232B;
  padding: 8px 20px;
  border: 1px solid #CF232B;
  min-width: 150px;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all .5s;
  border-radius: 30px;
}
.border-btn:hover{
  text-decoration: none;
  background-color: #CF232B;
  color: #fff;
}
.dark-btn{
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  /* border: 1px solid #333; */
  border:none;
  min-width: 150px;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all .5s;
  border-radius: 4px;
}
.dark-btn:hover{
  text-decoration: none;
  background-color: #0c3087;
  color: #fff;
}

.card-btns{
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.card-btns a{
  margin: 10px 0;
  height: 44px;
  display: inline-block;
}
.card{
  text-align: left;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  overflow: hidden;
  border:none;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
}
.card .c-img{
  position: relative;
  /* padding: 20px; */
}
.card .c-img img{
  width: 100%;
}
.card .caption{
  margin-top: 20px;
  text-align: center;
 
  
}
.responsive-menu{
  display: none;
}
.card .c-img .caption h4{
  font-weight: 400;
}
.footer{
  background-color: #070908;
  text-align: center;
}
.footer img{

}

.mb-10{
  margin-bottom: 10px;
}
.p-20{
  padding: 20px 0;
}

.b-bottom{
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.ham{
  display: none;
}


nav {
    display: block;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child {
    margin-left: 0;
}

.menu > li > a {
    font-weight: 600;
    text-decoration: none;
    padding: 28px 5px;
    display: block;
    color: #060706;
    transition: all 0.2s ease-in-out 0s;
    font-size: 12px;
}

.menu li a:hover,.menu li:hover>a {
    color: #CF232B;
    background: #fff;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #CF232B;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

a.homer {
    background: #9ca3da;
}
.contact-bg{
  background:url("../img/c-banner.png") no-repeat center top;
  background-size: 100% 100%;
  padding: 100px 0;
}
.contact-bg h3{
  margin: 0;
  font-size: 45px;
  font-family: BigCaslonMedium;
  color: #fff;
}

.contacts{
  display: block;
}
.c-grid{
  width: 100%;
  padding: 10px;
  display: inline-block;
  float: left;
}
.c-grid h4{
  margin-bottom: 30px;
  position: relative;
}
.c-grid h4:after{
  content: "";
  background-color: #C91432;
  width: 80px;
  height: 3px;
  left: 0;
  position: absolute;
  bottom: -15px;
}
.contact-box{
  /* box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 5%); */
  /* padding: 20px;
  border-radius: 6px; */
  margin-bottom: 20px;
}
.contact-box ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-box ul li{
  margin: 5px 0;
}
.contact-box ul li img{
  margin-right: 10px;
}
.contact-box ul li span{

}
.contact-box ul li i{
  font-weight: 300;
}
.contact-box ul li .red{
  color: #C91432;
}
.contact-box ul li .red a{
  color: #C91432;
  font-size: 16px;
  text-decoration: underline;
}
.c-form{

}
.c-form h4{
  margin-bottom: 30px;
  position: relative;
}
.c-form h4:after{
  content: "";
  background-color: #C91432;
  width: 80px;
  height: 3px;
  left: 0;
  position: absolute;
  bottom: -15px;
}
.form-box{
  /* box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 5%);
  padding: 20px; */
  border-radius: 6px;
}
.form-box .form-group{

}
.form-box .form-group .form-control{
  height: 50px;
  border: 1px solid #E8E8E8;

}
.form-box .form-group textarea.form-control{
  height: auto;
}
.form-box .form-group button{
  background-color: #000000;
    color: #fff;
    padding: 12px 20px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 10px; 
    border:none
}
.form-box p{
  color: #333;
}

.card{
  text-align: left;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  overflow: hidden;
  border:none;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
  margin-bottom: 30px;
}
.card .c-img{
  position: relative;
  padding: 0px;
}
.card .c-img img{
  width: 100%;
}
.card .c-img .caption{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  color: #fff;
}
.card .c-img .caption h4{
  font-weight: 400;
}
.card .c-img .bottom-links{
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0px;
  padding: 0 20px;
}
.card .c-img .bottom-links a{
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}
.card .c-img .bottom-links a:hover{
  opacity: .6;
  transition: all .5s;
}
.card .c-img .bottom-links .pull-right{
  float: right;
}
.card a.c-img::before{
  content: "";
  background-color: rgba(0,0,0,.1);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.card a.c-img:hover::before{
  background-color: rgba(180,0,30,.66);
}
.card a.c-img.no-img::before{
  content: "";
  background-color: rgba(0,0,0,.92);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}




@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        background: #fff;
        color: #797979;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #9ca3da;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}


@media only screen and (max-width: 768px) {
  .responsive-menu{
    display: none;
  }
  .b-img .full-img img{
    height: 120px;
  }
  .header h3{
    text-align: left;
    margin-bottom: 20px;
  }
  .about h1{
    font-size: 24px;
  }
  .card{
    margin-bottom: 20px;
  }
  .shop-btn .pink-btn{
    float: none;
  }
  .shop-now ul li {
    display: inline-block;
    width: 45%;
    margin: 0 5px;
  }
  .shop-now ul li a img {
    margin-bottom: 10px;
    width: 100%;
  }
  .f-img{
    text-align: left;
    margin-top: 20px;
  }
  .f-img a{
    margin: 0;
    margin-right: 20px;
  }
  .card .c-img .icon {
    width: 116px;
    height: 116px;
  }
  .logo a img, .f-logo img{
    width: 140px;
  }
  .banner{
    height: auto;
  }
  .ham{
    display: inline-block;
    position: absolute;
    right: 15px;
    z-index: 999;
    top: -80px;
  }
  .menu{
    display: none;
    border-top: 1px solid #efefef;
  }
  .menu li{
    display: block;
  }
  .menu li a{
    height: auto;
    padding: 15px 10px;
  }
  .red-bg {
    background-color: #0c3087;
    padding: 50px 30px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 380px) {
  .card .c-img .icon {
    width: 104px;
    height: 104px;
  }
  .shop-now ul li a p {
    font-size: 12px;
  }
  .header h3 br{
    display: none;
  }
}