/**====================================
===============================
        Body Main Css
        ===============================
====================================**/

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  font-family: "lite";
}
#loading div {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading div img {
  width: 30px;
  margin-right: 20px;
}
#bids_html {
  min-height: 500px;
}
.terms {
  color: #ffffff;
  margin: 10px 0 20px 0;
  font-size: 10px;
  font-weight: 100;
}
.signup-header {
  margin-top: 10px;
}
#success {
  display: none;
  color: #000000;
}
#error {
  display: none;
  color: #ff5465;
}
.bid_message {
  color: #e3d0ba;
}
#bids-welcome {
  display: none;
}
#bids-welcome div {
  margin: 10px 0;
  font-size: 16px;
}
.indexBg {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 30px 30px;
}
.getStartedBottom {
  text-align: center;
  margin-top: 30px;
}
.whatIsLabelless {
  text-align: center;
  margin-top: 20px;
}
.howStepOuter {
  height: 80px;
}
.howStep {
  width: 100%;
  border-bottom: 1px solid #b2b1b1;
  line-height: 50px;
  margin: 10px 0 20px;
  height: 25px;
  position: relative;
}
.howStep div {
  background: #fff;
  padding: 0 10px;
}
.howStep span {
  text-align: center;
  left: 42%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  position: absolute;
  color: #e3d0ba;
  font-weight: bold;
  font-size: 25px;
  box-shadow: 0 0 10px 0 #ccc;
}

@font-face {
  font-family: "lite";
  src: url("../fonts/Myriad-Pro-Light.ttf");
}

@font-face {
  font-family: "italic";
  src: url("../fonts/Myriad-Pro-Light-Italic.ttf");
}

@font-face {
  font-family: "regular";
  src: url("../fonts/Myriad-Pro-Regular.ttf");
}

@font-face {
  font-family: "semi";
  src: url("../fonts/Myriad-Pro-Semibold.ttf");
}

@font-face {
  font-family: "bold";
  src: url("../fonts/Myriad-Pro-Bold.ttf");
}

.lite {
  font-family: "lite" !important;
}

.italic {
  font-family: "italic" !important;
}

.regular {
  font-family: "regular" !important;
}

.semi {
  font-family: "semi" !important;
}

