@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
@import url(../css/nav.css);
@font-face {
  font-family: 'Athletic';
  src: url("../fonts/Athletic.woff2") format("woff2"), url("../fonts/Athletic.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  padding: 0;
  margin: 0;
}

.mobile_left,
.sidenav,
.moblink {
  display: none;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

a:hover {
  text-decoration: none;
}

.my-padd {
  padding-top: 10px;
}

.myflex-deriction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

header .top-bar {
  padding: 15px 0;
}

header .top-bar .top-right {
  text-align: right;
  padding: 28px 0;
}

header .top-bar .top-right ul {
  margin: 0;
  padding: 0;
}

header .top-bar .top-right ul li {
  display: inline-block;
  list-style: none;
  border-left: 1px solid #d0d0d0;
  padding: 0 5px;
}

header .top-bar .top-right ul li i {
  font-size: 16px;
  padding-right: 13px;
}

header .top-bar .top-right ul li a {
  font-size: 13px;
  color: #2d2d2d;
}

header .top-bar .top-right ul li a i {
  font-size: 18px;
  position: relative;
}

header .top-bar .top-right ul li a i span {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background: #ed3237;
  text-align: center;
  position: absolute;
  right: 0;
  top: -7px;
}

header .top-bar .top-right ul li a:hover {
  color: #ed3237;
}

header .top-bar .top-right ul li .goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  font-size: 13px !important;
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  zoom: 1;
  *display: inline;
}

header .top-bar .top-right ul li .goog-te-gadget-icon {
  background-image: url(../images/globe.png) !important;
  background-position: 0 0 !important;
  background: no-repeat;
}

header .top-bar .top-right ul li .goog-te-gadget-simple .goog-te-menu-value span {
  text-decoration: none;
  font-size: 13px !important;
  color: #2d2d2d !important;
}

header .top-bar .top-right ul li .goog-te-gadget-icon {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: 16px !important;
  height: 19px !important;
}

header .top-bar .top-right ul li .goog-te-menu-value {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

header .top-bar .top-right ul li:first-child {
  border: 0;
}

header .navbars {
  background: #ed3237;
}

header .navbars .top_nav_items {
  text-align: left;
}

header .navbars .top_nav_items ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

header .navbars .top_nav_items ul li {
  display: inline-block;
  list-style-type: none;
}

header .navbars .top_nav_items ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 19px;
}

header .navbars .top_nav_items ul li a:hover {
  background: #2d2d2d;
}

header .navbars .top_nav_items ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: none;
  width: 205px;
  z-index: 999;
  background: red;
  border: 0px solid #e4e4e4;
  padding: 0 0 0 0;
  border-bottom: 0px;
}

header .navbars .top_nav_items ul li ul li {
  display: block;
  text-align: left;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.0s;
  transition: 0.0s;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

header .navbars .top_nav_items ul li ul li a {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #fff;
}

header .navbars .search-box form {
  position: relative;
}

header .navbars .search-box form input {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
  color: #fff !important; 
  border: none;
  outline: none;
  background: #dd2126;
  padding: 0 20px;
  position: relative;
}
header .navbars .search-box form input::placeholder{ color:#fff !important;}

header .navbars .search-box form button {
  outline: none;
  border: none;
  background: transparent;
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 18%;
  right: 12px;
}

.carousel-control-next,
.carousel-control-prev {
  background: transparent;
  border: 0;
}

.cate_main {
  padding-bottom: 10px;
}

.cate_main .inner-cate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 10px;
}

.cate_main .inner-cate .cate-name h4 {
  font-size: 48px;
  color: #373435;
  font-family: "Athletic";
}

.cate_main .inner-cate .cate-name p {
  font-size: 14px;
  text-align: justify;
  color: #2d2d2d;
  padding-bottom: 25px;
}

.cate_main .inner-cate .cate-name a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  width: 157px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2d2d2d;
  border-radius: 25px;
}

.cate_main .inner-cate .cate-name:hover a {
  background: #ed3237;
  border-radius: 0;
}

.cate_main .inner-cate .cate-name:hover ~ .cate-img img {
  -webkit-transition: all 5s cubic-bezier(0, 0, 0.1, 1);
  transition: all 5s cubic-bezier(0, 0, 0.1, 1);
  -webkit-transform: rotate(0) scale(1.1);
          transform: rotate(0) scale(1.1);
}

.cate_main .inner-cate .cate-img {
  overflow: hidden;
}

.cate_main .inner-cate .cate-img img {
  overflow: hidden;
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.cat-box {
  position: relative;
}

.cat-box .cat-text {
  text-align: center;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
}

.cat-box .cat-text h4 {
  font-size: 48px;
  color: #373435;
  font-family: "Athletic";
}

.cat-box .cat-text p {
  font-size: 16px;
  color: #2d2d2d;
  padding-bottom: 25px;
}

.cat-box .cat-text a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  width: 157px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2d2d2d;
  border-radius: 25px;
}

