/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind|Poppins:500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('header.css');

:root {
  --thm-primary: #d8220b;
  --thm-secondary: #595959;
  --thm-secondary-color: #1C3964;
  --thm-light-secondary: #c4c2bb;
  --thm-grey-txt: #cccccc;
  --thm-text-font: 'Nunito', sans-serif;
  --thm-heading-font: 'Poppins', sans-serif;
  --thm-form-input: #eff2f6;
  --thm-color: #555c63;
}

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: var(--thm-text-font);
  background-color: #fff;
  font-size: 16px;
  font-size: 0.93333rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #999999;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--thm-heading-font);
  font-weight: bold;
  color: var(--thm-secondary-color);
}

ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

hr {
  margin-bottom: 40px;
}

.button {
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

input:not([type="submit"]), textarea, select {
  width: 100%;
  display: inline-block;
  background: #fff;
  height: 50px;
  padding: 10px;
  color: #b0b1b4;
  border: 1px solid #e8e8e8;
  outline: none;
  resize: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

input:not([type="submit"]):focus, textarea:focus {
  border-color: var(--thm-primary);
}

input[type="checkbox"]{
  display: none;
}

input[type="checkbox"] + label{
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}

input[type="checkbox"] + label:after{
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: 24px;
  top: 0;
  font-size: .85em;
  position: absolute;
  left: 5px;
  color: #292f38;
  display: none;
}

input[type="checkbox"] + label:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 22px;
  height: 23px;
  background: url("../images/checkbox.png") no-repeat;
}

input[type="checkbox"]:checked + label:after{
  display: block;
}

iframe {
  display: block;
  width: 100%;
}

.btn {
  font-weight: 500;
  padding: 0.70rem 1.5rem;
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 3px;
}

.form-control {
  height: 3rem;
  font-size: 0.9rem;
  padding: .375rem .85rem;
  appearance: auto;
}

.btn-primary {
  background-color: var(--thm-primary);
  border-color: #db8175;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
  background-color: var(--thm-secondary-color) !important;
}

.bg-red {
  background-color: var(--thm-primary);
  border: none;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}



.label {
  font-size: 17px;
  font-weight: 400;
}

.label + .form-control,
.label + .input-group-icon,
.label + .d-flex.p-t-10 {
  width: 100%;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
   .p-t-100 {
    padding-top: 100px;
  }

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

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

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

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

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

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

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

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

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

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }

/* ==========================================================================
   #SELECT2
   ========================================================================== */

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
   td.active {
    background-color: #2c6ed5;
  }

  input[type="date" i] {
    padding: 14px;
  }

  .table-condensed td, .table-condensed th {
    font-size: 14px;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
  }

  .daterangepicker td {
    width: 40px;
    height: 30px;
  }

  .daterangepicker {
    border: none;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
  }

  .daterangepicker::after, .daterangepicker::before {
    display: none;
  }

  .daterangepicker thead tr th {
    padding: 10px 0;
  }

  .daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    outline: none;
  }



/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  padding: 15px 15px 0;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

#contact-form-s2 #loader i {
  color: var(--thm-primary);
}

/*** back to top **/
.back-to-top {
  background-color: var(--thm-primary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: var(--thm-primary);
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
  text-align: center;
  margin: 0 0 45px;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.47em;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title h2:after, .section-title-s2 h2:after, .section-title-s3 h2:after, .section-title-s4 h2:after, .section-title-s5 h2:after {
  content: "";
  background-color: var(--thm-primary);
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.section-title-s2 {
  text-align: left;
}

.section-title-s2 h2 {
  line-height: 1.2em;
}

.section-title-s2 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  margin-bottom: 0.33em;
}

.section-title-s4, .section-title-s5 {
  text-align: left;
}

@media (max-width: 991px) {
  .section-title-s4, .section-title-s5 {
    margin-bottom: 35px;
  }
}

.section-title-s4 h2:after, .section-title-s5 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-title-s4 h2, .section-title-s5 h2,
.section-title-s4 p, .section-title-s5 p {
  color: #fff;
}

.section-title-s5 h2 {
  color: var(--thm-primary);
}

.section-title-s5 p {
  color: #999999;
}

.theme-btn, .theme-btn-s2 {
  font-family: var(--thm-hading-font);
  background-color: var(--thm-secondary-color);
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 12px 48px 12px 35px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.theme-btn:after, .theme-btn-s2:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  color: #ffffff;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .theme-btn:after, .theme-btn-s2:after {
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 40px 10px 25px;
  }
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 9px 30px 9px 15px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 30px 8px 15px;
  }
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color: var(--thm-primary);
  color: #ffffff;
}

.theme-btn:hover:after, .theme-btn-s2:hover:after {
  color: #ffffff;
}

.theme-btn-s2 {
  background-color: var(--thm-primary);
  color: #ffffff;
}

.theme-btn-s2:after {
  color: #ffffff;
}

.theme-btn:disabled,
.theme-btn-s2:disabled {
  opacity: 0.65;
}

.theme-btn:disabled:hover,
.theme-btn-s2:disabled:hover {
  background-color: var(--thm-secondary-color);
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--thm-primary);
  -webkit-box-shadow: 0 0 5px 0 #02498e;
  -moz-box-shadow: 0 0 5px 0 #02498e;
  -o-box-shadow: 0 0 5px 0 #02498e;
  -ms-box-shadow: 0 0 5px 0 #02498e;
  box-shadow: 0 0 5px 0 #02498e;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/pg-title/img-1.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 250px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title {
    height: 220px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
  position: relative;
}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  position: relative;
  justify-content: center;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: var(--thm-primary);
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: var(--thm-primary);
}

.page-title .breadcrumb > li + li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}

.preloader .inner {
  width: 55px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  background-color: #e95846;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  display: block;
  -webkit-animation: preloader-animation 1.5s infinite ease-in-out;
  animation: preloader-animation 1.5s infinite ease-in-out;
}

.preloader .inner > span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .inner > span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .inner > span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .inner > span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #e95846;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: var(--thm-primary);
  }
}

@-webkit-keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #e95846;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: var(--thm-primary);
  }
}


/************************************
	team grid
**********************************/
.team-grids .grid:hover .member-info {
  background-color: var(--thm-primary);
}

.team-grids .grid:hover .member-info h4,
.team-grids .grid:hover .member-info > span {
  color: var(--thm-primary);
}

