/*
 * Table of contents:
 * 
 * 1.Preloader
 * 2.Primary style
 * 3.Popover
 * 4.Social fixed & logo
 * 5.Countdown
 * 6.Pages
 * 7.Media
 *
 */
 

/* Page Loader */
.loader {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.loader__figure {
  content: '';
  position: fixed;
  z-index: 100001;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  background: transparent;
}
.loader__figure img{ width:100%; }
/*@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5,0.5,1);
  }
}*/


body{
 font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: .95rem;
  line-height: 1.55;
  color: #f1f1f1;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
 font-family: "DM Sans", sans-serif;
  font-weight:400;
  margin-bottom: 0;
  line-height: 1.25;
  color: #fff;
}
h1, .h1 {
  font-size: 6rem;
  font-weight:500;
  line-height: 1;
}
h2, .h2 {
  font-size: 4.5rem;
  /* letter-spacing: 2px; */
  line-height: 1;
}
h3, .h3 {
  font-size: 3.75rem;
  line-height: 1;
}
h4, .h4 {
  font-size: 2.4rem;
  line-height: 1.1;
}
h5, .h5 {
  font-size: 1.6rem;
  font-weight:500;
}
h6, .h6 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight:600;
 }
::selection {
  background-color: rgba(0,0,0,0.7);
}
::-moz-selection {
  background-color: #rgba(0,0,0,0.7);
}

::selection {
  color: #fff;
}
::-moz-selection {
  color: #fff;
}
mark{
  color:#fff;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* #Primary style
================================================== */

.section {
    position: relative;
  width: 100%;
  display: block;
}
.relative {
    position: relative;
}
.over-hide{
  overflow: hidden;
}
.over-y-scroll{
  overflow-y: scroll;
  z-index: 2099;
}
.full-height {
  height: 100vh;
}
.half-height {
  height: 50vh;
}
.big-55-height {
  height: 55vh;
}
.big-60-height {
  height: 60vh;
}
.big-65-height {
  height: 65vh;
}
.big-70-height {
  height: 70vh;
}
.big-75-height {
  height: 75vh;
}
.big-80-height {
  height: 80vh;
}
.max-width-80 {
  max-width: 80%;
}
.background-white {
  background-color: #ffffff;
}
.background-grey {
  background-color: #fbfbfb;
}
.background-grey-1 {
  background-color: #f9f9f9;
}
.background-dark {
  background-color: #212121;
}
.background-dark-1 {
  background-color: #323232;
}
.background-dark-2 {
  background-color: #1b1b1b;
}
.background-black {
  background-color: #000000;
}
.img-wrap  {
  position:relative;
  width:100%;
}
.img-wrap img {
  width:100%;
  display:block;
}
.z-bigger  {
  z-index:10;
}
.padding-page-top {
  padding-top: 180px;
}
.padding-top-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-top {
  padding-top: 80px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.padding-top-bottom-big {
  padding-top: 110px;
  padding-bottom: 110px;
}
.padding-top-big {
/*  padding-top: 110px;*/
padding-top: 50px;
}
.padding-bottom-big {
  padding-bottom: 110px;
}
.padding-top-bottom-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-top-small {
  padding-top: 50px;
}
.padding-bottom-small {
  padding-bottom: 50px;
}

/* #Popover
================================================== */
.webui-popover{ width:130px !important; }
.webui-popover .webui-popover-content {
    padding: 0 !important;
    overflow: auto;
    display: block;
    background: #fff;
}

#ticket-wrap{
  display: none;
  padding: 0px;
  background-color: #fff;
}
#ticket-wrap p{
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}
#ticket-wrap p em{
  opacity: 0.3;
}
#ticket-wrap p span:first-of-type{
  color: #e86c9a;
  font-weight: 400;
  font-size: 18px;
}
#ticket-wrap p span:nth-of-type(2) {
  color: #07d89d;
  font-weight: 400;
  font-size: 18px;
}
#ticket-wrap p span:nth-of-type(3) {
  color: #f8ae2c;
  font-weight: 400;
  font-size: 18px;
}
#ticket-wrap p span:nth-of-type(4) {
  color: #de2d3e;
  font-weight: 400;
  font-size: 18px;
}


#ticket-wrap a{
  display: block;
  color: #000;
  border-radius:0px;
  font-weight: 600;
  padding: 11px 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 3px;
  background-color: #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
#ticket-wrap a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #034ea2;
}

.webui-popover {
  top: 70px !important;
  left: auto !important;
  right: 30px;
  background-color: #212121 !important;
  border: 1px solid transparent !important;
}


/* #Social fixed & logo
================================================== */
.mainMenuSection .main-menu > ul > li:first-child {
    margin-inline-start: 0;
}
a.active-link {
    background: #154674;
}
.mainMenuSection .main-menu > ul > li:last-child {
    margin-inline-end: 0;
}
header.header{ position:absolute; width: 100%; left:0; top:0; padding:0px 0; z-index: 3002; background: #034ea2;}

header.header .logo { width: 500px;}
header.header .logo img { width: 100%;}

header.header ul.top-info-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.header .dropdown-menu { width:50px; min-width: 50px; }


header.header .ui-offcanvas-open-btn {
      cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    display: flex;
    padding: 13px 29px;
    background: #034ea2;
    gap: 12px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}


header.header .mainMenu{ margin-top: 5px;}

header.header .mainMenu ul{display:flex; list-style: none; gap:25px; margin: 0; padding: 10px 20px; background: #000; border-radius: 50px;}
header.header .mainMenu ul li a{ font-size:14px; }
header.header .mainMenu ul li a:hover,
header.header .mainMenu ul li a.active{ color:#fbbc05; }


/*new header*/

/*------------------- 4.2. Header  -------------------*/
.vs-header {
 position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3002;
 
}

.header-logo {
  max-width: 450px;
  display: inline-flex;
  align-items: center;
  z-index: 0;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: #fff;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  padding: 0 15px;
  top: 0;
}
.will-sticky .sticky-active.active .menu-area {
  margin-bottom: 0;
}

.main-menu {
  text-align: left;
  padding-left: 110px;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 500;
  line-height: 160%;
  font-size: 15px !important;
  color: #fff;
 
  /* Extra large devices */
}

.mainMenuSection  .main-menu a{font-size: 17px !important;}

@media (max-width: 1300px) { 
  .main-menu a {
    font-size: 15px;
  }
}
.main-menu a:hover {
  color: #1f4ec3;
}
.main-menu > ul > li {
  margin: 0 10px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: 'Font Awesome 6 Pro';
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu li a.active {
  color: #fbbc05;
}
.main-menu ul li.menu-item-has-children.active > a {
  color: #fbbc05;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  /* background: rgba(0, 0, 0, 0.7); */
  background: rgba(3, 78, 162, 0.9);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 200px;
  width: 100%;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  /* border-bottom: 3px solid #1f4ec3; */
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu ul.sub-menu { min-width: 250px; width: 100%;}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 14px;
  line-height: 21px; font-weight: 500;
}
.main-menu ul.sub-menu {
  padding: 0px 20px 0px 10px;
  left: -47px;
}



.mainMenuSection  .main-menu  > ul > li:nth-child(n+7) ul.sub-menu{
  left: auto;
  right: -47px;

}


.mainMenuSection  .main-menu ul li:nth-child(n+7) ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 32px;
  width: 1px;
  background-color: #0c4da2;
  height: calc(100% - 65px);
  display:none;
}
.main-menu ul.sub-menu li {
  display: block;
  margin:0;
  padding: 0px;
  border-bottom: 1px solid rgba(225, 225, 225, .4);
}


.main-menu ul.sub-menu li:last-child {
  border-bottom: none;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
  
}
.main-menu ul.sub-menu li.menu-item-has-children.active > a {
  color: #1f4ec3;
}
.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active > a {
  color: #fff;
}
.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active > a:hover {
  color: #1f4ec3;
}
.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a.active, .main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a:hover {
  color: #1f4ec3;
  transform: translateX(10px);
}
.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li ul a:hover {
  color: #1f4ec3;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding:10px 0px;
  position: relative;
  color: #fff;
  font-size: 16px !important;
}
.main-menu ul.sub-menu > li:hover > a{ color:#e79824 }
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 3.3em;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--secondary-color);
  font-weight: 700;
  background-color: #0c4da2;
  box-shadow: inset 0px 2px 4px 0px rgba(12, 119, 53, 0.4);
  display:none;
}
.main-menu ul.sub-menu li a span {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
  list-style: none;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu li a.active {
  color: #1f4ec3;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #063a41;
  border-color: #1f4ec3;
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #1f4ec3;
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-style1 > ul > li > a {
  padding: 41px 0;
}
.menu-style1 > ul > li > a.active {
  color: #063a41;
}
.menu-style1 > ul > li > a:hover {
  color: #1f4ec3;
}

.menu-style2 > ul > li > a {
  color: #fff;
}
.menu-style2 > ul > li > a.active {
  color: #fff !important;
}
.menu-style2 > ul > li > a:hover {
  color: #1f4ec3 !important;
}

.main-menu > ul > li > a {
  padding: 41px 0;
}
.main-menu > ul > li > a.active {
  color: #1f4ec3;
}

.main-menu > ul > li.mega-menu-wrap > a {
  padding: 41px 0;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: var(--title-font);
  margin-right: 18px;
  padding-right: 20px;
  line-height: 165%;
  position: relative;
}
.header-links li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  height: 20px;
  background-color: #51757A;
  top: 50%;
  transform: translateY(-50%);
}
.header-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 2px;
  height: 12px;
  background-color: #51757A;
  top: 50%;
  transform: translateY(-50%);
}
.header-links li:last-child {
  margin-right: 0;
}
.header-links i {
  color: #1f4ec3;
  margin-right: 10px;
  font-weight: 700;
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: #1f4ec3;
}

.header-inner {
  display: inline-flex;
  align-items: center;
  height: 110px;
  max-width: 100%;
}

.menu-style1 > ul > li.mega-menu-wrap > a {
  color: var(--title-color) !important;
}
.menu-style1 > ul > li.mega-menu-wrap > a:hover {
  color: #1f4ec3 !important;
}

.contact-content {
  padding: 0 35px 0 25px;
}
.contact-content .contact-text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: normal;
  position: relative;
}
.contact-content .contact-title {
  position: relative;
  margin-bottom: 0;
}
.contact-content .contact-title a {
  color: #fff;
}
.contact-content .contact-title a:hover {
  color: #063a41;
}

.main-menu ul li.menu-item-has-children > a:after {
  display: none;
}

.header-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header-icons .searchBoxTggler {
  color: #000;
  font-size: 18px;
  border: none;
  padding-left: 0;
  margin-right: 12px;
  padding-right: 20px;
  background-color: transparent;
  position: relative;
}
.header-icons .searchBoxTggler:hover {
  color: #000;
}
.header-icons .searchBoxTggler i {
  font-weight: 700; color: #fff;
}
.header-icons .searchBoxTggler::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5px;
  height: 32px;
  background-color: #B4C4C6;
  top: 50%;
  transform: translateY(-50%);
}
.header-icons .searchBoxTggler::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 1px;
  height: 22px;
  background-color: #B4C4C6;
  top: 50%;
  transform: translateY(-50%);
}
.header-icons .icon-btn {
  color: #fff;
  margin-right: 20px;
  background-color: #1f4ec3;
  font-size: 20px;
}
.header-icons .icon-btn:hover {
  background-color: #063a41;
}

