@charset "utf-8";
:root {
  --t_color1:#24aae9;
  --t_color2:#0a0a0a;
  --t_color3:#fff;
  --font_1:proxima;
  --bg_color1:#ececec;
  --bg_color2:#24aae9;
  --bg_color3:#fff;
  --bx_shadow: rgb(0 0 0 / 12%);
}
:root {
  --headings-font-family: "CenturyGothic_Bold";
  --paragraph-font-family: "CenturyGothic_Regular";
}
@font-face {
  font-family: proxima;
  src: url(../fonts/proxima.ttf);
}
@font-face {
  font-family: proxima-bold;
  src: url(../fonts/proxima-bold.otf);
}
@font-face {
  font-family: CenturyGothic_Regular;
  src: url(../fonts/CenturyGothicRegular.ttf) format('truetype');
}
@font-face {
  font-family: CenturyGothic;
  src: url(../fonts/CenturyGothic.ttf) format('truetype');
}
@font-face {
  font-family: CenturyGothic_Bold;
  src: url(../fonts/CenturyGothicBold.ttf) format('truetype');
}
* {
  font-family: var(--paragraph-font-family);
  color: var(--t_color2);
}

img{
-webkit-touch-callout: none !important;
}

.nodatafound {
    background: #fff;
    min-height: 60vh;
    text-align: center;
    align-items: center;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}
.nodatafound img {
width: 100px;
}
.nodatafound p {
font-size: 22px;
margin: 20px 0px;
}
.pswp__button--share,.pswp--fs .pswp__button--fs{
  display: none!important;
}
.pswp--supports-fs .pswp__button--fs {
    display: none!important;
}
/*======================================================
    1.0 Common Style
=======================================================*/
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: var(--paragraph-font-family);
  font-size: 15px;
  font-style: normal;
  line-height: 28px;
  color: #6a7c92;
  position: relative;
  overflow-x: hidden;


-webkit-touch-callout: none!important;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin: 0 0 10px;
}
h2 {
  font-size: 42px;
  margin: 0 0 10px;
  font-weight: 500;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a{
  -webkit-tap-highlight-color: transparent!important;
}
p, li, a, span {
}
a, a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999 !important;
}
button {
  border: none;
  background: none;
}
.decskhide{
  display: none;
}
p.filterby{
  color:#454545;
}
#popmodel{
  width: 600px;
    max-width: 75rem;
    position: fixed;
