/* === Spectral === */
/* Regular (400) */
@font-face{
  font-family: "Spectral";
  src: url("/en/Fonts/Spectral.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Oswald === */
/* Regular (400) */
@font-face{
  font-family: "Oswald";
  src: url("/en/Fonts/Oswald.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: "Spectral", serif !important;
}

:root, body, label, div, ul, li, p , a, input, input:active, input:focus, input:visited {
    font-family: "Spectral", serif !important;
}


h1, h2, h3, h4, h5, h6, button {
    color: #1a3b5a;
    font-family: Oswald !important;
}

h1 {
    text-shadow: 0 0 8px #f9f9f9;
    font-size: 3em;
}

.h4, h4 {
    font-size: calc(0.975rem + .1vw);
}

p, ul, li {
    color: rgb(18, 18, 18);
    line-height: 1.6em;
}

ul{
    margin-top: 15px;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    color: #1a3b5a;
    text-decoration: none !important;
}


.float-left{
	float:left !important;
}

.float-right{
	float:right !important;
}

.text-justify{
	text-align: justify !important;
}

.text-right{
	text-align: right !important;
}

.text-left{
	text-align: left !important;
}

.font-weight-normal{
	font-weight: normal !important;
}

@media screen and (max-device-width: 800px) {
    .login-container{
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        padding-bottom: 20px;
    }
}

.profile-image-pic {
    height: 54px;
    width: 236px;
    object-fit: cover;
}

.dashed-link{
    border-bottom: 1px dashed;
    padding-bottom: 1px;
}

a{
  text-decoration: none;
}

.font-1-4{
	font-size:1.4em !important;
}

.font-1-3{
	font-size:1.3em !important;
}

.font-1-2{
	font-size:1.2em !important;
}

.font-1-1{
	font-size:1.1em !important;
}

.font-1-0-5{
	font-size:1.05em !important;
}

.font-1-0{
	font-size:1.0em !important;
}

.font-0-9{
	font-size:0.9em !important;
}

.font-0-8{
	font-size:0.8em !important;
}

.font-0-7{
	font-size:0.7em !important;
}

.font-0-6{
	font-size:0.6em !important;
}

.font-0-5{
	font-size:0.5em !important;
}

.font-0-4{
	font-size:0.4em !important;
}

.font-0-3{
	font-size:0.3em !important;
}

.font-0-2{
	font-size:0.2em !important;
}

.font-0-1{
	font-size:0.1em !important;
}

.m-0{
    margin:0 !important;
}

.m-0-5{
    margin:0.5em !important;
}

.mr-0{
    margin-right:0 !important;
}

.mr-1{
    margin-right:1em !important;
}

.mr-2{
    margin-right:2em !important;
}

.mr-3{
    margin-right:3em !important;
}

.mr-4{
    margin-right:4em !important;
}

.mr-5{
    margin-right:5em !important;
}

.ml-0{
    margin-left:0 !important;
}

.ml-1{
    margin-left:1em !important;
}

.ml-2{
    margin-left:2em !important;
}

.ml-3{
    margin-left:3em !important;
}

.ml-4{
    margin-left:4em !important;
}

.ml-5{
    margin-left:5em !important;
}

.p-0{
    padding:0 !important;
}

.p-x{
    padding-right:0 !important;
    padding-left:0 !important;
}

.p-y{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.pr-0{
    padding-right:0 !important;
}

.pr-0-5{
    padding-right:0.5em !important;
}

.pr-1{
    padding-right:1em !important;
}

.pr-2{
    padding-right:2em !important;
}

.pr-3{
    padding-right:3em !important;
}

.pr-4{
    padding-right:4em !important;
}

.pr-5{
    padding-right:5em !important;
}

.pl-0{
    padding-left:0 !important;
}

.pl-2{
    padding-left:2em !important;
}

.pl-3{
    padding-left:3em !important;
}

.pl-4{
    padding-left:4em !important;
}

.pl-5{
    padding-left:5em !important;
}

.dir-ltr{
    direction:ltr !important;
}

.font-weight-bold{
   font-weight:600; 
}


.container {
    background: transparent;
    border: 0;
    border-radius: 0;
	max-width: 100%;
}

.captcha-input {
    border-radius: 30%;
    border: 1px solid #484848;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 1.4em;
    line-height: 0.8em;
    font-family: auto;
}

#haanipaat{
    display:none;
}

.form-group {
    margin-bottom: 1rem;
	padding:5px;
}

label {
    margin-bottom: 0.65rem;
    font-weight: 600;
    font-size: 0.9em;
	color: #1a3b5a;
}

.modal.show .modal-dialog{
	min-width: 350px;
}

.display-none{
    display:none !important;
}


.alert-primary {
    color: #000000;
}

/* ENDLESS ROTATE */
.rotate{
  animation: rotate 1.5s linear infinite; 
}
@keyframes rotate{
  to{ transform: rotate(360deg); }
}

.red{
    color:#e7ad00 !important;
}

.gray {
    color: gray !important;
}

select, input[type="radio"]{
    cursor: pointer;
}

select, option:disabled{
  color: #a3a3a3;
}

option{
	color:#fff;
}

.select2-selection__arrow {
    display:none;
}

.select2-selection{
    height: 42px !important;
    padding-top: 5px;
}

#select2-articles-container{
    height: 42px;
}

article{
    border: 1px solid #d2d2d2;
    padding: 0px 20px;
}

.dir-rtl{
    direction:rtl;
}

.card-body {
    padding: 0.3rem 1rem;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    opacity: 1;
}

.card-img, .card-img-top {
    object-fit: cover;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  65% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

.short-desc{
	background:#eee;
}

.view-link {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 0px;
}

.article-main-image {
	margin-bottom: 9px;
    height: 200px;
    max-width: 280px;
}

.alert-info {
    color: #fff;
    background-color: #151010;
    border-color: #717e95;
}


.btn-outline-success {
    color: #2f4c3f;
    background: #dde6ec;
}

h2.card-title {
    font-size: 1.6em;
    margin: 3px 0 -8px 0;
    border-bottom: 6px solid #8d4a94;
    padding-bottom: 10px;
    width: fit-content;
    font-weight: 600;
}

.social-media-icons > a{
	margin-left:10px;
}

.fa-instagram:before {
    color: #d62976;
	filter: grayscale(100%);
}

.fa-paper-plane:before {
    color: #0088CC;
	filter: grayscale(100%);
}

.fa-whatsapp:before {
    color: #128C7E;
	filter: grayscale(100%);
}

.fa-pinterest:before {
    color: #E60023;
	filter: grayscale(100%);
}
.article-h1 {
	font-weight: 600;
}

@media (min-width: 1200px){
	.profile-h1 {
		font-size: 1.6rem;
		margin-bottom: 16px;
	}
	.article-h1 {
		font-size: 1.4rem;
	}
}

.site-navbar > .container > .row{
		justify-self: center;
}


@media (min-width: 992px){

	.site-navbar > .container > .row{
		 justify-self: unset;
	}

}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel-item {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.5);
    text-align: center;
    padding: 0 20px;
}

.carousel-caption h1 {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
    color: #fff5e6;
}

.carousel-caption p {
    font-size: 0.9rem;
    margin-bottom: 25px;
    color: #e0e0e0;
    max-width: 520px;
}

.btn-slider, .btn-homepage {
    background: #e7ad00;
    color: #111 !important;
    padding: 6px 20px;
    font-weight: normal;
    border: none;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
	font-family: Oswald !important;
}

.slider-title-link {
    text-decoration: none;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 5px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #e7ad00;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
    filter: invert(1);
}


.article-meta span {
    margin-left: 0;
    display: inline-block;
    vertical-align: bottom;
	justify-content:right;
}

.tab-align-right .nav-tabs {
    justify-content: flex-start;
}

.tabs-above.tab-bordered .tab-content {
    background: #E0E0E0;
}

.accordion-button::after {
    margin-right: unset;
    margin-left: auto;
}

.h2, h2 {
	font-size: 1.3rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2rem !important;
    font-size: 0.9rem !important;
    font-family: none;
}

.position-fixed{
	left: 0;
}

#navbar-footer{
	z-index: 9999999999;
	margin-bottom: -1px;
	padding:0;
}

.form-check .form-check-input {
    float: left;
    margin-right: 0;
    margin-left: -1.5em;
}

.form-check {
    padding-left: 1.5em;
    padding-right: 0;
    float: left;
}

::placeholder {
  color: #c7c7c7 !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #636363 !important;
}

.login-name-wrapper:after, .login-otp-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f10b';
    left: 15px;
    position: relative;
    bottom: 40px;
    float: left;
    font-size: 1.5em;
    opacity: 0.7;
}