.bold {
  font-family: "bold" !important;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "regular";
  color: #333;
  font-size: 14px;
  /*background: #285a90;*/
  /*background: #e3d0ba;*/
  /*background: #289061;*/
  /*background: #1ac5aa;*/
  /*background: #243663;*/
  background-color: #f8f9fa;
  /*padding-top: 60px;*/
  min-height: 100%;
  overflow-x: hidden;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

body.flow {
  overflow: hidden !important;
}

::selection {
  background: #020202;
  color: #fff;
}

::-moz-selection {
  background: #000000;
  color: #fff;
}

body a {
  color: #e3d0ba;
  word-break: break-all;
}

body a,
span {
  display: inline-block;
  text-decoration: none;
}

body a:hover,
body a:focus {
  color: #e3d0ba;
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  color: #333;
  font-family: "semi";
}

p {
  margin-bottom: 10px;
}

.relative {
  position: relative;
}

.secMarg {
  margin-top: 50px !important;
}

.secPadd {
  padding-top: 50px !important;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 28px;
  right: 15px;
  display: none;
  width: 20px;
  text-align: center;
  cursor: pointer;
  padding: 7px 8px 9px;
  padding-left: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.toggle span:before {
  top: -7px;
  left: 3px;
  width: 14px;
}

.toggle span:after {
  left: 2px;
  bottom: -7px;
  width: 16px;
}

.toggle.active span {
  background-color: transparent !important;
}

.toggle.active span:before {
  transform: rotate(405deg);
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
  width: 20px;
}

.toggle.active span:after {
  transform: rotate(-45deg);
}

.blockquote {
  background: #fafafa;
  color: #151d23;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  border: 1px solid #eee;
  border-left: 4px solid #e3d0ba;
}

.secHeading {
  position: relative;
  font-size: 28px;
  color: #000000;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

p.pre {
  color: #000c38;
  font-size: 18px;
  font-family: "lite";
  opacity: 0.7;
  margin: -15px 0 20px;
}

.color {
  color: #e3d0ba !important;
}

.background {
  background: #e3d0ba !important;
}

/**====================================
===============================
        Body Main Button
        ===============================
====================================**/

.webBtn {
  position: relative;
  min-width: 80px;
  height: 42px;
  background: #e3d0ba;
  background: #e3d0ba;
  color: #fff;
  font-size: 15px;
  padding: 12px 25px 0;
  padding-bottom: 20px !important;
  text-transform: capitalize;
  font-family: "regular";
  letter-spacing: 2px;
  text-align: center;
  border: none;
  border-radius: 4px;
  outline: none !important;
}

.cnclBtn {
  background: #2f383c;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}

.smBtn {
  height: 36px;
  padding: 10px 12px 0;
  font-size: 14px;
}

.lgBtn {
  height: 46px;
  padding: 15px 25px 0;
  font-size: 13px;
}

.webBtn i {
  position: relative;
  top: 3px;
  font-size: 18px;
  line-height: 0;
  margin-left: 7px;
  margin-right: -3px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.webBtn:hover i {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.webBtn:focus,
.webBtn:hover {
  color: #fff !important;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

/**====================================
===============================
        Body Inner Css
        ===============================
====================================**/

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

img {
  width: 100%;
}

em {
  font-style: normal !important;
}

strong {
  font-weight: normal !important;
  font-family: "bold";
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body .webBtn {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 1px;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  display: table;
  content: "";
}

.contain:after .contain-fluid:after {
  clear: both;
}

section {
  position: relative;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formRow {
  margin: 0 -5px;
}

.formRow [class*="col-"],
.formRow [class^="col-"] {
  padding: 0 5px;
}

.flexBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: 0 -10px;
}

.flexRow > .col {
  padding: 0 10px;
}

/*========== upperlay ==========*/

.upperlay {
  position: fixed;
  top: 60px;
  left: 0;
  right: 250px;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 90;
  display: none;
}

.upperlay.active {
  display: block !important;
}

/**====================================
===============================
        Popup
        ===============================
====================================**/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 31, 41, 0.9);
  z-index: 101;
  padding: 50px 0;
  overflow: auto;
}

.popup ._inner {
  position: relative;
  padding: 15px;
  max-width: 420px;
  background: #f7f8f9;
  margin: 0 auto;
}

.popup ._inner h3 {
  background: #030303;
  color: #fff;
  font-size: 18px;
  font-family: "regular";
  margin: -15px -15px 15px;
  padding: 15px 15px 12px;
  padding-right: 30px;
}

.popBtn {
  cursor: pointer;
}

.popup .crosBtn {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 32px;
  height: 32px;
  background: #e3d0ba;
  text-align: center;
  padding: 1px 0 0;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}

/**====================================
===============================
        Dropdown
        ===============================
====================================**/

.dropBtn {
  cursor: pointer;
}

.dropDown {
  position: relative;
  z-index: 5;
}

.dropCnt {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  top: 20px;
  left: 0;
  z-index: 50;
  min-width: 160px;
  max-width: 260px;
  background: #fff;
  border-top: 3px solid #e3d0ba;
}

.dropLst > li,
.dropLst > li > a {
  display: block;
}

.dropLst > li > a {
  padding: 5px 12px 4px;
  border-bottom: 1px solid #eee;
  color: #333 !important;
}

.dropLst > li > a:hover {
  background: #fafafa;
}

/*========== more ==========*/

.more {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 30px;
  padding-bottom: 10px;
  margin: 0 auto;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.more > span,
.more > span:before,
.more > span:after {
  width: 4px;
  height: 4px;
  border-radius: 75%;
  background: #aaa;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
}

.more > span:before,
.more > span:after {
  position: absolute;
  content: "";
}

.more > span:before {
  left: 0;
}

.more > span:after {
  right: 0;
}

.more:hover > span,
.more:hover > span:before,
.more:hover > span:after {
  background: #666;
}

.more .moreDrop {
  position: absolute;
  top: 25px;
  right: -10px;
  background: #fafafa;
  width: 180px;
  margin-top: 10px;
  border: 1px solid #eee;
  border-bottom: transparent;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: rgba(8, 17, 47, 0.05) 0 4px 12px 0;
  box-shadow: rgba(8, 17, 47, 0.05) 0 4px 12px 0;
  z-index: 5;
}

.more:hover .moreDrop {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.more .moreDrop:before {
  position: absolute;
  content: "";
  top: -6px;
  right: 15px;
  border-top: 12px solid #fafafa;
  border-left: 12px solid transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: #ddd 1px -1px 0;
  box-shadow: #ddd 1px -1px 0;
}

.more .moreDrop > li {
  display: block;
  border-bottom: 1px solid #eee;
}

.more .moreDrop > li > a {
  display: block;
  color: #666;
  font-size: 12px;
  font-family: "regular";
  padding: 10px 15px;
}

.more .moreDrop > li > a:hover {
  background: #f5f5f5;
  color: #e3d0ba;
}

/**====================================
===============================
        List (ol) (ul)
        ===============================
====================================**/

._list {
  padding: 0;
  margin: 0;
}

._list > li {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

._list > li:before {
  content: "- ";
}

._list > li ._list {
  margin: 7px 0 10px;
}

._list2 {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

._list2 > li {
  position: relative;
  margin-bottom: 7px;
}

/**====================================
===============================
        Page Loader
        ===============================
====================================**/

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f9fa;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

#pageloader .loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

#pageloader .loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e3d0ba;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: loadBounce 2s infinite ease-in-out;
  animation: loadBounce 2s infinite ease-in-out;
}

#pageloader .loader > span:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes loadBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**====================================
===============================
        Ico Css
        ===============================
====================================**/

.ico a {
  display: block;
  height: 100%;
}

.ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/**====================================
===============================
        Header
        ===============================
====================================**/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  /*background: #030819;*/
  z-index: 30;
}

.logo {
  width: 140px;
  float: left;
  margin-top: 22px;
  -webkit-filter: brightness(0%) invert(1);
  -o-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
}

.logo > a {
  display: block;
}

nav {
  float: right;
  margin-top: 20px;
}

#nav > li {
  position: relative;
}

#nav > li > a {
  height: 40px;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px 0;
  padding-bottom: 20px !important;
}

#nav > li.active > a,
#nav > li:hover > a {
  color: #fff;
}

#nav > li.bTn {
  /*margin-left: 160px;*/
}

#nav > li.bTn > a {
  height: 40px;
  background: #e3d0ba;
  color: #fff !important;
  padding: 10px 25px 0;
  padding-bottom: 20px !important;
  font-family: "regular";
  letter-spacing: 2px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.15) 0 0 0 1px;
  box-shadow: inset rgba(255, 255, 255, 0.15) 0 0 0 1px;
}

#nav > li.bTn.active > a,
#nav > li.bTn > a:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

/*========== proIco ==========*/

header .proIco {
  float: right;
  margin-top: 10px;
  margin-left: 50px;
  cursor: pointer;
}

header .proIco .inside {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

header .proIco .ico {
  width: 40px;
  height: 40px;
  border: 2px solid #131414;
  border-radius: 75%;
  overflow: hidden;
}

header .proIco h4 {
  font-size: 15px;
  font-family: "regular";
  margin-left: 5px;
  margin-bottom: 0;
}

header .proIco h4 span {
  font-size: 10px;
  text-transform: capitalize;
  display: flex;
  margin-top: 4px;
}

header .proIco .proDrop {
  top: 45px;
  left: initial;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: transparent;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 12, 56, 0.1) 0 1px 10px 0;
  box-shadow: rgba(0, 12, 56, 0.1) 0 1px 10px 0;
}

header .proIco .proDrop:before {
  position: absolute;
  content: "";
  top: -6px;
  right: 20px;
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: #ddd 1px -1px 0;
  box-shadow: #ddd 1px -1px 0;
}

header .proIco .proDrop > li,
header .proIco .proDrop > li > a {
  display: block;
}

header .proIco .proDrop > li > a {
  color: #666;
  font-size: 13px;
  padding: 9px 15px 8px;
  border-bottom: 1px solid #eee;
}

header .proIco .proDrop > li > a:hover {
  background: #fafafa;
  color: #0a0a0a;
}

header .proIco .proDrop > li > a i {
  width: 20px;
  margin-right: 5px;
}

/*========== header fix ==========*/

header.fix {
  background: #fff;
  -webkit-box-shadow: rgba(21, 24, 68, 0.1) 0 0 10px 0;
  box-shadow: rgba(21, 24, 68, 0.1) 0 0 10px 0;
}

header.fix .logo {
  margin-top: 12px;
  -webkit-filter: none;
  -o-filter: none;
  filter: none;
}

header.fix .toggle {
  top: 22px;
}

header.fix .toggle span,
header.fix .toggle span:before,
header.fix .toggle span:after {
  background: #000000;
}

header.fix nav {
  margin-top: 10px;
}

header.fix #nav > li a {
  color: #444;
}

header.fix #nav > li.active > a,
header.fix #nav > li:hover > a {
  color: #e3d0ba;
}

