@charset "UTF-8";
@font-face {
  font-family: "Roboto", sans-serif;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
/* 	font-family: "Roboto" !important; */
}
* .custom-html-widget > * {
	font-size: 0.9rem;
    font-weight: 400;
}
.custom-html-widget > .navbar-nav.nav-link {
	
	color:#183d18;
}
header #menu-mega-menu {
justify-content:flex-end;	
}

li {
  margin: 0;
}
ul,
ol {
  margin: 20px 0;
}
ul ul,
ol ol,
ol ul {
  margin: auto;
}
ul,
ol {
  font-size:1rem;
}

#menu-mega-menu {
  font-size: 15px;
  margin: 0;
}
b,
strong {
  font-weight: 500 !important;
}
rounded{
	border-radius:8px;
}
/* DARK THEME S */
 /* html {
  filter: invert(1) hue-rotate(180deg);
}
html .uin-m-header ,.uin-footer.ahc-sec-bg-d-2 , .ahc-elm-subheader .ahc-elm-subheader-content,
.uin-home-hero-bg .ahc-elm-subheader-content,.ahc-elm-subheader-content{
  filter: invert(1) hue-rotate(180deg);
}
html .ge-hero-thumbnail, .ahc-elm-subheader .ahc-elm-subheader-content > img,
.uin-home-hero-bg .ahc-elm-subheader-content > img{
  filter: invert(1) hue-rotate(180deg);
}  */
/* DARK THEME E */
/* img {
  display: none;
} */
body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif !important;
/*   font-weight: 600; */
  color: #303030;
}
ul.list-unstyled li {
  line-height: 1.6;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500 !important;
}
h1.entry-title {
  font-size: 2.5rem;
  font-weight: 500 !important;
}

h2 {
  font-size: 1.8rem;
/*   font-weight: 500 !important; */
}

h3 {
  font-size: 1.4rem;
  font-weight: 400 !important;
}

h4 {
  font-size: 1.1rem;
  font-weight: 400 !important;
}

h2 a {
  font-size: 1.5rem;
}

.single-slider {
  display: none;
}
.single-slider .slick-current {
  display: block;
}

.ahc-jump-tag-fix {
  padding-top: 90px !important;
  margin-top: -50px !important;
}

p {
  font-size: 1rem;
  color: #595959;
	font-weight:400;
  /* line-height: 1.6; */
}

.a-menu-div > a{
	    font-size: 0.9rem;
    font-weight: 400;
	color:#183D18;
}

.uin-c-a {
  color: #146dc2;
  /* 	color:#FF1715; */
}

.ahc-h-l {
  color: #161415;
}

.uin-c-a-2 {
  color: #be5397;
}
.uin-c-a-3 {
  color: #f7a05e;
}
.uin-c-a-4 {
  color: #ffd740;
}

p.ahc-p-a,
.uin-p-a {
  color: #40c4ff;
}

p.ahc-p-l,
.ahc-p-l {
  color: #808080;
}
.uin-b{
	font-weight:500 !important;
}
header a {
  color: unset;
}


/* custom-modal */
.custom-modal {
  top: 60px;
}
/* custom links moving to anchors #somethig */
.wp-block-heading {
  margin-top: -75px;
  padding-top: 75px;
}
/* men start */
.navbar-dark .navbar-nav .nav-link , .uin-search{
	color:#fff;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus , .uin-search:hover{
/* 	color:#898d9a; */
}
.navbar-dark .navbar-nav .nav-link.disabled {
  text-decoration:line-through;
}
.nav-item.nav-link.active{
	color:#898d9a !important;
}
/* sub menu */

