@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Montserrat:wght@400;600&display=swap");
@font-face {
  font-family: 'Monotype Corsiva';
  src: url("../fonts/MonotypeCorsiva.woff2") format("woff2"), url("../fonts/MonotypeCorsiva.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #10004e;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}
.sidenav ul {
  margin: 0;
  padding: 0;
}
.sidenav ul li {
  list-style-type: none;
  display: block;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}
.sidenav ul li ul.dropdown-menu {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  position: relative;
}
.sidenav ul li ul.dropdown-menu li {
  background-color: #3feafd;
}
.sidenav ul li ul.dropdown-menu li a {
  font-size: 14px;
  color: #fff;
}

.catgry-top {
  text-align: center;
}

.catgry-top h6 {
  font-family: 'Monotype Corsiva';
  font-size: 36px;
  color: #181818;
  margin: 0;
}

.catgry-top h5 {
  font-size: 50px;
  font-weight: 700;
  color: #181818;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.catgry-top p {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.catgry-top a {
  display: block;
  width: 205px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #252525;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto;
}

body {
  font-family: "Josefin Sans";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

header .top-header {
  background: #10004e;
}

header .top-header .top-menu {
  text-align: right;
  position: relative;
}

header .top-header .top-menu ul {
  padding: 0;
  margin: 0;
}

header .top-header .top-menu ul li {
  display: inline-block;
  position: relative;
}
header .top-header .top-menu ul li a {
  font-family: 'Josefin Sans',
 sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0px 14px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  position: relative;
}
header .top-header .top-menu ul li ul{
  position: absolute;
  background:#10004e;
  width: 250px;
  z-index: 9;
  text-align: center;
  display: none;
}
header .top-header .top-menu ul li ul li{
  border-bottom: 1px solid #fff;
  width: 100%;
}
header .top-header .top-menu ul li ul li a{
  font-size: 14px;
}
header .top-header .top-menu ul li a:hover {
  color: #3feafd;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

header .top-header .top-menu ul li a span {
  position: absolute;
  right: 1px;
  top: -8px;
  background: #3feafd;
  color: #10004e;
  width: 15px;
  height: 15px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  border-radius: 7px;
}

header .top-header .top-menu ul li:last-child a {
  margin-left: 20px;
  font-size: 30px;
  display: block;
  width: 150px;
  height: 89px;
  line-height: 89px;
  text-align: center;
  background: #3feafd;
  color: #10004e;
}

header .top-header .top-menu ul li:last-child a:hover {
  background: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
header .top-header .top-menu ul li ul li a{
  width: 100%;
  height: 40px;
  line-height: 40px;
}
header .top-header .top-menu ul li ul li:last-child a{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background:transparent;
  margin-left: 0;
  color: #fff;
}
header .top-header .top-menu ul li ul li:last-child a:hover{
  background:transparent;
  color: #3feafd;
}
.main-banner {
  position: absolute;
  background: #10004e;
  width: 90px;
  height: 62%;
  z-index: 9;
}

.main-banner .baner-icon {
  text-align: center;
  padding: 45px 0;
}

.main-banner .baner-icon ul {
  padding: 0;
  margin: 0;
}

.main-banner .baner-icon ul li {
  list-style-type: none;
}

.main-banner .baner-icon ul li a {
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 15px 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-banner .baner-icon ul li:hover:nth-of-type(1) a {
  color: #00acee;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-banner .baner-icon ul li:hover:nth-of-type(2) a {
  color: #3b5998;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-banner .baner-icon ul li:hover:nth-of-type(3) a {
  color: #00acee;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-banner .baner-icon ul li:hover:nth-of-type(4) a {
  color: #FF0000;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-banner .baner-icon ul li:hover:nth-of-type(5) a {
  color: #075e54;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-banner .baner-icon ul li:hover:nth-of-type(6) a {
  color: #00aff0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.baner-text {
  position: absolute;
  z-index: 9;
  bottom: 13%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  left: -95px;
  background: #fff;
  width: 280px;
  height: 91px;
}

.baner-text h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 86px;
  margin: 0;
  padding-left: 28px;
}

.catgry-pro {
  padding: 50px 0;
}

.catgry-pro .catgry-top {
  text-align: center;
}

.catgry-pro .catgry-top h6 {
  font-family: 'Monotype Corsiva';
  font-size: 36px;
  color: #181818;
  margin: 0;
}

.catgry-pro .catgry-top h5 {
  font-size: 50px;
  font-weight: 700;
  color: #181818;
  margin: 0;
  padding-bottom: 30px;
}

.catgry-pro .catgry-main {
  text-align: left;
}

.catgry-pro .catgry-main .catgry-img {
  position: relative;
}

.catgry-pro .catgry-main .catgry-img span {
  border: 1px solid #10004e;
  position: absolute;
  width: 95%;
  height: 95%;
  left: 8px;
  right: 0;
  top: 11px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.catgry-pro .catgry-main .catgry-text h5 {
  font-size: 30px;
  font-weight: 700;
  color: #181818;
  margin: 0;
  padding: 25px 0 5px 0;
  text-transform: uppercase;
}

.catgry-pro .catgry-main .catgry-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #737373;
  margin: 0;
  padding-bottom: 22px;
}

.catgry-pro .catgry-main .catgry-text a {
  display: block;
  width: 169px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #10004e;
  background: transparent;
  border: 1px solid #10004e;
  -webkit-transition: 1s;
  transition: 1s;
}

.catgry-pro .catgry-main .catgry-text a:hover {
  background: #10004e;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.catgry-pro .catgry-main:hover .catgry-img span {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.hstry-pro .hstry-img {
  text-align: right;
  position: relative;
}

.hstry-pro .hstry-top .hstry-text {
  position: relative;
  z-index: -1;
}

.hstry-pro .hstry-top .hstry-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 155px;
  font-weight: 600;
  text-shadow: -1px -1px 0 #10004e, 1px -1px 0 #10004e, -1px 1px 0 #10004e, 1px 1px 0 #10004e;
  color: #fff;
  margin: 0;
}

.hstry-pro .hstry-top .hstry-text-2 {
  background: #181818;
  text-align: left;
  margin: -57px 0 0px -125px;
  width: 99%;
}

.hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 {
  padding: 7% 4% 7% 24%;
  z-index: -1;
}

.hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 h6 {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 p {
  font-size: 14px;
  font-weight: 400;
  color: #c1c1c1;
  margin: 0;
  padding: 5px 0 20px 0;
  text-align: justify;
}

.hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 a {
  display: block;
  width: 166px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #3feafd;
  color: #181818;
  text-transform: capitalize;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 a:hover {
  background: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.popu-pro {
  padding: 48px 0;
}

.popu-pro .fea-bros a {
  display: block;
  width: 225px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  border: 1px solid #10004e;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #10004e;
  margin: 0 auto;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.popu-pro .fea-bros a:hover {
  background: #10004e;
  color: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.fea-main {
  text-align: center;
  margin: 0 0 40px 0;
}

.fea-main .fea-img {
  background: #f6f8fa;
  overflow: hidden;
}

.fea-main .fea-img img {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main .fea-text {
  padding: 20px 0;
  border: 1px solid #f6f8fa;
  background: transparent;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main .fea-text h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #181818;
  margin: 0;
  padding-bottom: 10px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main .fea-text h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #adadad;
  margin: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main:hover .fea-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main:hover .fea-text {
  background: #10004e;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main:hover .fea-text h5 {
  color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.fea-main:hover .fea-text h6 {
  color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.main-acers .acers-top {
  text-align: center;
}

.main-acers .acers-top h6 {
  font-family: 'Monotype Corsiva';
  font-size: 36px;
  color: #181818;
  margin: 0;
  padding-bottom: 10px;
}

.main-acers .acers-top h5 {
  font-size: 50px;
  font-weight: 700;
  color: #181818;
  margin: 0;
  text-transform: uppercase;
}

.main-acers .acers-top p {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}

.main-acers .acers-top a {
  display: block;
  width: 195px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #252525;
  color: #fff;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-acers .acers-top a:hover {
  background: #10004e;
  color: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-arival {
  text-align: center;
  padding: 62px 0;
}

.main-arival .arival-text img {
  margin: -60px 0 0px 0;
}

.main-arival .arival-text h4 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 155px;
  font-weight: 600;
  text-shadow: -1px -1px 0 #10004e, 1px -1px 0 #10004e, -1px 1px 0 #10004e, 1px 1px 0 #10004e;
  color: #fff;
  margin: 0;
}

.main-search {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #111111), color-stop(29%, #fff));
  background: linear-gradient(90deg, #111111 60%, #fff 29%);
  padding: 100px 0;
}

.main-search .search {
  padding-left: 75px;
}

.main-search .search form {
  position: relative;
}

.main-search .search form input {
  width: 509px;
  height: 75px;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #474747;
  padding-left: 20px;
  border: 1px solid #4b4b4b;
  outline: none;
  background: transparent;
}

.main-search .search form input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #474747;
}

.main-search .search form input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #474747;
}

.main-search .search form input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #474747;
}

.main-search .search form input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #474747;
}

.main-search .search form button {
  width: 205px;
  height: 75px;
  background: #3feafd;
  color: #fff;
  font-family: 'Montserrat',
 sans-serif;
  font-size: 17px;
  font-weight: 700;
  border: none;
  position: absolute;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.main-search .search form button:hover {
  background: #10004e;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.main-search .search-lft {
  text-align: center;
}

.main-search .search-lft h6 {
  font-family: 'Monotype Corsiva';
  font-size: 36px;
  color: #181818;
  margin: 0;
  padding-bottom: 10px;
}

.main-search .search-lft h5 {
  font-size: 50px;
  font-weight: 700;
  color: #181818;
  margin: 0;
  text-transform: uppercase;
}

.main-search .search-lft p {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}

.prd-slider button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  color: #000;
  font-size: 20px;
  background-color: #e3e9f4 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prd-slider .owl-next {
  right: 0;
}

.prd-slider .owl-prev {
  left: 0;
}

.main-srvics {
  padding-bottom: 50px;
}

.main-srvics .srvics .d-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-srvics .srvics .d-flex .media-body {
  padding-left: 10px;
}

.main-srvics .srvics .d-flex .media-body h5 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #181818;
}

.main-srvics .srvics .d-flex .media-body p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #181818;
}

footer .last-foter {
  background: url(../images/foter-img.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

footer .last-foter .right-foter {
  background: #111111;
  padding: 40px 30px 0px 30px;
  margin-top: 90px;
}

footer .last-foter .right-foter .pls-text {
  padding-bottom: 40px;
  border-bottom: 1px solid #333333;
}

footer .last-foter .right-foter .pls-text h5 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

footer .last-foter .right-foter .pls-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

footer .last-foter .right-foter .last {
  padding: 40px 0;
  border-bottom: 1px solid #333333;
}

footer .last-foter .right-foter .last .contct-text {
  padding-bottom: 20px;
}

footer .last-foter .right-foter .last .contct-text h6 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

footer .last-foter .right-foter .last .last-contct .d-flex {
  padding: 10px 0;
}

footer .last-foter .right-foter .last .last-contct .d-flex i {
  font-size: 14px;
  color: #fff;
  padding: 5px 10px 0 0;
}

footer .last-foter .right-foter .last .last-contct .d-flex a {
  font-family: 'Montserrat',
 sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

footer .last-foter .right-foter .last .last-contct .d-flex a:hover {
  color: #3feafd;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

footer .last-foter .right-foter .last .last-contct .d-flex p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

footer .last-foter .right-foter .last .last-icon ul {
  padding: 0;
  margin: 0;
}

footer .last-foter .right-foter .last .last-icon ul li {
  display: inline-block;
  padding: 10px 7px 0px 0;
}

footer .last-foter .right-foter .last .last-icon ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

footer .last-foter .right-foter .last .last-icon ul li:hover:nth-of-type(1) a {
  background: #3b5998;
  color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

footer .last-foter .right-foter .last .last-icon ul li:hover:nth-of-type(2) a {
  background: #00acee;
  color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

footer .last-foter .right-foter .last .last-icon ul li:hover:nth-of-type(3) a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

footer .last-foter .right-foter .last .last-menu ul {
  padding: 0;
  margin: 0;
}

footer .last-foter .right-foter .last .last-menu ul li {
  list-style-type: none;
}

footer .last-foter .right-foter .last .last-menu ul li a {
  font-family: 'Montserrat',
 sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  display: block;
  padding: 5px 0;
}

footer .last-foter .right-foter .last .last-menu ul li a:hover {
  color: #3feafd;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

footer .last-foter .right-foter .fst {
  padding: 10px 0;
}

footer .last-foter .right-foter .fst .last-design p {
  font-family: 'Montserrat',
 sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 3px 0;
}

footer .last-foter .right-foter .fst .last-design p a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1450px) {
  .hstry-pro .hstry-top .hstry-text h4 {
    font-size: 150px;
  }
  .main-arival .arival-text h4 {
    font-size: 135px;
  }
  .main-search .search {
    padding-left: 0;
  }
  .main-banner .baner-icon ul li a {
    padding: 10px 0;
  }
}

@media (max-width: 1400px) {
  .hstry-pro .hstry-top .hstry-text h4 {
    font-size: 135px;
  }
  .hstry-pro .hstry-top .hstry-text-2 {
    margin: -57px 0 0px -70px;
    width: 100%;
  }
  .hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 {
    padding: 7% 4% 7% 16%;
  }
  .main-search {
    background: -webkit-gradient(linear, left top, right top, color-stop(64%, #111111), color-stop(29%, #fff));
    background: linear-gradient(90deg, #111111 64%, #fff 29%);
  }
}

@media (max-width: 1300px) {
  .main-banner .baner-icon {
    text-align: center;
    padding: 0px 0;
  }
  .catgry-pro .catgry-main .catgry-text h5 {
    font-size: 25px;
  }
  .hstry-pro .hstry-top .hstry-text h4 {
    font-size: 120px;
  }
  footer .last-foter .right-foter .fst .last-design p {
    font-size: 12px;
  }
  footer .last-foter .right-foter .fst .last-design p a {
    font-size: 12px;
  }
  footer .last-foter .right-foter .last .contct-text h6 {
    font-size: 15px;
  }
  footer .last-foter .right-foter .pls-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .hstry-pro .hstry-top .hstry-text h4 {
    font-size: 95px;
  }
  .main-banner .baner-icon ul li a {
    padding: 5px 0;
  }
  .main-arival .arival-text img {
    margin: -40px 0 0px 0;
  }
  .main-arival .arival-text h4 {
    font-size: 109px;
  }
  .main-search .search-lft h5 {
    font-size: 30px;
  }
  .main-search .search form input {
    width: 390px;
  }
  .hstry-pro .hstry-top .hstry-text-2 {
    margin: -40px 0 0px -70px;
  }
  .main-banner .baner-icon ul li a {
    font-size: 16px;
  }
  .main-acers .acers-top h5 {
    font-size: 40px;
  }
  footer .last-foter .right-foter .last .last-contct .d-flex a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  header .top-header .top-menu ul .d_none {
    display: none;
  }

  .baner-text {
    display: none;
  }
  .main-banner {
    height: 100%;
  }
  .main-banner .baner-icon ul li a {
    padding: 15px 0;
  }
  .catgry-pro .catgry-main .catgry-text h5 {
    font-size: 16px;
  }
  .catgry-pro .catgry-main .catgry-text p {
    font-size: 13px;
  }
  .catgry-pro .catgry-top h5 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .hstry-pro .hstry-img {
    text-align: left;
  }
  .hstry-pro .hstry-top .hstry-text-2 {
    margin: 25px 0 0px 0px;
  }
  .hstry-top {
    margin-top: 20px;
  }
  .hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 {
    padding: 7% 6%;
  }
  .main-arival .arival-text h4 {
    font-size: 70px;
  }
  .main-arival .arival-text img {
    margin: -25px 0 0px 0;
  }
  .main-search {
    padding: 50px 0;
    background: #000 !important;
  }
  .main-search .search-lft h6 {
    color: #fff;
  }
  .main-search .search-lft h5 {
    color: #fff;
  }
  .main-search .search-lft p {
    color: #fff;
  }
  .main-search .search form button {
    right: 0;
  }
  .main-search .search form input {
    width: 100%;
  }
  .main-search .search form button {
    width: 170px;
  }
  .srvics {
    padding-bottom: 20px;
  }
  .main-srvics {
    padding-bottom: 30px;
  }
  .fea-main {
    text-align: center;
    margin: 0 0 0px 0;
  }
}

@media (max-width: 768px) {
  header .top-header .top-menu ul li:last-child a {
    font-size: 25px;
    width: 50px;
    height: 59px;
    line-height: 59px;
  }
  .catgry-pro .catgry-top h5 {
    font-size: 26px;
  }
  .catgry-pro {
    padding: 30px 0 0 0;
  }
  .catgry-pro .catgry-main {
    margin-bottom: 24px;
  }
  .hstry-pro .hstry-top .hstry-text h4 {
    font-size: 60px;
  }
  .hstry-pro .hstry-top .hstry-text-2 .hstry-text-3 h6 {
    font-size: 35px;
  }
  .popu-pro {
    padding: 30px 0;
  }
  .catgry-top h5 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .popu-pro .fea-bros a {
    width: 180px;
    height: 59px;
    line-height: 59px;
    margin-top: 20px;
  }
  .main-acers .acers-top h5 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .main-acers .acers-top {
    margin-bottom: 30px;
  }
  .main-acers .acers-top a {
    width: 180px;
    height: 59px;
    line-height: 59px;
  }
  .main-arival {
    padding: 30px 0;
  }
  .main-arival .arival-text h4 {
    font-size: 35px;
  }
  .main-arival .arival-text img {
    margin: 10px 0 0px 0;
  }
  .main-search {
    padding: 30px 0;
  }
  .main-search .search-lft h5 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .main-search .search form button {
    width: 130px;
  }
  .main-srvics .srvics .d-flex .media-body p {
    font-size: 13px;
  }
  .main-srvics {
    padding-bottom: 0;
  }
  footer .last-foter .right-foter {
    padding: 30px 15px 0px 15px;
    margin-top: 0;
  }
  footer .last-foter .right-foter .pls-text h5 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  footer .last-foter .right-foter .pls-text p {
    font-size: 15px;
  }
  footer .last-foter .right-foter .last {
    padding: 30px 0 10px 0;
  }
  footer .last-foter .right-foter .pls-text {
    padding-bottom: 20px;
  }
  .last-icon {
    margin-bottom: 20px;
  }
  footer .last-foter .right-foter .last .contct-text {
    padding-bottom: 10px;
  }
  .last-menu {
    margin-bottom: 10px;
  }
  footer .last-foter .right-foter .fst .last-design p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }
  .last-img {
    text-align: center;
  }
  .main-banner .baner-icon ul li a {
    padding: 2px 0;
  }
  .main-banner {
    width: 40px;
  }
  .prd-slider button {
    width: 40px;
    height: 40px;
    font-size: 14px !important;
  }
}
/*# sourceMappingURL=layout.css.map */