@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
  font-family: 'Josefin Sans', sans-serif;
}

* h1, * h2, * h3, * h4, * h5, * h6 * p * a {
  font-family: 'Josefin Sans', sans-serif;
}
.folder20-container
{
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
}

.arrg-nav-wid .navbar-brand { 
  margin: 8px 0px 5px 0px;
  font-size: 30px;
}
.arrg-hr {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.arrg-nav .active:hover{
  border-bottom: none !important;
}
.arrg-nav-wid{
	width: 92%;
  max-width: 1700px;
  margin: 0 auto;
}
.folder20-arrg-banner-container {
  position: relative;
  width: 100%;
}
.arrg-nav-bg {
  background: #343a40 !important;
  /*position: absolute;*/
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 999999;
  margin-bottom: 0px;
  width: 100%;
  position: fixed;
  transform: translateY(0px);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.arrg-nav-wid .navbar-nav .arrg-none:hover{
  border-bottom:0px solid #000;
}
.arrg-nav-wid .navbar-nav .nav-item .nav-link i {
  font-size: 20px;
}
.arrg-nav-wid .navbar-nav .nav-item .nav-link{
  padding:10px 10px 10px 10px !important;  
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
.arrg-nav-wid .navbar-nav .nav-item .nav-link:hover{
	color: #FAA307 !important;
	transition: .5s;
  
}
.nav-link.change-font-with-size {
  padding-top: 5px !important;
}
/*dropdown menu when hover*/
.dropdown .dropbtn {
  background-color: transparent;
  border: none;

  padding: 15px 20px 8px 20px!important;
  font-family: 'Josefin Sans', sans-serif;
    color:#fff;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
}
.dropbtn:hover {
  border-radius: 4px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1; 
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0px 25px;
}

.dropdown-content a {
  font-size: 12px;
  color: rgb(0, 0, 0,0.8);
  text-decoration: none;
  display: block;
  padding: 10px 0px;
  transition: .3s;
  text-decoration: none !important;
  border-bottom: 2px solid #fff;
  transition: .5s;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}
.dropdown-content a:hover {
  color: #FFC107 !important;
  border-bottom: 2px solid #FFC107;
  transition: .5s;
}

.dropdown:hover .dropdown-content {display: block;}
/*arrg dropdown*/
.dropdown-menu {
	background-color: #fff;
  border-bottom: 4px solid #bf0d0b;
}
.arrg-must-active .set-a-just {
  color: #f22624 !important;
}
.dropdown-menu-right {
  border-radius: 0px !important;
}
.dropdown-toggle::after {
	border:none !important;
}
.arrg-nav-wid .fa-angle-down{
	font-weight: 600;
}
.arrg-drop-fnt{
	width: 100%;
	font-size: 15px;
  font-weight: 500;
}
.arrg-drop-fnt a{
	color: black;
	text-decoration: none !important;
  margin: 4px 0px;
}
.arrg-drop-fnt a:hover{
	color: #bf0d0b !important;
	text-decoration: none !important;
}
.arrg-nav-wid .navbar-nav{
	width: 100%;
}
.arrg-drop-fnt ul {
  list-style-type: none;
  padding-left: 25px;
  width: 250px;
}
.arrg-drop-fnt ul li {
  padding:8px 0px 8px 0px;
}
/*right section*/
.change-font-with-size {
  font-size: 22px !important;
  font-weight: 500 !important;
}
.set-comp-back-bor {
  border-left: 1px solid lightgrey;
}
.set-comp-back-bor .more-edit span {
  padding: 3px 6px !important;
  background-color: rgb(41, 122, 163);
  color: #fff !important;
}
/*search icon*/
/*search icon*/
.arrg-clr-search-icon .fa-search {
  color: #111111;
  font-size: 16px !important;
}
/*search bar code*/
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  font-family: sans-serif; 
}
.input-search{
  height: 25px;
  width: 25px;
  border-style: none;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  padding-right: 40px;
  color:#fff;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  font-weight: 500;
}
.input-search::placeholder{
  color:#fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: sans-serif; 
}
.btn-search{
  width: 45px; 
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#000;
  background-color:transparent;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  pointer-events: painted;  
}
.btn-search .fa-search:hover {
  color: rgb(255, 214, 0) !important;
}
.btn-search:focus ~ .input-search{
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgb(255, 214, 0);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgb(255, 214, 0);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/*RELATED QUESTION*/
.self-related-question { 
  padding: 10px;
  border-radius: 4px;
}
.self-related-question h2 {
  font-size: 32px;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  margin-bottom: 0px !important;
}
/**********************************/
/*Contact Page*/
/*********************************/
.set-contact-form label {
      color: #2c2c2c;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}
/*end search bar code*/
.navbar-toggler {
  border-color: rgba(0,0,0,.0) !important;
}
/*POPULAR PAGE*/
.set-min-head-exp {
  border-radius: 10px;
}
.set-min-head-exp h1 { 
  padding-bottom: 6px;
} 
.list-cards { 
  border-radius: 8px; 
  margin-top: 15px;
}  
.list-cards a { 
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
  display: block; 
}
.list-cards a:hover {
  color: #FAA307 !important;
}
.list-cards a span{
  color: #FAA307 !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px;
    width: 100%;
    background: #212529;
    margin-bottom: 10px;
    
  border-radius: 8px 8px 0 0;
}
.popular-self-title h2 {
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

/*start hamburger*/
button:focus {
	outline: none !important;
}
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #FAA307;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: white; }

.hamburger-box {
  width: 32px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

.custmcontainer{
	width: 93%;
}
.set-font-icon-head .arrg-drop-fnt ul li span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #7c7c7c;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.set-font-icon-head .arrg-drop-fnt ul {
  width: 360px !important;
}
.set-font-icon-head .arrg-drop-fnt ul li a {
    font-weight: 700;
    color: #2c2c2c !important;
    font-size: 18px;
    border-left: none;
    background-color: lightgrey;
    padding: 9px 14px;
    border-radius: 150px !important;
    margin-top: 15px;
}
.set-font-icon-head .arrg-drop-fnt ul li a:hover {
    opacity: 0.8;
}
.set-font-icon-head .arrg-drop-fnt ul li a .fa-facebook {
  padding: 9px 2px !important;
}

/*search btn*/
.set-visible-toggle ul {
  list-style-type: none;
}
.openBtn {
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.set-last-li-search {
  padding-top: 3px;
}
.set-last-li-search a .fa-bars {
  font-size: 17px !important;
  color: #000;
  background-color: transparent;
  padding-top: 8px;
}
.overlay {
  height: 80%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 214, 0);
  /*overflow-y: scroll;*/
  border-bottom: 1px solid rgb(248, 248, 248);
}

.overlay-content {
  position: relative;
  top: 2%;
  width: 96%;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  /*right: 45px;*/
  top: 40px;
  left: 60px;
  font-size: 40px;
  cursor: pointer;
  z-index: 9999;
  color: rgb(41, 122, 163);
}
.set-nav-bar-items ul li {
  margin-top: 12px;
}
.arrg-main-box-item {
  display: flex;
  flex-direction: row;
}
.span-icon-set span {
  width: 20px;
  height: 20px;
  border: 1px solid rgb(41, 122, 163);
  color: rgb(41, 122, 163);
  display: inline-block;
  font-size: 14px !important;
}
.arrg-item-txt a {
  font-weight: 600;
  transition: .5s;
  font-size: 14px;
}
.arrg-item-txt a:hover {
  color: #00a8f2;
  transition: .5s;
}

/*START BAR LAST NAV*/
.set-nav-bar-items ul {
  list-style-type: none;
}
.set-border-small span {
  border-left: 1px solid lightgrey;
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 20px;
}

.set-nav-bar-items ul li span {
    color: rgb(41, 122, 163);
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    margin-right: 8px;
}
.set-nav-bar-items ul li a {
    font-size: 13px;
    line-height: 17px;
    color: rgb(34, 34, 34);
    margin-bottom: 4px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

.arrg-none-icon-clr a .fa-share-alt {
  color: rgb(210, 210, 210);
  font-size: 16px !important;
}

/*end of nav*/
/*********************/
 /*center section*/
/*********************/
.set-btn-pop a {
  border: 2px solid grey;
  font-size: 8px;
  font-family: 'Josefin Sans', sans-serif;
  padding: 4px 4px;
  color: #8e8b8b;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  font-weight: 600;
}
.set-my-ad {
  border: 4px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  height: 280px;
}
.set-icon-list-sec ul {
  list-style-type: none;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.set-icon-list-sec ul li {
  display: inline-block;
  padding: 8px 18px;
}
.set-icon-list-sec ul li a {
  color: #4c4b4b;
}
.set-icon-list-sec ul li a i {
  font-size: 18px !important;
}
.set-person-date h5 {
  font-weight: 900;
  font-family: 'Josefin Sans', sans-serif;
}
.set-person-date small {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
} 
.set-para-styled p {
  color: #484848 !important;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px !important;
    word-spacing: 5px;
    letter-spacing: 2px;
    line-height: 24px !important;
    padding-top: 0px !important;
}
 .set-min-head-exp h1 {
  font-weight: 700;
  padding-top: 15px;
  font-size: 40px;
}
 .set-min-head-exp p {
  color: #2c2c2c;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
}
 .self-link-items ul li a p {
  color: #2c2c2c;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  padding: 8px 8px 0 8px;
}
 .self-link-items ul li div
{
  width: 100%;
  display: flex;
  padding:0 8px 25px 8px;
}
 .self-link-items ul li div span a
{
  width:auto;
  display: flex;
  background: #212529;
  padding: 3px 5px;
  font-family: 'Josefin Sans', sans-serif;
  color: #FAA307;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;

}
.set-min-head-exp h5 {
  font-family: serif;
  padding: 20px 0px;
}
.set-name-date {
  width: 80%;
}
.set-name-date span {
  font-size: 12px !important;
}
.set-name-date span a {
  color: #172dca;
  font-size: 12px;
}
.set-min-head-exp p a {
  color: #e52828;
}
.set-min-head-exp span a {
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    margin-right: 10px;
    color: #212529;
}
.set-list-cont-tabs {
  display: flex;
  flex-direction: row;
  font-family: 'Raleway', sans-serif;
  border-right: 1px solid lightgrey;
}
.set-list-cont-tabs span {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
}
.set-cont-main-sec
{
  margin-top: 20px;
}
.set-cont-main-sec ul
{
  padding-left: 0;
  list-style-type: none;
}
.set-cont-main-sec ul li
{
  margin-bottom: 10px;
}
.set-cont-main-sec ul li a {
  color: #fff !important;
    font-weight: 500;
    font-size: 18px !important;
    text-decoration: none;
    background: #FAA307;
    padding: 5px;
    border-radius: 5px;
}
/*center video*/
.set-video-sec {
  width: 100%;
  position: relative;
}
.set-read-more-btn {
  position: absolute;
  bottom: 58px;
  right: 30px;
}
.set-read-more-btn a {
  padding: 8px 18px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.set-video-sec .ytp-chrome-bottom {
  bottom: 38px !important;
}
.set-lower-text {
  margin-left: 25px;
  margin-top: -15px;
  position: relative;
  z-index: 99;
}
.set-lower-text span {
  background-color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: sans-serif;
  padding: 5px 12px;
  padding-left: 7px;
  color: #fff;
}
.set-read-more-btn a i {
  font-size: 18px !important;
  font-weight: 500;
}
/*center cards*/
.set-content-img-sect {
  padding:20px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  background: #F3F2F1;
  border-top: 1px solid lightgray;
  margin-bottom: 30px;
}
.set-just-img {
  width: 70px;
  line-height: 14px;
}
.set-just-img a {
  width: 100%;
  padding: 0px !important;
  background-color: transparent;
  border: none;
  color: #5f6f81;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
}
.set-img-round {
  position: relative;
}
.set-img-round img {
  border-radius: 25px;
  background-color: #fff;
  padding: 2px;
}
.set-just-img a
{
  font-weight: 800;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .5px;
    color: #FAA307;
    text-transform: uppercase;
}
.set-overlay-img {
  position: absolute;
  top: 0px;
  left: 10px;
}
.set-overlay-img .fa-check {
  background-color: #2dce89;
  color: #fff;
  font-size: 10px !important;
  border-radius: 50px;
  padding: 3px;
}
.set-content-sec-main {
  width: 100%;
}
.set-just-text-para h3 {
  font-size: 32px;
  font-family: 'Yaldevi', sans-serif;
  font-weight: 700;
}
.set-just-text-para h3 a {
  text-decoration: none;
  color: #212529;
  font-weight: 600;
}
.set-just-text-para p {
  font-weight: 500;
  color: #2e363e;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 0;
}
.set-just-text-para p a {
  color: #FAA307;
  text-decoration: none;
}
 
/*FOOTER SECTION*/
.folder20-arrg-main-footer {
  width: 100%;
  padding-top: 40px;
  margin-top: 30px;
  background-color: rgb(0, 0, 0); 
}
.set-min-ftr {
  width: 92%;
    max-width: 1700px;
    margin: 0 auto;
}
.set-fav-ftr-icon {
  width: 100%;
}
.set-fav-ftr-icon img {
  padding: 0px 30px;
}
.arrg-ftr-img {
  width: 80%;
}
.arrg-ftr-img p { 
  color: #fff;
  font-size: 15px;
}
.set-copy-right small {
  font-size: 12px;
  color: #f2f2f2;
}
.arrg-list-footer-items a {
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    /*padding: 5px 12px;*/
    font-size: 12px;
    text-decoration: none;
    color: #f2f2f2;
}
.arrg-list-footer-items a:hover {
  color: rgb(255, 214, 0);
}
.arrg-list-footer-items a button {
  border: 1px solid lightgrey;
  background-color: transparent;
  color: lightgrey;

}
.set-fav-ftr-icon a i {
  font-size: 25px;
  color: #fff;
  padding: 0px 25px;
}
.set-fav-ftr-icon a i:hover {
  font-size: 25px;
  color: rgb(255, 214, 0);
}
.set-list-items-ftr ul li {
  list-style-type: none;
}
.set-list-items-ftr ul li b {
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
.set-list-items-ftr ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
.set-list-items-ftr ul li a:hover {
  color: rgb(255, 214, 0);
}
/*second footer*/
.set-second-ftr {
  border-top: 2px solid #fff;
}

/*this is scroll behavior*/
html{
  scroll-behavior: smooth;
}

/*********************/
/*media query*/
/*********************/
@media only screen and (max-width: 1200px){
  .arrg-nav-wid{
    height: auto !important;
  }
}
@media only screen and (max-width: 1024px){
  .overlay2 .closebtn2 {
    top: 0 !important;
  }
  .arrg-nav-wid .navbar-nav .nav-item {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
  .set-my-ad {
    display: none !important;
  }
   {
    width: 78% !important;
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 991px){
  
 /* .arrg-just-set-colr {
    margin-top: 15px !important;
  }
  .set-moon-icon {
    margin-top: 15px !important;
  }
  .set-last-li-search {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }
  .overlay {
    z-index: 999999999!important;
  }
  .overlay {
    overflow-y: scroll !important;
  } 
  .overlay-content {
    width: 90% !important;
  }*/
}
@media only screen and (max-width: 768px){
  .set-visible-toggle {
    visibility: !important;
    display: none !important;
  }
  .arrg-ftr-img {
    width: 100% !important;
  }
  .arrg-sticky-ad {
    display: none !important;
  }
   .set-min-head-exp h1 {
    font-size: 30px !important;
    margin-bottom: 0px !important;
  }
  .set-margin-top.mt-3 {
    margin-top: 4px !important;
  }
  .set-person-add.mb-4 {
    margin-bottom: 0px !important;
  }
   {
    width: 90% !important;
    margin-top: 40px !important;
  }
   .set-min-head-exp h1 {
    font-size: 20px !important;
  }
  .set-person-date h5 {
    font-size: 16px !important;
  }
  .set-person-date img {
    width: 220px !important;
  }
  .set-content-img-sect.mt-4 {
    margin-top: 4px !important;
  }
  .set-just-img {
    display: none !important;
  }
  .set-content-sec-main.pl-3 {
    padding-left: 0px !important;
  }
  .set-just-text-para p {
    margin-bottom: 0px !important;
  }
  .set-just-text-para h3 a {
    font-size: 22px !important;
  }
  .set-para-styled p {
    margin-bottom: 0px !important;
  }
}

/*For windows report*/
@media only screen and (max-width: 767px){
  .set-min-ftr {
    text-align: center !important;
  }
  .set-fav-ftr-icon {
    text-align: center !important;
  }
}

.breadcrumbs {
  width: 100%;
  display: block;
  padding-top: 20px;
}
.breadcrumbs ul{
  width: 100%;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
.breadcrumbs ul li
{
  width: auto;
  display: block;
  margin-right: 5px;
  color: #FAA307;
}
.breadcrumbs ul li a
{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #212529;
  margin-right: 5px;
}
.sidebar-folder-20 ul
{
  width: 100%;
  display: block;
  list-style-type: none;
  padding-left: 0;
  margin-bottom:50px;
}
.sidebar-folder-20 ul.shadow-side li
{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sidebar-folder-20 ul.shadow-side2 li
{ 
  border: 1px solid lightgrey;
  background: #F4F0F1;
}
.sidebar-folder-20 ul li
{
    border-radius: 8px;
    margin-top: 15px;
    padding: 15px;
    display: grid;
}
.sidebar-folder-20 ul li a
{
  font-weight: 700;
    font-size:20px;
    font-family: 'Josefin Sans', sans-serif;
    color: #212529;
    padding: 0 0 5px 0;
    width: 100%;
}
.sidebar-folder-20 ul li .side-cat
{
  font-weight: 600;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .5px;
    color: #FAA307;
    text-transform:uppercase;
    font-weight: 800;

}
.sidebar-folder-20 ul li span
{
  width: 100px; 
    background: #212529;
    padding: 5px 5px 1px 5px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FAA307;
    border-radius: 5px;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}
.sidebar-folder-20 ul li b
{
  width: 100px; 
    padding: 3px 5px 1px 5px;
    font-family: 'Josefin Sans', sans-serif;
    color:#777;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    text-align: center; 
}
.set-contact-form input[type=submit]
{
  background: #FFC107;
  font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.base-color
{
  color: #FAA307 !important; 
} 

footer{
  background: #222;
  margin-top: 52px;
  padding: 32px 0px; 
}
.footer-sec-set {
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
}
.footer-sec-set ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none;
}
.footer-sec-set ul li {
  display: inline;
  padding: 0px 5px;
}
.footer-sec-set ul li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .footer-wrapper {
    display: block !important;
  }
  .footer-intro,.footer-quick,.footer-legal {
    width:100% !important;
  }
  .footer-quick,.footer-legal
  {
    margin-top: 30px;
  }
  .list
  {
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
.footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer-intro,.footer-quick,.footer-legal {
  width: 30%;
  display: block;
}
.footer-intro h3 a {
  font-size: 25px;
  color: #fff;
  font-weight: 600; 
}
.footer-intro p {
  color: #fff; 
  margin-top: 20px;
  font-size: 16px;
}
.footer-quick h3,.footer-legal h3
{
  font-size: 20px;
  color: #fff;
  font-weight: 600; 
}
.footer-quick ul
{
  display: block;
  list-style-type: none;
}
.footer-quick ul li a
{
  display: block;
  list-style-type: none;
  color: #fff;
  font-weight: 500; 
    font-size: 16px;
    margin-top: 0;
}
.footer-quick ul li a:hover
{
  text-decoration: underline;
  color:#faa307 ;
}
.footer-quick,.footer-legal
{
  text-align: center;
}
.copyrights-section {
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0 10px 0;
  border-top: solid 1px #fff;
  margin-top: 30px;
}
.copyrights-section p
{
  font-size: 15px;
  color: #fff;
}
.copyrights-section p a
{
  color: #fff;
  font-weight: 600;

}
.base-bg-color
{
  background:#faa307 ;
}
.auth-info 
{
  width: 100%;
}
.auth-info small
{
  font-size: .85em;
  font-weight: bold;
  color: #fff;
}
.auth-info span
{
  font-size:12px;
  font-weight: normal;
  color: #fff;
}
.auth-info b a
{
  font-size:16px;
  font-weight: bold;
  color: #fff;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  margin-bottom: 0px;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  transition: .3s;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 32px; /* Change the size of the stars */
  color:#e0e0e0; /* Color on idle state */
  transition: .3s;

}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
  transform: scale(1.2);
  transition: .3s;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ffb851;
  transition: .3s;
  transform: scale(1.2);
}

/*DYNAMIC STAR RATING*/
.success-box {
  margin-top: 8px;
  padding: 16px 0px;
  border: 1px solid #a0d4ec;
  background: #86c3dd;
  font-size: 14px;
  border-radius: 8px;
  width: 100%;
  display: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 3px;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#FFF;
}
.f-w-12.font-p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.text-center-temp-all {
  text-align: center;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  margin-bottom: 0px;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul li
{
   padding: 0 !important;
   display: inline !important;
}
.rating-stars ul > li.star {
  display:inline-block;
  transition: .3s;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 20px; /* Change the size of the stars */
  color:#222; /* Color on idle state */
  transition: .3s;

}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
  transform: scale(1.2);
  transition: .3s;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ffb851;
  transition: .3s;
  transform: scale(1.2);
}

/*DYNAMIC STAR RATING*/
.success-box {
  margin-top: 8px;
  padding: 16px 0px;
  border: 1px solid #a0d4ec;
  background: #86c3dd;
  font-size: 14px;
  border-radius: 8px;
  width: 100%;
  display: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 3px;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#FFF;
}
.f-w-12.font-p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.text-center-temp-all {
  text-align: center;
}

.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 280px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#FAA307;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}