/**====================================
===============================
        Banner
        ===============================
====================================**/

#banner {
  min-height: 600px;
  padding: 100px 0 40px;
  background-image: url("../images/concert.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a181d;
  opacity: 0.5;
  z-index: 1;
}

#banner .contain {
  z-index: 3;
}

#banner .content {
  max-width: 700px;
  margin: auto;
}

#banner .content h1 {
  color: #fff;
  font-size: 36px;
}

#banner .content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

#banner form .inside {
  /*max-width: 560px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 4px;
  margin: 0 auto;
}

#banner form .inside .txtBox {
  height: 56px;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  font-size: 18px;
  font-family: "regular";
  margin-right: 5px;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 7px 15px;
}

#banner form .inside .webBtn {
  min-width: 140px;
  height: 56px;
  background-image: -webkit-linear-gradient(right, #1ac5aa, #e3d0ba);
  background-image: -o-linear-gradient(right, #1ac5aa, #e3d0ba);
  background-image: linear-gradient(to left, #1ac5aa, #e3d0ba);
  font-size: 15px;
  padding: 19px 8px 0;
}

/*========== srchFrm ==========*/

.srchFrm {
  margin-top: 40px;
}

.srchFrm .inside {
  max-width: 540px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  padding: 5px;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 50px;
}

.srchFrm .inside .txtBox {
  height: 46px;
  background: transparent;
  font-family: "regular";
  border-color: transparent;
}

.srchFrm .inside .webBtn {
  min-width: 120px;
  height: 46px;
  font-size: 13px;
  padding: 15px 8px 0;
  border-radius: 50px;
}

/**====================================
===============================
        World
        ===============================
====================================**/

#world .flexRow {
  -ms-align-items: center;
  align-items: center;
  margin: -20px;
}

#world .flexRow > .col {
  padding: 20px;
}

#world .flexRow > .col1 {
  width: 50%;
}

#world .flexRow > .col2 {
  width: 50%;
}

#world .lBlk {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: rgba(18, 19, 88, 0.1) 0 0 30px 0;
  box-shadow: rgba(18, 19, 88, 0.1) 0 0 30px 0;
}

.lBlk h2 {
  color: #000000;
  /* margin-top: 4rem; */
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

#world .lBlk h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

#world .lBlk p {
  font-size: 20px;
}

#world .lBlk .image {
  max-width: 400px;
  margin: 0 auto;
}

#world .lst {
  margin: -10px -25px -25px;
}

#world .lst > li {
  width: 100%;
  padding: 25px;
}

#world .lst > li .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#world .lst > li .ico {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}

#world .lst > li .ico img {
  -o-object-fit: contain;
  object-fit: contain;
}

#world .lst > li .cntnt {
  width: 100%;
}

#world .lst > li h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

#world .lst > li p {
  -max-width: 340px;
  font-size: 18px;
  margin: 0;
}

/**====================================
===============================
        Labelless Way
        ===============================
====================================**/

#labellessWay {
  background: #efefef;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#labellessWay .flexRow {
  margin: -10px;
  justify-content: center;
}

@media (min-width: 824px) {
  #labellessWay .flexRow > .col {
    width: 33.3334%;
    padding: 10px;
  }
}

#labellessWay .inner {
  -height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
}

#labellessWay .inner:hover {
  -webkit-box-shadow: rgba(21, 24, 68, 0.1) 0 0 20px 0;
  box-shadow: rgba(21, 24, 68, 0.1) 0 0 20px 0;
}

#labellessWay .image {
  height: 220px;
}

#labellessWay .image > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#labellessWay .cntnt {
  font-size: 16px;
  padding: 15px;
}

#labellessWay .cntnt h3 {
  color: #e3d0ba;
  font-size: 18px;
}

#labellessWay .cntnt ._list > li:before {
  top: 8px;
}

/**====================================
===============================
        How it works
        ===============================
====================================**/

#work .lst {
  margin: -10px;
  justify-content: center;
}

#work .lst > li {
  position: relative;
  width: 33.3334%;
  padding: 10px;
}

#work .lst > li:before,
#work .lst > li:after {
  position: absolute;
  content: "";
}

#work .lst > li:before {
  top: 90px;
  right: -40px;
  width: 80px;
  height: 2px;
  background: #ccc;
}

#work .lst > li:after {
  top: 87px;
  right: -50px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 26px solid #ccc;
}

#work .lst > li:nth-last-child(1):before,
#work .lst > li:nth-last-child(1):after {
  display: none;
}

#work .inner .ico {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: #fff;
  color: #fff;
  font-size: 56px;
  border: 7px solid rgba(0, 0, 0, 0.1);
  border-radius: 75%;
  padding-top: 0;
  line-height: 0;
  margin: 0 auto 15px;
}

#work .lst > li:nth-child(1) .inner .ico {
  background: #56c7a4;
}

#work .lst > li:nth-child(2) .inner .ico {
  background: #e05aa3;
}

#work .lst > li:nth-child(3) .inner .ico {
  background: #e89945;
}

#work .inner h3 {
  color: #000c38;
  font-size: 18px;
  opacity: 0.7;
}

#work .srchFrm {
  padding-bottom: 30px;
  border-bottom: 2px dashed #ddd;
}

/**====================================
===============================
        Testimonial
        ===============================
====================================**/

#owl-testimonial {
  padding: 0 50px;
}

#testimonial .contain {
  z-index: 3;
}

#testimonial .tileLst {
  margin: auto;
  justify-content: center;
}

#testimonial .tileLst > li {
  width: 50%;
  padding: 10px;
}

#testimonial .tileLst > li .inner {
  background: #fff;
  padding: 30px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: rgba(8, 17, 47, 0.05) 0 4px 10px 0;
  box-shadow: rgba(8, 17, 47, 0.05) 0 4px 10px 0;
}

#testimonial .tileLst > li .ico {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #eee;
  border-radius: 75%;
  overflow: hidden;
}

#testimonial .tileLst > li .cntnt {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

#testimonial .tileLst > li .cntnt p {
  color: #191f22;
  font-style: oblique;
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 15px;
  flex-grow: 1;
}

