/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "Prompt", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  /* background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%); */
}
header a {
  font-family: "Prompt", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* color: #ffffff; */
  color: rgb(253, 178, 0) !important;
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}

img {
  max-width: 100%;
}
p strong {
  color: #20ff00;
}
p strong em {
  color: rgb(0, 255, 255);
}
p strong u {
  color: #00ff93;
}
p b {
  color: rgb(255, 230, 0);
}
.pd-10 {
  padding: 10px;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
.data-plus {
  height: fit-content;
  position: relative;
  margin: 20px;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
}

.non-padding {
  padding: 0px !important;
}
/*----------------------new css --------------------*/
.dis-box {
  padding: 10px 0;
  display: block;
  text-align: center;
}
.dis-box p {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4b3600;
  border-radius: 10px;
}
.box-part {
  position: relative;
  background-color: transparent;
  height: fit-content;
  margin: 20px;
  padding: 40px;
}
.bd-radis {
  border: 4px solid #be9328;
  border-radius: 5px;
  padding-bottom: 20px;
}
.bd-box {
  border: 4px solid #be9328;
  border-radius: 50px;
}
#nav-moblie-show {
  display: none;
}

@media (max-width: 576px) {
  .box-part {
    margin: 0px !important;
  }
  #nav-moblie-show {
    display: flex;
    width: 100%;
    background: linear-gradient(to bottom, #d75110, #ff0000);
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 999;
  }
  #nav-moblie-show a {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #be9328;
  }
  #nav-moblie-show a span {
    color: #000000;
    font-size: 13px;
  }
  #nav-moblie-show a img {
    max-width: 33px;
    width: 100%;
  }
}

/*-------------------------------------------------------*/
/*---------------------
Helper CSS
 -----------------------*/

::-webkit-input-placeholder {
  text-align: center;
  font-family: "Prompt", sans-serif !important;
  font-size: 16px;
  color: #333333 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  font-family: "Prompt", sans-serif !important;
  font-size: 16px;
  color: #333333 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  font-family: "Prompt", sans-serif !important;
  font-size: 16px;
  color: #333333 !important;
}

:-ms-input-placeholder {
  text-align: center;
  font-family: "Prompt", sans-serif !important;
  font-size: 16px;
  color: #333333 !important;
}

