/*-----------------------------------------------------------------------------------

    Template Name: Eventify - Event and Conference Template
    Template URI: graygrids.com
    Description: Eventify - Event and Conference Template
    Author: GrayGrids
    Author URI: graygrids.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777777;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

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

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1b273d;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50px;
  color: #1863ff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
  border: 0; }
  .main-btn:hover {
    background-color: #fff;
    color: #1863ff;
    -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.25); }
  .main-btn.main-btn-2 {
    background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
    background: -o-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
    background: linear-gradient(to right, #102baf 0%, #1664ff 50%, #102baf 100%);
    background-size: 200% auto;
    color: #fff;
    background-position: left center;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.23);
    -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.23);
    box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.23); }
    .main-btn.main-btn-2:hover {
      background-position: right center;
      color: #fff; }

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 50px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }

.section-title .text {
  margin-top: 20px; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #1863ff #1863ff #e6e6e6;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #e6e6e6;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #e6e6e6;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

/*===========================
    2.HEADER css 
===========================*/
.header-area {
  padding-left: 15px;
  padding-right: 15px; 
  /*background-color: darkblue; */
}
  @media (max-width: 767px) {
    .header-area {
      padding: 0; } }

/*===== Navbar =====*/
.navbar-area {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .navbar-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-area.sticky {
    position: fixed;
    z-index: 999; }
    .navbar-area.sticky::before {
      opacity: 1; }
  .navbar-area .navbar {
    position: relative;
    padding: 0; }
    .navbar-area .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #1863ff;
        z-index: 8; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #1863ff;
        z-index: 8; } }
    .navbar-area .navbar .navbar-nav .nav-item {
      margin: 0  10px 0 0px;
      position: relative; }
      .navbar-area .navbar .navbar-nav .nav-item a {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        padding: 26px 0px 26px 0px;
        color: #fff;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .navbar-area .navbar .navbar-nav .nav-item a::before {
          position: absolute;
          content: '';
          width: 0;
          height: 2px;
          background-color: #fff;
          left: 0;
          bottom: 20px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
        @media (max-width: 767px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
      .navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
        width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px; } }
    .navbar-area .navbar .navbar-btn .main-btn:hover {
      background-color: #fff;
      color: #1863ff; }

/*===== Header =====*/
.header-content-area {
  height: 750px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1400px) {
    .header-content-area {
      height: 850px; } }
  @media (max-width: 767px) {
    .header-content-area {
      height: 650px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-content-area {
      height: 550px; } }
  .header-content-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(16, 43, 175, 0.2) 0%, rgba(22, 100, 255, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(16, 43, 175, 0.2) 0%, rgba(22, 100, 255, 0.2) 100%);
    background: linear-gradient(to right, rgba(16, 43, 175, 0.2) 0%, rgba(22, 100, 255, 0.2) 100%); }

.header-countdown .single-count-content {
  padding: 50px 45px 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .header-countdown .single-count-content {
      padding: 0 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-countdown .single-count-content {
      padding: 0 15px; } }
  .header-countdown .single-count-content .count {
    font-size: 72px;
    font-weight: 600;
    line-height: 60px; }
    @media (max-width: 767px) {
      .header-countdown .single-count-content .count {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-countdown .single-count-content .count {
        font-size: 36px;
        line-height: 40px; } }
  .header-countdown .single-count-content .text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .header-countdown .single-count-content .text {
        font-size: 14px;
        margin-top: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-countdown .single-count-content .text {
        font-size: 18px;
        margin-top: 0; } }
  .header-countdown .single-count-content.count-color-1 .count,
  .header-countdown .single-count-content.count-color-1 .text {
    color: #ee163a; }
  .header-countdown .single-count-content.count-color-2 .count,
  .header-countdown .single-count-content.count-color-2 .text {
    color: #ffc107; }
  .header-countdown .single-count-content.count-color-3 .count,
  .header-countdown .single-count-content.count-color-3 .text {
    color: #03a9f4; }
  .header-countdown .single-count-content.count-color-4 .count,
  .header-countdown .single-count-content.count-color-4 .text {
    color: #8bc34a; }

.header-content {
  margin-top: 60px; }
  .header-content .header-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-content .header-title {
        font-size: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-content .header-title {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .header-content .header-title {
        font-size: 30px; } }
  .header-content .sub-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 22px; }
    @media (max-width: 767px) {
      .header-content .sub-title {
        font-size: 15px; } }
  .header-content .header-btn {
    padding-top: 10px; }
    .header-content .header-btn li {
      display: inline-block;
      margin: 10px 13px 0; }

/*===========================
       3.ABOUT css 
===========================*/
.about-image img {
  width: 100%;
 }

.about-content .date {
  font-size: 18px;
  font-weight: 600;
  color: #1b273d;
  margin-top: 45px; }
  .about-content .date span {
    font-size: 30px;
    color: #1863ff;
    position: relative;
    padding-left: 15px; }
    .about-content .date span::before {
      position: absolute;
      content: '';
      width: 55px;
      height: 55px;
      border: 6px solid rgba(24, 99, 255, 0.18);
      top: -18px;
      left: 0; }

.textalign{
  text-align: justify;
}
/*===========================
       4.COUNTER css 
===========================*/
.counter-area {
  background-image: url(../images/dots.jpg);
  background-repeat: repeat; }

.single-counter {
  background-color: #f5f8ff;
  border: 2px solid #e6e6e6;
  padding: 0 15px 15px; }
  .single-counter .counter-icon {
    position: relative;
    margin-top: -50px; }
    .single-counter .counter-icon i {
      font-size: 65px;
      color: #1863ff;
      background-color: #f5f8ff;
      border: 2px solid #e6e6e6;
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%; }
  .single-counter .counter-content .count {
    font-size: 45px;
    color: #1863ff;
    font-weight: 600;
    margin-top: 5px; }
  .single-counter .counter-content .text {
    font-weight: 500; }

/*===========================
    5.EVENT SCHEDULE css 
===========================*/
.event-tab {
  border: 3px solid rgba(24, 99, 255, 0.1);
  padding: 40px 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .event-tab {
      padding: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-tab {
      padding: 30px; } }
  @media (max-width: 767px) {
    .event-tab {
      padding: 10px;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .event-tab .nav .nav-item {
      width: 48%;
      margin-top: 10px; } }
  .event-tab .nav .nav-item a {
    text-align: center;
    width: 225px;
    border: 3px solid rgba(24, 99, 255, 0.1);
    padding: 15px 0;
    position: relative;
    z-index: 5; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-tab .nav .nav-item a {
        width: 200px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-tab .nav .nav-item a {
        width: 150px;
        padding: 10px 0; } }
    @media (max-width: 767px) {
      .event-tab .nav .nav-item a {
        width: 100%;
        padding: 10px 0; } }
    .event-tab .nav .nav-item a .nav-title {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 600;
      color: #777777;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .nav .nav-item a .nav-title {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .event-tab .nav .nav-item a .nav-title {
          font-size: 18px; } }
    .event-tab .nav .nav-item a span {
      font-size: 16px;
      color: #777777;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .nav .nav-item a span {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .event-tab .nav .nav-item a span {
          font-size: 14px; } }
    .event-tab .nav .nav-item a::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
      background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
      background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .event-tab .nav .nav-item a.active {
      border-color: transparent;
      padding: 18px 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .nav .nav-item a.active {
          padding: 13px 0; } }
      @media (max-width: 767px) {
        .event-tab .nav .nav-item a.active {
          padding: 13px 0; } }
      .event-tab .nav .nav-item a.active .nav-title,
      .event-tab .nav .nav-item a.active span {
        color: #fff; }
      .event-tab .nav .nav-item a.active::before {
        opacity: 1; }
  .event-tab .tab-content .event-content .single-event {
    padding: 40px;
    z-index: 5;
    position: relative;
    background-color: #f5f8ff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 15px; } }
    @media (max-width: 767px) {
      .event-tab .tab-content .event-content .single-event {
        padding: 15px; } }
    .event-tab .tab-content .event-content .single-event::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
      background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
      background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .event-tab .tab-content .event-content .single-event .event-image img {
        width: 100%; } }
    .event-tab .tab-content .event-content .single-event .event-content {
      padding-left: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 15px; } }
      @media (max-width: 767px) {
        .event-tab .tab-content .event-content .single-event .event-content {
          padding-left: 0;
          margin-top: 15px; } }
      .event-tab .tab-content .event-content .single-event .event-content .event-title {
        font-size: 24px; }
        @media (max-width: 767px) {
          .event-tab .tab-content .event-content .single-event .event-content .event-title {
            font-size: 18px; } }
      .event-tab .tab-content .event-content .single-event .event-content .text {
        margin-top: 20px; }
      .event-tab .tab-content .event-content .single-event .event-content .event-meta {
        padding-top: 10px; }
        .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
          display: inline-block;
          padding-top: 10px;
          font-size: 16px;
          color: #777777;
          margin-right: 20px; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
              font-size: 14px;
              margin-right: 10px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .event-tab .tab-content .event-content .single-event .event-content .event-meta li {
              font-size: 14px; } }
          .event-tab .tab-content .event-content .single-event .event-content .event-meta li:last-child li {
            margin-right: 0; }
    .event-tab .tab-content .event-content .single-event:hover::before {
      opacity: 1; }
    .event-tab .tab-content .event-content .single-event:hover .event-content .event-title,
    .event-tab .tab-content .event-content .single-event:hover .event-content .text {
      color: #fff; }
    .event-tab .tab-content .event-content .single-event:hover .event-content .event-meta li {
      color: #fff; }

/*===========================
      6.FEATURES css 
===========================*/
.single-features {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  background-color: #fff;
  padding: 45px 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .single-features::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
    background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
    background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-features .features-icon {
    position: relative;
    display: inline-block; }
    .single-features .features-icon i {
      font-size: 75px;
      color: #1863ff;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single-features .features-icon span {
      font-size: 124px;
      color: #1b273d;
      line-height: 100px;
      opacity: 0.08;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      font-weight: 600; }
  .single-features .features-content {
    padding-top: 5px;
    position: relative;
    z-index: 9; }
    .single-features .features-content .features-title a {
      font-size: 24px;
      color: #1b273d;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single-features .features-content .text {
      margin-top: 25px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .single-features:hover::before {
    opacity: 1; }
  .single-features:hover .features-icon i,
  .single-features:hover .features-icon span {
    color: #fff; }
  .single-features:hover .features-content .features-title a {
    color: #fff; }
  .single-features:hover .features-content .text {
    color: #fff; }

/*===========================
         6.TEAM css 
===========================*/
.single-team {
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1); }
  .single-team .team-image img {
    width: 100%; }
  .single-team .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single-team .team-content {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .single-team .team-content::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 100%);
      background: -o-linear-gradient(left, #102baf 0%, #1664ff 100%);
      background: linear-gradient(to right, #102baf 0%, #1664ff 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0; }
    .single-team .team-content .team-social {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      visibility: hidden;
      opacity: 0; }
      .single-team .team-content .team-social .social {
        background-color: #fff;
        display: inline-block;
        padding: 10px 20px 6px;
        border-radius: 50px; }
        .single-team .team-content .team-social .social li {
          display: inline-block;
          margin: 0 8px; }
          .single-team .team-content .team-social .social li a {
            font-size: 16px;
            color: #777777;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            .single-team .team-content .team-social .social li a:hover {
              color: #1863ff; }
    .single-team .team-content .team-name a {
      color: #1b273d;
      font-size: 24px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .single-team .team-content .team-name a {
          font-size: 18px; } }
    .single-team .team-content .sub-title {
      font-size: 16px;
      color: #1863ff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .single-team .team-content .sub-title {
          font-size: 14px; } }
  .single-team:hover .team-content {
    padding-top: 50px; }
    @media (max-width: 767px) {
      .single-team:hover .team-content {
        padding-top: 35px; } }
    .single-team:hover .team-content::before {
      opacity: 1; }
    .single-team:hover .team-content .team-social {
      top: -20px;
      visibility: visible;
      opacity: 1; }
    .single-team:hover .team-content .team-name a {
      color: #fff; }
    .single-team:hover .team-content .sub-title {
      color: #fff; }

/*===========================
       7.GALLERY css 
===========================*/
.single-gallery {
  position: relative; }
  .single-gallery .gallery-image img {
    width: 100%; }
  .single-gallery .gallery-image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(24, 99, 255, 0.9);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-gallery .gallery-content {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single-gallery .gallery-content a {
      color: #fff;
      font-size: 140px; }
  .single-gallery:hover .gallery-image::before {
    opacity: 1; }
  .single-gallery:hover .gallery-content {
    opacity: 1; }

/*===========================
       8.PRICING css 
===========================*/
.single-pricing {
  border: 3px solid rgba(24, 99, 255, 0.1);
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .single-pricing .pricing-name .pricing-title {
    font-size: 24px;
    text-transform: uppercase; }
  .single-pricing .pricing-name .sub-title {
    font-size: 16px;
    color: #777777;
    margin-top: 10px; }
  .single-pricing .pricing-price {
    background-image: url(../images/pricing-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding: 20px 0 30px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 35px; }
    .single-pricing .pricing-price::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(24, 99, 255, 0.85);
      z-index: -1; }
    .single-pricing .pricing-price span {
      font-size: 36px;
      font-weight: 600;
      color: #fff; }
    .single-pricing .pricing-price .text {
      color: #fff; }
  .single-pricing .pricing-list {
    padding-top: 15px; }
    .single-pricing .pricing-list ul li {
      font-size: 16px;
      color: #777777;
      margin-top: 15px; }
  .single-pricing .pricing-btn {
    padding-top: 30px; }
    .single-pricing .pricing-btn .main-btn {
      border: 2px solid rgba(24, 99, 255, 0.1); }
      .single-pricing .pricing-btn .main-btn:hover {
        -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
        -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
        box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1); }
      .single-pricing .pricing-btn .main-btn.main-btn-2 {
        border: 0; }
  .single-pricing:hover, .single-pricing.active {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1); }

/*===========================
       9.CLICNT css 
===========================*/
.single-client img {
  width: 100%; }

/*===========================
       10.CONTACT css 
===========================*/
.single-info .info-icon i {
  font-size: 26px;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  background-color: #1863ff;
  color: #fff;
  border-radius: 50%; }

.single-info .info-content {
  padding-left: 20px; }
  .single-info .info-content .info-title {
    font-size: 18px;
    font-weight: 400;
    color: #777777; }
  .single-info .info-content .text {
    font-size: 16px;
    font-weight: 600;
    color: #1b273d;
    margin-top: 5px; }

.form-message {
  margin-left: 15px; }
  .form-message.error, .form-message.success {
    font-size: 16px;
    color: #1b273d;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f5f8ff; }
  .form-message.error {
    color: #f00; }

.single-form {
  position: relative;
  margin-top: 30px; }
  .single-form input,
  .single-form textarea {
    width: 100%;
    height: 65px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 0 25px;
    color: #777777; }
    .single-form input::placeholder,
    .single-form textarea::placeholder {
      opacity: 1;
      color: #777777; }
    .single-form input::-moz-placeholder,
    .single-form textarea::-moz-placeholder {
      opacity: 1;
      color: #777777; }
    .single-form input::-moz-placeholder,
    .single-form textarea::-moz-placeholder {
      opacity: 1;
      color: #777777; }
    .single-form input::-webkit-input-placeholder,
    .single-form textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #777777; }
    .single-form input:focus,
    .single-form textarea:focus {
      border-color: #1863ff;
      background-color: #eaf1ff; }
  .single-form textarea {
    padding-top: 15px;
    height: 180px;
    resize: none; }
  .single-form i {
    position: absolute;
    right: 25px;
    top: 22px;
    font-size: 16px;
    color: #777777; }

.contact-map .gmap_canvas {
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(72, 127, 255, 0.29);
  -moz-box-shadow: 0px 0px 21px 0px rgba(72, 127, 255, 0.29);
  box-shadow: 0px 0px 21px 0px rgba(72, 127, 255, 0.29); }
  .contact-map .gmap_canvas iframe {
    width: 100%;
    height: 480px; }

/*===========================
       11.FOOTER css 
===========================*/
.footer-area {
  position: relative; }
  .footer-area::before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(16, 43, 175, 0.85) 0%, rgba(22, 100, 255, 0.85) 100%);
    background: -o-linear-gradient(left, rgba(16, 43, 175, 0.85) 0%, rgba(22, 100, 255, 0.85) 100%);
    background: linear-gradient(to right, rgba(16, 43, 175, 0.85) 0%, rgba(22, 100, 255, 0.85) 100%); }

.footer-subscribe .subscribe-title {
  font-size: 50px;
  color: #fff; }
  @media (max-width: 767px) {
    .footer-subscribe .subscribe-title {
      font-size: 30px; } }

.footer-subscribe .subscribe-form {
  position: relative; }
  .footer-subscribe .subscribe-form input {
    width: 100%;
    height: 80px;
    padding: 0 40px;
    background-color: rgba(255, 255, 255, 0.13);
    border: 0;
    border-radius: 50px;
    color: #fff; }
    .footer-subscribe .subscribe-form input::placeholder {
      opacity: 1;
      color: #fff; }
    .footer-subscribe .subscribe-form input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .footer-subscribe .subscribe-form input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .footer-subscribe .subscribe-form input::-webkit-input-placeholder {
      opacity: 1;
      color: #fff; }
  .footer-subscribe .subscribe-form .main-btn {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 10px;
    right: 10px; }
    @media (max-width: 767px) {
      .footer-subscribe .subscribe-form .main-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-subscribe .subscribe-form .main-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        margin-top: 0; } }
    .footer-subscribe .subscribe-form .main-btn:hover {
      background-color: #f5f8ff;
      color: #1863ff; }

.widget {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 5; }
  .widget .f-title {
    font-size: 24px;
    color: #fff; }

.footer-address .text {
  color: #fff;
  margin-top: 20px; }

.footer-address .contact-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  margin-top: 15px; }

.footer-contact .text {
  color: #fff;
  margin-top: 20px; }

.footer-contact .social {
  margin-top: 30px; }
  .footer-contact .social li {
    display: inline-block; }
    .footer-contact .social li + li {
      margin-left: 15px; }
    .footer-contact .social li a {
      font-size: 16px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      background-color: #1863ff;
      text-align: center;
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-contact .social li a:hover {
        color: #1863ff;
        background-color: #fff; }

.footer-copyright {
  position: relative;
  z-index: 5; }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0; }
  .copyright .text {
    color: #020a38;
    font-size: 16px; }
    .copyright .text a {
      color: #020a38; }
      .copyright .text span {
      color: #7c8df1; }
    

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
  background: -o-linear-gradient(left, #102baf 0%, #1664ff 50%, #102baf 100%);
  background: linear-gradient(to right, #102baf 0%, #1664ff 50%, #102baf 100%);
  background-size: 200% auto;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-position: right center; }

  /* ---- Dropdown menu ----*/
    /* Parent dropdown container - keep relative positioning */
.navbar .dropdown {
    position: relative;
}
    /* .navbar .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }*/
  
  /* Dropdown menu - absolute positioning relative to parent */
.navbar .dropdown ul {
    position: absolute;
    top: 100%; /* aligns submenu directly under parent */
    left: 0;   /* aligns left edges */
    margin: 0;
    padding: 10px 0;
    background: #1b1080; /* or your dropdown background */
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-width: 200px; /* set desired width */
    border-radius: 4px;
    z-index: 9999;
}


  .navbar .dropdown ul li {
    min-width: 200px;
    text-align: center;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  /* Show submenu on hover */
.navbar .dropdown:hover > ul,
.navbar .dropdown:focus-within > ul {
    visibility: visible;
    opacity: 1;
}

/* Dropdown links style */
.navbar .dropdown ul li a {
    padding: 10px 20px;
    color: #fff; /* link color */
    display: block;
}

/* Optional hover color for submenu links */
.navbar .dropdown ul li a:hover {
    background: #829dd8;
    color: #1863ff; /* highlight color */
}





.listing li{
  margin-top: 60px;
  margin-bottom: 60px;
  list-style: circle;
}

.links{
  margin-top: 20px;
}

.links:hover{
  color:#ee163a;
}

.linkcollege:hover{
  color:#ee163a;
}


/*--------------------------------------------------------------
# Program Committee Section
--------------------------------------------------------------*/

.committee-section {
  /*background: #18124a; */
  color: #fff;
  padding: 60px 0;
  background: #f7f8ff;
  font-family: "Times New Roman", Times, serif;
}

.committee-container {
  display: flex;
  justify-content: space-between;
  /*background: #4a4369; */
  padding: 30px;
  border-radius: 15px;
  max-width: 1000px;
  margin: 40px auto;
  /*box-shadow: 0 0 10px rgba(20,20,50,0.2); */
}

.committee-column {
  width: 48%;
}

.committee-column h3 {
  color: #0726d4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.committee-column ul {
  list-style: disc inside;
  padding-left: 0;
  margin-bottom: 15px;
  list-style: none;
}

.committee-column li {
  margin-bottom: 7px;
  font-size: 15px;
  color: #000;
  list-style: none;
  text-align: left;
}

.committee-column p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
}

@media (max-width: 800px) {
  .committee-container {
    flex-direction: column;
  }
  .committee-column {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* Section title */
.committee-section .styling {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #192041;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Fade-in + slide-up container */
/* Make entire committee section single column */
.committee-container {
  display: block;           /* instead of flex */
  padding: 30px;
  border-radius: 15px;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(30px);
  animation: committeeFadeIn 0.9s ease-out forwards;
}

/* Column acts like full-width block */
.committee-column {
  width: 100% !important;
  margin-bottom: 25px;
}


/* Sub-headings */
.committee-column h3 {
  color: #0726d4;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-align: center;   
}

/* List reset */
.committee-column ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

/* List items */
.committee-column li {
  margin-bottom: 7px;
  font-size: 15px;
  color: #222;
  line-height: 1.5;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect on list items */
.committee-column li:hover {
  background: #0726d4;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Highlighted red names can stay as you wrote (inline style) */

/* Responsive */
@media (max-width: 800px) {
  .committee-container {
    flex-direction: column;
    padding: 20px;
  }
  .committee-column {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Keyframes for fade-in */
@keyframes committeeFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Paper Call Section
--------------------------------------------------------------*/
.papersection {
  background: white;
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 80px auto;
}

.call-for-paper-wrapper {
  /*background: #24175c; */
  padding: 40px 30px 60px 30px;
  border-radius: 18px;
  max-width: 1100px;
  margin: 40px auto;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.45); */
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(30px);
  animation: cfpFadeIn 0.9s ease-out forwards;
}

.call-for-paper-title {
  text-align: center;
  font-size: 2.5em;
  margin: 0 0 10px 0px;
  text-align: center;
  font-weight: bold;
  color: #0726d4;
}


.call-for-paper-desc {
  text-align: center;
  margin-bottom: 30px;
  color: #0726d4;
  font-size: 1em;
 /* margin-left: 120px; */
}

.call-for-paper-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.call-for-paper-col {
  flex: 1 1 250px;
  min-width: 220px;
}

.call-for-paper-heading {
  font-size: 1.35em;
  color: #2946e9;
  margin: 0 0 12px 0;
  font-weight: bold;
}

/* TWO‑COLUMN LIST inside one column */
.call-for-paper-list {
  columns: 2;              /* split into 2 columns */
  column-gap: 40px;
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

/* Items */
.call-for-paper-list li {
  font-family: 'Times New Roman', Times, serif;
  break-inside: avoid;
  margin-bottom: 6px;
 /* margin-left: 100px;*/
  font-size: 0.98em;
  color: #000;
  padding: 3px 6px;
  border-radius: 4px;
  list-style: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.call-for-paper-list li:hover {
  background: #0726d4;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}


/* Responsive */
@media (max-width: 900px) {
  .papersection {
    margin: 40px 10px;
  }
  .call-for-paper-wrapper {
    padding: 25px 15px 30px 15px;
  }
  .call-for-paper-list {
    columns: 1;   
    text-align: left;            /* single column on small screens */
  }
  .call-for-paper-list li {
    margin-left: 0;
    text-align: left;       /* or center */
  }
}

/* Fade‑in for whole block */
@keyframes cfpFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Publication Section
--------------------------------------------------------------*/
.publication {
  /*background: #24175c; */
  color: #fff;
  font-family: Arial, sans-serif;
  margin: 0;
}

.journal-pub-wrapper {
  max-width: 950px;
  /*background: #24175c; */
  margin: 20px auto;
  padding: 4px 30px 30px 30px;
  border-radius: 18px;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.45); */
}

.journal-pub-title {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  margin: 0 0 18px 0;
}

.journal-pub-intro {
  margin-bottom: 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #000;
}

.journal-pub-link {
  color: #f87500;
  text-decoration: underline;
  font-size: 1em;
  margin-right: 3px;
}

.journal-pub-divider {
  border: none;
  height: 1px;
  background: #ccccf0;
  margin: 26px 0;
}

.journal-pub-prevyear {
  margin-bottom: 28px;
}

.journal-pub-subtitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 16px;
  color: #000;
}

.journal-pub-btn {
  background: #f87500;
  color: #fff;
  border-radius: 6px;
  padding: 2px 14px;
  margin-left: 7px;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
}

.journal-pub-panel {
  background: #f87500;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px;
  margin-top: 28px;
}

.journal-pub-paneltext {
  color: #fff;
  font-size: 1.23em;
  font-weight: bold;
}

.journal-pub-register-btn {
  background: #000;
  color: #fff;
  font-size: 1.14em;
  font-weight: 500;
  border: none;
  border-radius: 7px;
  padding: 10px 36px;
  cursor: pointer;
}

.journal-pub-register-btn:hover {
  background: #e2a36c;
}


/** Registration -**/


.confreg-open-btn {
  background: #636cf7;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

.confreg-modal-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(30,20,70,0.66);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confreg-modal {
  background: #fff;
  border-radius: 18px;
  max-width: 400px;
  width: 96%;
  padding: 32px 24px 28px 24px;
  box-shadow: 0 5px 25px rgba(40,40,80,0.18);
  position: relative;
}

.confreg-close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 2em;
  color: #636cf7;
  cursor: pointer;
  font-weight: bold;
}

.confreg-form {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.confreg-title {
  color: #636cf7;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}

.confreg-desc {
  text-align: center;
  color: #555;
  margin-bottom: 18px;
  font-size: 1em;
}

.confreg-input,
.confreg-upload-input,
.confreg-submit {
  font-size: 1em;
  border-radius: 6px;
}

.confreg-input,
.confreg-upload-input,
select.confreg-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
  outline: none;
  font-family: inherit;
}

.confreg-input:focus {
  border-color: #636cf7;
  box-shadow: 0 0 0 2px #ebebff;
}

.confreg-upload-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1em;
  color: #333;
}

.confreg-upload-label {
  min-width: 80px;
}

.confreg-submit {
  background: #636cf7;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  border: none;
  border-radius: 8px;
  font-size: 1.09em;
  margin-top: 8px;
  transition: background 0.2s;
  cursor: pointer;
}

.confreg-submit:hover {
  background: #3d48c7;
}


/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
.speakers-section {
  padding: 60px 0;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  background-color: white;
}

.speakers-title {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.speakers-title span {
  color:#1b1080;        /* orange “Speaker” */
  font-style: italic;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* EXACT 3 columns */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}


/* Card */
.speaker-card {
  position: relative;
  width: 260px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  padding-bottom: 22px;
  text-align: center;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
/* IMAGE wrapper for overlay effect */
.speaker-card .img-wrap {
  position: relative;
  overflow: hidden;
}

.speaker-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
  
  border: 4px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

/* Optional circle style for middle photo */
.speaker-photo-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 20px auto 18px;
  object-fit: cover;
}

/* images fill the card width */
.speaker-card img {
  width: 100%;
  height: 220px;                 /* or auto */
  object-fit: cover;
 object-position: 50% 25%;
  display: block;
} 
.speaker-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #222;
  transition: color 0.3s ease;
}

.speaker-role {
  font-size: 13px;
  line-height: 1.6;
  color: #777;
}

/* HOVER EFFECT on card */
.speaker-card:hover {
  transform: translateY(-6px) scale(1.03);     /* slight zoom + lift */
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.speaker-card:hover .speaker-photo {
  transform: scale(1.05);                      /* zoom image */
  border-color: #ff7a1a;                       /* orange border */
}

.speaker-card:hover .speaker-name,
.speaker-card:hover .speaker-role a {
  color: #ff7a1a;                               /* orange text */
}

/* Responsive: 2 per row on tablet, 1 per row on mobile */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Desktop */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 992px) {
  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .speakers-grid {
    grid-template-columns: 1fr;
  }
}

/* --------- Responsive styles --------- */

/* Tablets: 2 cards per row */
@media (max-width: 992px) {
  .speakers-section {
    padding: 40px 0;
  }

  .speakers-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .speaker-card {
    width: calc(50% - 30px); /* two cards with gap */
  }
}

/* Small tablets / large phones: 2 narrow cards */
@media (max-width: 768px) {
  .speaker-card {
    width: calc(50% - 20px);
    padding: 18px 12px 24px;
  }

  .speaker-photo {
    height: 190px;
  }

  .speaker-name {
    font-size: 16px;
  }

  .speaker-role {
    font-size: 12px;
  }
}

/* Phones: 1 card per row */
@media (max-width: 576px) {
  .speakers-grid {
    gap: 20px;
    margin-left: 0px; 
  }

  .speaker-card {
    width: 100%;
    max-width: 320px;
  }

  .speakers-title {
    font-size: 24px;
  }
}

/* overlay */
.speaker-card .img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,122,26,0.55), rgba(255,122,26,0));
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* TEXT */
.speaker-name {
  font-size: 18px;
  font-weight: 600;
  margin: 14px 10px 4px;
  color: #222;
  transition: color 0.4s ease;
}

.speaker-role {
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  padding: 0 14px;
  transition: color 0.4s ease;
}

/* HOVER ANIMATION */
.speaker-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

.speaker-card:hover .speaker-photo {
  transform: scale(1.08) rotate(-1deg);
}

.speaker-card:hover .img-wrap::after {
  opacity: 1;
}

.speaker-card:hover .speaker-name,
.speaker-card:hover .speaker-role {
  color: #ff7a1a;
}

/* Responsive */
@media (max-width: 992px) {
  .speaker-card { width: calc(50% - 30px); }
}

@media (max-width: 576px) {
  .speaker-card {
    width: 100%;
    max-width: 320px;
  }
}

.white {
  margin: 120px 0;              
}

.acceptcontainer h3 {
  margin-top: 40px;
  text-align: center;
}

.acceptcontainer a {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}

.acceptcontainer {
  text-align: center;
}

@media (max-width: 768px) {
  .white {
    margin: 60px 0;             /* less vertical gap on phones */
  }

  .acceptcontainer h3 {
    margin-top: 20px;
    font-size: 1.1rem;
    padding: 0 10px;            /* prevent text touching edges */
  }

  .acceptcontainer a {
    margin-top: 20px;
    margin-left: 0;             /* remove 500px shift */
    font-size: 0.95rem;
  }
}


.contactcontainer{
  /*margin-top:100px;
  margin-bottom: 100px;
  margin-left: 500px; */
  text-align: center;
  margin-top:100px;
  margin-bottom: 100px;
}


@media (max-width: 768px) {
  .contact-wrap {
    margin: 40px 10px;     /* smaller top/bottom margin, no big left offset */
    max-width: 100%;
  }

  .contactcontainer {
    text-align: center;      /* or center if you prefer */
  }

  #columnA h3,
  #columnA p,
  #columnA a {
    font-size: 0.95rem;    /* slightly smaller text on phones */
  }
}
/** --- Journal -----**/
.pub-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
}

.pub-title {
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.pub-title-secondary {
  margin-top: 70px;  /* gap between the two blocks */
}

.pub-links {
  margin-bottom: 20px;
}

.pub-links p {
  margin: 6px 0;
  font-size: 14px;
  color: #555;
}

.pub-links a {
  color: #0077cc;
  text-decoration: none;
  font-weight: 500;
}

.pub-links a:hover {
  text-decoration: underline;
  color: #ff7a1a;   /* orange on hover (optional) */
}

/* Responsive */
@media (max-width: 600px) {
  .pub-section {
    margin: 50px auto;
  }

  .pub-title {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .pub-links p {
    font-size: 13px;
  }
}

/** Paper submission ---**/
/* ===== Base section layout ===== */
.paper-section {
  max-width: 980px;
  margin: 80px auto;
  padding: 0 20px 100px;
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
  line-height: 1.7;
}

/* ===== Headings with highlight bar ===== */
.block-title {
  text-align: center;
  margin: 0 0 25px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.block-title span {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 24px;
  background: #0726d4;          /* light yellow bar */
}

.block-title em {
  color: #ff7a1a;
  font-style: italic;
}

.block-title--center {
  margin-top: 60px;
  animation-delay: 0.15s;
}

/* ===== Paragraph text ===== */
.paper-text {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.1s;
}

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

/* Links inside text */
.paper-text a {
  color: #220be9;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.paper-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ff7a1a;
  transition: width 0.25s ease;
}

.paper-text a:hover::after {
  width: 100%;
}

/* ===== Important dates “table” ===== */
.dates-table {
  text-align: center;
  margin-bottom: 60px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.2s;
}

.dates-table p {
  margin: 10px 0;
}

.dates-table .label {
  margin-right: 12px;
}

.dates-table .value {
  display: inline-block;
  padding: 4px 12px;
  background: #e63f0d;
  font-weight: 600;
  border-radius: 4px;
  color: #000;
}

/* ===== Registration table ===== */
.registration-section {
  margin-top: 70px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.25s;
}

.reg-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.reg-table-wrapper {
  width: 100%;     /* enable sideways scroll on small screens */
  overflow-x: auto;     
}

/* table shell */
.reg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    min-width: 600px;          /* ensure columns don’t squash too much */

}

/* header cells */
.reg-table thead th {
  background: #222;
  color: #fff;
  padding: 10px 14px;
  font-weight: 600;
  text-align: left;
  border: 1px solid #444;
}

/* body cells */
.reg-table td {
  padding: 10px 14px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* first column wider */
.reg-table td:first-child,
.reg-table th:first-child {
  width: 55%;
}

/* zebra stripes */
.reg-table tbody tr:nth-child(odd) {
  background: blue;
}

/* hover row highlight + smooth transition */
.reg-table tbody tr {
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.reg-table tbody tr:hover {
  background: #fff7e9;
  transform: scale(1.01);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* emphasize amounts */
.reg-table td:nth-child(2),
.reg-table td:nth-child(3) {
  font-weight: 600;
  color: #1b1b1b;
}

/* bold note text in category */
.reg-table td strong {
  color: #d06300;
}

/* ===== Animation keyframes ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive tweaks ===== */
@media (max-width: 768px) {
  .paper-section {
    margin: 50px auto 80px;
  }

  .block-title span {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .paper-text,
  .dates-table{
     font-size: 13px;
  }
   .reg-table {
    font-size: 12px;
  }
  .reg-table th,
  .reg-table td {
    padding: 6px 8px;
  }
  }


/** ----------FAQ  -----------------**/
.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px 100px;
  font-family: "Poppins", Arial, sans-serif;
  color: #222;
}

/* Title */
.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(-10px);
  animation: faqFadeDown 0.7s ease forwards;
}

.faq-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #0726d4;
  display: block;
  margin: 10px auto 0;
}

/* FAQ list */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual card */
.faq-item {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: faqFadeUp 0.7s ease forwards;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }

/* Question button */
.faq-question {
  width: 100%;
  border: none;
  outline: none;
  padding: 14px 18px;
  text-align: left;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}

.faq-number {
  margin-right: 4px;
  color: #0726d4;
  min-width: 24px;
}

.faq-icon {
  font-size: 18px;
  color: #777;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Hover effect on question row */
.faq-item:hover .faq-question {
  background: #0726d4;
  color: #fff;
}

.faq-item:hover .faq-icon {
  color: #fff;
}

.faq-item:hover .faq-number {
  color: #fff;
}
/* Answer area */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #e94e06;
  
  border-top: 1px solid #eee;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: #fff;
}

.faq-answer p {
  padding: 12px 18px 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

/* When open */
.faq-item.open .faq-answer {
  max-height: 400px;          /* tall enough for text */
  padding-top: 6px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);   /* + turns to x */
}

/* ===== Animations ===== */
@keyframes faqFadeDown {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes faqFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .faq-section {
    margin: 60px auto 80px;
  }

  .faq-title {
    font-size: 26px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-answer p {
    font-size: 13px;
  }
}


/*** Footer ****/
.social {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.social li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0d5bff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.social li a:hover {
  background: #ff7a1a;
  transform: translateY(-3px);
}

#program-committee{
  text-align: center;
  margin-bottom: 50px;
}

.styling{
  color: blue;
  margin-top: 50px;
  text-align: center;
}

#cfp, #program-committee, #submission, #journals, #accepted-paper, #faq, #cont {
  scroll-margin-top: 120px; /* adjust to your header height */
}

#ccfp, #events{
  scroll-margin-top: 90px;
}


/*****-----Modal ----------***/
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;          /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  background: #ffffff;
  max-width: 600px;
  width: 95%;
 /* padding: 25px 30px 30px; */
 padding: 20px 25px;
  border-radius: 8px;
  position: relative;
  max-height: 900px;
  overflow-y: auto;
}

.modal-title {
  margin-bottom: 15px;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
}

.modal-box form input,
.modal-box form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.modal-box form button.main-btn {
  width: 100%;
}
.modal-overlay.show {
  display: flex;
}
/*********** navbar LOGO **********************/
.brand-glow {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-left: 10px;
  color: red;
  text-shadow: 0 0 4px #00e5ff, 0 0 10px #00e5ff;
  position: relative;
  animation: brandPulse 2.5s ease-in-out infinite;
}

/* stronger effect on hover */
.brand-glow:hover {
  color: yellow;
  text-shadow: 0 0 6px #ffe066, 0 0 14px #ffe066;
}

/* slow breathing glow */
@keyframes brandPulse {
  0%, 100% {
    text-shadow: 0 0 4px #00e5ff, 0 0 10px #00e5ff;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 8px #00e5ff, 0 0 18px #00e5ff;
    transform: scale(1.03);
  }
}

/* Brand text styling */

.navbar-two .navbar-brand.brand-glow {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.3rem;
  text-transform: uppercase;
  white-space: nowrap; 
 /* margin-right: 0.5rem;   */
  /*margin-left: -100px;      */
  padding-top: 0;              /* align vertically with nav items */
  padding-bottom: 0;
  line-height: 1;              /* avoid extra vertical space */
  display: flex;
  align-items: center;         /* vertical centering */
}

/* Ensure navbar height & centering */
.navbar-two .navbar {
  align-items: center;         /* center brand + toggler + menu */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Optional: adjust nav links so baseline matches brand */
.navbar-two .navbar-nav .nav-link,
.navbar-two .navbar-nav > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;

}

.navbar-two .nav-item.dropdown > ul {
  display: none;
  list-style: none;
  padding-left: 0;
}

.navbar-two .nav-item.dropdown.open > ul {
  display: block;
}
.navbar-two .nav-item.dropdown.open > ul {
  background: #020a38;
}


/* Desktop: submenu visible (old behavior) */
.navbar-two .nav-item.dropdown > ul {
  display: block;
}

/* Mobile/tablet: hide until .open is added */
@media (max-width: 991.98px) {
  .navbar-two .nav-item.dropdown > ul {
    display: none;
    list-style: none;
    padding-left: 0;
  }
  .navbar-two .nav-item.dropdown.open > ul {
    display: block;
  }
}

/* Desktop: show submenu on hover */
@media (min-width: 992px) {
  .navbar-two .nav-item.dropdown > ul {
    display: none;
  }
  .navbar-two .nav-item.dropdown:hover > ul {
    display: block;
  }
}

/* Mobile: use .open class (from JS) */
@media (max-width: 991.98px) {
  .navbar-two .nav-item.dropdown > ul {
    display: none;
    list-style: none;
    padding-left: 0;
  }
  .navbar-two .nav-item.dropdown.open > ul {
    display: block;
  }
}

/* -------- Mobile responsive -------- */
/* Mobile / tablet */
@media (max-width: 768px) {
  /* kill big top margins on mobile */
  .about-area .mt-50,
  .about-area .mt-45 {
    margin-top: 10px !important;
  }

  .about-area .about-image {
    margin-bottom: 10px;      /* small space under the image */
  }

  .about-area.pb-130.pt-80 {
    padding-top: 40px;
    padding-bottom: 40px;     /* less empty space overall */
  }
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    position: static;          /* so it flows inside the collapsed menu */
    float: none;
  }
}

/* mobile tweak */
@media (max-width: 576px) {
  .navbar-two .navbar-brand.brand-glow {
    font-size: 0.9rem;         /* smaller text so full title fits */
    padding-left: 10px;
    margin-left: 0px;
  }

  /* optional: center brand in mobile header */
  .navbar-two .navbar {
    justify-content: space-between;
  }
}
/* ------Chennai Image -------*/
.chennai{
  width: 600px;
  height: 300px;
  
}
/* ------College Image -------*/
.college-image{
  width:700px;
  height: 400px;
}

.header-area .navbar-area .container{
   max-width: 100%;
    padding-left: 0;
    padding-right: 0;  
}
/* UL takes full width and uses flex */
.sub-menu-bar > ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Each LI shares the violet space equally */
.sub-menu-bar > ul > li {
  flex: 1 1 0;
}

/* Make the link fill the LI area */
.sub-menu-bar > ul > li > a {
 display: flex;          /* or inline-flex */
  align-items: center;
  justify-content: center;
  white-space: nowrap;    /* prevent text from breaking into 2 lines */
  padding: 10px 50px;
  margin-right: 11px;
}


/* 2. Make navbar fixed on top over hero */
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 8px 0;
}

/* 3. Remove extra side padding so bar touches edges */
.header-area .navbar-area .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* 4. Put 17 ICSIE 2026 left and menu right, center‑aligned vertically */


/* logo text */
.navbar-two .navbar-brand.brand-glow {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.3rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  margin-left: 10px;
}

/* menu ul on right */
.sub-menu-bar ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* links in one line on blue background */
.sub-menu-bar ul li a {
  padding: 10px 14px;
  white-space: nowrap;
  color: #ffffff;
}

/* dropdown */
/* Hide dropdowns by default */
.navbar .nav-item.dropdown ul {
  display: none;
  position: absolute;
  background: #1b1080;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Show on hover for desktop */
@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover > ul {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar .nav-item.dropdown.open > ul {
    display: block;
    position: static; /* keep it inline for mobile */
  }
}



/* 📌 Make mobile dropdowns open when .open class is added */
@media (max-width: 991px) {

  .navbar .dropdown.open > ul {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      height: auto !important;
      padding: 10px 0 !important;
  }

  /* Prevent blue gap */
  .navbar .dropdown {
      background: transparent !important;
  }
}



/* Stop bootstrap from closing mobile nav when clicking dropdown */
@media (max-width: 991px) {
  .navbar-collapse.collapse.show {
    height: auto !important;
    overflow: visible !important;
  }
}

/* Show submenu when .open is applied */
.nav-item.dropdown.open > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}
/* FIX for mobile hamburger closing issue */
@media (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
      position: static !important;
      top: auto !important;
      left: auto !important;
      width: 100% !important;
      background-color: #1863ff !important;
      height: auto !important;
      overflow: visible !important;
  }

  .navbar-collapse.show {
      display: block !important;
      height: auto !important;
      overflow: visible !important;
  }
}
@media (max-width: 991px) {
  .nav-item.dropdown.open > ul {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
  }
}

 body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    .scroll-wrapper {
      width: 100%;
      overflow: hidden;
      background: #c204d3;
      padding: 12px 0;
    }

    .scroll-track {
      display: flex;
      width: max-content;
      animation: moveText 12s linear infinite; /* ✅ Continuous, no gap */
    }

    .scroll-track span {
      white-space: nowrap;
      padding-right: 100px;  /* ✅ Small spacing between text */
      color: #fff;
      font-size: 28px;
    }
@media (max-width: 768px) {
  .scroll-track span {
    font-size: clamp(14px, 4vw, 18px);
  }
}

    @keyframes moveText {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }
@media (max-width: 768px) {

 
}
/* Organiser + Collaboration layout */
.organiser-collab {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  color: #fff;
}

/* Logo + text in one line */
.org-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
  text-align: left;
}

.org-item img {
  width: 60px;
  height: auto;
}

/* Collaboration text */
.collab-text {
  margin: 10px 0;
  font-size: 22px;
  color: #04756f;
  letter-spacing: 0.5px;
}
/* Desktop parallel layout refinement */
@media (min-width: 992px) {
    .college-name {
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
  }
  
  .organiser-collab {
    display: grid;
    grid-template-columns: 1.2fr auto 1.2fr; /* 👈 more space left & right */
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  /* Push Vasudevan slightly LEFT */
  .left-org {
    justify-content: flex-end;
    text-align: left;
    padding-right: 10px;
  }

  /* Push Manipal slightly RIGHT */
  .right-org {
    justify-content: flex-start;
    text-align: left;
    padding-left: 30px;
  }

  .org-item span {
    max-width: 520px;   /* 👈 now enough space for 2 lines */
    line-height: 1.4;
  }

  .collab-text {
    text-align: center;
    white-space: nowrap;
  }
}

/* Desktop-only: increase college name font size */
@media (min-width: 992px) {
  .org-item span {
    font-size: 20px;   /* you can try 21px or 22px */
    line-height: 1.4;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .header-content {
    padding-top: 100px;
    padding-bottom: 250px;
  }

  .organiser-collab {
    margin-top: 10px;
  }
}


.org-item {
  display: flex;
  flex-direction: column;   /* logo → text */
  align-items: center;
  text-align: center;
  gap: 8px;
}

.org-logo {
  max-width: 80px;
  height: auto;
}

.college-name {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

.college-city {
  display: block;        /* 👈 forces 2nd line */
  white-space: nowrap;  /* 👈 prevents 3rd line */
}

@media (max-width: 768px) {

  /* FIX OVERLAPPING "17 ICSIE 2026" */
  .hero-badge,
  .edition,
  .conf-year,
  .conf-badge,
  .icsie-year {
    position: static !important;
    transform: none !important;
    margin-bottom: 8px;
    font-size: 14px !important;
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {

  h1,
  .hero-heading {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  h2, h3 {
    font-size: 15px !important;
  }

  .hero-meta,
  .conf-date {
    font-size: 12px !important;
  }

  .organised-by,
  .collab-text {
    font-size: 13px !important;
  }

  .org-item span,
  .college-name {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
}
@media (max-width: 768px) {

  .hero-block,
  .hero-content {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
    min-height: auto !important;
    height: auto !important;
  }

  .header-btn {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }

  .header-btn .main-btn {
    font-size: 14px !important;
    padding: 10px 22px;
  }
}

.submission-container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.submission-container h2 {
    color: #5a5fd6;
    margin-bottom: 30px;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 20px;
}

.step-badge {
    background: #e8ebff;
    color: #5a5fd6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
}

.step-content h3 {
    margin: 0 0 8px;
    font-size: 17px;
    color: #2b2b2b;
}

.step-content p {
    margin: 5px 0;
    color: #555;
    line-height: 1.6;
}