.uin-sub-menu a{
	color:#898d9a;
	font-weight:400;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.uin-sub-menu a:hover{
	color:#fff;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.uin-sub-menu a.active{
	color:#fff !important;
}
/* sub menu */
/* men end */

/* focus outline */
a.nav-item.nav-link:focus {
    outline: thin dotted;
}

/* skip to content */
.uin-skip-to-content{
	position: absolute;
    top: -1000em;
    left: 6px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f0f0f1;
    color: #164dc2;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
}
.uin-skip-to-content:focus{
	top: 7px;
    background: #f3f3f3;
	border: 1px solid #164dc2;
}
/* skip to content ends */
.main-btn-style {
  padding: 0.8rem 2.5rem;
  background-color: #146dc2;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
}
.main-btn-style:hover {
  background-color: #177ee1;
  color: #fff;
  text-decoration: none;
}

.main-btn-style-d {
  padding: 0.8rem 2.5rem;
  background-color: #fff;
  font-weight: 700;
  color: #17b7fe;
  text-decoration: none;
}
.main-btn-style-d:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}

.search-btn {
  padding: 0.4rem 2.5rem;
}

.btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #454545;
  font-weight: normal;
  border: 2px solid #454545;
  transition: 0.3s;
}
.btn.btn-social:hover {
  color: #454545;
  background-color: #fff;
  border-color: #454545;
}

.ahc-q-b::before {
  content: "“";
  font-size: 40px !important;
  display: inline-block;
  color: #fff;
  padding-right: 0.2em;
}

.ahc-q-a::after {
  content: "”";
  font-size: 40px !important;
  display: inline-block;
  color: #fff;
  padding-left: 0.2em;
}

.uin-sec-bg-l {
  background-color: #f1f8fc;
}

.uin-sec-bg-d {
  background-color: #303b7a;
  color: #fff;
}

.uin-sec-bg-d-2 {
  background-color: #051029;
  color: #fff;
}

.uin-sec-bg-a {
  background-color: #40c4ff;
  color: #fff;
}

.uin-sec-bg-a-2 {
  background-color: #be5397;
}

.uin-sec-bg-a-3 {
  background-color: #5e94f7;
}

.uin-sec-bg-a-4 {
  background-color: #ffd740;
}

.sticky-top.a-sidebar-topposition {
  position: sticky !important;
  top: 85px;
}
.uin-sideBar,
aside {
  height: 100%;
}
.uin-sidebar-stk.sticky-top {
  top: 132px !important;
	z-index: 50 !important;
}
.uin-slider-img {
  width: 100%;
}