.cat-box .cat-text a:hover {
  background: #ed3237;
  border-radius: 0;
}

.feature_prod {
  text-align: center;
  padding: 40px 0 15px 0;
}

.feature_prod h2 {
  font-size: 48px;
  color: #373435;
  font-family: "Athletic";
}

.feature_prod p {
  font-size: 16px;
  color: #2d2d2d;
  padding-bottom: 30px;
}

.feature_prod .inner_prod {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  border: 1px solid #ebebeb;
  padding: 0 13px 13px 13px;
  margin-bottom: 25px;
}

.feature_prod .inner_prod .prod_img {
  overflow: hidden;
  padding: 15px 0 15px 0;
}

.feature_prod .inner_prod .prod_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .inner_prod .prod_name {
  text-align: center;
}

.feature_prod .inner_prod .prod_name h3 {
  font-size: 16px;
  color: #373435;
  font-weight: 600;
}

.feature_prod .inner_prod .prod_name p {
  font-size: 14px;
  color: #373435;
  font-weight: 600;
  padding-bottom: 10px;
}

.feature_prod .inner_prod .prod_name .cat-btn {
  font-size: 14px;
  color: #373435;
  text-transform: uppercase;
  display: inline-block;
  background: #ebebeb;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
}

.feature_prod .inner_prod:hover {
  border: 1px solid #ed3237;
}

.feature_prod .inner_prod:hover .prod_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .inner_prod:hover .prod_name .cat-btn {
  background: #ed3237;
  color: #fff;
}

.about_main {
  background: url(../images/abt-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0px;
}

.about_main .about-left h4 {
  font-size: 18px;
  color: #373435;
  text-transform: uppercase;
}

.about_main .about-left h4 span {
  display: block;
  font-family: "Athletic";
  font-size: 48px;
}

.about_main .about-left p {
  color: #373435;
  font-size: 15px;
  text-align: justify;
  padding-bottom: 25px;
}

.about_main .about-left p span {
  display: block;
  color: #ed3237;
  font-weight: 600;
}

.about_main .about-left a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  width: 157px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2d2d2d;
  border-radius: 25px;
}

.about_main .about-left a:hover {
  background: #ed3237;
  border-radius: 0;
}

.certificate-box {
  text-align: center;
  padding: 50px 0;
}

.certificate-box h1 {
  font-size: 48px;
  color: #373435;
  font-family: "Athletic";
}

.certificate-box p {
  font-size: 16px;
  color: #2d2d2d;
  padding-bottom: 25px;
}

footer .top-footer {
  background: #373435;
  padding: 70px 0 10px 0;
}

footer .top-footer .inner-link h2 {
  font-size: 16px;
  color: #ed3237;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700;
}

footer .top-footer .inner-link .d-flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer .top-footer .inner-link .d-flex i {
  font-size: 13px;
  color: #ed3237;
}

footer .top-footer .inner-link .d-flex .flex-body {
  margin-left: 10px;
}

footer .top-footer .inner-link .d-flex .flex-body p {
  font-size: 14px;
  color: #8e8e8e;
}

footer .top-footer .inner-link .d-flex .flex-body p span {
  color: #fff;
  display: block;
}

footer .top-footer .inner-link .d-flex .flex-body p a {
  font-size: 14px;
  color: #8e8e8e;
}

footer .top-footer .inner-link .d-flex .flex-body p a:hover {
  color: #ed3237;
}

footer .top-footer .inner-link .foot-social {
  margin-top: 20px;
}

footer .top-footer .inner-link .foot-social li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
}

footer .top-footer .inner-link .foot-social li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
}

footer .top-footer .inner-link .foot-social li a i {
  font-size: 18px;
  color: #fff;
}

footer .top-footer .inner-link .foot-social li:nth-of-type(1) a {
  background: #00aeef;
}

footer .top-footer .inner-link .foot-social li:nth-of-type(1) a:hover {
  background: #ed3237;
}

footer .top-footer .inner-link .foot-social li:nth-of-type(2) a {
  background: #045ab1;
}

footer .top-footer .inner-link .foot-social li:nth-of-type(2) a:hover {
  background: #ed3237;
}

footer .top-footer .inner-link .foot-social li:nth-of-type(3) a {
  background: #ed1c24;
}

footer .top-footer .inner-link .foot-social li:nth-of-type(3) a:hover {
  background: #ed3237;
}

footer .top-footer .inner-link ul li {
  list-style: none;
  display: block;
  line-height: 26px;
}

footer .top-footer .inner-link ul li a {
  font-size: 14px;
  color: #8e8e8e;
}

footer .top-footer .inner-link ul li a:hover {
  color: #ed3237;
}

