/*---------------------------------------------------------------------------------



  Theme Name: demo

  Version: 1.0.1

  Description: 

    License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Tags: one-column, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready, blog, holiday, photography



  -----------------------------------------------------------------------------------*/
  @import url('https://fonts.googleapis.com/css2?family=Monda:wght@400;700&display=swap');

  html {

    scroll-behavior: smooth;
    scroll-padding-top: 5.78rem;

  }



  body {

    margin: 0;

    padding: 0;

    font-family: 'Monda', sans-serif !important;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.8em !important;

    overflow-x: hidden !important;

    border-top: none !important;
    color: #888888 !important;

  }

  body.model-open {

    padding: 0 !important;

  }


  .checked {

    color: orange;

  }


  .hide-in-mob {

    display: block !important;

  }

  .view-in-mob {

    display: none !important;

  }

/*FONT Families*/



input::-ms-clear {

  display: none;

}


select::-ms-expand {

  display: none;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

}


input[type=number] {

  -moz-appearance: textfield !important;

}


select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 8px/14px;

  border: none;

  padding-right: 15px;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}


a,

a:hover {

  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;

}

a:hover {
  color: #7844e7;
}


img {

  max-width: 100%;

}


.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}


.pd5 {

  padding: 5px;

}

.pd10 {

  padding: 10px;

}

.pd15 {

  padding: 15px;

}

.pd20 {

  padding: 20px;

}

.pt5 {

  padding-top: 5px;

}

.pt10 {

  padding-top: 10px;

}

.pt15 {

  padding-top: 15px;

}

.pt20 {

  padding-top: 20px;

}

.pt30 {

  padding-top: 30px;

}


.pt40 {

  padding-top: 40px;

}


.pt50 {

  padding-top: 50px;

}


.pb5 {

  padding-bottom: 5px;

}

.pb10 {

  padding-bottom: 10px;

}

.pb15 {

  padding-bottom: 15px;

}

.pb20 {

  padding-bottom: 20px;

}

.pb30 {

  padding-bottom: 30px;

}


.pb40 {

  padding-bottom: 40px;

}


.pb50 {

  padding-bottom: 50px;

}


.pl5 {

  padding-left: 5px;

}

.pl10 {

  padding-left: 10px;

}

.pl15 {

  padding-left: 15px;

}

.pl20 {

  padding-left: 20px;

}

.pr0 {

  padding-right: 0px;

}

.pr5 {

  padding-right: 5px;

}

.pr10 {

  padding-right: 10px;

}

.pr15 {

  padding-right: 15px;

}

.pr20 {

  padding-right: 20px;

}


/*----------Margin Styles----------*/

.mt0 {

  margin-top: 0px;

}

.mt5 {

  margin-top: 5px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}


.mt25 {

  margin-top: 25px;

}

.mt30 {

  margin-top: 30px;

}

.mt50 {

  margin-top: 50px;

}