padding:10px;
}
#popmodel #title_alert{
      padding-bottom: 15px;
    background: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    font-size: 22px;
        font-weight: 600;
}
#popmodel .button{
  line-height: 35px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    position: relative !important;
    display: block !important;
    height: 35px !important;
    vertical-align: middle !important;
    width: 150px !important;
    text-align: center !important;
    border: none !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
    color: var(--t_color3) !important;
    border-radius: 50px !important;
    background-position: center right 3px, center !important;
    cursor: pointer !important;
    margin: 30px  auto 0px auto;
    border-top: 1px solid rgb(0, 0, 0, 0.1);
}
#popmodel, #popmodelconfirm {
  padding: 10px 20px;
}
#popmodel p#content_alert{
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
}
#popmodel .closex, #popmodelconfirm .closex {
  color: #fff;
  margin-top: -4px;
  margin-right: 4px;
}
#popmodel:focus-visible{
  border:none!important;
  outline: none!important;
}
#popmodel .insidepopup, #popmodelconfirm .insidepopup {
  padding: 20px 0px;
}
.hidden-part-alert, .hidden-part-confirm {
  position: absolute;
  visibility: hidden;
}
.ajax-wait {
  padding: 0px;
  display: none;
}
.field-checking {
  margin-bottom: 0;
}
.no-pad-right {
  padding-right: 0 !important;
}
.no-pad-left {
  padding-left: 0 !important;
}
.no-pad-top {
  padding-top: 0 !important;
}
.no-pad-bottom {
  padding-bottom: 0 !important;
}
.no-mar-right {
  margin-right: 0 !important;
}
.no-mar-left {
  margin-left: 0 !important;
}
.no-mar-top {
  margin-top: 0 !important;
}
.no-mar-bottom {
  margin-bottom: 0 !important;
}
.margintop5 {
  margin-top: 5px;
}
.margintop10 {
  margin-top: 10px;
}
.margintop20 {
  margin-top: 20px;
}
.margintop40 {
  margin-top: 40px;
}
.margintop60 {
  margin-top: 60px;
}
.marginbot5 {
  margin-bottom: 5px;
}
.marginbot10 {
  margin-bottom: 10px;
}
.marginbot20 {
  margin-bottom: 20px;
}
.marginbot40 {
  margin-bottom: 40px;
}
.marginbot60 {
  margin-bottom: 60px;
}
.narrow-padding {
  padding-right: 0.4632rem;
  padding-left: 0.4632rem;
}
.desck-none{
  display: none !important;
}
/* ========= Container ===========*/
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1300px;
  }
  header  .container {
    max-width: 1400px
  }
}
@media (min-width:1824px) {
  .container {
    max-width: 1400px
  }
}
/*============== End Container ================*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.bx-shawdow:hover{
  box-shadow: 1px 1px 15px rgb(58 58 58 / 25%);
}
.magnific-img img {
    width: 100%;
    height: 100%;
}
.magnific-img {
    display: inline-block;
    width: 100%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
    display: block;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
    opacity: 1 !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #0a0a0a; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*======================================================
    Header Section
=======================================================*/
.header {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease-in;
}
.header.nav-down {
    opacity: 1;
    transition: all .4s;
}
.header.nav-up {
    opacity: 0;
    transition: all .4s;
}
.header-logo img {
  max-width: 100%;
}
/* Headroom css */
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 99;
}
.sticky-header .primary-header {
  background-color: #fff;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.admin-bar .sticky-header {
  top: 32px;
}
.admin-bar .header {
  margin-top: 32px;
}
.admin-bar .header-three {
  margin-top: 0;
}
.sticky-header.sticky-fixed-top {
  transition: transform .25s ease-in-out;
  will-change: transform;
}
.sticky-header.sticky-fixed-top {
  transform: translateY(0);
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Burger Menu */
.mobile-menu-icon {
  display: none;
}
.burger-menu {
  width: 20px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}
.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-menu {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 3px;
}
.line-menu.line-half {
  width: 50%;
}
.line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}
.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}
/* Menu Style */
.header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-wrap ul li {
  display: inline-block;
  position: relative;
}
.header-menu-wrap ul li.active a {
  border-radius: 50px;
      background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.fixed-header .sub-menu li.subactive a {
  color: #fff !important;
}
.fixed-header .sub-menu li a:hover {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
  color: #fff !important;
}
.sub-menu li a {
  background: transparent !important;
}
.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}
.sub-menu li.subactive a {
  background: rgba(255, 255, 255, 0.4) !important;
}
.fixed-header .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}
.fixed-header .sub-menu li a {
  color: #fff !important;
}
.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}
.header-menu-wrap ul li > a {
  font-family: var(--headings-font-family);
  font-size: 15px;
  padding: 5px 12px;
  color: #fff;
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.header-menu-wrap ul li a.hvrclass:hover {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.header.fixed-header .header-menu-wrap ul li.active > a {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  color: #fff !important;
}
.header-menu-wrap li ul {
     
  display: block;
  width: auto;
  padding: 10px 0px 20px 0px;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0px;
  top: 34px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  border-radius: 0px 0px 18px 18px;
}
.dropdown_menu-6 {
  transform: translate(0, -60px);
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
}
.header-menu-wrap ul li > a:hover ul.dropdown_menu-6 {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
  z-index: 0;
}
.dropdown-animation {
  transition: all .5s ease;
  height: 0;
}
.header-menu-wrap ul li a.hvrclass:hover ul {
  height: auto;
}
.sub-menu {
  height: 0;
  overflow: hidden;
  background-color: #dedede;
  -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.header-menu-wrap li:hover ul {
  height: 100px;
  opacity: 1;
}
.header.fixed-header .header-menu-wrap li ul {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
}
.header-menu-wrap li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header-menu-wrap li li {
  display: block;
  padding: 0 10px;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}
.header-menu-wrap li li:last-child {
  margin: 0;
}
.header-menu-wrap ul li.dropdown_menu:hover  a.submenu-hvr {
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 18px 18px 0px 0px;
}
.header-menu-wrap li li > a {
  display: block;
  height: auto;
  line-height: inherit;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  text-transform: capitalize;
  padding: 5px 8px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.header-menu-wrap li li:hover > a {
  color: #5a49f8;
  background-color: #f9f9f9;
}
.header-menu-wrap li ul li ul {
  width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
}
.header.fixed-header {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 15%);
      transition: 0.4s ease-in;
}
.header.fixed-header .header-menu-wrap ul li > a {
  color: #0a0a0a;
}
.header.fixed-header .header-menu-wrap ul li > a:hover {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  color: #fff !important;
}
.header.fixed-header .header-menu-wrap ul li > a.submenu-hvr:hover {
  color: #000 !important;
}
.header.fixed-header .header-menu-wrap ul li.dropdown_menu:hover a.submenu-hvr {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
  color: #fff !important;
  border-radius: 18px 18px 0px 0px;
}
.header.fixed-header .line-menu {
  background-color: #0a0a0a;
}
header.fixed-header a.login_btn {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  color: #fff !important;
  border-radius: 50px;
  border-radius: 50px;
  padding: 8px 35px 8px 15px !important;
}
.inner-header .header-menu-wrap ul li > a {
  color: #0a0a0a;
}
.inner-header .header-menu-wrap li ul {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
}
.header.inner-header .header-menu-wrap ul li.dropdown_menu:hover a.submenu-hvr {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9) !important;
  color: #fff !important;
  border-radius: 18px 18px 0px 0px;
}
.inner-header .sub-menu li a {
  color: #fff !important;
}
.inner-header .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}
.primary-header-inner .header-right {
  align-items: center;
  line-height: 80px;
  margin-left: 20px;
}
.header-right .mobile-menu-icon {
  margin-left: 20px;
}
.header-right a.header-btn {
  display: inline-block;
  background: linear-gradient(to right, #5a49f8, #7a64f2);
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  letter-spacing: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
  z-index: 1;
}
.header-right a.header-btn:hover {
  color: #fff;
}
.inner-header .header-menu-wrap ul li:hover a.nochnage{
   color: #fff!important;
}
.header-right a.header-btn span {
  background: #07122D none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: -1;
}
.header-right a.header-btn:hover span {
  height: 562.5px;
  width: 562.5px;
}
.header-right .search-icon {
  color: #07122D;
  cursor: pointer;
  font-size: 20px;
}
.header-right .search-icon:hover {
  opacity: 0.8;
}
.primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.primary-header .header-logo {
  max-width: 342px;
  padding: 15px 0px;
}
.viewport-lg .primary-header .header-menu-wrap {
  display: block;
}
/* Header 1 */
.viewport-sm .primary-header-one {
}
.primary-header-one .header-menu-wrap {
  margin-left: auto;
}
.header-cart-btn {
  margin-left: 10px;
}
.header-cart-btn a {
  color: #07122D;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}
.header-cart-btn a .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5a49f8;
  color: #fff;
  font-size: 11px;
  display: block;
  top: -8px;
  right: -9px;
  line-height: 16px;
  text-align: center;
}
.inner-header .header-menu-wrap ul li > a:hover {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  color: #fff !important;
}
.inner-header .header-menu-wrap ul li.active a {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  color: #fff !important;
}
.inner-header .line-menu {
  background: #0a0a0a;
}
.inner-header .header-menu-wrap ul li > a:hover {
}
.menuactiveclass li.active {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
header.ac_head.fixed-header .menuactiveclass li.active a {
  color: #fff !important;
}
.inner-header {
  background: #fff;
}
.inner-header .nav-item a {
  color: #0a0a0a;
}
.inner-header a.hoverclass.active {
  color: #fff !important;
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
.inner-header a.login_btn {
  color: #fff !important;
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
.inner-header .login_btn img {
  transform: rotate(90deg);
}
.header-menu-wrap ul li:hover a{
  /* color: #fff!important;*/
}
.pt-120 {
  padding-top: 120px;
}
.dis-mob {
  display: none;
}
.nav-wrapper {
}
.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 15s ease infinite;
}
/* NAVIGATION */
.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  padding: 20px 0px;
}
.navbar img.logo {
  width: 342px;
}
.navbar img {
  width: auto;
  justify-self: start;
  margin-left: 0px;
}
.navbar ul {
  list-style: none;
  justify-self: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
}
.nav-item a {
  font-family: var(--headings-font-family);
  font-size: 16px;
  padding: 7px 12px;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
}
/* SECTIONS */
.headline {
  width: 100%;
  height: 50vh;
  min-height: 350px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  display: flex;
  padding: 50px 20px;
  justify-content: space-around;
}
.feature-container {
  flex-basis: 30%;
  margin-top: 10px;
}
.feature-container p {
  color: #0a0a0a;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.feature-container img {
  width: 100%;
  margin-bottom: 15px;
}
/* SEARCH FUNCTION */
#search-icon {
  font-size: 0.9rem;
  margin-top: 3px;
  margin-left: 15px;
  transition: color 0.3s ease-out;
}
#search-icon:hover {
  color: #3498db;
  cursor: pointer;
}
.search {
  transform: translate(-35%);
  -webkit-transform: translate(-35%);
  transition: transform 0.7s ease-in-out;
  color: #3498db;
}
.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}
.search-input {
  position: absolute;
  top: -4px;
  right: -125px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}