#testimonial .tileLst > li .cntnt h3 {
  position: relative;
  text-decoration: double;
  color: #070707;
  text-align: right;
  font-size: 18px;
  font-family: "unset";
  margin-bottom: 0;
}

/**====================================
===============================
        Form Css
        ===============================
====================================**/

label {
  font-family: "semi";
  display: block !important;
  font-weight: normal !important;
}

.txtGrp {
  position: relative;
  margin-bottom: 10px;
}

.txtBox {
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  color: #444;
  font-size: 14px;
  text-align: left;
  padding: 7px 12px 5px;
  letter-spacing: 1px;
  border: 1px solid #eee;
  border-radius: 2px;
  outline: none !important;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.txtBox:-webkit-autofill {
  -webkit-text-fill-color: #333;
  transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
  height: 140px;
  resize: none;
}

.txtBox:disabled {
  border-color: #eee !important;
  background: #fafafa;
}

.txtBox::-webkit-input-placeholder {
  color: #444;
}

.txtBox:ms-input-placeholder {
  color: #444;
}

.txtBox::placeholder {
  color: #444;
}

.txtBox:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.txtBox:focus:-ms-input-placeholder {
  color: transparent !important;
}

.txtBox:focus::placeholder {
  color: transparent !important;
}

.txtBox:hover,
.txtBox:focus {
  border-color: #e3d0ba;
}

input[type="checkbox"] {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  color: #fff;
  display: inline;
  margin-top: 0;
  cursor: pointer;
  outline: none !important;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  position: absolute;
  content: "";
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input[type="checkbox"]:before {
  content: "âœ”";
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 0 0 4px;
  width: inherit;
  height: inherit;
  z-index: 5;
}

input[type="checkbox"]:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ddd;
}

input[type="checkbox"]:checked {
  color: #e3d0ba;
}

input[type="checkbox"]:checked:after {
  /*background: #e3d0ba;*/
  border-color: #e3d0ba;
}

input[type="radio"] {
  position: relative;
  margin-top: 0;
  display: inline;
  width: 15px;
  height: 15px;
  cursor: pointer;
  outline: none !important;
  top: 3px;
}

input[type="radio"]:before,
input[type="radio"]:after {
  position: absolute;
  content: "";
  color: #e3d0ba;
  border-radius: 75%;
  background: #ccc;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

input[type="radio"]:before {
  width: 7px;
  height: 7px;
  margin-top: 4px;
  margin-left: 4px;
  z-index: 1;
  border-radius: 75%;
}

input[type="radio"]:after {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #ccc;
}

input[type="radio"]:checked:before {
  background: #fff;
}

input[type="radio"]:checked:after {
  border: 1px solid #e3d0ba;
  background: #e3d0ba;
}

.lblBtn {
  text-align: left;
}

.lblBtn label {
  display: inline !important;
  position: relative;
  top: 0;
  line-height: 20px;
  padding-left: 5px;
  cursor: pointer;
  font-family: "regular" !important;
}

input[type="file"].uploadFile {
  display: none;
}

.uploadImg {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/**====================================
===============================
        Scrollbar
        ===============================
====================================**/

.scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e3d0ba;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #e3d0ba;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.12);
}

/**====================================
===============================
        Contact us
        ===============================
====================================**/

#contactus .lBlk {
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: rgba(18, 19, 88, 0.1) 0 0 30px 0;
  box-shadow: rgba(18, 19, 88, 0.1) 0 0 30px 0;
}

#contactus .lBlk h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

#contactus .lBlk p {
  font-size: 20px;
}

#contactus .lst {
  margin: -10px -25px -25px;
}

#contactus .lst > li {
  width: 100%;
  padding: 25px;
}

#contactus .lst > li .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /* display: flex;
  -ms-align-items: center;
  align-items: center; */
}

#contactus .lst > li .ico {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}

#contactus .lst > li .ico img {
  -o-object-fit: contain;
  object-fit: contain;
}

#contactus .lst > li .cntnt {
  width: 100%;
}

#contactus .lst > li h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

#contactus .lst > li p {
  -max-width: 340px;
  font-size: 18px;
  margin: 0;
}
#contactus input {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 700px;
  line-height: 26px;
  margin-bottom: 10px;
}
#contactus textarea {
  display: flex;
  flex-direction: row;
  width: 500px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (min-width: 280px) {
  #contactus textarea {
    width: 260px;
    padding: 10px;
  }
}
@media (min-width: 280px) {
  #contactus input {
    width: 260px;
    padding: 10px;
  }
}
@media (min-width: 360px) {
  #contactus textarea {
    width: 320px;
    padding: 10px;
  }
}
@media (min-width: 360px) {
  #contactus input {
    width: 320px;
    padding: 10px;
  }
}
@media (min-width: 411px) {
  #contactus textarea {
    width: 391px;
    padding: 10px;
  }
}
@media (min-width: 411px) {
  #contactus input {
    width: 391px;
    padding: 10px;
  }
}
@media (min-width: 320px) {
  #contactus textarea {
    width: 300px;
    padding: 10px;
  }
}
@media (min-width: 320px) {
  #contactus input {
    width: 300px;
    padding: 10px;
  }
}
@media (min-width: 375px) {
  #contactus textarea {
    width: 355px;
    padding: 10px;
  }
}
@media (min-width: 375px) {
  #contactus input {
    width: 355px;
    padding: 10px;
  }
}
@media (min-width: 375px) {
  #contactus textarea {
    width: 355px;
    padding: 10px;
  }
}
@media (min-width: 375px) {
  #contactus input {
    width: 355px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #contactus textarea {
    width: 748px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #contactus input {
    width: 748px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #contactus textarea {
    width: 748px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #contactus input {
    width: 748px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  #contactus textarea {
    width: 1004px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  #contactus input {
    width: 1004px;
    padding: 10px;
  }
}
@media (min-width: 540px) {
  #contactus textarea {
    width: 520px;
    padding: 10px;
  }
}
@media (min-width: 540px) {
  #contactus input {
    width: 520px;
    padding: 10px;
  }
}
@media (min-width: 1680px) {
  #contactus textarea {
    width: 1660px;
    padding: 10px;
  }
}
@media (min-width: 1680px) {
  #contactus input {
    width: 1660px;
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  #contactus textarea {
    width: 1380px;
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  #contactus input {
    width: 1380px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  #contactus textarea {
    width: 1200px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  #contactus input {
    width: 1200px;
    padding: 10px;
  }
}
/**====================================
===============================
        Footer
        ===============================
====================================**/

