a:hover, a:focus{
  text-decoration: none;
}
*{
  outline: none;
}
/*==========================
	LOADING ...
  ==========================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  color: #31708f;
  font-weight: 400;
  padding: 0px;
  width: 100%;
  z-index: 9999;
  text-align: center;
  opacity: 1 !important;
  background: none;
  border-top: none;
  border-bottom: none;
}
.preloader .text {
  width: 300px;
  margin: 0 auto;
  height: 40px;
  background-color: #fff3cd;
  border-top: none;
  border-left: 1px solid #ffeeba;
  border-right: 1px solid #ffeeba;
  border-bottom: 1px solid #ffeeba;
  padding: 10px;
  border-radius: 3px;
}

/*==========================
    component
===========================*/
.form-control:-moz-focusring {
  text-shadow: 0 0 0 #bbb;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 0.5;
}
.form-control::-moz-placeholder {
  color: #6c757d !important;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 0.5;
}
.form-control::-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 0.5;
}
.form-control::placeholder {
  color: #6c757d !important;
  opacity: 0.5;
}
.btn {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.btn:focus {
  box-shadow: none;
}
.btn-outline-redpink {
  color: #e7015e;
  border-color: #e7015e;
}
.btn-redpink {
  color: #ffffff;
  background-color: #e7015e;
  border-color: #e7015e;
}
.btn-redpink:hover {
  color: #ffffff;
  background-color: #c0014d;
}
.btn-danger {
  background-color: #ce0a84;
  border-color: #ce0a84;
}
.btn-outline-danger {
  border-color: #ce0a84;
  color: #ce0a84;
}
.btn-outline-danger:hover {
  border-color: #ce0a84;
  background-color: #ce0a84;
}
.btn-info {
  background-color: #0a90ce;
  border-color: #0a90ce;
}
.btn-outline-info {
  border-color: #0a90ce;
  color: #0a90ce;
}
.btn-outline-info:hover {
  border-color: #0a90ce;
  background-color: #0a90ce;
}
.cursor-pointer {
  cursor: pointer;
}

/*==========================
    header area
=========================== */ 
.header{
  border-top: 3px solid #2E95EC;
}
.navbar{
  padding: 0 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-gs{
  background: rgba(255, 255, 255, 1);
}
.navbar-gs .navbar-nav .nav-link {
  color: rgba(0,0,0,1);
}
.navbar-gs .navbar-nav .nav-link:hover {
  color:#2E95EC;
}
.navbar-gs .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: auto;
}
.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0 0 5px;
  animation: sticky .4s;
}
.header.sticky .navbar-gs{
  background: rgba(255,255,255, 1);
}
.header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.header ul.navbar-nav > li > a {
  font-weight: 600;
  font-size: 13px;
  line-height: 72px;
  text-transform: uppercase;
  padding: 0 15px !important;
  display: block;
}
.header.header-transparent .navbar-brand {
  padding: 0;
}
.header.header-transparent .navbar-brand img {
  vertical-align: top;
  max-height: 80px;
} 
.dropdown-menu {
  margin-top: 0 !important;
  margin: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: Tojun;
          animation-name: Tojun;
   
}

@media (min-width: 991px) {
  .dropdown-menu.show {
      display: none;
  }
  .header ul.navbar-nav li:hover > .dropdown-menu {
      display: block;
      border: none;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  } 
} 
.dropdown-item:focus, .dropdown-item:hover {
  color: #2E95EC;
  text-decoration: none;
  background-color:#ffffff;
}
.dropdown-item{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: .95rem;
}
.dropdown-menu .dropdown-item:last-child{
  border-bottom: none;
}
/*--------------------------------
KEYFRAMES
--------------------------------*/
@-webkit-keyframes sticky {
  0% { top: -200px; }
  100% { top: 0; } 
}
@keyframes sticky {
  0% { top: -200px; }
  100% {top: 0; }
}
@keyframes rotate-2 {
  0% {
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
 }
  100% {
      -webkit-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
 }
}
@keyframes Tojun {
  0% {
      transform: translateY(1rem);
      opacity: 0;
  }
  100% {
      transform:translateY(0rem);
      opacity: 1;
  }
  0% {
      transform: translateY(1rem);
      opacity: 0;
  }
}