.search-active {
  opacity: 1;
  z-index: 0;
}
input {
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0; /* FOR SAFARI */
  outline: 0;
  padding: 5px;
}
/* MOBILE MENU & ANIMATION */
.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-header .menu-toggle .bar {
  background-color: #3f3f3f;
}
.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}
.menu-toggle:hover {
  cursor: pointer;
}
#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
/* KEYFRAME ANIMATIONS */
@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@keyframes gradbar {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
div#example-menu ul li a {
  font-family: var(--headings-font-family);
  font-size: 14px;
  padding: 0px 10px;
  color: #fff;
  line-height: 38px;
  font-weight: 600;
}
.header-menu-wrap ul li:hover .loginbtn_btn{
  color: #fff!important;
}
.header-menu-wrap ul li:hover .loginbtn_btn.nochnage{
  color: #000!important;
}
a.login_btn.loginbtn_btn,header.fixed-header a.login_btn.loginbtn_btn{
  padding: 0px 38px 0px 15px!important;
    line-height: 35px!important;
}
a.login_btn {
  background: #fff;
  color: #000 !important;
  border-radius: 50px;
  height: 34px;
  position: relative;
  font-family: var(--paragraph-font-family);
  padding: 8px 35px 8px 15px !important;
  line-height: 1px;
}
.mobile_only, .title-bar {
  display: none;
}
li.logo img {
  width: 300px;
}
header .top-bar, header .top-bar ul {
  background: transparent !important;
}
/* .item.s1, .item.s2, .item.s3, .item.s4, .item.s5 {
  background: url(../images/banner_sec.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
} */
header.ac_head.fixed-header {
  background: #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
header.ac_head.fixed-header li a {
  color: #000 !important;
}
header.ac_head.fixed-header a.login_btn {
  padding: 0px 4px 0px 24px !important;
}
a.hoverclass.active {
  border-radius: 50px;
  background: #677788;
  color: #fff;
}
ul.sub-menu a.hoverclass.active {
}
.subactive {
}
a.hoverclass.active {
  border-radius: 50px;
  background: #677788;
  color: #fff;
}
header.ac_head.fixed-header a.hoverclass.active {
  color: #fff !important;
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
header.ac_head.fixed-header a.login_btn {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  color: #fff !important;
  border-radius: 50px;
  border-radius: 50px;
  padding: 8px 35px 8px 15px !important;
}
ul.sub-menu {
  display: none;
}
ul.visible {
  display: block;
}
ul.togglehidden {
  display: none;
}
.sub-menu {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  padding: 10px 0px;
  color: #fff;
  border-radius: 18px;
  margin-left: 0px;
  top: 32px;
  min-width: 100%;
}
.sub-menu li {
  padding: 7px 10px;
}
.sub-menu a {
  color: #fff;
  line-height: 0px;
}
header.ac_head.fixed-header .sub-menu {
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
header.ac_head.fixed-header .sub-menu a {
  color: #fff !important;
}
/*======================================================
Banner Section
=======================================================*/
.banner_section .item h2 {
  color: #fff !important;
  font-size: 32px;
  font-weight: 600;
  font-family: var(--headings-font-family);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner_section .item h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--paragraph-font-family);
  padding-top: 50px;
}
.banner_section .owl-dots button.owl-dot {
  background-color: #BDC9CF;
}
.banner_section .owl-nav {
  display: none;
}
.banner_section .owl-nav span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.banner_section .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #0a0a0a;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.banner_section .owl-nav button.owl-prev {
  left: 0;
}
.banner_section .owl-nav button.owl-next {
  right: 0;
}
.banner_section .owl-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0px;
}
/* .banner_section .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  text-align: center;
  max-height: 800px;
} */
#carousel_banner .item{
  position: relative;
}
#carousel_banner .item:after{
  content: ""; 
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}
.banner_section .item .scnt{
      position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
}
.banner_section .owl-dots button.owl-dot {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  background: #fff !important;
  opacity: 0.3 !important;
  margin: 0 7px !important;
}
.banner_section .owl-dots button.owl-dot.active {
  background: rgb(255, 255, 255, 1) !important;
}
.banner_section  .owl-dots button.owl-dot.active {
  opacity: 1 !important;
}
.banner_section .owl-dots button.owl-dot:focus {
  outline: none;
}
.banner_section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.banner_section .owl-nav button:focus {
  outline: none;
}


.white_rr {
  display: none;
}
/*======================================================
Event Section
=======================================================*/
.indexinner-section {
  background: transparent url('../images/bigsec.png') 0% 0% no-repeat padding-box;
  background-repeat: no-repeat !important;
  background-size: 100%;
  background-position: bottom;
      background-attachment: fixed;
}
.mobdisplay-display {
  display: none;
}
.event {
  padding: 30px 0px 0px 0px;
}
.presidentsec {
  padding: 0px 0px 0px 0px;
}
.sponsor {
  padding: 0px 0px 40px 0px;
}
.event .event-btns {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translate(-50%, 0px);
}
section.event h1, .presidentsec h1, .sponsor h1 {
  font-size: 22px;
  font-family: var(--headings-font-family);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 85px;
}
.presidentsec .event-btns {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0px);
}
section.event .tabs {
  border: none !important;
  background: unset !important;
  padding: 0px 0px 25px 0px;

}
.president-section .tabs {
  padding: 0px !important;
}
.event-section .tabs {
  padding: 0px !important;
}
section.event .tabs-content {
  border: none !important;
  background: unset !important;
}
section.event .tabs-title > a:focus, section.event .tabs-title > a[aria-selected='true'] {
  background: transparent;

  color: #1875D1;
  
  font-weight: 600;
}

