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

    Theme Name: Amava - Startup Agency and SasS Business Template
    Description: Startup Agency and SasS Business Template
    Author: chitrakootweb
    Version: 1.0

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

/* ----------------------------------------------------------------
      [ All CSS Plugins & Default Classes File ]
-----------------------------------------------------------------*/

/* == fontawesome icon font == */
@import url("plugins/fontawesome-all.min.css");

.size40 {
    font-size: 40px;
    color: #2262C6;
}
.size50 {
    font-size: 52px;
    color: #2262C6;
}
.fz2 {
    font-size: 27px;
    font-weight: 700; 
}

.recent-items img {
    height: 80px;
    width: 90px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    padding: 4px;
    border-radius: 5px;
}
.about-block {
    height: 135px;
}
.gradient-purple-bliss {
    background-image: linear-gradient(
45deg,#562db7,#60aff0);
    background-repeat: repeat-x;
}
.blog-img-cat {
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    padding: 4px;
    border-radius: 5px;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #232323;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}
.photobox{
  display: inline-block;
}

.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__preview{
  display: block;
  max-width: 100%;
  height: auto;
}

.photobox__previewbox:before{
  content: "";
}
/* type 3 */

.photobox_type3 .photobox__previewbox:before{
  width: 100%;
  height: 100%;

  background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
  opacity: 0;
  -webkit-transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.photobox_type3:hover .photobox__previewbox:before{
  opacity: 1;
}

.photobox_type3 .photobox__label{
  width: 98%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: opacity calc(var(--photoboxAnimationDuration, .4s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.photobox_type3:hover .photobox__label{
  opacity: 1;
  -webkit-transition-duration: var(--photoboxAnimationDuration, .4s);
          transition-duration: var(--photoboxAnimationDuration, .4s);
  -webkit-transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
          transition-delay: calc(var(--photoboxAnimationDuration, .4s) / 2);
}

.photobox_type3 .photobox__preview{
  -webkit-transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.photobox_type3:hover .photobox__preview{
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 13px 3px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 0px 13px 3px rgb(39 40 41 / 18%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: 0;
    border-radius: 8px;
}
.p10 {
    padding: 10px;
}
.ml-26 {
    margin-left: 26px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
/*профайл*/
.widget-content-area { -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06); }
.layout-spacing {
    padding-bottom: 25px;
}
.profile-left {
    box-shadow: 1px 1px 20px rgb(0 0 0 / 17%);
    padding: 20px 20px;
    border-radius: 10px;
}
/* IMAGE AREA  */
.image-area {
    position: relative;
    width: 100%;
    text-align: center;
}
.image-area .user-image {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    margin: 0 auto;
}
a.follow-area {
    position: absolute;
    right: 10px;
    top: 5px;
    background-image: linear-gradient(to right, #04befe 0%, #4481eb 100%);
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
a.follow-area:hover {
    background-image: linear-gradient(to left, #04befe 0%, #4481eb 100%);
}
/* INFO AREA  */
.info-area {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 11px;
}
.info-area h6 {
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 3px;
}
.info-area p {
    text-align: center;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 0px;
    font-size: 12px;
    color: #949494;
    margin-bottom: 5px;
}
.info-area button {
    background-image: linear-gradient(to right, #04befe 0%, #4481eb 100%);
    color: white;
    border: 0px;
    padding: 3px 18px;
    font-size: 12px;
    border-radius: 15px;
}
.info-area button:hover {
    background-image: linear-gradient(to left, #04befe 0%, #4481eb 100%);
    color: white;
    border: 0px;
    padding: 3px 18px;
    font-size: 12px;
    border-radius: 15px;
}
/* PROFILE NUMBERS */
.profile-numbers {
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.profile-numbers .single-number {
    text-align: center;
}
.single-number span.number {
    font-size: 20px;
    color: #2262c6;
    font-weight: 600;
}
.single-number a {
    display: flex;
    flex-direction: column;
}
.single-number span.number-detail {
    font-size: 15px;
    font-weight: 500;
}
/* PROFILE TABS */
.profile-tabs {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    text-align: center;
}
.profile-tabs .nav-pills .nav-link.active {
    color: #3f85ec;
    background-color: rgb(18 177 250 / 10%);
    font-size: 16px;
    font-weight: 500;
}
.profile-tabs .nav-pills .nav-link {
    color: rgb(97 97 97 / 50%);
    background-color: #ffffff;
    font-size: 14px;
}
/* HIGHLIGHT INFO */
.profile-left .highlight-info {
    margin: 20px -20px 0px;
    background-color: #2262c6;
    display: flex;
    padding: 12px 15px;
}
.highlight-info img {
    border-radius: 50%;
    height: 42px;
    width: 42px;
}
.highlight-desc p:first-child {
    color: #fff;
    margin: 0px 9px;
    font-size: 16px;
    font-weight: 500;
}
.highlight-desc p:nth-child(2) {
    color: #fff;
    margin: 0px 9px;
    font-size: 13px;
    font-weight: 300;
}
/* COVER IMAGE */
.cover-image-area {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.cover-image-area img.cover-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}
/* TAB AREA CONTENT  */
.tab-area-content {
    padding: 10px;
}
.profile-shadow {
    box-shadow: 1px 1px 20px rgb(0 0 0 / 17%);
    padding: 15px 20px;
    border-radius: 10px;
}
.card .type1 {
    position: absolute;
    right: 0px;
    background: #e7515a;
    color: #ffffff;
    padding: 5px 10px;
}
.tab-area-content .card.component-card_5 .card-body {
    padding: 20px 20px;
}
.tab-area-content .card.component-card_5 .card-img-top {
    border-radius: 50%;
}
.media-body h5.card-user_name {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.single-team {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.single-team .team-left img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid rgb(34 98 198 / 13%);
    padding: 5px;
}
.single-team .team-left {
    height: 120px;
    width: 120px;
    position: relative;
}
.team-left p {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0px;
    background-color: #b3b3b3;
    border-radius: 40px;
    font-size: 11px;
    padding: 2px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    text-align: center;
}
.team-right {
    flex: 1;
    padding-left: 20px;
}
.team-right h6 {
    font-size: 15px;
    margin-bottom: 0px;
}
.team-right p {
    font-size: 11px;
    font-weight: 500;
    color: #b3b3b3;
}
.team-right button.primary{
    background-image: linear-gradient(to right, #04befe 0%, #4481eb 100%);
    color: white;
    border: 0px;
    padding: 3px 18px;
    font-size: 12px;
    border-radius: 15px;
}
.team-right button.primary:hover{
    background-image: linear-gradient(to left, #04befe 0%, #4481eb 100%);
    color: white;
    border: 0px;
    padding: 3px 18px;
    font-size: 12px;
    border-radius: 15px;
    transition: all ease 1s;
}
.team-right ul {
    list-style: none;
    padding: 0px;
    margin-top: 11px;
    margin-bottom: 0px;
}
.team-right ul li {
    font-size: 11px;
    margin-bottom: 5px;
}
.searchable-items.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-box {
    background-color: #fff;
    padding: 1.4rem 1.2rem;
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.15);
    margin-bottom: 20px;
    border-radius: .25rem;
}
.searchable-items.grid .items {
    margin-bottom: 30px;
    border-radius: 6px;
    width: 100%;
    color: #0e1726;
    transition: all 0.35s ease;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.searchable-items.grid .items .item-content {
    background-color: #fff;
    padding: 13px 18px;
    box-shadow: 0px 0px 4px 1px rgba(126,142,177,0.12);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(126,142,177,0.12);
    border-radius: 6px;
    cursor: pointer;
}
.searchable-items.grid .items .product-info {
    text-align: center;
    margin-top: 20px;
}
.searchable-items.grid .items .product-info img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.searchable-items.grid .items .user-meta-info {
    margin-top: 10px;
}
.searchable-items.grid .items .user-meta-info .product-name {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    color: #2262c6;
    letter-spacing: 0.5px;
}
.searchable-items.grid .items .user-meta-info .product-category {
    font-weight: 500;
    font-size: 13px;
}
.searchable-items.grid .items .product-price {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    display: none;
}
.searchable-items.grid .items .product-price p {
    color: #5d5d5d;
    font-size: 13px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.searchable-items.grid .items .product-price p span {
    font-size: 13px;
    margin-right: 6px;
    color: #4990ff9c;
}
.searchable-items.grid .items .product-rating {
    display: flex;
    justify-content: center;
}
.searchable-items.grid .items .product-rating p {
    color: #5d5d5d;
    font-size: 13px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.searchable-items.grid .items .product-rating p span {
    font-size: 13px;
    margin-right: 6px;
    color: #4990ff9c;
}
.avatar-xxs {
    height: 1.1rem;
    width: 1.1rem;
}
.searchable-items.grid .items .product-stock-status {
    display: flex;
    justify-content: center;
}
.searchable-items.grid .items .product-stock-status p {
    color: #5d5d5d;
    font-size: 13px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.searchable-items.grid .items .action-btn {
    font-weight: 600;
    color: #acb0c3;
    text-align: center;
    margin: 15px 0 5px;
}
/* PROFILE INFO */
.profile-info {
    box-shadow: 1px 1px 20px rgb(0 0 0 / 17%);
    padding: 20px 20px;
    border-radius: 10px;
}
.profile-info .single-profile-info {
    margin-top: 20px;
}
.profile-info h5 {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 15px;
}
.profile-info h6 {
    letter-spacing: 0px;
    font-size: 13px;
    color: darkgrey;
}
.single-profile-info p {
    font-size: 12px;
    color: #444;
    font-weight: 500;
}
.single-profile-info p a{
    color: #2262c6;
}
.single-profile-info.social a {
    font-size: 35px;
}
/* Media Query */
@media(max-width: 575px) {
    .searchable-items.grid .items {
        flex: 0 0 100%;
        max-width: 100%;
    }
} 
/* Tablet Media Query */
@media (min-width: 600px) and (max-width: 1068px) {
}
.fz-18 {
    font-size: 18px;
}
/*faq*/
body { 
    background-color: #f6faff;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to right, #fdfeff 0%, #e1edff 100%);
}
/* Navbar */
nav .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: #2262c6;
}
.navbar-expand .navbar-nav .nav-link {
    color: #2262c6;
    padding: 0 17px;
}
.fq-header-wrapper {
    padding: 0 0;
    background-attachment: fixed;
    background-size: contain;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fq-header-wrapper {
        background-image: none;
    }
}
.fq-header-wrapper h1 {
    font-size: 46px;
    font-weight: 700;
    color: #2262c6;
    margin-bottom: 8px;
}
.fq-header-wrapper p {
    color: #2262c6;
    font-size: 14px;
    margin-bottom: 27px;
    line-height: 25px;
}
.fq-header-wrapper button:hover {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}
.fq-header-wrapper .banner-img img {
    width: 582px;
    height: 582px;
}
.fq-header-wrapper .faq-input-group {
    border: 1px solid rgba(34, 98, 198, 0.41);
    border-radius: 4px;
    padding: 5px 10px 5px 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    width: 50%;
    margin: 0 auto;
}
.fq-header-wrapper input.faq-input {
    border: 0px;
    font-size: 16px;
    min-width: calc(100% - 114px);
}
.fq-header-wrapper .faq-input-icon {
    font-size: 20px;
    padding-top: 2px;
    margin-right: 6px;
}
.faq .nav-pills li.nav-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 20px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
    width: 219px;
    border-radius: 7px;
    border: 2px solid #dbe9ff;
    font-size: 16px;
    font-weight: 700;
    transition: all ease 0.4s;
    text-align: center;
    height: 108px;
}
.faq .nav-pills li.nav-item a.active {
    border: 2px solid #2262c6;
    transition: all ease 0.4s;
    color: #2262c6;
}
.faq .nav-pills li.nav-item a i {
    font-size: 32px;
    color: #b5b5b5;
    transition: all ease 0.4s;
}
.faq .nav-pills li.nav-item a.active i {
    font-size: 32px;
    color: #2262c6;
    transition: all ease 0.4s;
}
.faq .tab-content .accordion .card {
    border: 0px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #eff;
}
.faq .tab-content .accordion .card .card-header {
    padding: 0;
    border: none;
    background: none;
}
.faq .tab-content .accordion .card .card-header > div {
    padding: 13px 21px;
    font-weight: 600;
    font-size: 16px;
    color: #1b55e2;
    display: flex;
    align-items: center;
}
.faq .tab-content .accordion .card .card-header div .faq-q-title {
    overflow: hidden;
    font-size: 13px;
    color: #3b3f5c;
    font-weight: 700;
}
.faq .tab-content .accordion .card .card-header .faq-arrow-container {
    flex: 1;
    text-align: right;
}
.faq .tab-content .accordion .card .card-header span.round-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2665c8;
    border-radius: 50%;
    margin-right: 20px;
}
.faq .tab-content .accordion .card .card-header div.collapsed .faq-arrow-container i {
    transform: rotate(180deg);
    transition: all ease 0.4s;
}
.faq .tab-content .accordion .card .card-header div .faq-arrow-container i {
    transition: all ease 0.4s;
}
.faq-footer {
    background: #2566cb;
    padding: 12px 40px;
}
.faq-footer p {
    margin: 0px;
    color: #fff;
    letter-spacing: 0px;
    font-size: 12px;
}
.faq-footer p a{
    color: #fff;
}
.arrow {
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 10px;
    background: #2566cb;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
}
/* Media Query */
@media(max-width: 575px) {
    nav .navbar-brand {
        font-size: 24px;
    }
    .navbar-expand .navbar-nav .nav-link {
        font-size: 11px;
    }
    .fq-header-wrapper h1 {
        font-size: 36px;
    }
    .fq-header-wrapper input.faq-input {
        min-width: calc(100% - 85px);
    }
    .fq-header-wrapper .faq-input-group {
        width: 250px;
    }
    .faq-footer {
        padding: 12px 20px;
    }
    .faq-footer .d-flex{
        flex-direction: column;
    }
    .faq-footer p {
        text-align: center;
    }
}
/* Tablet Media Query */
@media (min-width: 600px) and (max-width: 1068px) {
}
a.link_search {
    padding: 0 0 !important;
}
.media-body h6 {
    margin-bottom: 1px !important;
}
.media-body p {
    margin-bottom: 0;
    font-size: 11px;
}
.ml-15 {
    margin-left: 15px;
}
.info-area h1 {position: relative;}
span.ofchannel {
    background-image: url("/img/ofchannel.png");
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: -7px;
}
span.ofchannel_m {
    background-image: url("/img/ofchannel_m.png");
    position: absolute;
    width: 15px;
    height: 15px;
    top: 19px;
}
.ofchan {
    width: 20px;
    height: 20px;
}
.index_h1 {
    font-size: 15px;
}