
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');


body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 100%;
    overflow-x:hidden;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #666666;
}
img {
    max-width: 100%;
    height: auto;    
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}
.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}
.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #0074da;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: 1px solid #fff;
    color: #fff;
	border-radius: 15px;
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #666;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.appao-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input::-webkit-input-placeholder {
    color: #666;
}

.shadow-4 {	text-shadow: 4px 2px 2px #052b22; }

.shadow-1 {	text-shadow: 1px 2px 2px #052b22; }

.gold {
  color: #ffd700 !important;
}

.lngg{
     position:absolute;
     bottom:0;
     left: 1%;
}



/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 18px 0;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}
.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 16px;
	margin: 0 3px;
    border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
    border: 1px solid #fff;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: 1px solid #fff;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.header.sticky {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}

.logo a img {
    width: 64px;
}

.pt-45 {
    padding-top: 4rem;
}

.aryacoin {
    width: 90px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
    padding-top: 140px;
	z-index: 1;
	position: relative;
    background-image: url(../img/hero-area.png);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
	overflow: hidden;
}
.hero-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	
}
.hero-area-content {
    color: #fff;
	padding: 80px 0 30px;
}

.pbt12 {
    padding-bottom: 12rem;
}
.hero-area-content h1 {
    color: #fff;
}
.hero-area-content p {
    margin: 28px 0 25px;
}
.hero-area-content .appao-btn {
    margin-top: 15px;
    margin-right: 15px;
}
.hand-mockup {
    position: absolute;
    bottom: 35px;
    max-width: 100%;
}

.container-reset {
    padding-right: 0px !important; 
    padding-left: 22px !important;
    margin-right: 1px !important; 
    margin-left: 1px !important;
}

:root{
    --btn-bg: #ff7a00;   
    --btn-bg-2:#ffb300;   
    --txt: #130700;      
    --glow: #ffdd6e;     
    --flame1:#fff4bf;    
    --flame2:#ffd769;
    --flame3:#ff9b2f;
    --flame4:#ff5a1f;     
    --shadow: rgba(0,0,0,.25);
  }


  .appao-btn{
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 12px;
    font: 700 16px/1.1 system-ui, Segoe UI, Roboto, sans-serif;
    text-decoration: none;
    color: var(--txt);
    background: radial-gradient(120% 160% at 50% 20%, var(--btn-bg-2), var(--btn-bg));
    box-shadow:
      0 10px 18px var(--shadow),
      0 0 0 2px rgba(255,255,255,.06) inset,
      0 0 30px 6px rgba(255,160,0,.45);
    letter-spacing:.2px;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
    isolation: isolate;
  }
  .appao-btn:hover{ transform: translateY(-1px) scale(1.02); filter: brightness(1.05); }
  .appao-btn:active{ transform: translateY(0) scale(0.99); }

  .aryacoin-div{
    border: 1px solid red;
    border-radius: 5px;
    background: darkred;
  }

  

/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/


/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/
.about-area {	
    text-align: center;   
}

.text-justify{ text-align: justify;}

.pt-1-5{padding-top: 1.5rem;}

.w-20-rem{width: 20rem;}