.eventslider .owl-next{
 border:none;
 outline: none;
  right: 0px;
  
}
.eventslider .owl-prev{
   border:none;
 outline: none;
  margin-right: 20px;
  
  
}
.evnt_tab_sec .owl-height{
  height: 25px!important;
}
.eventslider .owl-nav{
  position: absolute;
  right: 0px;
  top:-5px;
}
.eventslider.owl-carousel .owl-stage-outer{
   width: 90%;
}
.eventslider .owl-prev img{
  transform: rotate(180deg);
}
section.event .tabs-title > a {
  padding: 0px 20px 0px 0px;
  font-family: var(--paragraph-font-family);
  color: #1875D1;
  font-size: 18px;
  text-transform: capitalize;
}
section.event .tabs-title > a:hover{
   background: transparent!important;
}
section.event .tabs-panel {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.event .tabs-panel p {
}
.description {
  background: #FFFFFF;
}
section.event .tabs-panel h4 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--headings-font-family);
}
.morecontent span {
    display: none;
    color: #0a0a0a!important;
    font-size: 14px!important;
    text-align: left!important;
}
.morelink {
    display: block;
}
section.event  .morecontent, section.event  .morecontent span, section.event  span.moreellipses{
  position: static!important;
}
section.event .tabs-panel span {
  color: #454545;
  font-size: 16px;
  position:absolute;
  bottom: 20px;
}
.foot_menu a {
  font-size: 14px;
}
#year {
  position: absolute;
  top: 6px;
  right: 190px;
  bottom: 20px;
  border-radius: 18px;
  font-size: 16px;
}
.year-select select option {
  background-color: #fff !important;
  color: rgba(24, 117, 209, 1) !important;
  border: none !important;
  padding: 10px 10px !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}
.mobile-eventslideradd .owl-dots {
  text-align: center;
  margin: 0px 0px 30px;
}
/*======================================================
Team Section
=======================================================*/
#carousel_team .owl-dots button.owl-dot, #carousel_team2 .owl-dots button.owl-dot, #carousel_team1 .owl-dots button.owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background: #747780;
  margin: 0 7px;
  opacity: 0.5;
}
#carousel_team  .owl-dots button.owl-dot.active, #carousel_team2  .owl-dots button.owl-dot.active, #carousel_team1  .owl-dots button.owl-dot.active {
  background-color: #1875D1;
  opacity: 1;
}
#carousel_team .owl-dots button.owl-dot:focus, #carousel_team2 .owl-dots button.owl-dot:focus, #carousel_team1 .owl-dots button.owl-dot:focus {
  outline: none;
}
#carousel_team .owl-dots button.owl-dot, #carousel_team2 .owl-dots button.owl-dot, #carousel_team1 .owl-dots button.owl-dot {
  background-color: #747780;
}
#carousel_team .owl-nav {
  display: none;
}

