/*image Prelaoder start*/
@charset "UTF-8";

/* google fonts s */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
  --grey: #f9fafc;
  --dark_grey: #e6e6e6;
  --white: #fff;
  --dark: #232323;
  --light_dark: #444;
  --red: #df1c7f;
  --blue: #6213d3;
  --blue_light: #ac71ff;
}

html {
  scroll-behavior: smooth;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

i {
  font-family: 'font awesome 5 free';
  font-weight: 900;
}

/* ads sense styling */
div#add_right_aside_01 {
  position: sticky;
  top: 39px;
}

/*end ads sense styling */


.light-mode pre {
  background: #ededed;
  padding: 6px;
  color: #232323;
}

#main_content_middle pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.dark-mode .btn-primary {
  color: #fff;
  background-color: var(--blue);
  border-color: var(--blue);
  box-shadow: none;
}

.dark-mode .btn-primary:hover {
  color: #fff;
  background-color: var(--red);
  border-color: var(--red);
  box-shadow: none;
}

.dark-mode pre {
  padding: 6px;
  background: #343a40;
  color: #e7e7e7cc;
}

.preloader_img {
  margin-top: 30%;
  margin-bottom: -30%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}

div#ofline_msg_outer {
  width: 100%;
  /* height: 100px; */
  background: #f9d8d8;
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #df1c7f;
  text-align: center;
  padding: 10px 5px;
  z-index: 9999;
  font-size: 25px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
}

body {
  font-size: 18px;
  /* color: var(--light_dark); */
  -webkit-font-smoothing: antialiased;
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 500;
}

p {
  font-family: 'Quicksand', sans-serif !important;
  /* color: var(--light_dark) !important; */
  /*font-size:26px;*/
}

#main_content_middle p {
  font-size: 18px !important;
}

#main_content_middle p span {
  font-size: 18px !important;
}

.preview_preloader {
  text-align: center;
  padding-top: 40px;
  font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px 0px;
  /* font-family: 'Rubik', sans-serif; */
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.2px;
  font-weight: bold;
  /*text-shadow: 2px 2px 0px rgba(244,229,172,1)!important;*/
  /*text-transform: uppercase;*/
  font-weight: 500;
}

.light-mode a.post_title_link {
  color: var(--light_dark);
}

.light-mode a.post_title_link:hover {
  color: var(--light_dark);
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0px 0px 20px 0px;
  letter-spacing: 0.38px;
}