.mb5 {

  margin-bottom: 5px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb15 {

  margin-bottom: 15px;

}

.mb20 {

  margin-bottom: 20px;

}


.mb25 {

  margin-bottom: 25px;

}

.mb30 {

  margin-bottom: 30px;

}


.mb40 {

  margin-bottom: 40px;

}

.mb50 {

  margin-bottom: 50px;

}

.mr5 {

  margin: 5px;

}

.mr10 {

  margin: 10px;

}

.mr15 {

  margin: 15px;

}

.mr20 {

  margin: 20px;

}


.mr25 {

  margin: 25px;

}


.wrapper {

  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;

}


/*----------Text Transform ----------*/


.txt-upr {

  text-transform: uppercase;

}


.txt-center {

  text-align: center;

}


.txt-left {

  text-align: left;

}


.txt-right {

  text-align: right;

}


/*----------WORD WRAPPING ----------*/

button {

  outline: none !important;

}

.wordWrap {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}


.mob {

  display: none;

}


/*-----------BACKGROUND COLOR--------------*/


.bg-yellow {

  background-color: #ffcc29;

}

.bg-dark-clr {

  background-color: #000;

}

.bg-blackgreen {

  background-color: #041e00;

}

.bg-dark-gray{
  background-color: #D9D9D9;
}

.bg-whitegrey {

  background: #F9FBFF;

}

.bg-grey {

  background: #e3e3e3;

}


.bg-white {

  background-color: #fff;

}

.bg-blue {

  background-color: #17A2B8;

}

.bg-black {

  background-color: #03080c;

}

.bg-Lightgray {

  background-color: #F2FCFC;

}


/* fonts-weight */

.thin {

  font-weight: 300;

}


.light {

  font-weight: 300;

}

.reguler {

  font-weight: 400;

}

.medium {

  font-weight: 500;

}


.semiBold {

  font-weight: 600;

}

.bold {

  font-weight: 700;

}

.extrabold {

  font-weight: 800;

}

.bolder {

  font-weight: 900;

}


/* font-size */

.font9 {

  font-size: 9px;

}

.font12 {

  font-size: 12px;

}

.font13 {

  font-size: 13px;

}

.font14 {

  font-size: 14px;

}

.font15 {

  font-size: 15px;

}

.font16 {

  font-size: 16px;

}

.font17 {

  font-size: 17px;

}

.font18 {

  font-size: 18px;

}

.font19 {

  font-size: 19px;

}

.font20 {

  font-size: 20px;

}

.font22 {

  font-size: 22px;

}

.font23 {

  font-size: 23px;

}

.font24 {

  font-size: 24px;

}

.font25 {

  font-size: 25px;

}

.font26 {

  font-size: 26px;

}

.font27 {

  font-size: 27px;

}

.font30 {

  font-size: 30px;

}

.font35 {

  font-size: 35px;

}

.font40 {

  font-size: 40px;

}


.font45 {

  font-size: 45px;

}

.font50 {

  font-size: 50px;

}

.font60 {

  font-size: 60px;

}


/*----Text Color styles------ */


.clr-white {

  color: #fff;

}

.clr-green,
.confirmed {

  color: #27d49f !important;

}

.clr-black {

  color: #000;

}


.clr-whitegrey {

  color: #dfdfe0;

}

.clr-grey {

  color: #888888;

}


.clr-yellow {

  color: #FFB60A;

}


.clr-red {

  color: #ec3237;

}


.input-focus {

  color: #342c29;

}


/* Button Style */


/* section-title */


.section-title {

  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
  font-family: 'Domine', serif;
}


.section-title:after {

  content: '';

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17A2B8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

}


/* placeholder color change */


::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #bbb9b9;

}


::-moz-placeholder {

  /* Firefox 19+ */

  color: #bbb9b9;

}


:-ms-input-placeholder {

  /* IE 10+ */

  color: #bbb9b9;

}


:-moz-placeholder {

  /* Firefox 18- */

  color: #bbb9b9;

}


input[type=text] {

  outline: none;

}

/*------------------------Button Styles Starts---------------*/

.theme-btn {

  display: inline-block;

  text-align: center;

  font-size: 16px;

  font-weight: 500;

  padding: 10px 35px;

  /*border: solid 1px #FFB60A;*/

  color: white;

  text-decoration: none;

  background: #8C14A7;

  transition: 0.3s all ease;

  position: relative;

  overflow: hidden;

  z-index: 1;
  border-radius: 5px;

  margin-top: 20px;

  margin-bottom: 20px;
}


.theme-btn:before {

  position: absolute;

  content: '';

  top: 110%;

  left: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #ffcd05;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;
  

}


.theme-btn:hover:before {

  top: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}


.btn-radius {

  border-radius: 5px;

}