@-webkit-keyframes Tojun {
  0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
  }
  0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
  }
}
@-webkit-keyframes autofill {
  to { 
      background: #fff;
  }
}
@keyframes autofill {
  to { 
      background: #fff;
  }
}
/*==========================
    slider area
===========================*/
.banner-container {
  position: relative;
  margin-top: 60px;
}
.main-banner {
  position: relative;
}
.home-single-slide {
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  display: table;
  height: 600px;
  width: 100%;
}
.home-slide-overlay {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.home-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-slide-description {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 1rem;
}
.slide-text h2 span,
.slide-text h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.125rem;
  margin-bottom: 20px;
}
.slide-text h2,
.slide-text p {
  color: #ffffff;
}
.slide-text {
  position: relative;
  padding-top:0;
  padding-bottom: 0;
}
.slide-text p {
  margin-bottom: 26px;
  line-height: 27px;
  margin-right: 14px;
  font-size: 18px;
}
.slide-text a {
  margin-right: 12px;
}
.slide-text a:last-child {
  margin-right: 0;
}
.slide-text h2 span {
  color: #fff;
}
.slide-text .btn {
  border-radius: 0.125rem;
}
.owl-item.active .slide-text .first-line {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.owl-item.active .slide-text .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.owl-item.active .slide-text .third-line {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.slide-text .second-line i {
  width: 23px;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  color: inherit;
  background: #4b5150 !important;
  border: none;
  z-index: 100;
  height: 40px;
  width: 40px;
  border: 1px solid #4b5150 !important;
  border-radius: 50%;
}
.owl-theme .owl-nav .owl-next i,
.owl-theme .owl-nav .owl-prev i {
  font-size: 1rem;
  color: #cecece;
}
.owl-theme .owl-nav .owl-prev {
  left: 1.5rem;
}
.owl-theme .owl-nav .owl-next {
  right: 1.5rem;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(75, 81, 80, 0.85) !important;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #979797;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 5px;
  border-radius: 0;
}

.home-slide-description .second-line i {
  color: #f7630c;
}

/*==========================
    Footer
===========================*/
.gs-footer {
  font-family: "Raleway", sans-serif;
  font-size: 0.899rem;
  font-weight: 300;
  background: #161616;
  color: #fefefe;
  padding: 5rem 0 0;
}
.gs-footer .footer-content {
  padding-bottom: 2rem;
}
.gs-footer .footer-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ddd;
}
.gs-footer .footer-contact-box .contact-item {
  margin-bottom: .125rem;
  color: #dedede;
}
.gs-footer .footer-contact-box .contact-item i {
  font-size: 16px;
  width: 24px;
}
.gs-footer .social-inline {
  padding: 0;
  margin: 0;
}
.gs-footer .social-inline li {
  display: inline-block;
}
.gs-footer .social-inline li a {
  width: 36px;
  height: 36px;
  color: #dedede;
  border: 1px solid #dedede;
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  margin-right: 5px;
}
.gs-footer .social-inline li a:hover {
  color: #eee;
  background: #f7630c;
  border-color: #f7630c;
}
.gs-footer .news-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gs-footer .news-content ul li {
  position: relative;
  padding-left: 17px;
}
.gs-footer .news-content ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  content: "\f054";
  color: #dedede;
  position: absolute;
  left: 0;
  top: 1px;
}
.gs-footer .news-content ul li {
  margin-bottom: 0.5rem;
}
.gs-footer .news-content ul li a {
  color: #dedede;
}
.gs-footer .news-content ul li a:hover {
  color: #f7630c;
}
.gs-footer .btn-theme {
  color: #ffffff;
  background-color: #f7630c;
  border-color: #aa4003;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.gs-footer .btn-theme:hover {
  background-color: #d15108;
}
.gs-footer .btn {
  border-radius: 0;
}
.gs-footer .footer-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.gs-footer .footer-copyright .logo > img{
  max-width: 160px;
}
.gs-footer .footer-copyright .gt-logo {
  padding: 15px 0;
}
.gs-footer .footer-copyright .powered {
  max-width: 80%;
  text-align: right;
  margin: 0;
  padding: 15px 0;
}
.gs-footer .footer-copyright .powered a {
  color: #dedede;
}
.gs-footer .footer-copyright .powered a:hover {
  color: #fff;
  text-decoration: underline;
}