a {
  font-weight: 500;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.intro_para {
  font-size: 16px;
}

/*padding*/
.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

/*paddingn  right*/
.p-r-0 {
  padding-right: 0px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-40 {
  padding-right: 40px;
}

/*left padding*/
.p-l-0 {
  padding-left: 0px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-40 {
  padding-left: 40px;
}

/*top padding*/
.p-t-0 {
  padding-top: 0px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-t-140 {
  padding-top: 140px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-b-140 {
  padding-bottom: 140px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-120 {
  margin-bottom: 120px;
}

/*padding x for full width*/
.p-x-full {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media only screen and (max-width: 1400px) {
  #top_nav .p-x-full {
    /*padding-left:5px!important;  padding-right:5px!important;*/
  }
}

@media only screen and (max-width:1140px) {
  .p-x-full {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  /*padding*/
  .p-10 {
    padding: 5px;
  }

  .p-15 {
    padding: 8px;
  }

  .p-20 {
    padding: 15px;
  }

  .p-25 {
    padding: 20px;
  }

  .p-30 {
    padding: 15px;
  }

  .p-40 {
    padding: 20px;
  }

  .p-50 {
    padding: 25px;
  }

  .p-60 {
    padding: 30px;
  }

  /*padding right*/
  .p-r-10 {
    padding-right: 5px;
  }

  .p-r-15 {
    padding-right: 8px;
  }

  .p-r-20 {
    padding-right: 10px;
  }

  .p-r-25 {
    padding-right: 12px;
  }

  .p-r-30 {
    padding-right: 15px;
  }

  .p-r-40 {
    padding-right: 40px;
  }

  .p-l-0 {
    padding-left: 0px;
  }

  .p-l-10 {
    padding-left: 5px;
  }

  .p-l-15 {
    padding-left: 8px;
  }

  .p-l-20 {
    padding-left: 10px;
  }

  .p-l-25 {
    padding-left: 15px;
  }

  .p-l-40 {
    padding-left: 20px;
  }

  .p-t-0 {
    padding-top: 0px;
  }

  .p-t-10 {
    padding-top: 5px;
  }

  .p-t-15 {
    padding-top: 8px;
  }

  .p-t-20 {
    padding-top: 10px;
  }

  .p-t-25 {
    padding-top: 12px;
  }

  .p-t-30 {
    padding-top: 15px;
  }

  .p-t-40 {
    padding-top: 20px;
  }

  .p-t-50 {
    padding-top: 25px;
  }

  .p-t-60 {
    padding-top: 30px;
  }

  .p-t-70 {
    padding-top: 35px;
  }

  .p-t-80 {
    padding-top: 40px;
  }

  .p-t-100 {
    padding-top: 50px;
  }

  .p-t-120 {
    padding-top: 60px;
  }

  .p-t-140 {
    padding-top: 70px;
  }

  .p-b-10 {
    padding-bottom: 5px;
  }

  .p-b-15 {
    padding-bottom: 8px;
  }

  .p-b-20 {
    padding-bottom: 10px;
  }

  .p-b-25 {
    padding-bottom: 12px;
  }

  .p-b-30 {
    padding-bottom: 15px;
  }

  .p-b-40 {
    padding-bottom: 20px;
  }

  .p-b-50 {
    padding-bottom: 25px;
  }

  .p-b-60 {
    padding-bottom: 30px;
  }

  .p-b-70 {
    padding-bottom: 35px;
  }

  .p-b-80 {
    padding-bottom: 40px;
  }

  .p-b-100 {
    padding-bottom: 50px;
  }

  .p-b-120 {
    padding-bottom: 60px;
  }

  .p-b-140 {
    padding-bottom: 70px;
  }

  .m-r-0 {
    margin-right: 0px;
  }

  .m-r-10 {
    margin-right: 5px;
  }

  .m-r-15 {
    margin-right: 8px;
  }

  .m-r-20 {
    margin-right: 10px;
  }

  .m-r-25 {
    margin-right: 12px;
  }

  .m-r-30 {
    margin-right: 15px;
  }

  .m-r-40 {
    margin-right: 20px;
  }

  .m-l-0 {
    margin-left: 0px;
  }

  .m-l-10 {
    margin-left: 10px;
  }

  .m-l-15 {
    margin-left: 8px;
  }

  .m-l-20 {
    margin-left: 10px;
  }

  .m-l-25 {
    margin-left: 12px;
  }

  .m-l-30 {
    margin-left: 15px;
  }

  .m-l-40 {
    margin-left: 20px;
  }

  .m-t-0 {
    margin-top: 0px;
  }

  .m-t-10 {
    margin-top: 5px;
  }

  .m-t-15 {
    margin-top: 8px;
  }

  .m-t-20 {
    margin-top: 10px;
  }

  .m-t-25 {
    margin-top: 12px;
  }

  .m-t-30 {
    margin-top: 15px;
  }

  .m-t-40 {
    margin-top: 20px;
  }

  .m-t-50 {
    margin-top: 25px;
  }

  .m-t-60 {
    margin-top: 30px;
  }

  .m-t-70 {
    margin-top: 35px;
  }

  .m-t-80 {
    margin-top: 40px;
  }

  .m-t-100 {
    margin-top: 50px;
  }

  .m-t-120 {
    margin-top: 60px;
  }

  .m-b-0 {
    margin-bottom: 0px;
  }

  .m-b-10 {
    margin-bottom: 5px;
  }

  .m-b-15 {
    margin-bottom: 8px;
  }

  .m-b-20 {
    margin-bottom: 10px;
  }

  .m-b-25 {
    margin-bottom: 12px;
  }

  .m-b-30 {
    margin-bottom: 15px;
  }

  .m-b-40 {
    margin-bottom: 20px;
  }

  .m-b-40 {
    margin-bottom: 20px;
  }

  .m-b-50 {
    margin-bottom: 25px;
  }

  .m-b-70 {
    margin-bottom: 35px;
  }

  .m-b-80 {
    margin-bottom: 40px;
  }

  .m-b-100 {
    margin-bottom: 50px;
  }

  .m-b-120 {
    margin-bottom: 60px;
  }
}

.btn-primary {
  color: var(--white) !important;
  background-color: var(--red);
  border-color: var(--red);
  /*margin-top:5px;*/
  margin-bottom: 5px;
}

.btn-primary i {
  font-size: 12px;
  margin-right: 3px;
}

.btn-primary:hover {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-primary.focus,
.btn-primary:focus {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(37, 52, 158);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-outline-primary {
  color: var(--red);
  background-color: transparent;
  border-color: var(--red);
}

.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: var(--white);
  background-color: #313c55;
  border-color: #313c55;
  box-shadow: 0 0 0 1px rgb(65, 77, 167);
}

.light-mode .border {
  border: 1px solid #dee2e6 !important;
}

.dark-mode .border {
  border: 1px solid #6c6c6c !important;
}

.light-mode .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.dark-mode .border-bottom {
  border-bottom: 1px solid #6c6c6c !important;
}

.light-mode .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.dark-mode .border-top {
  border-top: 1px solid #6c6c6c !important;
}

.light-mode .border-left {
  border-left: 1px solid #dee2e6 !important;
}

.dark-mode .border-left {
  border-left: 1px solid #6c6c6c !important;
}

.light-mode .border-right {
  border-right: 1px solid #dee2e6 !important;
}

.dark-mode .border-right {
  border-right: 1px solid #6c6c6c !important;
}

#main_content_middle {
  clear: both !important;
  padding: 15px 35px 15px 15px !important;
  position: relative;
}

#main_content_middle img {
  box-shadow: 20px 20px 0px -12px rgb(224 225 227);
}

#main_content_middle img,
#main_content_middle table,
#main_content_middle iframe {
  max-width: 100% !important;
}

#main_content_middle table th,
#main_content_middle table td {
  border: 1px solid #ededed;
  text-align: left;
  padding: 5px;
  width: auto;
  min-width: 50px;
}

.dark-mode #main_content_middle p,
.dark-mode #main_content_middle p span,
.dark-mode #main_content_middle p strong,
.dark-mode #main_content_middle p div,
.dark-mode a.post_title_link {
  color: #fff !important;
}

.single9 {
  height: 6px;
  width: 75px;
  background-color: #d8d7d7;
  position: relative;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single9:before {
  content: '';
  height: 6px;
  width: 10px;
  position: absolute;
  left: 0;
  background-color: #601bda;
  -webkit-animation: single9anim 2s infinite ease-in-out;
  animation: single9anim 2s infinite ease-in-out;
}

@-webkit-keyframes single9anim {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
}

@keyframes single9anim {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
}

.center_loading_galary img {
  opacity: 0;
}

.center_loading_galary {
  background: url('../../images/placeholder.jpg');
  background-position: center;
  background-size: cover;
}

/*image Prelaoder start*/
.content .box {
  color: #494949;
}

.content .box {
  padding: 1.25rem;
  margin-bottom: 2.25rem;
  border-radius: 0.1875rem;
  font-size: 1rem;
  /* transition: all 2s; */
}

span.title_border {
  display: block;
  width: 50px;
  border-top: 5px solid #ddd;
  margin: 15px auto
}

/* #main_footer  i {    margin: 2px;    padding: 5px;    border-radius: 100%;    border: 1px solid var(--red);    color: var(--white);    width: 32px;    height: 32px;    text-align: center;    line-height: 21px;    transition: all .3s;}#main_footer  i:hover {    color: var(--white);    background: var(--red);} */
.right_sidebar_outer {
  height: auto !important;
}

.right_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4.5625rem;
  height: 86vh;
}

.top_active {
  /* background-color: #4c30a0 !important;*/
  color: #4c30a0 !important;
}

#go_top {
  position: fixed;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  right: 10px;
  bottom: 15px;
  cursor: pointer;
  display: none;
  background: var(--dark_grey);
  color: var(--red);
  border-radius: 4px;
  z-index: 9;
  opacity: 0.8;
}

#go_top:hover {
  background: var(--red);
  color: var(--white);
}

/*search filter*/
#myInput {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 45px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  background-size: contain;
}

/*code snipped copy btn*/
.html,
.css,
.js {
  display: none;
}

button.html {
  display: inline-block;
}

div.html {
  display: block;
}

.code_snipped_area {
  width: 100%;
  text-align: left;
  overflow: auto;
  padding-left: 0px;
  background: #eafcff;
  min-height: 200px;
  max-height: 400px;
  margin-top: 20px;
  padding: 15px !important;
  border: 0px solid transparent;
  border-left: 2px solid #ffdd03;
  border-radius: 5px;
}

.code_snipped_area:focus {
  outline: none;
}

.code_snipped_area section::first-letter {
  color: red;
}

.code_snipped_area span {
  color: red;
}

.panel-title i {
  /*float: right;*/
  color: #494949;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  /*background: #fafafa;*/
  /*background: #ddffdd;*/
  border-top-color: #bd1313;
  /* margin-bottom: 10px;*/

  padding: 0px 15px 15px;
}

.panel-heading h4 {
  margin-bottom: 0px;

}

.word_table_title {
  /*background: #ddffdd; */
  background: #dedede;
  padding: 8px 10px;
  /* border-left: 2px solid #2fabb7; */
  color: var(--red) !important;
  font-size: 18px;
  min-width: 450px;
}

.panel-title>a {
  color: #494949;
  font-size: 18px;
  cursor: cell;
}

.word_table_box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  /*border: 1px solid #ddd;*/
}

.word_table_box th,
.word_table_box td {
  text-align: left;
  padding: 4px 0px;

  width: 33% !important;
  min-width: 150px;
}