.team-grids .member-info {
  background-color: var(--thm-primary);
  text-align: center;
  padding: 13px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.team-grids .member-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .team-grids .member-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.team-grids .member-info > span {
  color: var(--thm-primary);
}


/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  clear: both;
  overflow: hidden;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: var(--thm-hading-font);
  background-color: var(--thm-primary);
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background-color: var(--thm-secondary-color);
  color: #ffffff;
}

/*** blog-sidebar ***/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}

.blog-sidebar ul {
  list-style-type: none;
}

.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
  }
}

.blog-sidebar ul li {
  font-size: 15px;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: var(--thm-primary);
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
  line-height: 1.4;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  box-shadow: 0 1px 0 0 #000;
}



.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box ul {
  list-style: none;
}

.style-switcher-box button {
  background-color: #e6be05;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid var(--thm-grey-txt);
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #e6be05;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  color: #595959;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  /* height: 80px; */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation ul {
  list-style: none;
  justify-content: center;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: var(--thm-primary);
}

@media screen and (min-width: 1025px) {
  .site-header #navbar {
    display: inline-block !important;
    width: 100%;
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul > li > a:hover {
    background-color: #f7f7f7;
    color: var(--thm-primary);
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #ffffff;
    min-width: 220px;
    width: auto;
    border: 1px solid #e5e5e5;
    border-top: 2px solid var(--thm-primary);
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #ededed;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: var(--thm-secondary);
    display: block;
    padding: 12px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    background: #f7f7f7;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1025px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid var(--thm-primary);
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 1025px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

@media (max-width: 1024px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: var(--thm-primary);
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    /* position: absolute;
    right: 15px;
    top: 22px; */
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid var(--thm-grey-txt);
    border-right: 1px solid var(--thm-grey-txt);
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: var(--thm-primary);
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: var(--thm-primary);
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid var(--thm-grey-txt);
    width: 100%;
  }
  .site-header #navbar > ul > li:last-child {
    border-bottom: none;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }

  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-align: right;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}


/******************************
	main header
******************************/


.main-header .topbar {
  background-color: var(--thm-secondary);
  color: var(--thm-grey-txt);
  padding: 15px 0;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  /*** language ***/
}

@media only screen and (max-width:1115px) {
  .main-header .topbar{
    padding: 5px 0;
  }
}

.main-header .topbar .contact-info {
  list-style: none;
  margin-top: 5px;
}


.main-header .topbar .contact-info li {
  display: inline-block;
}

.main-header .topbar .contact-info > li + li {
  margin-left: 30px;
}

.main-header .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
  color: var(--thm-light-secondary);
}

.main-header .navbar-header .main-menu-top-right {
  display: none;
}

@media only screen and (max-width:991px) {
  .main-header .navbar-header .main-menu-top-right {
    display: block;
  }

  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li > a,
  .main-header .navbar-header .main-menu-top-right .language i,
  .main-header .navbar-header .main-menu-top-right .dropdown .dropdown-toggle {
    color: rgba(0, 0, 0, 0.9);
  }

}