/*==========================
    Register Form
===========================*/
.register-index{
  padding: 60px 0;
  margin-top: 75px;
  background: #f0f0f0;
}
.register-box{
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background:#fff;
  margin: 0 auto;
}
.register-box .register-inner-form{
  color: #717171;
}
.register-box .register-inner-form .details{
  padding: 30px;
}
.register-box .register-inner-form .details h3{
  text-align: center;

}
.register-box .register-inner-form .col-form-label {
  color: #444;
}
.register-box .register-inner-form input[type=text].form-control,
.register-box .register-inner-form input[type=email].form-control,
.register-box .register-inner-form input[type=password].form-control {
  outline: none;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  outline: 0;
  font-weight: 500;
  color: #717171;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}
.register-box .register-inner-form textarea.form-control{
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  outline: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #717171;
}
.register-box .register-inner-form select{
  outline: none;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  height: calc(2em + .75rem + 3px);
  padding: 10px 20px;
  font-size: 15px;
  color: #717171;
}
.custom-control-input:valid:focus~.custom-control-label::before{
  box-shadow:none !important;
}
.custom-select:focus{
  border: 1px solid #ced4da;
  box-shadow:none !important;
}
.break{
  position: relative;
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: center;
}
.break .hrOr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: absolute;
  display: block;
  width: 100%;
}
.break .spanOr {
  display: inline-block;
  background-color: #fff;
  padding: 0 1rem;
  text-align: center;
}
.break-separator {
  position: relative;
  text-align: center;
  padding: 1rem 0;
}
.break-separator::before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.break-separator .text {
  font-size: 1rem;
  line-height: 1.4rem;
  background: #fff;
  color: #bbb;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.single-post-text a{
  color: #351173;
}