.word_table_box em {
  display: inline-block;
  margin-left: 5px;
  /*color:#2fabb7;*/
  color: #ccc;
}

span.title_border {
  display: block;
  width: 50px;
  border-top: 5px solid #ddd;
  margin: 15px auto
}

.card.maximized-card {
  z-index: 99999;
}

.code_view_card {

  padding-right: 0;

  box-shadow: none;

}

/* .code_view_card .card-body {

  padding-right: 5px;

  box-shadow: none;

  

} */
.code_view_card .code_view_outer_outer {

  display: flex;

  padding: 0px;

}

.code_view_card .code_view_outer {

  width: 94%;

  max-width: 100%;

}

.code_view_card.maximized-card .code_view_outer {

  width: 96%;

  max-width: 100%;

}

.code_view_card .editor_btn_outer {

  width: 6%;

  max-width: 45px;

  padding: 10px 5px;

  position: relative;

}

.code_view_card.maximized-card .editor_btn_outer {

  width: 4%;

  max-width: 45px;

  padding: 10px 5px;

}

.code_view_card .editor_btn_inn {

  position: sticky;

  top: 70px;

}

.code_view_card.maximized-card .editor_btn_inn {

  position: sticky;

  top: 0px;

  background: #ededed;

  padding: 22%;

  margin-top: 20px px;

  box-shadow: 0 0 5px rgb(0 0 0 / 30%);

  margin-left: -5px;

}

.code_view_card pre {
  background: transparent;
  padding: 0px;
}

.code_view_card.maximized-card {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
}

button.btn_maximize {
  background: #ededed;
  display: inline-block;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 6px rgb(0 0 0 / 30%) !important;
  border-radius: 50%;
  color: var(--red);
  /*position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;*/
}

button.btn_maximize:hover {
  background: var(--red);
  color: var(--white);
}

.code_view_card.maximized-card button.btn_maximize {
  right: 49%;
  top: 15px;
  background: var(--red);
  color: var(--white);

}

.code_view_card.maximized-card button.btn_maximize:hover {
  background: var(--blue);
  color: var(--white)
}

/* edit button */
a.btn_try_it {

  background: #ededed;

  display: inline-block;

  width: 30px;

  height: 30px;

  box-shadow: 0 0 6px rgb(0 0 0 / 30%) !important;

  border-radius: 50%;

  color: var(--red);

  /* position: absolute; */

  /* top: 65px; */

  /* right: 0; */

  /* z-index: 999; */

  margin: 0px;

  margin-top: 15px;

}

a.btn_try_it:hover {
  background: var(--red);
  color: var(--white);
}

.code_view_card.maximized-card a.btn_try_it {
  right: 49%;
  top: 15px;
  background: var(--red);
  color: var(--white)
}

.code_view_card.maximized-card a.btn_try_it:hover {
  background: var(--blue);
  color: var(--white)
}

/* edit button end */
.code_view_card.maximized-card code {
  min-height: 96vh;
  max-height: 96vh;



}

/* 



.code_view_card .code-toolbar>.toolbar .toolbar-item:last-child {
 display: inline-block;
 width: 30px;
 height: 30px;
 position: absolute;
 right: -44px;
 padding: 5px;
 top: 35px;



}

.code_view_card .code-toolbar>.toolbar .toolbar-item:last-child button {
 border-radius: 50% !important;
 padding: 5px 7px !important;
 width: 31px;
 height: 30px;
 box-shadow: 0 0 5px rgba(0, 0, 0, .3);



} */

/* .code_view_card:hover button.btn_maximize {
 display: inline-block;



} */

#style-3::-webkit-scrollbar {
  width: 3px;
  background-color: var(--white)fff;



}

#style-3::-webkit-scrollbar-thumb {
  background-color: #ddd;



}

.right_sidebar .nav-link {
  display: block;
  padding: .3rem .8rem;
  color: #222;



}

.right_sidebar .nav-link:hover {
  color: #4c30a0;



}

.right_sidebar .nav-link:focus {
  color: #4c30a0;



}

.hash_link {
  display: block;
  width: 1px;
  height: 1px;
  background-color: transparent;
  margin-top: -80px;
  margin-bottom: 80px;



}

a .box:hover {
  color: var(--white);
  background: #4c30a0 !important;



}

.text-light {
  color: #ccc !important;



}

.nav-pills form button {
  outline: none;
  border: 0;
  padding: 5px 12px;
  color: var(--white);
  background: transparent;
  text-align: left;
  line-height: 1.3;



}

.nav-pills form button:hover {
  color: #4c30a0;



}

.treeview-menu form button {
  outline: none;
  border: 0;
  color: var(--light_dark);
  background: transparent;
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  white-space: normal;
  text-align: left;
  line-height: 1.3;



}

.treeview-menu form button i {
  width: 23px;



}

.treeview-menu form button:hover {
  color: #4c30a0;



}

.img-circle {
  border-radius: 50%;
  border: 2px dashed rgba(202, 55, 60, .5);



}

.card_bdr_top {
  border-top: 2px solid #64dbff;



}

.main_content_padding {
  padding: 15px;



}

.note-popover.popover {
  max-width: none;
  display: none;



}

#submition_loader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .4);
  z-index: 99999;



}

/*custom file upload button*/

.upload-file {
  position: relative;
  border: 2px dashed #ddd;
  color: #9b9b9b;
  background-color: white;
  width: 100%;
  min-height: 250px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  white-space: normal;



}

.upload-btn-wrapper input[type=file] {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  min-height: 250px;



}

.success {
  display: none;



}

.success i {
  font-size: 22px;
  margin-left: 6px;
  margin-top: 10px;
  color: #00b665;



}

.font-50 {
  font-size: 50px;



}

.d-block {
  display: block;



}

.btn .upload-file {
  font-size: 13px;



}

.upload-btn {
  display: block;
  font-size: 18px;
  color: #00b665;



}



/* //admin table styling*/

/*middle custom search*/

.srch_frm input[type=search] {
  padding: 8px;
  font-size: 14px;
  border: 2px solid #8edcf6;
  height: 20px;



}

.srch_frm input[type=search]::focus {
  outline: none;
  box-shadow: none;



}

.srch_frm .search-container .srch_btn {
  height: 40px;
  float: right;
  padding: 8px 12px;
  margin-right: 16px;
  background: #8edcf6;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: var(--white)fff;
  border: 2px solid #8edcf6;



}

.srch_frm .search-container .srch_btn:hover {
  background: #8edcf6;



}

.bs4_lider .carousel-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;

}

/*share social link styling*/



.share_btn_outer {
  text-align: right;



}

.st-custom-button[data-network] {
  background-color: var(--grey);
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  color: var(--red);



}

.st-custom-button[data-network]:hover {
  background-color: var(--red);
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--blue);



}

.social_more_dropdown {
  display: inline;



}

.social_more_dropdown .btn {
  background-color: var(--grey);
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  color: var(--red);

}

.social_more_dropdown .st-custom-button[data-network] {
  display: block;
  min-width: 115px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: normal;



}

.social_more_dropdown .st-custom-button[data-network] i {
  font-size: 18px;
  margin-left: 8px;
  font-weight: bold;



}