footer {
  position: relative;
  background: #191f22;
  color: #95a5a6;
  padding: 40px 0 20px;
  margin-top: 40px;
}

#newsletter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 50px;
  padding-bottom: 34px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  border-bottom: 1px solid rgba(149, 165, 166, 0.2);
}

#newsletter .inner {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin-right: 20px;
}

#newsletter .inner h2 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

#newsletter .inner p {
  font-size: 15px;
  margin-bottom: 0;
}

#newsletter .webBtn {
  height: 46px;
  border-radius: 50px;
  padding: 14px 30px 0;
}

footer .flexRow > .col {
  width: 20%;
}

footer .footerLogo {
  max-width: 160px;
  margin: 20px 0 20px;
  filter: invert(100%);
}

#newsletter p > a {
  color: #fff;
}

footer h3 {
  color: #fff;
  font-size: 18px;
  font-family: "regular";
  margin-bottom: 15px;
  text-transform: capitalize;
}

footer a:hover {
  color: #e3d0ba !important;
}
footer a {
  text-decoration: none;
  color: #95a5a6;
}

footer .lst > li {
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}

footer .lst > li > a {
  color: #95a5a6;
}

footer .lst > li i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

/*========== Copyright ==========*/

.copyright {
  margin: 40px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(149, 165, 166, 0.2);
}

.copyright .ouTer {
  -ms-align-items: center;
  align-items: center;
}

.copyright p {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  color: #95a5a6;
  font-size: 13px;
  margin-bottom: 0;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #1ac5aa;
}

.copyright ul {
  margin: 0 -10px;
}

.copyright ul > li,
.copyright ul > li > a {
  padding: 0 5px;
  font-size: 13px;
}

.copyright ul > li > a {
  color: #95a5a6;
}

.copyright ul > li > a:hover {
  color: #1ac5aa;
  opacity: 1;
}

.copyright ul > li:nth-child(1) {
  border-right: 1px solid rgba(149, 165, 166, 0.4);
  padding-right: 10px;
}

/**====================================
===============================
        Login Page
        ===============================
====================================**/

#logOn {
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  /*background: #f5f8fa;*/
  background-image: url("../images/loren.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /*margin-top: -60px;*/
  padding: 30px 0 30px;
}

#logOn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a181d;
  opacity: 0.5;
  z-index: 1;
}

#logOn .contain {
  z-index: 3;
}

#logOn .flexRow {
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  margin: -25px -15px;
}

#logOn .flexRow > .col {
  width: 100%;
  padding: 25px 15px;
}

#logOn .logOnLogo {
  max-width: 160px;
  margin: 0 auto;
  -webkit-filter: brightness(0%) invert(1);
  -o-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
}

#logOn .topBlk {
  margin: -50px 0 15px;
  background: #e3d0ba;
  padding: 24px 20px 20px;
  border-radius: 4px;
}

#logOn .topBlk p {
  font-size: 24px;
  margin-bottom: 15px;
}

#logOn .topBlk p > span {
  display: block;
  font-size: 20px;
}

.logBlk {
  position: relative;
  max-width: 320px;
  background: #fff;
  padding: 15px;
  margin: 35px auto 0;
  border: 1px solid #eee;
  border-radius: 4px;
  z-index: 2;
}

.logBlk > form .txtBox {
  background: #fafafa;
  border: 1px solid #eee;
}

.logBlk h3 {
  color: #e3d0ba;
  font-size: 18px;
  font-family: "regular";
  text-align: center;
  margin-bottom: 15px;
}

.logBlk p {
  text-align: center;
}

.logBlk .rememberMe {
  margin: 15px 0 0;
}

.logBlk .rememberMe .lblBtn {
  margin-top: -4px;
  text-align: center;
}

.logBlk .rememberMe .lblBtn label {
  font-family: "lite" !important;
}

.logBlk .confirm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.logBlk input[type="checkbox"] {
  min-width: 18px;
  min-height: 18px;
}

.signUpPg .logBlk .rememberMe {
  margin-top: 5px;
}

.logBlk .socialBtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 12px -7px 0;
}

.socialBtn .facebookBtn {
  background: #3b5998 !important;
}

.socialBtn .googleBtn {
  background: #d34836 !important;
}

.logBlk .socialBtn .webBtn {
  display: block;
  margin: 0 7px;
}

.logBlk .socialBtn .webBtn i {
  margin-right: 5px;
}

.logBlk .webBtn {
  width: 100%;
}

.logBlk .haveAccount {
  /* font-size: 12px; */
  margin-top: 20px;
}

/*========== oR Line ==========*/

.oRLine {
  position: relative;
  text-align: center;
  margin: 8px 0 10px;
}

.oRLine span {
  position: relative;
  background: #fff;
  font-size: 12px;
  font-family: "lite";
  padding: 0 6px 0;
  z-index: 2;
}

.oRLine:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e5e5;
}

#logOn .shareLinks {
  max-width: 320px;
  margin: 15px auto 0;
}

.shareLinks > li a {
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 15px;
  margin: 1px 0;
  padding-top: 9px;
  text-align: center;
  border-radius: 75%;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px;
  box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px;
}

.shareLinks > li a.facebook {
  background: #3b5998;
}

.shareLinks > li a.twitter {
  background: #00aced;
}

.shareLinks > li a.instagram {
  background: radial-gradient(
    ellipse at 20% 90%,
    #ee583f 5%,
    #d92d77 35%,
    #bd3381 60%,
    #4c68d7 100%
  );
}

.shareLinks > li a.linkedin {
  background: #2672ae;
}

.shareLinks > li a.youtube {
  background: #c3181e;
}

.shareLinks > li a.reddit {
  background: #ff5700;
}

.shareLinks > li a.bitcoin {
  background: #f7931a;
}

.shareLinks > li a.telegram {
  background: #289fd9;
}

.shareLinks > li a.medium {
  background: #03a87c;
}

.shareLinks > li a.github {
  background: #572a7d;
}

.shareLinks > li a.google {
  background: #dd4b39;
}

.shareLinks > li a.yahoo {
}

.shareLinks > li a.envelope {
  background: #aba8a8;
}

#findAgent:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a181d;
  opacity: 0.7;
  z-index: 1;
}

#findAgent .contain {
  z-index: 3;
}

#findAgent .inside {
  max-width: 700px;
  margin: auto;
}

/*#findAgent .inside > .txt,*/
#findAgent .inside > .content {
  max-width: 400px;
  margin: auto;
}

#findAgent .inside h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

#findAgent .inside h3 {
  color: #fff;
  font-size: 18px;
}