.ahc-elm-writer {
  position: relative;
  padding: 25px 0 25px 25px;
  justify-content: start;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.ahc-elm-writer:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.ahc-elm-writer:hover .author-content h4 {
  color: #146dc2;
}
.ahc-elm-writer .author-image img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.ahc-elm-writer .author-content {
  padding-top: 20px;
  padding-left: 20px;
}
.ahc-elm-writer a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ahc-elm-how-we-work .how-we-work-icon {
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
}



.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #40c4ff;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* .footer a {
  color: #454545;
  font-weight: 400;
}
footer.ahc-elm-footer {
  background: #222;
  padding: 124px 0 72px;
}
footer.ahc-elm-footer p {
  color: #cecece;
}
footer.ahc-elm-footer .ahc-social-footer > .ahc-social-footer-c {
  margin-bottom: 5px;
}
footer.ahc-elm-footer .ahc-social-footer > .ahc-social-footer-c a {
  color: #cecece;
  text-decoration: none;
}
footer.ahc-elm-footer .ahc-social-footer > .ahc-social-footer-c .ahc-footer-i {
  color: #cecece;
}
footer.ahc-elm-footer .ahc-social-footer > .ahc-social-footer-c > a:hover,
footer.ahc-elm-footer
  .ahc-social-footer
  > .ahc-social-footer-c:hover
  .ahc-footer-i {
  color: #40c4ff;
}
footer.ahc-elm-footer .ahc-footer-logo {
  margin-bottom: 30px;
}
footer.ahc-elm-footer .ahc-footer-content a {
  color: #cecece;
  text-decoration: none;
}
footer.ahc-elm-footer .ahc-footer-content a:hover {
  color: #51C85E !important;
  text-decoration: underline;
} */
.ahc-elm-subheader {
/*   background: url("https://aethelcortex.com/wp-content/uploads/2024/06/Dark-Blue-Texture-Background-5.png")
   no-repeat fixed; */
  background-position: center top;
  background-size: cover;
}
.uin-home-hero-bg{
	background: url(https://woodmart.b-cdn.net/wp-content/uploads/2023/03/w-developer-top-bg.jpg?id=55205);
    background-position: center center;
	background-size:cover;
	height:75vh;
	
}
.ahc-elm-subheader .ahc-elm-subheader-content,
{
  background: rgb(0,115,166);
background: linear-gradient(143deg, rgba(5, 16, 41, 1) 20%, rgba(64,196,255,1) 100%);
}



.agn-elm-subheader-content {
	    background: #51C85E;
    background: linear-gradient(155deg, rgba(81, 200, 94, 0.76) 0%, rgba(61, 119, 227, 0.82) 100%);
/*   background: rgb(0,115,166);
background: linear-gradient(143deg, rgba(0,115,166,1) 0%, rgba(64,196,255,1) 100%);*/
} 
.ahc-elm-bg-fixed {
  /*   background: url("/wp-content/uploads/2023/04/aboutbg.jpg") no-repeat fixed; */
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.ahc-elm-grid-1 .ahc-grid-1-ch {
  position: relative;
}
.ahc-elm-grid-1 .ahc-grid-1-ch h3 {
  font-weight: 700;
}
.ahc-elm-grid-1 .ahc-grid-1-ch a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ahc-zoom-effect {
  position: relative;
  overflow: hidden;
  height: 100%; /* fixes height issue */
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ahc-elm-grid-1-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
}
.ahc-zoom-effect::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: transform 0.5s;
}
/* .ahc-zoom-image1::before {
  background-image: url("/wp-content/uploads/2023/04/grid-zoom-effect.jpg");
}
.ahc-zoom-image2::before {
  background-image: url("/wp-content/uploads/2023/05/steven-cordes-r55kulBKAjM-unsplash-scaled.webp");
}
.ahc-zoom-image3::before {
  background-image: url("/wp-content/uploads/2023/05/windows-p74ndnYWRY4-unsplash.webp");
} */
.ahc-zoom-effect:hover::before {
  transform: scale(1.1);
}
@media screen and (min-width: 1199px) {
	.navbar-nav {
/*   width: 480px; */
/*   justify-content: space-between; */
}
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem !important;
    line-height: 1.5;
  }
  h2 {
    font-size: 1.8rem !important;
    line-height: 1.5;
  }
  .home-page-hero {
    padding: 3rem 0 4.5rem 0 !important;
    background-position: right;
    background-position-y: 29px;
  }
}
@media screen and (min-width: 576px) {
	.modal-dialog{
		max-width:600px;
	}
	
}

.writers-h {
  display: none;
}

/* post - with no thumbnail */
.ge-hero-thumbnail.no-image {
  height: 145px;
  width: 100%;
  overflow: hidden;
background: #51C85E;
background: linear-gradient(155deg,rgba(81, 200, 94, 0.76) 0%, rgba(61, 119, 227, 0.82) 100%);
}
.uin-thumbnail-txt {
  font-size: 1rem;
}
.uin-thumbnail-lnk:hover {
  text-decoration: none;
}
/* toc */
#uin_sticky_toc{
	height:220px;
	overflow-y:scroll;
}
/* post exerpt show on hover */
.uin-postlist-p-hidden .uin-post-exerpt {
    visibility: hidden;
    height: 0;
}
.uin-postlist-p-hidden:hover .uin-post-exerpt,
.uin-postlist-p-hidden:focus-within .uin-post-exerpt{
    visibility: visible;
    height: auto;
}

/* rank math faq's show on hover */
.rank-math-list-item > .rank-math-answer{
visibility: hidden;
    height: 0;}
.rank-math-list-item > img , .alignright{
	display:none;
	float:none
}
.rank-math-list-item:hover > .rank-math-answer  {
   visibility: visible;
    height: auto;
}
.rank-math-list-item:hover > img{
	display:block;
}
}