 @font-face {
    font-family: 'Oswald-Regular';
    src: url("../font/Oswald/Oswald-Regular.ttf");
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url("../font/Oswald/Oswald-Bold.ttf");
}
@font-face {
    font-family: 'Oswald-SemiBold';
    src: url("../font/Oswald/Oswald-SemiBold.ttf");
}
@font-face {
    font-family: 'sofiapro';
    src: url("../font/sofiapro/Sofia_Pro_Bold.ttf");
}
@font-face {
    font-family: 'sofiapro_light';
    src: url("../font/sofiapro/sofiapro_light.otf");
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    font-family: 'Lato', sans-serif !important;
    background-color:#fff;
    color:#000;
    font-family: 'Oswald-Regular';
}



a{
    color:#000000;
    text-decoration: none;
}
 a:hover{
    color:#003049;
    text-decoration: underline;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-grow: 0;
    text-align: center;
}


.logo img{z-index: 10;
    position: relative;
    top: -110px;
    margin-bottom: -110px !important;
}
.miain_heading{
        text-align: center;
        text-transform: uppercase;
        color: #003049;
        font-family: 'sofiapro';
    }
.miain_heading h2{
    font-size: 35px;
}
.footer_box{
    float: left;
    width: 100%;
     border-radius: 5px;
     padding: 20px 15px;
}

.openBtn {
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    color: #003049;
    background: none;
  }

  .openBtn:hover {
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }

  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }

  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }

  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #bbb;
  }