.social_more_dropdown .btn:hover {
  background-color: var(--red);
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--blue);



}

.social_more_dropdown .dropdown-menu {
  background: var(--white);
  font-size: 14px;
  color: #3d405c;
  border: 1px solid var(--dark_grey);
  padding: 5px 10px;
  min-width: 10rem;



}

/*//share social link styling*/



/*share social link styling new*/



.blog_single_share #social-links {
  margin: 0 auto;
  position: relative;



}

.blog_single_share #social-links ul {
  position: absolute;
  top: -45px;
  right: -45px;
  width: 40px;
  height: auto;
  margin: 0px;
  padding: 5px 0 10px 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border-radius: 18px;
  background: #fff;



}

.blog_single_share #social-links ul li {
  display: block;



}

.blog_single_share #social-links ul li a {
  margin-top: 6px;
  font-size: 28px;
  color: var(--red);
  background-color: #fff;
  /* border-radius: 50%; */
  width: 35px;
  /* height: 35px; */
  text-align: center;
  line-height: 20px;
  padding: 0 0 8px 0;
  display: block;



}

.blog_single_share #social-links ul li a:hover {
  color: var(--blue_light);



}

.blog_single_share #social-links ul li:not(:last-child) a {
  border-bottom: 1px solid #ededed;



}

/* home share */



.share_btn_outer {
  /* text-align: right; */
  display: flex;
  justify-content: right;



}

.share_btn_outer #social-links ul {
  margin-top: -5px;
  padding: 0px 6px 0px 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  display: inline-block;
}

.dark-mode .share_btn_outer #social-links ul {
  background: var(--white);
}

.share_btn_outer #social-links ul li {
  display: inline-block;



}

.share_btn_outer #social-links ul li a {
  font-size: 24px;
  color: var(--red);
  /* border-radius: 50%; */
  width: 40px;
  /* height: 35px; */
  text-align: center;
  line-height: 20px;
  padding: 5px 0px 7px 0px;
  display: inline-block;



}

.light-mode .share_btn_outer #social-links ul li a:hover {
  color: var(--blue);



}

.dark-mode .share_btn_outer #social-links ul li a:hover {
  color: var(--blue);



}

.theme-light .share_btn_outer #social-links ul li:not(:last-child) a {
  border-right: 1px solid #ededed;



}

.theme-dark .share_btn_outer #social-links ul li:not(:last-child) a {
  border-right: 1px solid #6c6c6c;



}



/*//share social link styling new*/
span.update_date {
  font-weight: 700 !important;
  font-size: 16px;
  font-style: italic;



}



.design_screen_shot {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 10px;



}

.right_aside {
  /* background: #fff; */
  padding: 30px 20px 20px 20px;



}

.right_aside .categories ul {
  list-style: none;
  padding: 0;



}

.right_aside .categories ul li {
  display: inline-block;
  padding-right: 5px;



}

.right_aside .categories ul li+li {
  padding-top: 10px;
  /* padding-right: 10px;*/



}

.right_aside .categories ul a {
  padding: 3px 6px;
  border-radius: 12px;



}

.light-mode .right_aside .categories ul a {
  color: var(--light_dark);
  background: var(--white);



}

.dark-mode .right_aside .categories ul a {
  color: #fff;
  background: rgba(0, 0, 0, .1);



}

.right_aside .categories ul a:hover {
  color: var(--blue);
  background: var(--dark_grey);
  /*background: var(--red);*/



}

.right_aside .categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
  font-size: 14px;



}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 15px;



}

.disabled {
  cursor: not-allowed;
  color: #bccfd8;
}

.current {
  background: #bccfd8;
}

.pagination .link {
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white) !important;
  border-radius: 3px;
  padding: 5px 15px;
  cursor: pointer;
}

/*.pagination .link.prev_btn{*/
/*     float:left;*/
/*}*/
.pagination .link:hover {
  color: var(--dark) !important;
  background-color: var(--blue);
  border-color: var(--blue);
}

/*.pagination .link.next_btn{*/
/*     float:right;*/
/*}*/

.pagination .link.disabled {
  border: 1px solid var(--red);
  background: transparent;
  color: var(--dark) !important;
  border-radius: 3px;
  padding: 5px 15px;
  cursor: not-allowed;
}

.pagination .link.disabled:hover {
  opacity: 0.9;
  background: #ededed;
}

.question {
  font-weight: bold;
}

.answer {
  padding-top: 10px;
}

#pagination {
  margin-top: 20px;
  padding-top: 30px;
  border-top: #F0F0F0 1px solid;
}

.dot {
  padding: 10px 15px;
  background: transparent;
  border-right: #bccfd8 1px solid;
}

#overlay {
  background-color: rgba(255, 255, 255, .8);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#overlay div {
  position: absolute;
  left: 50%;
  top: 20%;
  margin-top: -32px;
  margin-left: -32px;
}

.page-content {
  margin: 0 auto;
}

.pagination-setting {
  padding: 10px;
  margin: 5px 0px 10px;
  border: #bccfd8 1px solid;
  color: #607d8b;
}

.bottom_post_sec .product-grid3 {
  background: var(--white);
  color: var(--dark);
  border: 0px dashed#ffd08a;
  transition: all .3s;
  border-radius: 4px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  /*min-height: 360px;*/
}

.bottom_post_sec .product-grid3:hover h4 {
  /*transform: translateY(-10px);*/
  color: var(--red);
}

/* Circle */
/*.hover15 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px !important;
    overflow: hidden;
}
.hover15::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(244,229,172,.4);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
*/

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  padding: 0px 15px 6px 15px !important;
  background: var(--white);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 34px;
  line-height: 35px;
  color: var(--red);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: var(--red);
  color: var(--blue);
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  padding: 0px 15px 6px 15px !important;
  background: var(--white);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 34px;
  line-height: 35px;
  color: var(--red);
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--red);
  color: var(--blue);
}

.product-image3 img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 10px;
}

/*for simple code block*/
code {
  background: var(--grey);
  font-size: 87.5%;
  color: #f9a516;
  word-break: break-word;
  padding: 2px 5px;
  border: 1px solid #e5e6e8;
  border-radius: 10px;
}

.imp_note {
  border-left: 2px solid var(--red);
  background-color: #f9ffce;
  /* padding-left: 15px; */
  display: inline-block;
  padding: 10px 15px;
  margin: 15px 0;
}

.right-aside_post h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.light-mode a.post_outer h4:hover,
.light-mode a.post_outer h3:hover,
.light-mode a.post_outer h2:hover {
  color: var(--blue);
}

.dark-mode a.post_outer h4:hover,
.dark-mode a.post_outer h3:hover,
.dark-mode a.post_outer h2:hover {
  color: var(--blue_light);
}

.right_tranding_post_sec .product-grid3 {
  background: var(--white);
  color: var(--dark);
  border: 0px dashed var(--grey);
  transition: all .3s;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid var(--dark_grey);
  /*min-height: 360px;*/
}

