/*
Theme Name: tagrow
Author: iraweb
Author URI: http://iraweb.ir
Description: tagrow
Version: 1
License: GNU General Public License v2 or later
License URI: http://iraweb.ir
Tags: tagrow
*/
/* --- Farsi Fonts --- */
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('../../fonts/iransans/eot/IRANSansWeb_Bold.eot');
  src: url('../../fonts/iransans/eot/IRANSansWeb_Boldd41d.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */ url('../../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/iransans/eot/IRANSansWeb_Medium.eot');
  src: url('../../fonts/iransans/eot/IRANSansWeb_Mediumd41d.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */ url('../../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/iransans/eot/IRANSansWeb_Light.eot');
  src: url('../../fonts/iransans/eot/IRANSansWeb_Lightd41d.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */ url('../../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
  src: url('../../fonts/iransans/eot/IRANSansWeb_UltraLightd41d.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */ url('../../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/iransans/eot/IRANSansWeb.eot');
  src: url('../../fonts/iransans/eot/IRANSansWebd41d.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */ url('../../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/iransans/woff/IRANSansWeb.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: 'IranSansNumbers';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../../fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../../fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype'),
    url('../../fonts/iransans/IRANSansWeb(FaNum).eot') format('embedded-opentype');
}
body {
  font-family: IRANSans, sans-serif !important;
  direction: rtl;
  text-align: right;
  background: #312c42;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.fa,
.tooltip {
  font-family: 'IranSansNumbers', IRANSans, sans-serif !important;
}
a {
  text-decoration: none !important;
  color: #666;
  outline: none !important;
}
a:hover {
  color: #222;
}
a:focus,
a:active,
a:hover,
a,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input,
textarea,
select {
  outline: 0 !important;
}
.form-control.input_material::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.form-control.input_material:-moz-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.form-control.input_material::-moz-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.form-control.input_material:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-control:-moz-placeholder {
  color: #bbb;
}
.form-control::-moz-placeholder {
  color: #bbb;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control:focus::-webkit-input-placeholder {
  color: #bbb;
}
.form-control:focus:-moz-placeholder {
  color: #eee;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
  color: #eee;
} /* FF 19+ */
.form-control:focus:-ms-input-placeholder {
  color: #eee;
} /* IE 10+ */
button:focus {
  outline: none;
}
*:focus {
  outline: 0;
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 5px;
  }
}
p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 28px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  text-align: justify;
}
* {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
input,
textarea,
select {
  outline: 0;
}
ins {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
span.statcounter {
  display: none;
}
/*---- loading ----*/
span.expand.loading-bar {
  background: #fff;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  flex-direction: column;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 10000;
}

.expand .loader:after {
  width: 50px;
  height: 50px;
}
/* Loader */

.loader:after {
  content: '';
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 10px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #f26f21;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 11;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--- header --- */

/*---------------- Checkbox --------------*/

.btn-checkbox input {
  position: absolute;
  opacity: 0;
}
.btn-checkbox label {
  display: inline-block;
  cursor: pointer;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.btn-checkbox .cbtn {
  width: 15px;
  height: 15px;
  background: transparent;
  display: inline-block;
  border: 2px solid #184273;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.btn-checkbox .cbtn:after {
  right: 0px;
  width: 8px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top: 2px;
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
}
.btn-checkbox input:checked ~ div.cbtn {
  background: #184273;
}
.btn-checkbox input:checked ~ div.cbtn:after {
  opacity: 1;
}

.ltr {
  direction: ltr;
  text-align: left;
}
i {
  vertical-align: middle;
}

.dropdown-menu {
  text-align: right;
  right: 0 !important;
  left: auto !important;
  padding: 0;
  overflow: hidden;
  min-width: 147px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #fafafa;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}

.dropdown-menu li a:hover {
  background: #fafafa;
}

.dropdown-menu li:last-child a {
  border: none;
}

/*--- menu responsive --- */
@media (max-width: 768px) {
  nav.top-menu {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 240px;
    height: 100vh;
    background-color: #fff;
    z-index: 1000 !important;
    padding: 0;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.24, 1, 0.32, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.24, 1, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.24, 1, 0.32, 1);
    transform: translate3d(240px, 0, 0);
    -webkit-transform: translate3d(240px, 0, 0);
    -moz-transform: translate3d(240px, 0, 0);
  }
  .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(35, 35, 35, 0.85);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  nav.top-menu.open {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  nav.top-menu ul li {
    display: block;
    margin-right: 0;
    text-align: right;
    clear: both;
  }
  nav.top-menu ul li a,
  .user-menu > a {
    padding: 8px 20px;
    color: #666;
    display: block;
    font-size: 14px;
  }
  nav.top-menu ul li:not(.logo-wrap) a:hover {
    background: #fafafa;
    color: #000;
  }
  nav.top-menu ul li a:after {
    display: none;
  }
  .menu-toggle {
    font-size: 32px;
    cursor: pointer;
    display: block;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    z-index: 10;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    top: -15px;
    right: 20px;
  }
  nav.top-menu ul img {
    margin: 20px auto;
    max-width: 90%;
  }
  nav.top-menu ul li.icon-item {
    margin-top: -5px;
    background: #001159;
  }
  nav.top-menu ul li ul.submenu > li > a {
    border: none;
    text-align: left;
    color: #888;
    padding-left: 50px;
  }
  nav.top-menu ul li ul.submenu > li > a:hover,
  nav.top-menu ul li ul.submenu > li > a:focus {
    background: #444;
    color: #fff;
  }
  nav.top-menu ul li ul.submenu > li {
    padding: 0;
  }
  ul.submenu {
    display: none;
  }
  .mini_head span.menu-toggle {
    height: 50px;
    line-height: 53px;
  }
  .open-nav button.close_nav {
    display: block;
  }
  button.close_nav {
    font-size: 24px;
    background: 0 0;
    border: none;
    position: fixed;
    z-index: 10000;
    padding: 15px;
    left: 0;
    top: 0;
    height: 100vh;
    display: none;
    width: calc(100% - 240px);
    color: transparent;
  }
  nav.top-menu ul > li > a,
  .user-menu > a {
    padding: 16px 20px !important;
    margin: 0 !important;
  }

  body.open-nav {
    overflow-y: hidden;
  }
  .responsive-menu .dropdown-menu {
    position: static !important;
    display: block;
    top: 0;
    box-shadow: none;
    border: none;
    background: none;
    width: 100%;
    clear: both;
    margin-bottom: 0px;
    border-radius: 0;
    padding-bottom: 10px;
    transform: none !important;
    border-right: 5px solid #3e9f03;
  }
  .responsive-menu .dropdown-menu li a {
    border: none;
    padding: 8px 26px;
    color: #888;
  }
  .responsive-menu .dropdown-toggle {
    border-bottom: none;
    padding-bottom: 5px;
  }
}
.logo_wrap {
  font-size: 0;
  color: transparent;
  display: inline-block;
  max-width: 185px;
}

.menu_wrap > li > a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 0;
  display: block;
  margin-left: 20px;
}

.menu_wrap > li > a:hover {
  color: #fff;
}

.menu_wrap > li > a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  opacity: 0;
  background: #ffa200;
  right: 0;
  top: 110%;
  transition: all 0.3s ease;
}

.menu_wrap > li > a:hover:after {
  opacity: 1;
  width: 30px;
}

header.header {
  padding: 20px 0;
}

.slide_title {
  color: #fff;
}

.btn--warning {
  background: #fda005;
  color: #333;
}

.btn-pill {
  border-radius: 32px;
}
.slider_items.slider__show {
  direction: ltr;
}

.slider_items.slider__show .slide {
  direction: rtl;
}
.elem_back {
  position: absolute;
  left: 40px;
  top: 80px;
  z-index: -1;
}

.side_pic {
  min-height: 560px;
}

.block--title {
}

.block--title h2,
.block--title h1 {
  font-size: 16px;
  color: #ffa200;
  position: relative;
  margin-top: 30px;
}

.block--title h2:before,
.block--title h1:before {
  content: '';
  width: 30px;
  height: 4px;
  background: #ffa200;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 1px;
}

.bc--title {
  margin-bottom: 30px;
  font-size: 32px;
}

.bc--btns {
  margin-top: 35px;
}

.bc--txt {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  direction: rtl;
}

.btn {
  font-weight: 500;
}

.btn--warning:hover,
.btn--warning:active,
.btn--warning:focus {
  background: #ccc;
}

.list-icons-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.list--icons-item-num {
  font-family: 'IranSansNumbers', IRANSans, sans-serif !important;
  font-size: 32px;
  border-left: 5px solid #ffa200;
  font-weight: 700;
  padding: 0 10px;
  margin-left: 15px;
}

.list--icons-item-cn {
  min-width: 167px;
}

.list--icons-item-cn h3,
.list--icons-item-cn p {
  font-size: 17px;
  font-weight: 400 !important;
  color: #fff;
  margin: 0;
}

.list--icons-item-img {
  width: 140px;
  min-width: 120px;
}

.list--icons-items {
  max-width: 450px;
  margin: auto;
}

.block_wrap {
  padding: 30px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lc-inner {
  text-align: center;
}

.img-icon {
  max-height: 70px;
  margin-bottom: 15px;
}

.box--col-item {
  background: #ccc;
  padding: 30px 35px;
  background: #ccc url(../images/elem.png) no-repeat left 50px top 136px;
  background-size: cover;
  background-blend-mode: multiply;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

.imgbig {
  display: block;
  margin: auto;
  max-height: 184px;
}

.bc---title {
  font-size: 16px;
  color: #333;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.bc---title:before {
  width: 30px;
  height: 4px;
  border-radius: 1px;
  position: relative;
  display: inline-block;
  background: #303030;
  content: '';
  transition: width 0.3s ease;
}

.bc---content {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.container.container-sm {
  max-width: 830px;
}

.btn--gray {
  background: #efefef;
}

.box--col-item:hover {
  background-color: #f3c046;
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.3);
}
.box--col-item.red:hover {
  background-color: #e84a59;
}

.box--col-item.red:hover .bc---title,
.box--col-item.red:hover .bc---content {
  color: #fff;
}

.box--col-item.red:hover .bc---title:before {
  background: #fff;
}

.box--col-item.red {
  background-position: right 100px bottom 100px;
}
.img-fream {
  width: 600px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.block--sliders-imgitems {
  position: relative;
}

.img--slider-infream {
  position: absolute;
  top: 53px;
  z-index: 0;
  right: 107px;
  width: 260px;
  height: 500px;
  overflow: hidden;
}

.bc-tab {
  display: none;
}

.bc-tab.current {
  display: block;
}

.btn--outline-dark {
  border: 2px solid #333;
  color: #333;
}

.btn--outline-dark:hover,
.btn--outline-dark.active {
  background: #fff;
  border-color: #fff;
  color: #333 !important;
}

.block-color .txt--side {
  background: #f2bd3d;
  padding: 40px;
  align-items: center;
  color: #333;
  padding-top: 120px;
}

.text-warning {
  color: #fda005 !important;
}

.block-sec-title {
  text-align: center;
  margin-bottom: 32px;
}

.sec--form {
  padding: 80px 0;
  background-position: bottom center;
}

.date---input {
  display: none;
}

.form-control {
  border-radius: 32px;
  padding: 12px 20px;
}

table.table-condensed thead tr:nth-child(2) th {
  background: #e84a59;
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
}

table.table-condensed thead tr:nth-child(2) th:first-child {
  border-radius: 10px 0 0 10px;
}

table.table-condensed thead tr:nth-child(2) th:last-child {
  border-radius: 0 10px 10px 0;
}

th.dow {
  padding: 15px 0;
}

nav.footer--nav-items li a {
  color: #fff;
}

.aboat-footer img {
  margin-left: 15px;
}

.divid--line {
  display: block;
  clear: both;
  height: 1px;
  width: 100%;
  background: url(../images/line.png);
  background-size: contain;
  margin: 30px 0;
}

.copyright--txt {
  text-align: left;
}

ul.socials li a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 0 3px;
}

.cn-item {
  padding: 10px;
  text-align: right;
}

.cn-item i {
  color: #ffa200;
  font-size: 18px;
  vertical-align: sub;
  margin: 0 6px;
}

.media.media-address img {
  margin-right: 10px;
}

.block--sliders-nav a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 2px solid #fda005;
  border-radius: 50%;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.block--sliders-nav {
  margin-top: 15px;
}

.block--sliders-nav a:hover {
  background: #fda005;
  color: #333;
}
.block-color .txt--side h3 {
  font-weight: 700;
  color: #333;
}

.block-color.red-block .txt--side {
  background: #e84a59;
  color: #fff;
}

.block-color.red-block .txt--side h3 {
  color: #fff;
}

.block-color .txt--side .block--title h2 {
  color: #333;
}

.block-color .txt--side .block--title h2:before {
  background: #333;
}

.block-color.red-block .txt--side .btn--outline-dark {
  border-color: #fff;
  color: #fff;
}
.dots {
  display: block;
  height: 30px;
  position: absolute;
  left: 30%;
  bottom: 100px;
}

.dots .slick-dots {
  bottom: 0;
  position: static;
}

.list--txt {
  min-height: 1000px;
  display: flex;
  align-items: center;
  background-position: left center;
  background-position-y: 42px;
  background-size: contain;
  margin: -180px 0;
}

.godown {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #ffa200;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  font-size: 20px;
  z-index: 100;
  transition: all 0.3s ease;
}

.godown:hover {
  background: #ffa200;
}

.hiro {
  position: relative;
}

.godown:hover i {
  animation: godown 1s ease infinite;
}
.animateDownLoop {
  animation-duration: 1s;
  animation-fill-mode: both;
  position: relative;
}

.godowm .animateDownLoop {
  animation: godown 1s infinite;
}
@keyframes godown {
  from {
    opacity: 0;
    top: 0;
  }
  33% {
    opacity: 1;
    top: 5px;
  }
  66% {
    opacity: 1;
    top: 5px;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}

.godown i {
  display: block;
  position: relative;
}

.bc---btns {
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 0.3s ease;
  text-align: center;
}

.box--col-item:hover .bc---title:before {
  width: 20px;
}

.box--col-item:hover .bc---btns {
  opacity: 1;
  top: 0;
}
.media.media-address {
  text-align: left;
}
.goup {
  width: 52px;
  height: 52px;
  background: rgb(66, 66, 87);
  color: #fff;
  display: block;
  padding-top: 17px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: -20px;
  left: 20px;
  transform: scale(0.2) translateY(100px);
  z-index: 999;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: -webkit-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -moz-transition: -moz-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -o-transition: -o-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.goup:hover {
  background: #f3c046;
  color: #fff;
}
.goup.showup {
  transform: scale(1) translateY(0px);
  bottom: 15px;
}
footer.footer {
  margin-top: 80px;
}
.text-slider {
  text-align: right;
}
body:before {
  background: #2b273b url(../images/back-global.png) no-repeat left top;
  content: '';
  height: 415px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}
.logo-res {
  padding: 30px 30px;
  background: #312c42;
  margin-bottom: 20px;
}
.ajax-loader {
  pointer-events: none;
  background: none !important;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -16px !important;
  z-index: 10;
  width: 32px !important;
  height: 32px !important;
}
.ajax-loader:after {
  content: '';
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
  display: block;
  vertical-align: middle;
}
.btn_submit {
  position: relative;
  width: auto;
  display: inline-block;
}
.btn_submit .btn {
  min-width: 220px;
}
div.wpcf7-response-output {
  margin: 3em 0.5em 1em;
  padding: 10px 15px;
  border: 2px solid #e84a59;
  border-width: 0 3px 0 0 !important;
}
span.wpcf7-not-valid-tip {
  font-size: 10px !important;
  padding: 2px 20px;
  position: absolute;
  right: 0;
  left: 0;
  background: #e84a59;
  color: #fff !important;
  bottom: 0;
  border-radius: 0 0 32px 32px;
  pointer-events: none;
}

.res_form span.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #fff;
}
.btn_submit .is-active ~ .btn {
  text-indent: -9999px;
  color: transparent;
}

div.wpcf7 p {
  padding: 0;
  margin: 0;
}

div.wpcf7 {
  direction: rtl;
}

.wpcf7-form-control-wrap {
  display: block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f3c046;
  border-color: #fda005 !important;
}
section.page404.post_head {
  display: flex;
  align-items: center;
  background: #312c42 !important;
}
.block-sec-title p {
  text-align: center;
}

.lc-inner p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

nav.footer--nav-items li {
  margin-left: 15px !important;
}
.hiro_blog .item {
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.hiro_blog .item:hover {
}
.hiro_blog .item:hover .hiro_titles {
  padding-bottom: 23px;
}
.hiro_blog .item:hover .hiro_titles:before {
  height: 200%;
}
.hiro_titles {
  padding: 20px;
  font-size: 13px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.hiro_titles h3,
.hiro_titles h3 a {
  color: #fff;
  font-size: 18px;
}

.hiro_titles:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150%;
  background: linear-gradient(transparent, #000);
  content: '';
  z-index: 0;
  transition: all 0.3s ease;
}

.hiro_titles * {
  z-index: 1;
  position: relative;
}
.cat_liks li a {
  padding: 10px 20px;
  display: block;
  border-radius: 30px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.27);
  min-width: 100px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.cat_liks li.active a,
.cat_liks li a:hover {
  color: #f3c046 !important;
  border: 2px solid #f3c046;
}
.liks-scrolable {
  overflow: auto;
  margin: 20px 0 15px;
}
.liks-scrolable ul {
  white-space: nowrap;
}
.ajax-content.loading {
  pointer-events: none;
  transition: all 0.3s ease;
  position: relative;
}
.ajax-content.loading .post-grid {
  opacity: 0.1;
  transition: opacity 0.3s ease;
}
.ajax-content.loading:after {
  border-left: 2px solid #f3c046;
  width: 64px;
  height: 64px;
  margin: -44px 0 0 -32px;
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
  margin-left: 0.5rem;
}

.box-post {
  margin: 0 5px;
  box-shadow: none;
  border: none;
  background: #cccccc;
  transition: all 0.3s ease;
}

.box-post .post_meta {
  color: #333;
}

.box-post .card-img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 220px;
  object-fit: cover;
}

.box-post .post-title {
  font-size: 18px;
  position: relative;
}

.box-post p {
  color: #333;
  line-height: 1.8;
}

.box-post .post-title a {
  color: #303030;
}

.img-rounded {
  border-radius: 50%;
}

.box-post .text-muted {
  color: #666 !important;
}

.box-post .post-title:before {
  width: 20px;
  height: 4px;
  margin-left: 5px;
  border-radius: 1px;
  position: relative;
  display: inline-block;
  background: #303030;
  content: '';
  transition: width 0.3s ease;
}
.box-post:hover {
  transform: translate3d(0, -5px, 0);
}

.post-grid {
  padding-top: 15px;
}

.navstyle .slick-next {
  left: -60px;
}
.navstyle .slick-prev {
  right: -60px;
}
.navstyle .slick-next:before,
.navstyle .slick-prev:before {
  color: #fff;
}
.navstyle .slick-next,
.navstyle .slick-prev {
  background: #312c429e;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
}
.row .post-grid {
  padding: 0;
}
.more-link {
  text-align: center;
  font-size: 16px;
}
.more-link a {
  border: 2px solid rgba(255, 255, 255, 0.27);
  padding: 12px 30px;
  width: 250px;
  display: block;
  margin: auto;
  border-radius: 33px;
  margin-top: 30px;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}
.more-link a:hover {
  color: #f3c046;
  border-color: #f3c046;
}
.more-link a.checking {
  opacity: 0.4;
  pointer-events: none;
}
/*--- like --- */
.widget__social-container {
  text-align: right;
  padding: 20px;
  min-width: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}

.widget__social-container h4 {
  font-size: 14px;
  color: #999;
}

.postshare > a {
  font-size: 20px;
}

.ira-post-like span {
  margin-left: 7px;
  font-size: 16px;
  color: #666;
}

.ira-post-like {
  font-size: 20px;
  position: relative;
}

.ira-post-like.liked {
  color: #e84a59 !important;
}

.ira-post-like.liked i:before {
  content: '\e926';
}
.ira-post-like.loader:after {
  border: 2px solid rgb(176, 176, 176);
  border-left: 2px solid #646464;
  margin-top: -13px;
  margin-left: 15px;
}
.ira-post-like.loader span {
  opacity: 0;
}
/*---- end like --------------*/

.post_social ul {
  display: flex;
}

.post_social ul li a {
  padding: 5px;
  font-size: 20px;
  color: #999;
}
.bottom-links {
  margin-top: 20px;
}
.icon-heart:before {
  content: '\e925';
}
.section-single-post {
}
.post__head {
  position: relative;
  margin-bottom: 30px;
  min-height: 140px;
}
.post__head .post-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.page_title {
  font-size: 21px;
}

.breadcrumb {
  background: none;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.breadcrumb a:after {
  content: '\e908';
  font-family: tagrow;
  vertical-align: middle;
  font-size: 10px;
  margin-right: 4px;
}

.img-blog {
  width: 100%;
  border-radius: 4px;
}

.content__box.post__content {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.12), 0 0px 8px rgba(0, 0, 0, 0.24);
  color: #3b3b3b;
}

.post__content p {
  line-height: 30px;
  margin-bottom: 15px;
  color: #3b3b3b;
}

.post__content h1 {
  font-size: 24px;
}

.post__content h2 {
  font-size: 20px;
}

.post__content h3 {
  font-size: 18px;
}

.post__content .author_post a {
  color: #3b3b3b;
}

.post__content .ira-post-like {
  background: #3b3b3b;
  width: 85px;
  display: flex;
  padding: 10px;
  border-radius: 32px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-right: 15px;
}

.post__content .ira-post-like span {
  color: rgba(255, 255, 255, 0.37);
}

.post__content .ira-post-like:hover {
  background: rgba(59, 59, 59, 0.78);
  color: rgba(255, 255, 255, 0.5);
}

.post__content .ira-post-like.loader {
  padding-right: 40px;
}

.post__content .ira-post-like.loader:after {
  left: auto;
  right: 10px;
}
nav.breadcrumb_wrap a {
  color: #999;
}

nav.breadcrumb_wrap a:hover {
  color: #fff;
}
.post__content__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.post__content__inner ul,
.post__content__inner ol {
  padding-right: 20px;
  margin-bottom: 20px;
}

.post__content__inner ul li,
.post__content__inner ol li {
  line-height: 30px;
  margin-bottom: 10px;
  list-style: disc;
}

.post__content__inner ol li {
  list-style: arabic-indic;
}
.post__content__inner a {
  color: #ffc107;
}
.tags ul li {
  display: inline-block;
}

.tags ul li a {
  padding: 3px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  color: #999;
}

.tags ul li a:hover {
  color: #101e5e;
}

.tags ul li a:before {
  content: '#';
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.tags {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  position: relative;
  clear: both;
}

.tags ul li:first-child a {
  padding-right: 0;
}

.post_social li {
  display: inline-block;
  vertical-align: middle;
}

.post_social li a {
  font-size: 17px;
  padding: 0 0 0 5px;
  display: block;
}
.post_social i.icon-google {
  font-size: 24px;
}
.post_social li a i {
  transition: all 0.3s ease;
}
.post_social li a:hover i.icon-twitter {
  color: #1cb7eb;
}
.post_social li a:hover i.icon-telegram {
  color: #30a8e4;
}
.post_social li a:hover i.icon-whatsapp {
  color: #43d854;
}
.post_social li a:hover i.icon-instagram {
  color: #ef5d55;
}
.post_social li a:hover i.icon-google {
  color: #ef5d55;
}
.post_social li a:hover i.icon-facebook {
  color: #4e71a8;
}
.post_social li a:hover i.icon-linkedin2,
.post_social li a:hover i.icon-linkedin {
  color: #1686b0;
}
.gray_back {
  background: #fafafa;
}
.ava {
  float: right;
}

.wList-txt {
  padding-right: 130px;
}

.ava img {
  border-radius: 50%;
}

.comment_item:after {
  clear: both;
  display: table;
  content: '';
}

.page_content h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.page_content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

blockquote {
  background: #fafafa;
  padding: 20px;
  border-right: 5px solid #d2d2d2;
}

.wList-txt h3 {
  font-size: 16px;
  white-space: nowrap;
}

.wList-txt .post_meta {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.wList-txt {
  padding-left: 12px;
}

.wList li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(-90deg, #fff, transparent);
}

.commemt_wlist li {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 24px 0 !important;
}

ul.wList li {
  margin-bottom: 13px;
  position: relative;
}

.wList-txt p {
  white-space: nowrap;
  font-size: 14px;
  color: #999;
}

.commemt_wlist .wList-txt {
  width: calc(100% - 70px);
  display: block;
}

.comment_item {
  display: block;
  margin-bottom: 26px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

time.date {
  color: #999;
  font-size: 13px;
  font-weight: 300;
}
.comment_item .wList-txt {
  padding-top: 5px;
}

.comment_item.admin {
  background: #f5f5f5;
  padding: 30px;
}

.CBtns .btn {
  position: static;
  margin: 0 10px;
}

.admin .CBtns .btn {
  background: #fff;
}

.wtxt {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.CBtns {
  position: absolute;
  left: 0;
  top: 0;
}

.comment_item:last-child {
  border-bottom: 0;
}
.title4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.tags:before,
.tags:after {
  position: absolute;
  right: 0;
  top: -2px;
  height: 3px;
  width: 50px;
  background: #ffc107;
  content: '';
  border-radius: 10px;
}
.tags:after {
  width: 6px;
  right: 54px;
}
.badge {
  padding: 5px 7px 3px;
  font-weight: 400;
}

.tags ul,
.post_social ul {
  padding-right: 0;
}
.comment-wraper .form-control {
  border-radius: 4px;
}

h3.postcomment {
  font-size: 20px;
}

.logout a {
  color: rgba(255, 255, 255, 0.44);
}

.logout a:hover {
  color: #fff;
}
/* --- comments --- */
.post-comments {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 0 3px #eee;
  margin-top: 30px;
}

h3.postcomment {
  border-bottom: 1px solid rgba(70, 62, 96, 0.78);
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
h3.postcomment > span {
  border-bottom: 2px solid #f3c046;
  padding: 8px 0px;
}

h3.postcomment > span > span {
  color: rgba(255, 255, 255, 0.7);
}

.form-group label {
  color: #bbb;
  font-size: 13px;
}

.form-wrap .form-control {
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: none;
  color: #999;
  height: auto;
  padding: 10px 12px;
}
h3.postcomment i {
  vertical-align: top;
  display: inline-block;
}
div#respond {
  margin-top: 50px;
}
a.addcom {
  float: left;
  font-size: 12px;
  color: #ccc;
  margin-top: 2px;
}
a.addcom i {
  font-size: 15px;
  color: #f36161;
}
span.says {
  display: none;
}
.comment-author.vcard {
  float: right;
  width: 64px;
  position: relative;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content {
  padding-right: 80px;
  padding-top: 5px;
}
.comment-author.vcard .fn {
  position: absolute;
  top: 30px;
  right: 100%;
  /* font-weight: 400; */
  margin-right: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
ul.children {
  padding-right: 30px;
  margin-top: 15px;
}
.comment-author.vcard .fn a {
  color: #666;
}
.comment-metadata a {
  color: #999;
  font-size: 11px;
  font-weight: 300;
  margin-left: 11px;
}
.comment-metadata:before {
  content: '\e923';
  font-family: 'tagrow' !important;
  vertical-align: middle;
  color: #bbb;
  font-size: 13px;
  margin-left: 5px;
}
p.comment-awaiting-moderation {
  display: none;
}
.comment-content {
  padding-top: 20px;
  color: #999;
  font-size: 13px;
  font-weight: 300;
}
.comment {
  position: relative;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.comment .reply {
  position: absolute;
  top: 20px;
  left: 0;
}
.comment .reply a {
  color: #999;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}
.comment .reply a:hover {
  color: #ffc107;
}
.comment:last-child {
  border: none;
}
span.posttype i {
  vertical-align: top;
  color: #f57921;
  font-size: 16px;
  font-weight: bold;
}
p.logout a {
  color: #999;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
p.logout a i {
  color: #f57921;
  font-weight: bold;
}
.comment-content p {
  font-size: 13px;
  color: #ccc;
  font-weight: 300;
}
.postshare.author_share > a {
  font-size: 14px;
  padding: 10px 20px 6px;
  border-radius: 30px;
}
.comment-awaiting-moderation {
  position: relative;
  top: 4px;
  font-size: 12px;
  color: #999;
  font-weight: 100;
}

.comment-author.vcard img {
  border-radius: 50%;
}
.mini .box-post .card-img {
  height: 170px;
}
.post-head-link {
  font-size: 20px;
  display: block;
  padding: 0 5px;
}
.postLike.col-6 {
  display: flex;
}

.social-switch {
  background: #3b3b3b;
  width: 50px;
  display: flex;
  padding: 5px 10px;
  border-radius: 32px;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
.post-head-link:hover {
  color: #fff;
}
.social-switch:hover {
  width: 210px;
}

.social-switch:hover .post_social {
  animation: social 1.5s ease;
}
@-webkit-keyframes social {
  0% {
    display: none;
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes social {
  0% {
    display: none;
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
}
.breadcrumb a {
  display: inline-block;
}
.post__head:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(transparent, #312c42);
  content: '';
}

/*-------- page influencer & advertiser ----------*/
.back_float {
  position: absolute;
  width: auto;
  max-width: 1320px;
  left: -100px;
  top: -76px;
  z-index: -1;
}
.font-xl {
  font-size: 42px;
}
.font-2xl {
  font-size: 62px;
}
.hiro-text-box {
  max-width: 369px;
  margin-right: auto;
  position: relative;
  top: -83px;
}
.back_float.back_float_right {
  left: auto;
  right: -21%;
  top: -53%;
  max-width: 1000px;
}
.font-x {
  font-size: 36px;
}

.godown-flaot {
  position: absolute;
  bottom: 50px;
}
.back_float.back_float_find {
  top: -30%;
}
.side_pic2 {
  min-height: 560px;
}
.mt--3 {
  margin-top: -3rem;
}
.mt--5 {
  margin-top: -5rem;
}
.mt--4 {
  margin-top: -4rem;
}
.mt--6 {
  margin-top: -9rem;
}
.mt--7 {
  margin-top: -12rem;
}
.style02 .bc---content {
  font-size: 15px;
  line-height: 24px;
}

.style02 .bc---title {
  font-size: 36px;
  font-weight: 600;
}

.style02 .imgbig {
  max-height: 320px;
  margin-top: -110px;
}

.box--col-item.style02 {
  height: 100%;
}
.block_wrap.back_influence {
  padding: 385px 0;
  margin-top: -320px;
  margin-bottom: -320px;
}

.mb-6 {
  margin-bottom: 60px;
}

.font-1-2xl {
  font-size: 50px;
}
.footer_back {
  background-size: cover;
  background-position: bottom center;
}
.style02 .lc-inner {
  max-width: 200px;
  text-align: center;
  margin: auto;
}

.style02 .lc-inner p {
  text-align: center;
}
.video_inner {
  position: absolute;
  top: 42px;
  z-index: 100;
  max-width: 674px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}

.video_wrap {
  position: relative;
}

.video_inner video {
  width: 100%;
  height: 100%;
}
.more-padding {
  padding: 120px 0;
}
.social-switch .list-inline-item:last-child {
  margin-left: 0.5rem;
}
.post-carousel .slick-slide {
  float: right;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
/*--- Media Query ---------------------------------------------------*/
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

@media (min-width: 991px) {
}
@media screen and (min-width: 768px) and (max-height: 700px) {
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-xx {
  display: none;
}
@media (max-width: 576px) {
  .hidden-xx {
    display: none;
  }
  .visible-xx {
    display: block;
  }
  .block--sliders--section {
    overflow: hidden;
  }

  .elem_back {
    top: -30px;
  }

  .slide_txt {
    margin-top: 60px;
  }

  .dots {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 200px;
  }

  .godown {
    bottom: 100px;
  }

  .list--side {
  }

  .list--col-item {
    margin-bottom: 50px;
  }

  .box--col-item {
    margin-bottom: 30px;
  }

  .block--sliders-imgitems {
    transform: translateX(76px);
  }

  .bc--btns a {
    margin-bottom: 10px;
  }

  .list--icons-items {
    margin: 50px 0 150px;
  }

  .datepicker-inline {
    width: 100%;
  }

  .footer-right {
    margin: 30px 0;
  }

  ul.socials.list-inline {
    text-align: center;
  }
  .datepicker table {
    width: 100%;
  }

  .datepicker td,
  .datepicker th {
    height: 40px;
  }
  .side_pic {
    min-height: 400px;
    padding-top: 30px;
  }
  .list--txt {
    margin: 0;
    background-position: bottom 120px center;
  }
  body:before {
    height: 235px;
  }
  nav.footer--nav-items {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .list--icons-item-img {
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 370px) {
  .list--icons-item-cn {
    min-width: 0;
  }
  .list--icons-item-cn h3 {
    font-size: 14px;
  }
}
