/* Accessibility Tools css start */
.access-btn {
	position: fixed;
	right: 15px;
	bottom: 75px;
	z-index: 996;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--highlight);
    border: 1px solid var(--highlight);
}

.access-btn:hover {
	background: var(--primary);
    border: 1px solid var(--primary);
    color:var(--white);
}

.fa-spin{
	animation: fa-spin 2s infinite linear;
}    

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.custom-access-tool .offcanvas-header{
	background:var(--primary-gradient);
	color:var(--white);
}

.custom-access-tool .offcanvas-end{
	background:var(--primary-gradient);
}

.custom-access-tool .offcanvas-body {
    border-radius: 20px 20px 0 0;
    background: #f2f6ff;
    padding: 10px;
    border-radius: 2px;
}

.custom-access-tool .custom-tool-block{
	    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: -10px;
}

.custom-access-tool .custom-tool-item{
	width: 50%;
	padding: 10px;
}

.custom-tool-name{
	text-align: center;
    font-size: 13px;
    margin-bottom:0;
}

.fa-text-size:before {
    content: "\f894";
}

.tool-item-block .tool-icon{
	margin-bottom:0.9rem;
	font-size: 1.2rem;
}

.custom-tool-item .tool-item-block{
	    padding: 6px;
    background: #fff;
    min-height: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    border: 2px solid var(--white);
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position:relative;
}