#findAgent .inside h4 {
  color: #fff;
  font-size: 16px;
}

#findAgent .inside p {
  color: #fff;
  font-size: 18px;
  font-family: "lite";
  margin: -15px 0 20px;
}

#findAgent .content .webBtn {
  width: 100%;
}

#findAgent form .zipBlk {
  max-width: 520px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;

  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 4px;
  margin: 0 auto;
}

#findAgent form .zipBlk .webBtn {
  min-width: 120px;
  height: 52px;
  font-size: 13px;
  padding: 18px 8px 0;
}

#findAgent form .txtBox {
  height: 52px;
  background: rgba(255, 255, 255, 0.7);
  color: #111;
  font-size: 15px;
  font-family: "regular";
  margin-right: 5px;
  border: transparent;
}

#findAgent fieldset {
  display: none;
}

#findAgent fieldset:nth-child(1) {
  display: block;
}

#findAgent fieldset .nextBtn,
#findAgent fieldset .prevBtn {
  cursor: pointer;
}
.prevBtn {
  color: #1ac5aa;
}
.prevBtnWrap {
  margin-top: 20px;
  text-align: center;
}

#findAgent .blkLst {
  margin: 10px -15px -15px;
  justify-content: center;
}

#findAgent .blkLst > li {
  width: 33.3334%;
  color: #fff;
  font-size: 16px;
  padding: 15px;
}

#findAgent .blkLst > li .ico {
  width: 140px;
  height: 140px;
  background: #fff;
  padding: 20px;
  margin: 0 auto 7px;
  border: 5px solid #1ac5aa;
  border-radius: 4px;
}

#findAgent .blkLst > li .ico img {
  -o-object-fit: contain;
  object-fit: contain;
}

#findAgent .lsting {
  margin: -5px;
  justify-content: center;
}

#findAgent .lsting > li {
  width: 100%;
  padding: 5px;
}

#findAgent .lsting > li > a {
  display: block;
  background: #e3d0ba;
  color: #fff;
  font-size: 18px;
  padding: 15px 15px 12px;
  border: 1px solid #fff;
}

#findAgent .lsting > li > a:hover {
  background: #1ac5aa;
  color: #fff;
}

/*========== strip ==========*/

.strpLst {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.strpLst > li {
  display: block;
  width: 100%;
  height: 15px;
  background: #fff;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.strpLst > li.current {
  background: #1ac5aa;
}

/**====================================
===============================
        Sub Banner
        ===============================
====================================**/

#sBanner {
  min-height: 300px;
  padding: 100px 0 40px;
  background-image: url("../images/o-PEOPLE-ON-PHONES-facebook.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#sBanner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a181d;
  opacity: 0.5;
  z-index: 1;
}

#sBanner .contain {
  z-index: 3;
}

#sBanner .content {
  max-width: 700px;
  margin: auto;
}

#sBanner .content h1 {
  color: #fff;
  font-size: 32px;
}

#sBanner .content h3 {
  color: #fff;
}

#sBanner .content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

/*========== playStore ==========*/

.playStore {
  text-align: center;
  margin-top: 30px;
}

.playStore ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  max-width: 340px;
  margin: -5px auto;
}

.playStore ul > li {
  padding: 5px;
}

/**====================================
===============================
        Agents Page
        ===============================
====================================**/

#sBanner.agentsBanner {
  min-height: 600px;
}

#sBanner.agentsBanner .webBtn i {
  margin-left: -3px;
  margin-right: 5px;
}

#vidPopup ._inner {
  background: none;
  max-width: 800px;
  padding: 0;
  border: none;
}

#vidPopup ._inner video {
  display: block;
  width: 100%;
}

#agents #findSeller .flexRow {
  -ms-align-items: center;
  align-items: center;
}

#agents #findSeller .flexRow > .col {
  width: 50%;
}

#agents #findSeller .lst {
  margin: -15px;
}

#agents #findSeller .lst > li {
  width: 100%;
  padding: 15px;
}

#agents #findSeller .lst > li .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#agents #findSeller .lst > li .ico {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}

#agents #findSeller .lst > li .ico img {
  -o-object-fit: contain;
  object-fit: contain;
}

#agents #findSeller .lst > li .cntnt {
  width: 100%;
}

#agents #findSeller .lst > li h3 {
  font-size: 16px;
}

#agents #findSeller .lst > li p {
  max-width: 340px;
  font-size: 18px;
  margin: 0;
}

#agents #findSeller .lBlk {
  border-right: 2px dashed #ddd;
  margin-right: 20px;
}

#agents #findSeller .lBlk h2 {
  max-width: 268px;
  font-size: 52px;
  font-family: "lite";
  /* text-transform: uppercase; */
  margin: -30px auto 0;
}

#agents #hotSellers {
  background: #efefef;
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#agents #hotSellers .flexRow {
  justify-content: center;
  margin: -15px;
}

#agents #hotSellers .flexRow > .col {
  width: 70%;
  padding: 15px;
}

#agents #hotSellers .flexRow > .col2 .inner {
  -webkit-flex-flow: row-reverse;
  -moz-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  -o-flex-flow: row-reverse;
  flex-flow: row-reverse;
  text-align: right;
}

#agents #hotSellers .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: rgba(18, 19, 88, 0.1) 0 0 30px 0;
  box-shadow: rgba(18, 19, 88, 0.1) 0 0 30px 0;
  overflow: hidden;
}

#agents #hotSellers .inner .image {
  width: 50%;
}

#agents #hotSellers .inner .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#agents #hotSellers .inner .cntnt {
  width: 50%;
  padding: 20px;
  border: 1px solid #eee;
}

#agents #hotSellers .inner .cntnt h3 {
  font-size: 20px;
}

#agents #hwWork {
  margin-top: 40px;
}

#agents #hwWork .lst {
  margin: -10px;
  justify-content: center;
}

#agents #hwWork .lst > li {
  width: 33.3334%;
  padding: 10px;
}

#agents #hwWork .lst > li .image {
  height: 400px;
}

#agents #hwWork .lst > li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

#agents #hwWork hr {
  width: 80%;
  margin: 40px auto;
  border-top: 2px dashed #eee;
}

#agents #hwWork .playStore {
  margin-top: 0;
}

/**====================================
===============================
        Bids Page
        ===============================
====================================**/

#bids {
  padding-top: 80px;
}

#bids .bidBlkLst {
  max-width: 800px;
  margin: 0 auto;
}

#bids .bidBlkLst h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