footer .top-footer .inner-link p {
  font-size: 14px;
  color: #8e8e8e;
}

footer .top-footer .inner-link form {
  margin-top: 15px;
}

footer .top-footer .inner-link form input {
  display: inline-block;
  border: 0;
  outline: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  font-size: 13px;
  border-radius: 4px;
}

footer .top-footer .inner-link form button {
  margin-top: 20px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #ed3237;
  display: inline-block;
  width: 140px;
  height: 56px;
  line-height: 56px;
  color: #373435;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .top-footer .inner-link form button i {
  font-size: 24px;
}

footer .top-footer .inner-link form button:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .bottom-footer {
  background-color: #373435;
  padding: 25px 0px;
}

footer .bottom-footer .copy_right p {
  font-size: 14px;
  color: #8e8e8e;
}

footer .bottom-footer .design {
  text-align: right;
}

footer .bottom-footer .design p {
  font-size: 14px;
  color: #8e8e8e;
}

footer .bottom-footer .design p a {
  font-size: 14px;
  color: #8e8e8e;
}

footer .bottom-footer .design p a:hover {
  color: #ed3237;
}

.top-right ul li p{
	display:inline-block;
}

@media screen and (min-width: 1700px) {
  .container-xxl {
    max-width: 1600px;
  }
}