.hint{font-size:12px;color:#9fb0c7}

.meta{font-size:14px;color:#a7b3c6;margin-bottom:16px}

.field{flex:1 1 260px;display:flex;flex-direction:column;gap:8px}
label{font-size:14px;color:#cbd5e1}
input[type="number"],input[type="email"],input[type="text"]{
    background:#0f172a;
    border:1px solid #334155;
    color:#e2e8f0;
    border-radius:10px;
    padding:12px 14px;
    font-size:15px;
    outline:none
}
input:focus{border-color:#64748b}
.summary{background:#0f172a;border:1px dashed #334155;border-radius:10px;padding:12px 14px;font-size:14px;color:#cbd5e1}
.summary strong{color:#ffffff}
.error{color:#ff6b6b;font-size:13px;margin-top:6px;display:none}
.btn{cursor:pointer;background:#22c55e;border:none;color:#06210e;padding:12px 18px;border-radius:12px;font-weight:700;font-size:15px}
.btn-tr{cursor:pointer;background:transparent;border:none;color:#06210e;padding:12px 18px;border-radius:12px;font-weight:700;font-size:15px}
.btn:disabled{opacity:.55;cursor:not-allowed}
.hint{font-size:12px;color:#9fb0c7}
.divider{height:1px;background:#233046;margin:18px 0}
.foot{font-size:12px;color:#92a3bb}

a.disabled {
    pointer-events: none;
}

.our-story {
    background: url(../img/our-story-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    height: 1024px;
    border: 2px solid orange;
    border-radius: 10px;
    background-size: cover;
    z-index: 1;
    padding-top: 880px;
    
    opacity: 0.9
}

.our-story div {
    background-color: #2a434c;
    padding: 5px 30px 5px 30px;
}

.our-story p {
    font-size: 17px;
    opacity: 1 !important;
}


.single-about-box {
	padding: 25px;
    transition: all 0.4s;
}
.single-about-box i::before {
    color: #0074da;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}

.orange{ color: orange;}

.darkgreen{ color: #2f4f4f;}

.pt-90 {padding-top: 90px;}

.ap-manualpay {
    /* Component wrapper; does not force page background */
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: var(--ap-text);
  }

  .ap-card{
    background: var(--ap-card);
    border: 1px solid var(--ap-border);
    border-radius: 16px;
    padding: 20px 20px 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    max-width: 960px;
    margin: 0 auto;
  }

  .ap-header h2{
    margin: 0 0 6px 0;
    font-size: 22px;
    letter-spacing: .2px;
  }
  .ap-subtitle{
    margin: 0;
    color: var(--ap-muted);
    font-size: 14px;
  }

  .ap-intro{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(247,192,74,.08), transparent);
    border: 1px solid rgba(247,192,74,.35);
    border-radius: 12px;
    padding: 12px 14px;
    margin: 14px 0 10px;
  }
  .ap-intro__icon{
    color: var(--ap-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
  }
  .ap-intro p{
    margin: 0;
    line-height: 1.6;
    font-size: 14.5px;
  }

  .ap-notes{
    list-style: none;
    padding: 0;
    margin: 16px 0 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ap-note{
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 10px;
    border: 1px dashed var(--ap-border);
    border-radius: 12px;
    padding: 12px;
    background: #0f172a;
  }
  .ap-note--warn{
    border-color: rgba(245,158,11,.55);
    background: rgba(245,158,11,.06);
  }

  .ap-note__icon{
    color: var(--ap-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ap-note--warn .ap-note__icon{
    color: var(--ap-warn);
  }

  .ap-note__body h3{
    margin: 0 0 4px 0;
    font-size: 14.5px;
  }
  .ap-note__body p{
    margin: 0;
    color: var(--ap-muted);
    font-size: 13.5px;
    line-height: 1.5;
  }

  .select2-container { width: 100% !important; }

  .label-h3{
    font-size: 14.5px;
    font-weight: 500;
    color: blue;    
  }

.img-brand {
    width: 20px;
    height: 20px;
}

.sp {
    font-size: 14px;
    font-weight: 500;
}

.btn-transparent{
    color: transparent !important;
}

  @media (max-width: 720px){
    .ap-notes{ grid-template-columns: 1fr; }
    .ap-card{ padding: 18px 14px; }
  }

/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/
.feature-area {
	z-index: 1;
	position: relative;
    background-image: url(../img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	z-index: -1;
	position: absolute;
}
.single-feature-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.single-feature-box li {
    margin-bottom: 45px;
    display: flex;
}
.single-feature-box li:last-child {
    margin-bottom: 0;
}
.feature-box-info {
    flex: 5;
}
.feature-box-icon {
    flex: 1;
	font-size: 20px;
	transition: all 0.4s;
}
.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0;
}
.single-feature-box h2,
.single-feature-box h3,
.single-feature-box h4,
.single-feature-box {
	color: #fff;
}
.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
	transition: all 0.4s;
}
/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/


/*--------------------------------------
-------- TEAM AREA CSS START --------
---------------------------------------*/
.single-team-member {
    text-align: center;
    box-shadow: 0 2px 15px -5px #222;
    transition: all 0.4s;
}
.team-member-info h4 {
	font-size: 20px;
}
.team-member-info {
    padding: 20px 10px;
}
.team-member-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-member-icon {
    position: absolute;
    top: 0;
	left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
.team-member-img::before {
    content: "";
    background: #000529; /* Old browsers */
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0.85;
}
.team-member-icon a {
    color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid transparent;
}
.team-member-icon a:hover {
	border: 1px solid #fff;
}
.single-team-member:hover .team-member-img::before {
    width: 100%;
}
.single-team-member:hover .team-member-icon  {
    left: 0;
}
/*--------------------------------------
--------- TEAM AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- DOWNLOAD AREA CSS START --------
---------------------------------------*/
.download-area {
    background: url(../img/download-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.download-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.download-area ,
.download-area h1,
.download-area h2,
.download-area h3,
.download-area h4,
.download-area h5,
.download-area h6,
.download-area a {
	color: #fff;
}
.download-area li {
    display: inline-block;
}
.download-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.download-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}
.download-btn-text {
    flex: 20;
}
.download-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #222;
    background: #046bc8;
}
/*--------------------------------------
--------- DOWNLOAD AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG AREA CSS START --------
---------------------------------------*/
p.form-message.error {
    color: #a20202;
}
p.form-message.sucess {
    color: #036b03;
}
.blog-area.blog-page {
    padding: 90px 0 130px;
}
.single-post {
    padding: 5px;
    box-shadow: 0 2px 10px -2px #999;
}
.post-thumbnail {
    overflow: hidden;
}
.single-post:hover img {
    transform: scale(1.2);
}
.post-thumbnail img {
    transition: all 0.4s;
}
.post-details {
    padding: 25px 15px;
}
.post-author a {
    margin-right: 10px;
    font-size: 12px;
}
.post-author a i {
    margin-right: 5px;
}
.post-details a:hover,.post-details a h4:hover {
    color: #0074da;
}
h4.post-title {
    font-size: 20px;
    margin: 18px 0;
}
h4.post-title a {
    color: #232323;
}
/*--------------------------------------
----------- BLOG AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
----------- ROAD MAP AREA CSS START ----------
---------------------------------------*/

.ul-rm {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.ul-rm::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.ul-rm li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.ul-rm li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.ul-rm li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.ul-rm li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.ul-rm li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.ul-rm li .title,
.ul-rm li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.ul-rm li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.ul-rm li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.ul-rm li .title::before,
.ul-rm li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.ul-rm li .title::before {
  bottom: calc(100% + 0.125rem);
}

.ul-rm li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .ul-rm {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .ul-rm::before {
    grid-column: 2;
  }
  .ul-rm li:nth-child(odd) {
    grid-column: 1;
  }
  .ul-rm li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .ul-rm li:nth-child(2) {
    grid-row: 2/4;
  }

  .ul-rm li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .ul-rm li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .ul-rm li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}


/*--------------------------------------
----------- ROAD MAP AREA CSS END ----------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/
.google-map {
    height: 450px;
}
.footer {
    background: url(../img/footer-bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    padding-top: 35px;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.contact-form,
.contact-address {
    background: #fff;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: -80px;
	border: 1px solid #ddd;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
    border: 1px solid #bbb;
}
.contact-form button {
	transition: all 0.4s; 
}
.blog-reply button:hover ,
.contact-form button:hover {
    background: #0074da;
    border-color: #0074da;
    color: #fff;
}
.contact-form h4,.contact-address h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact-address li {
    margin-bottom: 33px;
    display: flex;
}
.contact-address li .contact-address-icon {
    flex: 1;
}
.contact-address li .contact-address-info {
    flex: 6;
}
.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #0074da;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}
.contact-address li .contact-address-info a {
    display: block;
}
.contact-address p {
    margin-bottom: 45px;
    padding-top: 10px;
}
.contact-address li:hover .contact-address-icon i::before {
    background: #0074da;
    color: #fff;
}
.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}
.copyright-area {
    text-align: center;
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    width: 35px;
    height: 35px;
    color: #0074da;
    background: #fff;
    display: inline-block;
    line-height: 35px;
	font-size: 16px;
    border-radius: 100%;
    margin: 0 5px;
}
.copyright-area ul li a:hover {
    background: #0074da;
    color: #fff;
}
.copyright-area ul {
    margin-bottom: 30px;
}
.copyright-area p {
    color: #fff;
}
.copyright-area p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background: #0074da;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}
/*---------------------------------------
------ MAP AND FOOTER AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
	display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 18px;
}
.scrollToTop:hover {
    background: #000529;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    border: 1px solid #fff;
    color: #fff;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/
.hero-area-slider .owl-nav div {
	opacity: 0;
}
.hero-area-slider:hover .owl-nav div {
	opacity: 1;
}
.hero-area-single-slide h1,
.hero-area-single-slide p,
.hero-area-single-slide a.appao-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}
.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}
.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.active .hero-area-single-slide h1,
.active .hero-area-single-slide p,
.active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}
.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}
.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}
.active .hero-area-single-slide img {
    opacity: 1;
}
/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
------ INDEX VIDEO PAGE CSS START -----
---------------------------------------*/
.hero-area > .mbYTP_wrapper {
	z-index: -2 !important;
}
/*--------------------------------------
------- INDEX VIDEO PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../img/loader.gif") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.breadcrumb-area {
    text-align: center;
}
.hero-area.breadcrumb-area {
    padding: 130px 0 100px;
}
.hero-area.breadcrumb-area .hero-area-content {
    padding: 0;
}
.breadcrumb-area ul li {
    display: inline-block;
}
.breadcrumb-area ul li a {
    color: #fff;
	padding: 0 10px;
	position: relative;
}
.breadcrumb-area ul li a::before {
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "/";
}
.breadcrumb-area ul li:last-child a::before {
	content: "";
}
.breadcrumb-area ul {
    margin-top: 10px;
}
.breadcrumb-area ul li a:hover {
    color: #94e70f;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.blog-page .single-post {
	margin-bottom: 40px;
}
.pagination {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.pagination li a:hover {
	background-image: none;
    background-color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG DETAILS CSS START --------
---------------------------------------*/
.blog-detail {
	padding: 90px 0 155px;
}
.date-time li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .post-author {
    margin-top: 15px;
    margin-bottom: 25px;
}
.date-time li i {
    color: #0074da;
}
.blog-details p {
    margin-bottom: 12px;
}
.blog-reply {
    padding-top: 40px;
}
.blog-reply button {
	transition: all 0.4s;
}
.blog-reply textarea {
	height: 150px;
}
.blog-reply h4 {
    margin-bottom: 20px;
}
.sidebar {
	padding-left: 30px;
}
.widget form input {
    width: 78%;
}
.widget form button {
    width: 20%;
    float: right;
	padding: 6px 0;
    background: #000529;
    color: #fff;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.widget form input,.widget form button {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget h4 {
    margin-bottom: 20px;
}
.widget li {
    margin-bottom: 7px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 7px;
}
.widget.widget-tags {
    margin-bottom: 0;
}
.widget li:last-child {
    border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget li a:hover {
    color: #000;
}
.widget-tags a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
	margin-bottom: 8px;
    margin-right: 5px;
    color: #000;
}
.widget-tags a:hover {
    color: #fff;
    background: #000;
}
/*--------------------------------------
--------- BLOG DETAILS CSS CSS END ---------
---------------------------------------*/