.vs-header .sticky-wrapper {
  background-color: #fff;
  padding: 0 20px;
}
.vs-header .sticky-wrapper .header-icons .btn {
    background: #0c4da2;
    color: #ffffff;
}
.vs-header .sticky-wrapper .header-icons .btn:hover{ background: #d47c12; color: #fff;}
.vs-header .sticky-wrapper
.vs-header .sticky-wrapper.style2 {
  background-color: #063a41;
}
.vs-header .sticky-wrapper.style2 .header-icons {
  background-color: #063a41;
  border-right: 8px solid #1f4ec3;
}
.vs-header .sticky-wrapper.style2 .header-icons .icon-btn {
  border: 3.5px solid #fff;
  line-height: 63px;
}
.vs-header .sticky-wrapper.style2 .searchBoxTggler {
  color: #fff;
}
.vs-header .sticky-wrapper.style2 .header-inner {
  background-color: #fff;
  border-right: 7px solid #1f4ec3;
}
.vs-header .sticky-wrapper.style2 .contact-text {
  color: #063a41;
}
.vs-header .sticky-wrapper.style2 .contact-title a {
  color: #1f4ec3;
}
.vs-header .sticky-wrapper.style2 .contact-title a:hover {
  color: #063a41;
}
.vs-header .sticky-wrapper.style2 .header-logo::after {
  background-color: #1f4ec3;
}
.vs-header .sticky-wrapper.style2 .header-logo::before {
  background-color: #fff;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-logo::after {
  display: none;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-logo::before {
  display: none;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .menu-style2 > ul > li > a {
  color: #063a41;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .menu-style2 > ul > li > a.active {
  color: var(--title-color) !important;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .menu-style2 > ul > li > a:hover {
  color: #1f4ec3 !important;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-icons {
  background-color: unset;
  border-right: none;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-icons .searchBoxTggler i {
  color: #063a41;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-icons .icon-btn {
  border-color: #1f4ec3;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-logo {
  height: 100%;
  max-width: 150px;
  padding: 15px 0;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-inner {
  background-color: #fff;
  border: none;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-inner .contact-content .contact-title a {
  color: #063a41;
}
.vs-header .sticky-wrapper.style2 .sticky-active.active .header-inner .contact-content .contact-title a:hover {
  color: #1f4ec3;
}
.vs-header .sticky-wrapper.style2 .header-icons .searchBoxTggler::after {
  background-color: #456B71;
}
.vs-header .sticky-wrapper.style2 .header-icons .searchBoxTggler::before {
  background-color: #456B71;
}
.vs-header .will-sticky .sticky-active.active .menu-area {
  margin-bottom: 0;
}
.vs-header .header-top {
  padding: 5px 20px;
  background-color: #063a41;
          border-bottom: 1px solid #dddddd;
}


.vs-header .header-top.style2 {
  background: rgb(23, 167, 191);
  background: linear-gradient(270deg, #18A384 0%, rgb(16, 156, 61) 100%);
}
.vs-header .header-top.style2 .social-style1 a {
  background-color: #0D5A54;
}
.vs-header .header-top.style2 .social-style1 a:hover {
  color: #fff;
  background-color: #063a41;
}
.vs-header .header-top.style2 .social-title::before {
  background-color: #61BFA3;
}
.vs-header .header-top.style2 .social-title::after {
  background-color: #61BFA3;
}
.vs-header .header-top.style2 .header-links::before {
  background-color: #10483A;
}
.vs-header .header-links {
  padding: 10px 3px;
  position: relative;
}
.vs-header .header-links::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--body-color);
  position: absolute;
  top: 0;
  left: 16px;
  transform: skewX(-30deg);
}
.vs-header .header-logo {
  position: relative;
}
.vs-header .header-logo img {
  position: relative;
  z-index: 1;
  width: 100%;
}
/*.vs-header .header-logo::after {
  content: "";
  position: absolute;
  top: 0%;
  right: -38%;
  height: 100%;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: #54CE7B;
  transform: skewX(37deg);
}*/
.vs-header .header-logo::before {
  content: "";
  position: absolute;
  top: 0%;
  right: -35%;
  height: 100%;
  bottom: 0;
  width: 99999px;
  background-color: #1f4ec3;
/*  transform: skewX(33deg);*/
transform: skewX(11deg);
}
.vs-header.header-layout1 .header-inner {
  background-color: #1f4ec3;
  border-radius: 40px 0 0px 40px;
}
.vs-header.header-layout1 .header-icons {
  background-color: #fff;
  border-radius: 0 56px 56px 0;
  height: 100%;
}
.vs-header.header-layout2 .header-top {
  background-color: #fff;
}
.vs-header.header-layout2 .header-top ul{ list-style:none; color: #1b1b1b; }
.vs-header.header-layout2 .header-top ul li{border-right: 1px solid #878787;}
.vs-header.header-layout2 .header-top ul li.dropdown .dropdown-toggle{padding: 4px 7px 5px 0;}
.vs-header.header-layout2 .header-top ul li:last-child{ border:0; }
.vs-header.header-layout2 .header-links::before {
  display: none;
}
.vs-header.header-layout2 .menu-style1 > ul > li > a {
  padding:15px 0; color: #414141;
}

.vs-header.header-layout2 .menu-style1 > ul > li > a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0c4da2;
    width: 0%;
    height: 3px;
    content: "";
}

.vs-header.header-layout2 .menu-style1 > ul > li.active > a::after, 
.vs-header.header-layout2 .menu-style1 > ul > li > a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.vs-header.header-layout2 .header-inner {
  height: auto;
}
/*.vs-header.header-layout2 .header-logo {
transform: translateY(-40%);
  z-index: auto;
  position: relative;
}*/

.vs-header.header-layout2 .header-logo {
    transform: translateY(-75%);
    z-index: auto;
    position: absolute;
}

.vs-header.header-layout2 .headerip_logoArea {
    position: absolute;
    top: -55px;
    right: -752px;
    width: 266px;
    background: #fff;
    padding: 0 10px;
}

.vs-header.header-layout2 .headerip_logoArea img{ width: 100%;
}

.mt-mn-10{ margin-top:-10px; }
/*.vs-header.header-layout2 .header-logo::before {
    top: -101px;
    right: -5%;
    height: 155px;
    background: linear-gradient(73deg, rgb(1, 157, 91) 99%, #0BA17F);
    border-bottom: 10px solid #68BF45;
}
*/
.vs-header.header-layout2 .header-logo::before {
    top: -40px;
    right: -5%;
    height: 127px;
    background: #fff;
    border-right: 10px solid #dfdfdf;
}

/*.vs-header.header-layout2 .header-logo::after {
    top: unset;
    right: -14%;
    height: 54px;
    bottom: -34px;
    width: 30px;
    z-index: 1;
    background-color: #fff;
    transform: skewX(33deg);
}*/
.vs-header.header-layout2 .header-logo .main-logo {
  z-index: 1;
}
.vs-header.header-layout2 .main-menu {
  padding-left: 0px;
  z-index: 1;
  position: relative;
}
.vs-header.header-layout2 .contact-content {
  position: relative;
}
.vs-header.header-layout2 .contact-content::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  height: 99px;
  bottom: 0;
  width: 115%;
  background-color: #079F5F;
  z-index: 0;
  border-right: 8px solid #5EBC47;
}
.vs-header.header-layout2 .header-icons .icon-btn {
  margin-right: 0;
  border: 3.5px solid #fff;
}
.vs-header.header-layout2 .social-style1 a {
  border: 2.5px solid #bb7a1b;
  background-color: #ce8b29;
}
.vs-header.header-layout2 .social-style1 a:hover {
  color: #fff;
  background-color: #1f4ec3;
}
.vs-header.header-layout2 .sticky-active.active .main-logo {
  transform: unset;
}
.vs-header.header-layout2 .header-links li {
  color: #CDCCD9;
}
.vs-header.header-layout2 .header-links li i {
  color: var(--title-color2);
}
.vs-header.header-layout2 .social-style1 .social-title {
  color: #CDCCD9;
}

@media (max-width: 1700px) {
  .vs-header.header-layout2 .contact-content {
    padding: 0 0 0 25px;
  }
  .vs-header.header-layout2 .contact-content::before {
    display: none;
  }
  .vs-header.header-layout2 .contact-content .contact-text {
    color: var(--title-color2);
  }
  .vs-header.header-layout2 .contact-content .contact-title a {
    color: #063a41;
  }
  .vs-header.header-layout2 .contact-content .contact-title a:hover {
    color: #1f4ec3;
  }
  .vs-header.header-layout2 .header-icons .icon-btn {
    border-color: var(--title-color2);
  }
  .vs-header.header-layout1 .header-icons .icon-btn {
    margin-right: 0;
  }
  .vs-header.header-layout1 .header-inner {
    background-color: #fff;
  }
  .vs-header.header-layout1 .header-inner .contact-content {
    padding: 0 0 0 10px;
  }
  .vs-header.header-layout1 .header-inner .contact-content::before {
    display: none;
  }
  .vs-header.header-layout1 .header-inner .contact-content .contact-text {
    color: var(--title-color2);
  }
  .vs-header.header-layout1 .header-inner .contact-content .contact-title a {
    color: #063a41;
  }
  .vs-header.header-layout1 .header-inner .contact-content .contact-title a:hover {
    color: #1f4ec3;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-icons {
    border-radius: unset;
    border-right: none;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-icons .icon-btn {
    margin-right: 0;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-inner {
    background-color: #063a41;
    border-right: none;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content {
    padding: 0 0 0 25px;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content::before {
    display: none;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content .contact-text {
    color: var(--title-color2);
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content .contact-title a {
    color: #fff;
  }
  .vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content .contact-title a:hover {
    color: #1f4ec3;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .main-menu {
    text-align: right;
  }
}
@media (max-width: 1399px) {
  .main-menu {
    text-align: right;
  }
  .vs-header .header-links {
    margin-left: 0;
  }
  .vs-header .main-menu {
    padding-left: 0px;
    font-size: 13px;
    text-transform: capitalize;
  }
  .vs-header .main-menu > ul > li {
    margin: 0 8px;
  }
  .vs-header.header-layout2 .header-logo .main-logo {
    transform: translateY(5%);
  }
  .vs-header.header-layout2 .header-logo .main-logo .main-logo1 {
    display: none;
  }
  .vs-header.header-layout2 .header-logo .main-logo .main-logo2 {
    display: block;
  }


  .vs-header.header-layout2 .header-links {
    margin-left: 0;
    padding-left: 0;
  }
  .vs-header.header-layout2 .main-menu {
    padding-left: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .header-icons .searchBoxTggler {
    display: none;
  }
  .vs-header .header-logo::before {
    right: -15%;
  }
  .vs-header .header-logo::after {
    right: -17%;
  }
  .vs-header .contact-content {
    display: none;
  }
  .vs-header.header-layout2 .icon-btn {
    line-height: 50px !important;
  }
  .vs-header .icon-btn {
    width: 55px;
    height: 55px;
  }
  .vs-header.header-layout1 .icon-btn {
    line-height: 57px !important;
  }
  .vs-header.header-layout1.style2 .icon-btn {
    line-height: 50px !important;
  }
}

/*./ new header*/





a.ticket-link .pulse{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
a.ticket-link:hover .pulse{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
  color: #f8ae2c;
}
a.ticket-link:focus .pulse,
a.ticket-link:active .pulse{
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
  color: #f8ae2c;
}
.ticket{
  display: block;
  height: 36px;
  line-height: 36px;
}
.ticket p{
  line-height: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 36px;
  vertical-align: top;
  margin-right: 10px;
}
.ticket:hover{
  color: #fff;  
}
.ticket svg *{
  fill: none;
  stroke: currentColor;
}
.pulse {
  display: inline-block;
  height: 36px;
  -webkit-animation: pulse 1s linear infinite;9
  animation: pulse 1s linear infinite;
}
@keyframes "pulse" {
 0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }
 50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
 }
 100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
 }

}
@-webkit-keyframes "pulse" {
 0% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
 }
 100% {
   -webkit-transform: scale(0.95);
   transform: scale(0.95);
 }

}

.social-fixed {
  position: fixed;
  bottom: 30px;
  left: 20px;
  display: block;
  z-index: 3001;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.social-fixed a{
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
   font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 0; 
  padding-left: 3px;
  padding-right: 1px;
  color: #fff;
  display: inline-block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-fixed a:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(45deg, #0947db, #07d89d); 
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-fixed a:hover:after{
  width: 100%;
}
.social-fixed a:hover{
  text-decoration: none;
  color: #fff;
}
.social-fixed a:nth-child(2):after {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.social-fixed a:nth-child(3):after {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}

.showBannerBtn {
    position: fixed;
    bottom: 15px;
    right: 10px;
    display: block;
    z-index: 999;
    /* transform: rotate(180deg); */
    background: #1473e6;
    padding: 5px 15px 5px 39px;
    border-radius: 50px;
    width: 154px;
    cursor: pointer;
}
.showBannerBtn:hover{ background:#e23232; }
/*.showBannerBtn p {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
}*/
.showBannerBtn:before {
  position: absolute;
  content: '';
  top: 7px;
  left: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url('../img/pin.svg');
  width: 20px;
  height: 20px;
  z-index: 1;
transform: rotate(90deg);
}


body {
  min-height: 100vh;
  color: #fff;
  color: var(--color-text);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Color schemes */
.aoide {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #fff;
  --color-link-hover: #5d5050;
  --color-info: #5d5050;
  --color-menu: #fff;
  --color-menu-hover: #fff;
  --color-title: #fff;
  --color-subtitle: #ededed;
  --color-deco: #161616;
}

/* Fade effect */

.js body {
  opacity: 0;
  transition: opacity 0.3s;
}

.js body.render {
  opacity: 1;
}



a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
}
a:hover {
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

main {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
/*  overflow: hidden;*/
}

.bannerSection{ width:100%; position:absolute; top:0; left:0; height:100vh; z-index:-1; }
.bannerSection.blackBgArea{z-index: 9}
.bannerSection:after{ position: absolute; width:100%; height:100%; content: ''; background: #000; left:0; top:0; opacity: .2;  transition: opacity 0.6s ease;}
.bannerSection.blackBgArea:after{ opacity:0; transition: opacity 0.6s ease;}



.bannerSection .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    background: #fff;
}
.bannerSection .bx-wrapper img{ width: 100%; height:100vh; }

.bannerSection .bx-controls{ visibility:hidden; }
.bannerSection.blackBgArea .bx-controls{ visibility:visible; }
.bannerSection .bx-controls .bx-controls-direction a {
    background: transparent;
    border: 0px solid #597db1;
    width: 40px;
    top: auto;
    bottom: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-indent: 0;
    font-size: 0;
    z-index: 99;
}
.bannerSection .bx-controls .bx-controls-direction a.bx-prev {
    right: 58px;
    left: auto;
}
.bannerSection .bx-controls .bx-controls-direction a:after {
    position: absolute;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    font-family: 'Font Awesome 6 Pro';
}

.bannerSection .bx-controls .bx-controls-direction a.bx-prev:after {
    content: '\f053';
}

.bannerSection  .bx-controls .bx-controls-direction a.bx-next:after {
    content: '\f054';
}

.bannerSection .bx-wrapper .bx-controls-auto {
    bottom: 16px !important;
    right: 174px !important;
    background: #162f6a;
    height: 25px;
    width: 25px !important;
    padding-top: 7px;
    border-radius: 5px;
    padding-left: 5px;
    line-height: 20px;
    z-index: 9;
    /* display: none; */
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
}

.bannerSection  .bx-wrapper .bx-controls-auto .bx-controls-auto-item:last-child {
    display: block;
}
.bannerSection .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('../img/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-start {
    background: url(../img/controls.png) -86px -11px no-repeat;
}
.bannerSection  .bx-wrapper .bx-controls-auto .bx-stop {
    background: url('../img/controls.png') -86px -44px no-repeat;
}

.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
}




.content--reveal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  pointer-events: none;
}

.content__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.js .content__inner {
  opacity: 0;
  transition: opacity 0.3s;
}

.content__title {
  width: 100%;
  margin: 0;
  color: var(--color-title);
  text-transform: lowercase;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
 font-family: "DM Sans", sans-serif;
  font-weight: 400;
  text-align: left;
}

.content__subtitle  {
  text-align: left;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 auto;
  color: var(--color-subtitle);
}
.content__close {
  position: absolute;
  top: 70px;
  left: 40px;
  overflow: hidden;
  background-color: transparent;
  color: var(--color-link);
  padding: 0;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 0;
  cursor: pointer;
  z-index: 4003;
  border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.content__close:focus {
  outline: none;
}
.content__close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('../img/arrow.svg');
  background-size: 48px 48px;
  background-position: center center;
  background-repeat: no-repeat;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.content__close:hover:before {
  left: -100%;
  opacity: 0;
}
.content__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url('../img/arrow.svg');
  background-size: 48px 48px;
  background-position: center center;
  background-repeat: no-repeat;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.content__close:hover:after {
  left: 0;
  opacity: 1;
}

.deco-title {
  font-size: 50vw;
  margin: 0;
  pointer-events: none;
  position: absolute;
  color: var(--color-deco);
}

/* Scene */
.scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  //pointer-events: none;
  z-index: 3;
}
.scene .blob-1,
.scene .blob-2,
.scene .blob-3,
.scene .blob-4,
.scene .blob-5,
.scene .blob-6,
.scene .blob-7,
.scene .blob-8,
.scene .blob-9,
.scene .blob-10
{opacity: .0; transition: all .3s;}

.sceneBg-01 .scene .blob-1,
.sceneBg-02 .scene .blob-2,
.sceneBg-03 .scene .blob-3,
.sceneBg-04 .scene .blob-4,
.sceneBg-05 .scene .blob-5,
.sceneBg-06 .scene .blob-6,
.sceneBg-07 .scene .blob-7,
.sceneBg-08 .scene .blob-8,
.sceneBg-09 .scene .blob-9,
.sceneBg-10 .scene .blob-10
{opacity:1; transition: all .3s;}



.scene .blob-1 path {
  fill: rgba(66, 133, 244, 0.4);
  
}

.scene .blob-2 path {
  fill: rgba(234, 67, 53, 0.4);
}

.scene .blob-3 path {
 fill: rgba(251, 188, 5, 0.4);
}

.scene .blob-4 path {
  fill: rgba(52, 168, 83, 0.4);
}

.scene .blob-5 path {
 fill: rgba(41, 138, 140, 0.4);
}

.scene .blob-6 path {
 fill: rgba(114, 3, 162, 0.4);
}

.scene .blob-7 path {
  fill: rgba(162, 3, 111, 0.4);
}

.scene .blob-8 path {
  fill: rgba(128, 162, 3, 0.4);
}



.scene path:first-of-type {
  fill-opacity: 0.1;
}

.scene path:nth-of-type(2) {
  fill-opacity: 0.2;
}

.scene path:nth-of-type(3) {
  fill-opacity: 0.3;
}

.scene path:nth-of-type(4) {
  fill-opacity: 0.4;
}

.scene path:nth-of-type(5) {
  fill-opacity: 0.5;
}

.scene path:nth-of-type(6) {
  fill-opacity: 0.6;
}

.empty-space{
  color: transparent;
}
/*.menu {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  margin: 0 40vw 0 0;
  font-size: 2.8vw;
  padding: 0;
  margin-top: -50px;
  align-items: flex-start;
}
.menu__item {
  color: var(--color-menu);
  line-height: 1.1;
  text-transform: lowercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
 font-family: "DM Sans", sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding:0;
  margin: 12px 0;
}
.menu__item:hover,
.menu__item:focus {
  color: var(--color-menu-hover);
}

.menu__item::before {
  content: '';
  width: 40%;
  height: 10px;
  background: linear-gradient(45deg, #f19872, #e86c9a);
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 0 0;
  transform: scale3d(0,1,1);
}
.menu__item:nth-child(2)::before {
  background: linear-gradient(45deg, #0947db, #07d89d);
}

.menu__item:nth-child(3)::before {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}

.menu__item:nth-child(4)::before {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}

.menu__item:nth-child(5)::before {
  background: linear-gradient(45deg, #9d316e, #de2d3e);
}
.menu__item--showDeco:hover::before {
    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
    transform: scale3d(2.5,1,1);
}
.menu__item--showDeco::before {
    transition: transform 0.8s cubic-bezier(0.2,1,0.3,1);
    transform: scale3d(1,1,1);
}


.menu__item span {
  display: block;
  position: relative;
}*/


.bannerLogoArea {position: relative; z-index: 4; display: flex; width: 450px;}
.bannerLogoArea .logoBg{ fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF }
.bannerLogoArea .st2{fill:#FFFFFF; stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
.bannerLogoArea .menu .menu__item{ cursor:pointer; }
.bannerLogoArea .menu .menu__item .logoPathArea{fill-rule:evenodd;clip-rule:evenodd;fill:#034EA2;}

.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-1{fill:#4285f4;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-2{fill:#ea4335;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-3{fill:#e4aa03;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-4{fill:#34a853;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-5{fill:#298a8c;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-6{fill:#7203a2;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-7{fill:#a2036f;}
.bannerLogoArea .menu .menu__item .logoPathArea.pathColor-8{fill:#80a203;}

.bannerLogoArea .logoMenuArea{ position:absolute; width:90px; left: 50%; top:50%; transform: translate(-50%,-50%);}
.bannerLogoArea .logoMenuArea .cls-1{fill: #034ea2;}
.logoAnimationArea{ padding-top:150px; }
.bannerLogoArea {
   opacity: 1;
/*    transform: scale(1.1);*/
    transition: all 0.6s ease;
/*   transform: scale(1.1);*/
}

/* When active */
.bannerLogoArea.fadeZoom {
    opacity: 0;
    transform: scale(2.2);
    visibility: hidden;
    transition: all 0.6s ease;
}

.anim-01 {
 
   animation: anim 45s linear  infinite;
}


.anim-01:hover {
  animation-play-state: paused;
  transform: rotate(.2turn);
}



@keyframes ani {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes anim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}





.menu__item--showDeco{}

.bannerLogoArea .menu .menu__item.pointerNoneArea{
    pointer-events: none !important;
}

.event-time {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-main-title{
  position: relative;
  width: 100%;
  max-width: 440px;
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  margin-bottom: 40px;
}
.hero-title{
  position: relative;
  width: 100%;
  max-width: 440px;
  display: block;
  text-align: center;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.hero-subtitle{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 4vw;
  line-height: 0.8;
  font-family: 'Pinyon Script', cursive;
  font-weight: 400;
  z-index: 1;
    -webkit-transform: translate(-3px, -10px);
    -ms-transform: translate(-3px, -10px);
    transform: translate(-3px, -10px);
}
.hero-subtitle span{
  background: linear-gradient(45deg, #f19872, #e86c9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.hero-subtitle span:nth-child(2) {
  background: linear-gradient(45deg, #0947db, #07d89d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.hero-subtitle span:nth-child(3) {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.hero-subtitle span:nth-child(4) {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}


/* #Countdown
================================================== */

ul.countdown {
  position: relative;
  width: 100%;
  max-width: 360px;
  list-style: none;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0;
  padding-top: 25px;
  display: block;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(22,22,22,.6), rgba(33,33,33,.7));
  box-shadow: 1px 6px 5px rgba(0,0,0,0.3);
}
ul.countdown:after {
  content: '';
  display: block;
  clear: both;
}
ul.countdown li {
  position: relative;
  float: left;
  display: inline-block;
  width: 80px;
  min-height: 1px;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  text-align: center;
    transition: all 300ms linear;
}
ul.countdown li span {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent),
             url('../img/let.jpg') repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-position:center center;
  background-size:cover;
    transition: all 300ms linear;
}
ul.countdown li p {
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 3px 2px rgba(0,0,0,0.06);
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

/* #Pages
================================================== */
/* #Speakers
================================================== */

.speaker-image  {
  position: relative;
  width: 100%;
}
.speaker-image img {
  width: 100%;
  max-width: 150px;
  border: 5px solid rgba(255,255,255,0.5);
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 1px 6px 5px rgba(0,0,0,0.1);
}
.speaker-image h6 {
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #212121;
  padding: 14px 6px;
  border-radius: 3px;
  margin: 0;
  display: block;
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 4;
}

.title-page-line {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}


.social-team {
  position: relative;
  display: block;
}
.social-team a{
  position: relative;
  text-align: center;
  min-width: 30px;
  margin-right: 15px;
   font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 5px; 
  color: #fff;
  display: inline-block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-team a:after{
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-team a:hover:after{
  height: 100%;
}
.social-team a:hover{
  text-decoration: none;
  color: #fff;
}
.social-team a:first-of-type:after {
  background: linear-gradient(45deg, #0947db, #07d89d); 
}
.social-team a:nth-of-type(2):after {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.social-team a:nth-of-type(3):after {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}
.social-team a:nth-of-type(4):after {
  background: linear-gradient(45deg, #9d316e, #de2d3e);
}
.social-team a:nth-of-type(5):after {
  background: linear-gradient(45deg, #00ac53, #23c3e0);
}

/* #Schedule & pass
================================================== */

.schedule-time {
  position: relative;
  display: block;
}
.schedule-place p,
.schedule-time p {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 35px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.schedule-place p:before,
.schedule-time p:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url('../img/time.svg');
  width: 24px;
  height: 24px;
  z-index: 1;
}
.schedule-place p {
  text-transform: none;
}
.schedule-place p:before {
  background-image: url('../img/pin.svg');
}

.pass-wrap {
  position: relative;
  display: block;
  border-radius: 5px;
  border: 5px solid rgba(255,255,255,.5);
  padding: 30px;
  background: linear-gradient(45deg, rgba(255,255,255,.04), rgba(255,255,255,.3));
}
.pass-wrap p{
  position: relative;
  display: block;
  padding-left: 35px;
}
.pass-wrap p em{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-image: url('../img/yes.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pass-wrap p em.no{
  background-image: url('../img/no.svg');
}
.pass-wrap a{
  position: absolute;
  display: block;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  padding: 7px 22px;
  border-radius: 3px;
  background: linear-gradient(45deg, #0947db, #07d89d);
  box-shadow: 1px 4px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.pass-wrap a:hover{
  color: #fff;
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.pass-wrap a.btn-pass-2{  
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.pass-wrap a.btn-pass-3{  
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}
.pass-wrap a.btn-pass-4{  
  background: linear-gradient(45deg, #9d316e, #de2d3e);
}
.socgfg{  
  background: linear-gradient(45deg, #00ac53, #23c3e0);
}

/* #Gallery & sponsors
================================================== */

.gallery {
  position: relative;
  display: block;
  cursor: pointer;
}
.gallery:after{
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-image: url('../img/gallery.svg');
  opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.gallery:hover:after{
  opacity: 1;
}

.sponsors {
  position: relative;
  display: block;
}
.sponsors img {
  height: auto;
  width: calc(25% - 10px);
  display: inline-block;
  float: left;
  padding: 10px;
  border: 4px solid rgba(255,255,255,.2);
  border-radius: 3px;
  margin-right: 10px;
}

/* #Press
================================================== */

/* #Blog
================================================== */

.blog-wrap{
  position: relative;
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 5px solid rgba(255,255,255,.5);
  background: linear-gradient(45deg, rgba(255,255,255,.04), rgba(255,255,255,.3));
}
.blog-wrap img{
  width: 100%;
  display: block;
  height: auto;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
    transition: all 200ms linear;
}
.blog-wrap img:hover{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.blog-wrap a h6{
    transition: all 200ms linear;
}
.blog-wrap a:hover{
    text-decoration: none;
}
.go-post{
  position: relative;
  display: inline-block;
}
.go-post i{
  position: relative;
  display: block;
  color: #f8ae2c;
  font-family: FontAwesome;
  font-size: 24px;
  text-align: left;
    transition: all 200ms linear;
}

/* #Contact Page
================================================== */
 
#ajax-form {
  width: 100%;
 font-family: "DM Sans", sans-serif;
  font-size: 10px;
  line-height:14px;
  color:#fff;
  margin: 0 auto;
  text-align: left;
}
#ajax-form label {
  display: block;
 font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height:30px;
}
#ajax-form input{
  position:relative;
  width: 100%;
  padding-left:20px;
  padding-right:20px;
 font-family: "DM Sans", sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 13px;
  line-height:24px;
  padding-bottom: 15px;
  background:transparent;
  border:none;
  color: #fff;
  text-align: left;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
  width: 100%;
  padding-left:20px;
  padding-right:20px;
 font-family: "DM Sans", sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 13px;
  line-height:24px;
  text-align: left;
  background:transparent;
  height:100px;
  border:none;
  color: #fff;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {  
  border-bottom:1px solid rgba(255,255,255,.7);
}
.error {
 font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height:30px;
  letter-spacing:1px;
  display: none;
  color: #ff5353;
  font-weight: 400;
  text-align: left;
}
#ajaxsuccess {
  background: #f2f2f2;
  color:#101010;
 font-family: "DM Sans", sans-serif;
  line-height:60px;
  height:60px;
  display: none;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#ajax-form textarea:active,
#ajax-form input:active { 
  color: #ccc;
}
#ajax-form textarea:active,
#ajax-form input:hover {  
  color: #ccc;
}
#ajax-form textarea:focus,
#ajax-form input:focus {   
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form input::-moz-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form input:-moz-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form input::-webkit-input-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form textarea:-ms-input-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form textarea::-moz-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form textarea:-moz-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form textarea::-webkit-input-placeholder  {
  font-size: 12px;
  letter-spacing:1px;
  color:#ccc;
}
#ajax-form button {
  position: relative;
  color:#fff;
  cursor: pointer;  
  font-size:14px;
  border-radius: 3px;
  padding: 12px 35px;
  letter-spacing: 1px;
  background-color: #212121;
  border:none;
  outline:none;
  margin: 0;
  text-align: left;
  display: inline-block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
#ajax-form button:focus,
#ajax-form button:active {
  border:none;
  outline:none;
}
#ajax-form button:hover{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
#ajax-form textarea:focus,
#ajax-form input:focus,
#ajax-form textarea:active,
#ajax-form input:active,
.subscribe input:active,
.subscribe input:focus {  
  border-bottom:1px solid #f8ae2c;
}
#ajax-form button:hover{
  background-color: #f8ae2c;
}
.subscribe{
  position:relative;
  width: 100%;
  display:block;
}
.subscribe input{
  position:relative;
  width: 100%;
  padding-left:20px;
  padding-right:20px;
 font-family: "DM Sans", sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 13px;
  line-height:24px;
  padding-bottom: 15px;
  background:transparent;
  text-align: left;
  border:none;
  color: #fff;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.subscribe input {  
  border-bottom:1px solid rgba(255,255,255,.2);
}
.subscribe input:focus {   
    outline: none !important;
}
.subscribe input:focus {   
    outline: none !important;
}
.subscribe input:-ms-input-placeholder  {
  font-size: 14px;
  letter-spacing:1px;
  color:#ccc;
  opacity:.5;
}
.subscribe input::-moz-placeholder  {
  font-size: 14px;
  letter-spacing:1px;
  color:#ccc;
  opacity:.5;
}
.subscribe input:-moz-placeholder  {
  font-size: 14px;
  letter-spacing:1px;
  color:#ccc;
  opacity:.5;
}
.subscribe input::-webkit-input-placeholder  {
  font-size: 14px;
  letter-spacing:1px;
  color:#ccc;
  opacity:.5;
}
.subscribe button{
  position:absolute;
  font-family: 'FontAwesome';
  width:30px;
  right:0;
  top:0;
  height:30px;
  font-size: 26px;
  line-height:30px;
  text-align:center;
  border-radius:50%;
  background-color:transparent;
  padding: 0;
  margin:0;
  border:none;
  cursor:pointer;
  color: #fff;
  z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.subscribe button:hover{
  color: #f8ae2c;
}
.subscribe button:focus,
.subscribe button:active {
  border:none;
  outline:none;
}
.subscribe-text{
  position:relative;
  width: 100%;
  display:block;
  padding-top:10px;
}
.subscribe-text p{
  text-align: left;
  font-size: 13px;
  line-height:23px;
  opacity:.7;
  font-weight:400;
}



/* #Footer
================================================== */

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 80px;
  padding-bottom: 20px;
}
.clientPanelSt img{ border-radius:10px; }
.clientSection{
    background: #fff;
   
    padding: 30px 0;
}
.clientSection .clientArea{width: 90%; margin: auto;}
.clientSection .clientArea .clientImgArea { width:100%; border:1px solid #e1e1e1; padding:10px; background: #fff; text-align:center; }
.clientSection .clientArea .clientImgArea a{ width:100%; display:block; text-align:center; }
.clientSection .clientArea .clientImgArea img{ height:50px; width:auto; display:inline-block; }

.clientSection .arrowAction-01 .owl-carousel .owl-stage-outer {
    margin-bottom: 0px;
}
.clientSection .arrowAction-01 .owl-nav button{bottom: 20px;}
.clientSection .arrowAction-01 .owl-nav button.owl-prev {
    left: -50px;
}
.clientSection .arrowAction-01 .owl-nav button.owl-next {
    right: -50px;
}
.clientSection .arrowAction-01 .btnBox {
    bottom: 6px;
    left: -56px;
   
}


.fixFooterArea{ position:fixed; width:100%; bottom:10px; left:0; padding:5px 15px; color:#fff; font-size:13px; }
.fixFooterArea span{ color:#fbbc05; }


.footer-wrapper,.clientSection{ position:relative; z-index:9999; }
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.social-style1 {
    display: inline-flex;
    align-items: center;
}
.footer-widget .widget_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}
.footer-widget.widget_meta ul ul, .footer-widget.widget_pages ul ul, .footer-widget.widget_archive ul ul, .footer-widget.widget_categories ul ul, .footer-widget.widget_nav_menu ul ul {
  margin-top: 0;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--body-font);
  color: #CFCFCF;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: #f1c339;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-text {
  text-transform: capitalize;
  color: #CFCFCF;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 165%;
  font-weight: 600;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget .widget_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer-widget .footer-menu a {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}



.footer-wrapper .gallery-thumb {
  border: 3px solid #fff;
  border-radius: 10px;
}
.footer-wrapper .widget-area {
  padding-top: 100px;
  padding-bottom: 00px;
}

.footer-layout1 {
  position: relative;
  background:#003466 ;
  padding-top: 35px;
}
.footer-layout1 h4{ color:#fff; font-weight:400; font-size:20px; }
.footer-layout1 .widget_categories a {
  margin-bottom: 18px;
}
.footer-layout1 .widget_title {
  position: relative;
  padding-bottom: 8px;
}
.footer-layout1 .widget_title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #344f93;
  bottom: -8px;
  z-index: 1;
  left: 0;
}
.footer-layout1 .widget_title::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #3e5ba3;
  bottom: -8px;
  left: 0;
}
/*.footer-layout1 .widget_categories ul {
  column-count: 2;
}*/
.footer-layout1 .widget_categories ul { margin:0; padding:0; list-style:none; }
.footer-layout1 .widget_categories ul li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 150%;
  transition: all 0.5s ease;
}
.footer-layout1 .widget_categories ul li::after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #f1c339;
     font-family: 'Font Awesome 6 Pro';
}
.footer-layout1 .widget_categories ul li:hover {
  transform: translateX(10px);
}
.footer-layout1 .extra-space-top {
  padding-top: 20px;
}

.common-line {
  text-align: center;
  width: 100%;
}
.common-line img {
  width: 100%;
}

.footer-wrapper .vs-widget-about {
  padding-right: 10px;
}
.footer-wrapper .contact-box {
  margin-bottom: 25px;
}
.footer-wrapper .social-style1 .social-title {
  color: #f1c339;
  font-weight: 700;
}
.footer-wrapper .social-style1 .social-title {
    display: inline-block;
    font-size: 15px;
    font-family: var(--title-font);
    color: #fff
    position: relative;
    margin-right: 15px;
    padding-right: 14px;
    line-height: 165%;
    font-weight: 600;
}
.footer-wrapper .social-style1 a {
    color: #fff
    font-size: 14px;
    margin-right: 0px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #fff;
}
.footer-wrapper .social-style1 .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f1c339;
  border: 1px solid #003466 ;
  color: #000;
}
.footer-wrapper .social-style1 .social-icon a:hover {
  color:#000;
  background-color: #fff;
  border-color: #fff;
}
.footer-wrapper .address-widget p{ color:#fff; padding-left:20px; margin-bottom:10px; }
.footer-wrapper .address-widget p i{ margin-left:-20px; padding-right:15px; }
.copyright-img span{ background:#f1c339; display:inline-block; padding:5px 20px; color: #000; border-radius:50px; }
  
.copyright-wrap {
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 25px 25px 0 0;
    padding: 10px 15px;
    margin: 0 100px;
}
.copyright-wrap:after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -25px;
    bottom: 0px;
    content: '';
    background: url(../img/bg_03.png) no-repeat;
    background-size: cover;
      filter: brightness(0) invert(1);
}

.copyright-wrap:before {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    bottom: 0px;
    content: '';
    background: url(../img/bg_03.png) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
      filter: brightness(0) invert(1);
}
.copyright-text {
  margin: 0;
  font-size: 16px;

  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 0;
}

.copyright-text a {
  font-weight: 700;
  color: #063a41;
  text-transform: capitalize;
}
.copyright-text a:hover {
  color: #fff
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  margin-right: 20px;
  display: inline-block;
}
.copyright-menu a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff
  font-size: 16px;
  font-weight: 500;
}
.copyright-menu a:hover {
  color: #fff;
}

/* Large devices */
@media (max-width: 1199px) {
  .copyright-text::before {
    display: none;
  }
  .copyright-text a {
    color: #fff;
  }
  .copyright-text a:hover {
    color: var(--title-color2);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-wrap {
    padding-bottom: 35px;
  }
}
/* #Media
================================================== */

@media (max-width: 1500px) { 
}

@media (max-width: 1300px) {
  .social-fixed,
  .location-fixed{
    z-index:15;
  }
}

@media (max-width: 1199px) { 
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
  h5, .h5 {
    font-size: 1.3rem;
  }
  .hero-main-title{
    width: 330px;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .hero-title{
    max-width: 330px;
  }
  .hero-subtitle{
    max-width: 330px;
    font-size: 6vw;
  }
  ul.countdown {
    max-width: 330px;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  ul.countdown li {
    width: 75px;
    padding-bottom: 30px;
  }
  ul.countdown li span {
    font-size: 30px;
    line-height: 0.9;
    font-weight: 500;
  }
  ul.countdown li p {
    font-size: 11px;
    line-height: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .content__close {
    top: 20px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
  }
  .content__close:before {
    background-size: 36px 36px;
  }
  .content__close:after {
    background-size: 36px 36px;
  }
  .scene .blob-1,
  .scene .blob-2,
  .scene .blob-3,
  .scene .blob-4,
  .scene .blob-5,
  .scene .blob-6{
    opacity: 0;
  }
  .content__inner {
    background-color: #111;
  }
}

@media (max-width: 991px) { 
  .hero-main-title{
    display: none;
  }
  .hero-subtitle{
    font-size: 8vw;
  }
  .event-time {
    top: auto;
    bottom: 30px;
    width: 330px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .menu {
    margin: 0 0 0 0;
    font-size: 4vw;
    margin-top: -160px;
    align-items: center;
  }
  .menu__item {
    line-height: 1;
    margin: 10px 0;
  }

  .menu__item::before {
    width: 100%;
    transition: all 300ms linear;
  }
  .menu__item--showDeco:hover::before {
    transform: scale3d(1,-1.4,1);
  }
}

@media (max-width: 767px) {
  .menu {
    font-size: 6vw;
  }
  .menu__item {
    margin: 5px 0;
  }
  .ticket p {
    display: none;
  }
  .sponsors img {
    width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .pass-wrap a{
    left: 30px;
    right: auto;
  }
  .pass-wrap {
    padding-bottom: 45px;
  }
  .social-fixed,
  .location-fixed{
    display: none;
  }
}




/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/

.counter-row {
    counter-reset: count;
}

.tp-offcanvas-menu {
  margin-bottom:0px;
}
.tp-offcanvas-menu ul {
   list-style: none;
    padding: 0;
    margin: 0;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}

/*.tp-offcanvas-menu ul li.active .submenu {
  display: block;
}*/

.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/


.mt-160 {
    margin-top: 160px;
}
.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}


.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 50px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}
.tp-offcanvas-wrapper .logo-2 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg {
  background: #1C1D20;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: #141414;
  border-color: #fff;
  background-color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: #fff;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #141414;
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #141414;
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: #141414;
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: #141414;
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: #141414;
  border-color: #141414;
  color: #fff;
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-offcanvas-2-area {
  position: relative;
  z-index: 9999;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a .tp-text-hover-effect-word .single-char span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgba(113, 113, 114, 0.8);
}

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.arrow-Box > a::before{
  position: absolute; right: 0; top:10px; color: #fff;
      content: '\2b';
          font-size: 30px;
          font-family: 'Font Awesome 6 Pro';
          transition:all .2s;
}

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.arrow-Box.active > a::before{ transform:rotate(45deg); transition:all .2s; }

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: #fff;  transition: all 0.75s ease-in-out;
}

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a:hover{ color:#fbbc05;  transition: all 0.75s ease-in-out;}

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: #fff;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: #fff;
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: #fff;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0;
  padding-left: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left:0px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li{ padding-left:20px; }
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: #fff;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
  color: #D5D5D5;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #F6F6F9;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item > a {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: #fff;
  border-color: #141414;
  background-color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: #141414;
}
.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
  display: none !important;
}
.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: #141414;
  transition-delay: 1s;
}
.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #1C1D20;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 40px 40px;
  }
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0px 125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172;
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 80px;
  }
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.tp-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px;
  }
}
.tp-offcanvas-2-right-info-box {
  padding: 0 200px;
}
@media only screen and (min-width: 1801px) and (max-width: 1850px), only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.tp-offcanvas-2-right-info-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: #fff;
}
.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px;
}
.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172;
}
.tp-offcanvas-2-right-info-item > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-right-info-item > a br {
    display: none;
  }
}
.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-2-right-social a:hover {
  color: #141414;
  border-color: #fff;
  background-color: #fff;
}
.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  color: #fff;
}
.tp-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: #fff;
}
.tp-offcanvas-2-close-btn .text span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
}
.tp-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}
.tp-offcanvas-2-logo {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0;
  }
}
.tp-offcanvas-2-logo .logo-2 {
  display: block !important;
}


.social-style .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}
.social-style .social-icon a:hover {
  color:#000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 1.5rem black; transition: all 0.75s ease-in-out;
}


.social-style .social-icon a:hover i {
  transform: scale(1.6); transition: all 0.95s ease-in-out;
}

.social-fixed-icon{
    position: fixed;
    top: 30%;
    right: 10px;
    display: block;
    z-index: 3001;
   
}

.social-fixed-icon a{
   
    width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 3px solid #797979;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
   overflow: hidden;
   position: relative;
  margin-top: 10px;
}

.social-fixed-icon a i {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

.social-fixed-icon a:hover i  {
  color: #fff;
  transform: rotateY(360deg);
}

.social-fixed-icon a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.social-fixed-icon a:hover:before {
  top: 0;
}

.social-fixed-icon a:nth-child(1)::before {
  background: #3b5999;
}
.social-fixed-icon a:nth-child(2)::before {
  background: #000;
}

.social-fixed-icon a:nth-child(3)::before  {
  background: #f402d1;
}

.social-fixed-icon a:nth-child(4)::before  {
  background: #0077b5;
}

.social-fixed-icon a:nth-child(5)::before  {
  background: #f43002;
}




.leftSideBtn {
 
}

ul.leftSideBtn  {
  list-style-type: none;
  padding: 0;
  transform: translatex(-270px);
   position: fixed;
  top: 30%;
  z-index: 9999;
}

ul.leftSideBtn li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 320px;
  text-align: right;
  padding: 10px;
  border-radius: 0 50px 50px 0;
  transition: all .5s;
}

ul.leftSideBtn li:hover {
  transform: translatex(130px);
}


ul.leftSideBtn li.btn_left_bg_01 {
  background-color: #fc3cb9;
}

ul.leftSideBtn li.btn_left_bg_01:hover {
  transform: translatex(200px);
}

ul.leftSideBtn li.btn_left_bg_02{
  background-color: #002af9;
}

ul.leftSideBtn li.btn_left_bg_02:hover {
  transform: translatex(220px);
}


ul.leftSideBtn  li.btn_left_bg_03 {
  background-color: #098d7b;
}

ul.leftSideBtn li.btn_left_bg_03:hover {
  transform: translatex(215px);
}


ul.leftSideBtn li.btn_left_bg_04 {
  background-color: #f77305;
}

ul.leftSideBtn li.btn_left_bg_04:hover {
  transform: translatex(150px);
}

ul.leftSideBtn li.btn_left_bg_05 {
  background-color: #02358f;
}

ul.leftSideBtn li.btn_left_bg_05:hover {
  transform: translatex(130px);
}

ul.leftSideBtn li.btn_left_bg_06 {
  background-color: #4ea80b;
}

ul.leftSideBtn li.btn_left_bg_06:hover {
  transform: translatex(130px);
}


ul.leftSideBtn li a {
  color: white;
  text-decoration: none;
}

ul.leftSideBtn li i {
  text-align: center;
  margin-left: 14px;
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;

  font-size: 20px;
  transform: rotate(0deg);
}

ul.leftSideBtn li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}



ul.rightSideBtn  {
  list-style-type: none;
  padding: 0;
  right: 0;
  transform: translatex(270px);
   position: fixed;
  top: 30%;
  z-index: 9999;
}
ul.rightSideBtn li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 320px;
  text-align: left;
  padding: 10px;
  border-radius: 30px 0px 0px 30px;
  transition: all .5s;
}

ul.rightSideBtn li:hover {
  transform: translatex(-130px);
}


ul.rightSideBtn li.btn_left_bg_01 {
  background-color: #fc3cb9;
}

ul.rightSideBtn li.btn_left_bg_01:hover {
  transform: translatex(-140px);
}

ul.rightSideBtn li.btn_left_bg_02{
  background-color: #002af9;
}

ul.rightSideBtn li.btn_left_bg_02:hover {
  transform: translatex(-180px);
}


ul.rightSideBtn  li.btn_left_bg_03 {
  background-color: #098d7b;
}

ul.rightSideBtn li.btn_left_bg_03:hover {
  transform: translatex(-145px);
}


ul.rightSideBtn li.btn_left_bg_04 {
  background-color: #f77305;
}

ul.rightSideBtn li.btn_left_bg_04:hover {
  transform: translatex(-150px);
}

ul.rightSideBtn li.btn_left_bg_05 {
  background-color: #02358f;
}

ul.rightSideBtn li.btn_left_bg_05:hover {
  transform: translatex(-110px);
}

ul.rightSideBtn li.btn_left_bg_06 {
  background-color: #4ea80b;
}

ul.rightSideBtn li.btn_left_bg_06:hover {
  transform: translatex(-130px);
}


ul.rightSideBtn li a {
  color: white;
  text-decoration: none;
}

ul.rightSideBtn li i {
  text-align: center;
  margin-right: 14px;
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;

  font-size: 20px;
  transform: rotate(0deg);
}

ul.rightSideBtn li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}


/*02*/
.tradeMarksContainerBox{ width:70%; margin:auto; margin-top: -100px; position: relative;

/*background: #93EEAC;
background: radial-gradient(circle,rgba(244, 105, 93, 1) 0%, rgba(52, 168, 83, 0) 69%, rgba(52, 168, 83, 0) 100%);*/
}
:root {
  --font-size: 0.8em;
  --bg1: #ea4335;
  --blue: #1dff00;
  --green: #00ffeb;
  --purple: #4d7df7;
  --gold: #7b60ee;
  --red: #ffd900;
  --orange: #00abcd;
  --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
  --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}


.tradeMarksContainerBox ul.infoGraphic {
  font-size: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; padding: 0;
}
.tradeMarksContainerBox ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 17em;
/*  background: var(--bg1);*/
  border-radius: 0.5em;
  padding: 0.5em;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}
.tradeMarksContainerBox ul.infoGraphic li h2{ font-size:20px; }
.tradeMarksContainerBox ul.infoGraphic li .numberWrap {
  position: absolute;
}
.tradeMarksContainerBox ul.infoGraphic li .number {
   font-size: 190px;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
}
.tradeMarksContainerBox ul.infoGraphic li .number.fontColor1 {
  color: var(--blue);
}
.tradeMarksContainerBox ul.infoGraphic li .number.fontColor2 {
  color: var(--green);
}
.tradeMarksContainerBox ul.infoGraphic li .number.fontColor3 {
  color: #9efbdb;
}
.tradeMarksContainerBox ul.infoGraphic li .number.fontColor4 {
  color: #f1582a;
}
.tradeMarksContainerBox ul.infoGraphic li .number.fontColor5 {
  color: #fcb040;
}
.tradeMarksContainerBox ul.infoGraphic li .number.fontColor6 {
  color: var(--orange);
}
.tradeMarksContainerBox ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 14em;
  left: -3em;
  top: -1em;
}
.tradeMarksContainerBox ul.infoGraphic li .coverWrap .numberCover {
    position: absolute;
    background: #298a8c;
    width: 18em;
    height: 6em;
    border-radius: 50% 50% 0 0;
    border-bottom: 3px solid #46bcbf;
    transition: all 0.4s;
}
.tradeMarksContainerBox ul.infoGraphic li .coverWrap .numberCover::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 4em;
    right: 4em;
    top: 5em;
    box-shadow: 0 0 30px 17px #086a6c;
    border-radius: 100px/10px;
    z-index: -1;
}
.tradeMarksContainerBox ul.infoGraphic li .coverWrap .numberCover::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: -2%;
    width: 100%;
    height: 150%;
    background: radial-gradient(at bottom, #3ab1b3, transparent, transparent);
    z-index: 1;
}
.tradeMarksContainerBox ul.infoGraphic li .contentArea {
  margin: 6em 0em 2em 8em;
  position: relative;
}
.tradeMarksContainerBox ul.infoGraphic li .contentArea i{ font-size:45px; margin-bottom:15px; font-weight:300; }
.tradeMarksContainerBox ul.infoGraphic li .content h2 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tradeMarksContainerBox ul.infoGraphic li .content p {
  line-height: 1.5em;
}

.tradeMarksContainerBox ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}


.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.vert-mover2 {
    -webkit-animation: mover2 2s infinite  alternate;
    animation: mover2 2s infinite  alternate;
}
/*@-webkit-keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}
@keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}*/

@keyframes mover2 {
  0% {
    transform: rotate(-6deg);
    animation-timing-function: ease-in;
  }
  25% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: rotate(6deg);
    animation-timing-function: ease-in;
  }
  75% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(-6deg);
  }
}


/*03*/
.designsContainerBox{ width:70%; margin:auto; margin-top: -100px; position: relative;

background: #93EEAC;
background: radial-gradient(circle,rgba(255, 208, 70, 1) 0%, rgba(52, 168, 83, 0) 69%, rgba(52, 168, 83, 0) 100%);
}





/*04*/
.patentsContainerBox{ width:45%; margin:auto; margin-top: -150px; position: relative;

background: #93EEAC;
background: radial-gradient(circle,rgba(147, 238, 172, 1) 0%, rgba(52, 168, 83, 0) 69%, rgba(52, 168, 83, 0) 100%);
}
.patentsContainerlogoBox {
    width: 160px;
    height: 160px;
    line-height: 140px;
    padding: 10px;
    position: absolute;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.patentsContainerlogoBox svg{ width:80%; }
#x30_1,
    #x30_2,
    #x30_3,
    #x30_4,
    #x30_5,
    #x30_6,
    #x30_7,
    #x30_8 {
        transition: transform .2s;
/*        cursor: pointer;*/
    }

    #x30_1:hover {
        transform: translate3d(-38px, -39px, 10rem) scale(1.1);
    }

   #x30_2:hover {
        transform: translate3d(-25px, -39px, 10rem) scale(1.1);
    }

    #x30_3:hover {
    transform: translate3d(-8px, -44px, 10rem) scale(1.1);
}



    #x30_4:hover {
    transform: translate3d(-12px, -26px, 10rem) scale(1.1);
}

#x30_5:hover {
    transform: translate3d(-21px, -20px, 10rem) scale(1.1);
}



    #x30_6:hover {
    transform: translate3d(-28px, -17px, 10rem) scale(1.1);
}

   #x30_7:hover {
    transform: translate3d(-33px, -18px, 10rem) scale(1.1);
}

  #x30_8:hover {
    transform: translate3d(-48px, -26px, 10rem) scale(1.1);
}