#carousel_team .owl-dots {
  text-align: center;
  margin: 20px 0px 0px;
}
#carousel_team1 .owl-dots {
  text-align: center;
  margin: 20px 0px 0px;
}
#carousel_team2 .owl-dots {
  text-align: center;
  margin: 20px 0px 0px;
}
.cell.evnt_tab_sec .tabs-content .cell {
  padding: 8px;  /*display: inherit; */
}
.eventssec .zoom_img_sec {
  margin: unset;
  min-height: 310px;
    max-height: 310px;
}
.zoom_img_sec {
  width: inherit;
  height: inherit;
  overflow: hidden;
  margin: 0 auto;
}
.zoom_img_sec img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.zoom_img_sec:hover img {
  transform: scale(1.5);
}
.cell.evnt_tab_sec {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cell.teamcell {
  padding-top: 0px;
}
.cell.evnt_tab_sec .tabs-content .cell .description{
  min-height: 310px;
  max-height: 310px;
}
.cell.evnt_tab_sec .tabs-content .cell > div {
  overflow: hidden !important;
  height: 100%;

}
.cell.evnt_tab_sec .tabs-content .cell .magnific-img{
  min-height: 310px;
  max-height: 310px;
}
.cell.evnt_tab_sec .tabs-content .cell .magnific-img img{
  object-fit: cover;
    min-height: 310px;
    max-height: 310px;
}
.cell.evnt_tab_sec .tabs-content .cell > div.description  a.buttonone.tm{
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 139px;
  padding-left: 15px;
}
a.lern_more {
  background: #009DFF;
  padding: 3px 5px 3px 19px;
  height: 35px;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
a.lern_more1 {
  background: #009DFF;
  padding: 9px 5px 9px 19px;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
a.lern_more1 img {
  transform: rotate(94deg);
  width: 27px;
  margin-left: 12px;
  margin-top: -5px;
}
.youthnysc-cntsection a.lern_more.tm {
  transform: none;
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.youthnysc-cntsection .event-btns {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.youthnysc-cntsection img.event-img {
  width: 100%;
      height: 300px;
  object-fit: cover;
}
.youthnysc-cntsection .cell {
  margin-bottom: 10px;
}
.who_are div{
  color: #0a0a0a;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
}
.who_more_btn{
  margin-top:30px;
  line-height: 34px;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    height: 35px;
    padding-left: 20px;
    vertical-align: middle;
    width: 139px;
    text-align: left;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: var(--t_color3);
    border-radius: 50px;
    background-position: center right 3px, center;
    cursor: pointer;
}
.who_more_btn:hover,.who_more_btn:focus{
  color: #fff;
}

.regbtn_ka.buttonone.tm{
  margin-right: 40px;
}

button.buttonone.tm a {
  color: #fff;
}
button.buttonone.tm, a.buttonone.tm {
    line-height: 35px;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    height: 35px;
    padding-left: 20px;
    vertical-align: middle;
    width: 165px;
    text-align: left;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/right_white.svg), linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
    color: var(--t_color3);
    border-radius: 50px;
    background-position: center right 3px, center;
    cursor: pointer;
}
button.buttonone.tm img {
  transform: rotate(94deg);
  width: 27px;
  margin-left: 12px;
  margin-top: -3px;
}
button.buttonone-white a {
  color: #fff;
}
button.buttonone-white {
  cursor: pointer;
  padding: 0px 4px 0px 20px;
  background: #009DFF;
  height: 35px;
  line-height: 35px;
  color: #1875D1;
  border-radius: 50px;
  font-size: 16px;
  background:#fff !important;
}
button.buttonone-white img {
  transform: rotate(0deg);
  width: 27px;
  margin-left: 12px;
  margin-top: -3px;
}

button.buttonone.tm.events_btn{
  width: 155px;
  padding-left: 15px;
}
button.buttonone.tm.events_btn.view_pho_btn{
 margin-right: 15px;
}
.description {
  position: relative;
}
#pongalcel1 .description button {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
#pongalcel2 .description button {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
#pongalcel3 .description button {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.description a {
  position: absolute;
  right: 0;
  bottom: 15px;
}
a.lern_more img {
  transform: rotate(94deg);
  width: 27px;
  margin-left: 12px;
}
.header-menu-wrap ul li.dropdown_menu:hover .login_btn svg .a{
  fill: #fff!important;
}
.header-menu-wrap ul li.dropdown_menu:hover .login_btn svg .b{
  stroke: #fff!important;
}
.fixed-header .login_btn svg .a{
  fill: #fff!important;
}
.fixed-header .login_btn svg .b{
  stroke: #fff!important;
}
.login_btn img,.login_btn svg {
  width: 25px;
  margin-left: 5px;
  position: absolute;
  top: 4px;
  right: 4px;
}
a.lern_more.tm {
  transform: translate(-50%, -120px);
  position: absolute;
  padding: 5px 7px 5px 24px;
  left: 50%;
}
.description {
  padding: 10px 25px 10px 25px;

}
.role_per {
  padding: 20px;
  background: #fff;
  height: 100px;
}
.role_per p {
  color: #1875D1;
  font-size: 14px;
  font-family: var(--headings-font-family);
  font-weight: 600;
  line-height: 18px;
}
.role_per h5 {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--headings-font-family);
  text-transform: uppercase;
  letter-spacing: 0px;
}
#carousel_team .item, #carousel_team1 .item, #carousel_team2 .item {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
#carousel_team .item:hover {
  box-shadow: 1px 1px 15px rgb(58 58 58 / 25%);
}
#carousel_team .item img {
  width: 100%;
  object-fit: cover;
}
.pt-40 {
  padding-top: 40px;
}
/*============================ payment OTP =========*/
.login_form_sec.payment_otp{
  margin: unset;
    background: #fff;
    padding: 30px;
    text-align: left;
}
.login_form_sec.payment_otp .changepassword form {
    background: #fff;
    padding: 30px;
    text-align: left;
}
.login_form_sec.payment_otp input{
      border: 0.5px solid #ADB5C1;
    font-size: 15px;
    border-radius: 3px;
}
.login_form_sec.payment_otp .form_field_dec{
  color: #454545;
      line-height: 20px;
}
.login_form_sec.payment_otp .form_field span.form-error {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0px;
}
/*======================================================
Sponser Section
=======================================================*/
#carousel_sponser .owl-nav {
  display: none;
}
#carousel_sponser .owl-dots button.owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background: #747780;
  margin: 0 7px;
  opacity: 0.5;
}
#carousel_sponser  .owl-dots button.owl-dot.active {
  background-color: #1875D1;
  opacity: 1;
}
#carousel_sponser .owl-dots button.owl-dot:focus {
  outline: none;
}
#carousel_sponser .owl-dots button.owl-dot {
  background-color: #747780;
}
#carousel_sponser .owl-nav {
  display: none;
}
#carousel_sponser .owl-dots {
  text-align: center;
  margin: 20px 0px;
}
#carousel_sponser .item img {
  object-fit: contain;
  height: 300px;
  background: #f6f6f6;
  padding: 10px;
}
.reveal {
  width: 600px;
  max-width: 75rem;
  position: fixed;
  top: 10% !important;
  left: 50% !important;
  transform: translate(-50%, 0px) !important;
  outline: none;
  border: none;
}
.close-button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 0px;
  top: 5px;
  font-size: 40px;
}
/*======================================================
About Us Page
=======================================================*/
.inner-banner {
  
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  opacity: 1;
  max-height: 800px;
}
.inner-banner img{


}
.inner-section {
  background: url(../images/in.png);
  background-color: #f0f0f0;
  background-repeat: repeat !important;
  background-size: 100%;
  background-position: bottom;
      background-attachment: fixed;
}
.about-section {
  padding: 80px 0px 0px;
}
h2.title1 {
  font-size: 22px;
  font-family: var(--headings-font-family);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h4.title2 {
  font-size: 14px;
  font-family: var(--headings-font-family);
  font-weight: 600;
  margin-bottom: 25px;
}
p.grey {
  color: #0a0a0a;
  font-size: 14px;
  text-align: left;
}
.about-ul {
  margin-left: 10px;
}
.about-ul li {
  list-style: none;
  display: table-row;
}
.about-ul li::before {
  content: "■";
  color: #1875d1;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
  transform: rotate(45deg);
  display: table-cell;
  text-align: right;
  padding-right: .3em;
  position: absolute;
}
.about-ul p.grey {
  margin-left: 15px;
}
.president-section {
  padding: 0px 0px 30px 0px;
}
.president-image img {
  width: 390px;
  height: 390px;
  object-fit: cover;
}

.president-message {
  background: #fff;
  padding: 45px;
  float: left;
  width: 100%;
}
.president-message .fa-quote-left {
  font-size: 24px !important;
  color: #1875d1;
  margin-bottom: 20px;
}
.president-message .fa-quote-right {
  font-size: 24px !important;
  color: #1875d1;
  margin-bottom: 0px;
}
.president-qu p {
  font-family: var(--headings-font-family);
  color: #0a0a0a;
  margin-bottom: 5px;
}
.president-qu {
  float: right;
  text-align: right;
}
.president-info {
  margin-top: 40px;
}
.president-info p.pre-fnt {
  font-family: var(--headings-font-family);
  color: #454545;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 12px;
}
.president-info p.pre-des {
  color: #1875d1;
  font-family: var(--headings-font-family);
}
.president-fam {
  margin-top: 40px;
}
.president-fam p.pre-fnt {
  font-family: var(--headings-font-family);
  color: #0a0a0a;
  margin-bottom: 6px;
  line-height: 12px;
}
.president-fam p.pre-des {
  font-family: var(--headings-font-family);
  color: #0a0a0a;
  margin-bottom: 0px;
  line-height: 12px;
}
.president-section .owl-height {
  min-height: 370px;
  height: auto !important;
  height: 370px;
}
section.event.president-section .tabs-title > a {
  padding: 1px 24px 20px 0px;
}
section.event.president-section .tabs-title > a:hover {
  background: transparent !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.positionrelative {
  position: relative;
}
.president-section.event {
  padding: 0px;
}
.eventpage {
}
.president-section.event .event-btns {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translate(-54%, 0px);
}
.culture-section {
  padding-bottom: 110px;
  padding-top: 50px;
}
.culture-section h4.title2 {
  font-size: 14px;
  font-family: var(--headings-font-family);
  font-weight: 600;
  margin-bottom: 25px;
  color: #1875d1;
  text-transform: uppercase;
}
.culture-section .lern_more {
  transform: none !important;
  margin-top: 25px
}
/* .owl-dots {
  text-align: center;
  margin: 90px 0px 30px;
}
.owl-dots button.owl-dot {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  background: #747780 !important;
  margin: 0 7px !important;
  opacity: 0.5;
}
.owl-dots button.owl-dot.active {
  background-color: #1875D1 !important;
  opacity: 1;
} */
/*======================================================
Member Page
=======================================================*/
.member-section {
  padding: 80px 0px;
}
.member-section p.grey {
  margin-bottom: 30px;
}
.member-section .lern_more {
  transform: none !important;
  margin-top: 25px;
}
.forms-section {
  padding-top: 0px;
  padding-bottom: 80px;
}
.forms-section .form-box {
  background: #fff;
  padding: 30px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
.forms-section .form-box:hover {
  box-shadow: 1px 1px 15px rgb(58 58 58 / 25%);
}
.forms-section .form-box p {
  color: #1875D1;
  margin-bottom: 0px;
}
.mt-20 {
  margin-top: 20px;
}
/*======================================================
Events Page
=======================================================*/
.event-section {
  padding: 80px 0px;
}
.eventinfo-section.galleryslidersec {
  padding: 0px 0px 40px 0px;
}
.eventinfo-section {
  padding: 30px 0px 40px 0px;
}
.eventinfo-section.gallerycalender {
  padding: 0px 0px 40px 0px;
}
#panel2 .mobilepadding {
  margin-bottom: 20px;
}
#panel1 .mobilepadding {
  margin-bottom: 20px;
}

.eventbox-scroll{
  height: 308px;
    overflow-y: auto;
    overflow-x: hidden;
}
.event-box {
  background: #fff;
  padding: 20px 40px;
  position: relative;
  height: 305px;
}
.event-box h4 {
  color: #0a0a0a;
  font-size: 22px;
  margin-bottom: 20px;
}
.event-section .event-img {
  width: 405px;
  height: 305px;
  object-fit: cover;
}
p.event_desc_ka_ev{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.event-section .event-btns {
  position: absolute;
    bottom: 20px;
    
    left: 40px;
    transform: none;
    display: flex;
        width: 90%;
  
    padding: 10px 0px;
}
.view_moreBtn{
  position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 99;
}
.event-section .event-btns .lern_more {
  transform: none;
  padding: 6px 4px 9px 24px;
  position: static;
}
.event-section a.lern_more img {
  width: 23px;
}
/* ===== Scrollbar CSS ===== */
.eventbox-scroll{
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #ffffff;
}
.eventbox-scroll::-webkit-scrollbar {
    width: 10px;
}
.eventbox-scroll::-webkit-scrollbar-track {
    background: #ffffff;
}
.eventbox-scroll::-webkit-scrollbar-thumb {
    background-color: #1779ba;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.ml-30 {
  margin-left: 30px;
}
.ml-15 {
  margin-left: 15px;
}
.event-section .event-time {
  position: absolute;
  top: 20px;
  right: 40px;
}
.event-section .event-time p {
  color: #454545;
  font-size: 16px;
}
.event-section .event-time p span {
  position: static;
  margin-left: 30px;
}
.pr-0 {
  margin-right: 0px !important;
}
.pl-0 {
  margin-left: 0px !important;
}
.event-section.event .tabs-title > a {
  padding: 1px 24px 17px 0px;
}
.event-section.event .tabs-title > a:hover {
  background: transparent !important;
}
.event-section.event .tabs-panel {
  padding-left: 0px;
  padding-right: 0px;
}
.eventinfo-box {
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 20px 0px #e7e7e7;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.eventinfo-box img {
  width: 308px;
  height: 308px;
  object-fit: cover;
}
.eventinfo-box h4 {
  background: #fff;
  

  font-size: 16px;
  color: #0a0a0a;
  text-align: center;
  font-family: var(--headings-font-family);
  position: absolute;
  bottom: -8px;
  width: 100%;
  padding: 20px 10px;
}
.eventinfo-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.eventinfo-box .img-holder {
  position: relative;
  display: block;
}
.eventinfo-box .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.eventinfo-box .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.eventinfo-box:hover .img-holder img {
  transform: scale(1.2);
}
.img-holder .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.eventinfo-box:hover .img-holder .inner::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.year-select {
  position: absolute;
  top: -40px;
  right: 30px;
  bottom: 20px;
  height: 36px;
  width: 178px;
  border-radius: 18px;
}
.position-relative {
  position: relative;
}

.year-select .chosen-container{
  width: 100%!important;
}
.year-select .chosen-container-single .chosen-single{

  color: #fff;
  height: 36px;
  width: 178px;
  border-radius: 18px;
  background: #1875D1;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url("../images/cal.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border: none;
  appearance: none;
  outline: 0;
      box-shadow: none;

}
.year-select .chosen-container .chosen-results{
      padding: 10px 10px;
}
.year-select .chosen-container .chosen-results li.highlighted{
  background: transparent;
}
.year-select .chosen-container .chosen-results li{
  color: #1875D1;
  font-size: 16px;
}
.year-select .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 22px;
}
.year-select .chosen-container-active.chosen-with-drop .chosen-single div b{
  display: none;
}
.year-select .chosen-container-single .chosen-single div b{
    display: none;
}
.year-select .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
	position:unset;
}
.year-select select {
  position: absolute;
  color: #fff;
  height: 36px;
  width: 178px;
  border-radius: 18px;
  background: #1875D1;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url("../images/cal.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border: none;
  appearance: none;
  outline: 0;
}
.year-select select option {
  background-color: #fff;
  border: none;
  appearance: none;
  outline: 0;
  color: #1875D1;
}
select {
  outline: 0px;
}
/*select {
  border: none;
    border: 0px;
}*/
h2.title1 .backarrow-img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.eventdetails-section {
  padding: 35px 0px;
  position: relative;
}
.eventdetails-section h2.title1 {
  margin-bottom: 10px;
}
.eventdetails-img {
  width: 600px;
  height: 300px;
  object-fit: cover;
}
.position_relative{
  position: relative;
}
.eventdetails-section .event-btns {
      transform: none;
    display: flex;
    left: unset;
    bottom: 0px;
}
.eventdetails-section .event-btns .lern_more {
  transform: none;
  padding: 6px 4px 9px 24px;
  position: static;
}
.eventdetailsgallery-section {
  padding-bottom: 40px;
  padding-top: 10px;
}
#gallery-view .owl-prev {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.left-arr img {
  transform: rotate(180deg);
}
.right-arr img {
  transform: rotate(0deg);
  margin-left: 20px;
}
#gallery-view .owl-nav {
  text-align: center;
  margin-top: 20px;
}
/*======================================================
Youth Nysc Page
=======================================================*/
.youthnysc-section {
  padding: 80px 0px;
  position: relative;
}
.resource-cnt {
  position: relative;
}
.youthnysc-section .event-btns {
  position: absolute;
  bottom: 0px;
  transform: none;
  left: 0px;
}
.youthnysc-cntsection {
  padding-bottom: 40px;
}
.youthnysc-section .event-btns a.lern_more.tm {
  transform: none;
}
.youthnysc-cntsection h4 {
  font-family: var(--headings-font-family);
}
.youthnysc-cntsection .event-img {
  width: 308px;
  height: 308px;
  object-fit: cover;
}
.youthnysc-cntsection a.lern_more.tm {
  transform: none;
  right: 20px;
  bottom: 20px;
}
.youthnysc-cntsection .event-box {
  padding: 20px 20px;
}
.youthnysc-cntsection .event-time {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.youthnysc-cntsection .event-time p {
  margin-bottom: 0px;
}
.mt-40 {
  margin-top: 40px;
}
.gallerycalender .year-select {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 20px;
  height: 36px;
  width: 178px;
  border-radius: 18px;
}
.text-right {
  text-align: right !important;
}
.galleryview-section h2.title1 {
  margin-bottom: 10px;
}
.galleryview-section {
  padding: 35px 0px 35px 0px;
}
.pos_relative{
  position: relative;
}
.dateposition{
  position: absolute;
  top: 10px;
  right: 0px;
}
.datetext {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: bold;
}
.resource-box {
  background: #fff;
  padding: 40px;
  text-align: center;
  margin-right: 40px;
}
.nagaratharlinks .bx-shawdow{
      margin-bottom: 20px;
      cursor: pointer;
}
.nagaratharlinks .event-box {
  height: 105px;
  text-align: center;
}
.nagaratharlinks .event-img {
  object-fit: cover;
  width: 105px;
  height: 105px;
}
.nagaratharlinks .event-box h4 {
  font-size: 16px;
  font-family: var(--headings-font-family);
  margin: 20px auto;
}
.nagaratharlinks {
  padding-bottom: 40px;
}
.nagaratharlinks .cell {
  margin-bottom: 0px;
}
.nagaratharlinks .pl-0 {
  margin-left: 0rem !important;
}
.usefulllinks {
  padding-bottom: 40px;
}
.usefulllinks .usefull-box {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.usefulllinks .usefull-box:hover {
  box-shadow: 1px 1px 15px rgb(58 58 58 / 25%);
}
.usefulllinks .usefull-box p {
  margin-bottom: 0px;
  font-size: 16px;
}
.contact-section .address h4 {
  font-size: 16px;
  font-family: var(--headings-font-family);
  color: #0a0a0a;
  text-transform: uppercase;
}
.contact-section .address p {
  font-weight: bold;
  color: #0a0a0a;
}
.contact-section {
  padding: 50px 0px;
}
.contact-section .contact_loation p {
  color: #0a0a0a;
}
.contact-section .contact_loation span {
  color: #0a0a0a;
  font-size: 16px;
}
.contact-section .contact_loation img {
  width: 24px;
  margin: 10px 0px;
  margin-right: 20px;
}
.contact-section iframe {
  border: 2px solid #fff;
}
.contact-section .contact_loation p.grey {
  color: #0a0a0a;
  margin-bottom: 7px;
  font-family: var(--paragraph-font-family);
  font-size: 16px;
}
.padding0 {
  padding: 0px !important;
}
.eventinfo-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.locationimg {
  margin-top: -13px !important;
}
/*======================================================
Footer Section
=======================================================*/
footer ul li {
  list-style: none;
}
footer {
  background-image: linear-gradient(to right top, #1b3752, #1d3b59, #1e3f60, #204468, #22486f, #234b73, #254d78, #26507c, #27527e, #275381, #285583, #285786);
  padding: 50px 0px 0px;
  position: relative;
}
.columncount {
  -webkit-column-count: 2;
  -moz-column-count: 4;
  column-count: 2;
  -webkit-column-gap: 0em;
  -moz-column-gap: 3em;
  column-gap: 0em;
  padding: 47px 0px 30px 45px;
}
.foot_menu ul li a, .you_tube  a {
  color: #fff;
  font-weight: 600;
  font-family: var(--headings-font-family);
}
.you_tube  a {
  font-size: 14px;
}
.contact_loation p, .contact_loation b {
  color: #fff;
  font-family: var(--headings-font-family);
  font-size: 14px;
}
.cell.small-12.large-4.icon_sc img {
  width: 24px;
  margin: 10px 0px;
  margin-right: 20px;
}
.bottom_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_menu ul li {
  color: #fff;
  font-size: 16px;
  font-family: var(--paragraph-font-family);
}
.foot_menu {
  border-bottom: 1px solid #F5F5F5;
}
img.left_dir.tab_contr {
  margin-right: 17px;
}
.bottom_menu {
  padding: 17px 0px;
}
footer  ul {
  margin-left: 0px;
  margin-bottom: 0px;
}
.cell.small-12.large-4.foot_logo {
  position: relative;
}
.cell.small-12.large-4.foot_logo:after {
  position: absolute;
  border-right: 3px solid #176ACB;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  height: 100px;
  width: 6px;
  right: 0;
  top: 74px;
}
.cell.small-12.large-4.icon_sc {
  position: relative;
  padding-left: 80px;
}
.cell.small-12.large-4.icon_sc:before {
  position: absolute;
  border-left: 3px solid #176ACB;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  height: 100px;
  width: 6px;
  left: 0;
  top: 74px;
}
.cell.small-12.large-2.header_menu.header_menu_sec1 {
  padding: 47px 0px 30px 50px;
}
.cell.small-12.large-2.header_menu.header_menu_sec2 {
  padding: 47px 50px 30px 0px;
}
.cell.small-12.large-2.header_menu li {
  margin-bottom: 13px;
}
img.left_dir {
  transform: rotate(180deg);
}
.evnt_tab_sec {
  position: relative;
}
.tab_arrcontrol {
  position: absolute;
  top: -8px;
  right: 13px;
}
.you_tube {
  position: relative;
}
.you_tube:after {
  position: absolute;
  border-bottom: 3px solid #176ACB;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  left: 0;
  bottom: -8px;
  width: 218px;
}
li.scroll_logo img {
  width: 340px;
}
.contact_loation {
  padding: 18px 0px;
}
ul.apps {
  display: flex;
}
ul.apps li {
  margin-left: 10px;
}
.contact_loation div {
  display: flex;
  align-items: center;
}
.contact_loation span {
  font-weight: 500;
  color: #fff;
}
/*======================================================
Back To Top 
=======================================================*/
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 50%;
  z-index: 10000;
  height: 50px;
  width: 50px;
  line-height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
}
#back-to-top img {
  height: 40px;
  width: 40px;
}
#back-to-top i {
  padding-top: 0px;
  font-size: 22px;
}
#back-to-top {
  background-image: linear-gradient(to right top, #1b3752, #1d3b59, #1e3f60, #204468, #22486f, #234b73, #254d78, #26507c, #27527e, #275381, #285583, #285786);
}