.right_tranding_post_sec .product-grid3:hover {}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: var(--red);
  border: 0px solid var(--red);
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot:hover span {
  color: var(--white);
  background: var(--red);
  /*  border: 5px double;*/
  padding: 5px;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
  color: var(--white);
  background: var(--red);
  /* border: 5px double;*/
  opacity: 1;
  padding: 5px;
  border-radius: 50%;
  /*outline-style: solid;
  outline-color: var(--blue);
  outline-width: 1px;
  outline-offset:2px; */
}

form.subscribe_frm {
  height: 45px;
  margin-top: 15px;
  padding: 6px 5px;
  position: relative;
  border-radius: 50px;
  position: relative;
}

.light-mode form.subscribe_frm {
  background: #fff;
  border: 1px solid var(--dark_grey);
}

.dark-mode form.subscribe_frm {
  background: rgba(0, 0, 0, .1);
  border: 1px solid #a1a1a1;
}

form.subscribe_frm input[type="email"] {
  border: 0;
  padding: 5px;
  width: 100%;
  padding-left: 12px;
  padding-right: 107px;
  background-color: transparent;
  z-index: 2;
  position: absolute;
}

.dark-mode form.subscribe_frm input[type="email"] {
  color: var(--white);
}

form.subscribe_frm input[type="email"]:focus {
  border: 0;
  outline: none;
}

form.subscribe_frm .subscribe_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 10px;
  margin: 3px;
  background: var(--red);
  color: var(--white);
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  min-width: 50px;
  transition: all;
  z-index: 99;
}

form.subscribe_frm .subscribe_btn:hover {
  background: var(--blue);
  color: var(--white);
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87, 184, 70, 0.8);



}

.input100:focus+.focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  /* animation: anim-shadow 0.5s ease-in-out forwards; */
  border: none !important;
  outline: none !important;



}

/* input:focus {
 outline: none !important;
 border: none !important;
 outline: 0 none !important;



} */

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }



}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }



}

.footer_nav>li>a {
  color: var(--dark);
  padding: 8px 8px;



}

.footer_nav>li>a:hover,



.footer_nav>li>a:active,



.footer_nav>li>a:focus {
  color: var(--red);
  background: transparent;



}

/*comment styling*/

.comment-user i,



.comment-date i {
  color: var(--red);



}

.comment-user {
  font-size: 18px;
  font-style: italic;
  padding-bottom: 10px;



}

.comment-date {
  font-style: italic;
  padding-bottom: 10px;



}

#spinner,



#tick {
  display: none;



}

.outer-comment {
  margin-left: -40px;



}

.outer-comment li {
  list-style-type: none;
  margin-top: 20px;



}

.media-body .media-body {
  border: 1px solid #ededed;
  padding: 15px;



}

.outer-comment .media {
  /*word-break: break-all;*/



}



.media-body {
  border: 1px solid #ededed;
  padding: 15px;
  position: relative;



}

.media-body:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  left: -16px;
  top: 14px;
  border-right-color: inherit;
  border-width: 16px;
  border-left: 0;



}

.media-body:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  left: -29px;
  top: 15px;
  border-right-color: #FFFFFF;
  border-width: 15px;



}

.media-body .media-body:last-child {
  background: rgba(0, 0, 0, .01);



}

/* search box styling */



li.searc_outer {
  width: 400px;
  margin-right: 155px;



}

.mobile_search_frm {
  width: 38px;
  height: 59px !important;
  border-bottom: 1px solid #ededed;
  background: #fff;



}

.mobile_search_frm .input-group-btn {
  display: none;



}

.ad_search_outer .search_inpt_group {
  /* border: 1px solid #6b4acc; */
  padding: 4px 5px;
  background: #6b4acc;
  border-radius: 0;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 5px;



}

.ad_search_outer .search_inpt_group .search_inpt {
  border: none;
  background: #9b7fed !important;
  outline: none;
  box-shadow: none;
  border-radius: 25px 0 0 25px;
  color: #fff;



}

/* input */



.ad_search_outer .search_inpt_group input::placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 16px;
  font-style: normal !important;
  font-family: 'myFont', Arial, Helvetica, sans-serif;

  /* Firefox */



}

.ad_search_outer .search_inpt_group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;



}

.ad_search_outer .search_inpt_group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;



}

.ad_search_outer .search_inpt_group inputinput:focus {

  color: #fff !important;



}

.ad_search_outer .search_inpt_group input input:focus::-webkit-input-placeholder {
  color: #f1f1f1 !important;
  font-style: normal !important;
  font-family: 'Quicksand', sans-serif;
}

.ad_search_outer .search_inpt {
  background-color: #322fe9;
  padding: 20px 12px;



}

.ad_search_outer .input-group-prepend {
  background-color: #ffffff;
  padding: 0px 15px;

}

.ad_search_outer .input-group-text {
  background-color: #fff;
  border: none;



}

.ad_search_outer .input-group-prepend i {

  font-size: 22px;
  color: #ecde4a;



}

.ad_search_outer .search_inpt_group .input-group-prepend {
  background-color: #ebdd58;
  padding: 0px 13px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;



}

.ad_search_outer .search_inpt_group .input-group-text {
  padding: 5px;
  border-radius: 0 25px 25px 0;
  background: transparent;
  font-weight: 600;
  color: #fff;



}

.ad_search_outer .hide {
  display: none;



}

.ad_search_outer {
  position: relative;



}

.ad_search_outer .list-group {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  border-radius: 0;
  /* border: 2px dashed #7952b3; */
  border-top: none;
  padding: 10px 4px 0px 10px;
  /* max-height: 400px; */
  overflow-y: auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
  border-radius: 20px;



}

.ad_search_outer #list1 span {
  color: #000000;
  border: none;
  padding: 5px 15px;
  background-color: transparent;
  border-bottom: 1px solid #ededed;
  text-align: left;



}

.ad_search_outer #list1 ul {
  padding-left: 0;



}

.ad_search_outer #list1 ul li {
  list-style-type: none;
  margin: 7px 0px;
  text-align: left;



}

.ad_search_outer #list1 ul li a {
  display: block;
  padding: 4px 15px;
  color: #000000;



}

.ad_search_outer #list1 ul li a:hover {
  background-color: transparent;
  color: #6b4acc;



}

.ad_search_outer #list1 span {
  color: #7952b3;



}

/* custom scrollbar */



.scrollbar_style {
  width: 100%;
  height: auto;
  /*height: 300px;
 width: 65px;*/
  /*background: #F5F5F5;*/
  overflow-y: scroll;
  margin-bottom: 25px;
  overflow-x: hidden;



}

.scrollbar_style::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  /*background-color: #F5F5F5;*/



}

.scrollbar_style::-webkit-scrollbar {
  width: 10px;
  /*background-color: #F5F5F5;*/



}

.scrollbar_style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: #ebf1fd;



}

.height_400 {
  max-height: 400px;



}

.main_add_area {
  padding: 10px 30px;



}



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



# Footer



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



#main_footer {
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;



}

#main_footer .footer-newsletter {
  padding: 50px 0;
  text-align: center;
  font-size: 15px;



}