@media only screen and (max-width:991px) {
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li > a,
  .main-header .navbar-header .main-menu-top-right .language i,
  .main-header .navbar-header .main-menu-top-right .dropdown .dropdown-toggle {
    font-size: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 660px) {
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li > a,
  .main-header .navbar-header .main-menu-top-right .language i,
  .main-header .navbar-header .main-menu-top-right .dropdown .dropdown-toggle {
    font-size: 17px;
  }
}

.main-header .main-menu-top-right ul.user-strip-end {
  float: right;
}

.main-header .main-menu-top-right ul.user-strip-end > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.main-header .main-menu-top-right ul.user-strip-end > li > a {
  color: var(--thm-grey-txt);
}

.main-header .main-menu-top-right ul.user-strip-end > li > a:hover {
  border-bottom: 1px solid #cbcbcb;
}

.main-header .main-menu-top-right ul.user-strip-end > li > a > i {
  margin-right: 5px;
}

/*.main-header .main-menu-top-right ul.user-strip-end > li + li {*/
/*  margin-left: 30px;*/
/*}*/

@media only screen and (min-width:1500px) and (max-width:1600px) {
  .main-header .main-menu-top-right ul.user-strip-end > li + li {
    margin-left: 15px;
  }
}

@media only screen and (max-width:767px) {
  .main-header .main-menu-top-right ul.user-strip-end > li + li {
    margin-left: 14px;
  }
}

@media only screen and (max-width: 680px) {
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end {
    text-align: center;
  }
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end {
    text-align: left;
  }
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li:first-child,
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li {
    text-align: left;
  }
  .main-header .main-menu-top-right ul.user-strip-end > li + li {
    margin-left: 0;
    margin-right: 10px;
  }
  .main-header .navbar-header .main-menu-top-right ul.user-strip-end > li:last-child {
    margin-left: 0;
  }
}

.main-header .main-menu-top-right .language i {
  color: var(--thm-light-secondary);
}

.main-header .main-menu-top-right .dropdown {
  display: inline;
  margin-left: 5px;
}

.main-header .main-menu-top-right .dropdown .dropdown-toggle {
  color: var(--thm-grey-txt);
  padding: 0;
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .main-header .main-menu-top-right ul.user-strip-end {
    display: flex;
    height: 100%;
    align-items: center;
  }
}

@media (max-width: 1325px) {
  .main-header .topbar .contact-info > li + li {
    margin-left: 13px;
  }
  
}

@media (max-width: 1289px) {
  .main-header .topbar .contact-info > li {
    width: 100%;
  }

  .main-header .topbar .contact-info > li + li {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .main-header .topbar .contact-info > li + li {
    margin-left: 0px;
  }
  .main-header .topbar ul.user-strip-end > li + li {
    margin-left: 25px;
  }
}

@media (max-width: 991px) {
  .main-header .topbar .contact-info {
    display: none;
  }

  .main-header .topbar .col {
    flex: 0 0 auto;
    width: 100%;
  }

  .main-header .topbar ul.user-strip-end {
    float: none;
  }

  .main-header .topbar ul.user-strip-end li:not(:first-child) {
    float: right;
  }

  .footer_menu_contact .contact-info {
    margin-top: 30px;
  }

  .footer_menu_contact .contact-info li{
    padding: 10px 15px 10px 35px;
  }

}
@media (max-width: 767px) {
  .main-header .topbar .language {
    float: none;
    text-align: center;
  }
}


/* .main-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 65px;
}

.main-header .topbar .bootstrap-select > .btn {
  background-color: transparent;
  color: var(--thm-grey-txt);
  border: 0;
} */

.navbar-brand {
  float: left;
  height: 110px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.main-header .navbar-brand {
  /* margin-top: 12px; */
  margin-top: 0;
  display: inline-block;
  padding: 5px 15px;
  width: 130px;
}

@media screen and (min-width: 1025px) {
  .main-header #navbar > ul > li > a {
    font-family: var(--thm-hading-font);
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #595959;
    display: block;
    padding: 30px 10px;
    line-height: 20px;
  }

}

@media screen and (min-width: 1110px) {
  .main-header #navbar > ul > li > a {
    /* padding: 30px 24px; */
    padding: 30px 16px;
  }
}

@media (max-width: 991px) {
  .main-header .navbar-header {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 680px) {
  .main-header .navbar-header {
    padding: 25px 0;
  }
}

.main-header #navbar > ul > li.active > a {
  background-color: transparent;
  color: var(--thm-primary);
}

.main-header .topbar ul.user-strip-end > li.login_button:hover > a {
  border-bottom: none;
}

.popup{
  background: #f2f2f2;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 20px 0 0;
  position: absolute;
  font-size: 14px;
  right: 0;
  overflow: hidden;
  width: 260px;
  top: 100%;
  margin-top: 21px;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.login_button.open .popup{
  opacity: 1;
  visibility: visible;
}

.popup a.button {
  margin-bottom: 20px;
  width: 100%;
}

.popup h3{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', 'sans-serif';
  margin-bottom: 20px;
  color: #3e454c;
}

.popup .button_type_1{
  width: 100%;
  display: block;
  font-size: 16px;
}

.popup .button_type_1:first-child{
  margin-bottom: 20px;
}

.popup div a{
  color: #212428;
}

.popup div a:hover{
  color: #ff680d;
}

.popup ul li{
  margin-bottom: 15px;
}

.popup ul li:nth-child(2n){
  width: 100%;

}

.popup ul li:last-child {
  margin-bottom: 0;
}

.popup form{
  padding: 0 20px;
}

.popup .login_footer{
  padding: 30px 20px 0;
  background-color: #f9f9f9;
}

.popup label{
  color: #3e454c;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
}

.popup input{
  width: 100%;
}

.popup input[type="checkbox"]{
  display: none;
}

.button.button_orange {
  background: var(--thm-primary);
}

.button.button_orange:hover, .button.button_grey {
  background: #3e454c;
}

.button.button_orange:hover {
  color: #ffffff;
}

.sticky-header {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: -200px;
  z-index: 9999 !important;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.sticky-on {
  opacity: 1;
  top: 0;
  z-index: 9999;
}



/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 59vh;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 991px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 59vh;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .hero .slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #fff;
  width: 50px;
  height: 50px;
  z-index: 9;
  border-radius: 50%;
  @inlcude transition-time(0.3s);
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev:before,
.hero .slick-next:before {
  color: var(--thm-primary);
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: var(--thm-primary);
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-prev {
  left: 15px;
}

.hero .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 15px;
}

.hero .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: var(--thm-primary);
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero-center {
  text-align: center;
}

/************************************
	hero style 1
*************************************/
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
  font-size: 60px;
  font-size: 4rem;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
    font-size: 15px;
    font-size: 1rem;
  }
}


/*--------------------------------------------------------------
#0.4	Download-cta List
--------------------------------------------------------------*/

.download-cta-list {
  background-color: var(--thm-secondary-color)
}

.download-cta-list__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 90px;
}

.download-cta-list .download-cta-list__list {
  grid-template-columns: repeat(4, 1fr);
}

.download-cta-list__inner {
  padding: 45px 0;
}

.download-cta-list__item:not(:first-child):before {
  background-color: rgba(255, 255, 255, 0.1)
}

.download-cta-list__item-title {
  color: #FFF
}

.download-cta-list__item-link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}

.download-cta-list__item-link,
.download-cta-list__item-link:hover {
  color: rgba(255, 255, 255, 0.8)
}

.download-cta-list__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  line-height: 1.8em;
}

.download-cta-list__item:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  bottom: -45px;
  left: -60px;
  width: 1px;
}

.download-cta-list__item:not(:first-child):before {
  background-color: rgba(255,255,255,0.1);
}

.download-cta-list__item-link:hover .download-cta-list__item-label {
  box-shadow: 0 1px 0 0 #FFF
}

.download-cta-list__item-link:active .download-cta-list__item-label {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4)
}

.download-cta-list__item-label {
  transition: box-shadow 250ms;
}

.download-cta-list__item-icon:before,
.post__header-more-icon:before {
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f178';
}

.download-cta-list__item-icon {
  transition: all 250ms;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 14px;
}

.download-cta-list__item-link:hover .download-cta-list__item-icon {
  right: -2px;
}

@media (max-width: 1199px) {
  .download-cta-list__item {
    line-height: 1.5rem;
  }
}

