@font-face {
  font-family: "Kalinga";
  src: url("../fonts/Kalinga-Bold.eot");
  src: url("../fonts/Kalinga-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kalinga-Bold.woff2") format("woff2"), url("../fonts/Kalinga-Bold.woff") format("woff"), url("../fonts/Kalinga-Bold.svg#Kalinga-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px !important;
  color: #000000;
  line-height: 24px;
  background-color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-bottom: 15px;
}
h2,
.h2 {
  font-size: 40px;
}
h5,
.h5 {
  font-size: 18px;
}
p {
  font-weight: 400;
  margin-bottom: 15px;
}
a {
  color: #f89b24;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #f89b24;
}
ul,
ol {
  margin: 0px;
}
ul li,
ol li {
  margin: 0;
}
blockquote {
  background: #f5f5f5;
}
a,
button,
i,
img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
img {
  max-width: 100%;
  height: auto;
}
:focus {
  outline: none;
}
*::-moz-selection {
  background: #1a4081;
  text-shadow: none;
  color: #ffffff;
}
*::selection {
  background: #1a4081;
  text-shadow: none;
  color: #ffffff;
}

.btn {
  padding: 0.45rem 1.4rem;
  line-height: 1;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: top;
}
.btn:focus {
  box-shadow: none;
}
.default-btn:hover i,
.secondary-btn:hover i,
.default-outline-btn:hover i {
  margin-left: 8px;
}
.default-btn {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #f27935;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default-btn:hover,
.default-btn.active {
  background-color: #f89b24;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-btn {
  padding: 10px 20px;
  background-color: #18548f;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-btn:hover,
.secondary-btn.active {
  background-color: #f27935;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: 100% 0;
}
.default-outline-btn {
  padding: 10px 20px;
  color: #f27935;
  border: 1px solid #f27935;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default-outline-btn:hover,
.default-btn.active {
  background-color: #f27935;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.image {
  background: #fafafa;
  overflow: hidden;
  position: relative;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 2;
}
.image .img-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.image .img-thumb {
  height: 200px;
  text-align: center;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.image .img-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s linear 0s;
  object-fit: cover;
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-fit {
  object-fit: cover;
}

.bg-dark {
  background-color: #1f1f1f !important;
}
.bg-red {
  background-color: var(--red) !important;
}
.bg-lighter {
  background-color: #fff8f0 !important;
}
.bg-lighter {
  background-color: #fff8f0 !important;
}
.bg-dark-blue {
  background: #283862 !important;
}
.bg-default {
  background: #f89b24 !important;
}

.text-red {
  color: var(--red) !important;
}
.text-black {
  color: #000000 !important;
}
.text-default {
  color: #f89b24 !important;
}
.text-yellow {
  color: #f89b24 !important;
}

.progress-bar {
  background-color: #f89b24 !important;
}

.shadow-top,
.shadow-bottom,
.shadow-left,
.shadow-right {
  position: relative;
}
.shadow-squre {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.shadow-top {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-bottom {
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
}
.shadow-left {
  box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-right {
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-inset-squre {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-top {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-bottom {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-left {
  box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-right {
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}

.modal {
  z-index: 100050;
}
.modal-backdrop {
  z-index: 100040;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f89b24;
}

.relative {
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-bg {
  background-color: #000000;
  opacity: 0.75;
}

.form-control {
  height: calc(3rem + 2px);
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  padding: 0.375rem 1.2rem;
}
.form-control:focus {
  box-shadow: none;
  border-color: #f89b24;
}
.form-control::placeholder {
  color: #a4a4a4;
  opacity: 1;
}
/*.custom-select{height: calc(3rem + 2px);font-size: 16px;border-radius: 50px;border: 1px solid #EBEBEB;padding: .375rem 1.2rem;padding-right: 1.8rem;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' %3e%3cpath fill='%23a4a4a4' d='M0 307.2c0-6.552 2.499-13.102 7.499-18.101 9.997-9.998 26.206-9.998 36.203 0l442.698 442.698 442.699-442.698c9.997-9.998 26.206-9.998 36.203 0s9.998 26.206 0 36.203l-460.8 460.8c-9.997 9.998-26.206 9.998-36.203 0l-460.8-460.8c-5-5-7.499-11.55-7.499-18.102z'/%3e%3c/svg%3e");background-size: 0.8em auto, 100%;background-repeat: no-repeat;background-position: right .8em top 50%, 0 0;}*/
.custom-select {
  height: calc(3rem + 2px);
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  padding: 0.375rem 1.2rem;
  padding-right: 1.8rem;
  background: #fff url("data:image/svg+xml,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6.5 6.07692L12 1' stroke='%23A4A4A4' stroke-width='1.5'/></svg>");
  background-size: 0.8em auto, 100%;
  background-repeat: no-repeat;
  background-position: right 0.8em top 50%, 0 0;
}
.custom-select:focus {
  box-shadow: none;
  border-color: #f89b24;
}
.custom-control-label:before,
.custom-control-label:after {
  top: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0rem;
  border: 1px solid #d8d8d8;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f89b24;
  background-color: #f89b24;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f89b24;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.fa-twitter {
  display: inline-block;
  background-color: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8 -7.584 -6.638 7.584H0.474l8.6 -9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/></svg>") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8 -7.584 -6.638 7.584H0.474l8.6 -9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/></svg>") no-repeat center / contain;
}

/*--------------------------------------------
	1.9. slick arrow
---------------------------------------------------*/
.slick-prev,
.slick-next {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 14px;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: #f89b24;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ffffff;
}
.slick-prev:focus:before,
.slick-next:focus:before {
  color: #ffffff;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slick-dots li.slick-active {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: scale(1.2);
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  position: relative;
}
.slick-dots li button:before {
  content: "";
  font-size: 12px;
  background: #f89b24;
  opacity: 1;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 22px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f89b24;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.before-icon {
  padding-left: 25px;
  position: relative;
}
.before-icon i {
  font-size: 18px;
  color: #f89b24;
  position: absolute;
  left: 2px;
  top: 0px;
  font-style: normal;
  text-align: center;
}

.contact-nav ul {
  padding: 0px;
  margin-bottom: 0px;
}
.contact-nav ul li {
  color: #2c2c2c;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px;
  padding: 5px 0px;
  margin-right: 7px;
  padding-right: 8px;
  position: relative;
}
.contact-nav ul li:last-child {
  margin-right: 0px;
}
.contact-nav ul li a {
  color: inherit;
}

.art-strip {
  height: 40px;
  background: url(../images/ancient-pattern1.jpg) repeat-x;
}
.art-strip2 {
  height: 40px;
  background: url(../images/ancient-pattern2.jpg) repeat-x;
}

.header .container {
  position: relative;
}
.header {
  position: relative;
  display: block;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.header .navbar {
  background: #000000 url("../images/ott_header_bg.png");
  background-size: cover;
  background-position: left top;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media screen and (max-width: 991px) {
  .sticky.header .navigation .navbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1001;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  }
}
@media screen and (min-width: 992px) {
  .sticky.header .navigation .navbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10001;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.logo {
  max-width: 200px;
  height: 200px;
  line-height: 200px;
  display: block;
  margin: 5px 0px;
  margin-right: 15px;
  padding: 0px 0px;
}
.logo img {
  max-width: 100%;
  max-height: 100% !important;
}
.logo-text-img{
	max-width:480px;
}
.logo-text-h {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.logo-text-p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.golden-yellow {
  color: #eca95f;
}
.dark-blue {
  color: #18548f;
}
.dark-green {
  color: #078436;
  font-family: Kalinga;
}
.gradient-text1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #eca95f, #8a4e00 99%);
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00aeef, #00548a 99%);
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text3 {
  font-family: Kalinga;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #078436, #00548a 99%);
  -webkit-background-clip: text;
  background-clip: text;
}


@media (max-width: 767px) {
  .logo-text-h {
    font-size: 20px;
  }
  .logo-text-p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .logo-text-h {
    font-size: 16px;
  }
  .logo-text-p {
    font-size: 11px;
  }
  .logo {
    max-width: 110px;
    height: 110px;
    line-height: 110px;
    margin-right: 8px;
  }
  .logo-text-img{
		max-width:200px;
	}
  .temple-img {
    max-width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.pride-people-slider {
  position: relative;
}
.pride-people-slider img {
  height: 100px;
  border: 2px solid #fff;
  border-radius: 10px;
}

/* Navigation & Dropdown Menu */
.navigation.menu1 .navbar {
  padding: 0px 0px;
  background: #334338;
}
.navigation .navbar {
  padding: 0px 0px;
  background: #334338;
}
.navigation .navbar .navbar-nav li {
  position: relative;
}
.navigation .navbar .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 8px 12px 8px 12px;
  display: block;
}
.navigation .navbar .navbar-nav > li > a.active,
.navigation .navbar .navbar-nav > li:hover > a {
  background: #eca95f;
}
.navbar-collapse {
  position: relative;
}
.mega-menu-li {
  position: initial !important;
  z-index: 99;
}
.mega-menu-submenu {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  padding: 3.704vw 7.4078vw;
  font-size: 14px;
  border: none;
}
.mega-menu-submenu .mega-menu-link {
  color: #ffffff;
  display: block;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
.mega-menu-submenu .mega-menu-link:hover {
  color: #f89b24;
}
.mega-menu-submenu li {
  list-style: none;
}
@media (min-width: 992px) {
  /* .navigation .navbar .navbar-nav {display: grid;grid-template-columns: repeat(7,1fr);grid-column-gap: 0px;grid-row-gap: 0px;align-items: stretch;}*/
  .nav-hide-desktop {
    display: none;
  }
  .navigation .navbar .navbar-nav > li {
    /*border-right: 1px solid #ffffff;*/
	margin: 0px 10px;
  }
  .navigation .navbar .navbar-nav > li > a {
    text-align: center;
  }
  .navigation .navbar .navbar-nav li a.drop-arrow {
    position: relative;
    padding-right: 20px !important;
  }
  .navigation .navbar .navbar-nav li a.drop-arrow:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    margin-top: 0px;
    font-family: FontAwesome;
    font-weight: 400;
  }
  .mega-menu-submenu {
    z-index: 20;
    top: 100%;
    left: 0;
    margin-left: -0.0625rem;
    margin-top: -0.0625rem;
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border: 0 none;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
  }
  .mega-menu-submenu {
    position: absolute;
    z-index: 99;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    min-width: 12.5rem;
  }
  .mega-menu-submenu > .mega-menu-submenu-inner {
    min-height: 11.25rem;
  }
  .mega-menu-li:hover > .mega-menu-submenu,
  .mega-menu-li:focus > .mega-menu-submenu {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .mega-menu-submenu .mega-menu-link {
    color: #ffffff;
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991px) {
  .mega-menu-submenu {
    display: none;
    padding: 0vw 0vw;
  }
  .mega-menu-li {
    position: relative !important;
  }
}

.navigation .navbar .navbar-nav li .sub-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 9999;
  backdrop-filter: blur(8px);
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navigation .navbar .navbar-nav li .sub-menu li {
  margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
  padding: 7px 12px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
  /* background: #F89B24; */
  color: #f89b24;
}
.navigation .navbar .navbar-nav li .sub-arrow > a {
  position: relative;
  padding-right: 20px !important;
}
.navigation .navbar .navbar-nav li .sub-arrow > a:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: FontAwesome;
  font-size: 20px;
}
.navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0%;
  left: 100%;
  background-color: #0f3c6c;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 99;
}
.navigation .navbar .navbar-nav li .sub-menu li:hover .subsub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}
.sub-nav-toggler {
  display: none;
}
.subsub-nav-toggler {
  display: none;
}
.mega-sub-nav-toggler {
  display: none;
}
.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0;
}
.navbar .navbar-toggler {
  padding: 3px 8px;
  margin: 0px 0;
  border: 0;
  -webkit-transform: all 0.4s linear;
  transform: all 0.4s linear;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navigation .navbar .navbar-nav li a {
    font-size: 16px;
    padding: 5px 8px 5px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navigation .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation .navbar .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #a75b20;
    padding: 5px 10px;
  }
  .navigation .navbar .navbar-nav li {
    margin-right: 0;
  }
  .navigation .navbar .navbar-nav li > a {
    padding: 8px 10px;
    display: block;
    color: #fff;
  }
  .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li a .sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
}
/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navigation .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation .navbar .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #a75b20;
    padding: 5px 10px;
  }
  .navigation .navbar .navbar-nav li {
    margin-right: 0;
  }
  .navigation .navbar .navbar-nav li > a {
    padding: 8px 10px;
    display: block;
    color: #fff;
  }
  .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li a .sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
}
/* Large Mobile :480px. */
@media only screen and (max-width: 575.98px) {
  .navigation .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 8px;
    padding-right: 8px;
  }
  .navigation .navbar .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #a75b20;
    padding: 5px 10px;
  }
  .navigation .navbar .navbar-nav li {
    margin-right: 0;
  }
  .navigation .navbar .navbar-nav li > a {
    padding: 8px 10px;
    display: block;
    color: #fff;
  }
  .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li a .sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li .sub-arrow > a:after {
    display: none;
  }
  .navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li .sub-menu li a .subsub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
}

/*--------------------Banner------------------------*/
.banner-section {
  position: relative;
}
.banner-section .tp-bullets {
  bottom: 10px !important;
}
.tp-caption {
  font-family: Montserrat !important;
}
/*.banner-section .tp-banner-container li .slotholder:after {content:"";position: absolute;top: 0px;left: 0px;right: 0px;width:100%;height:100%;opacity:0.5;z-index: 9;}
.banner-section .tp-banner-container li .slotholder:after {background: #000000;}*/

/*--------------------Section------------------------*/
.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}
.section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-title .title {
  font-size: 40px;
  font-weight: 700;
  color: #1a181d;
  margin-bottom: 10px;
  line-height: 1.2;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00d0f2, #005288 99%);
  -webkit-background-clip: text;
  background-clip: text;
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #f27935;
  margin-bottom: 10px;
  line-height: 1.2;
}
.section-title p {
  color: #535353;
  font-size: 16px;
  margin-bottom: 0px;
}
.title-line {
  position: relative;
  width: 360px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/separater.png) center center no-repeat;
  background-size: 80%;
}

@media screen and (max-width: 575px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-title .title {
    font-size: 22px;
  }
}

.border-line-title {
  border-bottom: 2px solid #f27935;
  margin-bottom: 20px;
  overflow: hidden;
}
.border-line-title .h-title {
  font-size: 24px;
  position: relative;
  margin: 0px;
  padding: 10px 15px;
  display: inline-block;
  color: #ffffff;
  z-index: 1;
}
.border-line-title .h-title:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  transform: skewX(20deg) translateX(-20px);
  background-image: linear-gradient(90deg, #00d0f2, #005288 99%);
  width: calc(100% + 20px);
  height: 100%;
  z-index: -1;
}

.about-section {
  background-color: #ffffff;
}
.about-section::after {
  background: url("../images/etched-in-time.jpg") no-repeat;
  background-position: right;
  background-color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: hard-light;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.1;
}

.box-element > .row > [class^="col-"] {
  margin-bottom: 20px;
}
.card-style {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  transition: all linear 0.9s;
}
.card-style .card-img {
  display: block;
  height: 200px;
  overflow: hidden;
  border-radius: 14px 14px 0px 0px;
  margin: 0px;
}
.card-style .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px 14px 0px 0px;
  transition: all linear 0.9s;
}
.card-content {
  padding: 20px 20px 0px;
  text-align: center;
}
.card-content h3 {
  font-weight: 400;
  font-size: 18px;
}
.card-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.card-style:hover {
  box-shadow: 0px 0px 15px rgba(240, 127, 6, 0.84);
}
.card-style:hover .card-img img {
  transform: scale(1.2);
}

.award-banner-slider {
  position: relative;
}
.award-banner-slider img {
  width: 100%;
  height: 350px;
  object-fit: fill;
}
.award-banner-slider .slick-prev {
  left: 50px;
}
.award-banner-slider .slick-next {
  right: 50px;
}

.programmes-section {
  padding: 72px 0px;
  background-color: #151515;
}
.programmes-section::after {
  background: url("../images/programmes-bg1.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: hard-light;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
.programme-box {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid #f27935;
  transition: all ease 0.9s;
}
.programme-box .programme-img {
  border-radius: 17px;
  overflow: hidden;
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  margin-bottom: 0px;
}
.programme-box .programme-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
  transition: all linear 0.9s;
}
.programme-content {
  padding: 0px 20px;
  padding-right: 20px;
  width: calc(100% - 120px);
}
.programme-content h5 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
  text-decoration: underline;
}
.programme-content h5 a {
  color: #000000;
}
.programme-box:hover h5 {
  color: #f27935;
}
.programme-box:hover .programme-img img {
  transform: scale(1.2);
}
.programme-box:hover {
  background: rgba(2, 24, 50, 0.8);
}
.programme-box:hover * {
  color: #ffffff;
}
.programme-content p {
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}

.iv-section {
  background: #000000;
}
.iv-section::after {
  background: url("../images/iv-odisha.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: hard-light;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
.impacts-box {
  padding: 20px;
  border-radius: 20px;
  display: flex;
  border: 1px solid #f27935;
  box-shadow: 8px 15px 10px rgba(0, 0, 0, 0.08);
}
.impacts-text {
  padding: 20px;
}
.impacts-text p {
  font-size: 18px;
  line-height: 1.8;
  border-left: 2px solid #d4d4d4;
  padding-left: 15px;
}
.impacts-name {
  color: #f27935;
  font-size: 20px;
  text-align: right;
  text-decoration: underline;
}
.impacts-img {
  border-radius: 10px;
  border: 1px solid #f27935;
  object-fit: cover;
  flex: 1;
}
.vibes-box {
  position: relative;
  background: #f27935;
  padding: 50px;
  border-radius: 50px 0px 50px 0px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  border: 9px dashed #d2bb6f;
  box-shadow: 8px 15px 10px rgba(0, 0, 0, 0.2);
  height: 265px;
  overflow: auto;
}
.vibes-box:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50px;
  background: #d2bb6f;
  width: 5px;
  height: calc(100% - 100px);
}
@media (max-width: 767px) {
  .impacts-box {
    flex-direction: column;
  }
  .impacts-img {
    margin: auto;
  }
  .impacts-text {
    padding: 20px 0px 0px;
  }
}

.vibes-box {
  overflow: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #ff8e4f #f1f1f1; /* Firefox */
}
.vibes-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.vibes-box::-webkit-scrollbar-thumb {
  background-color: #ff8e4f;
  border-radius: 4px;
}

.si-section {
  background: #fafafa url(../images/argyle.png);
  background-blend-mode: difference;
}
.posts-item {
  display: flex;
  flex-direction: column;
  flex-basis: 32%;
  background-color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.08);
}
.posts-image {
  display: flex;
  flex-grow: 1;
}
.posts-image > img {
  display: block;
  width: 100%;
}
.posts-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.posts-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 25px;
  flex-grow: 1;
}
.posts-item .posts-information {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0 25px 0 0;
  z-index: 1;
}
.posts-type {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.325px;
  color: #f27935;
  font-weight: 700;
  margin: 7px 0;
}
.posts-type span {
  background: #ffffff;
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
}
.posts-by {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.325px;
  color: #b9b9b9;
  font-weight: 600;
  margin: 7px 0;
  text-align: right;
}
.posts-title {
  margin-top: 7px;
  margin-bottom: 7px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
.posts-title a {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.55px;
}
.posts-item .posts-title a {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.75px;
  color: #ffffff;
}
.posts-item .posts-title a:hover {
  text-decoration: underline;
}
.posts-item .posts-description {
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-item .posts-description p {
  color: #ffffff;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .posts-information {
    padding: 10px 15px 15px 15px;
  }
  .posts-type {
    font-size: 12px;
  }
  .posts-by {
    font-size: 12px;
  }
  .posts-title a {
    font-size: 16px;
    line-height: 24px;
  }
  .posts-item .posts-information {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 20px;
  }
  .posts-item {
    background-color: #000000;
  }
}
.advocacy-box {
  background: #eaeaea;
  padding: 20px 0px;
  padding-top: 0px;
}
.advocacy-box .border-line-title {
  background: #eaeaea;
}
.advocacy-img{height:380px;position:relative;}
.advocacy-img img{height:100%;object-fit:cover;}
.advocacy-text{position:absolute;left:0px;bottom:0px;width:100%;padding:20px;color:#ffffff;background:rgba(0,0,0,0.8);}
.advocacy-text p{margin-bottom:0px;}
.advocacy-text a:hover{text-decoration:underline;}
.scroll-content {
  padding: 0px 20px;
  height: 405px;
  overflow: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #005489 #f1f1f1; /* Firefox */
}
.scroll-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll-content::-webkit-scrollbar-thumb {
  background-color: #005489;
  border-radius: 4px;
}
.advocacy-box p {
  line-height: 2;
}

.constituency-section {
  padding: 72px 0px;
  background-color: #f6fffe;
}
.constituency-section::after {
  background: url("../images/candyhole.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.constituency-box {
  display: flex;
  align-items: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
  backdrop-filter: blur(8px);
  transition: all linear 0.9s;
  margin-left: 50px;
}
.constituency-box:hover {
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.2);
}
.constituency-box .constituency-img {
  overflow: hidden;
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  margin-bottom: 0px;
  margin-left: -60px;
  border: 1px solid #e4e4e4;
}
.constituency-box .constituency-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.9s;
}
.constituency-content {
  padding-left: 20px;
  width: calc(100% - 60px);
}
.constituency-content h5 {
  font-weight: 700;
  font-size: 16px;
  color: #f27935;
  margin-bottom: 12px;
  text-decoration: underline;
}
.constituency-content h5 a {
  color: #000000;
}
.constituency-box:hover h5 {
  color: #f27935;
}
.constituency-box:hover .constituency-img img {
  transform: scale(1.2);
}
.constituency-content p {
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}

.news-section {
  background-color: #ffffff;
}
.news-section::after {
  background: url("../images/flowers.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.news-box {
  height: 410px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.news-box:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.news-thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
  height: 302px;
}
.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-box:hover .news-thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}
.news-thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e74c3c;
  padding-top: 12px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  border: 2px solid #ffffff;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.date div:first-child {
  font-size: 14px;
  line-height: 1.2;
}
.news-content {
  position: absolute;
  width: 100%;
  height: 136px;
  bottom: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.news-box:hover .news-content {
  height: 250px;
}
.news-content .category {
  position: absolute;
  top: -44px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background: #e74c3c;
  padding: 10px 15px;
  font-weight: bold;
}
.news-title {
  margin: 0 0 10px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.author-title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 16px;
  font-weight: 400;
}
.news-description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box:hover .news-description {
  height: 80px;
}
.news-box:hover .news-thumbnail .date {
  color: #e8512e;
  background: #ffffff;
}
.news-meta {
  margin: 30px 0 0;
  color: #999999;
}

.call-to-action {
  color: #ffffff;
  padding: 80px 0px;
  background: #000000;
}
.call-to-action::after {
  background-image: url("../images/etched-in-time.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
.call-to-action h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 10px;
}
.action-button {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.action-button .btn {
  min-width: 154px;
}
.action-button .btn i {
  font-size: 24px;
  margin-left: 10px;
}
.missions-list {
  list-style: none;
  padding: 0px;
}
.missions-list li {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
.missions-list li a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  transition: all 0.9s linear 0s;
}
.missions-list li a::before {
  content: "\f064";
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "FontAwesome";
}
.missions-list li a:hover,
.missions-list li a:hover::before {
  color: #f89b24;
}

.ldm-section {
  background: #ffffff;
}
.ldm-section::after {
  background-image: url("../images/ldm-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.15;
}

.cta-section {
  background: #000000;
}
.cta-section::after {
  background: url("../images/programmes-bg1.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: hard-light;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
.cta-buttons {
  gap: 20px;
}
.cta-buttons .btn {
  font-size: 20px;
  border: 2px solid #ffffff;
  border-radius: 20px !important;
  background-image: linear-gradient(90deg, #00d0f2, #005288 99%);
}
.cta-section .ratio video {
  width: 100%;
  object-fit: cover;
}

/*--------------------Footer------------------------*/
.social-icon {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.social-icon li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  color: #f89b24;
}
.social-icon li a {
  display: block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  color: #f89b24;
  border-radius: 5px;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.social-icon li a i {
  margin-right: 0px;
  font-size: 24px;
  line-height: 24px;
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a:hover {
  color: #f89b24;
}

.contact-info {
  width: 100%;
  position: relative;
  margin: 0px;
}
.contact-info .contact-list {
  margin: 0px;
  padding: 0px;
}
.contact-info .contact-list li {
  display: block;
  margin: 0px 0px 8px;
  position: relative;
}
.contact-info .contact-list .before-icon {
  padding-left: 25px;
  display: inline-block;
  text-align: left;
}
.contact-info .contact-list .before-icon i {
  top: 4px;
  font-size: 20px;
  color: #f89b24;
}
.contact-info .contact-list .mail .before-icon {
  padding-left: 26px;
}
.contact-info .contact-list .mail .before-icon i {
  font-size: 15px;
  top: 4px;
}

.footer-section {
  position: relative;
  background: #efe9f3;
}
.f-widget-title {
  padding-bottom: 10px;
}
.f-widget-title h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 9px;
}
.f-widget-title:after {
  content: "";
  background: #f89b24;
  width: 50px;
  height: 2px;
  display: block;
}
.footer-widget-section {
  background: #021830;
  padding: 50px 0px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-widget {
  width: 100%;
  position: relative;
  margin: 15px 0px;
}
.footer-widget p {
  color: #ffffff;
  font-size: 14px;
}
.navmenu-widget ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.navmenu-widget ul li {
  padding: 0px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}
.navmenu-widget ul li a {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  transition: all 400ms linear 0s;
  width: 262px;
}
.navmenu-widget ul li a:before {
  content: "\f101";
  font-size: 18px;
  color: #f89b24;
  position: absolute;
  left: 2px;
  top: 0px;
  font-family: "FontAwesome";
}
.navmenu-widget ul li a:hover {
  color: #f89b24;
}

.footer-widget .contact-info .contact-list li {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.footer-widget .contact-info .contact-list li a {
  color: #ffffff;
}
.footer-widget .contact-info .contact-list .before-icon i {
  color: #f89b24;
}
.footer-widget .contact-info .contact-list .before-icon i.fa-envelope {
  font-size: 16px;
}
.footer-widget .social-icon li a:hover {
  color: #ffffff;
}

.copy-right-section {
  background: #021830;
  font-size: 14px;
}
.copy-right-section p {
  color: #ffffff;
  margin-bottom: 0px;
}
.copy-right-section a {
  color: #ffffff;
}
.copy-right-section a:hover {
  color: #f89b24;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-widget-section .left-line {
    border-left: 0px solid #ffffff;
  }
  .footer-widget-section .left-line .footer-widget {
    padding-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  .footer-widget-section {
    padding: 20px 0px;
  }
  .f-widget-title h4 {
    font-size: 20px;
  }
  .navmenu-widget ul li {
    width: 262px;
  }
}
/* Added for topcontrol button*/
#topcontrol {
  background-color: #f89b24;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  height: 36px;
  z-index: 9991;
  line-height: 36px;
  text-align: center;
  width: 36px;
  transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#topcontrol:before {
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: " ";
}
#topcontrol:before {
  content: "\f106";
  top: -2px;
  left: 0px;
  font-size: 20px;
}
#topcontrol:hover {
  color: #ffffff;
  background-color: #f89b24;
}

/* breadcromb */
.breadcromb-area::after {
  background-image: url("../images/know-state/odisha2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}

.breadcromb-area {
  background: #0f4377;
  position: relative;
  z-index: 1;
  padding: 20px 0px;
}
.breadcromb-box {
  text-align: center;
}
.breadcromb-box h3 {
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  font-weight: 600;
}
.breadcromb-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcromb-box li {
  display: inline-block;
  margin: 0 2px;
  color: #fff !important;
  font-size: 16px;
}
.breadcromb-box li i {
  color: #ffffff;
}
.breadcromb-box li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .breadcromb-box h3 {
    font-size: 30px;
  }
}

.imp-date-section {
  background: #073262;
}
.imp-date {
  border-left: 1px solid #9f9f9f;
  padding: 0px 20px 0px 10px;
  color: #9f9f9f;
  height: 100%;
}
.imp-date-section .cta-buttons {
  gap: 8px;
}
.imp-date-section .cta-buttons .btn {
  font-size: 18px;
}

.awd-sp-partners {
  background: url("../images/award-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.awd-sp-partners .section-title .title {
  background-image: linear-gradient(90deg, #ffffff, #ffbb18, #ffffff 99%);
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background-size: 1000px 100%;
}
@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}

.announcements-section {
  background: url("../images/announcements-bg.jpg") no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  min-height: 360px;
  position: relative;
}
.announcements-section .cta-buttons {
  gap: 8px;
}
.announcements-section .cta-buttons .btn {
  font-size: 16px;
}
.announcements-countdown .imp-date {
  color: #ffffff;
}
.countdown ul {
  padding: 0px;
}
.countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 0px 20px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.countdown li span {
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media all and (max-width: 768px) {
  .countdown li {
    font-size: calc(1.125rem * 0.75);
  }

  .countdown li span {
    font-size: calc(3.375rem * 0.75);
  }
}

.award-sponsors-block {
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.award-sponsors-block > .row {
  margin: 0px;
}
.award-sponsors-block > .row > [class^="col-"] {
  padding: 0px;
}
.award-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.award-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-sponsors {
  padding: 20px;
}
.award-title {
  font-size: 24px;
  font-family: Kalinga;
  text-align: center;
  line-height: 1.5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fbbf33, #b98406, #fbbf33 99%);
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background-size: 1000px 100%;
}
.award-title-en {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0dc653, #02481d, #0dc653 99%);
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background-size: 1000px 100%;
}
.sponsor-logo {
  border: 1px solid #7d241b;
  background: #ffffff;
  border-radius: 10px;
}
.sponsor-logo img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  transition: all ease 0.5s;
}
.sponsor-logo:hover img {
  filter: grayscale(1);
}
.sponsors-partners-slider {
  margin: 0px -10px;
}
.sponsors-partners-slider .item {
  padding: 0px 10px;
}

.award-box {
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) inset, 0px 8px 15px rgba(251, 105, 0, 0.97);
  animation: boxShadowPulse 2s ease-in-out infinite;
}
.award-box .award-title {
  font-size: 20px;
}
.award-box .award-title-en {
  font-size: 18px;
}
.award-image {
  width: 100%;
  margin-bottom: 20px;
}
.award-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}
.more-link {
  font-weight: 700;
}
@keyframes boxShadowPulse {
  0% {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) inset, 0px 8px 15px rgba(251, 105, 0, 0.97);
  }
  50% {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3) inset, 0px 12px 25px rgba(251, 105, 0, 1);
  }
  100% {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) inset, 0px 8px 15px rgba(251, 105, 0, 0.97);
  }
}

.criteria {
  color: #881010;
}
.type-of-achievements {
  color: #1970a4;
  font-weight: 700;
}

.sponsors-partners-section {
  background-color: #ffffff;
}
.sponsors-partners-section::after {
  background: url("../images/partnes-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
.sponsors-partners-section1 {
  background-color: #f6fffe;
}
.sponsors-partners-section1::after {
  background: url("../images/candyhole.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}

.valued-partners-section {
  background-color: #ffffff;
}
.valued-partners-section::after {
  background: url("../images/flowers.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.partner-box {
  width: 100%;
  position: relative;
}
.partner-img {
  position: relative;
  background: #ffffff;
  padding: 8px;
  border: 1px solid #7d241b;
}
.partner-img .partner-slide-img {
  margin-bottom: 0px;
}
.partner-img .partner-slide-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.value-label {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
}
.value-label img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
}
.partner-text {
  padding-top: 10px;
  text-align: center;
}
.partner-vlu-title {
  font-size: 20px;
  font-weight: 700;
  color: #5b071d;
}
.partner-vlu-text {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.gallery-section {
  background-image: linear-gradient(90deg, #ffebaf, #fd9e39 99%);
}
.gallery-section::after {
  background: url("../images/arches.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.gallery-grid .card {
  color: #252a32;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.gallery-grid .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-grid .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all linear 0.9s;
}
.gallery-grid .card-image:hover img {
  transform: rotate(8deg) scale(1.2);
  filter: contrast(1.2);
}
@media only screen and (max-width: 600px) {
  .gallery-grid .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.content-section {
  background-color: #ffffff;
}
.content-section::after {
  background: url("../images/argyle.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.1;
}
.clr-heading {
  color: #f46514;
}

.chapter-card {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.convener-photo-container {
  position: relative;
}
.convener-photo {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
}
.convener-info {
  padding: 10px 15px;
  border-radius: 0px 0px 5px 5px;
  margin-top: 15px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
}
.convener-name {
  color: #ffffff;
  margin-bottom: 8px;
}
.design {
  color: #dfdfdf;
  margin-bottom: 8px;
}
.social-links a {
  display: inline-block;
  margin-right: 10px;
  color: #f89b24;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.social-links a:last-child {
  margin-right: 0px;
}
.convener-photo-container .social-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all linear 0.5s;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
}
.convener-photo-container .social-links a {
  color: #ffffff;
}
.convener-photo-container .social-links a:hover {
  color: #f89b24;
}
.convener-photo-container:hover .social-links {
  transform: translate(-50%, -50%) scale(1);
}
.convener-description {
  background: #d4ebf2;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  text-align: justify;
  width: 100%;
  height: 333px;
}
.team-grid > [class^="col-"] {
  margin-bottom: 20px;
}
.team-grid img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.team-card {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}
.team-name {
  font-weight: bold;
  margin-top: 10px;
}
.team-designation {
  font-size: 14px;
  color: #555555;
  margin-bottom: 10px;
}

.content-page-slider {
  margin-bottom: 0px;
}
.content-page-slider img {
  width: 100%;
  height: 350px;
  object-fit: fill;
}

.pattern-bg1 {
  background-color: #ffffff;
}
.pattern-bg1::after {
  background: url("../images/argyle.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.15;
}
.pattern-bg2 {
  background-color: #ffffff;
}
.pattern-bg2::after {
  background: url("../images/flowers.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.pattern-bg3 {
  background-color: #ffffff;
}
.pattern-bg3::after {
  background: url("../images/arches.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.pattern-bg4 {
  background-color: #ffffff;
}
.pattern-bg4::after {
  background: url("../images/candyhole.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}
.pattern-bg5 {
  background-color: #ffffff;
}
.pattern-bg5::after {
  background: url("../images/retina-wood.png") repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}

.content-video {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  aspect-ratio: 7 / 5;
  object-fit: cover;
}
.content-img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 7 / 5;
  object-fit: cover;
}
.content-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.1);
  z-index: -1;
}
.content-img-slider {
  position: relative;
  margin-bottom: 20px;
}