#main_footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;



}

#main_footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;



}

#main_footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);



}

#main_footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--red);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);



}

#main_footer .footer-newsletter form input[type=submit]:hover {
  background: var(--red);



}

#main_footer .footer-top {
  padding: 40px 60px 30px 60px;
  /* background: #fff; */



}

#main_footer .footer-top .footer-contact {
  margin-bottom: 30px;



}

#main_footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;



}

#main_footer .footer-top .footer-contact h3 span {
  color: var(--red);



}

#main_footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;



}

#main_footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;



}

#main_footer .footer-top .footer-links {
  margin-bottom: 30px;



}

#main_footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;



}

#main_footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--red);
  font-size: 14px;
  line-height: 1;



}

#main_footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;



}

#main_footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;



}

#main_footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;



}

.light-mode #main_footer .footer-top .footer-links ul a {
  color: #777777;



}

.dark-mode #main_footer .footer-top .footer-links ul a {
  color: #e1e1e1;



}

#main_footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--blue);



}

#main_footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--red);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;



}

#main_footer .footer-top .social-links a:hover {
  background: var(--blue);
  color: #fff;
  text-decoration: none;



}

/* new styling */



.brand-link {
  padding: 3px 0 4px 10px;



}

.content-wrapper {
  background-color: #fff;



}

/* header Search form */



.header_search_frm {
  height: 40px;
  margin-top: 0px;
  padding: 1px 2px 0px 13px;
  position: relative;
  border-radius: 50px;
  /* background: #fff; */
  border: 1px solid var(--dark_grey);
  width: 215px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;



}

/* .header_search_frm input[type="text"] {
 border: 0;
 padding: 5px;
 width: 100%;
 padding-left: 2px;
 padding-right: 70px;



}

.header_search_frm input[type="text"]:focus {
 border: 0;
 outline: none;



} */

.header_search_frm .btn_srch_inn {
  /* display: inline-block;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0; */
  border: 0;
  font-size: 15px;
  padding: 4px 10px;
  margin: 3px;
  background: var(--red);
  color: var(--white);
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;

}

.header_search_frm .btn_srch_inn:hover {
  background: var(--blue);
  color: var(--white);



}

.header_search_frm .s_outer {
  display: inline-block;
  padding-top: 6px;



}

/* //search box */
.light-mode a.post_outer {
  color: var(--dark);



}

.dark-mode a.post_outer {
  color: var(--white);



}

a.post_outer:hover {
  color: var(--red);



}

/* .main-sidebar {
 border-right: 1px solid var(--dark_grey);




} */
/* change theme mode */



#theme_mode_toggle_checkbox {
  display: none;



}

#theme_mode_toggle_outer label {
  /* display: block; */
  position: relative;
  /* top: 50%; */
  /* right: 0; */
  /* left: 0; */
  width: 65px;
  height: 28px;
  margin: 0;
  background-color: var(--red);
  border-radius: 56px;
  /* transform: translateY(-50%); */
  cursor: pointer;
  /* transition: 0.3s ease background-color; */
  overflow: hidden;
  margin-right: 15px;



}

#theme_mode_toggle_outer #star {
  position: absolute;
  top: 4px;
  left: 12px;
  width: 0px;
  height: 0px;
  background-color: #fafd0f;
  transform: scale(1);
  border-radius: 50%;
  /* transition: 0.3s ease top, 0.3s ease left, 0.3s ease transform, 0.3s ease background-color; */
  z-index: 1;



}

#theme_mode_toggle_outer #star-1 {
  position: relative;
  top: -1px;
  left: -6px;
  font-size: 28px;
  line-height: 16px;
  color: #fafd0f;
  /* transition: 0.3s ease color; */



}

#theme_mode_toggle_outer #star-1 i {
  font-size: 22px;



}

#theme_mode_toggle_outer #star-2 {
  position: absolute;
  transform: rotateZ(36deg);
  top: 1px;
  left: -75px;
  font-size: 35px;
  line-height: 20px;



}

/* #theme_mode_toggle_outer .star {
 top: -6px;
 left: -91px;
 font-size: 33px;
 line-height: 16px;
 color: #fafd0f;
 transition: 0.3s ease color;



} */

#theme_mode_toggle_outer #moon {
  position: absolute;
  bottom: -52px;
  right: 4px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
  /* transition: 0.3s ease bottom; */



}

#theme_mode_toggle_outer #moon:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -11px;
  width: 34px;
  height: 34px;
  background-color: #03a9f4;
  border-radius: 50%;
  /* transition: 0.3s ease background-color; */



}

#theme_mode_toggle_outer #theme_mode_toggle_checkbox:checked+label {
  background-color: #000;



}

#theme_mode_toggle_outer #theme_mode_toggle_checkbox:checked+label #star {
  top: 3px;
  left: 64px;
  transform: scale(0.3);
  background-color: yellow;



}

#theme_mode_toggle_outer #theme_mode_toggle_checkbox:checked+label .star {
  color: yellow;



}

#theme_mode_toggle_outer #theme_mode_toggle_checkbox:checked+label #moon {
  bottom: 2px;



}

#theme_mode_toggle_outer #theme_mode_toggle_checkbox:checked+label #moon:before {
  background-color: #000;



}

#theme_mode_toggle_outer {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  margin-top: 0px;
  margin-left: 15px;



}

/* //change theme mode */



/* theme change mode n */
/* The switch - the box around the slider */



.theme_mode_toggle_label {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  margin-bottom: 0;



}

/* Hide default HTML checkbox */



.theme_mode_toggle_label input {
  opacity: 0;
  width: 0;
  height: 0;



}

.theme_mode_toggle_label .slider {
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;



}

.theme_mode_toggle_label .slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background-image: url(../image/sun.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
  background-color: #fff;



}

.theme_mode_toggle_label input:checked+.slider {
  background-color: #000;



}

.theme_mode_toggle_label input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;



}

.theme_mode_toggle_label input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background: var(--blue) url('../image/moon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;



}

.theme_mode_toggle_label .slider.round {
  border-radius: 34px;



}

.theme_mode_toggle_label .slider.round:before {
  border-radius: 50%;



}

/* /theme change mode n*/
.light-mode .simple_link_btn {
  color: var(--blue);



}

.dark-mode .simple_link_btn {
  color: var(--blue_light);



}

.dark-mode .page-item .page-link {
  color: var(--blue);



}

.dark-mode .page-item:not(.active) .page-link:focus,



.dark-mode .page-item:not(.active) .page-link:hover {
  color: var(--blue_light);
  background-color: #3f474e;



}

/* modal backdrop */



.modal-backdrop.show {
  opacity: .18 !important;



}

.modal-backdrop {
  background-color: #706783;



}

.modal-content {
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 37%);
  border: none !important;
  top: 40px;

}

.modal-header {
  border: none;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  z-index: 99;



}

.modal-footer {
  border: none;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  z-index: 99;



}

/* //modal backdrop */

/* sidebar styling */



/* .layout-navbar-fixed.layout-fixed .wrapper .sidebar {
 margin-top: 150px;



} */