.patentsContainerBox .st0{fill:#5D256B;stroke:#5D256B;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st1{fill:#FFFFFF;stroke:#5D256B;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st2{fill:#5D256B;}
   .patentsContainerBox .st3{fill:none;stroke:#5D256B;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st4{fill:none;stroke:#5D256B;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st5{fill:#D11388;stroke:#D11388;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st6{fill:#FFFFFF;stroke:#D11388;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st7{fill:#D11388;}
   .patentsContainerBox .st8{fill:none;stroke:#D11388;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st9{fill:none;stroke:#D11388;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st10{fill:#F6911E;stroke:#F6911E;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st11{fill:#FFFFFF;stroke:#F6911E;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st12{fill:#F6911E;}
   .patentsContainerBox .st13{fill:none;stroke:#F6911E;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st14{fill:none;stroke:#F6911E;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st15{fill:#FFFFFF;}
   .patentsContainerBox .st16{fill:#FDD500;stroke:#FDD500;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st17{fill:#FFFFFF;stroke:#FDD500;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st18{fill:#FDD500;}
   .patentsContainerBox .st19{fill:none;stroke:#FDD500;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st20{fill:none;stroke:#FDD500;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st21{fill:#63BB46;stroke:#63BB46;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st22{fill:#FFFFFF;stroke:#63BB46;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st23{fill:#63BB46;}
   .patentsContainerBox .st24{fill:none;stroke:#63BB46;stroke-width:0.5556;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st25{fill:none;stroke:#63BB46;stroke-width:0.5556;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st26{fill:#00ABCD;stroke:#00ABCD;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st27{fill:#FFFFFF;stroke:#00ABCD;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st28{fill:#00ABCD;}
   .patentsContainerBox .st29{fill:none;stroke:#00ABCD;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st30{fill:none;stroke:#00ABCD;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st31{fill:#527991;stroke:#527991;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st32{fill:#FFFFFF;stroke:#527991;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st33{fill:#527991;}
   .patentsContainerBox .st34{fill:none;stroke:#527991;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st35{fill:none;stroke:#527991;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st36{fill:#172A53;stroke:#172A53;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st37{fill:#FFFFFF;stroke:#172A53;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st38{fill:#172A53;}
   .patentsContainerBox .st39{fill:none;stroke:#172A53;stroke-width:1.3889;stroke-miterlimit:5.5556;}
   .patentsContainerBox .st40{fill:none;stroke:#172A53;stroke-width:1.3889;stroke-miterlimit:5.5555;}
   .patentsContainerBox .st41{fill-rule:evenodd;clip-rule:evenodd;fill:#034EA2;}
   .patentsContainerBox .st42{fill:#034EA2;}



.patentsContainerBox .xis-saas-testi-circle1 {
  top: 0%;
  right: 0;
  -webkit-animation: Xis_Digital_Anim_1 20s infinite linear alternate;
          animation: Xis_Digital_Anim_1 20s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle2 {
  top: 35%;
  right: 15%;
  -webkit-animation: Xis_Digital_Anim_2 12s infinite linear alternate;
          animation: Xis_Digital_Anim_2 12s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle3 {
  top: 20%;
  left: 5%;
  -webkit-animation: Xis_Digital_Anim_1 12s infinite linear alternate;
          animation: Xis_Digital_Anim_1 12s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle4 {
  bottom: 20%;
  left: -15%;
  -webkit-animation: Xis_Digital_Anim_2 25s infinite linear alternate;
          animation: Xis_Digital_Anim_2 25s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle5 {
  top: 10%;
  right: 0;
  -webkit-animation: Xis_Digital_Anim_1 27s infinite linear alternate;
          animation: Xis_Digital_Anim_1 27s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle6 {
  top: 15%;
  left: 15%;
  -webkit-animation: Xis_Digital_Anim_2 29s infinite linear alternate;
          animation: Xis_Digital_Anim_2 29s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle7 {
  top: 45%;
  left: 5%;
  -webkit-animation: Xis_Digital_Anim_1 31s infinite linear alternate;
          animation: Xis_Digital_Anim_1 31s infinite linear alternate;
}
.patentsContainerBox .xis-saas-testi-circle8 {
  bottom: 30%;
  right: -15%;
  -webkit-animation: Xis_Digital_Anim_2 33s infinite linear alternate;
          animation: Xis_Digital_Anim_2 33s infinite linear alternate;
}

/*08*/
.RGNIIPMContainerBox{ width:90%; margin:auto; margin-top: 80px; position: relative;

/*background: #93EEAC;
background: radial-gradient(circle,rgba(255, 208, 70, 1) 0%, rgba(52, 168, 83, 0) 69%, rgba(52, 168, 83, 0) 100%);*/
}

.RGNIIPMContainerBox h2{ font-size:140px; font-weight:900; text-transform:uppercase; }

/* work-6 area style  */


.work-6-header .section-title-wrapper {
  text-align: center;
}
.work-6-header .title-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .work-6-header .title-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .work-6-header .title-wrapper {
    padding-top: 0;
  }
}
.work-6-header .title-wrapper .title-tags {
  padding: 0 30px 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .work-6-header .title-wrapper .title-tags {
    display: none;
  }
}
.work-6-header .title-wrapper .title-tags > *:nth-child(1) .tag {
  background-color: #D3FF10;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .title-tags > *:nth-child(2) {
    margin-top: 20px;
  }
}
.work-6-header .title-wrapper .title-tags > *:nth-child(2) .tag {
  background-color: #FFBB10;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(3) .tag {
  background-color: #F37DD1;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(4) {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .title-tags > *:nth-child(4) {
    margin-top: 20px;
  }
}
.work-6-header .title-wrapper .title-tags > *:nth-child(4) .tag {
  background-color: #67F369;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(5) .tag {
  background-color: #F88B4B;
}
.work-6-header .title-wrapper .tag-box {
  padding-top: 19px;
  padding-left: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-top-left-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .tag-box {
    padding-top: 9px;
    padding-left: 9px;
  }
}
.work-6-header .title-wrapper .tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  background-color: #D3FF10;
  padding: 3px 18px;
  border-radius: 100px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .tag {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 15px;
  }
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
@keyframes Xis_Digital_Anim_1 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
            transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes Xis_Digital_Anim_1 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes Xis_Digital_Anim_2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
            transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
            transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes Xis_Digital_Anim_2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
}

.upComungNews{position:relative; z-index:9999; }
.upComungNews .newsBoxArea {
    box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    background: #ffe49d;
    z-index: 9;
    position: relative;
}
.newsAreaHd {
    background: #034ea2;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    width: 180px;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.upComungNews .newsBoxArea a{color: #000;}
.upComungNews .newsBoxArea a.btnPs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    font-size: 11px;
    right: -10px;
    background: #162e6a;
    top: 10px;
    border: 1px solid #fff;
}

.newsBoxAreaSd {
    padding-right: 15px;
    padding-left: 15px;
}

.play { display: none; }
  .stop { display: inline-block; }

.newsBoxAreaSd marquee {
    padding-top: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.newsAreaHd svg {
    
    width: 11px;
    fill: #fff;
    line-height: 8px;
    margin: -4px 0 0 0;
}

.newsBoxAreaSd svg {
    border:1px solid #000000;
    width: 11px;
    fill: #000000;
    line-height: 8px;
    margin: -1px 3px 0 0;
  border-radius:50%;
}


.serviceSection{ padding:50px 0; position:relative; z-index:9999; 
background: #FFF4D5;
background: linear-gradient(180deg,rgba(255, 244, 213, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.serviceSection .serviceBoxArea {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: center;
    background: #2c4db6;
    box-shadow: rgba(109, 117, 143, 0.33) 0px 15px 60px -10px;
     transition: all 0.3s ease-in-out;
}
.serviceSection .serviceBoxArea:hover{
   box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
  transform: scale(1.1);
  
}
.serviceSection .serviceBoxArea.bgArea-01{ background:#2c4db6; }
.serviceSection .serviceBoxArea.bgArea-02{ background:#227a2c; }
.serviceSection .serviceBoxArea.bgArea-03{ background:#c54005; }
.serviceSection .serviceBoxArea.bgArea-04{ background:#1997d2; }
.serviceSection .serviceBoxArea.bgArea-05{ background:#bfb519; }
.serviceSection .serviceBoxArea.bgArea-06{background: #57bf19;}

.serviceSection .serviceBoxArea a{ display:block; padding: 35px 25px;  transition: all .8s;}
.serviceSection .serviceBoxArea a:hover{  transition: all .8s;
    box-shadow: inset 0 0 90px 90px #013567;}


.serviceSection .serviceBoxArea a img{ width:40px; height:40px; }
.serviceSection .serviceBoxArea a h2{ font-size:20px; padding-top:15px;  min-height: 69px; line-height:27px; }

.serviceSection .serviceBoxArea a i{ font-size:40px; color: #fff;}


.mainMenuSection{ position:absolute; top:97px; z-index:999; width:100% }
.mainMenuSection .main-menu{ position:absolute; z-index:9;  padding:0; text-align:center; width: 100%; background:#034ea2;}
.mainMenuSection .main-menu > ul{background:#034ea2; position: relative;     display: inline-block; padding:0px 35px; border-radius: 0 0 15px 15px}
.mainMenuSection .main-menu > ul:after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -25px;
    top: 0px;
    content: '';
    background: url(../img/bg_03.png) no-repeat;
    background-size: cover;
    transition: revert;
    transform: rotate(270deg);
    display: none;
}
.mainMenuSection .main-menu > ul:before {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: 0px;
    content: '';
    background: url(../img/bg_03.png) no-repeat;
    background-size: cover;
    transition: revert;
    transform: rotate(180deg);
    display: none;
}


.mainMenuSection .main-menu > ul > li {margin: 0 15px;}
.mainMenuSection .main-menu > ul > li > a {padding: 10px 0; color: #fff;}
.mainMenuSection .main-menu > ul > li > a i.fa-house{ font-size:20px; }

.mainMenuSection .main-menu > ul > li > a.active,
.mainMenuSection .main-menu > ul > li:hover > a{color: #fbbc05;}

.mainMenuSection .main-menu > ul > li > a > span{ margin-left:3px; }
.mainMenuSection .main-menu > ul > li > a > span i{ font-size:12px; }
.main-menu ul.sub-menu li a span i {
    font-size: 12px;}

.choose-us-style-onea-area {
    background-color: #efecfa;
    padding: 50px 0;
   position: relative;
    z-index: 9999;
}



h2.headingArea {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 6px;
    gap: 10px;
    padding: 0;
    color: #034ea2;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

h2.headingArea .categoryNewsArea {
    font-size: 15px;
    border: 1px solid #074283;
    padding: 7px;
    border-radius: 8px;
    background: #034ea2;
    color: #fff;
    width: 180px;
}
h2.headingArea .categoryNewsArea option{ background:#fff; color:#000; }
.choose-us-style-onea-area  h2.headingArea svg {
    stroke: #162f6a;
}

.choose-us-style-one-info .tab-content .vs-blog__style1 {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #fff;
  
    border-top: none;
}
.choose-us-style-one-info .tab-content:before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 500px rgb(67 51 111);
    backdrop-filter: blur(10px);
    z-index: -1;
    display: none;
}



.choose-us-style-two-info .progress {
  overflow: inherit;
  height: 8px;
  background: var(--white);
  border-radius: 0;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.choose-us-style-two-info .progress .progress-bar {
  position: relative;
  overflow: inherit;
  background: var(--color-primary);
}

.choose-us-style-two-info .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: -40px;
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 700;
}

.choose-us-style-onea-area{ background-color:#efecfa !important;}

.choose-us-style-onea-area .sub-title {
    text-transform: uppercase;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 4px;
}

.choose-us-style-onea-area .title {
  color:#4729a3;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
}
.choose-us-style-onea-area .title svg {stroke: rgb(22, 47, 106);
}
.choose-us-style-onea-area .vs-blog__style1 ul { overflow:auto; height:300px; margin: 0; padding: 0; padding-right:20px; list-style:none; }
.choose-us-style-onea-area .vs-blog__style1 ul li{ margin-bottom:5px; padding:5px 15px; color:#000; font-weight:500; border-bottom:1px solid #034ea2 }
/*.choose-us-style-onea-area .vs-blog__style1 ul li:nth-child(even){ background: rgb(104 68 205 / 16%); }*/
.choose-us-style-onea-area .vs-blog__style1 ul li span{ display:block; }
.choose-us-style-onea-area .vs-blog__style1 ul li span i{ margin-right:5px; color:#034ea2;}
.choose-us-style-onea-area .vs-blog__style1 ul li a{ font-size:18px; color:#000; }
.choose-us-style-onea-area .vs-blog__style1 ul li a:hover{color:#4729a3;}


.choose-us-style-onea-area .whatNewAreaBox{background: #034ea2; color: #fff; padding:20px 0px 20px 30px; }
.choose-us-style-onea-area .whatNewAreaBox ul{ margin:0; padding:0; list-style:none;     overflow: auto;
    height: 360px;
    padding-right: 30px;
 }
.choose-us-style-onea-area .whatNewAreaBox ul li { border-bottom:1px solid #fff; }
.choose-us-style-onea-area .whatNewAreaBox ul li a{ color:#fff; display:flex; width: 100%; align-items: center;
    justify-content: space-between; padding: 10px 0; gap:20px;
}
.choose-us-style-onea-area .whatNewAreaBox ul li a i{ font-size:25px; }


.tab-style-two-items nav .nav-tabs {
  margin: 0;
  border: none;
  
  margin-bottom: 10px;
}

.tab-style-two-items nav .nav-tabs::before, .tab-style-two-items nav .nav-tabs::after {
  display: none;
}

.tab-style-two-items nav .nav-tabs button {
  border: none;
  color:#000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 25px;
  background: transparent;
  text-align: left;
  display: block;
  text-align: center;
  border-radius: 0;
  position: relative;
  border: 1px solid #034ea2;
  z-index: 1;
  background: #fff;
}

.tab-style-two-items nav .nav-tabs button:last-child {
  margin-right: 0;
}
.tab-style-two-items nav .nav-tabs button:hover,
.tab-style-two-items nav .nav-tabs button.active {
  background: #034ea2;
  color: #fff;
}

.tab-style-two-items nav .nav-tabs button::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 3px;
  width: 0;
  background:#4729a3;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.tab-style-two-items nav .nav-tabs button.active::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}


.btn-02 {
    padding: 10px 12px;
    gap: 8px;
    outline: none;
    border-radius: 4px;
    color: #162f6a;
    background-color: #fff;
    border: 1px solid #162f6a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .12px;
    text-decoration: none;
    text-transform: uppercase;
}


.socialSection{ background:#06376e; padding: 60px 0; z-index: 9999; position: relative;}

.socialSection h2.headingArea,.socialSection h2.headingArea svg path{ color:#fff !important; fill: #fff; stroke: #fff;}
.socialSection .socialBox {
    background:#fff;
    position: relative;
   border-radius: 15px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%) transform: translateX(-80px);;
    padding:5px;
}
.socialSection .socialBox h3{ background:#fff; font-size:18px; color:#162f6a; padding:10px; border-radius:0; margin-bottom: 15px; border-bottom: 1px solid #d1d1d1;}
.socialSection .socialBox h3 i{ display: none; width:40px; height:40px; line-height:40px; border-radius:50%; margin-right: 7px; background:#fff; color:#000; font-size:25px; text-align:center; }
.socialSection .socialBox .socialPostArea {  height: 350px; overflow: auto;}
.socialSection .socialBox .socialPostArea img{ width:100%; }


.tradeMarksAnimationSection{ 
   width: 90%; 
    margin: auto;
    margin-top: -170px;
    padding: 30px 0;
background: #FADE78;
background: radial-gradient(circle,rgba(250, 222, 120, 1) 0%, rgba(250, 222, 120, 0) 87%, rgba(250, 222, 120, 0) 100%);
}

.tradeMarksAnimationSection.copyrightAreaBgBox{

      background: radial-gradient(circle, rgb(179 90 218) 0%, rgba(250, 222, 120, 0) 87%, rgba(250, 222, 120, 0) 100%);
}

.animationBoxPanel-03{}
.animationBoxPanel-03 .PencilArea{ width:102px; margin:auto;}
.animationBoxPanel-03 .PencilArea .PencilBox{ position:relative;}
.animationBoxPanel-03 .PencilArea .PencilBox:before{height:100%; position: absolute; left: 0; top:0; width:15px;  content:'';  z-index:1;
background: #000000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
}


.animationBoxPanel-03 .PencilArea .PencilBox .PencilInnerLines{ height:110px; background:#fe2535;  position:relative; width: 208px; transition: all .9s; margin-left: 0 !important}
.PencilBox:after { height:100%; position: absolute; right:-35px; 0; top:0; width:35px;  content:'';  z-index:1;
background: #000000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
}

.animationBoxPanel-03 .PencilArea .PencilBox .PencilInnerLines .pen-ht{ height:100%; width: 34px; position:relative; transition: all .2s;}
.animationBoxPanel-03 .PencilArea .PencilBox .PencilInnerLines .pen-ht:after{ height:100%; width:2px; position:absolute; right:-2px; top:0; content:''; background:#fff; opacity:.3; z-index:1; }
.animationBoxPanel-03 .PencilArea .PencilBox .PencilInnerLines .pen-ht.PencilBox_l{ height:100%; background:#fe2535; }
.animationBoxPanel-03 .PencilArea .PencilBox .PencilInnerLines .pen-ht.PencilBox_m{ height:100%; background:#ee2231; }
.animationBoxPanel-03 .PencilArea .PencilBox .PencilInnerLines .pen-ht.PencilBox_r{ height:100%; background:#d21f2c; }

.animationBoxPanel-03 .PencilArea .PencilBox:hover .PencilInnerLines{ margin-left:-102px !important; transition: all .5s;}

.animationBoxPanel-03 .PencilArea .PencilBox .pattonBox {
    width: 400px;
    background: #f72434;
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateX(50px);
    transition: all .9s;
    padding-left: 70px;
    border-bottom: 5px solid #ab0b18;
    border-top: 5px solid #f94d6b;
    box-shadow: 5px 5px 10px #33333361;
    border-radius: 0 80px 80px 0;
}

.animationBoxPanel-03 .PencilArea .pattonBox a{ height:100%;}
.animationBoxPanel-03 .PencilArea .pattonBox h2{ font-size:20px; line-height: 28px;}
.animationBoxPanel-03 .PencilArea .pattonBox a i{ font-size:25px;  color: #fff;}
.animationBoxPanel-03 .PencilArea .PencilBox:hover .pattonBox{transform: translateX(100px); transition: all .5s;}


.animationBoxPanel-03 .PencilArea .PencilBox.darkBluePalette .PencilInnerLines .pen-ht.PencilBox_l{background:#165d8b; }
.animationBoxPanel-03 .PencilArea .PencilBox.darkBluePalette .PencilInnerLines .pen-ht.PencilBox_m{background:#135379; }
.animationBoxPanel-03 .PencilArea .PencilBox.darkBluePalette .PencilInnerLines .pen-ht.PencilBox_r{background:#104361; }

.animationBoxPanel-03 .PencilArea .PencilBox.darkBluePalette .pattonBox {
    background: #0e5b89;
    border-bottom: 5px solid #173460;
    border-top: 5px solid #4c94aa;
}


.animationBoxPanel-03 .PencilArea .PencilBox.lightBluePalette .PencilInnerLines .pen-ht.PencilBox_l{background:#25cde2; }
.animationBoxPanel-03 .PencilArea .PencilBox.lightBluePalette .PencilInnerLines .pen-ht.PencilBox_m{background:#22baca; }
.animationBoxPanel-03 .PencilArea .PencilBox.lightBluePalette .PencilInnerLines .pen-ht.PencilBox_r{background:#1fa2b5; }
.animationBoxPanel-03 .PencilArea .PencilBox.lightBluePalette .pattonBox { background: #30d5e9;border-bottom: 5px solid #1891b6;border-top: 5px solid #69e9ea;}


.animationBoxPanel-03 .PencilArea .PencilBox.greenPalette .PencilInnerLines .pen-ht.PencilBox_l{background:#49b016; }
.animationBoxPanel-03 .PencilArea .PencilBox.greenPalette .PencilInnerLines .pen-ht.PencilBox_m{background:#4faf20; }
.animationBoxPanel-03 .PencilArea .PencilBox.greenPalette .PencilInnerLines .pen-ht.PencilBox_r{background:#53ac27; }
.animationBoxPanel-03 .PencilArea .PencilBox.greenPalette .pattonBox { background: #49b016;border-bottom: 5px solid #30841c;border-top: 5px solid #8ffa77;}

.animationBoxPanel-03 .PencilArea .PencilBox.orangePalette .PencilInnerLines .pen-ht.PencilBox_l{background:#fa7903; }
.animationBoxPanel-03 .PencilArea .PencilBox.orangePalette .PencilInnerLines .pen-ht.PencilBox_m{background:#fd8211; }
.animationBoxPanel-03 .PencilArea .PencilBox.orangePalette .PencilInnerLines .pen-ht.PencilBox_r{background:#fd8c24; }
.animationBoxPanel-03 .PencilArea .PencilBox.orangePalette .pattonBox { background: #fa7903;border-bottom: 5px solid #e67005;border-top: 5px solid #feaa5e;}

.animationBoxPanel-03 .PencilArea .PencilBox.navyBluePalette .PencilInnerLines .pen-ht.PencilBox_l{background:#5707c4; }
.animationBoxPanel-03 .PencilArea .PencilBox.navyBluePalette .PencilInnerLines .pen-ht.PencilBox_m{background:#5e0bd0; }
.animationBoxPanel-03 .PencilArea .PencilBox.navyBluePalette .PencilInnerLines .pen-ht.PencilBox_r{background:#630bda; }
.animationBoxPanel-03 .PencilArea .PencilBox.navyBluePalette .pattonBox { background: #5707c4;border-bottom: 5px solid #490b9e; border-top: 5px solid #9146f8;}


.animationBoxPanel-03 .PencilArea .PencilBox.darkBrownPalette .PencilInnerLines .pen-ht.PencilBox_l {
    background: #afa11f;
}

.animationBoxPanel-03 .PencilArea .PencilBox.darkBrownPalette .PencilInnerLines .pen-ht.PencilBox_m {
    background: #8b7f10;
}

.animationBoxPanel-03 .PencilArea .PencilBox.darkBrownPalette .PencilInnerLines .pen-ht.PencilBox_r {
    background: #70660a;
}
.animationBoxPanel-03 .PencilArea .PencilBox.darkBrownPalette .pattonBox {
    background: #82760d;
    border-bottom: 5px solid #4a4305;
    border-top: 5px solid #d3c33c;
}

.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni .pattonBox {
  left: auto;
    right: 0;
    transform: translateX(-50px);
    border-radius: 80px 0px 0px 80px;
        padding-left: 0px;
        padding-right: 70px;
}


.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni:hover .pattonBox {
    transform: translateX(-100px);
    transition: all .5s;
}

.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni .PencilInnerLines {
    background: #fe2535;
    transform: translateX(-102px);
}
.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni .pattonBox h2{ text-align:right; }

.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni:hover .PencilInnerLines {
    margin-left: 102px !important;
}

.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni:after {
  right: auto;
    left: -35px;
     background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 100%);
}

.animationBoxPanel-03 .PencilArea .PencilBox.rightAreaAni:before {
    left: auto;
    right: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 100%);
}
.PencilTopArea{ width:100%; height:50px; border-radius:30px 30px 0 0; background:#333; border-bottom: 5px solid #eeeeee; }
.pencilNokArea{ z-index: 9; position: relative; margin-top:-10px; }
.pencilNokArea img{ width:100%; }



.animationBoxPanel-03.giAnimationSection{ 
   width: 75%;
    margin: auto;
    margin-top: -170px;
    padding: 30px 0;
background: #8CF4A8;
background: radial-gradient(circle,rgba(140, 244, 168, 1) 0%, rgba(140, 244, 168, 0) 80%, rgba(140, 244, 168, 0) 100%);
}



.animationBoxPanel-03.giAnimationSection .lineAreaBox {
    width: 20px;
    margin: auto;
    position: relative;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox:before{ width:1px; top:0; left: 0; position: absolute; height:100%; border:2px dashed #1c1c1c; margin-left:50%; transform:translateX(-50%);  content:'';    }
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea{ height:130px; }

.animationBoxPanel-03.giAnimationSection .pointerBoxArea {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #fff;
    border: 5px solid #1c1c1c;
    margin: auto;
    position: relative;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox{ position:absolute; left:60px;  }
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox:after {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #fff;
    border: 5px solid #0f74bc;
    margin: auto;
    position: absolute;
    left: -60px;
    content: '';
    top: 50%;
    transform: translatey(-50%);
}
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonInfograp {
    width: 60px;
    background: #0e75bc;
    border-radius: 80px 0 0 80px;
    z-index: 2;
    position: relative;
}
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonInfograp:after {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -8px;
    top: 50%;
    background: #0e75bc;
    content: '';
    transform: translateY(-50%) rotate(45deg);
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea{ padding:15px 0; position:relative; width: 310px; transition: all .2s;}
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea:after {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -16px;
    top: 6px;
    background: #000;
    content: '';
    transform: rotate(45deg);
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -16px;
    bottom: 6px;
    background: #000;
    content: '';
    transform: rotate(45deg);
}
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea .linePattonText {
    padding: 30px 15px;
    padding-left: 40px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 0 30px 30px 0;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        transition: all .2s;
}
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea .linePattonText:before{ width:30px; height:100%; background:#fff; content:''; position:absolute; left:-30px; top:0; }


.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea .linePattonText:after {
    width: 10px;
    height: 40px;
    border-radius: 7px 0 0 7px;
    background: #0e75bc;
    transform: translateY(-50%);
    content: '';
    right: 0;
    top: 50%;
    position: absolute;
    transition: all .2s;
}





.animationBoxPanel-03.giAnimationSection 
.lineAreaBox 
.linePattonBox 
.linePattonInfograp 
.iconArea {
    width: 60px;
    height: 60px;
    line-height: 54px;
    top: 50%;
    right: -30px;
    z-index: 1;
    color: #000;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    background: #fff;
    font-size: 28px;
    border: 4px solid #0f5885;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

    transform: translateY(-50%) scale(1);
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.animationBoxPanel-03.giAnimationSection 
.lineAreaBox
.linePattonBox:hover  
.linePattonInfograp 
.iconArea {
    transform: translateY(-50%) scale(1.2);
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonInfograp .iconArea i{ color:#0f5885; }
.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox .linePattonArea .linePattonText h2{ 
 letter-spacing: 0px; font-size:20px; text-transform:initial; color: #0e75ba; font-weight: 500; line-height: 25px;}


.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox:hover  .linePattonArea .linePattonText{

 
transition: all .2s;
margin-left: 10px;
    padding-left: 38px;

}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox:hover .linePattonArea{  width: 360px; transition: all .2s;}


.animationBoxPanel-03.giAnimationSection .lineAreaBox .linePattonBox:hover .linePattonArea .linePattonText:after{
  width: 60px;
  transition: all .2s;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox .linePattonInfograp .iconArea {
    border-color:#263996;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox .linePattonInfograp,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox .linePattonInfograp:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox .linePattonArea .linePattonText:after {
   background: #263996;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox .linePattonInfograp .iconArea i,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-01 .linePattonBox .linePattonArea .linePattonText h2 {
    color: #263996;
}


.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox .linePattonInfograp .iconArea {
    border-color:#f25a2a;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox .linePattonInfograp,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox .linePattonInfograp:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox .linePattonArea .linePattonText:after {
   background: #f25a2a;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox .linePattonInfograp .iconArea i,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-02 .linePattonBox .linePattonArea .linePattonText h2 {
    color: #f25a2a;
}


.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox .linePattonInfograp .iconArea {
    border-color:#2ab572;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox .linePattonInfograp,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox .linePattonInfograp:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox .linePattonArea .linePattonText:after {
   background: #2ab572;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox .linePattonInfograp .iconArea i,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-03 .linePattonBox .linePattonArea .linePattonText h2 {
    color: #2ab572;
}


.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox .linePattonInfograp .iconArea {
    border-color:#fcb040;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox .linePattonInfograp,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox .linePattonInfograp:after,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox .linePattonArea .linePattonText:after {
   background: #fcb040;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox .linePattonInfograp .iconArea i,
.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.colorpattern-04 .linePattonBox .linePattonArea .linePattonText h2 {
    color: #fcb040;
}




.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox {
    left: auto;
    right: 60px;
}


.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox:after {
 left: auto;
    right: -60px;
  
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonInfograp {
 
    border-radius: 0px 80px 80px 0px;
  
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonArea .linePattonText {
border-radius: 30px 0px 0px 30px;
padding-left: 15px;
  padding-right: 48px;
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox:hover  .linePattonArea .linePattonText {
    transition: all .2s;
    margin-left: 0;

    margin-right: 30px;
    padding-left: 15px;
    padding-right: 38px;
}



.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonArea .linePattonText h2{ text-align:right; }

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonArea .linePattonText:after {
border-radius: 0px 7px 7px 0px;
    right: auto;
     left: 0;

}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonArea:before {
   left: auto;
    right: -16px;
  
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonArea:after {
  left: auto;
    right: -16px;
  
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonArea .linePattonText:before {
  left: auto;
    right: -30px;
 
}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonInfograp .iconArea {
    right: auto;
    left: -30px;

}

.animationBoxPanel-03.giAnimationSection .lineAreaBox .line-pointArea.leftSideArea .linePattonBox .linePattonInfograp:after {
 left: auto;
    right: -8px;
  
}


.animationBoxPanel-03.designsAnimationSection {

    background: radial-gradient(circle, rgb(255 111 99) 0%, rgba(250, 222, 120, 0) 87%, rgba(250, 222, 120, 0) 100%);
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox {
    position: absolute;
    left: 100px;
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox:after {
    width: 35px;
    height: 35px;
    border: 10px solid #0f74bc;
    left: -106px;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox:before {
    position: absolute;
    width: 170px;
    height: 23px;
    background: #37c9f0;
    border-radius: 50px;
    content: '';
    right: 100%;
    top: 50%;
    transform: translatey(-50%);
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .linePattonArea-02 {
    padding: 30px 0;
    height: 80px;
    position: relative;
    background: #fff;
    width: 310px;
    transition: all .2s;
    border-radius: 0 25px 25px 0;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .linePattonArea-02:after {
    width: 62px;
    height: 62px;
    position: absolute;
    left: -29px;
    top: 50%;
    content: '';
    background: #ffffff;
        transform: translateY(-50%) rotate(45deg);
    border-radius: 10px;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .linePattonArea-02 .linePattonText h2 {
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: initial;
    color: #0e75ba;
    font-weight: 500;
    z-index: 1;
    position: relative;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .roundAreaSm {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 60px;
    position: absolute;
    background: #32bdf4;
    left: -191px;
    top: 11px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .roundAreaSm:after {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 7px solid #ffff;
    position: absolute;
    left: -10px;
    top: -10px;
    content: '';
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .roundArea {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    background: #32bdf4;
    right: -41px;
    top: -15px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .roundArea:after {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 7px solid #ffff;
    position: absolute;
    left: -19px;
    top: -19px;
    content: '';
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .linePattonBox .linePattonArea-02 .linePattonText .iconArea {
    width: 60px;
    height: 60px;
    line-height: 54px;
    top: 50%;
    right: -20px;
    z-index: 1;
    color: #000;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    background: #fff;
    font-size: 28px;
    border: 4px solid #1585bb;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transform: translateY(-50%) scale(1);
    transform-origin: center center;
    transition: transform 0.3s ease;
}


.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.yellowPointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.yellowPointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #cb8d19;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.yellowPointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.yellowPointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.yellowPointArea .linePattonBox .roundAreaSm {
  background: #fbb738;
 
}




.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.yellowPointArea .linePattonArea-02 .linePattonText h2 {
 color: #cb8d19;   
}



.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PinkPointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PinkPointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #aa0b5f;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PinkPointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PinkPointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PinkPointArea .linePattonBox .roundAreaSm{
  background: #e91e89;
 
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PinkPointArea .linePattonArea-02 .linePattonText h2 {
 color: #aa0b5f;   
}


.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.GreenPointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.GreenPointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #40b54a;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.GreenPointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.GreenPointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.GreenPointArea .linePattonBox .roundAreaSm {
  background: #74be41;
 
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.GreenPointArea .linePattonArea-02 .linePattonText h2 {
 color: #40b54a;   
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PurplePointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PurplePointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #6749c5;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PurplePointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PurplePointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PurplePointArea .linePattonBox .roundAreaSm {
  background: #7761e2;
 
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.PurplePointArea .linePattonArea-02 .linePattonText h2 {
 color: #6749c5;
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.OrangePointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.OrangePointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #d6481c;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.OrangePointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.OrangePointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.OrangePointArea .linePattonBox .roundAreaSm {
  background: #f25a2a;
 
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.OrangePointArea .linePattonArea-02 .linePattonText h2 {
 color: #d6481c;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.BrownPointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.BrownPointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #643804;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.BrownPointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.BrownPointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.BrownPointArea .linePattonBox .roundAreaSm {
  background: #7d4809;
 
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.BrownPointArea .linePattonArea-02 .linePattonText h2 {
 color: #643804;
}


.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.DarkBluePointArea .linePattonBox:after,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.DarkBluePointArea .linePattonArea-02 .linePattonText .iconArea {
  border-color: #044c5b;

}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.DarkBluePointArea .linePattonBox:before,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.DarkBluePointArea .linePattonBox .roundArea,
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.DarkBluePointArea .linePattonBox .roundAreaSm {
  background: #086478;
 
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.DarkBluePointArea .linePattonArea-02 .linePattonText h2 {
 color: #044c5b;
}



.animationBoxPanel-03.designsAnimationSection .line-pointArea.LeftAreaBox  .linePattonBox {
    left: auto;
    right: 100px;
    transform: rotate(180deg);
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.LeftAreaBox .linePattonBox .roundAreaSm {
    transform: rotate(180deg);
}

.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.LeftAreaBox .linePattonArea-02 .linePattonText h2 {
   transform: rotate(180deg);
       text-align: right;
}
.animationBoxPanel-03.designsAnimationSection .lineAreaBox .line-pointArea.LeftAreaBox .linePattonArea-02 .linePattonText .iconArea {
    transform: rotate(180deg) translateY(50%) scale(1);
}



/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding: 40px 15px 0 15px;
  display: block;
  text-align: center;
  background-color: #fff;
}
.vs-menu-wrapper .mobile-logo img {
  width: 100%;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  background-color: #1f4ec3;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 340px;
  background-color: #fff;
  border-right: 3px solid #1f4ec3;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #1f4ec3;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #cdd5d6;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #cdd5d6;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  color: #063a41;
  font-weight: 500;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: #1f4ec3;
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 15px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: #063a41;
  box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: 'Font Awesome 6 Pro';
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: #1f4ec3;
  color: #fff;
  display: inline-block;
  border-radius: 0;
}
.vs-menu-toggle:hover {
  background-color: #063a41;
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #063a41;
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: #fff;
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 300px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}




/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 12px 0 0 0;
  list-style-type: none;
  position: relative;
  text-align: left;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "//";
  position: relative;
  margin-left: 12px;
  margin-right: 3px;
  color: var(--theme-color);
}
.breadcumb-menu li:last-child {
  color: var(--theme-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  word-break: break-word;
  white-space: normal;
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--body-font);
 }
.breadcumb-menu .fa-home-lg {
  margin-right: 10px;
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.25em 0 -0.2em 0;
    font-size: 29px;
    font-weight: 500;
    line-height: 117%;
    /* text-transform: uppercase; */
    text-align: left;
}
.breadcumb-title span {
  color: var(--theme-color);
  display: inline-block;
}

.breadcumb-wrapper {
  background-color: var(--secondary-color);
  background-size: cover;
  margin-top: 130px;
  padding-top: 100px;
  padding-bottom: 100px;
}


/* sidebar menu */
.leftSideBar{margin-top: 11px;}
.lft-side {
  height: 100%;
  position: relative;
  width: 100%;
  margin-left: 9px;
}
.lft-side .sidebar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #d1e7ff;
    color: #060606;
    box-shadow: 4px 0 15px rgba(0,0,0,0.3);
    overflow-y: auto;
    z-index: 100;
	border-radius: 0 0 10px 10px;
}

/* .lft-side .menu-item {
    border-bottom: 1px solid #a8b1bb;
} */


  /* Sidebar scrollbar - Minimal */
.lft-side .sidebar::-webkit-scrollbar { width: 5px; }
.lft-side .sidebar::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); }
.lft-side .sidebar::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }
.lft-side .sidebar-header {
    padding: 8px 11px;
    text-align: left;
    background: rgb(9 57 110);
    border-bottom: 1px solid rgba(255,255,255,0.08);
	border-radius: 10px 10px 0 0;
}
.lft-side .sidebar-header h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.lft-side .menu-link {
    display: flex;
    align-items: center;
    padding: 10px 7px;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    border-left: 4px solid transparent;
	border-bottom: 1px solid #a8b1bb;
}
.lft-side .menu-link i:first-child { width:29px; text-align:center; font-size:13px;}
.lft-side .menu-link:hover { background:#07529b; color:#fff; padding-left:28px; }
.lft-side .menu-link.active {
    background:#07529b; color:#fff; border-left:4px solid #60a5fa; font-weight:600;
}

.lft-side .arrow {
    margin-left:auto; transition:transform 0.35s ease; font-size:0.9rem;
}
.lft-side .arrow.down { transform:rotate(90deg); }

/* Submenu Styling */
.lft-side .submenu {
    background:rgb(41 44 46); max-height:0; overflow:hidden;
    transition:max-height 0.5s ease;
}
.lft-side .submenu.show { max-height:1200px; padding-bottom: 0px;}

/* Level 2 items (Imran, Library etc) */
.lft-side .submenu > .menu-item > .menu-link,
.lft-side .submenu > a {
  padding-left:30px; font-size:14px; position:relative; display:block; color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  border-bottom: 1px solid #4d4e4e;
  display: flex;
  padding-right: 10px;
}
.lft-side .submenu > .menu-item > .menu-link::before,
.lft-side .submenu > a::before {
    content:"\f324"; 
    font-family: 'Font Awesome 6 Pro';
    font-weight:900; font-size:6px;
    position:absolute; left:16px; top:50%; transform:translateY(-50%);
    color:#fff; opacity:0.8;
}

/* Level 3 items (Design 1, Design 2 etc) */
.lft-side .submenu .submenu a {
    padding-left:34px; font-size:14px; color:#fff;
}
.lft-side .submenu .submenu a::before {
    content:"\f054";   
    font-family: 'Font Awesome 6 Pro';
    font-weight:900; font-size:9px; left:21px; color:#fff;
}

.lft-side .menu-item .submenu.show {
    padding-top: 0px;
}
.lft-side .submenu.submenutop.show {
    padding-top: 0;
}
.lft-side .submenu.submenutop.show .arrow {
    float: right;
}
.lft-side .menu-item .submenu.show a:hover {
    background: #154674;
}
/* .lft-side a.menu-link.has-submenu {
    font-weight: 700;
  } */
/* sidebar menu */


.main-content .aboutSectionArea{ width:100%; padding:40px 25px; color:#000; font-weight:500; background: #f3f3f3; height: 100%;}
.main-content .aboutSectionArea a{ color:#000; }
.main-content .aboutSectionArea h2{ border-radius: 10px 10px 0 0;  margin: 0; padding: 3px 13px 1px 0px ; margin-bottom: 3px; font-size:22px; line-height: 30px; color:#034ea2; font-weight:600; letter-spacing: normal; }
.main-content .aboutSectionArea h3{ margin: 0; padding: 0; margin-bottom: 20px; font-size:20px; line-height: 28px; color:#000; font-weight:600; letter-spacing: normal; }
.main-content .aboutSectionArea h5{ margin: 0; padding: 0; margin-bottom: 20px; font-size:18px; color:#034ea2; font-weight:600; letter-spacing: normal; }

.main-content .aboutSectionArea h6{ margin: 0; padding: 0; margin-bottom: 10px; font-size:16px; color:#2a2a2a; font-weight:600; letter-spacing: normal; }
.main-content .aboutSectionArea p{ margin: 0; padding: 0; margin-bottom: 10px; font-size:16px; color:#2a2a2a; font-weight:500; line-height:28px; text-align:justify;  }

.main-content .aboutSectionArea p a,
.main-content .aboutSectionArea  ol li,
.main-content .aboutSectionArea  ul li{ color:#034ea2; }

.main-content .aboutSectionArea ul{ margin:0; padding:0; list-style: none; margin-bottom: 30px; display: block;}
.main-content .aboutSectionArea ul li{ margin-bottom:15px; color:#000; padding-left: 30px; position: relative;}
.main-content .aboutSectionArea ul li:after{ position:absolute; content: "\f058"; font-size: 20px;
    color: #034ea2; left:0; top:0; font-family: 'Font Awesome 6 Pro';     font-weight: 900; }

 .main-content .aboutSectionArea ul li > ol {margin: 20px 0 0 0;}
 .main-content .aboutSectionArea ul li > ol > li{ padding-left:15px;  margin-bottom:20px; }
 .main-content .aboutSectionArea ul li > ol > li:after{ display:none; }  

  .main-content .aboutSectionArea ul li > ol ul {margin: 20px 0 0 0;} 
   .main-content .aboutSectionArea ul li > ol > li ul li{margin-bottom:20px; }


.main-content .aboutSectionArea  ol{margin:0; padding:0;  margin-bottom: 30px; margin-left: 20px;}
.main-content .aboutSectionArea  ol > li{ margin-bottom:15px; color:#000;  position: relative;}
.main-content .aboutSectionArea  ol > li ol{ margin-top:20px; }



.imgBoxArea{ width:100%; border:1px solid #dadada; padding:30px 15px; border-radius:15px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.main-content .aboutSectionArea .imgBoxArea img{ width:100%; }


/*new css*/

.main-content .searchAreaBox{ margin-bottom:20px; }
.main-content .searchAreaBox label{ display:block; font-weight:500; color:#000; margin-bottom:3px; }
.main-content .searchAreaBox .form-control{ width:100%; border:1px solid #929292; border-radius: 0;}
.main-content .searchAreaBox .form-select{ width:100%; border:1px solid #929292; border-radius: 0;}
.main-content .searchAreaBox .btn{ background:#034ea2; color:#fff; border-radius:0; text-align:center; padding:7px 10px; display:inline-block; }
.main-content .searchAreaBox .btn:hover,
.main-content .aboutSectionArea table.table tbody tr td a.btnPdf:hover{ background:#f77305; color: #fff;}

.main-content .aboutSectionArea table.table{ width:100%; border-left:1px solid #a7a7a7; border-top:1px solid #a7a7a7;}
.main-content .aboutSectionArea table.table thead tr th,
.main-content .aboutSectionArea table.table tbody tr th,
/* .main-content .aboutSectionArea table.table tbody tr td{border-right:1px solid #a7a7a7; border-bottom:1px solid #a7a7a7; 
font-size:15px;} */
.main-content .aboutSectionArea table.table thead tr th,
/* .main-content .aboutSectionArea table.table tbody tr th{ background:#d2e7ff; color: #000;} */
/* .main-content .aboutSectionArea table.table tbody tr td a.btnPdf{ background:#d2e7ff; padding:5px 10px; color: #000; font-weight:600; font-size:14px; border-radius:5px; } */
/* .main-content .aboutSectionArea table.table tbody tr td a.btnPdf i{ margin:0; padding:0; color:#ad0000;} */
.main-content .aboutSectionArea table.table tbody tr td a.btnPdf:hover i{ color:#fff; }
/* .main-content .aboutSectionArea table.table tbody tr td { font-weight:500 !important; } */
.main-content .aboutSectionArea table.table tbody tr td strong{ font-weight:600; }

.main-content .aboutSectionArea a.btnPdf{ background:#d2e7ff; padding:5px 10px; color: #000; font-weight:600; font-size:14px; border-radius:5px; }
.main-content .aboutSectionArea a.btnPdf i{ margin:0; padding:0; color:#ad0000; margin-right: 5px;}




.main-content .sticky-style {
  position: sticky !important;
  top: 20px;
}

.main-content .rightSideBar{ padding:20px 0; }
.main-content .rightSideBar .widget {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}

.main-content .rightSideBar .widget h2.widget-title {
    margin-bottom: 30px;
    position: relative;
    background: #043e7e;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 10px 25px 10px 30px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
}


.main-content .rightSideBar .all-post-list ul{ margin:0; padding:0; list-style:none; }
.main-content .rightSideBar .all-post-list li {
    margin-bottom: 1px;
    border-radius: 10px;
    transition: all 0.4s ease-in;
    position: relative;
    padding: 0;
    line-height: 20px;
}

.main-content .rightSideBar .all-post-list li a {
    padding: 12px 28px 12px 45px;
    display: block;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
    transition: all .25s ease-in-out;
}

.main-content .rightSideBar .all-post-list li a:hover{ background:#034ea2; color:#fff; }


.main-content .rightSideBar .all-post-list li:not(:last-child) a {
    border-bottom: 1px solid #e4e4e4;
}

.main-content .rightSideBar .all-post-list li a:before {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 25px;
    margin-right: 10px;
    margin-left: -20px;
    color: #000;
}

.main-content .rightSideBar .all-post-list li a:hover::before{color:#fff;}

.main-content .btn-info{ background:#333; border: 0; color: #fff;}
.main-content .visionbox img{ width:100%; }
.main-content .visionbox.imgStPanel{padding: 15px; }
.main-content .visionbox.imgStPanel img{border-radius: 10px; }


.main-content .aboutSectionArea .photos-card {
    display: flex;
    flex-direction: column;
   
    margin-bottom: 20px;
}

.main-content .aboutSectionArea .photos-card iframe{ width:100%; height:210px; border-radius:10px; }
.main-content .aboutSectionArea .photos-card .photos-img, .main-content .aboutSectionArea .photos-card .videos-img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}


.main-content .aboutSectionArea .photos-card .photos-btn {
    bottom: 15px;
    right: 15px;
    color: #fff;
    padding: 8px;
    background: rgba(0,0,0,.6196078431);
    border-radius: 4px;
    border: none;
    text-align: center;
    outline: none;
    height: 40px;
    width: 40px;
    text-decoration: none;
}
.main-content .aboutSectionArea .photos-card .photos-btn:hover{ background:#034ea2; }

.main-content .aboutSectionArea .photos-card .photoArea{ background:#eaeaea; padding:15px; border-radius:10px; }
.main-content .aboutSectionArea .photos-card .photoArea .photos-card-body h4 {
    font-size: 16px;
    color: #034ea2;
    font-weight: 600;
}
.main-content .aboutSectionArea .drMessageBox img {
    border-bottom: 6px solid #000067;
    width: 100%;
}


/***************************************
 - Sections / FAQ
***************************************/
.main-content .aboutSectionArea .accordion .accordion-item{ margin-bottom:15px; }
.main-content .aboutSectionArea .accordion .accordion-item {border: 1px solid #dee2e6;}
.main-content .aboutSectionArea .accordion .accordion-item h2{  margin:0; padding: 0 0;
    line-height: 20px;}
.main-content .aboutSectionArea .accordion .accordion-item h2 button{ font-weight:700;font-size:16px; padding:10px 15px; }
.main-content .aboutSectionArea .accordion .accordion-item h2 button.accordion-button:not(.collapsed) {background-color: #e7e1f8;}



.main-content .aboutSectionArea .contactAreaPanel{}

.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox {
    background: #fff;
    padding: 15px;
    padding-top: 33px;
    border-radius: 15px;
    margin-bottom: 0px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox  h3 {
    text-align: center;
    position: absolute;
    background: #01599a;
    z-index: 99;
    left: 20px;
    right: 20px;
    color: #fff;
    top: 0;
    border-radius: 0 0 15px 15px;
    font-size: 18px;
    padding: 1px 10px;
    font-weight: 500;
    }
.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox table.table{
	margin-bottom:0;
}

.main-content .aboutSectionArea .contactAreaPanel .openhouse{
    margin-top: 28px;
}

.main-content .aboutSectionArea .contactAreaPanel  .openhouse p {
    text-align: center !important;
}
.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox .accordion-button {
    /* z-index: 99; */
    /* left: 20px; */
    /* right: 20px; */
    color: #fff;
    /* top: 0; */
    /* border-radius: 0 0 15px 15px; */
    font-size: 20px;
    padding: 0px;
    background-color: inherit !important;
    background: inherit;
    border: none !important;
}

.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox .accordion-button:not(.collapsed) {
    box-shadow: none;}

.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox .accordion-item {
    border: none; margin-bottom: 0;
}
.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox .accordion-body{
    margin-top: 33px;
}

.main-content .aboutSectionArea .contactAreaPanel  h2{ background: #fff; padding:8px 10px; border-radius: 7px; margin-bottom: 25px; font-size: 16px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}


.main-content .aboutSectionArea .contactAreaPanel .contatInfoBox{ background:#fff; padding:20px; border-radius:10px; margin-bottom: 20px; box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; }

.main-content .aboutSectionArea .contactAreaPanel .contatInfoBox .contactimgBox{ width:80px; }
.main-content .aboutSectionArea .contactAreaPanel .contatInfoBox .contactimgBox img{ width:100%; height: 90px; border: 1px solid #333; border-radius: 5px;}
.main-content .aboutSectionArea .contactAreaPanel .contatInfoBox h6{ text-transform:none; margin:0; padding:0; }
.main-content .aboutSectionArea .contactAreaPanel .contatInfoBox span{ margin-top: 5px; line-height: 21px; display: block; font-size:14px; color:#2c2c2c; font-weight:500; } 

.main-content .aboutSectionArea .contactAreaPanel .contactPhonArea {
    background: #d2e7ff;
    padding: 3px 9px;
    border-radius: 10px;
    margin-top: 10px;
}

.main-content .aboutSectionArea .contactAreaPanel .contactPhonArea p{ margin-bottom:2px; font-size:15px;     margin-right: 14px;}
.main-content .aboutSectionArea .contactAreaPanel .contactPhonArea p i{ margin-right:5px; }
.main-content .aboutSectionArea .contactAreaPanel .contactPhonArea p i.fa-light.fa-phone {
    transform: rotate(116deg);
}

.main-content .aboutSectionArea .rulesBoxArea {
    background: #fff;
    min-height: 269px;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 2px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.main-content .aboutSectionArea .rulesBoxArea h3 {
    background: #043e7e;
    font-size: 18px;
    padding: 8px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.main-content .aboutSectionArea .rulesBoxArea ul{}
.main-content .aboutSectionArea .rulesBoxArea ul li{padding-left: 24px;}
.main-content .aboutSectionArea .rulesBoxArea  ul li:after {
    position: absolute;
    content: "\f061";
    font-size: 16px;
    color: #034ea2;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight:500;
}
.main-content .aboutSectionArea .rulesBoxArea ul li a{ font-size:14px; color:#000; }
.main-content .aboutSectionArea .rulesBoxArea ul li a:hover{ color:#043e7e }
.main-content .aboutSectionArea .redCl{ color:#ec0c0c; }

.main-content .aboutSectionArea .topAreaPanel{ background:#fff; padding:15px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-radius:7px; }
.main-content .aboutSectionArea .topAreaPanel .form-control{ width:100%; border:1px solid #9e9e9e; }

.main-content .aboutSectionArea ul.pagination{ display:flex; gap:8px; padding:0; margin:0;  justify-content: flex-end;}
.main-content .aboutSectionArea ul.pagination li{ padding:0; margin:0; }
.main-content .aboutSectionArea ul.pagination li:after{ display:none; }
.main-content .aboutSectionArea ul.pagination li.active a{ color:#fff; }

.btn-01 {
    background: #0c4da2;
    color: #ffffff;
}

.btn-02 {
    background: #333;
    color: #ffffff;
}

.btn-01:hover,
.btn-02:hover{background: #d47c12;  color: #ffffff;}




/*new 24-2-2026 kamal */
.service-card-items-2 {
  margin-top: 30px;
  position: relative;
  padding: 30px 0;
  padding-bottom: 0;
  position: relative;
/*  overflow: hidden;*/
}
.service-card-items-2 .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.service-card-items-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border: 1px solid #DADADA;
  left: 14px;
  width: initial;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.service-card-items-2 .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.service-card-items-2 .service-icon .icon {
    width: 89px;
    height: 92px;
    line-height: 92px;
    background: #07386f;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 33px;
    margin: 0;
    color: #faa901;
}
.service-card-items-2 .service-icon .icon .arrow-shape {
  position: absolute;
  bottom: -52px;
  left: 0px;
}
.service-card-items-2 .service-icon .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.service-card-items-2 .service-icon .icon .service-triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
}
.service-card-items-2 .service-icon .icon .service-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 14px solid #052141;
  border-bottom: 11px solid transparent;
}
.service-card-items-2 .service-icon .number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  opacity: 0.3;
  font-size: 70px;
  font-weight: 700;
  color: transparent;
  font-family: var(--body-font-family);
  line-height: 1;
}


.main-content .aboutSectionArea .service-card-items-2 h3{ text-align:center; font-size:25px; padding:25px 10px; position: relative;}

.linkArea{ position:relative; z-index:9; }
.main-content .aboutSectionArea .service-card-items-2 a{ background:#034ea2; color: #fff; display:inline-block; padding:10px 15px; }

/*new 24-2-2026 kamal */



/* new 5-2-2026 imran */

/* ================================
   BASE LAYOUT
================================ */
.main-content .aboutSectionArea section.ta-workflow{
  max-width:800px;
  margin:auto;
}

.main-content .aboutSectionArea section.ta-workflow h2{
  text-align:center;
  margin-bottom:40px;
  letter-spacing:1px;
}

/* ================================
   STEP & DECISION BOX
================================ */
.main-content .aboutSectionArea section.ta-workflow .step,
.main-content .aboutSectionArea section.ta-workflow .decision{
  position:relative;
  background:rgba(255,255,255,0.12);
  backdrop-filter:blur(10px);
  padding:18px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.3);
  transition:all 0.35s ease;
  animation:fadeSlide 0.7s ease forwards;
  opacity:0;
}

.main-content .aboutSectionArea section.ta-workflow span{
  display:block;
  margin-top:6px;
  font-size:14px;
  opacity:0.85;
  color: #f1f1f1;
}

/* Hover effect (NO gradient override) */
.main-content .aboutSectionArea section.ta-workflow .step:hover,
.main-content .aboutSectionArea section.ta-workflow .decision:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 18px 40px rgba(3 78 162);
}

/* ================================
   CONNECTOR ARROW (CSS)
================================ */
.main-content .aboutSectionArea section.ta-workflow .connector{
  position:relative;
  height:40px;
  animation:fadeSlide 0.7s ease forwards;
  opacity:0;
    margin-top: 1px;
    margin-bottom: 13px;
}

.main-content .aboutSectionArea section.ta-workflow .connector::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:4px;
  height:100%;
  background:#034ea2;
  animation:flowLine 1.8s infinite ease-in-out;
}

.main-content .aboutSectionArea section.ta-workflow .connector::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-2px;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:12px solid #034ea2;
  animation:arrowPulse 1.8s infinite ease-in-out;
}

/* ================================
   DECISION BOX
================================ */
.main-content .aboutSectionArea section.ta-workflow .decision {
    border: 2px dashed #4777ad;
    background: linear-gradient(rgb(3 78 162), rgb(16 99 191)), linear-gradient(135deg, #116cd1, #0a2d54);
    backdrop-filter: blur(10px);
 }


.main-content .aboutSectionArea section.ta-workflow .decision p{
  margin:0 0 10px;
  font-weight:600;
  color: #fff;
}

/* ================================
   OPTIONS
================================ */
.main-content .aboutSectionArea section.ta-workflow .options{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.main-content .aboutSectionArea section.ta-workflow .option{
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  font-weight:600;
  transition:all 0.3s ease;
}

.main-content .aboutSectionArea section.ta-workflow .option:hover{
  transform:scale(1.08);
  box-shadow:0 8px 20px rgba(0,0,0,0.35);
}

.main-content .aboutSectionArea section.ta-workflow .yes{
  background:#2ecc71;
  color:#003b1f;
}

.main-content .aboutSectionArea section.ta-workflow .no{
  background:#e74c3c;
  color:#fff;
}
.main-content .aboutSectionArea .step.re-certificate-issue {
    background: #098d7b !important;
    color: #fff;
}
.main-content .aboutSectionArea section.ta-workflow .step span {
    color: #333;
} 

.main-content .aboutSectionArea section.ta-workflow .end span{
  color:#fff;
}

/* ================================
   START & END (GRADIENT SAFE)
================================ */
.main-content .aboutSectionArea section.ta-workflow .start{
  background:linear-gradient(135deg,#00c9ff,#92fe9d);
  font-weight:700;
  color:#003;
  overflow:hidden;
}

.main-content .aboutSectionArea section.ta-workflow .end{
  background:linear-gradient(135deg,#667eea,#764ba2);
  font-weight:700;
  color:#fff;
  overflow:hidden;
}

/* Gradient glow overlay */
.main-content .aboutSectionArea section.ta-workflow .start::after,
.main-content .aboutSectionArea section.ta-workflow .end::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0)
  );
  opacity:0;
  transition:opacity 0.35s ease;
}

.main-content .aboutSectionArea section.ta-workflow .start:hover::after,
.main-content .aboutSectionArea section.ta-workflow .end:hover::after{
  opacity:1;
}

.main-content .aboutSectionArea section.ta-workflow .start:hover,
.main-content .aboutSectionArea section.ta-workflow .end:hover{
  transform:translateY(-6px) scale(1.03);
  box-shadow:0 0 35px rgba(255,255,255,0.75);
}

/* ================================
   ANIMATIONS
================================ */
@keyframes flowLine{
  0%{opacity:0.4;}
  50%{opacity:1;}
  100%{opacity:0.4;}
}

@keyframes arrowPulse{
  0%{transform:translateX(-50%) translateY(0);}
  50%{transform:translateX(-50%) translateY(6px);}
  100%{transform:translateX(-50%) translateY(0);}
}

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

/* filling process */
.main-content .aboutSectionArea thead th {
  background: #034ea2;
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 10px;
  white-space: nowrap;
}

.main-content .aboutSectionArea tbody td {
  vertical-align: middle;
  font-weight:300;
  color:#000;
  font-size: 14px; 
  padding: 5px 10px;
  text-align: justify;
}

.main-content .aboutSectionArea tbody td .ip-btn{ color:#fff; }
.main-content .aboutSectionArea tbody tr:hover {
  background: rgba(3, 78, 162, 0.08);
}
 .table-container {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 40px;
        }
.main-content .aboutSectionArea .section-header {
    background-color: #e3f2fd;
    padding: 15px 20px;
    border-left: 5px solid #f77305;
    margin: 30px 0 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-content .aboutSectionArea .section-header h3 {
    color:#034ea2;
  font-size: 26px;
}
.main-content .aboutSectionArea button.tab {
    font-size: 16px;
}
.main-content .aboutSectionArea .tabs {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.main-content .aboutSectionArea .forms-official-fees .tab-content {
            display: none;
        }
.main-content .aboutSectionArea .tab {
    padding: 12px 25px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #555;
    transition: all 0.3s;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
}
.main-content .aboutSectionArea .tab.active {
    background: #034ea2;
    color: #fff;
}
.main-content .aboutSectionArea .tab:hover {
      background: #034ea2;
      color:#fff;
        }

.main-content .aboutSectionArea .tab-content.active {
    display: block;
}

.main-content .aboutSectionArea .note strong {
    color: #ef6c00;
}

 /* PDF Link Styles */
.main-content .aboutSectionArea .pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #034ea2;
  text-decoration: none;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s;
  background-color: #ffebee;
}

.main-content .aboutSectionArea .pdf-link:hover {
  background-color: #ffcdd2;
  transform: translateY(-2px);
  color:#555;
}
.main-content .aboutSectionArea .forms-official-fees a {
    color: #000; font-size:15px !important;
}

.main-content .aboutSectionArea .forms-official-fees span.text-muted.ms-2{
    font-size:15px !important;
}

.main-content .aboutSectionArea .pdfIcon {
  width: 20px;
  height: 20px;
}

.main-content .aboutSectionArea .fileSize {
  font-size: 0.85rem;
  color: #666;
  margin-left: 5px;
}
/* filling process */

/* login page */
section.main-content.main-login {
    background: #f3f3f3;
}
.main-content .aboutSectionArea .login-card{
  max-width:420px;
  margin:auto;
  border-radius:10px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.main-content .aboutSectionArea .login-header{
  background:#034ea2;
  color:#fff;
  border-radius:10px 10px 0 0;
  text-align:center;
  padding:8px;
}
.main-content .aboutSectionArea .login-header h5 {
    font-size: 18px; color:#fff;
}
.main-content .aboutSectionArea .login-card .form-label {
    margin-bottom: 0.1rem;
    font-size: 14px;
    color: #40454a;
  font-weight: 500;
}

.main-content .aboutSectionArea .login-card .form-select {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777f87;
   }
.main-content .aboutSectionArea .login-card  a {color:#034ea2}   
.main-content .aboutSectionArea .form-control::placeholder{
  color:#aaa;
}

.main-content .aboutSectionArea .login-card span.input-group-text i {
    font-size: 14px;
    color: #034ea2;
}
.main-content .aboutSectionArea button.btn.btn-primary.login-btn {
    display: block;
    width: 27%;
    background: #000;
}

.main-content .aboutSectionArea button.btn.btn-primary.login-btn:hover {
    background: #333;
}
.main-content .aboutSectionArea .login-main {
    padding: 6px 16px;
}
.main-content .aboutSectionArea .captcha-box{
  background:#f8f9fa;
  border:1px solid #ddd;
  border-radius:6px;
  padding:10px;
}

.main-content .aboutSectionArea .login-btn{
  background:#034ea2;
  border:none;
}

.main-content .aboutSectionArea .login-btn:hover{
  background:#023b7a;
}
/* login page */

/* Content Area Styling */
.main-content .aboutSectionArea .contentArea {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}

/* List group item spacing */
.main-content .aboutSectionArea .contentArea .list-group-item {
  padding: 14px 27px;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.main-content .aboutSectionArea .contentArea .list-group-item:hover {
  background-color: #f8f9fa;
}

/* Link styling */
.main-content .aboutSectionArea .contentArea a {
  color: #034ea2;
}

.main-content .aboutSectionArea .contentArea a:hover {
  color: #012b63;
  text-decoration: underline;
}

/* Heading text */
.main-content .aboutSectionArea .contentArea h5 {
  font-size: 1rem;
  line-height: 1.5;
}


.main-content .aboutSectionArea .contentArea img {
  vertical-align: middle;
}

.main-content .aboutSectionArea .contentArea li.list-group-item {
    margin-left: 14px;}
.main-content .aboutSectionArea .contentArea ul li:after{
  top: 13px;
}
/* Content Area Styling */
.main-content .aboutSectionArea .trade-mark-show-list a {
    color: #000;
    font-size: 12px !important;
}
.main-content .aboutSectionArea .contentArea.archive-menu h2 {
    padding: 12px 11px;
}
.main-content .aboutSectionArea .trade-mark-show-list .contentArea.archive-menu a {
    color: #034ea2;
    font-size: 15px !important;
  text-decoration: underline !important;
}

.main-content .aboutSectionArea .trade-mark-show-list .contentArea.archive-menu li.list-group-item {
    margin-bottom: 0 !important;
    padding: 9px 29px !important;
}

.main-content .aboutSectionArea .contentArea.archive-menu ul li:after {
    top: 7px !important;

}
.main-content .aboutSectionArea .contentArea.archive-menu h2 {
    padding: 12px 0 12px 15px;
    margin-bottom: 0;
}

.main-content .aboutSectionArea .search-section {
    margin-bottom: 9px;
}

.main-content .aboutSectionArea button.btn.btn-secondary.btn-search-copy {
    background: #034ea2;
    border: 1px solid #034ea2;
    border-radius: 0 6px 6px 0;
}

.main-content .aboutSectionArea button.btn.btn-secondary.btn-search-copy:hover {
    background: #1767c1;
    }
.main-content .aboutSectionArea button#btnSearch{
   background: #000;
    border: 1px solid #000;
    border-radius: 0 6px 6px 0;
}
.main-content .aboutSectionArea button#btnSearch:hover {
    background: #333;
    } 
.main-content .aboutSectionArea .application-type.green {
    color: #4CAF50 !important;
    /* display: flow; */}
  
/* data table */
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table thead th {
    background: #034ea2;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px;
    white-space: nowrap;;
} 
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table table.dataTable td.dt-type-numeric{
  text-align: left;
    padding-left: 10px;
}
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table div.dt-container div.dt-paging ul.pagination{
  display: flex;
}
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table li.dt-paging-button.page-item{
  margin-bottom: 0 !important;
    padding-left: 7px;
}

.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table td.text-success.fw-bold {
    font-weight: 500 !important;
    font-size: 14px;
}

.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table table.table.dataTable > tbody > tr > td > a {
    color: #034ea2;
}

.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table li.dt-paging-button.page-item:after{display:none;}

.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:before{
opacity: 0.9 !important;  
}

.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table button.page-link {
    padding: 1px 13px;
    border-radius: 4px;
}
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:after{
  opacity: 0.9 !important;
}

.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order:before{
      /* color: #fff; */
    
}
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table div.table-responsive > div.dt-container > div.row {
    margin-bottom: 5px;}
.main-content .aboutSectionArea .copyright-noc-hearing-room-data-table table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order:after{
  /* color:#000; */
  }
.main-content .col-lg-9.col-xxl-9.data-tablehearing-room {
   padding: 0 0;
} 

.main-content .aboutSectionArea section.copyright-noc-cause-list label.form-label.fw-bold {
    font-weight: 600!important;
    font-size: 14px;
    color: #494d50;
}
/* data table */
.main-content .aboutSectionArea .section-57-causelist .captcha-wrapper {
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
  border: 1px solid #e0c56e;
  height: 36px;
}

.main-content .aboutSectionArea .section-57-causelist .captcha-box {
  background: #fff6b8;
    padding: 0 0;
    margin-top: 13px;
}

.main-content .aboutSectionArea .section-57-causelist .captcha-box canvas {
  background: transparent;
}

.main-content .aboutSectionArea .section-57-causelist .captcha-refresh {
    background: #f4b04a;
    border: none;
    padding: 0 8px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content .aboutSectionArea .section-57-causelist .captcha-refresh i {
  color: #0d6efd;
  font-size: 18px;
}

.main-content .aboutSectionArea .section-57-causelist .captcha-refresh:hover {
  background: #e09a32;
}
.main-content .aboutSectionArea .section-57-causelist .border-info {
    --bs-border-opacity: 1;
    border-color: rgb(226 232 239) !important;
    border-radius: 5px;
    border: 3px solid;
}
.main-content .aboutSectionArea .section-57-causelist .form-control-sm {
    min-height: calc(1.5em + 0.8rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
} 

.main-content .aboutSectionArea .section-57-causelist .form-select-sm {
    padding-top: .35rem;
    padding-bottom: .35rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
}

.main-content .aboutSectionArea .section-57-causelist .get-details-renew {
    justify-content: center;
}

.main-content .aboutSectionArea  #RenewalDetailsCodeModal h5.modal-title.text-primary{
    font-size: 20px;
    font-weight: 500;
}

.main-content .aboutSectionArea #RenewalDetailsCodeModal .modal-header.bg-light {
    padding: 5px 18px !important;
}

.main-content .aboutSectionArea #searchCodeModal h5.modal-title.text-primary {
    font-size: 20px;
    font-weight: 400;
}
.main-content .aboutSectionArea #searchCodeModal .modal-header.bg-light {
    padding: 2px 14px;
}

.main-content .aboutSectionArea #searchCodeModal label.form-label {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
  font-weight: 400;
}


/* queue-tm-application */
.main-content .aboutSectionArea .queue-tm-application .card-header {
    background: linear-gradient(90deg, #003366, #034ea2);
    color: white;
    padding: 5px 0 !important;
}
.main-content .aboutSectionArea .queue-tm-application .card-header h4 {
    font-size: 20px;
}
.main-content .aboutSectionArea .queue-tm-application .form-label {
    color: #3d3f42;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 14px;
  margin-bottom: 2px;
    }
.main-content .aboutSectionArea .queue-tm-application .table thead th {
      background-color: #034ea2 !important;
      color: white !important;
      white-space: nowrap;
    }
.main-content .aboutSectionArea .queue-tm-application .disclaimer {
      font-size: 0.9rem;
      color: #6c757d;
      background-color: #fff3cd;
      border: 1px solid #ffeeba;
      padding: 1rem;
      border-radius: 0.375rem;
    }
.main-content .aboutSectionArea .queue-tm-application .loading {
      color: #dc3545;
      font-weight: bold;
    }
.main-content .aboutSectionArea .queue-tm-application .form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
    font-size: 14px;
}

.main-content .aboutSectionArea .queue-tm-application button.btn.btn-dark{
    font-size: 15px;
} 

.main-content .aboutSectionArea h4#dynamicHeading {
    color: #034997;
    font-size: 21px;
    text-align: center;
    padding: 0;
    margin: 0 0 13px 0;
    font-weight: 500;
}

.main-content .aboutSectionArea div#searchSection {
    margin-bottom: 19px;
}
.main-content .aboutSectionArea div#searchSection input.form-control.form-control-lg {
    font-size: 15px;
    }
.main-content .aboutSectionArea .deficiency-mis-text span {
    font-weight: 500;
    font-size: 14px;
} 

.main-content .aboutSectionArea .alert.alert-danger .section-57-causelist {
    padding: 3px 9px;
}
/* queue-tm-application */

.main-content .aboutSectionArea .about-trade-marks-registry h3 {
    font-size: 20px;
    color: #034ea2;
    line-height: 23px;
    margin-bottom: 11px;
    font-weight: 400;
}
.main-content .aboutSectionArea .alert.alert-info.territorial-text {
    padding: 5px 10px;
}

.main-content .aboutSectionArea section.vission-and-mission h3 {
    font-size: 20px;
}

.main-content .aboutSectionArea section.vission-and-mission .overlay-dark {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.2)
  );
  border-radius: 12px;
}

.main-content .aboutSectionArea .vission-and-mission .mission {
    margin-top: 50px;
}

.main-content .aboutSectionArea section.vission-and-mission .mission-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.main-content .aboutSectionArea section.vission-and-mission .mission-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #198754;
  font-weight: bold;
}

.main-content .aboutSectionArea .card-header.mision-head h3 {
    color: #003366;
    padding: 6px 0;
    font-size: 22px !important;
    font-weight: 500 !important;
}
.main-content .aboutSectionArea .card-header.mision-head {
    background: #fff;
}
.main-content .aboutSectionArea span.mission-img {
   margin: 18px 14px 0 0;
    border-radius: 8px;
}
/* .main-content .aboutSectionArea .vission-and-mission .img-fluid {
    max-width: 321px;
    height: 251px;
    width: 625px;
} */
.main-content .aboutSectionArea section.vission-and-mission {
    background: #fff;
    padding: 11px 13px;
}
.main-content .aboutSectionArea section.vission-and-mission .card {
    margin-bottom: 21px;
}

.main-content .aboutSectionArea span.vission-img {
    float: left;
    margin: 0 15px 15px 0;
}

.main-content .aboutSectionArea .vission-and-mission .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
  border-radius: 8px;
}

.main-content .aboutSectionArea .organisation-structure {
      padding: 0rem 0;
    }

.main-content .aboutSectionArea .org-container {
      max-width: 1200px;
      margin: auto;
      position: relative;
	  width: 885px;
    }

.main-content .aboutSectionArea .organisation-structure .org-title {
      text-align: center;
      margin-bottom: 4rem;
      color: #ffffff;
      text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    }

.main-content .aboutSectionArea .organisation-structure .position-card {
      background: linear-gradient(135deg, rgba(2, 60, 130, 0.95), rgba(5, 110, 190, 0.85));
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 16px;
      padding: 0.1rem 0.1rem;
      margin: 0rem 0;
      transition: all 0.4s ease;
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
      width: 90%;
      max-width: 520px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 125px;
    }

.main-content .aboutSectionArea .organisation-structure .position-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 50px rgba(0,0,0,0.6);
    }

.main-content .aboutSectionArea .organisation-structure .left-card  { margin-left: 0; margin-right: auto; }
.main-content .aboutSectionArea .organisation-structure .right-card { margin-left: auto; margin-right: 0; }

.main-content .aboutSectionArea .organisation-structure .position-card h3 {
      font-size: 16px;
      line-height: 22px;
      margin: 0.4rem 0 0.5rem;
      text-align: center;
	  color: #fff;
	  font-weight: 500;
    }

.main-content .aboutSectionArea .organisation-structure .icon-circle {
    width: 60px;
    height: 60px;
    background: #034ea2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
    box-shadow: 0 6px 20px rgba(3,78,162,0.5);
    border: 3px solid #ffffff;
    flex-shrink: 0;
    margin-top: -60px;
}

    /* Animated Arrow on every card */
.main-content .aboutSectionArea .organisation-structure .position-card::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 3px;
      background: #034ea2;
      animation: flowLine 1.8s infinite ease-in-out;
    }

.main-content .aboutSectionArea .organisation-structure .left-card::before {
      right: -60px;
    }

.main-content .aboutSectionArea .organisation-structure .right-card::before {
      left: -60px;
    }

.main-content .aboutSectionArea .organisation-structure .position-card::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
    }

.main-content .aboutSectionArea .organisation-structure .left-card::after {
      right: -75px;
      border-left: 20px solid #034ea2;
      animation: flowLine 1.8s infinite ease-in-out;
    }

.main-content .aboutSectionArea .organisation-structure .right-card::after {
      left: -75px;
      border-right: 20px solid #034ea2;
      animation: flowLine 1.8s infinite ease-in-out;
    }

    @keyframes flowLine {
      0%, 100% { opacity: 0.6; transform: translateY(-50%) scaleX(0.8); }
      50%      { opacity: 1;   transform: translateY(-50%) scaleX(1.1); }
    }

    /* Central vertical line */
.main-content .aboutSectionArea .organisation-structure .org-container::before {
      content: '';
      position: absolute;
      width: 6px;
      background: #034ea2;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      z-index: 0;
      border-radius: 3px;
      box-shadow: 0 0 15px rgba(3,78,162,0.7);
    }

    /* Responsive */
    @media (max-width: 991px) {
.main-content .aboutSectionArea .organisation-structure .position-card::before,
.main-content .aboutSectionArea .organisation-structure .position-card::after { display: none; }
.main-content .aboutSectionArea .organisation-structure .position-card { margin: 4rem auto; }
.main-content .aboutSectionArea .organisation-structure .org-container::before { width: 5px; background: rgba(3,78,162,0.8); }
    }

    @media (min-width: 992px) {
.main-content .aboutSectionArea .organisation-structure .org-container .position-card { width: 33%; padding:10px; margin-top:-30px; min-height: 142px; }
.main-content .aboutSectionArea .organisation-structure .org-container .left-card::before  { right: -70px; }
.main-content .aboutSectionArea .organisation-structure .org-container .right-card::before { left:  -70px; }
.main-content .aboutSectionArea .organisation-structure .org-container .left-card::after   { right: -90px; }
.main-content .aboutSectionArea .organisation-structure .org-container .right-card::after  { left:  -90px; }
    }
.main-content .aboutSectionArea .roster-group-abc h3 {
    font-size: 21px;
  color:#034ea2;
  font-weight:500;
  margin-bottom: 9px;
  } 
.main-content .aboutSectionArea .roster-group-abc {
    padding: 12px 15px;
} 

.main-content .aboutSectionArea .roster-group-abc-accordion h3 {
    font-size: 21px;
    color: #034ea2;
    font-weight: 500;
    margin-bottom: 9px;
} 

.main-content .aboutSectionArea .roster-group-abc-accordion {
  padding:0;
}
.main-content .aboutSectionArea .roster-group-abc-accordion button.accordion-button {
    padding: 14px 19px;
}

.main-content .aboutSectionArea .recruitment-rules-page .contentArea .list-group-item {
    padding: 12px 27px;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
}

.main-content .aboutSectionArea .recruitment-rules-page .contentArea ul li:after {
    top: 10px;
}
.main-content .aboutSectionArea .recruitment-rules-page .contentArea a {
    color: #034ea2;
    text-decoration: underline !important;
}

.main-content .aboutSectionArea .act-trades-page {
    background: #fff;
}
.main-content .aboutSectionArea .act-trades-page .card-body {
    padding: 5px 8px 9px 9px;
  background: #f3f3f3;
}
.main-content .aboutSectionArea .act-trades-page .form-label {
    margin-bottom: 0.1rem;
    font-size: 14px;
    color: #494b4e;
}

/* about history */
.main-content .aboutSectionArea .main-history-page { 
    background: #fff;
    padding: 11px 12px 12px 12px;
}

.main-content .aboutSectionArea .brief-about-patentsystem ul li:after{  
  display:none !important;
}

.main-content .aboutSectionArea .brief-about-patentsystem ul li{
  padding-left: 0px;
  line-height: 21px; 
margin-bottom: 6px;  
}
.main-content .aboutSectionArea .brief-about-patentsystem .list-history p {
  padding: 0px 6px;
  font-size: 14px;
  font-weight:400; 
  text-align: justify; 
  line-height: 21px;  
}
.main-content .aboutSectionArea .brief-about-patentsystem .list-history p:last-child { border-bottom: none; }

.main-content .aboutSectionArea .brief-about-patentsystem .list-sub {
    padding: 0px 6px;
	font-weight:normal;
    }
.main-content .aboutSectionArea .brief-about-patentsystem .list-sub p {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  border: none;
  
}
.main-content .aboutSectionArea .brief-about-patentsystem .list-sub p::before {
  content: "✓";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.main-content .aboutSectionArea .brief-about-patentsystem .list-history i{
    margin-top: 10px;
    color: #003466;
  margin-left: 13px;
}

/* timeline */
.main-content .aboutSectionArea .timeline-history .timeline {
    position: relative;
    padding: 40px 0;
}
.main-content .aboutSectionArea .timeline-history .timeline::before {
    content: '';
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, #3b82f6, #10b981, #f59e0b, #ef4444);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}
.main-content .aboutSectionArea .timeline-history .timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s forwards;
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(even) {
    left: 50%;
}
.main-content .aboutSectionArea .timeline-history .timeline-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 28px;
    right: -10px;
    z-index: 2;
    border: 4px solid white;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(odd) .timeline-marker {
    left: auto;
    right: -10px;
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(even) .timeline-marker {
    left: -10px;
}
.main-content .aboutSectionArea .timeline-history .timeline-content {
    padding: 20px 30px;
    background: white;
    border-radius: 12px;
    border-left: 5px solid;
}
.main-content .aboutSectionArea .timeline-history .timeline-content h4 {
    font-size: 19px;
    font-weight: 500 !important;
    color: #034ea2;
}

.main-content .aboutSectionArea .timeline-history h3.evolution-patents-law {
    color: #000;
    font-size: 28px;
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(odd) .timeline-content {
    border-left: none;
    border-right-color: inherit;
}
.main-content .aboutSectionArea .timeline-history .timeline-year {
    position: absolute;
    top: -27px;
    font-size: 28px;
    font-weight: 500;
    color: #034ea2;
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(odd) .timeline-year {
    right: 30px;
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(even) .timeline-year {
    left: 30px;
}
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(1) { animation-delay: 0.1s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(2) { animation-delay: 0.2s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(3) { animation-delay: 0.3s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(4) { animation-delay: 0.4s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(5) { animation-delay: 0.5s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(6) { animation-delay: 0.6s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(7) { animation-delay: 0.7s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(8) { animation-delay: 0.8s; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(9) { animation-delay: 0.9s; }

/* Mobile Responsive */
@media (max-width: 768px) {
.main-content .aboutSectionArea .timeline-history .timeline::before { left: 30px; }
.main-content .aboutSectionArea .timeline-history .timeline-item { width: 100%; padding-left: 70px; padding-right: 20px; text-align: left !important; }
.main-content .aboutSectionArea .timeline-history .timeline-item:nth-child(odd), .timeline-item:nth-child(even) { left: 0 !important; }
.main-content .aboutSectionArea .timeline-history .timeline-marker { left: 20px !important; }
.main-content .aboutSectionArea .timeline-history .timeline-year { left: 70px; top: -30px; }
}
/* timeline */
/* about history */
.main-content .aboutSectionArea .an-application-jurisdiction p {
    font-size: 15px !important;
    font-weight: 400 !important;
	    text-align: justify;
}
.main-content .aboutSectionArea h2.territorial-jurisdiction {
    font-weight: 500 !important;}
.main-content .aboutSectionArea h2.territorial-jurisdiction-design{
    margin-bottom: 0 !important;} 
.main-content .aboutSectionArea .patent-search img.captcha-code-inpass {
    height: 39px;
    width: 77%;
  float: right;
}
.main-content .aboutSectionArea .patent-search .card-header.bg-patent-search {
    background: #003366;
    padding: 5px 12px;} 
.main-content .aboutSectionArea .patent-search .card-header.bg-patent-search h5 {
    font-weight: 400;
    font-size: 22px;
	color: #fff;
} 

.main-content .aboutSectionArea .patent-search .form-label {
    margin-bottom: .1rem;
    font-size: 15px;
    font-weight: 500;
}
.main-content .aboutSectionArea .patent-search .main-add-btn button.btn.btn-success.add-btn {
    margin-right: 9px;
}
.main-content .aboutSectionArea .patent-search .form-select {
    font-size: 14px;
}
.main-content .aboutSectionArea .patent-search .form-control{
  font-size: 14px;
}
.main-content .aboutSectionArea .view-on.wipo-patentscope {
    display: flex;
    justify-content: center;}
.main-content .aboutSectionArea .card-header.appli-status-bg {
    background: #003366;
    padding: 5px 0;
}

.main-content .aboutSectionArea .application-status-track-status input#ApplicationNumber {
    font-size: 14px;
}

.main-content .aboutSectionArea .application-status-track-status input#CaptchaText {
    font-size: 14px;
}
.main-content .aboutSectionArea .application-status-track-status .card-body{
    padding: 7px 11px 10px 11px !important;
} 

.main-content .aboutSectionArea .card-header.appli-status-bg h5 {
    font-size: 20px;
    font-weight: 400;
}
.main-content .aboutSectionArea button.btn.show-status-btn {
    font-size: 16px;
}

.main-content .aboutSectionArea img.captcha-img-show {
    height: 35px;
    width: 70%;}
.main-content .aboutSectionArea a.view-btn-causelist {
    font-size: 16px !important;
} 

.main-content .aboutSectionArea .modal-header.bg-modalpopup {
    background: #05376a;
    padding: 4px 10px;
    }
.main-content .aboutSectionArea .modal-header.bg-modalpopup h5 {
    font-size: 19px;
    font-weight: 500;
} 

.main-content .aboutSectionArea #captchaModal .modal-lg, .modal-xl {
    --bs-modal-width: 474px;
}

.main-content .aboutSectionArea #causeListTable {
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

.main-content .aboutSectionArea #causeListTable thead th {
    background-color: #034ea2;
    color: white;
    border: none;
  }
.main-content .aboutSectionArea .patents-table-journal .pdf-link{
  margin-bottom: 6px;
}  
.main-content .aboutSectionArea .patents-table-journal.informationworkingtable a.btn.btn-link-viewpage {
    font-size: 15px !important;
    white-space: nowrap;
}

.main-content .aboutSectionArea .patents-table-journal.informationworkingtable a.btn.btn-link-viewpage:hover {
    color:#000 !important;
}
.main-content .aboutSectionArea .dynamic-disposal-information-form h5.fer-form-headdisposal {
    font-size: 18px;
    color: #034ea2;
    font-weight: 400;
    /* float: right; */
    margin-bottom: 9px;
    margin-top: 7px;
}

.main-content .aboutSectionArea .card-header.bg-invetion-page {
    background: #003366;
    color: #fff;
}

.main-content .aboutSectionArea ul.nav.nav-pills.status-navigation li {
    display: inline !important;
    padding-left: 0;
    position: inherit;
}

.main-content .aboutSectionArea ul.nav.nav-pills.status-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
    display: inline-flex;
}
.main-content .aboutSectionArea ul.nav.nav-pills.status-navigation::after {
    display: none !important;
}

.main-content .aboutSectionArea .nav-pills .nav-link.active, .main-content .aboutSectionArea .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #034ea2;
}
.main-content .aboutSectionArea .an-application-jurisdiction-startups h4 {
    margin: 17px 0 11px 0;
    font-weight: 400;
    font-size: 18px;
    color: #000 !important;
}

.main-content .aboutSectionArea .an-application-jurisdiction-startups h4 a {
    font-size: 18px;
    color: #034ea2 !important;
  text-decoration:underline;
} 

.main-content .aboutSectionArea .an-application-jurisdiction-startups h5 {
    font-size: 18px;
    color: #000 !important;
  font-weight:400;
  margin-bottom: 10px;
}

.main-content .aboutSectionArea .recruitment-rules-page.startupsintellectualpage {
    margin-top: 21px;
} 
.main-content .aboutSectionArea .an-application-jurisdiction-startups h4 strong {
    font-weight: 400;
}

.main-content .aboutSectionArea a.btn-inpa-ipmtra {
    background: #003366;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 6px;
}

.main-content .aboutSectionArea a.btn-inpa-ipmtra:hover {
    background: #034ea2;
    color: #fff !important;
    }
.main-content .aboutSectionArea .card-header.electronic-registerbg {
    background: #003366;
   }
.main-content .aboutSectionArea .card-header.electronic-registerbg h3.electronic-register-head {
    background: #003366;
    font-size: 20px;
} 

.main-content .aboutSectionArea .electronic-register-patent-agents .defaulted-box a {
    background: #003366;
    display: grid;
    text-align: center;
    border-radius: 6px;
    padding: 5px 4px;
    font-size: 14px;
    height: 63px;
    align-items: center;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.main-content .aboutSectionArea .electronic-register-patent-agents .defaulted-box a:hover {
    background: #000;
   color:#f1f1f1;
}

.main-content .aboutSectionArea .electronic-register-patent-agents .processpatent-agent a {
    color: #034ea2;
}
.main-content .aboutSectionArea .col-lg-3.col-md-6.d-grid.showAgentbtn {
    width: 148px;
}
.main-content .aboutSectionArea .col-lg-3.col-md-6.d-grid.showAgentAllbtn {
    width: 176px;
}

.main-content .aboutSectionArea section.patent-agent-section h3 {
    font-size: 20px;
    color: #034ea2;
    font-weight: 500;
}

.main-content .aboutSectionArea .gi-geographical-indication-page {
    padding: 5px 9px;
}
.main-content .aboutSectionArea .gi-geographical-indication-page ul li {
    font-weight: 300; text-align: justify;}
.main-content .aboutSectionArea .gi-geographical-indication-page p {
    text-align: justify; font-weight: 400;}
.main-content .aboutSectionArea .gi-geographical-indication-page ol li {
    font-weight: 300; text-align: justify;}	
.main-content .aboutSectionArea .gi-geographical-indication-page h4 {
    margin-bottom: 11px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    letter-spacing: normal;
}
.main-content .aboutSectionArea .gi-geographical-indication-page h5 {
    margin-bottom: 11px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    letter-spacing: normal;
}	

.main-content .aboutSectionArea .gi-geographical-indication-page h3 {
    margin-bottom: 11px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    letter-spacing: normal;
}

.main-content .aboutSectionArea a#ContentPlaceHolder1_NewsList1_hlArchive {
    color: #034ea2;
	margin-top:15px;
}

.main-content .aboutSectionArea .archivenews-mg {
    margin-top: 5px;
	font-size:20px;
}

.main-content .aboutSectionArea thead th:first-child {
    border-top-left-radius: 8px;
}

/* Right top corner */
.main-content .aboutSectionArea thead th:last-child {
    border-top-right-radius: 8px;
}
.main-content .aboutSectionArea table.table {
    border: 1px solid #ddd;   
    border-radius: 8px;       
    overflow: hidden;         
}
.main-content .aboutSectionArea a.btn.btn-sm.btn-dark.view-refused{color:#fff;}

.main-content .aboutSectionArea .contact-and-support-info a {
    color: #034ea2;
}
a.contact-and-support-csi{
	color: #034ea2;
}

.main-content .aboutSectionArea .e-service-page-top {
    background: #fff;
    padding: 6px;
    height: 338px;
    margin-bottom: 22px;
    border-radius: 8px;
}

.breadcumb-wrapper.background-image {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
	z-index:-1;
   
}

.breadcumb-wrapper.background-image:after {
    content: "";
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}
a.btn-02-none {
    color: #000;
	font-weight: 500; 
}

a.btn-02-none:hover {
    color: #034ea2;
	}
#patentAccordion .accordion-body{
    margin-top: 4px;
}

.main-content .aboutSectionArea h3.contactHeading {
    text-align: center;
       margin-top: 26px; 
}
.main-content .aboutSectionArea h3.contactHeading a {
    color: #034ea2 !important;
	text-decoration: underline;
	font-size: 18px !important; 
}

.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.main-content .aboutSectionArea .contactAreaPanel .contactAreaBox .accordion-item .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}


.main-content .aboutSectionArea .innerpage-heading-title  {
    padding: 8px 11px;
    text-align: left;
    background: rgb(9 57 110);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px 10px 0 0;
	margin-top: -29px;
}

.main-content .aboutSectionArea .innerpage-heading-title h1 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.main-content .aboutSectionArea h2.sec-title.rgni {
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 0px 0px 0 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    color: #034ea2;
    font-weight: 600;
    letter-spacing: normal; 
}


.main-content .aboutSectionArea .contactAreaPanel .accordion .accordion-item h2 button {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
    color: #034ea2;
}
.main-content .aboutSectionArea .inviduals-Startups-whatis ul {
    float: left;
    margin-right: 46px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.main-content .aboutSectionArea .inviduals-Startups-whatis {
    margin-top: 0;
    overflow: hidden;
    margin-bottom: 0;}
.main-content .aboutSectionArea .alert.alert-success.applicants-alert {
    padding: 6px 8px;
}
.main-content .aboutSectionArea .forms-official-fees .archive-policy-page .tab {
    padding: 5px 11px;
    font-size: 15px;
    margin-bottom: 7px;
}

/* ip bricks start*/
.main-content .aboutSectionArea .ip-bricks h4 {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 8px !important;
}
.main-content .aboutSectionArea .ip-bricks p {
    text-align: justify;
    line-height: 23px;
    font-size: 14px !important;
}
.main-content .aboutSectionArea .ip-bricks ol  {
    padding:1px 0 14px 19px; margin:0;
	    text-align: justify;
}

.main-content .aboutSectionArea .ip-bricks ol li  {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
	line-height:22px;
	    text-align: justify;
}

.main-content .aboutSectionArea .ip-bricks ul li {
    margin-bottom: 15px;
    color: #2a2a2a;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}

.main-content .aboutSectionArea .ip-bricks ul {
    padding: 5px 0 0 0;
    }

.main-content .aboutSectionArea .ip-bricks {
    padding: 0 21px;
}

.main-content .aboutSectionArea .ip-bricks h2 {
    margin-bottom: 0px;
	font-size:18px;
    }
.main-content .aboutSectionArea .ipbrickshead {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}	

.main-content .aboutSectionArea .ip-bricks .brcks-2026 {
    text-align: center;
    margin: 5px 0 4px 0;
}	

.main-content .aboutSectionArea .ip-bricks .brcks-2026 h3 {
    color: #034ea2;
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 11px;
}
.main-content .aboutSectionArea .ip-bricks .brcks-2026 h6 {
    color: #034ea2;
    text-transform: none;
    font-size: 22px;
    margin-top: 4px;
    font-style: italic;
}
.main-content .aboutSectionArea .ip-bricks ol li strong {
    color: #000000;
    font-weight: 500;
}

/* slide */
.main-content .aboutSectionArea .ip-bricks #ongoingProjectsSlider {
    background: #f2f2f2;
    padding: 40px 20px;
    border-radius: 6px;
}

.main-content .aboutSectionArea .ip-bricks #ongoingProjectsSlider h4 {
    color: #1f5ea8;
    margin-bottom: 15px !important;
}

.main-content .aboutSectionArea .ip-bricks .projectText {
    color: #1f5ea8 !important;
    font-size: 22px !important;
    font-style: italic;
    max-width: 900px;
    margin: auto !important;
	height: 57px;
	text-align: center !important;
}

.main-content .aboutSectionArea .ip-bricks .projectText i {
    font-size: 22px;
    margin: 0 8px;
}

.main-content .aboutSectionArea .ip-bricks .carousel-indicators [data-bs-target] {
    background-color: #1f5ea8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
/* slide */
/* ip bricks end */
.vs-header .sticky-wrapper .header-icons .btn {

  border: 4px solid #fff;     
  min-height: 2em; 
 /*  border-radius: 1px 19px; */
  resize: both;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' stroke-width='100' transform='rotate(0 0 0)' stroke-linecap='square' stroke-linejoin='round' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 8s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

.main-content .aboutSectionArea .card.border-0.sicldr-aboutcard {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom: 25px;
}
.main-content .aboutSectionArea .card.border-0.sicldr-aboutcard .card-body {
    padding: 5px 11px 0  11px;
}	

.main-content .aboutSectionArea .card.border-0.sicldr-aboutcard p {
    font-size: 14px;
    line-height: 22px;
}
.main-content .aboutSectionArea .card.border-0.sicldr-aboutcard h2 {
    
    padding: 3px 13px 1px 0px;
    margin-bottom: 0px !important;
    font-size: 19px !important;
    
}


.main-content .aboutSectionArea .international-cooperation .forms-official-fees .tab {
   padding: 6px 13px;
   margin-right: 4px;
  background: #003366;
   color: #fff;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees button.tab {
    font-size: 14px;
	border-radius: 10px 0px 10px 0;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees p {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .tab:hover {
    background: #034ea2;
    color: #fff;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .tab.active {
    background: #034ea2;
    color: #fff;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees h2 {
    margin-bottom: 0px;
    font-size: 20px;
    color: #034ea2;
    font-weight: 500;
    }
.main-content .aboutSectionArea .international-cooperation .forms-official-fees div#megaAccordion {
    margin-top: 5px;
}	
.main-content .aboutSectionArea .international-cooperation .forms-official-fees strong {
    margin-bottom: 6px;
    font-size: 18px;
    color: #034ea2;
    font-weight: 400;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .table-container {
    margin-top: 12px; margin-bottom:0;}	
.main-content .aboutSectionArea .international-cooperation .forms-official-fees a.activetable {
    color: #fff !important;
    background: #016a31;
    padding: 2px 6px;
    border-radius: 4px;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees a.activetable:hover {
    color: #f1f1f1 !important;
    background: #227a2d;
    }
.main-content .aboutSectionArea .international-cooperation .forms-official-fees .accordion .accordion-item h2 button {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 11px;
	margin-bottom: 0px !important;
	color: #034ea2;
}
.main-content .aboutSectionArea .international-cooperation .forms-official-fees .accordion .accordion-item {
    margin-bottom: 8px;
}	

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .accordion .accordion-body {
    padding: 11px 11px;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .recruitment-rules-page .contentArea .list-group-item {
    padding: 12px 27px;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .recruitment-rules-page ul {
    margin: 0px 0px 0px;
    }

.main-content .aboutSectionArea .international-cooperation .forms-official-fees h3 {
    margin-bottom: 7px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-top: 18px;
	letter-spacing: 0;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees .CGPDTM-bricks {
    margin: 10px 15px;
}

.main-content .aboutSectionArea .international-cooperation .forms-official-fees p.paraBox {
    margin-top: 10px !important;
}

div#upcomingeventsic .recruitment-rules-page.december-2025ic ol.list-group.list-group-flush {
    margin-bottom: 0 !important;
}

div#upcomingeventsic h3 {
    color: #000;
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 5px;
}

.main-content .aboutSectionArea div#upcomingeventsic .recruitment-rules-page .contentArea .list-group-item {
    padding: 12px 27px;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
    border: none;
}

.main-content .aboutSectionArea div#upcomingeventsic .recruitment-rules-page .contentArea ol.list-group.list-group-numbered{
padding:0;
margin-bottom: 0;	
}

.main-content .aboutSectionArea div#upcomingeventsic .recruitment-rules-page .contentArea ol.list-group.list-group-numbered{
padding:0;
margin-bottom: 0;	
}


/* Contact Card */
.main-content .aboutSectionArea #contactic .contactBox {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 9px;
    transition: 0.3s ease;
    border: 1px solid #e2e2e2;
}

.main-content .aboutSectionArea #contactic .contactBox:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Image + Content */
.main-content .aboutSectionArea #contactic .contactPic {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 12px;
}

/* Image */
.main-content .aboutSectionArea #contactic .contactPic img {
    width: 237px;
    
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Name & Designation */
.main-content .aboutSectionArea #contactic .contactPic p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #333;
}

.main-content .aboutSectionArea #contactic .contactPic strong {
    font-size: 16px;
    color:#034ea2
}

.main-content .aboutSectionArea #contactic .contactPic strong {
    font-size: 16px;
    color:#034ea2
}

/* Email */
.main-content .aboutSectionArea #contactic .contactBox a {
    color: #034ea2;
    text-decoration: none;
    word-break: break-word;
    font-size: 14px;
}

.main-content .aboutSectionArea #contactic strong.extIcon-eamil {
    color: #333 !important;
    font-weight: 500;
}

.main-content .aboutSectionArea #contactic .contactBox a:hover {
    text-decoration: underline;
}

/* Label (Email:) */
.main-content .aboutSectionArea #contactic .extIcon {
    font-weight: 600;
    color: #000;
}
.main-content .aboutSectionArea #contactic .profp-pandit p {
    font-size: 14px;
}

.main-content .aboutSectionArea .main-grid-gallery h2.box-title {
    color: #fff !important;
    font-size: 14px !important;
}
/* i.fas.fa-chevron-down {
    font-size: 12px;
} */

/* footer design nsfdc */
.section-footer .footer {
    position: relative;
    z-index: 1;
    background-size: contain;
    /* background-color: rgb(41, 19, 108); */
    background-color: #003466;
	
    height: 100%;
    color: rgb(255, 255, 255);
    background-position: center center;
    padding-top: 41px;
    padding-bottom: 11px;
}

.section-footer .footer-widget .footer-title {
    position: relative;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
	font-weight: 700;
}
.section-footer .footer-nav a:hover::after {
    width: 100%;
}
.section-footer .footer .footer-widget .footer-title::after {
    position: absolute;
    bottom: -15px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 2px;
    content: "";
}
.section-footer .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 16px;
	list-style: none;
	margin: 0;
    padding: 0;
}
.section-footer .footer-nav ul li i {
    margin-right: 5px;
    font-size: 12px;
}
.section-footer .footer-nav a {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 16px;
}

.section-footer .footer-nav a:hover {
    color: rgb(255, 255, 255);
}

.section-footer .fa-chevron-right:before {
    content: '\f054';
}

.section-footer .footer-widget .footer-title {
    position: relative;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
	font-size:18px;
}

.section-footer .footer-widget .footer-title.rtLine::after {
    position: absolute;
    bottom: -15px;
    left: auto;
    right: 0px;
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 2px;
    content: "";
}

.section-footer .footer-nav a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 0%;
    height: 1px;
    content: "";
}

.section-footer .social-menu {
    display: flex;
    font-size: 1.125rem;
    gap: 20px;
}

.section-footer .social-menu.is-text-link-orange a {
    color: rgb(255, 255, 255);
	font-size:18px;
}

.section-footer .social-menu.is-text-link-orange a:hover {
    color: rgb(255, 125, 68);
}

.section-footer .govtImgArea a {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 5px 15px;
    border-radius: 5px;
}

.section-footer .govtImgArea a img { 
    height: 25px;
}

footer.section-footer {
    z-index: 9999;
    position: relative;
}

.section-footer footer a {
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.section-footer .footer-widget.footer-widget-nav {
    margin-bottom: 0;
}

a.adgonline-text {
    color: #fbbc05;
}
a.adgonline-text:hover {
    color: #9f9292;
}
/* footer design nsfdc */

/* 24-2-2026 */
/* ── Card Wrapper ── */
    .main-content .aboutSectionArea .cg-profile-card {
      position: relative;
      width: 294px;
      background: #ffffff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow:
        0 4px 6px rgba(0,0,0,0.04),
        0 10px 40px rgba(0,51,102,0.12),
        0 0 0 1px rgba(0,51,102,0.06);
      float: right;
      margin: 0 0 1.5rem 1.5rem;
      animation: fadeSlideIn 0.5s ease both;
    }

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

    /* ── Top accent bar ── */
    .main-content .aboutSectionArea .cg-profile-card::before {
      content: '';
      display: block;
      height: 5px;
      background: linear-gradient(90deg, #003366 0%, #0066cc 60%, #0099cc 100%);
    }

    /* ── Photo area ── */
    .main-content .aboutSectionArea .cg-photo-wrap {
      position: relative;
      padding: 9px 9px 0;
      display: flex;
      justify-content: center;
    }

    .main-content .aboutSectionArea .cg-photo-ring {
      width: 170px;
      height: 170px;
      border-radius: 50%;
      padding: 3px;
      background: linear-gradient(135deg, #003366, #0099cc);
      box-shadow: 0 6px 20px rgba(0,51,102,0.25);
      flex-shrink: 0;
    }

    .main-content .aboutSectionArea .cg-photo-ring img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      display: block;
    }

    /* ── Badge ── */
    .main-content .aboutSectionArea .cg-badge {
      position: absolute;
      bottom: 2px;
      right: calc(50% - 55px - 2px);
      background: #003366;
      color: #fff;
      font-size: 9px;
      font-weight: 600;
      letter-spacing: 0.5px;
      padding: 3px 8px;
      border-radius: 20px;
      border: 2px solid #fff;
      white-space: nowrap;
    }

    /* ── Text area ── */
    .main-content .aboutSectionArea .cg-info {
      padding: 5px 7px 0px;
      text-align: center;
    }

    .main-content .aboutSectionArea .cg-name {
    font-size: 15px;
    font-weight: 600;
    color: #003366;
    margin: 0 0 6px;
    line-height: 1.3;
    letter-spacing: 0;
}

    .main-content .aboutSectionArea .cg-divider {
      width: 36px;
      height: 2px;
      background: linear-gradient(90deg, #0066cc, #0099cc);
      margin: 0 auto 0px;
      border-radius: 2px;
    }

    .main-content .aboutSectionArea .cg-designation {
      font-size: 11.5px;
      color: #4a5568;
      line-height: 1.6;
      font-weight: 400;
      margin: 0;
    }
	
	.main-content .aboutSectionArea .message-from-cgpdm-p .cg-profile-card p{
	margin: 0;
    padding: 0;
    margin-bottom: 7px;
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 500;
    line-height: 20px;
	text-align: center;
	}

    .main-content .aboutSectionArea .cg-designation strong {
      color: #1a365d;
      font-weight: 600;
    }

    /* ── Bottom strip ── */
    .main-content .aboutSectionArea .cg-footer {
      background: linear-gradient(90deg, #003366, #0066cc);
      padding: 8px 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    .main-content .aboutSectionArea .cg-footer span {
      color: rgba(255,255,255,0.85);
      font-size: 10px;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      font-weight: 500;
    }

    .main-content .aboutSectionArea .cg-footer-dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(255,255,255,0.4);
    }
/* ── Section Heading ── */
    .main-content .aboutSectionArea .pct-system-pctpage .pct-section-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--ip-blue);
      padding-bottom: 10px;
      border-bottom: 3px solid var(--ip-blue-lt);
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-section-title i { color: var(--ip-blue-lt); }

    /* ── Intro highlight box ── */
    .main-content .aboutSectionArea .pct-system-pctpage .pct-intro-box {
      background: linear-gradient(135deg, #e8f1fb, #f4f7fd);
      border-left: 4px solid var(--ip-blue-lt);
      border-radius: 0 10px 10px 0;
      padding: 16px 20px;
      margin-bottom: 20px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-intro-box p { margin: 0; font-size: 14px; color: #334; line-height: 1.75; }

    /* ── Overview box ── */
    .main-content .aboutSectionArea .pct-system-pctpage .pct-overview-box {
      background: #fff;
      border: 1px solid var(--ip-border);
      border-radius: 10px;
      padding: 18px 20px;
      margin-bottom: 20px;
      font-size: 14px;
      color: #444;
      line-height: 1.75;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-overview-box .label {
      font-weight: 700;
      color: var(--ip-blue);
      font-size: 15px;
      display: block;
      margin-bottom: 6px;
    }

    /* ── Advantages fieldset ── */
    .main-content .aboutSectionArea .pct-system-pctpage .pct-advantages {
      border: 2px solid var(--ip-border);
      border-radius: 12px;
      padding: 20px 22px 10px;
      margin-bottom: 20px;
      background: #fff;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-advantages legend {
      font-weight: 700;
      color: var(--ip-blue);
      font-size: 14.5px;
      padding: 0 10px;
      width: auto;
      float: none;
      margin-bottom: 16px;
      background: #fff;
      border-radius: 4px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .adv-row {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      padding: 12px 0;
      border-bottom: 1px solid #eef3fa;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .adv-row:last-child { border-bottom: none; padding-bottom: 0; }
    .main-content .aboutSectionArea .pct-system-pctpage .adv-num {
      width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
      background: linear-gradient(135deg, var(--ip-blue), var(--ip-blue-lt));
      color: #fff; font-weight: 700; font-size: 14px;
      display: flex; align-items: center; justify-content: center;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .adv-title {
      font-weight: 700; color: var(--ip-blue);
      font-size: 14px; margin-bottom: 4px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .adv-desc { font-size: 14px; color: #555; line-height: 1.65; margin: 0; }

    /* ── Where / How to File ── */
    .main-content .aboutSectionArea .pct-system-pctpage .pct-file-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 20px;
    }
    @media (max-width: 640px) { .main-content .aboutSectionArea .pct-system-pctpage .pct-file-row { grid-template-columns: 1fr; } }

    .main-content .aboutSectionArea .pct-system-pctpage .pct-file-box {
      background: var(--ip-light);
      border: 1px solid var(--ip-border);
      border-radius: 10px;
      padding: 16px 18px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-file-box .box-label {
      font-weight: 700; color: var(--ip-blue);
      font-size: 14px; margin-bottom: 8px;
      display: flex; align-items: center; gap: 8px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-file-box p { font-size: 14px; color: #444; margin-bottom: 10px; line-height: 1.65; }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-file-box .btn-links { display: flex; flex-wrap: wrap; gap: 8px; }

    .main-content .aboutSectionArea .pct-system-pctpage .btn-pct {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--ip-blue); color: #fff;
      border-radius: 6px; padding: 5px 13px;
      font-size: 12px; font-weight: 600;
      text-decoration: none; border: none;
      transition: background .2s;
      white-space: nowrap;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .btn-pct:hover { background: var(--ip-blue-mid); color: #fff; }
    .main-content .aboutSectionArea .pct-system-pctpage .btn-pct.outline {
      background: transparent;
      border: 1.5px solid var(--ip-blue);
      color: var(--ip-blue);
    }
    .main-content .aboutSectionArea .pct-system-pctpage .btn-pct.outline:hover { background: var(--ip-blue); color: #fff; }

    /* ── Contact strip ── */
    .main-content .aboutSectionArea .pct-system-pctpage .pct-contact {
      background: linear-gradient(90deg, var(--ip-blue), var(--ip-blue-lt));
      border-radius: 10px;
      padding: 16px 22px;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-contact .ct-label {
      font-weight: 700; font-size: 14px;
      white-space: nowrap;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-contact .ct-divider {
      width: 1px; height: 32px;
      background: rgba(255,255,255,0.3);
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-contact a {
      color: #a8d8ff; text-decoration: none; font-size: 13.5px;
    }
    .main-content .aboutSectionArea .pct-system-pctpage .pct-contact a:hover { color: #fff; text-decoration: underline; }
	:root {
      --ip-blue:     #003366;
      --ip-blue-mid: #0055a5;
      --ip-blue-lt:  #0077cc;
      --ip-accent:   #e8a000;
      --ip-light:    #f0f6ff;
      --ip-border:   #d0e2f5;
    }
.main-content .aboutSectionArea .ipo-iapages ul.list-group.list-group-numbered .list-group-item {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0;
    /* border-bottom: 0; */
}	

.main-content .aboutSectionArea .Contact-Details-pctpage .electronic-register-patent-agents .defaulted-box .pct-afdas a {
    color: #fff !important;
}

/* ── Outer Card ── */
.main-content .aboutSectionArea .pct-contact-wrapper {
      background: #fff;
      border-radius: 16px;
      border: none;
      box-shadow: 0 4px 24px rgba(0, 51, 102, 0.10);
      overflow: hidden;
    }

    /* ── Card Header ── */
.main-content .aboutSectionArea .pct-contact-header {
      background: linear-gradient(135deg, #003366 0%, #0055a5 60%, #0077cc 100%);
      padding: 18px 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
.main-content .aboutSectionArea .pct-contact-header .header-icon {
      width: 40px; height: 40px;
      background: rgba(255,255,255,0.15);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 18px; color: #fff;
      flex-shrink: 0;
    }
.main-content .aboutSectionArea .pct-contact-header h6 {
      color: #fff; font-weight: 700;
      font-size: 15px; margin: 0;
    }
.main-content .aboutSectionArea .pct-contact-header span {
      color: rgba(255,255,255,0.7);
      font-size: 12px;
    }

    /* ── Card Body ── */
.main-content .aboutSectionArea .pct-contact-body { padding: 22px; }

    /* ── Individual Contact Box ── */
.main-content .aboutSectionArea .pct-box {
      border-radius: 12px;
      border: 1.5px solid #d0e2f5;
      background: #f5f9ff;
      padding: 16px 18px;
      height: 100%;
      transition: all 0.2s ease;
      position: relative;
      overflow: hidden;
    }
.main-content .aboutSectionArea .pct-box::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px; height: 100%;
      background: linear-gradient(180deg, #003366, #0077cc);
      border-radius: 4px 0 0 4px;
    }
.main-content .aboutSectionArea .pct-box:hover {
      border-color: #0077cc;
      background: #eef5ff;
      box-shadow: 0 6px 20px rgba(0, 85, 165, 0.12);
      transform: translateY(-2px);
    }

    /* ── Icon + Title side by side ── */
.main-content .aboutSectionArea .pct-box-top {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
.main-content .aboutSectionArea .pct-box-icon {
      width: 38px; height: 38px;
      border-radius: 10px;
      background: linear-gradient(135deg, #003366, #0077cc);
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 15px;
      box-shadow: 0 3px 10px rgba(0,51,102,0.2);
      flex-shrink: 0;
    }
.main-content .aboutSectionArea .pct-box-title {
      font-size: 13.5px;
      font-weight: 700;
      color: #003366;
      line-height: 1.4;
      margin: 0;
    }

    /* ── Divider ── */
.main-content .aboutSectionArea .pct-box-divider {
      height: 1px;
      background: linear-gradient(90deg, #c5d9f0, transparent);
      margin-bottom: 10px;
    }

    /* ── Email Row ── */
.main-content .aboutSectionArea .pct-email-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }
.main-content .aboutSectionArea .pct-email-label {
      font-size: 11px;
      font-weight: 600;
      color: #6c8aaa;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      white-space: nowrap;
    }
.main-content .aboutSectionArea .pct-email-link {
      font-size: 13px;
      font-weight: 600;
      color: #0055a5;
      text-decoration: none;
      word-break: break-all;
      transition: color 0.2s;
    }
.main-content .aboutSectionArea .pct-email-link:hover {
      color: #003366;
      text-decoration: underline;
    }

    /* ── Copy Button ── */
.main-content .aboutSectionArea .pct-copy-btn {
      background: none;
      border: none;
      color: #9ab0cc;
      font-size: 12px;
      cursor: pointer;
      padding: 2px 4px;
      border-radius: 4px;
      transition: color 0.2s, background 0.2s;
      margin-left: auto;
      flex-shrink: 0;
    }
.main-content .aboutSectionArea .pct-copy-btn:hover { color: #0055a5; background: #ddeeff; }
/* 24-2-2026 */	
/* new 5-2-2026 imran*/



/*  .aboutSectionArea .organisation-structure .position-card h3 {
    font-size: 13px !important;
  }
  .aboutSectionArea .organisation-structure .org-container .position-card{
    width: 30% !important;
  }*/