#choose_multiple {
  display: flex;
    align-items: center;
    width: 100%;
}
.business-search{
  border-radius: 5px;
  height: 48px;
}
/*---------------------------------------
42. Preloader Css
---------------------------------------*/
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  background: #ffffff;
}
.loader .spinner {
  width: 40px;
  height: 40px;
  margin: -19px 0 0 -21px;
  background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.scale {
  animation: scale 8s alternate infinite;
  webkit-animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down-new {
  animation: up-down 4s alternate infinite;
  -webkit-animation: up-down 4s alternate infinite;
}
@keyframes up-down-new {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down-new {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.rs-services.style20 .iconbox-area:hover .dance_hover, .rs-whychooseus.style7 .iconbox-area:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.rotated-style {
  animation: rotated-style 40s linear infinite;
}
@keyframes rotated-style {
  0% {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
  25% {
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    transform: translate(15px, -5px) rotate(15deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.business{
  padding: 0px 15px;
}
.business .cell {
    align-items: center;
  justify-content: space-around;  
    padding: 25px 50px!important;
 background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
.explore_cnts{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
a.explore_btn {
    background: #fff;
    border-radius: 50px;
    padding: 11px 5px 11px 20px;
}
.business  p{
width: 90%;
    color: #ffff;
    font-size: 13px;
   font-family: var(--paragraph-font-family);
}
.business  h1{
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
      font-weight: 600;
    font-family: var(--headings-font-family);
}
.business img{
  margin-left: 12px;
}
.search_sec {

    padding: 155px 0px 120px;
   background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}

a.Search {
    padding: 8px 53px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 28px;
    margin-left: 10px;
}
.name_business {
    width: 870px;
    align-items: center;
      padding-top: 98px;
    margin: 0 auto;
    display: flex;
}
.name_business input{
margin-right: 20px;
    margin-bottom: 0;
    outline: none;
    box-shadow: none;
}
.name_business input:focus{
  box-shadow: none;
}
.top_span a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--headings-font-family);
    letter-spacing: 2px;
}
.top_span{
  color:#fff;
}
.owl_product .owl-nav {
    position: absolute;
    top: -32px;
    right: 0;
}
.owl_product {
    position: relative;
    padding: 30px 0px;
}
.owl_product .owl-dots {
    display: none;
}
.owl_product h3 {
    font-size: 22px;
    font-weight: 600;
  font-family: var(--headings-font-family);
}
.owl_product .item:hover{
  cursor: pointer;
}
.owl_product .item {
    background: #ffff;
    padding: 19px 30px;
    min-height:250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--headings-font-family);
}
.owl_product .item a{
    color: #1875D1;
    font-weight: 600; 
      font-size: 18px;
}
div#carousel_search {
    padding: 61px 0px 135px;
}
.owl_product .owl-nav span {
    margin-right: 16px;
    font-size: 35px;
}
img.rotate_img {
    transform: rotate(
180deg
);
    margin-right: 14px;
}
.inner-section.search_result .search_sec {
    background: unset;
    padding: 139px 0px 11px;
}
.inner-section.search_result .name_business {
    align-items: center;
    padding-top: 37px;
 margin: unset;
    display: flex;
}
.inner-section.search_result a.Search{
     background-image: linear-gradient(to right, #1470d1, #117adb, #0c83e5, #078def, #0297f9);
}
.inner-section.search_result .top_span a{
  color:#0a0a0a;
    font-family: var(--headings-font-family);
}
.search_name h3{
  font-family: var(--headings-font-family);
  font-size:20px;
  margin-top:20px;
}
.name_of_result a{
        display: flex;
    background: #fff;
    padding: 13px 15px 1px;
}
.final_service{
vertical-align: bottom;
    align-items: flex-end;
    display: flex;
    margin-left: 42px;
    margin-right: 0px;
}
.name_of_result div {
    margin-right: 29px;
}
.name_of_result h3 {
    font-size: 18px;
  font-family: var(--headings-font-family);
    font-weight: 600;
  margin-bottom: 0px;
}
span.dest{
  color:#1875D1;
  font-weight:600;
  font-size:14px;
    font-family: var(--paragraph-font-family);
}
.name_of_result p {
    margin-top: 17px;
    font-size:14px;
    font-family: var(--paragraph-font-family);
        color: #0a0a0a;
    font-weight: 600;
}
.name_of_result span.services{
    color:#1875D1;
      font-size:14px;
    font-family: var(--paragraph-font-family);
}
.names .cell {
    padding-left: 0px;
    padding-bottom: 9px;
    padding-right: 23px;
}
.names{
  padding-bottom:90px;
}
.name_of_result img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.pro_details {
    background: #fff;
    padding: 20px 20px 120px;
    align-items: center;
}
.datas h6 {
    font-weight: 600;
    font-size: 16px;
  color:#1875D1;
    font-family: var(--paragraph-font-family);
}
.datas p {
    font-weight: 600;
    font-size: 14px;
  color:#0a0a0a;
    font-family: var(--paragraph-font-family);
}
.about_business h6 {
    font-size: 20px;
    color: #0a0a0a;
    font-weight: 600;
    font-family: var(--paragraph-font-family);
}
.about_business p{
    font-size: 14px;
  color:#0a0a0a;
    font-family: var(--paragraph-font-family);
}
.pro_pic span {
    margin-left: 18px;
   font-weight: 600;
       font-size: 14px;
    font-family: var(--paragraph-font-family);
}
.profileview{
  padding-bottom:80px;
}
.profileview .top_span {
    margin-bottom: 40px;
}
.brand_business header.fixed-header{
  background:#fff;
}
div#carousel_search .owl-carousel.owl-drag .owl-item:hover{
  box-shadow:0px 0px 20px 0px;
}
.top_span img {
    margin-right: 11px;
}
.brand_business input:focus::-webkit-input-placeholder  {
   color: #1472d3 !important;
}
.name_business input{
margin-right: 20px;
    margin-bottom: 0;
}
#choose_multiple ul.chosen-choices{
  padding:3px 20px;
}
#choose_multiple div#foo_select_chosen{
   width: 500px !important;
}
.overlink{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
}

button.buttonone-white.mobpad-top-20 {
    width: 165px;
}
section.sec-home-about {
    padding-top: 50px;
}
section.new-padding-0 {
	padding-top: 0px;
}
.row-kovil, .row-towns {
	padding: 25px 0px;
}
section.sec-about-kovil h4.title2 {
	color: #1875d1;
}
.contact_grey_mail, .contact_grey_mail:hover {
	color: #0a0a0a;
}
section.sec-snsc-pm, section.sec-snsc-team {
    padding-bottom: 50px;
}

section.sec-team-details {
    padding: 35px 0px;
}
section.sec-team-details .member-item {
    margin-bottom: 40px;
}
.forms-section .form-box p {
    width: 100%;
}
.forms-section .form-box {
    min-height: 110px;
    display: flex;
    align-items: center;
}