.light-mode .main-sidebar {
  background: var(--grey);



}


@media (min-width: 992px) {

  .main-sidebar,
  .main-sidebar::before {
    width: 290px;
  }

  .sidebar-mini .main-sidebar .nav-flat .nav-link,
  .sidebar-mini-md .main-sidebar .nav-flat .nav-link,
  .sidebar-mini-xs .main-sidebar .nav-flat .nav-link {
    width: 290px;
  }

  .sidebar-mini .main-sidebar .nav-flat.nav-child-indent .nav-treeview .nav-link,
  .sidebar-mini-md .main-sidebar .nav-flat.nav-child-indent .nav-treeview .nav-link,
  .sidebar-mini-xs .main-sidebar .nav-flat.nav-child-indent .nav-treeview .nav-link {
    width: calc(290px);
  }

  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
    margin-left: 290px;
  }

  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .main-footer,
  .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0rem !important;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar,
  .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 0;
  }

  .sidebar-mini .main-sidebar .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-link,
  .sidebar-mini-md .main-sidebar .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-link,
  .sidebar-mini-xs .main-sidebar .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-link {
    width: calc(290px - 20px);
  }
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
  margin-left: 0px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  border-bottom: 0px;
  z-index: 9999;
}



.nav-sidebar>.nav-item>.nav-link {
  padding-left: 8px;
  font-size: 18px;
}

/* .nav-flat.nav-sidebar>.nav-item .nav-treeview .nav-item>.nav-link,
.nav-flat.nav-sidebar>.nav-item>.nav-treeview .nav-item>.nav-link {
  border-left: 0rem solid;
  font-size: 14px;
} */
.nav-flat.nav-sidebar>.nav-item>.nav-treeview>.nav-item>.nav-treeview .nav-item>.nav-link {
  border-left: 0rem solid;
  font-size: 16px;
}

.sidebar-dark-indigo .nav-sidebar.nav-legacy>.nav-item>.nav-link.active,
.sidebar-light-indigo .nav-sidebar.nav-legacy>.nav-item>.nav-link.active {
  border-color: #6610f2;
  background: rgba(0, 0, 0, .05);
  /* color: #fff !important; */
}

[class*=sidebar-light] .nav-legacy .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-light] .nav-legacy .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-light] .nav-legacy .nav-treeview>.nav-item>.nav-link:hover {
  background-color: transparent;
  color: var(--blue);
}

.layout-navbar-fixed .wrapper .sidebar-light-indigo .brand-link:not([class*=navbar]) {
  background-color: #f8f9fa;
}

.layout-navbar-fixed .wrapper .brand-link,
.layout-navbar-fixed .wrapper .brand-link:hover {
  top: 0;
  width: 170px !important;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar::before {
  margin-left: -290px;
}

/* .navbar-nav {
  padding-left: 170px;
} */

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .75);
}

.navbar-white .navbar-nav .nav-link {
  color: #232323;
}

.navbar-white .navbar-nav .nav-link:hover {
  color: var(--blue);
}

/* //sidebar styling */

/*global  searchlist styling */
#global_search_frm_inpt {
  padding-left: 30px;
  z-index: 99;
}

/* #global_search_frm_inpt:focus {
  border: 1px solid #ededed !important;
} */

.global_search_frm {
  position: relative;
}

.global_search_frm .input-group {
  position: relative;
}

.global_search_frm .input-group {
  position: relative;
}

.global_search_frm .input-group i {
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 20px;
  z-index: 999;
}

.light-mode .global_search_frm .fa-search {
  color: #232323;
}

.dark-mode .global_search_frm .fa-search {
  color: #fff;
}


#main_content_middle .global_search_frm {
  /* position: sticky; */
  /* top: 58px; */
  z-index: 999;
  padding: 5px;
  background: #454d55;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#main_content_middle #search_filter_inpt {
  padding-left: 30px !important;
  z-index: 99;
  margin-bottom: 0px;
}

.g_search_list {
  min-height: 30vh;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0px;
}

.g_search_list ul {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.light-mode .g_search_list ul.ul_border {
  border: 1px solid #ededed;
}

.dark-mode .g_search_list ul.ul_border {
  border: none;
}

.g_search_list ul li {
  list-style-type: none;

}

.light-mode .g_search_list ul li a {
  color: #232323;
}

.dark-mode .g_search_list ul li a {
  color: #fff;
}

.light-mode .g_search_list ul li a:hover {
  background-color: var(--red);
}

.dark-mode .g_search_list ul li a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.g_search_list ul li a {
  text-decoration: none;

  padding: 15px 22px 15px 24px;
  display: block;
  position: relative;
}

.g_search_list ul li a .result_title {
  font-size: 16px;
  display: block;
}

.g_search_list ul li a .result_content {
  font-size: 13px;
  display: block;
}

.light-mode .g_search_list ul li:not(:last-child) a {
  border-bottom: 1px solid #ededed;
}

.dark-mode .g_search_list ul li:not(:last-child) a {
  border-bottom: none;
}

.g_search_list ul li a:hover {
  color: #fff;
}

.g_search_list i.second {
  display: none;
}

.g_search_list li a i.first {
  /* margin-right: 10px; */
  position: absolute;
  top: 20px;
  left: 5px;
  font-size: 18px;
}

.g_search_list li:hover i.second {
  display: block;
}

.g_search_list li a:hover i.second {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  /* padding-top: 6px; */
  transform: rotate(90deg);
  color: #fff;
}

.light-mode .g_search_list li a:hover i.second {
  color: #fff;
}

.dark-mode .g_search_list li a:hover i.second {
  color: var(--white);
}

/*//global searchlist styling */

.col-md-12.thank_you_box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* success tick design */
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* //thank you tick design  */

.dropdown_mega ul.nav.flex-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dropdown_mega li a {
  color: #232323;
  font-size: 15px;
}

.dropdown_mega li a:hover {
  color: var(--red);
}

.dropdown_mega span {
  color: #000 !important;
}

.navbar-nav .dropdown-menu {
  min-width: 205px;
}

.dropdown_mega .dropdown-menu .container {
  box-shadow: 0 5px 15px 0 rgb(2 59 109 / 10%);
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}

.dropdown_mega .dropdown-menu {
  border: none !important;
  background: transparent;
  box-shadow: none;
}

.dropdown_mega .container .row {
  width: 100%;
}

.navbar .dropdown_mega .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar-white .dropdown_mega .dropdown-menu .container {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
  background-color: #fff;
}

.navbar-dark .dropdown_mega .dropdown-menu .container {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
  background-color: #343a40;
}

.navbar .shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3) !important;
}

.navbar-white .dropdown-item:focus,
.navbar-white .dropdown-item:hover {
  color: var(--blue);
  background-color: transparent;
}

.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
  color: var(--blue) !important;
  background-color: transparent;
}

.navbar-dark .dropdown-item {
  color: rgba(255, 255, 255, .75);
}

.navbar .dropdown_mega .nav-item {
  padding: 0;
  margin: 6px 0px;
}