.theme-btn:hover {

  text-decoration: none;

  background: #ffcd05;

  border-color: #ffcd05;

  color: #000;


}
/*header*/
.buddypanel .tp-icon {
  font-size: 20px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  height: 76px;
  display: flex;
  align-items: center;
}
.buddypanel .tp-icon i {
  font-size: 18px;
  min-width: 58px;
  text-align: center;
}
.buddypanel {
  background: #fff;
  box-shadow: 0 3px 13px 0 rgb(18 43 70 / 10%);
  left: 0;
  position: fixed;
  width: 68px;
  height: 100%;
  z-index: 611;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  top: 0;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav {
  flex-direction: column;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item {
  min-height: 52px;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item span {
  opacity: 0;
  width: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  margin-left: -10px;
  white-space: nowrap;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item  i {
  font-size: 18px;
  margin: 0;
  min-width: 58px;
  text-align: center;
}

body.menu-open .buddypanel {
  width: 230px;
}

.buddypanel nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  padding: 15px 0;
  display: flex;
  font-size: 14px;
  color: #939597;
  letter-spacing: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.buddypanel nav.navbar ul.navbar-nav li.nav-item.active a.nav-link, .buddypanel nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover{
  color: #6739B7;
}
body.menu-open .buddypanel nav.navbar ul.navbar-nav li.nav-item span {
  visibility: visible;
  opacity: 1;
  width: auto;
}

.buddypanel nav.navbar {
  padding: 0;
}

.main-content {
  margin-left: 68px;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}

body.menu-open .main-content {
  margin-left: 230px;
}


section.top-menu .main-logo {
  width: 80px;
  height: 80px;
  margin-right: auto;
}

section.top-menu .main-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-menu .inner-content {
  display: flex;
  align-items: center;
}

.top-menu .inner-content .search-form {
  position: relative;
  width: 100%;
}

.top-menu .inner-content .search-form input[type="text"] {
  width: 100%;
  border: solid 1px #ccc;
  height: 40px;
}

.top-menu .inner-content .search-form button {
  color: #fff;
  position: absolute;
  right: 0;
  border: none;
  background: #870ba9;
  padding: 6px 15px;
}

.top-menu .inner-content .share-icons {
  margin-left: 10px;
}

.top-menu .inner-content .share-icons i {
  font-size: 18px;
  margin-left: 14px;
}

.top-menu .inner-content .share-icons span {
  font-size: 14px;
  font-weight: 700;
  color: #870ba9;
  padding-left: 15px;
}

.top-menu .inner-content .subcribe-btn a.theme-btn {
  padding: 5px 15px;
  font-size: 14px;
  margin: 10px 3px 3px 3px;
  line-height: normal;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown {
  position: relative;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown:after {
  content: '\f107';
  position: absolute;
  right: -27px;
  top: 0px;
  font-family: 'FontAwesome';
  font-size: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  color: #000;
  transform: rotate(0deg);
  transition: 0.2s all linear;
}

.menu-open .buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown.inner-menu:after {
  transform: rotate(180deg);
}

.menu-open .header-icon nav.navbar::-webkit-scrollbar {
  width: 1px;
}

.menu-open .buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown:after{
  font-size: 19px;
}

.buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown.inner-menu ul.dropdown-menu {
  position: relative;
  width: 100%;
  padding: 15px 0;
  display: flex;
  font-size: 14px;
  color: #939597;
  flex-direction: column;
  left: 16px;
  border: none;
  padding-top: 0;
  top: 0;
}
.menu-open .header-icon nav.navbar {
  height: calc(100vh - 120px);
  align-items: baseline;
  overflow-x: hidden;
  overflow-y: auto;
}

/*slider*/
.slider-box{
background: #e86d00;
}

.slide-text h4{
 font-size: 34px;
 color: #fff;
}

.nopadding {
    padding-left: 0rem!important;
}
.nopadding li{
 list-style: none!important;
 line-height: 1.2;
}

.common{
  font-size: 28px;
  color: #fff !important
}

.slider-box .slide-text h3 {
  font-size: 54px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
color: #8c14a7;
}

.slider-box .slide-text p {
  color: #fff;
}


.slider-box .slide-text .know-btns a.theme-btn {
  margin: 10px 10px 10px 0px;
}

.slider-box .slide-text .know-btns a.theme-btn.subcribe {
  background: #fff;
  color: #000;
}

.slider-box .slide-img {
  width: 100%;
  height: 350px;
  text-align: center;
}

.slider-box .slide-img img {
  height: 100%;
  object-fit: contain;
}

/*form*/
section.quik-links {
  margin-top: -100px;
}

section.quik-links .link-box {
  background-color: #fff;
  padding: 25px 35px;
  margin-bottom: 69px;
  box-shadow: 0px 0px 20px 0px #00000026;
  border-radius: 30px;
}

section.quik-links .link-box h3 {
  color: #870ba9;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

section.quik-links .link-box .links-slider .img-bx {
  text-align: center;
}

section.quik-links .link-box .links-slider .img-bx img {
  max-width: 50px;
  margin: auto;
  background-color: #d3552036;
  border-radius: 50px;
  padding: 11px;
}

section.quik-links .link-box .links-slider .img-bx a {
  font-size: 14px;
  line-height: 1.2em !important;
}

.top-stories .top-st-box .top-box {
  margin-bottom: 15px;
}

.top-stories .top-box .col-6:last-child .view-btn {
  text-align: right;
}

.top-stories .inner-box .box_cover, .top-stories .inner-box .box-cover-2 {
  border: 1px solid #e7e7e7;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
}

.top-stories .inner-box .box_cover h3 {
  font-size: 22px;
}

.top-stories .inner-box .box_cover .date {
  margin-bottom: 15px;
}

.top-stories .inner-box .box_cover .news-img {
  width: 100%;
  height: 250px;
}

.top-stories .inner-box .box_cover .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-stories .inner-box .box-cover-2 {
  display: flex;
  align-items: center;
}

.top-stories .inner-box .box-cover-2 .news-img {
  width: 200px;
  height: 120px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.top-stories .inner-box .box-cover-2  .content {
  flex: 0 0 65%;
}

.top-stories .inner-box .box-cover-2 .content h3 {
  font-size: 16px;
}

.top-stories .inner-box .box-cover-2 .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advertisement {
  max-width: 260px;
  margin: auto;
}

.advertisement h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.advertisement .add-img {
  margin-bottom: 15px;
}

.top-stories .top-box .view-btn a.story {
  background: #870ba9;
  padding: 5px 8px;
  color: #fff;
  border-radius: 5px;
}

.vedio-boxes .vd-box {
  border: 1px solid #e7e7e7;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
}

.vedio-boxes .vd-box .vedio {
  width: 100%;
  height: 230px;
}

.vedio-boxes .vd-box .vedio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vedio-boxes .vd-box h3 {
  font-size: 17px;
  margin-top: 16px;
  font-weight: 700;
}

.vedio-boxes .vd-box  .date {
  font-size: 14px;
}

/*footer*/
footer .top-footer {
  background: #ffefe8;
  padding: 30px 0px;
}

footer {
  margin-top: 50px;
}

footer .top-footer .footer-logo {
  width: 100%;
  height: 100px;
}

footer .top-footer .footer-logo img {
  height: 100%;
  object-fit: contain;
}

footer .top-footer .hot-links h3 {
  font-size: 17px;
  font-weight: 700;
  color: #870ba9;
  position: relative;
  padding-bottom: 10px;
}

footer .top-footer .hot-links h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 110px;
  height: 2px;
  background: #870ba9;
  left: 0;
}

footer .top-footer .hot-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .top-footer .hot-links ul li {
  margin-bottom: 10px;
}

footer .top-footer .dets ul {
  padding: 0;
  list-style: none;
  margin: 0;
  color: #000;
}


footer .top-footer .social a i {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}

footer .top-footer  .subcribe-form {
  position: relative;
  margin-top: 20px;
}

footer .top-footer .subcribe-form input[type="text"] {
  width: 100%;
  background: transparent;
  border: solid 1px #8d11a5;
  color: #000;
  padding: 7px;
}

footer .top-footer .subcribe-form button {
  position: absolute;
  right: 0;
  border: none;
  background: #8720a9;
  padding: 8px 15px;
  color: #fff;
  font-size: 23px;
}

/*inner-pages*/
.quick-links {
  margin-top: 170px;
}

.quick-links .all-icon-bg {
  box-shadow: none;
  margin-bottom: 10px;
  padding: 0;
}

.jobs-sec-cls .name-box h3 {
  font-size: 26px;
  font-weight: 700;
}

.jobs-sec-cls .main-blog-post {
  display: flex;
  border: solid 1px #E3E3E3;
  padding: 15px;
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #fbf7f6;
}

.jobs-sec-cls .main-blog-post .content {
  margin-right: 15px;
}

/*.jobs-sec-cls .main-blog-post .img-box {
    flex: 0 0 20%;
}*/

.jobs-sec-cls .main-blog-post .content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.jobs-sec-cls .main-blog-post .content h3 a {
  color: #000;
}

.jobs-sec-cls .main-blog-post .content .date {
  padding: 4px 11px 4px 11px;
  color: #DF9017;
  background: #FEF2DF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  width: max-content;
  margin-bottom: 16px;
}


.jobs-sec-cls .main-blog-post .content .author-det span {
  border-right: solid 1px #000;
  padding-right: 5px;
  margin-right: 5px;
}

.jobs-sec-cls .main-blog-post .content .author-det span:last-child {
  border: navajowhite;
}

.jobs-sec-cls .main-blog-post .content .author-det span a {
  color: #9A9898;
}


.jobs-sec-cls .main-blog-post .img-box .img {
  width: 124px;
  height: 124px;
  border: solid 1px #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.jobs-sec-cls .main-blog-post .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a, a:hover {
  text-decoration: none;
}


.location-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.location-boxes .boxes {
  flex: 0 0 48%;
  background: #00C65B;
  border: solid 1px #E5E5E5;
  padding: 23px 23px 23px 23px;
  border-radius: 8px;
}

.location-boxes .boxes .inner {
  display: flex;
}

.location-boxes .boxes .inner h3 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}

.location-boxes .boxes .inner .txt {
  flex: 0 0 50%;
}

.location-boxes .boxes .inner .txt h6 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}

.location-boxes .boxes .inner .txt .click-btn {
  margin-top: 25px;
}

.location-boxes .boxes .inner .txt .click-btn a {
  font-size: 15px;
  font-weight: 700;
  color: #00C65B;
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 24px;
}

.location-boxes .boxes .inner .icon-box {
  flex: 0 0 50%;
}

.location-boxes .boxes .inner .icon-box .ic-img {
  width: 120px;
  height: 120px;
  margin-left: auto;
}

.location-boxes .boxes .inner .icon-box .ic-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.location-boxes .boxes.tel {
  background: #3AA1FF;
}

.jobs-sec-cls.details .inner-details {
  border: solid 1px #E5E5E5;
  padding: 25px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.jobs-sec-cls.details .inner-details p#breadcrumbs {
  white-space: nowrap;
  width: 49vw;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.jobs-sec-cls.details .inner-details p#breadcrumbs a {
  color: #870ba9;
}

.jobs-sec-cls.details .inner-details .job-heading {
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
}

.job-aut-name, .social-box {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px;
  border-bottom: solid 1px #ccc;
}

.job-aut-name .status-btn {
  flex: 0 0 50%;
}

.job-aut-name .aut-details {
  flex: 0 0 50%;
  text-align: right;
}

.job-aut-name .status-btn a {
  /*padding: 4px 11px 4px 11px; */
  color: #DF9017;
  background: #FEF2DF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.job-aut-name .aut-details ul, .social-box .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.job-aut-name .aut-details ul li, .social-box .social-icons ul li {
  display: inline-block;
  margin-left: 10px;
}

.social-box .social-icons ul li{
  margin-left: 0px;
}

.job-aut-name .aut-details ul li a, .social-box .social-icons ul li i {
  color: #000 !important;
  font-size: 14px;
}

.social-box .social-icons ul li i{
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background: #000;
  color: #fff !important;
  border-radius: 50%;
}

.job-aut-name .aut-details ul li a i {
  padding-right: 5px;
  color: #000;
}
.social-box .shre-det ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-box .shre-det {
  flex: 0 0 50%;
  text-align: right;
}

.social-box .social-icons {
  flex: 0 0 50%;
}

.social-box .shre-det ul li {
  display: inline-block;
  margin-left: 10px;
}

.social-box .shre-det ul li a,.social-box .shre-det ul li i{
  color: #000;
}

.jobs-sec-cls.details .inner-details .inner-details2 {
  margin-top: 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: justify;
}

.jobs-sec-cls.details .inner-details .inner-details2 h4 {
  font-size: 18px;
}

.jobs-sec-cls.details .inner-details .inner-details2 p, .jobs-sec-cls.details .inner-details .inner-details2 li {
  font-size: 16px;
  /*color: #3E444B;*/
  color:#000;
}

.jobs-sec-cls.details .inner-details .inner-details2 h3 {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}

.jobs-sec-cls.details .inner-details .inner-details2 h3 a {
  color: #870ba9;
}

.related-pst h3 {
  font-size: 22px;
}

.related-pst  .post-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-pst .post-boxes .box {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  transition: all .25s;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.related-pst .post-boxes .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  max-width: 100%;
}

.related-pst .post-boxes .box .img:before {
  content: "";
  background-image: linear-gradient(0deg,rgb(0 0 0 / 16%),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: all .3s ease-out;
  z-index: 2;
}

.related-pst .post-boxes .box .img {
  width: 100%;
  height: 190px;
  position: relative;
}

.related-pst .post-boxes .box .avtar-img {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}

.related-pst .post-boxes .box .avtar-img img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
}

.related-pst .post-boxes .box .detail {
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 40px;
}

.related-pst .post-boxes .box .detail h3 {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.7rem;
}

.related-pst .post-boxes .box .detail h3 a {
  color: #000;
}

.related-pst .post-boxes .box .detail a.read {
  color: #870ba9;
}

.related-pst .post-boxes .box .detail .post-meta {
  border-top: solid 1px #ccc;
  padding: 10px 0px;
  margin: 10px 0px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.related-pst .post-boxes .box .detail .post-meta span {
  padding-right: 5px;
}

.related-pst .post-boxes .box:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.related-pst .post-boxes .box .detail h3 a:hover {
  color: #870ba9;
}

.mobile-flat-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #870ba9;
  z-index: 999;
  padding: 8px 0px;
}

.mobile-flat-bottom .icon-box {
  display: flex;
  justify-content: space-around;
}


.mobile-flat-bottom .icon-box .box a {
  color: #fff;
  text-align: center;
}

.mobile-flat-bottom .icon-box .box i {
  display: block;
  font-size: 20px;
}

.mobile-flat-bottom .icon-box .box span {
  font-size: 13px;
}

.link-box-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.link-box-mobile .img-bx {
  flex: 0 0 33%;
  text-align: center;
  margin-bottom: 40px;
}

.link-box-mobile .img-bx img {
  max-width: 60px;
  margin: auto;
  background-color: #FFE7C1;
  border-radius: 8px;
  padding: 11px;
}

.link-box-mobile .img-bx  span {
  display: block;
  color: #fff;
}

.modal.mobile-modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  background: #00000045;
  margin: 0;
}
.modal.mobile-modal .modal-content .modal-header{
  border-bottom: none;
}

.modal.mobile-modal .modal-content {
  background: transparent;
}

.modal.mobile-modal .modal-content button.btn-close{
  color: #fff;
  opacity: 1;
  backdrop-filter: brightness(0) invert(1);
}

.post-form h3 {
  font-size: 18px;
  color: #000;
}

.post-form  form {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 15px;
}

.post-form form h4 {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.post-form form .form-group textarea, .post-form form .form-group input {
  width: 100%;
  border: solid 1px #ccc;
  padding: 8px;
}

.post-form form .form-group button{
  border: none;
}

.post-form form .form-group label{
  color: #000;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 1199px){
  .top-stories .col-lg-1 {
    display: none;
  }

  .jobs-sec-cls.details .inner-details .location-boxes .txt {
    flex: 0 0 60%;
  }

  .jobs-sec-cls.details .inner-details .location-boxes .icon-box {
    flex: 0 0 40%;
  }

  .jobs-sec-cls.details .inner-details .location-boxes .icon-box .ic-img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 991px){
  .top-menu .col-lg-5:last-child {
    display: none;
  }

  section.top-menu .main-logo {
    margin: 0;
    margin-left: 68px;
  }

  body.menu-open .buddypanel {
    width: auto;
    height: auto;
  }

  body.menu-open  .main-content {
    margin-left: 0;
  }

  .buddypanel {
    width: auto;
    height: auto;
    top: 0;
  }

  .main-content {
    margin-left: 0;
  }


  body.menu-open nav.navbar .navbar-collapse {left: 0 !important;}

  .buddypanel .header-icon nav.navbar .navbar-collapse {
    display: block;
    height: 100vh;
    width: 100%;
    left: -110%;
    position: fixed;
    background: #fff;
    top: 0;
    transition: 0.3s all linear;
    overflow: auto;
    padding-bottom: 60px;
    padding-top: 60px;
  }


  section.top-menu {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 99;
  }

  body.menu-open {
    overflow: hidden;
  }

  .buddypanel .header-icon nav.navbar .navbar-collapse span.close-icon {
    content: '\f00d';
    top: 20px;
    right: 20px;
    background: #8720a9;
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .buddypanel .header-icon nav.navbar .navbar-collapse span.close-icon:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
  }

  .buddypanel .header-icon nav.navbar button.navbar-toggler {
    display: none;
  }

  .slider-box {
    margin-top: 80px;
  }

  .slider-box {
    height: auto;
   
    padding-bottom: 40px;
  }

  .slider-box .col-lg-7 {
    order: 2;
  }

  section.quik-links {
    margin-top: 30px;
  }

  .slider-box .slide-img {
    margin-bottom: 20px;
  }

  .buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown:after{
    right: 30px;
  }

  .buddypanel .header-icon nav.navbar ul.navbar-nav li.nav-item.dropdown.inner-menu ul.dropdown-menu {
    left: 0;
    min-width: 100% !important;
  }

  .quick-links {
    margin-top: 33px;
  }
  .jobs-sec-cls .main-blog-post .content h3 {
    font-size: 16px;
  }

  .location-boxes .boxes{
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  section.jobs-sec-cls.details{
    margin-top: 30px;
  }
  .jobs-sec-cls.details .inner-details .job-heading {
    font-size: 20px;
    line-height: normal;
  }

  .jobs-sec-cls.details .inner-details p#breadcrumbs {
    white-space: initial;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .related-pst .post-boxes .box {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  section.jobs-sec-cls.mt30 {
    margin-top: 100px;
  }
}

@media (max-width:767px){
  .top-stories{
    margin-top: 40px;
  }
  footer {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px){
  .slider-box .slide-img {
    height: 210px;
  }

  .slider-box .slide-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .top-stories .inner-box .box_cover h3 {
    font-size: 16px;
  }

  .job-aut-name .status-btn, .job-aut-name .aut-details, .social-box .shre-det, .social-box .social-icons {
    flex: 0 0 100%;
    text-align: left;
    margin-bottom: 5px;
  }

  .jobs-sec-cls.details .inner-details .job-heading {
    font-size: 17px;
    line-height: normal;
  }
  .jobs-sec-cls.details .inner-details {
    padding: 15px;
  }

  .slider-box .slide-text .know-btns a.theme-btn {
    padding: 10px 25px;
  }
  section.top-menu .main-logo {
    margin-left: 50px;
  }
}

iframe{
width: 100%!important;
}