.custom-tool-item .tool-item-block:focus{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.custom-tool-item .tool-item-block:hover{
	border: 2px solid var(--primary);
}

.tool-item-top,
.tool-item-bottom{
	text-align:center;
	width:100%;
}

.tool-item-bottom{
	margin-top:0.6rem;
}

.tool-items-list{
	    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-tool-section{
	    display: flex;
    justify-content: center;
    margin: 0 -10px;
}

.tool-item{
	position:relative;
	width: 30px;
	cursor: pointer;
}

.tool-item-i{
	margin-bottom: 4px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}

.tool-item-i:hover::before {
    height: 24px;
}
.tool-item-i::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    background: #baeaad;
    z-index: 2;
    transition: 0.5s;
}

.tool-item-i:after{
	content: "";
    width: 100%;
    background: var(--primary-gradient);
    border-radius: 4px;
    height: 3px;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    right: auto;
    z-index: 1;
}

.tool-item-i .tool-item-link{
	color: #000;
	z-index: 2;
    position: relative;
    width: 100%;
    display: block;
}

.tool-item-i.switch-btn .sbtn {
	color: #000;
	background: transparent;
	font-size: 14px;
	z-index: 3;
	position: relative;
}

.tool-item-i.switch-btn .light-btn.active{
	color: var(--white);
}

.custom-access-tool .offcanvas-header .btn-close{
	font-size:18px;
}

/* Hover Dropdown css start */
.custom-hover-dd {
    position: relative;
    padding: 4px 6px
}

.custom-hover-dd:hover .custom-hover-ddmenu {
    display: block;
}

.custom-hover-dd .custom-hover-ddmenu {
    display: none;
    position: absolute;
    left: auto;
    right:0;
    min-width: 300px;
    top: 100%;
    z-index: 1021;
    background: #fff;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.custom-hddm-body,
.custom-hddm-header{
	padding:8px 4px;
}

.custom-hddm-header{
    text-align: center;
    background: #e7e7e7;
}

.custom-hddm-header .custom-hddm-title{
	margin-bottom:0;
}

.custom-hover-dd .custom-hover-ddmenu .clm-items {
       display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: -4px 0;
}

.custom-hover-dd  .clm-item{
    width: 50%;
    padding: 4px;
}

/* .custom-hover-ddmenu .clm-items .clm-item:nth-last-child(1):nth-child(odd) { */
/*     grid-column: 1/-1; */
/*     width: 50%; */
/*     margin: auto; */
/* } */
/* Dealing with 2 orphan items */

/* .clm-item:last-child:nth-child(3n - 1) { */
/*   grid-column-end: -2; */
/* } */

/* .clm-item:nth-last-child(2):nth-child(3n + 1) { */
/*   grid-column-end: 4; */
/* } */

/* Dealing with single orphan */

/* .item:last-child:nth-child(3n - 2) { */
/*   grid-column-end: 5; */
/* } */

.custom-access-box .custom-hover-ddmenu{
	min-width: 300px;
/* 	left: 50%; */
/*     transform: translateX(-50%); */
    left: 100%;
    transform: translateX(-100%);
}

.custom-language-box .language_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0px
}

.custom-language-box .language_icon:before {
    background: url("../../images/header-icon.svg#arrow-icon") no-repeat;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
}

.custom-language-box .current_lang {
    margin-right: 6px;
    color: #fff
}

.custom-language-box .wpLan {
    display: flex;
    padding: 3px 4px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
}

.custom-language-box .wpLan:before {
    background: url("../../images/header-icon.svg#src-11") no-repeat;
    content: "";
    width: 20px;
    height: 18px;
    display: block;
    margin-right: 5px
}

.custom-language-box .wpLan:focus {
    outline: none !important;
    border: 1px solid #000 !important
}

.custom-language-box .custom-lang-menu li.active {
    background-color: transparent;
    border: none
}

.custom-language-box .custom-lang-menu li.active a {
    position: relative
}

.custom-language-box .custom-lang-menu li.active a:after,
.tool-item-block.active:after {
    content: "";
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    background: url("../../images/header-icon.svg#selected-icon") 0 0 no-repeat
}

.custom-language-box .custom-lang-menu li a {
    color: #6c6c6c;
    padding: 6px;
    height: 100%;
        min-height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 2px;
        text-align: center;
}

.custom-language-box .custom-lang-menu li a.active {
    background-color: transparent;
    border: none
}

.custom-language-box .custom-lang-menu li a:hover {
    color: #2c498d;
    color:#fff !important;
}

.custom-language-box .custom-lang-menu li .lbr {
    display: block
}

.custom-language-box .custom-lang-menu li.en a {
    color: #D96852;
    border: 1px solid #D96852;
}

.custom-language-box .custom-lang-menu li.en a:hover {
    background-color: #D96852;
}

.custom-language-box .custom-lang-menu li.hi a {
    color: #1594EE;
    border: 1px solid #1594EE;
}

.custom-language-box .custom-lang-menu li.hi a:hover {
    background-color: #1594EE;
}

.custom-language-box .custom-lang-menu li.as a {
    color: #FF4A4A;
    border: 1px solid #FF4A4A;
}

.custom-language-box .custom-lang-menu li.as a:hover {
    background-color: #FF4A4A;
}

.custom-language-box .custom-lang-menu li.bn a {
    color: #6D2CFA;
    border: 1px solid #6D2CFA;
}

.custom-language-box .custom-lang-menu li.bn a:hover {
 background-color: #6D2CFA;
}

.custom-language-box .custom-lang-menu li.gu a {
    color: #5C9855;
    border: 1px solid #5C9855;
}

.custom-language-box .custom-lang-menu li.gu a:hover {
 background-color: #5C9855;
}

.custom-language-box .custom-lang-menu li.kn a {
    color: #B6A936;
    border: 1px solid #B6A936;
}

.custom-language-box .custom-lang-menu li.kn a:hover {
 background-color: #B6A936;
}

.custom-language-box .custom-lang-menu li.ml a {
    color: #7F57B5;
     border: 1px solid #7F57B5;
}

.custom-language-box .custom-lang-menu li.ml a:hover {
 background-color: #7F57B5;
}

.custom-language-box .custom-lang-menu li.mr a {
    color: #327AD2;
    border: 1px solid #327AD2;
}

.custom-language-box .custom-lang-menu li.mr a:hover {
 background-color: #327AD2;
}

.custom-language-box .custom-lang-menu li.or a {
    color: #FF8A00;
    border: 1px solid #FF8A00;
}

.custom-language-box .custom-lang-menu li.or a:hover {
 background-color: #FF8A00;
}

.custom-language-box .custom-lang-menu li.pa a {
    color: #BA389C;
    border: 1px solid #BA389C;
}

.custom-language-box .custom-lang-menu li.pa a:hover {
 background-color: #BA389C;
}

.custom-language-box .custom-lang-menu li.ta a {
    color: #429436;
    border: 1px solid #429436;
}

.custom-language-box .custom-lang-menu li.ta a:hover {
 background-color: #429436;
}

.custom-language-box .custom-lang-menu li.te a {
    color: #A25E50;
    border: 1px solid #A25E50;
}

.custom-language-box .custom-lang-menu li.te a:hover {
 background-color: #A25E50;
}

.custom-hddm-accord .hddm-accord-title{
	font-size: 14px;
    margin-bottom: 0;
    color: #212121;
    line-height: 24px;
}

.custom-hddm-accord .accordion-button{
	padding:6px 4px;
}

.custom-hddm-accord .accordion-body{
	padding:6px 0;
	background: transparent;
}

.custom-hddm-accord .accordion-button:not(.collapsed){
	background-color: transparent;
}
    
    
.custom-hddm-accord .accordion-button::after{
	    content: "+";
    font-size: 12px;
    color: #212121;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    line-height: normal;
    background: #d0d0d0;
    padding: 10px;
}

.custom-hddm-accord .accordion-button:not(.collapsed)::after{
    content: "-";
    font-size: 22px;
    line-height: 0.1; 
    transform: none;
    font-weight: 100;
}

.custom-hddm-accord .accordion-item {
    border: none;
        margin-bottom: 0;
}

.custom-hddm-accord .accordion-header {
    border-bottom: 1px solid #ebebeb;
}

.custom-hddm-accord .accordion-item:last-child{
	 margin-bottom: 0px;
}
.custom-access-box .custom-hover-ddmenu.custom-hddm-3 {
    min-width: 414px;
}

.custom-hddm-3 .tool-item-block {
    min-height: 84px;
}

.custom-hddm-3 .clm-item {
    width: 33.33%;
}

/* highlight css start */
.highlightlinks a, .highlightlinks .btn, .highlightlinks button {
    color: #ff0 !important;
    background-color: #000 !important;
    text-decoration: none !important;
}
/* highlight css end */

/* lineheight css start */
.lineheight p, .lineheight div, .lineheight strong, .lineheight body,
.lineheight h1, .lineheight h2, .lineheight h3, .lineheight h4, .lineheight h5, .lineheight h6, .lineheight span,
.lineheight li  {
    line-height: 2 !important;
}
/* lineheight css end */

/* letterspaceing css start */
.letterspacing p, .letterspacing div, .letterspacing strong, .letterspacing body,
.letterspacing h1, .letterspacing h2, .letterspacing h3, .letterspacing h4, .letterspacing h5, .letterspacing h6, .letterspacing span,
.letterspacing li  {
    word-spacing: 0.1rem !important;
    letter-spacing: 0.09rem !important;
}
/* letterspaceing css end */

/* hideimage css start */
.hideimage img{
    display: none !important;
}
/* hideimage css end */

/* bigcursor css start */
.bigcursor a, .bigcursor button, .bigcursor img, .bigcursor option, .bigcursor select {
    cursor: url(../accessibility_tool/image/pointer.svg),pointer !important;
}

.bigcursor {
    cursor: url(../accessibility_tool/image/cursor.svg),auto !important;
}
/* bigcursor css end */

/* Hover Dropdown css end */

/* Accessibility Tools css end */

/* iPhone-6 667 (Landscape) view */
@media only screen and (max-width: 735px) {
	.custom-access-box .custom-hover-ddmenu {
	 left: auto;
    transform: inherit;
	}
}

