/* General Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

html {
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0 !important;
    -webkit-appearance: none;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.05);
}

a,
a.active,
a:hover,
a:focus {
    outline: 0 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #cccccc;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

/*================================================================*/
/* ==================== custom select start ==================== */

/** Custom Select **/

.custom-select {
    width: 100%;
    position: relative;
    padding: 0;
    height: auto;
    border: 0;
  }
  
  .custom-select select {
    display: none;
  }
  
  .selected-item {
    background: #fff;
    padding: 15px 20px;
    color: #000;
    cursor: pointer;
    z-index: 99;
    position: relative;
    border: 1px solid #eee;
    border-top: 0;
  }
  
  .selected-item:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 16px;
    transition: 0.5s;
  }
  
  .selected-item:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 45px;
    top: 0;
    background-color: #eee;
  }

  .arrowanim.selected-item:after {
    transform: rotate(180deg);
  }
  
  .item {
    background: #fff;
    padding: 12px 20px;
    color: #000;
    border-top: 1px solid #eee;
    cursor: pointer;
  }
  
  .item:hover {
    background: #eee;
  }
  
  .all-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #eee;
    border-top: 0;
  }
  
  .all-items-hide {
    display: none;
  }
  
  .sdf {
    border: 1px solid red;
  }
  
/* =========================  visit-our-archives */
.visit-our-archives{
    margin-bottom: 20px;
}
.visit-our-archives .card-body{
    padding: 0;
    margin-bottom: 20px;
}
.archieves-writer{
    padding: 50px 0;
}

/* ========================= Our Writers slider*/

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.our-writer .content{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.our-writer .content img{
    width: 126px;
    height: 126px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.our-writer .content h6{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #000;
}
.our-writer .swiper-button-next{
    position: absolute;
    top: 25px;
    right: 0;
}
.our-writer .swiper-button-prev{
    position: absolute;
    top: 25px;
    right: 25px;
    left: auto;
}
.our-writer .swiper-button-next, 
.our-writer .swiper-button-prev {
    background-image: none !important;
}
.our-writer .swiper-button-prev:after{
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cacaca;
    font-size: 32px;
    padding-right: 5px;
}
.our-writer .swiper-button-next:after{
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  color: #cacaca;
  padding-right: 5px;
}

.main-heading h3{
  color: #333;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  overflow: hidden;
  margin-bottom: 20px;
}
.main-heading h3:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-heading h3:after{
  content: "";
  width: 100px;
  height: 2px;
  background-color: #1376e0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ========================================== Visit Our Archieves */
.visit-our-archives .card{
    border-bottom: 1px solid #eee;
    border-radius: 0;
    border: 0;
    outline: 0;
}
.card-header{
    background-color: transparent;
}
.visit-our-archives .card .card-header button{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
.visit-our-archives .card .card-header span{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    background-color: transparent;
}
.visit-our-archives .card .card-header h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.visit-our-archives .card .card-header button[aria-expanded="true"]:before{
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}
.visit-our-archives .card .card-header button[aria-expanded="false"]:before{
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

/* ======================= Real Reasons  */
.real-reason img{
    height: 340px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.real-reason h1 {
    font-size: 2.3rem;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.real-reason h1 span{
    text-transform: uppercase;
}
.real-reason p{
    font-size: 18px;
    margin-bottom: 20px;
    opacity: .75;
}
.real-reason h6 a,
.real-reason h6{
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
.live-news{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    cursor: pointer;
}
.headline-name {
    width: 70%;
}
.headline-name span,
.headline-name h6{
    font-size: 16px;
    width: 75%;
    margin-bottom: 15px;
    color: #1f1f1f;
    opacity: .9;
    text-transform: capitalize;
}
.headline-name span{
    text-transform: uppercase;
}
.live-news .img{
    display: inline-flex;
    align-items: center;
}
.live-news .img img{
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
@media (max-width: 767px) {
    .more_contributors_div {
        margin-top: 50px;
    }
}
@media (max-width: 575px) {

}

@media (max-width: 380px) {

}
@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1110px;
    }
}
@media (max-width:370px){.our-writer .content img {
    width: 100px;
    height: 100px;}}