/* password strength meter */
.input-group-meter .form-control:focus{
  border-color: #e8ebf1;
}
.input-group-meter .input-group-append .btn > i{
  color: #717171;
}
.input-group .form-control{
  border-right: 0;
}
.input-group .input-group-append .btn-light {
  border: 1px solid #e8ebf1;
  border-left: 0;
  padding: .2rem .75rem;
}
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  height: .5rem;
  
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: #dc3545; }
meter[value="2"]::-webkit-meter-optimum-value { background: #fd7e14; }
meter[value="3"]::-webkit-meter-optimum-value { background: #28a745; }
meter[value="4"]::-webkit-meter-optimum-value { background: #177a2e; }
meter[value="1"]::-moz-meter-bar { background: #dc3545; }
meter[value="2"]::-moz-meter-bar { background: #fd7e14; }
meter[value="3"]::-moz-meter-bar { background: #28a745; }
meter[value="4"]::-moz-meter-bar { background: #177a2e; }

.feedback {
  color: #9ab;
  font-size: 90%;
  padding: 0 .25em; 
  margin-top: 1em;
}
.password-strength-result{
  position: relative;
  display: block;
  width: 100%;
}
.password-strength-result .result-content{
  position: relative;
  display: block;
  width: 100%; 
  text-align: center;
  margin-top: .5rem;
}
.password-strength-result .result-content .worst{
  background-color: #f1adad;
  border: 1px solid #e35b5b;
  padding: .25rem .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.password-strength-result .result-content .bad{
  background-color: #fbc5a9;
  border: 1px solid #f78b53;
  padding: .25rem .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.password-strength-result .result-content .weak{
  background-color: #ffe399;
  border: 1px solid #ffc733;
  padding: .25rem .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.password-strength-result .result-content .good{
  background-color: #c1e1b9;
  border: 1px solid #83c373;
  padding: .25rem .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.password-strength-result .result-content .strong{
  background-color: #9fdb90;
  border: 1px solid #83c373;
  padding: .25rem .5rem;
  font-size: .92rem;
  font-weight: 600;
}


/*==========================
    Login Form
===========================*/
.login-index{
  padding: 50px 0;
  margin-top: 100px;
  background: #e6e6e6;
}
input:-webkit-autofill{
  z-index:0;
  background: transparent !important;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

/* LOGIN 6 */
.login-box-6 {
  margin: 0 150px 0 200px;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background:#fff;
}
.login-6 .col-pad-0 {
  padding: 0;
}
.login-6 .bg-img {
  background: url(../images/cta_bg.png);
  background-color: #2980b9;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  bottom: 0;
  border-radius: 10px;
  padding: 80px 30px;
  margin: 30px 0;
  left: -60px;
}
.login-6 .bg-img .btn{
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.login-6 .bg-img .btn:hover, .login-6 .bg-img .btn:focus{
  opacity: .85;
  color: #fefefe;
}
.login-6 .login-logo{
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.login-6 .bg-img p{
  color: #fefefe;
  font-size: .8999rem;
}
.login-6 .login-inner-form {
  color: #717171;
  text-align: center;
}
.login-6 .login-inner-form .details {
  padding: 30px 60px 30px 0;
}
.login-6 .login-inner-form h3 {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #717171;
}
.login-6 .login-inner-form .form-group {
  margin-bottom: 20px;
}
.login-6 .login-inner-form .form-control {
  outline: none;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  outline: 0;
  font-weight: 500;
  color: #717171;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}
.login-6 .login-inner-form .checkbox {
  margin-bottom: 20px;
  font-size: 14px;
}
.login-6 .login-inner-form .checkbox {
  font-size: 14px;
}
.login-6 .login-inner-form .form-check {
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
.login-6 .login-inner-form input[type="checkbox"], input[type="radio"] {
  margin-top: 4px;
}
.login-6 .login-inner-form input[type="checkbox"], input[type="radio"] {
  margin-right: 3px;
}
.login-6 .login-inner-form .form-check-input {
  position: absolute;
  margin-left: 0;
}
.login-6 .login-inner-form .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 14px;
}
.login-6 .login-inner-form .checkbox a {
  font-size: 14px;
  color:  #717171;
  float: right;
}
.login-6 .login-inner-form .checkbox a:hover{
  color:#e7015e;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.pwdMask {
  position: relative;
}
.pwdMask .pwd-toggle {
  top: 9px;
  right: 15px;
  color: #ccc;
  position: absolute;
  z-index: 2;
}
.btn-theme:hover {
  background-color: #0f5686;
  color: #ffffff;
}
.btn-theme {
  color: #ffffff;
  border-radius: 0;
  background-color: #2980b9;
  border-color: #1a699e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.section-header {
  /* margin-bottom: 2rem; */
  margin-bottom: 130px;
  
}
.section-header .tagline.center, 
.section-header .title.center {
  text-align: center;
}
.section-header .tagline {
  color: #868686;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-header .title {
  font-family: "Poppins",Arial,Helvetica,sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #333;
  position: relative;
  padding-bottom: 1rem;
}

/*==========================
    Home News
===========================*/
.home-news{
  position: relative;
}
.home-news .post .post-media.post-image {
  width: calc(100% - 40px);
  margin: 0 auto 5px auto;
  position: relative;
}
.home-news .post .post-media.post-image img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.home-news .post .post-body {
  padding: 150px 20px 25px 30px;
  margin: -130px 0px 30px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.home-news .post-meta {
  font-size: 13px;
  margin-bottom: 15px;
}
.home-news .post-meta .post-author {
  margin-right: 25px;
  text-transform: uppercase;
}
.home-news .post-meta .post-author a{
  color: #d84f00;
}
.home-news .post-meta .post-meta-date {
  display: inline-block;
  color: #d84f00;
  text-transform: uppercase;
  word-spacing: 5px;
}
.home-news .post .post-body .entry-header .entry-title {
  display: -webkit-box;
  margin: 0 0 15px 0;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
}
.home-news .post .post-body .entry-header .entry-title a {
  color: #171717;
}
.home-news .post .post-body .entry-header .entry-title a:hover{
  color: #d84f00;
}
.home-news .post .post-body .entry-content p {
  line-height: 26px;
  color: #888888;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.btn-link {
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  text-decoration: none !important;
}
.btn-link:hover {
  color: rgb(185, 138, 28);
}
.more-news{
  padding: 30px 0;
}
.more-news .btn{
  background-color: #f7630c;
  border-color: #f7630c;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: .5rem 2rem;
}

/*==========================
    Page Detail
===========================*/

.inner-page-banner{
  margin-top: 75px;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  min-height: 210px;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
.page-banner-title .holder {
  float: left;
  max-width: 850px;
  position: relative;
  text-align: left;
}
.page-banner-title .holder .title{
  position: relative;
  text-transform: none;
  font-weight: 600;
  padding-bottom: 15px;
}
.page-banner-title .holder .title::after {
  position: absolute;
  left: 0;
  content: '';
  right: 0;
  width: 120px;
  height: 3px;
  top: auto;
  bottom: 0;
  background-color: #fff;
}
.page-banner-title .breadcrumbs {
  margin: 0;
  float: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 0 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-banner-title .breadcrumbs li { 
  display: inline-block;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #bbbbbb;
  font-size: 14px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  position: relative;
  padding-left: 10px;
  padding-right: 0;
}
.page-banner-title .breadcrumbs li a{
  color: #ffffff;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #ffffff;
  content: "/";
}
.page-detail{
  padding: 30px 0;
}
.page-detail .content{
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}
/*==========================
  News Detail
===========================*/
.news-detail{
  padding: 30px 0;
}
.news-detail .news-meta ul{
  background: #f8f8f8;
  border: 1px dashed #999;
  padding: .5rem 1rem;
}
.news-detail .news-meta li{
  font-size: .875rem;
  margin-right: 1rem;
}
.news-detail .content{
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}
.news-index{
  padding: 30px 0;
}
.news-index .news-list{
  margin-bottom: 30px;
}
.news-index .news-list .news-title h1{
  font-size: 1.85rem;
  font-weight: 600;
}
.news-index .news-list .news-title h1 a{
  color: #222;
}
.news-index .news-list .news-title h1 a:hover{
  color: #E7015E;
}
.news-index .news-meta ul{
  background: #f8f8f8;
  border: 1px dashed #999;
  padding: .5rem 1rem;
}
.news-index .news-meta li{
  font-size: .875rem;
  margin-right: 1rem;
}
.news-index .content{
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}
.news-index .read-more{
  margin-top: 1.5rem;
  margin-bottom: 5rem;
}
.news-index .read-more a{
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #1e002c;
}
.news-index .read-more a:hover{
  color: #E7015E;
}

/*==========================
    Sidebar
===========================*/
.sidebar .widget {
  margin-bottom: 2rem;
}
.sidebar .widget .title{
  position: relative;
  text-transform: capitalize;
  color: #111111;
  font-weight: 600;
  margin-bottom: 36px;
}
.sidebar .widget .title::after {
  content: '';
  background-color: #4c1864;
  height: 4px;
  width: 30%;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 5;

}
.sidebar .widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sidebar .widget.widget-list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.sidebar .widget.widget-list ul li :hover:before {
  right: 0;
  left: 0;
  width: 100%;
}
.sidebar .widget.widget-list ul li :before {
  content: "";
  background-color: #4c1864;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sidebar .widget.widget-list ul li:last-child{
  border-bottom: none;
}
.sidebar .widget.widget-list li a{
  color: #222;
  font-size: .8999rem;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar .widget.widget-list li a:hover{
  color: #e7015e;
} 
.sidebar .widget.widget-list ul li::before {
  content: "";
  background-color: #4c1864;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar .widget.widget-list ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  content: "\f054";
  color: #1e002c;
  position: absolute;
  left: 0;
  top:0;
}
.sidebar .widget.news-list ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.sidebar .widget.news-list ul li:last-child{
  border-bottom: none;
}
.sidebar .widget.news-list ul li a{
  color:#111111;
  font-weight: 700;
  display: block;
  line-height: 1.6;
  margin-bottom: 5px; 
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar .widget.news-list ul li a:hover{
  color: #e7015e;
}
.sidebar .widget.news-list ul li span{
  display: block;
  color:#555;
  font-size: .8999rem;
}
.member-table .dt-avatar{
  width: 50px;
  height: 60px;
  overflow: hidden;
}
.member-table td{
  font-size: .875rem;
}
.bg-lifetimes, .bg-Lifetimes, .bg-lifetime, .bg-Lifetime{
  background: #191e23;
  color: #fff;
}
.bg-associate, .bg-Associate{
  background: #e0a008;
  color: #0c1427;
}
.bg-student, .bg-Student{
  background: #c9c9c9;
  color: #131313;
}



/* Boards */

.samcha-boards .avatar{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: .5rem;
}
.samcha-boards .avatar > img{
  width: 100%;
  display: block;
}
.samcha-boards .description{
  border-top: 2px solid #131313;
}
.samcha-boards .description .position{
  font-size: .80rem;
  color: #000000;
  line-height: 1.125rem;
}
.samcha-boards .description .name{
  color: #000000;
  font-size: .875rem;
  font-weight: 600;
}
.samcha-boards .description .links a{
  display: inline-block;
  margin-right: .5rem;
  font-size: 1rem;
}
.samcha-boards .description .links a.email{
  color: #BD081C;
}
.samcha-boards .description .links a.link{
  color: #00AFF0;
}
.samcha-boards .description .links a.facebook{
  color: #3b5998;
}
.samcha-boards .description .links a.instagram{
  color: #C32AA3;
}
.samcha-boards .description .links a.twitter{
  color: #00aced;
}
.samcha-boards.center .avatar{
  margin: 0 auto;
  margin-bottom: .5rem;
}