/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.3.1734413616
Updated: 2024-12-17 05:33:36

*/


.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.sectionRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sectionCol-4 {
    width: 25%;
    padding: 0 15px;
}



.sectionCol-8 {
    width: 75%;
    padding: 0 15px;
}

.resourcesPageSec .sectionRow {
    justify-content: space-between;
}

.resourcesContent {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.resourcesContent .resource-item {
    width: 32.6%;
    background: #fcfaf9;
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: space-between;
    gap: 30px;
    border-radius: 8px;
    margin-bottom: 1%;
	border: 1px solid #f5d5c4;
}

.resourcesContent .resource-item h3 {
    font-size: 18px;
    font-weight:400;
}

.resourcesContent .resource-item a {
    text-decoration: none;
    color: #000;
	transition:0.5s;
}
.resourcesContent .resource-item a:hover{
	transition:0.5s;
	color: #F47521;
}
.resourcesPageSec {
    padding: 120px 0;
}

.resource-item {}

.resourcesContent .resource-item .type-wrap span {
    margin-bottom: 30px;
    display: block;
    color: #F47521;
    font-weight: 500;
}

.searchBar {
    width: 100%;
    background: #fcfaf9;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
	border: 1px solid #f5d5c4;
}

.searchBar input[type="text"] {
    border: 1px solid #F47521;
    border-radius: 8px 0px 0px 8px;
    height: 48px;
}

.searchInfo {
    display: flex;
}

.searchInfo button {
    !i;!;
    padding: 0 !important;!i;!;
    background: #000 !important;!i;!;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 8px 8px 0;
}

.searchBar input[type="text"]:focus {
    outline: none;
    
}

.resource-item-outter {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
	    width: 100%;
}
/***********Side Bar Content*********/

.resourcesPageSec .resourcesSidebar


.resourcesPageSec .resourcesSidebar{
  padding:65px 0 150px;
}

.resourcesPageSec .resourcesSidebar fieldset {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
}


.resourcesPageSec .resourcesSidebar .title{
  margin-bottom: 100px;
}

.resourcesPageSec .resourcesSidebar .title fieldset label, .resourcesPageSec .resourcesSidebar .title fieldset .item-wrap{
  display: inline-block;
  width: auto;
  margin-right: 30px;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #433021;
}

.resourcesPageSec .resourcesSidebar .title fieldset .item-wrap label{
  font-weight: normal;
}




.resourcesPageSec .resourcesSidebar .title fieldset.left {
  float: left;
  padding-top: 7px;
}

.resourcesPageSec .resourcesSidebar .title .resource-menu{
  float: right;
}



.resourcesPageSec .resourcesSidebar .resource-wrapper{
  float: left;
  width: calc(100% - 353px);
}

.resourcesPageSec .resourcesSidebar .filter{
  float: right;
  width: 353px;
}


.resourcesPageSec .resourcesSidebar .resource-wrapper .inner{
  text-align: left;
  vertical-align: top;
}

.resourcesPageSec .resourcesSidebar .resource-wrapper .inner .resource-item{
  display: inline-block;
  width: 100%;
  max-width: 320px;  
  padding: 10px;
  border-right:1px solid #f5d5c4;
  height: 390px;
  vertical-align: top;
  margin-bottom: 90px;
  position: relative;
}

.resourcesPageSec .resourcesSidebar .resource-wrapper .inner .resource-item h3{
  font-size: 18px;
  font-weight: bold;
  color: #433021;
}

.resourcesPageSec .resourcesSidebar .resource-wrapper .inner .resource-item .type-wrap{
  margin-bottom: 20px;
}

.resourcesPageSec .resourcesSidebar .resource-wrapper .inner .resource-item .type-wrap span.type{
  margin-bottom: 20px;

  font-size: 13px;
  font-weight: bold;
  color: #f27530;
  text-transform: uppercase;
}

.resourcesPageSec .resourcesSidebar .resource-wrapper .inner .resource-item .date-wrap span.date{

  font-size: 15px;
  color: #7d7773;
  position: absolute;
  bottom: 10px;
  left: 10px;
}


.resourcesPageSec .resourcesSidebar .filter{
  border-top: 8px solid #f5d5c4;
  background-color: #fcfaf9;
  padding: 20px 0px;
  width:auto;
}




.resourcesPageSec .resourcesSidebar .filter label{
 
  font-size: 15px;
  color: #7d7773;
}


.resourcesPageSec .resourcesSidebar .filter h5{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1px;
  color: #433021;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #433021;
  margin-left:24px;
}


.resourcesPageSec .resourcesSidebar .filter legend{
  
  font-size: 18px;
  font-weight: 700;
  color: #433021;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px #f5d5c4;
  padding: 28px 24px 5px;

}
.resourcesPageSec .resourcesSidebar .filter legend .arrow{
  position: absolute;
  width: 16px;
  height: 8px;
  top: 37px;
  right: 52px;
  background: url(/wp-content/uploads/2024/12/down-arrow-com.svg) center center no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

}


  


.resourcesPageSec .resourcesSidebar .filter legend.open .arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.resourcesPageSec .resourcesSidebar .filter fieldset{

}

.resourcesPageSec .resourcesSidebar .filter fieldset .inner{
  padding: 0 24px;
  padding-bottom: 20px;
  display:none;
}

.resourcesPageSec .resourcesSidebar .filter fieldset .inner .check-hide{
  display: none;
}

.resourcesPageSec .resourcesSidebar .filter fieldset legend.open + .inner{
  display:block;
}

.resourcesPageSec .resourcesSidebar .filter .check-wrap{
  width: 48%;
  min-width:100px;
  display: inline-block;
 
  vertical-align: top;
  line-height: 1.2;
}


.resourcesPageSec .resourcesSidebar .filter .clear-all{
  text-transform: uppercase;
  display: block;
}

.resourcesPageSec .resourcesSidebar .filter .submit-all{
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.resourcesPageSec .resourcesSidebar .filter .submission {
  padding: 0 24px;
}


.resourcesPageSec .resourcesSidebar .item-wrap .hidden-radio{
  display: none;
}

.resourcesPageSec .resourcesSidebar .item-wrap .resource-type-check{
  display: none;
}



.resourcesPageSec .resourcesSidebar .item-wrap label{
  cursor:pointer;
}
.resourcesPageSec .resourcesSidebar .title .item-wrap label{
  margin-right: 0;
}



.resourcesPageSec .resourcesSidebar .item-wrap label .custom-radio-1{
  width: 20px;
  height: 20px;
  border-radius: 90px;
  border:1px solid #433021;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.resourcesPageSec .resourcesSidebar .item-wrap label .custom-radio-1:before{
  content:"";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 90px;
  display: block;
  background: #fff;

  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

}

.resourcesPageSec .resourcesSidebar .item-wrap input[type=radio]:checked + label .custom-radio-1:before{
  background: #85c949;
}


.resourcesPageSec .resourcesSidebar .check-wrap .resource-type-check{
  display: none;
}

.resourcesPageSec .resourcesSidebar .filter .check-wrap label{
  cursor:pointer;
}


.resourcesPageSec .resourcesSidebar .filter .check-wrap label .custom-check-1{
  width: 17px;
  height: 17px;
  border-radius:3px;
  border:1px solid #f27530;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.resourcesPageSec .resourcesSidebar .filter .check-wrap label .custom-check-1:before{
  content:"";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: transparent;

  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-position: center center;

}

.resourcesPageSec .resourcesSidebar .filter .check-wrap input[type=checkbox]:checked + label .custom-check-1{
  background: #f27530;
}


.resourcesPageSec .resourcesSidebar .filter .check-wrap input[type=checkbox]:checked + label .custom-check-1:before{
  background: url(/wp-content/uploads/2024/12/tick.svg)  center center no-repeat;
}

.resourcesPageSec .resourcesSidebar .check-wrap.full{
  width: auto;
  min-width:auto;
}

.resourcesPageSec .resourcesSidebar .check-wrap.full .check-hide{
  display: none!important;
}

.resourcesPageSec .resourcesSidebar .filter .check-wrap.full label{
  cursor:pointer;
}


.resourcesPageSec .resourcesSidebar .filter .check-wrap.full label{

 
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.3px;
  color: #7d7773;
  text-transform: inherit;
  border-radius:3px;
  border:1px solid #f27530;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 10px;
  background: transparent;
  padding: 1px 6px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.resourcesPageSec .resourcesSidebar .filter .check-wrap.full input[type=checkbox]:checked + label{
  background: #f27530;
  color:#fff;
}



.check-hide + .btn-wrap .js-shrink{
  
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #433021;
  padding-right: 18px;
  background: url(/wp-content/uploads/2024/12/plus-icon.svg) center right no-repeat;
  cursor: pointer;
  margin-right: 34px;
}



.resourcesPageSec .resourcesSidebar .filter fieldset.open  legend .arrow{
  display: none!important;
}

.resourcesPageSec .resourcesSidebar .filter fieldset.open .inner{
  display: block!important;
}



.resourcesPageSec .resourcesSidebar .pagination-hisq{
  width: 100%;
  text-align: center;
}


.resourcesPageSec .pagination-hisq .page-numbers{
  
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #7d7773;
  margin: 0 10px;
  margin-top: 9px;
  display: inline-block;
}
.resourcesPageSec .pagination-hisq .page-numbers.current{
  font-weight: 900;
  color: #f27530;
}
.resourcesPageSec .pagination-hisq .page-numbers.prev{
  float: left;
  padding: 9px 20px 9px 46px;
  border-radius: 18px;
      background: rgba(197, 178, 168, 0.34) url(/wp-content/uploads/2024/12/l-a.svg) center left +10px no-repeat;
  margin-top: 0;
}

.resourcesPageSec .pagination-hisq .page-numbers.next{
  float: right;
  padding: 9px 46px 9px 20px;
  border-radius: 18px;
  background: #fcdac7 url(/wp-content/uploads/2024/12/r-a.svg) center right+14px no-repeat;
  margin-top: 0;
}

.resourcesPageSec .pagination-hisq .page-numbers.prev:hover{
  background: rgba(197, 178, 168, 0.34) url(/wp-content/uploads/2024/12/l-a.svg) center left+5px no-repeat;

  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

}

.resourcesPageSec .pagination-hisq .page-numbers.next:hover{
  background: #fcdac7 url(/wp-content/uploads/2024/12/r-a.svg) center right+5px no-repeat;

  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

}

.resourcesPageSec .pagination-hisq .page-numbers {
    text-decoration: none;
}
.pagination-hisq {
    margin-top: 40px;
    text-align: center;
	width:100%;
}



/***** Responsive Starts Here***********/

@media only screen and (max-width: 1280px) {
	.container {    max-width: 1170px;} 
	.resourcesPageSec .resourcesSidebar .filter legend{padding: 15px 10px 5px;}
	.resourcesPageSec .resourcesSidebar .filter .submission {    padding: 0 10px;}
	.resourcesPageSec .resourcesSidebar .filter legend .arrow{top: 30px;    right: 10px;}
	.resourcesPageSec .resourcesSidebar .filter fieldset .inner {    padding: 0 10px;	}
	.resourcesPageSec .resourcesSidebar .filter h5{    margin-left: 10px;}
	.resourcesPageSec {    padding: 80px 0;}
	
	
}

@media only screen and (max-width: 1199px) {
	.container {    max-width: 980px;}
	.sectionCol-4 {    width: 35%;}
	.sectionCol-8 {    width: 65%;}
	.resourcesContent .resource-item {    width: 49.5%;}
	
}
@media only screen and (max-width: 981px) {
	.container {    max-width: 750px;}
	.sectionCol-4{ width:100%}
	.sectionCol-8 {    width: 100%;}	
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
	.resourcesContent .resource-item {
        width: 100%;
        margin: 0 0 15px;
    }
	.searchInfo {    display: flex;    width: 100%;}
	.searchBar input[type="text"] {    width: calc(100% - 50px);}
}
/******07-01-2025******/
#related span.type, #related .titleCol {
    margin-bottom: 10px;
}
#related .viewDetail-btn a {
    text-decoration: underline;
}
.date-wrap span i {
    color: #F47521;
    padding-right: 5px;
}
span.r-author {
    padding-left: 10px;
}