/*========== bidBlk ==========*/

.bidBlk {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: rgba(21, 24, 68, 0.05) 0 0 30px 0;
  box-shadow: rgba(21, 24, 68, 0.05) 0 0 30px 0;
  overflow: hidden;
}

.bidBlk:hover {
  -webkit-box-shadow: rgba(21, 24, 68, 0.1) 0 0 30px 0;
  box-shadow: rgba(21, 24, 68, 0.1) 0 0 30px 0;
}

.bidBlk .smryBlk,
.bidBlk .infoBlk {
  padding: 15px;
}

.bidBlk .tabLst {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0 -3px;
  z-index: 2;
}

.bidBlk .tabLst > li {
  padding: 0 3px;
}

.bidBlk .tabLst > li > a {
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
}

.bidBlk .tabLst > li > a.active {
  color: #e3d0ba;
}

.bidBlk h4.title {
  font-size: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bidBlk h4.title span {
  color: #aaa;
  font-size: 12px;
  font-family: "regular";
  margin-left: 5px;
}

.bidBlk h4.title span:before {
  content: "- ";
}

.bidBlk .miniBlks {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.bidBlk .blk3Lst {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}

.bidBlk .blk3Lst > li {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-left: 1px solid #eee;
  padding: 15px 15px 12px;
}

.bidBlk .blk3Lst > li:nth-child(1) {
  border: transparent !important;
}

.bidBlk .blk3Lst > li:nth-child(3) {
  cursor: pointer;
  padding-right: 36px;
}

.bidBlk .blk3Lst > li:nth-child(3):after {
  position: absolute;
  content: "\e930";
  top: 50%;
  right: 10px;
  font-size: 13px;
  font-family: "font-icon" !important;
  margin-top: -6px;
}

.bidBlk .blk3Lst > li * {
  display: block;
}

.bidBlk .blk3Lst > li > i {
  float: left;
  width: 36px;
  margin-right: 10px;
  font-size: 28px;
  color: #1ac5aa;
}

.bidBlk .blk3Lst > li:nth-child(1) > i {
  color: #1577de;
}

.bidBlk .blk3Lst > li:nth-child(2) > i {
  color: #36d88f;
}

.bidBlk .blk3Lst > li:nth-child(3) > i {
  color: #e83db2;
}

.bidBlk .blk3Lst > li strong {
  font-family: "regular" !important;
}

.bidBlk .blk3Lst > li em {
  font-size: 28px;
  line-height: 1;
  margin-top: 5px;
  /*font-family: 'semi';*/
}

.bidBlk .strip {
  background: #f8fafb;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-family: "regular";
}

.bidBlk .strip > li {
  display: block;
  width: 33.3334%;
}

.bidBlk .strip > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "lite";
  text-align: center;
  padding: 12px 15px 10px;
  text-transform: uppercase;
}

.bidBlk .strip > li > a > i {
  margin-top: -3px;
  margin-right: 10px;
}

.bidBlk .strip > li.message > a {
  background: #e3d0ba;
}

.bidBlk .strip > li.accept > a {
  background: #5cb85c;
  background: #00c853;
}

.accepted,
.rejected {
  padding: 10px;
  color: #fff;
  text-align: center;
}

.accepted {
  background: #00c853;
}
.rejected {
  background: #ff5465;
}

.bidBlk .strip > li.reject > a {
  background: #ff5465;
  /*background: #d32f2f;*/
}

.bidBlk .infoBlk {
  /*display: none;*/
  border-top: 1px solid #eee;
}

.bidBlk .infoBlk .icoBlk {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bidBlk .infoBlk .icoBlk .ico {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 75%;
  overflow: hidden;
}

.bidBlk .infoBlk .icoBlk .title {
  font-size: 16px;
  font-family: "semi";
}

.bidBlk .infoBlk .agentInfo {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.bidBlk .infoBlk .agentInfo p:nth-last-child(1) {
  margin-bottom: 0;
}

/*========== tagLst ==========*/

.bidBlk .tagBlk {
  display: block;
  padding-top: 10px;
}

.tagLst {
  margin-bottom: -5px;
  font-family: "regular";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.tagLst > li {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tagLst > li > a {
  background: #f1f1f1;
  padding: 3px 10px 2px;
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tagLst > li > a:hover {
  background: #1ac5aa;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/*========== chatBlk ==========*/

.bidBlk .chatBlk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}

.bidBlk.chatShow {
  min-height: 360px;
}

.bidBlk.chatShow .chatBlk {
  visibility: visible;
  opacity: 1;
}

.bidBlk .chatBlk .topBlk {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  background: #1ac5aa;
  color: #fff;
  padding: 6px 15px 5px;
  border-bottom: transparent;
}

.bidBlk .chatBlk .topBlk h3 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 15px;
  margin: 0;
  margin-right: 10px;
}

.bidBlk .chatBlk .topBlk .crosBtn {
  width: 22px;
  height: 22px;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  margin-right: -7px;
}

.bidBlk .chatBlk .chat {
  max-height: 100%;
  padding: 15px 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  overflow: auto;
}

.bidBlk .chatBlk .chat .buble {
  position: relative;
  margin-bottom: 10px;
  max-width: 80%;
}

.bidBlk .chatBlk .chat .you {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.bidBlk .chatBlk .chat .me {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.bidBlk .chatBlk .chat .buble .txt {
  position: relative;
  font-size: 13px;
  padding: 4px 15px 3px;
  margin: 4px 50px 0;
  border-radius: 4px;
}

.bidBlk .chatBlk .chat .you .txt {
  background: #eee;
  border: 1px solid #ddd;
}

.bidBlk .chatBlk .chat .me .txt {
  background: #fafafa;
  text-align: right;
  border: 1px solid #eee;
}

.bidBlk .chatBlk .chat .buble .txt:before {
  position: absolute;
  content: "";
  top: 7px;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
}

.bidBlk .chatBlk .chat .you .txt:before {
  left: -5px;
  background: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #ddd;
}

.bidBlk .chatBlk .chat .me .txt:before {
  right: -5px;
  background: #fafafa;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-color: #eee;
}

.bidBlk .chatBlk .chat .ico {
  width: 36px;
  height: 36px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 75%;
  overflow: hidden;
}

.bidBlk .chatBlk .chat .you .ico {
  float: left;
}

.bidBlk .chatBlk .chat .me .ico {
  float: right;
}

.bidBlk .chatBlk .write {
  background: #fff;
  padding: 10px 15px;
  border-top: 1px solid #eee;
}

.bidBlk .chatBlk form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.bidBlk .chatBlk .write textarea {
  height: 36px;
  max-height: 50px !important;
  padding-right: 15px;
  border-radius: 0;
}

.bidBlk .chatBlk .write textarea.txtBox:hover,
.bidBlk .chatBlk .write textarea.txtBox:focus {
  border-color: #ddd;
}

.bidBlk .chatBlk .write button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #1ac5aa;
  color: #fff;
  font-size: 16px;
  padding: 3px 0 0;
  margin-left: 7px;
  border: none !important;
  border-radius: 75%;
  outline: none !important;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.bidBlk .chatBlk .write button:hover {
  background: #2f383c;
}

/*========== miniLbl ==========*/

.miniLbl {
  font-size: 11px;
  border-radius: 2px;
  padding: 3px 5px 3px;
  color: #fff;
  cursor: pointer;
}

.miniLbl.yellow {
  background: #f0ad4e;
}

.miniLbl.green {
  background: #5cb85c;
}

.miniLbl.gray {
  background: #aaa;
}

/**====================================
===============================
        Dashboard
        ===============================
====================================**/

#dash {
  min-height: 60vh;
  padding: 80px 0 20px;
  margin-bottom: -40px;
}

#dash .tileLst {
  justify-content: center;
  margin: -5px -5px 10px;
}

#dash .tileLst > li {
  width: 25%;
  padding: 5px;
}

#dash .tileLst > li a {
  display: block;
  height: 100%;
  background: #fff;
  font-size: 16px;
  padding: 30px 20px 25px;
  border: 2px solid #eee;
}

#dash .tileLst > li i {
  display: block;
  color: #444;
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1;
}

#dash .flexRow > .col1 {
  width: 25%;
}

#dash .flexRow > .col2 {
  width: 75%;
}

