* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar {
  width: 10px;
  background-color: #171c22;
  cursor: pointer;
}
html ::-webkit-scrollbar-thumb {
  background: linear-gradient(160deg, #f8be17, #f27422);
  border-radius: 4px;
  width: 10px;
  cursor: pointer;
}
body {
  background: #f4f8fb;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed';
  font-family: 'Rubik', sans-serif;
  font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
img,
span,
input,
form,
label,
.btn,
.navbar,
.navbar-brand {
  margin: 0;
  padding: 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
a::selection,
ol::selection,
ul::selection,
li::selection,
img::selection,
span::selection,
input::selection,
form::selection,
label::selection,
.btn::selection,
.navbar::selection,
.navbar-brand::selection {
  color: #fff;
  background: #f27422;
}
ol,
ul,
li {
  list-style-type: none;
}
a,
a:hover {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
h1 {
  font-size: 50px;
  color: #111;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #111;
  font-weight: 600;
}
h3 {
  font-size: 35px;
  color: #111;
  font-weight: 600;
}
h4 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
}
h5 {
  font-size: 25px;
  color: #111;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  color: #111;
}
p {
  font-size: 14px;
  color: #222;
}
.ptb {
  padding: 60px 0px;
}
.mtb-15 {
  margin: 15px 0;
}
.btn {
  background: linear-gradient(-45deg, #f27422, #f8be17);
  padding: 7px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  border: none;
  transition: 1s;
  letter-spacing: 1px;
}
.btn:hover {
  background: linear-gradient(0deg, #f27422, #f8be17);
  border-color: #2285a3;
  color: #fff;
}
.btn:focus {
  background: #f27422;
  border-color: #f27422;
  color: #fff;
}
/* --- Preloader ----- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(160deg, #08535f, #13254a);
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(20%);
  left: calc(20%);
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ========= Common Heading = (START) ============================= */
.heading {
  padding-bottom: 30px;
}
.heading h4 span {
  font-size: 35px;
  color: #373939;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.divider {
  position: relative;
  display: inline-block;
  margin: 0px 0;
  width: 200px;
  text-align: center;
}
.divider:before {
  position: absolute;
  left: 0;
  top: -5px;
  height: 3px;
  width: 100px;
  background: linear-gradient(90deg, rgba(68, 171, 186, 0), #f27422);
  content: "";
}
.divider:after {
  position: absolute;
  left: 0;
  top: -5px;
  height: 3px;
  width: 100px;
  background: linear-gradient(-90deg, rgba(68, 171, 186, 0), #f27422);
  content: "";
}
.heading .divider:after {
  left: auto;
  right: 0;
}
/* ========= Common Heading = (END) ======================= */
/* ========= Scoll Top = (START) ============================ */
.totop {
  position: fixed;
  bottom: 0px;
  right: 10px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 5px 5px 0 0;
  line-height: 47px;
  font-size: 20px;
  text-align: center;
}
.totop:hover {
  line-height: 40px;
  color: #fff;
  background: #f27422;
  text-shadow: 0 0 5px #000;
}
/* ========= Scoll Top = (END) ========================= */
/* ========= Top Section = (START) ========================= */
.top_part {
  background: #1d2124;
  padding: 5px 0;
  display: block;
}
.top_part p {
  font-size: 14px;
  font-weight: 300;
}
.top_part a i {
  padding-right: 2px;
  color: #fff;
}
.top_part a {
  color: #e0e0e0;
  font-weight: 400;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
.top_part a:hover {
  color: #fff;
}
.top_part .top_icon {
  text-align: right;
  font-size: 14px;
}
.top_part .top_icon i {
  transition: 0.2s;
  color: #e0e0e0;
}
.top_part .top_icon i:hover {
  color: #fff;
  opacity: 1;
}
/* ========= Top Section = (START) ================================ */
/* ========= Header = (START) ================================ */
.header_part {
  background-color: #fff;
  transition: .3s;
  z-index: 999;
  width: 100%;
  padding: 5px 0;
  position: fixed;
  border-bottom: .5px solid #ddd;
}
.header_part.scrolling {
  top: 0;
  left: 0;
  transition: .3s;
  position: fixed;
}
.header_part.scrolling img {
  height: 80px;
}
.header_part img {
  height: 90px;
  transition: 0.4s;
}
/*-- Navigation Menu ---*/
.navbar ul {
  display: flex;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #f27422;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100%);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #eee;
  box-shadow: 0px 2px 30px rgba(127, 137, 161, 0.3);
  transition: 0.3s;
  border-top: 2px solid #f27422;
  border-bottom: 2px solid #f27422;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
.navbar .dropdown ul a {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 13px;
}
.navbar .dropdown a i {
  margin-left: 5px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fff;
  background: #f27422;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(70%);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.header_btn .btn {
  padding: 6px 16px;
  color: #fff;
  border-radius: 30px;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
}
.header_btn .btn:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
}
.header_btn .btn:focus {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
}
/* ==== Search - Start  ==== */
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    right: -80%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    right: -100%;
  }
}
/* ---- Mobile Navigation ----- */
.toggle_icon {
  font-size: 22px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  color: #222;
  display: none;
  margin-left: 10px;
}
@media (max-width: 775px) {
  .toggle_icon {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #eee;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 50px;
  left: 15px;
  background-color: #333;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  color: #eee;
  font-weight: 400;
}
.navbar-mobile a:hover {
  font-weight: 400;
}
.navbar-mobile > ul > li {
  padding: 0;
  background: #333;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  display: none;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #eee;
  background: #f27422;
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #333;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 180px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 15px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  padding: 10px 0px;
}
.navbar-mobile .search_btn {
  display: none;
}
/* ========= Header = (End) ================================ */
/* ========= Banner = (START) =========================== */
.banner_part {
  position: relative;
  margin-bottom: 100px;
}
.slide1 {
  background: url(../images/slide/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.slide2 {
  background: url(../images/slide/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.slide3 {
  background: url(../images/slide/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner_part .carousel-control-prev {
  width: 10%;
}
.banner_part .carousel-control-next {
  width: 10%;
}
.banner_part .carousel-control-next-icon,
.banner_part .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #fff;
  margin-bottom: 10px;
}
.banner_part .carousel-indicators li {
  cursor: pointer;
  background: #eee;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .3;
  margin-bottom: 20px;
}
.banner_part .carousel-indicators li.active {
  opacity: 1;
  background: #ea8282;
}
.banner_text {
  padding: 250px 20px 150px;
}
.banner_text h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 2px 2px #111;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 25px;
}
.banner_text h6::after {
  position: absolute;
  left: 0;
  top: 10px;
  height: 3px;
  width: 15px;
  background: #f27422;
  content: '';
}
.banner_text h2 {
  color: #fff;
  font-size: 60px;
  padding: 10px 0px 20px;
}
.banner_text h2 span {
  color: #f27422;
}
.banner_text p {
  color: #e2e2e2;
  letter-spacing: 0.5px;
  width: 45%;
  font-size: 18px;
  font-weight: 300;
}
.banner_text .btn {
  margin-top: 30px;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
}
.banner_text .btn:hover {
  background: #f27422;
}
.banner_text .btn i {
  font-size: 14px;
  padding-left: 3px;
}
.banner_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 40% 0, 50% 100%, 0% 100%);
  background: url(../images/slide/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.signin_box {
  position: absolute;
  right: 120px;
  top: 400px;
  padding: 10px 35px 30px;
  background: #f7fafb;
  border-radius: 10px;
  z-index: 99;
  width: 400px;
  box-shadow: 1px 3px 5px #aaa;
}
.signin_box img {
  height: 60px;
}
.signin_box h5 {
  text-transform: uppercase;
  color: #f27422;
  font-size: 22px;
  font-weight: 500;
}
.signin_box .form-group {
  margin: 13px 0;
  position: relative;
}
.signin_box .form-group i {
  position: absolute;
  font-size: 18px;
  top: 8px;
  left: 10px;
  color: #555;
}
.signin_box .form-control {
  padding: 8px 10px 8px 35px;
  box-shadow: none;
}
.signin_box .form-control::placeholder {
  font-size: 15px;
}
.signin_box .form-control:focus {
  border-color: #f27422;
}
.signin_box .remember_text {
  font-size: 14px;
  color: #555;
}
.signin_box .remember_text input {
  margin-right: 5px;
  margin-left: 2px;
}
.signin_box .btn {
  margin-top: 20px;
  width: 100%;
  text-transform: uppercase;
}
.signin_box p {
  margin: 8px 0;
  text-align: left;
  color: #444;
  font-size: 13px;
}
.signin_box p a {
  color: #f27422;
}
.signin_box p a:hover {
  text-decoration: underline;
}
.or-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin: 10px 0;
}
.or-divider::before {
  content: '';
  height: .5px;
  background: #777;
  flex: 1;
  margin: 0 15px 0 0;
}
.or-divider::after {
  content: '';
  height: .5px;
  background: #777;
  flex: 1;
  margin: 0 0 0 15px;
}
.login_account {
  margin-top: 10px;
}
.login_account a {
  padding: 6px 15px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #555;
  background: #fff;
}
.login_account a:hover {
  border-color: #f27422;
}
.login_account img {
  height: 18px;
  margin-right: 5px;
}
/* ========= Banner = (End) ================================ */
/* ====  About = (Start) ================================ */
.about_part {
  position: relative;
  z-index: 99;
}
.about_img {
  position: relative;
}
.about_img img {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 10;
  position: relative;
  width: 100%;
  height: 360px;
}
.about_img::after {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 100%;
  width: 100%;
  content: '';
  background: #f27422;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 9;
}
.about_text {
  padding: 0 10px;
}
.about_text h3 {
  color: #     background: #f27422;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
.about_text h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 140px;
  border-radius: 3px;
  background: linear-gradient(-90deg, rgba(68, 171, 186, 0), #f27422);
  content: "";
}
.about_text h6 {
  padding: 15px 0;
  color: #222;
  font-weight: 500;
  font-size: 18px;
}
.about_text p {
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #22282a;
  font-size: 15px;
}
/* ==== About  = (End) ================================ */
/* ========= Purchese = (Start) ================================ */
.purchese_item {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 12px 10px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #ddd;
}
.purchese_item:hover {
  border: 1px solid #e09c9c;
}
.purchese_img img {
  height: 220px;
  width: 100%;
  border-radius: 5px;
}
.purchese_text {
  text-align: center;
}
.purchese_text h6 {
  padding: 10px 0;
  color: #f27422;
  line-height: 1.5;
  font-size: 20px;
}
.purchese_text p {
  color: #444;
}
.purchese_text .btn {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
/* ========= Purchese = (End) ================================ */
/* ========= Category = (Start) ================================ */
.category_item {
  position: relative;
  overflow: hidden;
  margin: 15px 5px;
}
.category_item:hover .category_text {
  background: linear-gradient(0deg, #17191a, rgba(30, 33, 41, 0.08));
}
.category_item:hover img {
  transform: scale(1.1);
}
.category_item::after {
  position: absolute;
  left: 1%;
  top: 1.5%;
  height: 97%;
  width: 98%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  content: '';
}
.category_item img {
  height: 350px;
  width: 100%;
  transition: 1s;
}
.category_item .img_height {
  height: 260px;
}
.category_text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background: linear-gradient(0deg, #1e2224, rgba(30, 33, 41, 0));
}
.category_text h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Roboto Condensed';
}
/* ========= Category = (End) ================================ */
/* ======  Stap = (Start) ================================ */
.steps_part .steps_item {
  position: relative;
  padding: 10px;
}
.steps_part .steps_item .img_arrow {
  position: absolute;
  top: 15%;
  right: -25%;
  height: 70px;
  opacity: 0.5;
  transform: rotate(-10deg);
}
.steps_part .steps_img {
  position: relative;
}
.steps_part .steps_img img {
  border: 3px solid #fff;
  border-radius: 50%;
}
.steps_part .steps_img span {
  position: absolute;
  top: 0px;
  right: 90px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  background: linear-gradient(0deg, #f27422 0%, #f8be17 100%);
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
}
.steps_part .steps_text h4 {
  font-size: 25px;
  background: linear-gradient(0deg, #f27422 0%, #f8be17 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  padding: 10px 0px;
}
.steps_part .steps_text p {
  font-weight: 400;
  font-size: 14px;
  padding: 0px 25px;
}
/* ======  Stap = (End) ================================ */
/* ======  search_profile = (start) ================================ */
.search_profile_item {
  margin: 12px 0;
  position: relative;
}
.search_profile_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.search_profile_img:hover img {
  transform: scale(1.1);
}
.search_profile_img:hover .search_profile_social {
  opacity: 1;
  right: 10px;
}
.search_profile_img img {
  height: 190px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: 1s;
}
.search_profile_img .search_profile_social {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 99;
  transition: .5s;
  opacity: 0;
}
.search_profile_img .search_profile_social a i {
  text-align: center;
  color: #fff;
  bottom: 40px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.42);
  margin-bottom: 8px;
  border-radius: 50%;
  font-size: 13px;
}
.search_profile_img .search_profile_social a i:hover {
  background: #f27422;
  color: #fff;
}
/* ======  search_profile = (End) ================================ */
/* ========= Gallery = (Start) ================================ */
.gallery_img {
  overflow: hidden;
  display: none;
  margin: 2px;
}
.gallery_img img {
  height: 250px;
  width: 100%;
  transition: 1s;
}
.gallery_img img:hover {
  transform: scale(1.2);
  cursor: zoom-in;
}
/* ========= Gallery = (End) ================================ */
/* ====  Testmonial = (Start) ================================ */
.testmonial_part .left_arrow {
  position: absolute;
  left: -50px;
  top: 35%;
  height: 40px;
  width: 40px;
  background: #dedede;
  color: #777;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.testmonial_part .left_arrow:hover {
  background: #f27422;
  color: #fff;
}
.testmonial_part .right_arrow {
  position: absolute;
  right: -50px;
  top: 35%;
  height: 40px;
  width: 40px;
  background: #dedede;
  color: #777;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.testmonial_part .right_arrow:hover {
  background: #f27422;
  color: #fff;
}
.testmonial_part .slick-dots {
  text-align: center;
}
.testmonial_part .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.testmonial_part .slick-dots li button {
  font-size: 0px;
  width: 12px;
  height: 8px;
  background-color: #e5c8c8;
  border: none;
  border-radius: 3px;
  transition: 0.3s;
}
.testmonial_part .slick-dots .slick-active button {
  background-color: #f27422;
  width: 16px;
  height: 8px;
}
.testmonial_item {
  padding: 30px 20px;
  border-radius: 5px;
  margin: 20px;
  cursor: move;
  background: #fff;
  box-shadow: 1px 2px 5px #aaa;
  position: relative;
}
.testmonial_item p {
  margin-top: 25px;
  font-size: 16px;
  color: #444;
}
.testmonial_item .quote {
  height: 50px;
  width: 45px;
  line-height: 50px;
  text-align: center;
  background: #f27422;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -3px;
  right: 20px;
  border-radius: 0 0 5px 5px;
}
.testmonial_user img {
  height: 80px;
  width: 80px;
  padding: 5px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  border: 1px solid rgba(203, 26, 26, 0.3);
}
.testmonial_user h6 {
  color: #1a1e21;
  padding: 5px 0px;
}
.testmonial_user span {
  display: block;
  font-size: 15px;
}
.testmonial_user i {
  color: #f27422;
}
/* ====  Testmonial = (End) ================================ */
/* ========= Subscribe = (Start) ================================ */
.subscribe_part {
  background: linear-gradient(-45deg, #f27422, #aa2525);
  padding: 30px 0;
}
.subscrive_text h6 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}
.subscrive_text h5 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 35px;
  text-transform: uppercase;
}
.subscrive_box {
  margin-top: 20px;
  position: relative;
}
.subscrive_box .form-control {
  height: 50px;
  padding: 0px 15px;
  border: none;
  color: #eee;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #ddd;
}
.subscrive_box .form-control::placeholder {
  font-weight: 400;
  color: #ddd;
}
.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background: #fff;
  color: #f27422;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px;
  border-radius: 0 3px 3px 0;
}
.submit:hover {
  background: #06111c;
}
/* ========= Subscribe = (End) ================================ */
/* ==== Footer  = (Start) ================================ */
.footer_part {
  background: url(../images/title-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
}
.footer_overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
}
.footer_content .footer_logo {
  height: 90px;
}
.footer_content p {
  color: #dbd9d9;
  padding: 10px 0 20px;
  font-size: 15px;
  width: 90%;
}
.footer_content .social_icon a i {
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}
.footer_content .social_icon a i:hover {
  transform: translateY(-3px);
}
.footer_content .social_icon a .fa-instagram {
  background: linear-gradient(49deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}
.footer_content h6 {
  color: #f27422;
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}
.footer_content h6::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  content: '';
  background: linear-gradient(-40deg, rgba(227, 90, 90, 0), #f27422);
  border-radius: 3px;
}
.footer_content ul li {
  margin-bottom: 10px;
}
.footer_content ul li a {
  color: #ddd;
  font-weight: 300;
  letter-spacing: .5px;
}
.footer_content ul li a:hover {
  color: #f27422;
}
.footer_content ul li a i {
  color: #f27422;
  margin-right: 5px;
}
/* ====  Footer = (End) ================================ */
/* ==== bottom  = (Start) ================================ */
.bottom_part {
  background: #000000;
  padding: 20px 0;
}
.bottom_part p {
  color: #eee;
  font-size: 15px;
}
.bottom_part p span {
  color: #f27422;
  padding: 0px 5px;
}
.bottom_part h6 {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
}
.bottom_part h6 a {
  padding: 0px 10px;
  border-left: 1px solid #eee;
  color: #eee;
  font-weight: 300;
}
.bottom_part h6 a:first-child {
  border: none;
}
.bottom_part h6 a:hover {
  color: #e57575;
}
/* ====  bottom = (End) ================================ */
/* ========= breadcrumb = (Start) ================================ */
.breadcrumb_part {
  background: url(../images/title-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 170px 0 70px;
  position: relative;
}
.breadcrumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 17, 23, 0.7);
}
.breadcrumb_text h1 {
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.breadcrumb_text p {
  color: #e3b0b0;
  font-size: 16px;
  font-weight: 300;
}
.breadcrumb_text p i {
  font-size: 14px;
}
.breadcrumb_text p a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.breadcrumb_text p a i {
  font-size: 16px;
}
/* ========= breadcrumb = (End) ================================ */
/* ======  profile  = (Start) ================================ */
.profile_box {
  padding: 20px 10px;
  background: #fff;
  box-shadow: 1px 2px 4px #ddd;
  border-radius: 5px;
}
.profile_info {
  text-align: center;
  border-right: 1px solid #c7b2b2;
  padding: 5px 30px;
  height: 100%;
}
.profile_info img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
}
.profile_info h5 {
  font-weight: 500;
  padding: 10px 0 4px;
}
.profile_info ul {
  margin-top: 30px;
}
.profile_info ul li {
  padding: 8px 0;
  text-align: left;
  font-size: 15px;
}
.profile_info ul li a {
  font-weight: 500;
  color: #444;
}
.profile_info ul li a:hover {
  color: #f27422;
}
.profile_info ul li a i {
  margin-right: 4px;
}
.profile_social {
  margin-top: 30px;
}
.profile_social a i {
  height: 35px;
  width: 35px;
  background: #ddd;
  color: #555;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin: 0px 3px;
  transition: .3s;
  font-size: 15px;
}
.profile_social a i:hover {
  background: #f27422;
  color: #fff;
}
.profile_menu {
  text-align: center;
  margin-bottom: 20px;
}
.profile_menu ul li {
  display: inline-block;
  list-style: none;
  padding: 5px 15px;
  margin: 0px 5px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #f8be17;
  cursor: pointer;
  transition: all 0.5 ease;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.profile_menu ul li:hover {
  background: linear-gradient(45deg, #f27422, #f8be17);
  color: #fff;
}
.profile_menu ul li.active {
  background: linear-gradient(-45deg, #f27422, #f8be17);
  color: #fff;
}
.profile_item {
  margin: 12px 0;
  position: relative;
}
.profile_item img {
  height: 200px;
  width: 100%;
  border-radius: 3px;
}
.profile_item .edit {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}
.profile_item .edit i:hover {
  background: #f27422;
  color: #fff;
}
.profile_item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.profile_item span i {
  font-size: 40px;
  color: #fff;
  opacity: .8;
}
.profile_item span i:hover {
  opacity: 1;
}
/* ======  profile  = (End) ================================ */
/* ======  Members  = (Start) ================================ */
.member_item {
  position: relative;
  margin: 12px 0;
}
.member_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.member_img:hover img {
  transform: scale(1.1);
}
.member_img img {
  height: 190px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: 1s;
}
.member_img a i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}
.member_img a i:hover {
  background: #f27422;
  color: #fff;
}
.member_text {
  text-align: center;
  background: #20232a;
  background: linear-gradient(0deg, #20232a, #363c4a);
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
}
.member_text h6 {
  color: #eee;
  font-weight: 400;
}
.video_part {
  margin-top: 30px;
  position: relative;
}
.video_part img {
  height: 500px;
  width: 100%;
  border-radius: 5px;
}
.video_part a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  height: 55px;
  width: 55px;
  line-height: 52px;
  border: 2px solid rgba(238, 238, 238, 0.6);
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.video_part a i:hover {
  background: #f27422;
  border-color: #f27422;
}
/* ======  Members  = (End) ================================ */
/* ======  POST TYPE  = (Start) ================================ */
.post_type_item {
  padding: 20px;
  height: 250px;
  position: relative;
  border-radius: 10px;
  transition: .3s;
  margin: 15px 0;
}
.post_type_item:hover.post_type_item.photo {
  background-position: top;
}
.post_type_item:hover.post_type_item.video {
  background-position: top;
}
.post_type_item:hover.post_type_item.audio {
  background-position: top;
}
.post_type_item:hover.post_type_item.notes {
  background-position: top;
}
.post_type_item:hover .post_item_overlay {
  border: 5px solid #ecaa46;
  background: rgba(0, 0, 0, 0.37);
}
.post_type_item.photo {
  background: url(../images/photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .5s;
}
.post_type_item.video {
  background: url(../images/video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .5s;
}
.post_type_item.audio {
  background: url(../images/audio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .5s;
}
.post_type_item.notes {
  background: url(../images/notes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .5s;
}
.post_item_overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 5px solid #ffffff38;
}
.post_type_item h6{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #fccb37ea, #f0843c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ======  POST TYPE  = (End) ================================ */
/* ======  Category  = (Start) ================================ */
.add_category {
  text-align: center;
  padding: 70px 0;
  height: 200px;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #f27422, #a51010);
}
.add_category:hover {
  background: linear-gradient(0deg, #f27422, #a51010);
}
.add_category:focus {
  background: linear-gradient(180deg, #f27422, #a51010);
}
.add_category::after {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 190px;
  width: 96%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  content: '';
}
.add_category i {
  font-size: 30px;
  color: #fff;
}
.add_category h6 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 20px;
}
.categoty_item {
  padding: 50px 0;
}
.categoryitem_img {
  position: relative;
}
.categoryitem_img img {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 10;
  position: relative;
  width: 100%;
  height: 360px;
}
.categoryitem_img::after {
  position: absolute;
  left: 7px;
  top: 7px;
  height: 100%;
  width: 100%;
  content: '';
  background: #f27522a2;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 9;
}
.categoryitem_img2::before {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 100%;
  width: 100%;
  content: '';
  background: #f27522a2;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 9;
}
.categoryitem_img2::after {
  display: none;
}
.categoryitem_text {
  padding: 0 10px;
}
.categoryitem_text h3 {
  color: #f27422;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
.categoryitem_text h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 140px;
  border-radius: 3px;
  background: linear-gradient(-90deg, rgba(68, 171, 186, 0), #f27422);
  content: "";
}
.categoryitem_text h6 {
  padding: 15px 0;
  color: #222;
  font-weight: 500;
  font-size: 18px;
}
.categoryitem_text p {
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #22282a;
  font-size: 15px;
}
/* ======  Category  = (End) ================================ */
/* ========= Contact = (Start) ================================ */
.contact_text p {
  font-size: 16px;
  display: inline-block;
  color: #333;
}
.contact_text h4 {
  color: #f0843c;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  font-size: 35px;
}
.contact_text h4::after {
  position: absolute;
  height: 3px;
  width: 150px;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(90deg, #f0843c, rgba(189, 191, 115, 0.14));
  border-radius: 2px;
}
.contact_text h6 {
  color: #333;
  line-height: 1.6;
  font-weight: 300;
  width: 85%;
  padding-bottom: 15px;
  font-size: 16px;
}
.contact_text ul li {
  margin-bottom: 20px;
}
.contact_text a {
  color: #333;
  margin-bottom: 15px;
  font-size: 15px;
}
.contact_text a:hover {
  color: #f0843c;
}
.contact_text ul li a i {
  height: 35px;
  width: 35px;
  border: 0.5px solid #aaa;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  background-color: transparent;
}
.contact_part iframe {
  height: 300px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #333;
  margin-top: 30px;
}
.contact_part .contact_social {
  margin-top: 0px;
}
.contact_part .contact_social a i {
  font-size: 20px;
  margin-right: 10px;
  color: #444;
}
.contact_part .contact_social a i:hover {
  color: #f0843c;
}
.contact_form {
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 4px 7px #aaa;
}
.contact_form h4 {
  color: #f0843c;
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}
.contact_form h4::after {
  position: absolute;
  height: 3px;
  width: 150px;
  bottom: -10px;
  left: 0;
  content: '';
  background: linear-gradient(90deg, #f0843c, rgba(189, 191, 115, 0.14));
  border-radius: 2px;
}
.contact_form .custom_input {
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 4px;
}
.contact_form .custom_input textarea {
  font-size: 15px;
  padding: 10px 10px;
  display: block;
  width: 100%;
  height: 120px;
  border: 0.5px solid #aaa;
  font-weight: 400;
  color: #333;
  border-radius: 3px;
  background: #fff;
  letter-spacing: 0.5px;
}
.contact_form .custom_input input {
  font-size: 15px;
  padding: 0px 10px;
  display: block;
  width: 100%;
  height: 45px;
  border: 0.5px solid #aaa;
  font-weight: 400;
  color: #333;
  border-radius: 3px;
  background: #fff;
  letter-spacing: 0.5px;
}
.contact_form .custom_input input::placeholder {
  visibility: hidden;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.contact_form .custom_input textarea::placeholder {
  visibility: hidden;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.contact_form .custom_input input:focus {
  outline: none;
  border: 1px solid #f0843c;
  box-shadow: none;
}
.contact_form .custom_input textarea:focus {
  outline: none;
  border: 1px solid #f0843c;
  box-shadow: none;
}
.contact_form .custom_input input:focus::placeholder {
  visibility: visible;
  color: #aaa;
}
.contact_form .custom_input label {
  color: #555;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 22px;
  padding: 0px 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.contact_form .custom_input input:focus ~ label,
.contact_form .custom_input input:valid ~ label {
  top: 0px;
  font-size: 13px;
  color: #f0843c;
  background: #fff;
  font-weight: 500;
}
.contact_form .custom_input textarea:focus ~ label,
.contact_form .custom_input textarea:valid ~ label {
  top: 0px;
  font-size: 13px;
  color: #f0843c;
  background: #fff;
  font-weight: 500;
}
.contact_form .custom_input .btn {
  font-size: 16px;
  padding: 6px 25px;
  text-transform: uppercase;
}
/* ========= Contact = (End) ================================ */
/* ======    = (Start) ================================ */
/* ======    = (End) ================================ */