#global_search_modal,
.modal-backdrop {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 9999;
}

.logo-image-lg {
  width: 123px;
}

.post_desc_inn ol li,
.post_desc_inn ul li {
  margin-bottom: 10px;
}

.light-mode .post_desc_inn ol li a {
  color: var(--dark);
}

.light-mode .post_desc_inn ol li a:hover {
  color: var(--blue);
}


.note_intro {
  background: #ededed;
  padding: 10px;
  border-left: 2px solid #df1c7f;
  margin-bottom: 15px;
}

.dark-mode .note_intro {
  background: #343a40;
  padding: 10px;
  border-left: 2px solid #df1c7f;
  margin-bottom: 15px;
}


.nav_r_tabs_lang_ch_btn .nav-link {

  border: 0px;

  display: inline-block;

  width: 30px;

  height: 31px;

  box-shadow: 0 0 6px rgb(0 0 0 / 30%) !important;

  border-radius: 50% !important;

  color: var(--red);

  margin: 0px;

  margin-top: 8px;

  padding: 3px;

  text-align: center;

  font-size: 18px;

  line-height: 26px;

  position: relative;
  background: var(--white);

}

.dark-mode .nav_r_tabs_lang_ch_btn .nav-link {
  background: var(--white) !important;
}

.nav_r_tabs_lang_ch_btn .nav-link:hover {

  border-color: var(--red) !important;

  background-color: var(--red) !important;

  color: var(--white) !important;

}

.nav_r_tabs_lang_ch_btn .nav-link.active {

  border: none;

  background-color: var(--red) !important;

  color: var(--white);

  position: relative;

  box-shadow: none;

}

.nav_r_tabs_lang_ch_btn .nav-link.active:after,

.nav_r_tabs_lang_ch_btn .nav-link:hover::after {

  content: '';

  position: absolute;

  left: -8px;

  top: 4px;

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-right: 14px solid var(--red);

  z-index: -1;

}

/* related post */
.related_post_outer .related_post_row {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .18);
  margin-bottom: 15px;
}

.related_post_outer .related_post_row:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  background: var(--grey);
}

.related_post_outer .img_col {
  padding: 0px;
}

.related_post_outer .img_col img {
  box-shadow: none !important;
  height: 100%;
  max-height: 150px;
}

.related_post_outer .title_col {
  padding: 5px 15px;
}

.related_post_outer .title_col h3 {
  font-size: 20px;
}

.related_post_outer .title_col h3 a {
  color: var(--light_dark);
}

.dark-mode .related_post_outer .title_col h3 a {
  color: var(--white);
}

.related_post_outer .related_post_row:hover h3 a {
  color: var(--blue);
}

.dark-mode .related_post_outer .related_post_row:hover {
  background: var(--dark);
}





.nav_r_tabs_lang_ch_btn {

  border-left: 0px !important;

  border-right: 0 !important;

}

/* Question block start */
.card_question_block {
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.card_question_block .card-header {
  padding: 5px;
  border-bottom: none;
}

.card_question_block .card-header h3 {
  font-size: 20px;
}



.card_question_block .icheck-primary {
  background: #f8f9fa;
  padding: 7px;
  border-radius: 2px;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.dark-mode .card_question_block .icheck-primary {
  background: #454d55;
}

.card_question_block .icheck-primary:hover {
  background: #ededed;
}

.dark-mode .card_question_block .icheck-primary:hover {
  background: #000000;
}

.card_question_block label {
  display: block;
  width: 100%;
  font-weight: 500 !important;
}

.card_question_block .icheck-primary.cr_an,
.card_question_block .icheck-primary.cr_an:hover {
  background: #d7ffdc;
  color: green;
}

.card_question_block .icheck-primary.r_an,
.card_question_block .icheck-primary.r_an:hover {
  background: #f9d9d3;
  color: red;
}


.card_question_block .ans_number {
  position: absolute;
  left: 5px;
  top: 5px;
  font-weight: 700;
}

/* Question block end */

@media screen and (min-width: 767px) {

  .navbar-nav-l {
    padding-left: 170px;
  }

  .navbar .dropdown_mega.dropdown {
    position: static;
  }

  .navbar .dropdown_mega .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 45px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown_mega.dropdown:hover .dropdown-menu,
  .navbar .dropdown_mega.dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown:hover .dropdown-menu.dropdown_menu_level_01,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    margin-top: -1px
  }
}

@media screen and (max-width:992px) {

  .code_view_card.maximized-card .editor_btn_inn {

    padding: 20% 3%;

  }

  .code_view_card.maximized-card {

    padding-right: 0px;

    padding-left: 5px;

    padding-top: 0px;

  }

  .code_view_card .code_view_outer {

    width: 92%;

    max-width: 100%;

  }

  .code_view_card.maximized-card .code_view_outer {

    width: 91%;

    max-width: 100%;

  }

  .code_view_card .editor_btn_outer {

    width: 8%;

    max-width: 45px;

    padding: 10px 5px;

    position: relative;

  }

  .code_view_card.maximized-card .editor_btn_outer {

    width: 9%;

    max-width: 45px;

    padding: 10px 5px;

  }

  #main_content_middle p {
    font-size: 16px !important;
  }

  .share_btn_outer #social-links ul li a {
    font-size: 22px;
    width: 34px;
  }

  #main_content_middle p span {
    font-size: 16px !important;
  }

  .main-sidebar {
    border-right: 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  }

  .header_search_frm .s_label,
  .header_search_frm .btn_srch_inn {
    display: none;
  }

  .header_search_frm {
    height: 35px;
    margin-top: 0px;
    padding: 0px 0 0 2px;
    position: relative;
    border-radius: 50px;
    background: #fff;
    border: none;
    width: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    box-shadow: 0 0px 15px #2020203d;
  }
}

@media screen and (max-width:767px) {
  .related_post_outer .title_col h3 {
    font-size: 18px;
  }

  #main_content_middle {
    clear: both !important;
    padding: 15px 5px 15px 5px !important;
    position: relative;
  }

  .blog_single_share #social-links {
    text-align: right;
    margin-top: -4px;
    margin-bottom: 11px;
  }

  .blog_single_share #social-links ul {
    position: static;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 5px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 22px;
    display: inline-block;

  }

  .blog_single_share #social-links ul li {
    display: inline-block;
  }

  .blog_single_share #social-links ul li a {
    font-size: 22px;
    width: 34px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    display: inline-block;
    margin: 2px 0 0 0;
  }

  .blog_single_share #social-links ul li:not(:last-child) a {
    border-bottom: 0px;
    border-right: 1px solid #ededed;
  }

  p {
    margin: 0px 0px 20px 0px;
    letter-spacing: 0.38px;
  }

  .dark-mode .s_outer {
    color: #232323;
  }

}

@media (min-width: 576px) {
  #global_search_modal .modal-dialog {
    max-width: 580px;
    margin: 1.75rem auto;
  }

}

@media (max-width: 320px) {
  .logo-image-lg {
    width: 90px;
  }

  .navbar {
    padding: .2rem 0rem;
  }

}

/* //new styling */