.login-otp-wrapper:after {
    content: '\f084';
    left: 11px;
    bottom: 35px;
    font-size: 1em;
}

.login-name-wrapper input[type="text"], .login-otp-wrapper input[type="text"]{
    text-align: left;
    padding-left: 35px;
}

.login-response{
	display:none;
    background: #ffe7a0;
    padding: 10px;
    color: black;
    text-align: center;
}

.help-block {
    font-size: 0.8em;
    color: red;
    margin-bottom: 30px;
    display: block;
    text-align: left;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    text-align: left;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    content: "\f107";
    font-size: 19px;
    font-family: 'FontAwesome';
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 18px;
    margin-left: 5px;
    z-index: 999999;
    font-family: 'FontAwesome';
    content: "\f104";
}

.modal-header .close {
    margin: -1rem 0 -1rem auto;
}

.top-bar {
    background: linear-gradient(192deg, #1a3b5a, #1a3b5a);
    color: #ffffff !important;
    font-size: 14px;
    padding: 6px 0;
}

.top-bar a {
      color: #fff !important;
  text-decoration: none;
}

.top-bar a:hover {
  color: #fff;
}





.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
	width: fit-content;
	padding-left:15px;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: right;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
	float:right;
	}
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
	font-size:1em;
    color: #1a3b5a !important;
    display: inline-block;
    text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #E0E0E0;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            right: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #E0E0E0;
            border-width: 10px;
            margin-right: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            right: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #E0E0E0;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
    position: relative;
    padding: 0;
    z-index: 100;
    width: 100%;
    height: auto !important;
}

  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #E0E0E0; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #E0E0E0 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #1a3b5a !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }



.list-group-item > a > i{
	color:#1a3b5a;
}

.btn-success {
    background-color: #731793;
    border-color: #e7ad00;
    color: #fff;
}


.alert-dismissible {
    padding-right: 1rem;
}

.comment-admin-ans {
    display: block;
    background: #e6f1ff;
    width: fit-content;
    padding: 5px 10px;
    margin-top: 10px;
    font-style: italic;
    border-radius: 6px;
    font-size: 0.9em;
	color:#000;
}

.card-header:first-child{
	font-size:1.8em;
}

.modal-title {
    font-size: 1.4em;
    font-weight: 600;
}

.carousel-item {
  height: 100vh;
  max-height: 430px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption > a > h2 {
    background: #e7e776;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
    line-height: 1.5em;
}

.carousel-caption > p {
	font-size: 1em;
	line-height: 1.1em;
}

.apexcharts-legend-text {
    font-family: "Spectral", serif !important;
}

.apexcharts-legend-text {
    padding-right: 20px !important;
    margin-right: -15px !important;
    padding-left: unset !important;
    margin-left: unset !important;
}

.assessment-field-details {
    line-height: 2.6em;
    list-style-type: none;
    padding-right: 1em;
    font-size: 0.9em;
}

.assessment-other-avg-score{
    background: #ff7a87;
    padding: 1px 8px;
    font-size: 0.8em;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #E0E0E0 !important;
    --bs-table-accent-bg: unset;
}

.table>:not(caption)>*>* {
    background-color: #ededed;
}

.table {
    border-color: #b5b5b5;
	vertical-align: middle;
}

.card-header {
    border-bottom: 1px solid rgb(177 177 177);
}

.card-footer {
    border-top: 1px solid rgb(171 171 171);
}

.btn-warning {
	background:linear-gradient(48deg, #e7ad00, #071a2d);
    border: 1px solid #000;
    color: #fff !important;
}

.btn-warning:hover{
    border: 1px solid #000;
	color:rgb(40, 40, 40) !important;
}

img, svg {
    max-width: 900px;
}

.blue-check{
    font-size: 0.8em;
    margin-right: 2px;
    color: #4a637b;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-family: 'FontAwesome' !important;
	left: 65%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before:hover {
    background:transparent;
}

@media (max-width: 992px){
	.site-navbar .site-logo{
		text-align: center;
	}
}

.site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important;
    font-size: 1.4em;
}

.site-menu > li {
    display: inline-block;
}

.js-clone-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

img, svg {
	max-width: 100% !important;
}


.btn-primary {
    background-color: #007bff;
    border-color: #0069d9;
}

.footer-links-column {
  padding-left: 20px;
}

.footer-title {
  color: #1a3c58;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #080808 !important;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    font-family: 'Oswald' !important;
}

.footer-links a i {
  margin-right: 8px;
  color: #1a3c58;
  font-size: 12px;
}

.footer-links a:hover {
  color: #ffcc66;
}

@media (max-width: 767.98px) {
	.footer-links-column-wrapper, .footer-bio-column-wrapper {
		padding: 2em !important;
	}

	.footer-links-column-wrapper {
		padding-top: 0 !important;
	}

	.footer-links-column {
		padding-left: 0;
	}
}

.video-wrapper_custom {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 351px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgb(255 255 255 / 40%);
}

.video-wrapper_custom video {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: radial-gradient(circle at center, rgb(255 255 255) 40%, rgba(13, 13, 13, 0.6) 70%, rgba(13, 13, 13, 0) 100%);
    mask-image: radial-gradient(circle at center, rgb(255 255 255) 40%, rgba(13, 13, 13, 0.6) 70%, rgba(13, 13, 13, 0) 100%);
    -webkit-mask-size: cover;
    mask-size: cover;
}

.video-darken-overlay {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgb(255 255 255), rgba(13, 13, 13, 0) 30%), linear-gradient(to bottom, rgb(255 255 255), rgba(13, 13, 13, 0) 30%), linear-gradient(to left, rgb(255 255 255), rgba(13, 13, 13, 0) 30%), linear-gradient(to right, rgb(255 255 255), rgba(13, 13, 13, 0) 30%);
}

.video-wrapper_custom video {
  z-index: 0;
}


.btn-learn {
    border: 2px solid #e7ad00;
    background: transparent;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 0 13px 0.35rem rgba(49, 132, 253, .5);
}

.btn-learn:hover {
  background-color: #ffd1f710;
}

.article-image-wrapper {
    border: 0;
    border-radius: 10px;
    padding: 0;
    display: inline-block;
	max-width:400px;
}



.article-card {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(37, 37, 37, 0.45);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: fit-content;
    place-content: start;
    justify-content: start;
}

.article-image {
  width: 100%;
  aspect-ratio: 1/1; /* مربعی کردن عکس */
  object-fit: cover;
  position: relative;
}
.article-title {
    line-height: 1.5em;
    font-size: 1.3em;
    color: #1a3b5a !important;
    margin: 0.1rem 0 1.5rem 0;
    text-align: center;
    font-weight: 600;
    font-family: Oswald !important;
    padding: 0px 20px;
    padding: 0;
    margin-bottom: 11px !important;
    margin-top: 0px !important;
}

.article-cat > a {
    font-size: 0.8em;
    font-family: 'Oswald' !important;;
}

.text-gold {
  color: #1a3b5a;
}

.bg-dark {
  background-color: #193a59 !important;
}

.magic-line {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, #ff00cc, #6600ff, #ff00cc);
  border-radius: 2px;
  margin: 10px auto 30px;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  0% { background-position: 0% }
  100% { background-position: 100% }
}

.bg-deep-purple {
    background: linear-gradient(145deg, #1a002b, #2b0040);
    background: #1a1a1a;
}

.custom-tabs .nav-link {
  background: transparent;
  color: #ffb3ff;
  font-weight: bold;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
  color: #fff;
  border-bottom: 3px solid #ff00cc;
  background: linear-gradient(to right, #ff00cc, #9900ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-tabs .nav-link:hover {
  color: #fff;
  border-color: #ff00cc;
}

.tab-pane {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.list-group-item {
  background-color: transparent;
  border-color: #333 !important;
}

.article-description > p{
	font-size:0.8em;
}

.article-description > h2 {
    font-weight: 600;
    font-size: 1.1em;
}

.article-description > h3 {
    font-weight: 600;
    font-size: 0.9em;
}

.article-description > h4 {
    font-size: 0.8em;
}

.article-description > ul {
    font-size: 0.75em;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5c851'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5c851'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
    font-size: 0.7em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600 !important;
    color: #f5c851 !important;
}

.copyright-footer {
    background: linear-gradient(192deg, rgb(26, 59, 90), rgb(26, 59, 90));;
    color: #fff;
    font-family: monospace !important;
    font-size: 0.9em;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.rounded-pill{
	line-height: 1.3em;
}

.comment-fullname {
    color:#1a3b5a !important
}

.page-h2 {
    font-size: 1.2em;
    font-weight: normal !important;
    text-shadow: unset;
    font-family: 'Spectral' !important;
}

.page-body h2, .page-body h3, .page-body h4 {
    margin-top: 0.9rem !important;
}

.magic-intro {
    font-family: 'Merriweather', serif;
    color: #4a3b5a;
    line-height: 1.6;
	text-align: center;
}
.welcome-title {
    font-family: 'Spectral' !important;
    color: #1a3b5a !important;
    border-bottom: 1px solid #e0d6eb;
    padding-bottom: 10px;
}
.intro-lead {
    font-size: 1.2em;
    text-align: center;
    margin: 20px 0;
}
.services-list p {
    padding-left: 25px;
    position: relative;
}
.services-list .fa {
    color: #9c7cc5;
    position: absolute;
    left: 0;
    top: 3px;
}
.features-box {
    background: #e7ad00;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}
.callout {
    text-align: center;
    margin-top: 30px;
}
.tagline {
    font-style: italic;
    font-size: 1.1em;
}
.btn-magic {
    background: #7e57c2;
    color: white;
    padding: 8px 25px;
    margin-top: 15px;
}

.custom-close-btn {
    margin-top: 4px;
}

.homepage-category-heading {
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 2.5rem !important;
    display: block;
    padding: .1em 1.8em;
    background: linear-gradient(to right, transparent, #1a3c58 30%, #1a3b5a 70%, transparent);
    color: #fff;
}

.loading_txt{
	color:#fff;
	font-style: italic;
}

.homepage-articles-section{
    padding: 20px 20px 0px 20px;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1rem;
    }
}

.post-body h2, .post-body h3, .post-body h4 {
    margin-top: 0.5rem !important;
}

.post-body h3, .post-body h4 {
    color: #dc3545;
}

.post-body p, .post-body ul {
    line-height: 1.7 !important;
    font-size: 1.1rem !important;
    color: #000 !important;
}

.post-body p > a {
    border-bottom: 1px dashed #000000;
    background: #eee;
}

.post-body h2{
    font-size: 2em !important;
}

.post-body h3 {
    font-size: 1.4em !important;
}

blockquote > p{
	background: var(--bs-yellow);
	width: fit-content;
	padding: 15px 8px;
	margin-top: 20px;
	border-radius: 0 0 15px;
	border-left: 6px solid #000;
}

blockquote > p > a{
    border-bottom: 0 !important;
    color: #0045ab !important;
    background: none !important;
}

.article-meta i {
    color: #7e8184;
}

#comments{
	padding:0;
	margin-bottom: 25px;
}