ul{
    padding-left: 20px;
    }

    .iti {
        display: block !important;
    }
      .iti input, .iti input[type="tel"], .iti input[type="text"] {
        margin-top: 10px !important;
    }

    .dropzone {
        border: 2px dashed #003049;
        border-radius: 5px;
        background: white; }
        .dropzone .dz-message {
            font-family: 'Lato', sans-serif;
          font-weight: 400; }
          .dropzone .dz-message .note {
            font-family: 'Lato', sans-serif;
            font-size: 0.8em;
            font-weight: 200;
            display: block;
            margin-top: 1.4rem;
            font-size: 16px;
            color: #000;}
            .dz-button{
                font-size: 22px !important;
                color: #000 !important;
            }
  .no-pad{
    padding: 0;
    }
    .no-mar{
    margin: 0;
    }

    .hvr-bounce-to-top{color: #fff;}
    .hvr-bounce-to-top::after{
        color: #fff;
        background-color: #003049;
     }
    .hvr-bounce-to-top::before{
        color: #fff;
        background-color: #003049;
     }

     .hvr-bounce-to-top:hover{
        color: #fff;
     }

     .t-2nd .hvr-bounce-to-top::before{
        color: rgb(255, 255, 255);
        background-color: #003049;
     }

     .t-2nd .hvr-bounce-to-top:hover{
        color: rgb(255, 255, 255);
     }

     .t-btn{
        border: none;
        border-radius: 0;
        border: 2px solid #003049;
        background-color: #003049;
    color: white;
    padding: 10px 15px;
    white-space: nowrap;
     }
:hover.t-btn{
         background: #003049;
         border-color: #003049;
         color: #fff;
      }

     .t-2nd .t-btn{
        border: none;
        font-family: 'Oswald-Bold';
        border-radius: 0;
    background-color:#cf2a1d;
    color: #fff;
    padding: 10px 16px;
    border: 1px solid #fff;
white-space: nowrap;
font-style: italic;
letter-spacing: 3px;
     }

  .t-header .top{
 background-color: #000;
 font-family: 'Oswald-Regular';
        font-size:15px;
        color: #ffffff;
        letter-spacing: 1px;
      line-height: 31px;
      transition: all 0.3s ease 0s;
  }

  .t-header .top_name{
    font-family: 'Oswald-Regular';
      font-size: 14px;
      color: #fff;
  }
  .t-header .top_email{
    text-transform: uppercase;

}

.t-header .translater{
    padding: 0px 1% !important;
}
.social_fooer{width: 100%; margin: 0px auto; text-align: center;padding-top: 15px;}
.social_fooer ul{margin: 0px; padding: 0px; list-style: none; display: inline-block;}
.social_fooer ul li{ float: left; margin-left: 5px;}
.social_fooer ul li a{ color: #fff; font-size: 24px; padding: 10px; background: #000;}
.social_fooer ul li a i{ font: 24px;}
.social_fooer ul li a:hover{color: #fff;background: #003049;}

.social_fooer1{width: 100%; margin: 0px auto; text-align: center;padding-top: 15px;}
.social_fooer1 ul{margin: 0px; padding: 0px; list-style: none; display: inline-block;}
.social_fooer1 ul li{ float: left; margin-left: 15px;}
.social_fooer1 ul li a{ color: #fff; font-size: 16px; text-decoration: none;}
.social_fooer1 ul li a:hover{color: #003049;}

  .t-header ul{
      padding-left: 0;
      margin-bottom: 0;
  }


  .t-header .social li{
    display: inline;
    margin-left: 1px;
  }

.t-header .social li a{
padding: 5px 6px 4px 6px;
color: #fff;
}

.t-header .social li a:hover{
display: inline;
color: white;

}
.welcome_bg{
    background: url("../../../media/images/frontend/gl/welcomebg.jpg");
    margin: 30px -15px;
}

.t-banner{
    margin-top: -px;
}

  .t-header .top a{
    color: #003049;
    text-decoration: none;
     }
     .t-header .top a:hover{
        color: #003049;
     }

     .t-header .center{
        background-color: #000000;
             transition: all 0.3s ease 0s;
         }

         .t-header .logo img{
            margin: 0px 0px;

         }

         .t-header .logoarea{
            background-color: #000000;
                   color: #ffffff;
                   letter-spacing: 1px;
                 transition: all 0.3s ease 0s;
                 border-top: 1px solid #303030;
             }
    .t-header .bottom{
        background-color: #ffffff;
               color: #000;
               letter-spacing: 1px;
             transition: all 0.3s ease 0s;
             padding: 20px 0px 20px 0px;
      text-align: right;
         }

         .t-header .menu{
            text-transform: uppercase;
            font-size: 18px;
         font-family: 'Oswald-SemiBold';
         padding: 15px 0px;
         }
         .t-header .menu ul li:nth-child(5){
           margin-left: 415px;
         }

         @media only screen and (max-width: 500px){
            .t-header .menu ul li:nth-child(5){
                margin-left: 0px;
              }
        }
         .t-header .menu a{
            color: #000;
            text-decoration: none;
            font-family: 'Oswald-SemiBold';
            font-size:16px;
             }

             .t-header .menu a:hover{
                color: #fff;
             }


         .t-header .cart{
            color: #003049;
            overflow: inherit;
        }
         .t-header .cart .icon{
            color: #003049;
            font-size: 23px;
            padding: 1px 5px;
            margin-right: 1px;
            float: left;
        }
        .t-header .cart .details{
            color: rgb(134, 134, 134);
            padding: 2px;
            display: flex;
            font-weight: 500;
            letter-spacing: 1px;
            font-size: 14px;
        }
        .t-header .cart .items{
            color:#003049;
            font-family: 'Oswald-Regular';
            font-size:14px;
            font-weight: bold;
        }
        .t-header .cart b{
            color: #003049;
            font-family: 'Oswald-Regular';
            font-size:12px;
        }
        .t-header .cart a{
            white-space: nowrap;
            color: #003049;
            display: block;
            font-size:12px;
            text-decoration:none;
            text-align: right;
            font-family: 'Oswald-Regular';
        }

        .search_form{ padding-top: 41px;}
        .black_color{background-color: #000;border-color: #000;color: #fff;}

        .t-header .frm  {
            overflow: hidden;
            max-height: 0;
            background-color:rgba(206, 205, 205, 0.7);
            -webkit-transition:height, 0.5s linear;
            -moz-transition: height, 0.5s linear;
            -ms-transition: height, 0.5s linear;
            -o-transition: height, 0.5s linear;
            transition: height, 0.5s linear;
            width: 100%;
            margin: 0px!important;
        }
        .t-header .frm_open {
            overflow: hidden;
            max-height: 100px;
            padding: 20px 15px;
            -webkit-transition:height, 0.5s linear;
            -moz-transition: height, 0.5s linear;
            -ms-transition: height, 0.5s linear;
            -o-transition: height, 0.5s linear;
            transition: height, 0.5s linear;
            background: #003049;
        }

        .t-header .frm_open {
            overflow: hidden;
            max-height: 100px;
            padding: 20px 15px;
            -webkit-transition:height, 0.5s linear;
            -moz-transition: height, 0.5s linear;
            -ms-transition: height, 0.5s linear;
            -o-transition: height, 0.5s linear;
            transition: height, 0.5s linear;

        }
            .t-header .frm  .form-control {
                color: #333;
                  border: 1px solid #d1d1d1;
                  -webkit-box-shadow: none;
                  box-shadow: none;
                  height: auto;
                  border-radius: 5px 0  0 5px !important;
                  font-family: 'Lato', sans-serif!important;
              }
              .t-header .frm     .form-control :focus {
                      -webkit-box-shadow: none;
                      box-shadow: none;
                      border-color: transparent;

                  }

                  .t-header .frm .btn-light{ border:0;
                    color: #fff;
                    background:#000000;
                      border: none;
                      border-left: none;
                      -webkit-box-shadow: none;
                      box-shadow: none;
                      min-height:40px;
                      height: auto;
                  border-radius: 0 5px 5px 0 !important;
                  font-family: 'Lato', sans-serif !important;
                  }

                  .t-header .frm .btn-light:hover{
                    color: #f2f2f2;
                   background-color: #015999;
                  }

                  .t-header .center .search-icon {
                    font-size:24px;
                    color: black;
                }

                .t-header .center .search-icon:hover {
                    text-decoration: none;
                    color: #015999;
                }
                  .t-megamenu{
                    background-color: #eeeeee;
                    float: left;
                    width: 100%;
                    overflow: scroll;
                    height: 500px;
                }


                .t-megamenu .sub_class a{
                    display: block;
                    text-decoration: none!important;
                    font-family: 'sofiapro';
                    text-transform: none;
                }

                .t-megamenu .sub_class:hover{
                   background-color: none;
                }

                .t-megamenu h6{
                    font-family: 'sofiapro';
                    font-weight: bolder;
                    color:  #fff;
                    text-transform: uppercase;
                    font-size: 14px;
                    background: #181a1f!important;
                    padding: 0.8rem 0.5rem!important;
                }

                .t-megamenu .sub_class:hover h6{
                    background: #003049!important;
                    color: #fff;

                }

                .t-megamenu .sub_class:hover img{
                    transform:scale(1.1);transition: all 1s ease-in-out;  transform-origin: 50% 50%;
                }

                .t-megamenu .sub_class p{
                    overflow: hidden!important;
                    display: block;
                    transition: transform .4s;
                    position: relative;
                }

                .t-megamenu .sub_class p::before {
                    position: absolute;
                    top: 0;
                    left: -75%;
                    z-index: 2;
                    display: block;
                    content: '';
                    width: 50%;
                    height: 100%;
                    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                    -webkit-transform: skewX(-25deg);
                    transform: skewX(-25deg);
                }
                .t-megamenu .sub_class p:hover::before {
                    -webkit-animation: shine .75s;
                    animation: shine .75s;
                }
                @-webkit-keyframes shine {
                    100% {
                        left: 125%;
                    }
                }
                @keyframes shine {
                    100% {
                        left: 125%;
                    }
                }

                .t-megamenu .banner_class:hover img{
                    transform:scale(1.1);transition: all 1s ease-in-out;  transform-origin: 50% 50%;
                }

                .t-megamenu .banner_class figure{
                    overflow: hidden!important;
                    display: block;
                    transition: transform .4s;
                    position: relative;
                }

                .t-megamenu .banner_class figure::before {
                    position: absolute;
                    top: 0;
                    left: -75%;
                    z-index: 2;
                    display: block;
                    content: '';
                    width: 50%;
                    height: 100%;
                    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                    -webkit-transform: skewX(-25deg);
                    transform: skewX(-25deg);
                }
                .t-megamenu .banner_class figure:hover::before {
                    -webkit-animation: shine .75s;
                    animation: shine .75s;
                }
                @-webkit-keyframes shine {
                    100% {
                        left: 125%;
                    }
                }
                @keyframes shine {
                    100% {
                        left: 125%;
                    }
                }


                .t-megamenu .dropdown-item {
                    color: #181a1f !important;
                        font-size: 14px;
                        padding: 1px 5px;
                        margin-bottom: 3px;
                }

                .t-megamenu .dropdown-item:focus, .dropdown-item:hover {
                    color: #003049 !important;
                    text-decoration: none;
                    background-color: #eeeeee!important;

                }


                        .dropdown-toggle::after {
                            display:none;
                        }

                        .caret {
                            display: inline-block;
                            width: 0;
                            height: 0;
                            margin-left: 2px;
                            vertical-align: middle;
                            border-top: 4px solid;
                            border-right: 4px solid transparent;
                            border-left: 4px solid transparent;
                        }

                        .caret-up {
                            width: 0;
                            height: 0;
                            border-left: 4px solid rgba(0, 0, 0, 0);
                            border-right: 4px solid rgba(0, 0, 0, 0);
                            border-bottom: 4px solid;

                            display: inline-block;
                            margin-left: 2px;
                            vertical-align: middle;
                        }

                        @media all and (min-width: 992px) {
                            .navbar{ padding-top: 0; padding-bottom: 0; }
                            .navbar .has-megamenu{position:static!important;}
                            .navbar .megamenu{left:0; right:0; width:100%;   }
                            .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem; }
                        }
                        @media all and (min-width:991px) {


                            .dropdown:after{
                                    content: '';
                                    top: 0;
                                    right: 0;
                                    bottom: 0;
                                    left: 0;
                                    transition: opacity .15s ease-in-out;
                                    opacity: 0;
                                    visibility:hidden;
                                    background-color: rgba(0,0,0,.5);
                                    pointer-events: none;
                                }

                            .dropdown:hover .nav-link{
                                    position:relative;
                                    z-index:12;
                                }

                            .dropdown:hover:after{
                                    z-index:10; opacity:1;
                                    visibility:visible;
                                    position: fixed;
                            }
                        }


                        .t-info{

                            color: #000000 !important;
                        }

                        .t-info .box .icon{
                            color: #1b6ab5;
                            padding: 5px 8px;
                            display: inline-block;
                        }

                        .t-info .box h2{
                            font-family: 'Lato', sans-serif !important;
                            font-size: medium;
                            font-weight: 800;
                            color: #1b6ab5;
                        }

                        .t-info .box .details{
                            font-family: 'Lato', sans-serif !important;
                            padding: 10px;
                            display: inline-block;
                            font-size: 12px;
                            color: #000;
                        }



                        .t-black a{
                            color: #000;
                            font-weight: bold;
                        }


                        .t-footer .top{
                            background: #fff;
                            font-family: 'Lato', sans-serif;
                                   font-size:15px;
                                   color: #ffffff;
                                   letter-spacing: 1px;
                                 transition: all 0.3s ease 0s;
                             }

                             .t-footer .top h3{
                                font-family: 'sofiapro';
                                       font-size:24px;
                                       color: #000;
                                       letter-spacing: 1px;
                                     transition: all 0.3s ease 0s;
                                     text-transform: uppercase;
                                     padding-bottom: 12px;

                                 }

                                 .t-footer .top h3 hr{
                                    position: relative;
                                    border-top: 3px solid #1b6ab5;
                                    translate: (50%,-50%);
                                    left: 0%;
                                    width: 40px;
                                    top: -10px;
                                }
                                .t-footer .top .links li{
                                   margin: 7px 4px 5px 6px;
                                   border-bottom: 2px dotted #ccc;
                                     }
                                     .t-footer .top .links svg{ color: #003049 !important;}

                                     .t-footer .links  a{
                                        font-family: 'Oswald-Regular';
                                        font-size:15px;
                                        color: #000;
                                        transition: all 0.3s ease 0s;
                                        text-decoration: none;
                                    }
                                    .t-footer  .links   a:hover{
                                        color:#003049;
                                        text-decoration: none;
                                    }

                            .t-footer .top span{

                                font-family: 'Lato', sans-serif;
                                font-size: 0.8em;
                                font-weight: 200;
                                margin: 1.4rem 0 1.4rem 0;
                                color: rgb(155, 154, 154);
                            }


                            .t-footer .top p{
                                font-family: 'Oswald-Regular';
                                font-size: 0.9rem;
                                font-weight: 400;
                                margin: 1.4rem 0 1.4rem 0;
                                color: #000;
                            }

                            .t-newslater .frm{
                            margin: 32px 2px 16px 3px;

                            }

                            .t-footer .frm  .form-control {
                                color: #fff;
                                  border: none;
                                  -webkit-box-shadow: none;
                                  box-shadow: none;
                                  height: auto;
                                  border-radius: 0;

                                  font-size: 13px;
                                  background-color: rgba(82, 73, 115, 5);
                              }
                              .t-footer .frm     .form-control :focus {
                                      -webkit-box-shadow: none;
                                      box-shadow: none;
                                      border-color: transparent;
                                      background-color: #003049;
                                      color: #fff;
                                  }

                                  .t-footer .frm .t-btn{
                                    color: #fff;
                                    background:#1b6ab5;
                                    border: none;
                                    -webkit-box-shadow: none;
                                    box-shadow: none;
                                    height: auto;
                                    border-radius: 0;
                                    font-family: 'Lato', sans-serif;
                                  }

                                  .t-footer .frm .t-btn:hover{
                                    color: #ffffff;

                                  }


                             .t-footer .bottom{
                               background-color: #003049;
                                font-family: 'Lato', sans-serif;
                                       font-size:15px;
                                       color: #ffffff;
                                       letter-spacing: 1px;
                                     transition: all 0.3s ease 0s;
                                 }

                                 .t-footer .bottom a{
                                    font-family: 'Lato', sans-serif;
                                           font-size:15px;
                                           color: #ffffff;
                                           letter-spacing: 1px;
                                         transition: all 0.3s ease 0s;
                                         text-decoration: none;
                                     }

                                     .t-footer .bottom a:hover{
                                               color: #ffffff;
                                         }

                                         .t-footer .bottom .main{
                                                   color: #fff;
                                                 text-decoration: underline;
                                                 font-weight: 600;
                                             }

                                             .t-footer .bottom .main:hover{
                                                       color: #fff;
                                                       text-decoration: none;
                                                 }
                                                 .t-pages{ padding: 30px 15px;}
                                                 .t-pages .heading h1{
                                                    overflow: hidden;
                                                    text-align: center;
                                                    color: #003049;
                                                    text-transform: uppercase;
                                                    margin-top: 15px;
                                                    font-family: 'Oswald-Bold';
                                                    font-size: 2.6rem;
                                                    font-weight: 800;
                                                }

                                                .t-pages .heading hr{
                                                    border-top: 5px solid #003049;
                                                width: 10%;
                                                margin: 24px auto;
                                                }
                                                .t-pages .heading h1 > span{
                                                   position: relative;
                                                   display: inline-block;
                                               }
                                               .t-pages .heading h1 > span:before, .t-pages .heading h1 > span:after{
                                                   content: '';
                                                   position: absolute;
                                                   top: 50%;
                                                   border-bottom: 2px solid #555555;
                                                   width: 354%;
                                                   margin: 0 20px;
                                               }
                                               .t-pages .heading h1 > span:before{
                                                   right: 100%;
                                               }
                                               .t-pages .heading h1 > span:after{
                                                   left: 100%;
                                               }

                                               .t-pages .details{
                                                font-family: 'Lato', sans-serif;
                                                text-align: justify;
                                                font-size:18px;
                                                }
                                                .t-pages .details h2{
                                                color: #003049;
                                                font-family: 'Lato', sans-serif;
                                                text-transform: uppercase;
                                                font-size: 1.6rem;
                                                 font-weight: 600;
                                                }
                                                .t-pages .details ul{
                                                padding-left: 20px;
                                                }

                                                .t-contact .heading h1{
                                                    overflow: hidden;
                                                    text-align: center;
                                                    color: #003049;
                                                    text-transform: uppercase;
                                                    margin-top: 15px;
                                                    font-family: 'Oswald-Bold';
                                                    font-size: 2.6rem;
                                                    font-weight: 800;
                                                }
                                                .t-contact .heading hr{
                                                    border-top: 5px solid #003049;
                                                width: 10%;
                                                margin: 24px auto;
                                                }
                                                .t-contact .heading h1 > span{
                                                   position: relative;
                                                   display: inline-block;
                                               }
                                               .t-contact .heading h1 > span:before, .t-contact .heading h1 > span:after{
                                                   content: '';
                                                   position: absolute;
                                                   top: 50%;
                                                   border-bottom: 2px solid #555555;
                                                   width: 354%;
                                                   margin: 0 20px;
                                               }
                                               .t-contact .heading h1 > span:before{
                                                   right: 100%;
                                               }
                                               .t-contact .heading h1 > span:after{
                                                   left: 100%;
                                               }

                                               .t-contact .details{
                                                font-family: 'Lato', sans-serif;
                                                text-align: justify;
                                                font-size:18px;
                                                }
                                                .t-contact .details h1{
                                                    border-right: 1px solid rgba(0, 0, 0, 0.418);
                                                }
                                                .t-contact .details h5{
                                                    font-size:20px;
                                                    margin-top: 15px;
                                                }
                                                .t-contact .details h2{
                                                color: #003049;
                                                font-family: 'Lato', sans-serif;
                                                text-transform: uppercase;
                                                }
                                                .t-contact .details ul{
                                                padding-left: 20px;
                                                }


        .t-contact .input{
            width: 100%;
            margin-top: 10px !important;
        }
        .t-contact input{
            padding:25px 15px;
        }
        .t-contact input, select, textarea{
            color: black;
        }
        .t-contact select{
            height:50px;
        }

        .t-contact .form-control{
            border-radius: 0%;
        }

        .t-feedback .heading h1{
            overflow: hidden;
            text-align: center;
            color: #003049;
            text-transform: uppercase;
            margin-top: 15px;
            font-family: 'Oswald-Bold';
            font-size: 2.6rem;
            font-weight: 800;
        }
        .t-feedback .heading hr{
            border-top: 5px solid #003049;
        width: 10%;
        margin: 24px auto;
        }
        .t-feedback .heading h1 > span{
           position: relative;
           display: inline-block;
       }
       .t-feedback .heading h1 > span:before, .t-feedback .heading h1 > span:after{
           content: '';
           position: absolute;
           top: 50%;
           border-bottom: 2px solid #555555;
           width: 354%;
           margin: 0 20px;
       }
       .t-feedback .heading h1 > span:before{
           right: 100%;
       }
       .t-feedback .heading h1 > span:after{
           left: 100%;
       }

       .t-feedback .details{
        font-family: 'Lato', sans-serif;
        text-align: justify;
        font-size:18px;
        }
        .t-feedback .details h2{
        color: #003049;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-size: 1.6rem;
         font-weight: 600;
        }
        .t-feedback .details ul{
        padding-left: 20px;
        }

        .t-feedback .input{
            width: 100%;
            margin-top: 10px !important;
        }
        .t-feedback input{
            padding:25px 15px;
        }
        .t-feedback input, select, textarea{
            color: black;
        }
        .t-feedback select{
            height:50px;
        }
        .t-feedback .form-control{
            border-radius: 0%;
        }

        .t-feedback h2{
            font-weight: 600;
            font-family: 'Lato', sans-serif !important;;
            font-size: 1.6rem;
        }
         .live-rating {
            font-family: 'Lato', sans-serif !important;
            font-size: 33px;
            margin-left: 10px;
            color: hotPink;
            top: 8px;
            position: relative;
        }

        .t-cart .heading h1{
            overflow: hidden;
            text-align: center;
            color: #003049;
            text-transform: uppercase;
            margin-top: 15px;
            font-family: 'Lato', sans-serif;
            font-size: 2.6rem;
            font-weight: 800;
        }

        .t-cart .heading hr{
            border-top: 5px solid #003049;
        width: 10%;
        margin: 24px auto;
        }
        .t-cart .heading h1 > span{
           position: relative;
           display: inline-block;
       }
       .t-cart .heading h1 > span:before, .t-cart .heading h1 > span:after{
           content: '';
           position: absolute;
           top: 50%;
           border-bottom: 2px solid #555555;
           width: 354%;
           margin: 0 20px;
       }
       .t-cart .heading h1 > span:before{
           right: 100%;
       }
       .t-cart .heading h1 > span:after{
           left: 100%;
       }

       .t-cart .details{
        font-family: 'Lato', sans-serif;
        text-align: justify;
        font-size:18px;
        }
        .t-cart .details h2{
        color: #003049;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-size: 1.6rem;
         font-weight: 600;
        }
        .t-cart .details ul{
        padding-left: 20px;
        }

        .t-cart .input{
            width: 100%;
            margin-top: 10px !important;
        }
        .t-cart input{
            padding:25px 15px;
        }
        .t-cart input, select, textarea{
            color: black;
        }
        .t-cart select{
            height:50px;
        }
        .t-cart .form-control{
            border-radius: 0%;
        }

        .t-cart table thead{
            background-color: #eee;
        }
        .t-cart table thead tr td{
            color: #3a3a3a;
            font-family: 'Lato', sans-serif;
            font-size:18px;
            font-weight: 900;
        }
        .t-cart table td a{
            color: #003049;
            text-decoration: none;
        }
        .t-cart table td a:hover{
            color: #003049;
            text-decoration: underline;
        }
        .t-cart table td p{
            color: #000;
            margin: 0;
        }
        .t-cart table td .delete_all{
            font-size: small;
        }
        .t-cart table td{
            vertical-align: middle;
            color: #000;
        }

        .t-cart table td .remove{
            color: #003049;
            text-decoration: none;
        }

        .t-checkout .heading h1{
            overflow: hidden;
            text-align: center;
            color: #003049;
            text-transform: uppercase;
            margin-top: 15px;
            font-family: 'Lato', sans-serif;
            font-size: 2.6rem;
            font-weight: 800;
        }
        .t-checkout .heading hr{
            border-top: 5px solid #003049;
                                                width: 10%;
                                                margin: 24px auto;
        }
        .t-checkout .heading h1 > span{
           position: relative;
           display: inline-block;
        }
        .t-checkout .heading h1 > span:before, .t-checkout .heading h1 > span:after{
           content: '';
           position: absolute;
           top: 50%;
           border-bottom: 2px solid #555555;
           width: 354%;
           margin: 0 20px;
        }
        .t-checkout .heading h1 > span:before{
           right: 100%;
        }
        .t-checkout .heading h1 > span:after{
           left: 100%;
        }

        .t-checkout .details{
            font-family: 'Lato', sans-serif;
        text-align: justify;
        font-size:18px;
        }
        .t-checkout .details h2{
        color: #003049;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-size: 1.6rem;
         font-weight: 600;
        }
        .t-checkout .details ul{
        padding-left: 20px;
        }

        .t-checkout .input{
            width: 100%;
            margin-top: 10px !important;
        }
        .t-checkout input{
            padding:25px 15px;
        }
        .t-checkout input, select, textarea{
            color: black;
        }
        .t-checkout select{
            height:50px;
        }
        .t-checkout .form-control{
            border-radius: 0%;
        }

        .t-checkout table thead{
            background-color: #eee;
        }
        .t-checkout table thead tr td{
            color: #3a3a3a;
            font-family: 'Lato', sans-serif;
            font-size:18px;
            font-weight: 900;
        }
        .t-checkout table td a{
            color: #003049;
            text-decoration: none;
        }
        .t-checkout table td a:hover{
            color: #003049;
            text-decoration: underline;
        }
        .t-checkout table td p{
            color: #000;
            margin: 0;
        }
        .t-checkout table td .delete_all{
            font-size: small;
        }
        .t-checkout table td{
            vertical-align: middle;
            color: #000;
        }


        .t-checkout table td .remove{
            color: #003049;
            text-decoration: none;
        }

        .t-gallery .heading h1{
            overflow: hidden;
            color: #003049;
            text-transform: uppercase;
            margin-top: 15px;
            font-family: 'Oswald-Bold';
            font-size: 2.6rem;
            font-weight: 800;
        }
        .t-gallery .heading hr{
            border-top: 5px solid #003049;
        width: 10%;
        margin: 24px auto;
        }

        .t-gallery .heading h1 > span{
           position: relative;
           display: inline-block;
       }
       .t-gallery .heading h1 > span:before, .t-gallery .heading h1 > span:after{
           content: '';
           position: absolute;
           top: 50%;
           border-bottom: 2px solid #555555;
           width: 354%;
           margin: 0 20px;
       }
       .t-gallery .heading h1 > span:before{
           right: 100%;
       }
       .t-gallery .heading h1 > span:after{
           left: 100%;
       }

       .t-gallery .details{
        font-family: 'Lato', sans-serif;
        text-align: justify;
        font-size:18px;
        }
        .t-gallery .details h2{
        color: #003049;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-size: 1.6rem;
         font-weight: 600;
        }
        .t-gallery .details ul{
        padding-left: 20px;
        }


        .t-categories .heading h1{
            overflow: hidden;
            text-align: center;
            color: #003049;
            text-transform: uppercase;
            margin-top: 15px;
            font-family: 'Oswald-Bold';
            font-size: 2.6rem;
            font-weight: 800;
        }
        .t-categories .heading hr{
            border-top: 5px solid #003049;
        width: 10%;
        margin: 24px auto;
        }
        .t-categories .heading h1 > span{
           position: relative;
           display: inline-block;
       }
       .t-categories .heading h1 > span:before, .t-categories .heading h1 > span:after{
           content: '';
           position: absolute;
           top: 50%;
           border-bottom: 2px solid #555555;
           width: 354%;
           margin: 0 20px;
       }
       .t-categories .heading h1 > span:before{
           right: 100%;
       }
       .t-categories .heading h1 > span:after{
           left: 100%;
       }

       .t-categories .details{
        font-family: 'Lato', sans-serif;
        text-align: justify;
        font-size:18px;
        }
        .t-categories .details h2{
        color: #003049;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-size: 1.6rem;
         font-weight: 600;
        }
        .t-categories .details ul{
        padding-left: 20px;
        }

        .t-category-grid .item{
            overflow: hidden!important;
            padding-top: 8px;
            padding-left: 8px;
            }
            .t-category-grid .item figure{
                overflow: hidden!important;display: block;
                transition: transform .4s;
            }
            .t-category-grid .item figure h3{
             font-size: 2rem;
             margin-top: 53px;
margin-bottom: -9px;
font-family: 'Oswald-Bold';
font-style: italic;
color: #003049 !important;
            }
            .t-category-grid .item figure p{
                font-size: 0.7rem;
                color: #003049 !important;
            }
            .t-category-grid .item:hover img{
                transform:scale(1.1);transition: all 1s ease-in-out;  transform-origin: 50% 50%;
            }
            .t-category-grid .shine figure {margin: 0!important;}

            .t-category-grid .shine figure {
                position: relative;
                overflow: hidden;
            }
            .t-category-grid .shine figure::before {
                position: absolute;
                top: 0;
                left: -75%;
                z-index: 2;
                display: block;
                content: '';
                width: 50%;
                height: 100%;
                background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
            }
            .t-category-grid .shine figure:hover::before {
                -webkit-animation: shine .75s;
                animation: shine .75s;
            }
            @-webkit-keyframes shine {
                100% {
                    left: 125%;
                }
            }
            @keyframes shine {
                100% {
                    left: 125%;
                }
            }


            [class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
                background-color: rgba(0, 0, 0, 0.719);
                padding: 20px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                color: #003049 !important;
                text-align: center;
                padding-top: 50%;
            }


            .t-showcase {
                background: url('../../../media/images/frontend/treasure/3d-bg.jpg') no-repeat center top;
                background-size: cover;
            }

            #showcase {
                visibility: hidden;
                height: 925px;
              }
              #showcase img {
                max-height: 685px!important;
                max-width: 290px!important;
                cursor: pointer;
              }

            .t-products .heading h1{
                overflow: hidden;
                text-align: center;
                color: #003049;
                text-transform: uppercase;
                margin-top: 15px;
                font-family: 'Oswald-Bold';
                font-size: 2.6rem;
                font-weight: 800;
            }
            .t-products .heading hr{
                border-top: 5px solid #003049;
                width: 10%;
                margin: 24px auto;
            }
            .t-products .heading h1 > span{
               position: relative;
               display: inline-block;
           }
           .t-products .heading h1 > span:before, .t-products .heading h1 > span:after{
               content: '';
               position: absolute;
               top: 50%;
               border-bottom: 2px solid #555555;
               width: 354%;
               margin: 0 20px;
           }
           .t-products .heading h1 > span:before{
               right: 100%;
           }
           .t-products .heading h1 > span:after{
               left: 100%;
           }

           .t-products .details{
            font-family: 'Lato', sans-serif;
            text-align: justify;
            font-size:18px;
            }
            .t-products .details h2{
            color: #003049;
            font-family: 'Lato', sans-serif;
            text-transform: uppercase;
            font-size: 1.6rem;
             font-weight: 600;
            }
            .t-products .details ul{
            padding-left: 20px;
            }

            .t-products .filter{
                background-color: #F6F6F6;
                color: #000;
            }
            .t-products .filter .stats{
            color: #003049;
            }

            .t-products select:active {
                background-color: #ededed;
            }

            .t-products select{
                padding: 0 25px 0 0;
                margin-top: 0px!important;
                border:none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -ms-appearance: none;
              background: transparent;
              background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
              background-repeat: no-repeat;
              background-position-x: 100%;
              background-position-y: 0px;

                background-color: #F6F6F6;
            }
            .t-products select option{
                font-family: 'Lato', sans-serif;
            font-size:15px;
            line-height: 1.53846154;
                border: none;
                background-color: #F6F6F6;
            }

            .t-products .t-pagination{
                margin-top: 45px;
                margin-left: 25px;
                margin-right: 25px;
                margin-bottom: 25px;
                }

                .t-products .t-pagination .page-link{
                    border: none;
                    color: #000000;
                    background: #003049;
                    text-decoration: none;
                    border-radius: 0px;
                    margin: .5rem;
                 }
                .t-products .t-pagination .page-link:hover {
                    z-index: 2;
                    color: #000;
                    background-color: #003049;
                    border: none;
                    border-radius: 0px;
                }

                .t-products .t-pagination  .page-item.active .page-link {
                    z-index: 3;
                    font-weight:700;
                    color:#fff;
                    background-color: #003049;
                }

                .t-products .t-pagination .page-item.disabled .page-link {
                    color: #000;
                    pointer-events: none;
                    cursor: auto;
                    background-color: #ffffff;
                    border: 1px solid #929292;
                    padding: .4rem .75rem;
                }


                .t-product-list{
                border: 1px solid rgb(186, 186, 186);
                }

                .t-product-list:hover{
                    background-color: #ffffff;
                    border: 1px solid #003049;
                    }

                    .t-product-list .images{
                        overflow: hidden;
                        position: relative;
                    }
                    .t-product-list .images a.image{ display: block; }
                    .t-product-list .images img{
                        width: 100%;
                        height: auto;
                    }
                    .t-product-list .images .pic-1{ transition: all 0.3s ease 0s; opacity:1; }
                    .t-product-list .images:hover .pic-1{ transform: translateX(100%);opacity:0; }
                    .t-product-list .images .pic-2{
                        width: 100%;
                        height: auto;
                        transform: translateX(-101%);
                        position: absolute;
                        top: 0;
                        left: 0;
                        transition: all 0.3s ease 0s;
                        padding: 15px;
                        opacity:0;
                    }
                    .t-product-list .images:hover .pic-2{ transform: translateX(0); opacity:1;}

                .t-product-list .new-label{
                    position: absolute;
                    top:22px;
                    font-family: 'Lato', sans-serif;
                    font-size:12px;
                    font-weight: 300;
                    padding:0px 7px 1px 7px;
                    color: white;
                    line-height: 1.2;text-transform: uppercase;
                    background-color: #003049;
                    left:22px;
                }

                .t-product-list .details .name{
                    color: black;
                        font-weight: 900;
                        font-family: 'Lato', sans-serif !important;
                        font-size: 1.7rem;
                    }
                    .t-product-list .details .model{
                    color: #003049;;
                    font-weight: 900;
                    font-family: 'Lato', sans-serif;
                        font-size: 1.0rem;
                    }
                    .t-product-list .details .description{
                        color: rgb(0,0,0);
                        font-family: 'Lato', sans-serif !important;
                    text-align: justify;
                    font-size: 17px;
                    margin-top: .5rem;
                    margin-bottom: .5rem;
                        }

                        .t-product-list .details .links a{
                            background-color: #003049;
                            padding: 10px;
                            color: white;
                            text-decoration: none;
                            margin: 4px;
                            font-size: 0.997rem !important;
                        }


                        .t-product_quick_view .heading h1{
                            overflow: hidden;
                            text-align: center;
                            color: #003049;
                            text-transform: uppercase;
                            margin-top: 15px;
                            font-family: 'sofiapro';
                            font-size: 2.6rem;
                            font-weight: 800;
                        }
                        .t-product_quick_view .heading hr{
                            border-top: 5px solid #003049;
                        width: 10%;
                        margin: 24px auto;
                        }
                        .t-product_quick_view .heading h1 > span{
                           position: relative;
                           display: inline-block;
                       }
                       .t-product_quick_view .heading h1 > span:before, .t-product_quick_view .heading h1 > span:after{
                           content: '';
                           position: absolute;
                           top: 50%;
                           border-bottom: 2px solid #555555;
                           width: 354%;
                           margin: 0 20px;
                       }
                       .t-product_quick_view .heading h1 > span:before{
                           right: 100%;
                       }
                       .t-product_quick_view .heading h1 > span:after{
                           left: 100%;
                       }

                       .t-product_quick_view .details {
                        color: rgb(0,0,0);
                        font-family: 'Lato', sans-serif !important;
                    text-align: justify;
                    font-size: 17px;
                    margin-top: .5rem;
                    margin-bottom: .5rem;
                        }
                        .t-product_quick_view .details h2{
                        color: #003049;
                        font-family: 'Lato', sans-serif;
                        text-transform: uppercase;
                        font-size: 1.6rem;
                         font-weight: 600;
                        }
                        .t-product_quick_view .details ul{
                        padding-left: 20px;
                        }


                        .t-product_quick_view .new-label{
                            position: absolute;
                            top:22px;
                            font-family: 'Lato', sans-serif;
                            font-size:12px;
                            font-weight: 300;
                            padding:0px 7px 1px 7px;
                            color: white;
                            line-height: 1.2;text-transform: uppercase;
                            background-color: #003049;
                            left:22px;
                        }

                        .t-product_quick_view .name{
                            color: black;
                                font-weight: 900;
                                font-family: 'Lato', sans-serif!important;
                                font-size: 1.7rem;
                            }
                            .t-product_quick_view .model{
                            color: #003049;;
                            font-weight: 900;
                            font-family: 'Lato', sans-serif;
                                font-size: 1.0rem;
                            }

                            .t-product_quick_view .dform .input{
                                text-align: left;
                               height:46px ;
                                max-width:90px;
                                text-align:left;
                                border-radius:0%;
                                }

                                .t-product_quick_order .heading h1{
                                    overflow: hidden;
                                    text-align: center;
                                    color: #003049;
                                    text-transform: uppercase;
                                    margin-top: 15px;
                                    font-family: 'sofiapro';
                                    font-size: 2.6rem;
                                    font-weight: 800;
                                }
                                .t-product_quick_order .heading hr{
                                    border-top: 5px solid #003049;
                                width: 10%;
                                margin: 24px auto;
                                }

                                .t-product_quick_order .heading h1 > span{
                                   position: relative;
                                   display: inline-block;
                               }
                               .t-product_quick_order .heading h1 > span:before, .t-product_quick_order .heading h1 > span:after{
                                   content: '';
                                   position: absolute;
                                   top: 50%;
                                   border-bottom: 2px solid #555555;
                                   width: 354%;
                                   margin: 0 20px;
                               }
                               .t-product_quick_order .heading h1 > span:before{
                                   right: 100%;
                               }
                               .t-product_quick_order .heading h1 > span:after{
                                   left: 100%;
                               }

                               .t-product_quick_order .details h2{
                                color:#003049;
                                text-transform: uppercase;
                                margin-top: 10px;
                                font-family: 'Lato', sans-serif;
                            }
                            .t-product_quick_order .details h3{
                                text-transform: uppercase;
                                color:#003049;
                                font-weight: 600;
                                font-family: 'Lato', sans-serif !important;
                                font-size: 1.2rem;
                            }
                            .t-product_quick_order .details .form-group .input{
                                width: 100%;
                                margin-top: 10px !important;
                            }
                            .t-product_quick_order .details .form-group input{
                                padding:25px 15px;
                            }
                            .t-product_quick_order .details .form-group input, select, textarea{
                                color: black;
                            }
                            .t-product_quick_order .details .form-group select{
                                height:50px;
                            }
                            .t-product_quick_order .details .form-group input[type="radio"]{
                                margin-left: 12px;
                                margin-right: 2px;
                            }

                            .t-product_quick_order .details .form-group input[type="tel"]{
                                margin-top: 0 !important;
                            }
                            .t-product_quick_order .details .form-group .form-check-inline {
                                display: inline;
                            }
                            .t-product_quick_order .details .form-group label {
                                font-weight: 800;
                                font-family: 'Lato', sans-serif !important;;
                                font-size: 1.0rem;
                                margin-bottom: 0;
                            }
                            .t-product_quick_order .details .form-group .label{
                                margin-bottom: 10px !important;
                            }

                            .t-product_quick_order .details .form-group textarea{
                                margin-top: 20px;
                                border-radius: 0%;
                            }

                            .t-custom-enquiry{
                                overflow: hidden;
                                text-align: center;
                                color: #003049;
                                text-transform: uppercase;
                                margin-top: 15px;
                                font-family: 'Oswald-Bold';
                            }
                            .t-custom-enquiry .heading hr{

                                border-top: 5px solid #003049;
                                                width: 10%;
                                                margin: 24px auto;
                            }.t-custom-enquiry .details{
                                font-family: 'Baloo Tamma 2', cursive;
                                    text-align: justify;
                                    font-size:18px;
                                }

                            .t-custom-enquiry .input{
                                width: 100%;
                                margin-top: 10px !important;
                            }
                            .t-custom-enquiry input{
                                padding:25px 15px;
                            }
                            .t-custom-enquiry input, select, textarea{
                                color: black;
                            }
                            .t-custom-enquiry select{
                                height:50px;
                            }

                            .t-custom-enquiry .form-control{
                                border-radius: 0%;
                            }

                            .t-custom-enquiry .submit button{
                                padding-bottom:25px;
                                border: none;
                                background-color:#003049;
                                color: white;
                                padding: 10px 25px;
                                margin-top: 35px;
                                margin-bottom: 25px;
                             }

                            .t-product_details .heading h1{
                                overflow: hidden;
                                text-align: center;
                                color: #003049;
                                text-transform: uppercase;
                                margin-top: 15px;
                                font-family: 'Oswald-Bold';
                                font-size: 2.6rem;
                                font-weight: 800;
                            }
                            .t-product_details .heading hr{
                                border-top: 5px solid #003049;
                                                width: 10%;
                                                margin: 24px auto;
                            }

                            .t-product_details .heading h1 > span{
                               position: relative;
                               display: inline-block;
                           }
                           .t-product_details .heading h1 > span:before, .t-product_details .heading h1 > span:after{
                               content: '';
                               position: absolute;
                               top: 50%;
                               border-bottom: 2px solid #555555;
                               width: 354%;
                               margin: 0 20px;
                           }
                           .t-product_details .heading h1 > span:before{
                               right: 100%;
                           }
                           .t-product_details .heading h1 > span:after{
                               left: 100%;
                           }

                           .t-product_details .details {
                            color: #000;
                            font-family: 'Lato', sans-serif !important;
                        text-align: justify;
                        font-size: 17px;
                        margin-top: .5rem;
                        margin-bottom: .5rem;
                            }
                            .t-product_details .details h2{
                            color: #003049;
                            font-family: 'Lato', sans-serif;
                            text-transform: uppercase;
                            font-size: 1.6rem;
                             font-weight: 600;
                            }
                            .t-product_details .details ul{
                            padding-left: 20px;
                            }


                            .t-product_details .new-label{
                                position: absolute;
                                top:22px;
                                font-family: 'Lato', sans-serif;
                                font-size:12px;
                                font-weight: 300;
                                padding:0px 7px 1px 7px;
                                color: white;
                                line-height: 1.2;text-transform: uppercase;
                                background-color: #003049;
                                left:22px;
                            }

                            .t-product_details .name{
                                color: #000;
                                    font-weight: 900;
                                    font-family: 'Oswald-Bold';
                                    font-size: 1.7rem;
                                }
                                .t-product_details .model{
                                color: #003049;;
                                font-weight: 900;
                                font-family: 'Lato', sans-serif;
                                    font-size: 1.0rem;
                                }
                                .t-product_details .title{
                                    color: #000 !important;
                                     font-size: 18px;
                                }
                                .t-product_details .title a{
                                    color: #000 !important;
                                     font-size: 16px;
                                }

.t-product_details .dform .input{
    text-align: left;
    height:46px ;
    max-width:90px;
    text-align:left;
    border-radius:0%;
}
.welcome_img{ border-radius: 50px 0px 50px 0px;}

.product-grid{
    background-color: #fff;
    font-family:'Outfit', sans-serif;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease 0s;
    border: 2px solid #ccc;
    margin-bottom: 30px;
}
.product-grid:hover{
    transform: translateY(-10px);
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15);
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-new-label,
.product-grid .product-discount-label{
    color:#fff;
    background:#11b196;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 5px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-grid .product-discount-label{ background:#003049; }
.product-grid .product-links{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.product-grid .product-image:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
    margin: 0 2px;
    display: inline-block;
}
.product-grid .product-links li a{
    color:#000;
    background:#fff;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.product-grid .product-links li a:hover{
    color:#fff;
    background: #003049;
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background: #000;
    font-size: 12px;
    line-height: 22px;
    padding: 1px 7px;
    border-radius: 5px 5px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    top: -30px;
    left: 50%;
    transition: all 0.3s ease;
}
.product-grid .product-links li a:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius:0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    right: 50px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;
}
.product-grid .product-content{ padding: 12px 12px 2px; }
.product-grid .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #003049; text-decoration: none; }
.product-grid .price{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.product-grid .price span{
    color: #8b8b8b;
    font-weight: 500;
    text-decoration: line-through;
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}










.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.t-newslater{ background: #003049;}
.t-newslater .stay_text{ color: #fff; font-style: italic;}
.t-newslater .stay_text h1{font-family: 'Oswald-Bold';}


   .t-carousel h1{
       color: #003049;
        font-family: 'Oswald-Bold';
       text-transform: uppercase;
       font-size: 1.7rem;
       font-style: italic;
    }
    .t-carousel .item{
        margin-top: 15px;
        height: 375px;
    }
    .t-carousel .product-grid .add-to-cart{
        bottom: 17px;
    }
    .t-carousel .navigation{
       text-align: right;
       margin-top:12px;
     }
     .t-carousel .navigation a{
       text-decoration: none;
       color: rgb(255, 255, 255);
       cursor: pointer;
       margin: 4px;
       background-color:#003049;
         border-radius: 10%;
         padding: 7px;
         font-size: medium;
     }

     .t-catagories .heading h1{
        overflow: hidden;
        text-align: center;
        color: #003049;
        text-transform: uppercase;
        margin-top: 15px;
        font-family: 'Oswald-Bold';
        font-size: 2.6rem;
    }
    .t-catagories .heading hr{
        border-top: 5px solid #003049;
    width: 10%;
    margin: 24px auto;
    }
        .t-catagories .heading h1 > span{
           position: relative;
           display: inline-block;
       }
       .t-catagories .heading h1 > span:before, .t-catagories .heading h1 > span:after{
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid #555555;
        width: 354%;
        margin: 0 20px;
    }
    .t-catagories .heading h1 > span:before{
        right: 100%;
    }
    .t-catagories .heading h1 > span:after{
        left: 100%;
    }


    .t-welcome .readmore{
        margin-top: 20px;
        background: #003049;
        color: #000;
        padding: 8px 25px;
        text-decoration: none;
        float: left;
    }
     .t-welcome .heading h1{
        overflow: hidden;
        color: #003049;
        text-transform: uppercase;
        margin-top: 15px;
        font-family: 'sofiapro';
        font-size: 40px;
    }
    .t-welcome .heading hr{
         border-top: 0px solid #003049;
         width: 15%;
    }

    .t-welcome .heading h1 > span{
       position: relative;
       display: inline-block;
   }

   .t-welcome .heading h1 > span:before, .t-welcome .heading h1 > span:after{
       content: '';
       position: absolute;
       top: 50%;
       border-bottom: 2px solid #555555;
       width: 354%;
       margin: 0 20px;
   }
   .t-welcome .heading h1 > span:before{
       right: 100%;
   }
   .t-welcome .heading h1 > span:after{
       left: 100%;
   }

   .t-welcome .details{
    font-family: 'sofiapro_light';
    text-align: left;
    font-size:16px;
    color: #303030;
    float: left;
    }
    .t-welcome .details h2{
    color: #003049;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
     font-weight: 600;
    }
    .t-welcome .details ul{
    padding-left: 20px;
    }
    .nav-pills .nav-item{margin: 5px;}
    .nav-pills .nav-link{ border: 1px solid #000; color: #000;}
    .nav-pills .nav-link:hover, .nav-link.active, .nav-pills .show > .nav-link {
        color: #003049!important;
        background-color: #fff !important;
        border: 1px solid #003049;
    }

    .t-main_gallery-line{
     border-top: 0px solid #303030;
    }
    .t-main_gallery h3{
        color: #003049;
        font-weight: 900;
        font-family: 'Lato', sans-serif;
        font-size: 15px
    }

    .t-main_gallery .icon{
        color: #003049;
        font-weight: 900;
        font-size: 35px;
        padding: 5px 8px;
display: inline-block;
    }

    .t-main_gallery .content{
        color: #818181;
        font-family: 'Lato', sans-serif;
    text-align: justify;
    font-size: 17px;
    padding: 10px;
    display: inline-block;
    }


    .t-main_gallery img{

        max-height: 150px!important;
        max-width: 150px!important;

    }

    .t-main_images .view {
        width: 300px;
        height: 200px;
        margin: 10px 3px;
        float: left;

        overflow: hidden;
        position: relative;
        text-align: center;

        cursor: default;
     }
     .effect .mask{border-color: rgba(255, 255, 94, 0.58) transparent transparent transparent;
        opacity: 0;
        overflow: visible;

        border-style: solid;
        border-width: 150px;
        width: 0;
        height: 0;
        -moz-transform: translateY(-125px);
        -webkit-transform: translateY(-125px);
        -o-transform: translateY(-125px);
        -ms-transform: translateY(-125px);
        transform: translateY(-125px);
        -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
        -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
        -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
        transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;}
     .t-main_images .view .mask, .view .content {
        width: 300px;
        height: 200px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
     }
     .t-main_images .view img {
        display: block;
        position: relative;
     }
     .t-main_images .view a.info {
        background:url(../../../assets/css3-hover-effects/img/link.png) center no-repeat;
        display: inline-block;
        text-decoration: none;
        padding:0;
        text-indent:-9999px;
        width:20px;
        height:20px;
     }

     .featured_categories {
        margin: auto;
        position: relative;
      }

      .featured_categories .owl-nav{
        overflow: hidden;
        height: 0px;
      }

      .featured_categories .item {
          text-align: center;

      }
      .featured_categories .nav-btn{
          height: 47px;
          position: absolute;
          width: 26px;
          cursor: pointer;
          top: 45% !important;
      }

      .featured_categories .owl-prev.disabled,
      .featured_categories .owl-next.disabled{
        pointer-events: none;
        opacity: 0.2;
      }

      .featured_categories .prev-slide{
          color: #003049;
          left: 22px;
      }
      .featured_categories .next-slide{
        color: #003049;
          right: 20px;
      }
      .featured_categories .prev-slide:hover{
        color: #003049;
      }
      .featured_categories .next-slide:hover{
        color: #003049;
      }

      .box{
        margin-top: 30px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 5px #a3a3a3;
    }
    .box:before{
        content: "";
        width: 80%;
        height: 220%;
        background: #003049;
        position: absolute;
        top: -50%;
        left: -100%;
        z-index: 1;
        transform: rotate(25deg);
        transform-origin: center top 0;
        transition: all 0.5s ease 0s;
    }
    .box:hover:before{
        left: 10%;
    }
    .box:after{
        content: "";
        width: 55%;
        height: 175%;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        bottom: -1000%;
        left: 53%;
        transform: rotate(-33deg);
        transform-origin: center bottom 0;
        transition: all 0.8s ease 0s;
    }
    .box:hover:after{
        bottom: -70%;
    }
    .box img{
        width: 100%;
        height: auto;
    }
    .box .box-content{
        width: 100%;
        position: absolute;
        top: -100%;
        left: 0;
        color: #fff;
        padding: 0 20px;
        z-index: 2;
        transition: all 1.1s ease 0s;
    }
    .box:hover .box-content{
        top: 30px;
    }
    .box .title{
        text-transform: uppercase;
        font-size: 24px;
        margin: 0;
    }
    .box .post{
        display: inline-block;
        font-size: 14px;
        text-transform: capitalize;
        margin-top: 5px;
    }
    .box .icon{
        width: 100%;
        list-style: none;
        padding: 0 20px;
        margin: 0;
        position: absolute;
        bottom: -100%;
        left: 0;
        z-index: 2;
        transition: all 1.1s ease 0s;
    }
    .box:hover .icon{
        bottom: 25px;
    }
    .box .icon li{
        display: inline-block;
    }
    .box .icon li a{
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #444;
        border-radius: 50%;
        margin: 0 3px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        transition: all 0.5s ease 0s;
    }
    .box .icon li a:hover{
        background: #fff;
        color: #003049;
    }
    @media only screen and (max-width:990px){
        .box{ margin-bottom: 30px; }
    }
    @media only screen and (max-width:479px){
        .box .title{ font-size: 20px; }
    }






    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        z-index: 99;
    }

.news_bg{background-image: linear-gradient(to left,rgba(0,48,73,1), rgba(0,0,0,1));}
.news_text{font-family: 'sofiapro'; color: #fff;}
.boder{ border-radius: 0px !important;}

.box1{
    background: #003049;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.box1:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.box1 img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1);
    transition: all .8s;
}
.box1:hover img{
    opacity: 0.3;
    filter: grayscale(100%);
}
.box1 .box-content1{
    width: 100%;
    text-align: center;
    overflow: hidden;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.box1 .box-content1 .content{ overflow: hidden; }
.box1 .title{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    transform: translateY(250%);
    transition: all 0.6s ease 0s;
}
.box1 .post{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px;
    display: block;
    transform: translateY(250%);
    transition: all 0.6s ease 0s;
}
.box1:hover .title,
.box1:hover .post{
    transform: translateY(0);
}
.box1 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.box1 .icon li{
    margin: 0 4px;
    display: inline-block;
    transform: translateY(-150%);
    transition: all 0.6s ease 0s;
}
.box1:hover .icon li{ transform: translateY(0); }
.box1 .icon li a{
    color: #fff;
    font-size: 40px;
    line-height: 34px;

    border-radius: 50%;
    display: block;
    transition:all 0.3s ease 0s;
}
.alogo{text-align: center;}
@media only screen and (max-width:350px){
  .alogo{text-align: left; width: 250px;}
  .nav button{text-align:right;}
  .navbar-toggler{text-align:right;}
  .t-header .menu a {
    color: #000;
    text-decoration: none;
    font-family: 'Oswald-SemiBold';
    font-size: 16px;
    width: 100%;
    padding: 6px 15px;
}
  .t-header .bottom{
        background-color: #ffffff;
               color: #000;
               letter-spacing: 1px;
             transition: all 0.3s ease 0s;
             padding: 0px 0px 0px 0px;
      text-align: right;
         }

}

@media only screen and (max-width:990px){
    .box1{ margin: 0 0 30px; }
}
.btn-danger{ background-color: #003049; border-color: #003049;}
:hover.btn-danger{ background-color: #003049;border-color: #003049;}

.btn-danger1{ background-color: #000; color: #fff;}
:hover.btn-danger1{ background-color: #003049; color: #fff;}