@media screen and (max-width: 1699px) {
  .container-xxl {
    max-width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

@media screen and (max-width: 1399px) {
  header .navbars .top_nav_items ul li a {
    font-size: 13px;
    padding: 0 11px;
  }
  .cate_main .inner-cate .cate-name h4 {
    font-size: 40px;
  }
  .cate_main .inner-cate .cate-name p {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 13px;
    width: 144px;
  }
  .cat-box .cat-text h4 {
    font-size: 40px;
  }
  .cat-box .cat-text p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .about_main .about-left h4 span {
    font-size: 40px;
  }
  .about_main .about-left p {
    font-size: 13px;
  }
  .certificate-box h1 {
    font-size: 40px;
  }
  .certificate-box p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .feature_prod h2 {
    font-size: 40px;
  }
  .feature_prod p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  header .navbars .top_nav_items ul li a {
    font-size: 12px;
    padding: 0px 6px;
  }
  .cate_main .inner-cate .cate-name h4 {
    font-size: 28px;
  }
  .cate_main .inner-cate .cate-name p {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 12px;
    width: 125px;
    height: 40px;
    line-height: 40px;
  }
  .cat-box .cat-text h4 {
    font-size: 28px;
  }
  .cat-box .cat-text p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .cat-box .cat-text a {
    font-size: 12px;
    width: 125px;
    height: 40px;
    line-height: 40px;
  }
  .feature_prod h2 {
    font-size: 28px;
  }
  .feature_prod p {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 14px;
  }
  .feature_prod .inner_prod .prod_name p {
    font-size: 12px;
  }
  .feature_prod .inner_prod .prod_name .cat-btn {
    font-size: 12px;
  }
  .about_main {
    padding: 30px 0px;
    background-position: -312px 0;
  }
  .certificate-box {
    padding: 30px 0;
  }
  footer .top-footer {
    padding: 40px 0;
  }
  footer .top-footer .inner-link form input {
    height: 48px;
    line-height: 48px;
  }
  footer .top-footer .inner-link form button {
    margin-top: 10px;
    width: 139px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  footer .top-footer .inner-link form button i {
    font-size: 22px;
  }
  footer .bottom-footer {
    padding: 15px 0px;
  }
  footer .top-footer .inner-link .d-flex .flex-body p {
    font-size: 13px;
  }
  footer .top-footer .inner-link .d-flex .flex-body p a {
    font-size: 13px;
  }
  footer .top-footer .inner-link ul li a {
    font-size: 13px;
  }
  footer .top-footer .inner-link ul li {
    line-height: 24px;
  }
  footer .top-footer .inner-link p {
    font-size: 13px;
  }
  footer .top-footer .inner-link h2 {
    padding-bottom: 15px;
  }
  footer .bottom-footer .copy_right p {
    font-size: 13px;
  }
  footer .bottom-footer .design p {
    font-size: 13px;
  }
  footer .bottom-footer .design p a {
    font-size: 13px;
  }
  .about_main .about-left a {
    font-size: 12px;
    width: 125px;
    height: 40px;
    line-height: 40px;
  }
  .certificate-box h1 {
    font-size: 28px;
  }
  .certificate-box p {
    font-size: 13px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mobile_left,
  .sidenav,
  .moblink {
    display: block;
  }
  header .top-bar .top-right ul li i {
    font-size: 14px;
    padding-right: 5px;
  }
  header .top-bar .top-right ul li a {
    font-size: 12px;
  }
  header .top-bar .top-right ul li a i span {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 16px;
  }
  header .navbars .top_nav_items {
    text-align: left;
    display: none;
  }
  header .navbars .search-box form {
    display: none;
  }
  header .top-bar .top-right {
    display: none;
  }
  .about_main {
    padding: 30px 0px;
    background-position: -110px 0;
  }
  footer .top-footer .inner-link .foot-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
  }
  footer .top-footer .inner-link .d-flex .flex-body {
    margin-left: 5px;
  }
  header .top-bar {
    padding: 5px 0;
  }
}

@media screen and (max-width: 949px) {
  .cate_main .inner-cate .cate-name h4 {
    font-size: 20px;
  }
  .cate_main .inner-cate .cate-name p {
    font-size: 11px;
    padding-bottom: 10px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 11px;
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .cate_main .inner-cate .cate-name h4 {
    font-size: 22px;
  }
  .cate_main .inner-cate .cate-name p {
    font-size: 11px;
    padding-bottom: 10px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 11px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .cat-box .cat-text h4 {
    font-size: 24px;
  }
  .cat-box .cat-text p {
    font-size: 11px;
    padding-bottom: 10px;
  }
  .cat-box .cat-text a {
    font-size: 11px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .feature_prod {
    text-align: center;
    padding: 20px 0 5px 0;
  }
  .about_main .about-left p {
    font-size: 12px;
  }
  .about_main .about-left h4 span {
    font-size: 24px;
  }
  .about_main .about-left h4 {
    font-size: 14px;
    color: #373435;
    text-transform: uppercase;
  }
  .about_main {
    background: #ebebeb;
  }
  .certificate-box {
    padding: 20px 0;
  }
  .certificate-box h1 {
    font-size: 24px;
  }
  .certificate-box p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .cate_main .inner-cate .cate-name h4 {
    font-size: 24px;
  }
  .cate_main .inner-cate .cate-name p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 12px;
    width: 125px;
    height: 40px;
    line-height: 40px;
  }
  .cate_main .inner-cate .cate-name {
    padding: 0 50px;
  }
  footer .top-footer .inner-link {
    padding-bottom: 10px;
  }
  footer .bottom-footer .copy_right p {
    font-size: 13px;
    text-align: center;
  }
  footer .bottom-footer .design p {
    font-size: 13px;
    text-align: center;
  }
  .custom-flex {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .custom-none {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
  }
}

@media screen and (max-width: 575px) {
  .cate_main .inner-cate .cate-name {
    padding: 0 5px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 12px;
    width: 105px;
    height: 30px;
    line-height: 30px;
  }
  .moblink ul {
    margin: 0;
    padding-top: 10px;
  }
  .moblink ul li a {
    font-size: 16px;
    background: #373435;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 375px) {
  .cate_main .inner-cate .cate-name h4 {
    font-size: 18px;
  }
  .cate_main .inner-cate .cate-name p {
    font-size: 10px;
    padding-bottom: 5px;
  }
  .cate_main .inner-cate .cate-name a {
    font-size: 10px;
    width: 90px;
    height: 25px;
    line-height: 25px;
  }
  .moblink ul {
    margin: 0;
    padding-top: 5px;
  }
  .moblink ul li a {
    font-size: 12px;
    background: #373435;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .cat-box .cat-text h4 {
    font-size: 18px;
  }
  .cat-box .cat-text p {
    font-size: 9px;
    padding-bottom: 5px;
  }
  .cat-box .cat-text a {
    font-size: 10px;
    width: 95px;
    height: 30px;
    line-height: 30px;
  }
  .feature_prod h2 {
    font-size: 18px;
  }
  .feature_prod p {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .feature_prod .inner_prod .prod_name .cat-btn {
    font-size: 11px;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 13px;
  }
  .about_main .about-left p {
    font-size: 10px;
  }
  .about_main .about-left h4 {
    font-size: 12px;
  }
  .about_main .about-left h4 span {
    font-size: 18px;
  }
  .about_main .about-left a {
    font-size: 11px;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .about_main {
    padding: 20px 0px;
  }
  .certificate-box h1 {
    font-size: 18px;
  }
  .certificate-box p {
    font-size: 10px;
    padding-bottom: 10px;
  }
  footer .top-footer {
    padding: 20px 0;
  }
  footer .top-footer .inner-link h2 {
    padding-bottom: 10px;
  }
  footer .top-footer .inner-link ul li a {
    font-size: 11px;
  }
  footer .top-footer .inner-link ul li {
    line-height: 21px;
  }
  footer .top-footer .inner-link p {
    font-size: 11px;
  }
  footer .top-footer .inner-link h2 {
    font-size: 14px;
  }
  footer .top-footer .inner-link .foot-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  footer .top-footer .inner-link .foot-social li a i {
    font-size: 13px;
  }
}
/*# sourceMappingURL=layout.css.map */









.nxtbb{}
.nxtbb img{ max-width: 100% !important; height: auto !important;}