@media (max-width: 991px) {
  .download-cta-list .download-cta-list__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .download-cta-list__item-link {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#0.4	Statement Section
--------------------------------------------------------------*/

.about-section-s4 .about-img img, .about-section-s5 .about-img img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .about-img {
    margin-bottom: 20px;
  }
}



/*--------------------------------------------------------------
#0.4	Activities Section
--------------------------------------------------------------*/

.activity_feed_content {
  width: 500px;
}

.activity_feed_content .NewsFeedDayTitle {
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.activity_feed_content > div + div{
  margin-top: 20px;
}

.activity_feed_content > div:first-child {
  margin-top: 0;
}

.activity_feed_content > div ul li .NewsFeedItemRegular a {
  box-shadow: 0 1px 0 0 transparent;
}

.activity_feed_content > div ul li .NewsFeedItemRegular:hover a {
	box-shadow: 0 1px 0 0 #000;
}

.NewsFeedItemRegular a {
  color: #000;
  display: inline-block;
  position: static;
}

/*--------------------------------------------------------------
#0.4	Post Section
--------------------------------------------------------------*/

.post__item-inner {
  display: grid;
  position: relative;
  border-radius: 3px;
}

.post__header {
  margin-bottom: 60px;
}

.post__header-more {
  margin: 10px 0 0 0;
}

.post__header-more-link {
  color: var(--thm-primary);
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.post__header-more-link:hover {
  color: var(--thm-primary);
}

.post__header-more-icon {
  transition: all 250ms;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 14px;
}

.post__header-more-link:hover .post__header-more-icon {
  right: -2px;
}

.post-posts__header-more-link:active .post-posts__header-more-icon {
  right: -4px
}

.post__header-more-label {
  transition: box-shadow 250ms;
}

.post__header-more-link:hover
.post__header-more-label {
  box-shadow: 0 1px 0 0 var(--thm-primary);
}

.post__item {
  text-align: center;
}

.post__item-inner {
  background-color: #FFF;
}

.post__item-date {
  background-color: #FFF;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  margin: 0;
  font-size: 1em;
  z-index: 20;
  border-radius: 2px;
  text-align: center;
}

.post__item-date-month {
  color: #FFF;
  background-color: #D8220B;
  display: block;
  padding: 2px 0;
  font-size: 0.788em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 2px 2px 0 0;
  line-height: 1.4;
}

.post__item-date-day {
  color: #242528;
  display: block;
  padding: 4px;
  font-size: 1.25em;
  font-weight: normal;
}

.post__item-content {
  background-color: #FFF;
  border: 1px solid #efefef;
  display: table;
  width: 100%;
  min-height: 100px;
  order: 2;
}

.post__item-content-inner {
  display: table-cell;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.post__item-title {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.post__item-title-link {
  box-shadow: 0 1px 0 0 transparent;
  color: #242528;
}

.post__item-title-link:hover {
  box-shadow: 0 1px 0 0 #242528;
  color: #242528;
}

.post__item-lifespan {
  color: #403F42;
  margin: 5px 0 0 0;
  font-size: 0.875em;
}

.post__item-thumb {
  margin: 0;
  order: 1;
}

.post__item-thumb-link {
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  border-radius: 3px 3px 0 0;
}

.post__item-thumb-link {
  background-image: url("../images/default-portrait.jpg");
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.post-posts--3-cols .post-posts__item {
  min-height: 300px;
}

.post-posts__item {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 3px;
  background-size: cover;
  background-position: top center
}

.post-posts__item-inner {
  transition: all 500ms;
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  padding: 30px;
  border-radius: 3px
}

.post-posts__item-container {
  transition: all 500ms;
  display: inline-block;
  position: relative;
  z-index: 20
}

.post-posts__item-date {
  color: rgba(255,255,255,0.8);
  margin: 0 0 5px 0;
  font-style: italic;
  font-size: 1rem;
}

.post-posts__item-title {
  position: relative;
  margin: 0;
  font-size: 1.45em;
  font-weight: 600;
  word-break: break-word;
  line-height: 1.4;
  z-index: 20
}

.post-posts__item-title-link {
  text-decoration: none
}

.post-posts__item.has-post-thumbnail .post-posts__item-title-link {
  box-shadow: 0 1px 0 0 transparent;
  color: #FFF;
}

.post-posts__item.has-post-thumbnail .post-posts__item-title-link:hover {
  box-shadow: 0 1px 0 0 #fff;
}

.post-posts__item-title-link:hover {
  text-decoration: none
}


.post-posts__item-author-link:hover {
  text-decoration: none
}

.post-posts__item-permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10
}

.post-posts__item-permalink-link {
  text-decoration: none;
  transition: all 500ms;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px
}

.post-posts__item-permalink-link:hover {
  text-decoration: none
}

.post-posts__item.has-post-thumbnail .post-posts__item-permalink-link {
  background-color: rgba(0,0,0,0.5);
}

@media only screen and (max-width:767px) {
  .post__grid {
    padding: 0 .775rem;
  }
  .post__grid > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .post-posts .post__grid > .row {
    grid-template-columns: 1fr;
  }

  .post__grid > .row > .post__item {
    padding: 0;
    width: auto;
  }
}

/*--------------------------------------------------------------
#0.4	Footer Section
--------------------------------------------------------------*/

.site-footer {
  background-color: #fafbfc;
  border-top: 1px solid rgba(237,241,244,0.5);
}

.site-footer .upper-footer {
  padding: 100px 0;
}

.site-footer .upper-footer ul, .site-footer .upper-footer li, .site-footer .upper-footer p, .site-footer .upper-footer a {
  box-shadow: 0 1px 0 0 transparent;
  color: #403F42;
  font-size: 1rem;
}

.site-footer .upper-footer li:first-child {
  margin-top: 0;
}

.site-footer .upper-footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  margin: 15px 0 0 0;
}

.site-footer .upper-footer a:hover {
  box-shadow: 0 1px 0 0 #403F42;
}

.site-footer .copyright-info {
  background-color: #ffffff;
  padding: 30px 0;
}

.site-footer .copyright-info .copyright-area p,
.site-footer .copyright-info .agency a {
  color: #76757B;
}

.site-footer .copyright-info .copyright-area p {
  margin-bottom: 0;
}

.site-footer .copyright-info .agency {
  text-align: right;
}

@media only screen and (max-width:767px) {
  .site-footer .upper-footer [class*="col-"] .widget,
  .site-footer .upper-footer [class^="col-"] .widget  {
    margin-bottom: 40px;
  }

  .site-footer .upper-footer [class*="col-"]:last-child .widget,
  .site-footer .upper-footer [class^="col-"]:last-child .widget  {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
  # Sidebar Section
--------------------------------------------------------------*/
.sidebar {
  position: relative;
}

.card_wrapper {
  /* border: 1px solid rgba(0,0,0,.15);
  border-radius: 6px;
  box-shadow: 0 10px 40px -20px rgba(0,0,0,.35); */
  padding: 25px 0 20px 30px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .card_wrapper {
      width: 273px !important;
  }
}

@media only screen and (min-width:1400px) {
  .card_wrapper {
    width: 320px !important;
  }
  
}

.research-family .headlines {
  margin-bottom: 18px;
}

.research-family .title {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.research-family .subtitle {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 22px;
}

.research-family .inner-card {
  background-color: #fff;
  border: none;
}

@media (min-width: 991px) {
  .research-family .inner-card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.research-family .form {
  margin-bottom: 30px;
}

.research-family .input {
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(80,80,80,.25);
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  height: 35px;
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.research-family .input:focus {
  border-color: rgba(0,0,0,.25);
  box-shadow: none;
  outline: 0;
}

.research-family .input_in_short {
  display: block;
}

.research-family .validified_wrapper {
  display: block;
}

.research-family .buttons {
  text-align: center;
}

.research-family .button {
  background: 0 0;
  border: 1px solid var(--thm-primary);
  border-radius: 25px;
  color: var(--thm-primary);
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 34px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: .3s ease-in-out;
  width: 100%;
}

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

.research-family .link {
  background: 0 0;
  border: none;
  color: #999;
  font-size: 13px;
  padding: 0;
}

.mh_button.hierarchy_primary.active, .mh_button.hierarchy_primary:active, .mh_button.hierarchy_primary:focus, .mh_button.hierarchy_primary:hover {
  background-color: var(--thm-primary);
  border-color: var(--thm-primary);
  color: #fff;
}

.research-family .link:hover {
  background: none;
  color: var(--thm-primary);
}

@media (max-width: 991px) {
  .research-family .inner-card {
    padding: 0;
  }
}


/*--------------------------------------------------------------
#	news grids
--------------------------------------------------------------*/
.blog-pg-content .news-grids > [class*="col-"],
.blog-pg-content .news-grids > [class^="col-"] {
  margin-bottom: 50px;
}

.news-grids .grid {
  border: 1px solid #e5e5e5;
}

.news-grids .entry-media img {
  border-radius: 5px;
}

.news-grids .entry-body {
  padding: 30px 35px;
}

@media (max-width: 767px) {
  .news-grids .entry-body {
    padding: 20px 15px;
  }
}

.news-grids .date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .news-grids .date {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.news-grids .entry-header h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0.2em 0 0.8em;
}

@media (max-width: 1199px) {
  .news-grids .entry-header h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.news-grids .entry-header h3 a {
  color: var(--thm-secondary-color);
  line-height: 1.4;
}

.news-grids .entry-header h3 a:hover {
  box-shadow: 0 1px 0 0 var(--thm-secondary-color);
}

.news-grids .entry-meta {
  overflow: hidden;
}

.news-grids .entry-meta .read-more {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--thm-secondary-color);
}

@media (max-width: 1199px) {
  .news-grids .entry-meta .read-more {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.news-grids .entry-meta .read-more:hover {
  box-shadow: 0 1px 0 0 var(--thm-secondary-color);
}

@media (max-width: 600px) {
  .blog-pg-content .news-grids > .col {
    flex: 0 0 auto;
    width: 100%;
  }
}



/*--------------------------------------------------------------
#	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#	blog-single-content
--------------------------------------------------------------*/
.blog-single-content {
  /*** tags ***/
  /*** comments ***/
}

.blog-single-content ul {
  list-style: none;
}

.blog-single-content .post .post-title-meta {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.blog-single-content .post .post-title-meta h2 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-title-meta h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .post .post-title-meta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.blog-single-content .post .meta-info {
  overflow: hidden;
}

.blog-single-content .post .meta-info li {
  float: left;
  margin-right: 50px;
}

.blog-single-content .post .meta-info li:last-child {
  margin-right: 0;
}

.blog-single-content .post .meta-info li a {
  color: #999999;
}

.blog-single-content .post .post-body h3 {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.63em;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-body h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-content .post .post-body p {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 1.2em;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-body p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-single-content .post .post-body p:first-child:first-letter {
  font-size: 35px;
  font-size: 2.33333rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.blog-single-content .post .gallery-post {
  padding-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-single-content .post .gallery-post {
    padding-top: 20px;
  }
}

.blog-single-content .post .gallery-post .gallery {
  overflow: hidden;
}

.blog-single-content .post .gallery-post .gallery img {
  width: 100%;
}

.blog-single-content .post .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-single-content .post .gallery-post .gallery > div:last-child {
  width: 39%;
  float: right;
}

/*--------------------------------------------------------------
	#testimonails page
--------------------------------------------------------------*/

.listing-pg .page-title {
  background: url("../images/pg-title/img-5.jpg") center center/cover no-repeat local;
}

.listing-pg-content {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .listing-pg-content {
    padding-bottom: 15px;
  }
}

.listing-pg-content .listing-grids {
  margin: 0 -30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .listing-pg-content .listing-grids {
    margin: 0 -15px;
  }
}

.listing-pg-content .listing-grids .grid {
  width: 50%;
  float: left;
  padding: 0 15px 55px;
}

@media (max-width: 600px) {
  .listing-pg-content .listing-grids .grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
#	committee-section
--------------------------------------------------------------*/
.listing-section .grid, .listing-pg-content .grid {
  overflow: hidden;
}

.listing-section .client-pic, .listing-pg-content .client-pic {
  width: 36%;
  float: left;
}

@media (max-width: 991px) {
  .listing-section .client-pic, .listing-pg-content .client-pic {
    width: 100%;
    float: none;
  }
}

.listing-section .grid .details, .listing-pg-content .grid .details {
  width: 64%;
  float: left;
  padding: 0 30px 10px;
  position: relative;
}

@media (max-width: 991px) {
  .listing-section .grid .details, .listing-pg-content .grid .details {
    width: 100%;
    float: none;
    padding: 20px 10px 20px 0;
  }
}

.listing-section .grid .details:after, .listing-pg-content .grid .details:after {
  content: "";
  background-color: var(--thm-primary);
  width: 30px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.nocontent:after,
.nocontent:before {
  content: none !important;
}

@media (max-width: 991px) {
  .listing-section .grid .details:after, .listing-pg-content .grid .details:after {
    left: 0;
  }
}

.listing-section .client-pic img, .listing-pg-content .client-pic img {
  width: auto;
}

.listing-section .details h4, .listing-pg-content .details h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 0.12em;
}

@media (max-width: 991px) {
  .listing-section .details h4, .listing-pg-content .details h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.listing-section .client-post, .listing-pg-content .client-post {
  color: #999999;
  display: block;
  margin-bottom: 10px;
}

.listing-section .details p, .listing-pg-content .details p {
  color: #666;
}

.listing-pg-content .details p {
  line-height: 1.4;
  margin-bottom: 5px;
}

.listing-section .owl-controls, .listing-pg-content .owl-controls {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .listing-section .owl-controls, .listing-pg-content .owl-controls {
    width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.listing-section .owl-controls .owl-nav .owl-prev, .listing-pg-content .owl-controls .owl-nav .owl-prev,
.listing-section .owl-controls .owl-nav .owl-next, .listing-pg-content .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  color: #012f5c;
  font-size: 24px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
  .listing-section .owl-controls .owl-nav .owl-prev, .listing-pg-content .owl-controls .owl-nav .owl-prev,
  .listing-section .owl-controls .owl-nav .owl-next, .listing-pg-content .owl-controls .owl-nav .owl-next {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .listing-section .owl-controls .owl-nav .owl-prev, .listing-pg-content .owl-controls .owl-nav .owl-prev,
  .listing-section .owl-controls .owl-nav .owl-next, .listing-pg-content .owl-controls .owl-nav .owl-next {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.listing-section .owl-controls .owl-nav .owl-prev:hover, .listing-pg-content .owl-controls .owl-nav .owl-prev:hover,
.listing-section .owl-controls .owl-nav .owl-next:hover, .listing-pg-content .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  color: var(--thm-primary);
}

.listing-section .owl-controls .owl-nav .owl-prev, .listing-pg-content .owl-controls .owl-nav .owl-prev {
  left: -80px;
}

.listing-section .owl-controls .owl-nav .owl-next, .listing-pg-content .owl-controls .owl-nav .owl-next {
  right: -40px;
}



/*--------------------------------------------------------------
#	service grid
--------------------------------------------------------------*/

.services-pg-content .services-grid-s2 .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

.services-grid-s2 .grid {
  text-align: center;
  padding: 50px 35px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid {
    padding: 35px 20px;
  }
}

.services-grid-s2 .grid .details {
  position: relative;
  z-index: 2;
}


.services-grid-s2 .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.83em;
  padding-bottom: 0.42em;
  position: relative;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-grid-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-grid-s2 .grid h3:after {
  content: "";
  background-color: var(--thm-primary);
  width: 28px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services-grid-s2 .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--thm-secondary-color);
  display: inline-block;
  margin-top: 1.2em;
}

.services-grid-s2 .read-more:hover {
  color: var(--thm-primary);
}

.services-grid-s2 .grid:hover .read-more {
  color: var(--thm-primary);
  box-shadow: 0 1px 0 0 var(--thm-primary);
}

@media (max-width: 1199px) {
  .services-pg-content .services-grid-s2 .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .services-pg-content .services-grid-s2 .grid {
    width: calc(100% - 30px);
    float: none;
  }

}




/*--------------------------------------------------------------
#	Data Search-section
--------------------------------------------------------------*/

.dataSearch{
	background-color: #efefef;
	padding: 25px 30px;
}

.dataSearch .form-group {
    margin-bottom: 0;
}

.dataSearch .col-auto .btn-primary{
	border-bottom: 3px var(--thm-primary) solid;
}

.dataSearch .col-auto .btn-primary:hover{
	border-color: #71a4ef;
}

.twoToneCenter {
  text-align: center;
  margin: 1em 0;
}
/*@media (min-width: 780px) {
  .twoToneCenter {
    width: 600px;
    display: grid;
    grid-template-columns: repeat(2, [col] calc(100%/2));
    grid-auto-rows: 120px;
    margin: 30px auto 40px;
  }
}*/

@media screen and (max-width: 991px){
	.dataSearch .form-row .form-group{
		margin-bottom: 10px;
	}
}

/*@media screen and (max-width: 360px){
	.dataSearch .form-row .form-group{
		margin-bottom: 10px;
	}
}*/
.twoToneButton {
  display: inline-block;
  outline: none;
  position: relative;
  transition: padding-right 0.3s ease;
  font-weight: 700;
}
.twoToneButton:hover {
  box-shadow: 0 0 10px var(--thm-secondary-color) inset, 0px 1px 0 #71a4ef;
  color: #f3f3f3;
}
.twoToneButton:active {
  box-shadow: 0 0 10px var(--thm-secondary-color) inset, 0px 1px 0 #71a4ef;
  color: #ffffff;
  background: var(--thm-secondary-color);
  background: linear-gradient(to bottom, var(--thm-secondary-color) 0%, #51709b 50%, #51709b 51%, var(--thm-secondary-color) 100%);
}

.dataSearch .col-auto .btn-primary.twoToneButton.spinning {
	background: var(--thm-secondary-color);
	border-bottom: 3px #71a4ef solid;
  padding-right: 40px;
}
.twoToneButton.spinning:after {
  content: '';
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px #51709b;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
.twoToneButton.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 6px;
  top: 50%;
  position: absolute;
  border: 2px solid var(--thm-secondary-color);
  border-right: 3px solid #71a4ef;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
@-webkit-keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

.dataTables_filter {
  display: none;
}

.dataTables_wrapper table.table thead, .dataTables_wrapper table.table tbody {
  font: 90%/1.45em "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	line-height: 1.1em;
}

collapsed + tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: '-';
  cursor: pointer;
  font-size: 20px;
}
.accordion-toggle.collapsed .expand-button:after
{
  content: '+';
  cursor: pointer;
}

.dt-buttons .btn-primary {
  background-color: var(--thm-primary);
  border-color: #e5695a;
  color: #ffffff;
}

.dt-buttons .btn-primary:hover {
  border-color: #7299d3;
}

/* DataTable Pegination */
.page-item.active .page-link {
  background-color: var(--thm-primary);
  border-color: transparent;
}

.page-link {
  color: var(--thm-secondary-color);
}

.page-link:focus {
  box-shadow: none;
}


/*--------------------------------------------------------------
#	Table-section
--------------------------------------------------------------*/

.table-bordered {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}


.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

/*--------------------------------------------------------------
 Contact Page
----------------------------------------------------------------*/
.contact-form-inner {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contact-pg-content .contact-detail-container {
    padding-right: 25px;
  }
}

.contact-page-section iframe {
  display: block;
}

.contact-details-list {
  padding-top: 20px;
}
.contact-details-list ul {
  margin: 0;
  padding: 0;
}
.contact-details-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid rgba(241, 91, 67, 0.25);
  padding: 25px 35px 28px 35px;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
}
.contact-details-list ul li:last-child {
  margin-bottom: 0;
}
.contact-details-list .icon {
  background-color: #F15B43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  text-align: center;
  width: 80px;
}
.contact-details-list .details-content {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 20px;
}
.contact-details-list .details-content h4 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact-details-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .contact-details-list ul li {
    padding: 15px 20px 20px 20px;
  }
  .contact-details-list .icon {
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 45px;
  }
  .contact-details-list .details-content {
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
  }
}

.contact-from-wrap {
  background-color: #efefef;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 45px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact-from-wrap .contact-from {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.contact-from-wrap .contact-from p {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.contact-from-wrap .contact-from p.width-full {
  width: 100%;
}
.contact-from-wrap .contact-from p:last-child {
  margin-bottom: 0;
}

.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.contact-from-wrap .contact-from input[type=submit] {
  padding: 15px 30px;
}
input:not([type="submit"]), textarea {
  color: #595959;
}
.contact-from input[type=text],
.contact-from input[type=email],
.contact-from input[type=url],
.contact-from input[type=password],
.contact-from input[type=search],
.contact-from input[type=number],
.contact-from input[type=tel],
.contact-from input[type=range],
.contact-from input[type=date],
.contact-from input[type=month],
.contact-from input[type=week],
.contact-from input[type=time],
.contact-from input[type=datetime],
.contact-from input[type=datetime-local],
.contact-from input[type=color],
.contact-from textarea {
  background-color: #F8F8F8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  padding: 0 15px;
}
.contact-from input[type=text],
.contact-from input[type=email],
.contact-from input[type=url],
.contact-from input[type=password],
.contact-from input[type=search],
.contact-from input[type=number],
.contact-from input[type=tel],
.contact-from input[type=range],
.contact-from input[type=date],
.contact-from input[type=month],
.contact-from input[type=week],
.contact-from input[type=time],
.contact-from input[type=datetime],
.contact-from input[type=datetime-local],
.contact-from input[type=color] {
  height: 55px;
}
.contact-from textarea {
  padding: 20px 10px;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .contact-from-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .contact-from-wrap {
    padding: 40px 20px;
  }
  .contact-from-wrap .contact-from p {
    width: 100%;
  }
}

.registration-pg-content form button,
.contact-pg-content form button {
  font-family: "Poppins", sans-serif;
  background-color: var(--thm-secondary-color);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #fff;
  border: 0;
  border-radius: 10px;
  outline: 0;
}

.contact-section form button:hover, .contact-pg-content form button:hover,
.registration-pg-content form button:hover {
  background-color: var(--thm-primary);
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.social-icon-wrap .social-icon {
  padding: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.social-icon-wrap .social-icon a {
  background-color: #F15B43;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icon-wrap .social-icon a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.social-icon-wrap .social-icon [class*=fa-] {
  width: 40px;
  text-align: center;
}
.social-icon-wrap .social-icon span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  padding: 10px 15px;
}
.social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}
.social-icon-wrap .social-instagram a {
  background-color: #bd2684;
}
.social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}
.social-icon-wrap .social-whatsapp a {
  background-color: #25d366;
}
.social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}
.social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}
.social-icon-wrap .social-google a {
  background-color: #dd4b39;
}

/*----------------------------------------*/
/*   Member Registration Form
  /*----------------------------------------*/

  .profile-uploader {
    display: table;
    float: right;
    vertical-align: middle;
}

.title-header-content {
    height: 100%;
}

#imageUpload {
    display: none;
}

#profileImage {
    cursor: pointer;
}

#profile-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-left: 20px;
    /* -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; */
}

.profile-uploader span {
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

#profile-container img {
    width: 150px;
    height: 150px;
}

.end_border {
  border-bottom: solid 1px rgb(218, 218, 218);
  margin-top: 30px;
  padding-bottom: 30px;
}

.block-title h2.title-block {
  margin-bottom: 25px;
}

.end_border .form-group > label > strong {
  margin-bottom: 15px;
  display: block;
  background: #0c2139;
  color: #fff;
  padding: 0 10px;
  border-radius: 25px;
}

.end_border .form-group .form-check {
  margin: 15px 0;
  padding-left: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact_form-box .form-input input {
    display: none;

}

.contact_form-box .form-input label {
    display: block;
    height: 45px;
    text-align: center;
    background: var(--thm-form-input);

    color: var(--thm-color);
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}

.contact_form-box .form-input img {
    width: 320px;
    height: 200px;
    display: none;

    margin: 20px auto 30px;
}

.contact_form-box {
    margin-top: 40px;
}

.contact_form textarea {
    height: 140px;
    padding-top: 20px;
}

.contact_form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.contact_form label strong {
    /* font-size: 12px !important; */
    color: #0c2139;
}

.contact_form-box .input-group-append {
    display: table;
}

.contact_form-box .input-group-text {
    background-color: #e9ecef !important;
    border: none;
    vertical-align: middle;
    display: table-cell;
}

.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.uploader .contact_form-input+label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uploader label:hover {
    border-color: #454cad;
}

.uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden {
    display: none;
}

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden {
    display: none;
}

.uploader #response #messages {
    margin-bottom: 0.5rem;
}

.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-image.hidden {
    display: none;
}

.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage.hidden {
    display: none;
}

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader input[type=file] {
    display: none;
}

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
}

.contact_form-box input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.registration-pg-content input.contact_form-input,
.registration-pg-content .contact_form-input  {
  line-height: 50px;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.registration-pg-content input.contact_form-input:focus,
.registration-pg-content .contact_form-input:focus {
  border-color: #ced4da;
}

.contact_form-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

.contact_form-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

.contact_form-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

.contact_form-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.contact_form-input:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}


.label {
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container:last-child {
  margin-right: 0;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
  background-color: #e5e5e5;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--thm-primary);
}

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-group {
  position: relative;
  margin-bottom: 22px;
}

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

.input-icon {
  position: absolute;
  font-size: 18px;
  color: #999;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.registration-pg-content .submit-btn {
  margin-top: 40px;
}

.registration-pg-content form button {
  width: auto;
  display: block;
  padding: 0.375rem 1.5rem;
}


/* Publication Books */

.lib-papular-books .nav-tabs {
  float: right;
  width: 65%;
  text-align: center;
  margin: -24px 0px 0px 0px;
  border: none;
}

.lib-papular-books .nav-tabs > li {
  margin-top: 24px;
}

.lib-papular-books .nav-tabs > li > a:hover,
.lib-papular-books .nav-tabs > li.active > a,
.lib-papular-books .nav-tabs > li.active > a:focus {
  color: #fff;
  outline: none;
}

.lib-papular-thumb {
  float: left;
  width: 100%;
  border: solid 1px #CCC;
  padding: 5px;
}

.lib-papular-books .tab-content {
  float: left;
  width: 35%;
  padding: 0px 15px;
}

.card-tabs .nav-tabs > li > a.active,
.card-tabs .nav-tabs > li > a.active:hover,
.card-tabs .nav-tabs > li > a.active:focus {
  cursor: default;
}

.card-tabs .nav-tabs .nav-item .nav-link,
.card-tabs .nav-tabs .nav-item.show .nav-link,
.card-tabs .nav-tabs .nav-link.active,
.card-tabs .nav-tabs .nav-link:focus,
.card-tabs .nav-tabs .nav-link:hover{
border: none;
color: transparent;
padding: 0;
}

.nav-tabs > li > a.active .lib-papular-thumb,
.nav-tabs > li > a.active:hover .lib-papular-thumb,
.nav-tabs > li > a.active:focus .lib-papular-thumb{
 /*background-color: var(--primary-color);*/
 background-color: var(--thm-primary);
}

.nav-tabs .nav-link{
 border: none;
}

.lib-papular-thumb img {
  width: 100%;
  height: 225px;
  float: left;
}

.lib-papular {
  float: left;
  width: 100%;
  border: solid 1px #CCC;
  padding: 10px;
}

.lib-papular .kode-thumb {
  float: left;
}

.lib-papular .kode-thumb img {
  float: left;
  width: 100%;
}

.lib-papular .kode-text {
  padding: 10px 0px 0px 270px;
}

.kode-text h2{
  color: #262626;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 26px;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.kode-text h2.link-title {
color: #445a69;
}

.lib-papular .kode-text h4 {
  color: #2879c9;
  font-size: 14px;
  margin: 0px 0px 10px;
}

.kode-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #666666;
  margin-bottom: 9px;
}

.lib-more a{
position: relative;
color: #333;
}

.lib-papular .lib-more {
  float: left;
  width: 100%;
}

.lib-papular .lib-more a {
  float: right;
  color: #333;
  font-weight: bold;
}

.lib-more a:hover,
.lib-papular .lib-more a:hover{
color: var(--thm-primary);
}

.np-btn{
  text-align: right;
  display: inline-block;
}
.prevtab.btn.btn-primary:hover,.nexttab.btn.btn-primary:hover,
.prevtab.btn.btn-primary:focus,.nexttab.btn.btn-primary:focus,
.prevtab.btn.btn-primary,.nexttab.btn.btn-primary{
  background-color: var(--thm-secondary-color);
  border-color: transparent;
  border-bottom: none;
  box-shadow: none;
  padding: 10px;
  outline: none;
  width: 50px;
  height: 50px;
}

.np-btn .btn i {
  font-size: 24px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.prevtab,.nexttab{
display: none;
}

.lib-papular .inner-box .kode-thumb{
position: relative;
display: block;
overflow: hidden;
background: #252638;
border-radius: 5px 5px 0px 0px;
width: 100%;
}

.lib-papular .inner-box .kode-thumb:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8)10%, rgba(0,0,0,0.0) 50%);
left: 0px;
bottom: 0px;
z-index: 1;
transition: all 500ms ease;
}

.lib-papular .inner-box .kode-thumb .image{
position: relative;
display: block;
}

.lib-papular .inner-box .kode-thumb .image img{
width: 100%;
transition: all 500ms ease;
height: 475px;
}

.lib-papular .inner-box:hover .kode-thumb .image img{
/* opacity: 0.1; */
}

.lib-papular .inner-box .kode-thumb .kode-text{
position: absolute;
left: 0px;
bottom: 20px;
width: 100%;
padding: 0px 20px 0px 20px;
z-index: 2;
}

.lib-papular .inner-box .kode-thumb .kode-text h2{
display: block;
font-size: 20px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
}

.lib-papular .inner-box .kode-thumb .kode-text h2 a{
display: inline-block;
color: #ffffff;
}

.lib-papular .inner-box .kode-thumb .kode-text h2 a:hover{
text-decoration: underline;
}

@media only screen and (max-width: 1280px){
  .lib-papular-books .nav-tabs{
    width: 40%
  }
  .lib-papular-books .tab-content{
    width: 60%
  }
  .card-tabs .nav-link{
    padding: 0;
  }
}

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

}

@media only screen and (max-width: 991px){
.lib-papular-books .nav-tabs {
    display: none;
}

.np-btn{
  width: 100%;
}

.prevtab,.nexttab {
    display: block;
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}

.lib-papular-books .tab-content{
  width: 100%;
}
}

@media only screen and (max-width: 959px){
.news_wrapper .right-col.two-col {
    width: 100%;
      max-width: 100%;
}

.news_wrapper .left-col {
    height: auto;
    width: 100%;
}

.news_wrapper .two_columnnews a.read-more-btn {
  position: inherit;
}
}


@media only screen and (max-width: 767px){
.lib-papular-books .nav-tabs {
    float: left;
    width: 100%;
    display: none;
}

.lib-papular-books .tab-content {
    float: left;
    width: 100%;
}

.lib-papular .kode-text {
    padding: 20px;
    float: left;
    width: 100%;
}
}

@media only screen and (max-width: 479px){
.lib-papular .kode-thumb {
    width: 100%;
    margin-bottom: 20px;
}

.lib-papular .kode-text {
   padding: 0px;
}
}

.card.post_item_img {
  border: none;
}

.product-list .product-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-list .product-title span {
  display: block;
  font-size: 14px;
}

/*----------------------------------------*/
/*   FAQ
/*----------------------------------------*/

.container-xsmall {
  max-width: 750px;
}

.accordion-box {
}

.accordion {
    margin-bottom: 20px;
    position: relative;
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center;
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;
}

.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 0px;
    padding-right: 50px;
    border: 1px solid #f4f4f4;
}

.accordion .acc-btn.active {
  border-color: var(--thm-primary);
  border-bottom: 0px;
}

.accordion .acc-btn p {
    color: #303030;
    font-size: 16px;
    margin-bottom: 0;
}
.accordion .acc-btn.active p {
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}


.accordion .acc-btn .toggle-icon {
    color: #c8c8c8;
    display: block;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 25px;
    border-left: 1px solid #c8c8c8;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-btn .toggle-icon .plus:before {
    transition: all 0.3s ease 0s;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 25px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
    transition: all 0.3s ease 0s;
    color: var(--thm-primary);
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    background: #f7f7f7;
    border: 1px solid var(--thm-primary);
    display: none;
    padding: 20px 20px;
    border-top: 0px;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;

}

.accordion-box .accordion .acc-content p {
    margin: 0;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
}