.text-gradient-gold {
  background: -webkit-linear-gradient(#f3c256, #fdf795, #be9328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: black;
}

.text-gradient-silver {
  background: -webkit-linear-gradient(#ffffff, #9c9c9c);
  -webkit-background-clip: text;
  -webkit-text-stroke-color: black;
}

.text-white {
  color: #fff;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.set-bg-max {
  background-repeat: no-repeat;
  background-size: 101% 101%;
  background-position: center;
}

.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

.btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
  -moz-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
  box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
}

.btn:hover {
  -webkit-box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
  -moz-box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
  box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
}
.form-control {
  transition: all 0.3s;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(255, 159, 16, 0.53);
  -moz-box-shadow: 0px 20px 20px -20px rgba(255, 159, 16, 0.53);
  box-shadow: 0px 20px 20px -20px rgba(255, 159, 16, 0.53);
}
.form-control:hover {
  -webkit-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
  -moz-box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
  box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
}

.btn-line {
  font-size: 14px;
}
.btn-login {
  font-size: 21px;
}

.btn-register {
  font-size: 21px;
}

.btn-line-m {
  font-size: 20px;
}
.btn-login-m {
  font-size: 20px;
  /* background: linear-gradient(top,rgba(247, 90, 0, 0.966),#f5e2e2); */
}

.btn-register-m {
  font-size: 20px;
}

.border-radius {
  border-radius: 10px;
  border: none;
  padding-left: 60px;
  height: 50px;
}
.category-mobile {
  margin-top: 20px;
  /* padding:40px; */
}

.display-flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.align-center {
  text-align: center;
}

.text-word {
  word-break: break-word;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/*-------------------------------------------------------------------------

Navbar
---------------------------------------------------------------------------*/
.login-desktop {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.logo-header {
  width: 100%;
}
.input-login {
  width: 18%;
  margin: 10px;
  height: 45px;
}

.navbar {
  border: solid 4px #f26522;
  border-radius: 12px;
}

.header-part {
  padding: 20px;
  background: -webkit-linear-gradient(
    top,
    rgb(0, 0, 0) 0%,
    rgb(46, 0, 0) 83%,
    rgb(54, 0, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(0, 0, 0) 0%,
    rgb(46, 0, 0) 83%,
    rgb(54, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(0, 0, 0) 0%,
    rgb(46, 0, 0) 83%,
    rgb(54, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgb(0, 0, 0) 0%,
    rgb(46, 0, 0) 83%,
    rgb(54, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgb(46, 0, 0) 83%,
    rgb(54, 0, 0) 100%
  );
}
.input-size {
  width: 18%;
  margin: 10px;
}

.home_menu .menu_btn:hover a {
  color: #fff !important;
}
.main_menu .navbar {
  padding: 8px 0;
}
.main_menu .main-menu-item {
  text-align: center !important;
  justify-content: center !important;
}
.main_menu .main-menu-item ul li a {
  color: #fff !important;
  font-size: 18px;
  padding: 0 22px !important;
  font-family: "Prompt", sans-serif !important;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 0 16px !important;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media (max-width: 576px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
    font-size: 20px;
  }
}

.main_menu .main-menu-item ul li a:hover {
  color: #fff !important;
}
.home_menu {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar-toggler-icon {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 576px) {
  .navbar {
    border: none;
    border-radius: 12px;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .navbar {
    height: 40px;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #121212;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .home_menu {
    background: 0 0;
  }
  .no-padding-m {
    padding: 0px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #121212 !important;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}

/*******************************************************************************

Banner part
********************************************************************************/
.banner_part {
  position: relative;
}

.header-text-category {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  margin: 60px;
  color: #ffffff;
}

.head-bg {
  width: 100%;
}
/********************************************************************************
Mobile

********************************************************************************/
.icon-position-login {
  position: absolute;
  margin-top: 2%;
  margin-left: -14%;
  color: #ffffff;
  font-size: 16px;
}
.icon-position-register {
  position: absolute;
  margin-left: 6%;
  margin-top: 8%;
  color: #ffffff;
}
.icon-position-line {
  position: absolute;
  margin-left: 6%;
  margin-top: 8%;
  color: #ffffff;
}
.icon-position-user {
  position: absolute;
  margin-top: 16px;
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
.icon-position-pass {
  position: absolute;
  margin-top: 25px;
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
.card-login {
  display: none;
}

.logo .logo-head {
  display: block;
  padding: 10px;
  overflow: hidden;
  width: 120px;
  /* margin: auto; */
}
.box-h-casino {
  display: none;
}
@media (max-width: 579px) {
  .desktop {
    display: none;
  }
  .logo-header {
    display: none;
  }
  .header-part {
    background: none !important;
  }
  .btn {
    height: 50px;
    border-radius: 30px;
    border: 2px solid rgb(255 165 40);
    margin-top: 10px;
    background: linear-gradient(to top, #ff0000, #ff6666);
  }
  .input-login {
    margin: 0;
    width: 100%;
  }
  .box-h-casino {
    display: flex;
    font-size: 24px;
    justify-content: space-evenly;
    font-weight: 400;
  }
  .form-group {
    height: 50px;
  }

  .banner_part {
    background: none !important;
    height: 700px;
  }
  .card-login {
    margin-top: 20px;
    display: block;
    background-color: transparent;
    border: none;
  }
  .login-desktop {
    display: none;
  }
  .border-radius {
    border: 2px solid rgb(255 200 200);
    padding-left: 35px;
    height: 50px;
    border-radius: 30px;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .border-radius:focus {
    border: 2px solid rgb(255 200 200);
    background: rgba(0, 0, 0, 0.5);
  }
  .footer-img {
    max-width: 300px !important;
    max-height: 200px !important;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 20px !important;
    color: #f1f1f1 !important;
  }

  .form-control:-moz-placeholder {
    font-size: 20px !important;
    color: #f1f1f1 !important;
  }

  .form-control::-moz-placeholder {
    font-size: 20px !important;
    color: #f1f1f1 !important;
  }

  .form-control:-ms-input-placeholder {
    font-size: 20px !important;
    color: #f1f1f1 !important;
  }
}

@media (max-width: 460px) {
  #headder-form {
    background-position: top right;
    background-repeat: round;
    background-color: black;
  }
  .logo-mobile {
    width: 100%;
    margin: 0 !important;
  }

  .logo-mobile-bottom {
    width: 100%;
    margin: 0 !important;
    /* background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%); */
  }

  .logo {
    display: block;
  }
}

@media (max-width: 360px) {
  .box-h-casino {
    font-size: 16px;
  }
  .form-group {
    height: 40px;
  }
  .logo-mobile {
    margin: 0 !important;
    text-align: center;
  }

  .logo-desktop {
    width: 80%;
  }

  .logo-mobile-bottom {
    width: 100%;
    margin: 0 !important;
    /* background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(46, 0, 0) 83%, rgb(54, 0, 0) 100%); */
  }
  .card-login {
    margin-top: 0px !important;
  }
}

/*  Backend  */

.card-header {
  color: #fff;
  background: #ff0000;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 10px;
  border-bottom: 0;
  text-align: center;
}
.login-admin {
  padding-bottom: 150px;
}

/* ---------------------------------------------------------

View Blog
-----------------------------------------------------------*/

/*---------------------
  View Content
  -----------------------*/

.details-card {
  background: #0d0c1a;
  padding: 100px 0;
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.card-desc {
  padding: 1.25rem;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #1abc9c;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}

.card-content {
  background: darkslategrey;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.details-card .head-articles {
  text-align: center;
  font-size: 54px;
  color: #ecb630;
  padding-bottom: 25px;
}

#news {
  display: block;
  padding-top: 109px;
  overflow: hidden;
  padding-bottom: 55px;
  color: aliceblue;
}

.background-color-main {
  background-color: #171f27;
}

#news strong {
  color: #ff1678;
}
#news .news-box .news-head {
  color: #fff;
  font-size: 44px;
  padding-bottom: 14px;
}
#news .news-box .site {
  display: inline-block;
  float: left;
  overflow: hidden;
}
#news .news-box .site .date-news {
  color: tomato;
  font-size: 14px;
  padding-right: 14px;
}
#news .news-box .site .news-views {
  color: burlywood;
  font-size: 14px;
}
#news .news-box .button-share {
  float: right;
  overflow: hidden;
}
#news .news-box .img-news {
  width: 653px;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}
#news .news-box .news-text {
  color: #fff;
  padding: 20px;
  margin: 20px;
}
#news .news-box .news-text p {
  color: #fff;
}

#news .news-box .news-text strong {
  color: #ff1678;
}
#news .news-box .link-tag {
  border: 1px solid !important;
  border-radius: 115px;
  padding: 10px;
  background: cover;
  display: inline-block;
  float: left;
}

/*---------------------
   Commom elements
    -----------------------*/
.break-word {
  word-break: break-word;
}

/*------------------------------

 Footer

 ------------------------------*/

footer {
  position: relative;
  bottom: 0;
}
.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px "Prompt", sans-serif;
  padding: 55px 50px;
  margin-top: 80px;
}
.footer-distributed .footer-center,
.footer-distributed .footer-left,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.footer-distributed .footer-left {
  width: 35%;
}
.footer-distributed h3 {
  color: #fff;
  font: normal 36px Cookie, cursive;
  margin: 0;
}
.footer-distributed h3 span {
  color: #5383d3;
}
.footer-distributed .footer-links {
  color: #fff;
  margin: 20px 0 12px;
  padding: 0;
}
.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #fff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-distributed .footer-center p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0;
}
.footer-distributed .footer-center p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}
.footer-distributed .footer-right {
  width: 60%;
}
.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-company-about span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-distributed .footer-icons {
  margin-top: 25px;
}
.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom p a {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-img {
  max-width: 500px;
  max-height: 200px;
}
@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }
  .footer-distributed .footer-center,
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center i {
    margin-left: 0;
  }
  .main {
    line-height: normal;
    font-size: auto;
  }
}

/*---------------------------------------------------------------------------------

About Part
---------------------------------------------------------------------------------*/
.about_part {
  position: relative;
  background-color: transparent;
  height: fit-content;
  border-width: 10px;
  margin: 20px;
  padding: 40px;
  /* padding-bottom: 120px; */
  /* border:solid 4px #F26522;  */
}
.about_part .logo-about-part {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part-second {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part-second img {
  width: 600px;
}
.about_part .logo-about-part img {
  width: 400px;
}
.about_part .about_text h5 {
  font-family: "Prompt", sans-serif !important;
  font-size: 16px;
  color: #555;
  margin-bottom: 18px;
}
.about_part .about_text h2 {
  font-family: "Prompt", sans-serif !important;
  color: #fff;
  margin-bottom: 18px;
}
.about_img {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part {
    border: solid 4px #f26522;
    background-image: none !important;
  }
  .about_img {
    padding: 0px 0px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.about_part .about_text h1,
h2,
h3 {
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 576px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about_part .about_text p {
  margin-top: 13px;
}
.about_part .about_text .btn_3 {
  margin-top: 48px;
}
.about-header-box {
  text-align: left;
  color: #ffffff;
  height: fit-content;
}
.about-header-box p {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

/*---------------------------------------------------------------------

Category_part

-------------------------------------------------------------------------*/

.category-part .category-head-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.category-part .category-head-img img {
  width: 400px;
}
.padding-img {
  padding: 20px;
}
@media (max-width: 576px) {
  .category-name {
    display: none;
  }
  .category-part {
    padding: 70px 0 50px;
    border: solid 4px #f26522;
    background-image: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}

.name-img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.category-text {
  padding: 10px;
}
.category-part .category-text {
  display: flex;
  align-items: center;
}
.category-part {
  padding: 2px 70px 90px;
  height: fit-content;
  position: relative;
  margin: 20px;
}
.category-part .border-category-part .category-image {
  padding: 40px;
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
  ::-webkit-input-placeholder {
    font-size: 20px !important;
  }
  :-moz-placeholder {
    font-size: 20px !important;
  }
  ::-moz-placeholder {
    font-size: 20px !important;
  }
  :-ms-input-placeholder {
    font-size: 20px !important;
  }
  .blog-img {
    max-width: 300px !important;
    max-height: 400px !important;
  }
}

.blog-section {
  padding-top: 90px;
  padding-bottom: 66px;
}
.blog-section .section-title {
  margin-bottom: 55px;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-item.large-item {
  height: 420px;
}
.blog-item.sm-item {
  height: 330px;
}
.blog-item .blog-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.blog-item .blog-text .categories {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.blog-item .blog-text h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}

.blog-img {
  max-width: 600px;
  max-height: 600px;
}