.txtGrp h4 {
  font-size: 14px;
  font-family: "regular";
  margin-bottom: 7px;
}

#dash .changePass ._list2 {
  margin-bottom: 20px;
}

#dash .txtBox {
  height: 50px;
  background: #fafafa;
}

#dash textarea.txtBox {
  height: 160px;
}

#dash .cnclBtn {
  background: #2f383c;
}

#dash .profInfo .profileBnr .proCover {
  margin-bottom: 15px;
  border: 1px solid #eee;
}

/*========== sBar ==========*/

#dash .col1 h6 {
  font-size: 16px;
  font-family: "semi";
}

.sBar {
  border: 1px solid #eee;
  border-top: 5px solid #e3d0ba;
  border-bottom: transparent;
}

.sBar > li {
  display: block;
}

.sBar > li > a {
  display: block;
  background: #fff;
  color: #444;
  padding: 16px 20px 14px;
  border-bottom: 1px solid #eee;
}

.sBar > li.active > a,
.sBar > li > a:hover {
  color: #1ac5aa;
}

.sBar > li > a i {
  margin-right: 15px;
  font-size: 15px;
}

.sBar .sub > li {
  display: block;
}

.sBar .sub > li > a {
  display: block;
  background: #fff;
  color: #777;
  font-size: 12px;
  padding: 7px 20px 7px 25px;
  border-bottom: 1px solid #eee;
}

.sBar > li > a .baDge {
  top: 15px;
  right: 15px;
}

.menuBtn {
  position: relative;
  display: none;
  background: #fff;
  color: #060707;
  font-family: "semi";
  padding: 12px 15px 10px;
  padding-right: 30px;
  border: 2px solid #121313;
  cursor: pointer;
  text-transform: uppercase;
}

.menuBtn:after {
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}

/**====================================
===============================
        Profile
        ===============================
====================================**/

.profileBnr {
  position: relative;
}

.profileBnr .proCover {
  position: relative;
  height: 200px;
  background: #fafafa;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.profileBnr .proDp {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border: 4px solid #1ac5aa;
  border-radius: 75%;
  margin: -40px auto 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.profileBnr .proDp > a {
  display: block;
  width: 100%;
  height: 100%;
}

.profileBnr .proDp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.profileBnr .icoMask {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.profileBnr .proCover > .icoMask {
  top: 10px;
  left: 10px;
  max-width: 120px;
  padding: 5px 8px 4px;
  border-radius: 2px;
}

.profileBnr .proDp > .icoMask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  line-height: 12px;
}

.profileBnr .icoMask i {
  font-size: 16px;
  margin-top: -1px;
  margin-right: 4px;
}

.profileBnr .icoMask:hover {
  background: rgba(26, 197, 170, 0.7);
}

.profileBnr .proDp > .icoMask > i {
  margin: 0 0 4px;
}

/*========== Block ==========*/

.blk {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.blk ._header,
.blk ._footer {
  position: relative;
  padding: 15px 15px 12px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.blk ._header {
  border-bottom: 1px solid #eee;
  margin: -15px -15px 15px;
}

.blk ._footer {
  border-top: 1px solid #eee;
  margin: 15px -15px -15px;
  justify-content: flex-end;
}

.blk ._header .bTn,
.blk ._footer .bTn {
  margin: -7px -1px -5px;
}

.blk ._header h3 {
  font-size: 18px;
  color: #e3d0ba;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: "regular";
  text-transform: capitalize;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.blk ._header h3 > span {
  color: #666;
}

.blk .srch {
  min-width: 240px;
}

.blk .srch .txtBox {
  padding-right: 28px;
  border-width: 2px;
  border-radius: 50px;
}

.blk .srch button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
}

.blk ._header .webBtn,
.blk ._footer .webBtn {
  margin: 0 1px;
  min-width: 60px;
  height: 32px;
  padding: 7px 10px 0;
}

/**====================================
===============================
        Video Block
        ===============================
====================================**/

.videoBlk {
  position: relative;
  display: block;
  padding-bottom: 56%;
  overflow: hidden;
}

.videoBlk video,
.videoBlk iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
  margin: 0% auto;
}

.videoBlk .videoBtn {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: -25px auto 0;
  background: rgba(255, 255, 255, 0.5);
  color: #1ac5aa;
  font-size: 24px;
  border: 1px solid #1ac5aa;
  border-radius: 75%;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 5;
}

.videoBlk .videoBtn.play:before {
  padding-left: 6px;
  content: "\f04b";
}

.videoBlk .videoBtn.pause:before {
  padding-left: 0;
  content: "\f04c";
}

.videoBlk .videoBtn.pause {
  opacity: 0;
}

.videoBlk:hover .videoBtn.pause {
  opacity: 1;
}
