body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #8a8a8a;
  overflow-x: hidden;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  content-visibility: auto;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #404040;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0154f7;
  padding: 0 38px;
  font-size: 15px;
  font-weight: 600;
  line-height: 55px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #0154f7;
  position: relative;
}
.main-btn::before {
  position: absolute;
  content: "";
  right: 13px;
  bottom: 11px;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn::after {
  position: absolute;
  content: "";
  left: 13px;
  top: 11px;
  height: 8px;
  width: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn:hover {
  background-color: #f86e03;
  border-color: #f86e03;
  color: #fff;
  text-decoration: none !important;
}
.main-btn.main-btn-2 {
  background-color: #f86e03;
  color: #fff;
  border-color: #f86e03;
}
.main-btn.main-btn-2:hover {
  background-color: #0154f7;
  border-color: #0154f7;
  color: #fff;
}

/* SECTION TITLE  */
.section-title .title {
  color: #8a8a8a;
  font-weight: 300;
  font-size: 40px;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 40px;
  }
}
.section-title .title span {
  font-weight: 600;
  color: #222;
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title .title span {
    font-size: 34px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title span {
    font-size: 42px;
  }
}
.section-title .title span span {
  color: #f86e03;
  font-weight: 400;
}
.section-title p {
  font-weight: 500;
  color: #8a8a8a;
  font-size: 20px;
  padding-top: 17px;
  padding-bottom: 50px;
}
.section-title.section-title-2 .title {
  color: #c4c4c4;
}
.section-title.section-title-2 .title span {
  color: #fff;
}
.section-title.section-title-2 .title span span {
  color: #f86e03;
}
.section-title.section-title-2 p {
  color: #c3c3c3;
}

/*===========================
    2.HEADER css 
===========================*/
.header-top {
  position: relative;
  background: #3b7eff;
}
@media (max-width: 767px) {
  .header-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-top .header-top-item {
  height: 50px;
  align-items: center;
}
.header-top .header-top-item .header-left-side p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .header-top .header-top-item .header-left-side p {
    line-height: 20px;
  }
}
@media (max-width: 420px) {
  .header-top .header-top-item .header-left-side p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top .header-top-item .header-left-side p {
    line-height: 20px;
    font-size: 12px;
  }
}
.header-top .header-top-item .header-left-side p i {
  padding-right: 5px;
}
.header-top .header-top-item .header-right-social ul li {
  display: inline-block;
}
.header-top .header-top-item .header-right-social ul li a {
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top .header-top-item .header-right-social ul li a {
    height: 30px;
    font-size: 12px;
  }
}
.header-top .header-top-item .header-right-social ul li a:hover {
}
.header-top .header-top-item .header-right-social ul li p, .header-top .header-top-item .header-right-social ul li div {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  cursor: pointer;
}
.header-top .header-top-item .header-right-social ul li:last-child p, .header-top .header-top-item .header-right-social ul li:last-child div {
  margin-right: 0px;
}
.header-top .header-top-item .header-right-social ul li p i {
  padding-right: 6px;
}
.header-top.header-top-2 {
  background: #fff;
}
.header-top.header-top-2 .header-top-item {
  line-height: 60px;
  height: 60px;
  align-items: center;
}
.header-top.header-top-2 .header-top-item .header-left-side ul li {
  display: inline-block;
  margin-right: 38px;
}
@media (max-width: 767px) {
  .header-top.header-top-2 .header-top-item .header-left-side ul li {
    margin-right: 5px;
  }
  .header-top .header-top-item .header-right-social ul li p, .header-top .header-top-item .header-right-social ul li div {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top.header-top-2 .header-top-item .header-left-side ul li {
    margin-right: 38px;
  }
}
.header-top.header-top-2 .header-top-item .header-left-side ul li span {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 500;
}
.header-top.header-top-2 .header-top-item .header-left-side ul li span a {
  color: #8a8a8a;
}
@media (max-width: 767px) {
  .header-top.header-top-2 .header-top-item .header-left-side ul li span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top.header-top-2 .header-top-item .header-left-side ul li span {
    font-size: 14px;
  }
}
.header-top.header-top-2 .header-top-item .header-left-side ul li span i {
  color: #0154f7;
  padding-right: 6px;
}
.header-top.header-top-2 .header-top-item .header-right-social ul li a {
  background-color: transparent;
  color: #8a8a8a;
}
.header-top.header-top-2 .header-top-item .header-right-social ul li a:hover {
  color: #0154f7;
}

.header-nav {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 99;
  background: #0154f7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    padding: 15px 0;
  }
  .lots-list .lots .item .buttons-lot {
    text-align: center;
  }
  .lots-list .lots .item .buttons-lot .btn {
    margin-bottom: 6px;
    margin-left: 0px;
    min-width: 43px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    padding: 15px 0;
  }
  .lots-list .lots .item .buttons-lot {
    text-align: center;
    margin-top:10px;
  }
  .lots-list .lots .item .buttons-lot .btn {
    margin-bottom: 0px;
    min-width: 43px;
  }
}
.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0154f7;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  animation: sticky 1.2s;
}
.header-nav.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}
@media (max-width: 767px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}
.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
  line-height: 24px !important;
}
.header-nav .navigation .navbar {
  position: relative;
  padding: 0;
}
.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}
.header-nav .navigation .navbar .navbar-toggler {
  border: 0;
}
.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
}
.header-nav
  .navigation
  .navbar
  .navbar-toggler.active
  .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.header-nav
  .navigation
  .navbar
  .navbar-toggler.active
  .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.header-nav
  .navigation
  .navbar
  .navbar-toggler.active
  .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    background-color: #0154f7;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    background-color: #0154f7;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin: 0 12px;
  line-height: 120px;
  padding: 0;
}
.header-nav .navigation .navbar .navbar-nav .nav-item > a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    padding: 0 5px;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
  
}
.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
  
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 234px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
  position: relative;
}
.header-nav
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  > li
  .sub-nav-toggler {
  color: #404040;
  
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
  display: block;
  padding: 4px 14px;
  font-size: 14px;
  position: relative;
  color: #333;
  border-radius: 0;
  margin: 0 0;
  line-height: 24px;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}
.header-nav
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  > li
  a
  .sub-nav-toggler
  i {
  display: inline-block;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav
    .navigation
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu
    > li
    .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .header-nav
    .navigation
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu
    > li
    .sub-menu {
    padding-left: 30px;
  }
}
.header-nav
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  > li:hover
  .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-nav
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  > li:hover
  .sub-nav-toggler {
  color: #fff;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
  background-color: #0154f7;
  color: #fff !important;
}
.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-nav .navigation .navbar .navbar-btn a {
  background: #fff;
  color: #222;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  border-color: #fff;
}
.header-nav .navigation .navbar .navbar-btn a:hover {
  color: #fff;
  background: #0154f7;
  border-color: #0154f7;
}
.header-nav .navigation .navbar .navbar-btn a:hover::before {
  border-color: #fc5546;
}
.header-nav .navigation .navbar .navbar-btn a:hover::after {
  border-color: #fc5546;
}
.header-nav .navigation .navbar .navbar-btn a::before {
  position: absolute;
  content: "";
  right: 13px;
  bottom: 11px;
  height: 10px;
  width: 10px;
  border: 2px solid #f86e03;
  border-radius: 50%;
}
.header-nav .navigation .navbar .navbar-btn a::after {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
}
.header-nav.header-nav-2 {
  top: 60px;
}
.header-nav.header-nav-2.sticky {
  top: 0;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.header-area.header-area-3 .header-top-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: transparent;
}
.header-area.header-area-3
  .header-top-2
  .header-top-item
  .header-left-side
  ul
  li
  span {
  color: #fff;
}
.header-area.header-area-3
  .header-top-2
  .header-top-item
  .header-left-side
  ul
  li
  span
  i {
  color: #fff;
}
.header-area.header-area-3
  .header-top-2
  .header-top-item
  .header-right-social
  ul
  li
  a {
  color: #fff;
}
.header-area.header-area-3 .header-nav-2 {
  padding-left: 30px;
  padding-right: 30px;
  background: #fc5546;
}
.header-area.header-area-3
  .header-nav-2
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  > a {
  line-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-area-3
    .header-nav-2
    .navigation
    .navbar
    .navbar-nav
    .nav-item
    > a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .header-area.header-area-3
    .header-nav-2
    .navigation
    .navbar
    .navbar-nav
    .nav-item
    > a {
    line-height: 40px;
  }
}
.header-area.header-area-3
  .header-nav-2
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  > li:hover
  > a {
  background: #fc5546;
}

/*===========================
    3.HEADER css 
===========================*/
.banner-area {
  margin-top: 115px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .banner-area {
    margin-top: 70px;
  }
}
.banner-area::before {
  position: absolute;
  content: "";
  left: -310px;
  top: 0;
  height: 100%;
  width: 75%;
  background: #eef3f9;
  transform: skewX(10deg);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area::before {
    width: 82%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area::before {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area::before {
    width: 106%;
  }
}
@media (max-width: 767px) {
  .banner-area::before {
    width: 100%;
    transform: skewX(0deg);
    left: 0;
  }
}
.banner-area::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/slider/banner-1.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area::after {
    background-position: -240px 0px;
  }
}
.banner-area .banner-bg {
  height: 450px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.banner-area .banner-content {
  overflow: hidden;
}
.banner-area .banner-content .title {
  font-size: 55px;
  font-weight: 300;
  color: #222;
  line-height: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 29px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.banner-area .banner-content .title span {
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-area .banner-content .title span {
    font-size: 62px;
  }
}
.banner-area .banner-content .title span span {
  font-weight: 700;
  text-transform: capitalize;
  color: #f86e03;
}
.banner-area .banner-content > span {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 6px;
  padding-top: 15px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content > span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-content > span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content > span {
    font-size: 26px;
  }
}
.banner-area .banner-content p {
  font-weight: 500;
  line-height: 26px;
  padding-right: 35px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-area .banner-content p {
    padding-right: 0;
    font-size: 15px;
  }
}
.banner-area .banner-content ul li {
  display: inline-block;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .banner-area .banner-content ul li {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content ul li {
    margin-top: 0px;
  }
}
.banner-area .banner-shape-1 {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  position: absolute;
  left: 56%;
  bottom: 75px;
  z-index: 1;
  background: #ef5b51;
  transform: translateX(-50%);
}
.banner-area .banner-shape-2 {
  position: absolute;
  left: 50px;
  top: 150px;
  z-index: -1;
}
.banner-area .banner-shape-3 {
  position: absolute;
  left: 50px;
  bottom: 100px;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner-area.page-title {
    background-position: 66%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.page-title {
    background-position: 60%;
  }
}
.banner-area.page-title .banner-bg {
  height: 640px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.banner-area.page-title .banner-bg .page-title-content .title {
  font-size: 65px;
  font-weight: 700;
  color: #222;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .banner-area.page-title .banner-bg .page-title-content .title {
    font-size: 36px;
  }
}
.banner-area.page-title .banner-bg .page-title-content nav {
  display: inline-block;
}
.banner-area.page-title .banner-bg .page-title-content nav .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li {
  color: #f86e03;
  font-weight: 500;
  font-size: 24px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li {
    font-size: 18px;
  }
}
.banner-area.page-title .banner-bg .page-title-content nav .breadcrumb li a {
  color: #222;
  padding-right: 23px;
}
.banner-area.page-title::after {
  display: none;
}
.banner-area.page-title::before {
  transform: skewX(0deg);
  width: 100%;
  background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
@media (max-width: 767px) {
  .banner-area.page-title .banner-shape-1 {
    display: none;
  }
}
.banner-area-2 {
  height: 880px;
  margin-top: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .banner-area-2 {
    margin-top: 75px;
  }
}
.banner-area-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 84, 247, 0.2);
}
.banner-area-2 .banner-flex .banner-content {
  max-width: 665px;
  background: #fff;
  padding: 65px 40px 65px 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .banner-flex .banner-content {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content {
    max-width: 100%;
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content {
    max-width: 450px;
    padding: 65px 40px 65px 65px;
  }
}
.banner-area-2 .banner-flex .banner-content .title {
  font-size: 90px;
  color: #222;
  font-weight: 700;
  line-height: 90px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .banner-flex .banner-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content .title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.banner-area-2 .banner-flex .banner-content .title::before {
  position: absolute;
  content: "";
  left: -65px;
  top: 0;
  height: 100%;
  width: 8px;
  background: #f86e03;
}
.banner-area-2 .banner-flex .banner-content p {
  font-weight: 500;
  color: #8a8a8a;
  line-height: 26px;
  padding-top: 26px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content p {
    font-size: 15px;
  }
}
.banner-area-2 .banner-flex .banner-content ul li {
  display: inline-block;
}
.banner-area-2 .banner-flex .banner-content ul li:last-child a {
  color: #222;
  margin-left: 35px;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content ul li:last-child a {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2 .banner-flex .banner-content ul li:last-child a {
    margin-top: 0px;
  }
}
.banner-area-2 .banner-flex .banner-content ul li:last-child a i {
  padding-left: 6px;
}
.banner-area-2.banner-area-3 {
  margin-top: 0;
  position: relative;
  height: 950px;
  z-index: 10;
}
.banner-area-2.banner-area-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(14, 43, 92, 0.86);
  z-index: -2;
}
.banner-area-2.banner-area-3 .banner-content-3 .title {
  color: #fff;
  font-size: 85px;
  line-height: 95px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area-2.banner-area-3 .banner-content-3 .title {
    font-size: 62px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2.banner-area-3 .banner-content-3 .title {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-content-3 .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-content-3 .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.banner-area-2.banner-area-3 .banner-content-3 .title span {
  font-style: italic;
}
.banner-area-2.banner-area-3 .banner-content-3 p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-right: 100px;
  line-height: 32px;
  padding-top: 33px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-content-3 p {
    padding-right: 0px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-content-3 p {
    padding-right: 100px;
  }
}
.banner-area-2.banner-area-3 .banner-content-3 ul li {
  display: inline-block;
}
.banner-area-2.banner-area-3 .banner-content-3 ul li:first-child {
  margin-right: 40px;
}
.banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn {
    margin-top: 0;
  }
}
.banner-area-2.banner-area-3 .banner-content-3 ul li .play-btn i {
  padding-left: 8px;
}
.banner-area-2.banner-area-3 .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  z-index: -1;
}
.banner-area-2.banner-area-3 .banner-thumb img {
  width: 90%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area-2.banner-area-3 .banner-thumb img {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2.banner-area-3 .banner-thumb img {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-thumb img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area-2.banner-area-3 .banner-thumb img {
    width: 55%;
    display: inline-block;
  }
}

.banner-play {
  width: 80px;
  height: 80px;
  background: #f86e03;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  z-index: 1;
  position: relative;
}
.banner-play::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1s linear infinite;
  -moz-animation: ripple-white 1s linear infinite;
  -o-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  border-radius: 50%;
}
.banner-play::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1.5s linear infinite;
  -moz-animation: ripple-white 1.5s linear infinite;
  -o-animation: ripple-white 1.5s linear infinite;
  animation: ripple-white 1.5s linear infinite;
  border-radius: 50%;
}
.banner-play a {
  font-size: 18px;
  position: relative;
  z-index: 9;
  color: #fff;
}

@keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
/*===========================
    4.ABOUT css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content {
    margin-top: 0px;
    padding-left: 0;
  }
}
.about-area .about-content .title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 26px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 24px;
    line-height: 55px;
  }
}
.about-area .about-content .title span {
  font-weight: 500;
  color: #0154f7;
}
@media (max-width: 767px) {
  .about-area .about-content .title span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .title span {
    font-size: 24px;
  }
}
.about-area .about-content .title span span {
  font-weight: 400;
  color: #f86e03;
}
.about-area .about-content > span {
  font-size: 20px;
  font-weight: 500;
  padding-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content > span {
    font-size: 18px;
  }
}
.about-area .about-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.about-area .about-content ul {
  padding-top: 25px;
}
.about-area .about-content ul li {
  display: inline-block;
}
.about-area .about-content ul li:last-child a {
  padding-left: 38px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-area .about-content ul li:last-child a {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content ul li:last-child a {
    padding-left: 30px;
    margin-top: 0px;
  }
}
.about-area .about-content ul li:last-child a i {
  padding-left: 6px;
}

.about-3-area {
  position: relative;
  padding-bottom: 128px;
  padding-bottom: 111px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-3-area .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-3-area .section-title .title span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-3-area .section-title .title span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-3-area .section-title .title span {
    font-size: 36px;
  }
}
.about-3-area .section-title .title span span {
  color: #fc5546;
}
.about-3-area .section-title > span {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 26px;
  padding-right: 40px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-3-area .section-title > span {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .about-3-area .section-title > span {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-3-area .section-title > span {
    padding-right: 40px;
  }
}
.about-3-area .section-title > span span {
  color: #fc5546;
  display: inline;
}
.about-3-area .section-title p {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-3-area .section-title p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-3-area .section-title p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-3-area .section-title p {
    font-size: 20px;
  }
}
.about-3-area .section-title a {
  background: #fc5546;
  border-color: #fc5546;
}
.about-3-area .section-title a:hover {
  background: #0154f7;
  border-color: #0154f7;
}
.about-3-area .about-thumb img {
  width: 100%;
}

.about-history-area {
  background: #101e3b;
  padding-top: 117px;
}
.about-history-area .section-title {
  padding-bottom: 50px;
}
.about-history-area .section-title .title {
  color: #8499c3;
}
.about-history-area .section-title .title span {
  color: #fff;
}
.about-history-area .history-tab-btn .nav {
  border-bottom: 2px solid #1a2c50;
}
.about-history-area .history-tab-btn .nav li a {
  padding: 0;
  background-color: transparent;
  padding: 0 18px;
  line-height: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #8499c3;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-history-area .history-tab-btn .nav li a {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-history-area .history-tab-btn .nav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about-history-area .history-tab-btn .nav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-history-area .history-tab-btn .nav li a {
    padding: 0 8px;
    font-size: 15px;
  }
}
.about-history-area .history-tab-btn .nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 0px;
  width: 100%;
  background: #fff;
}
.about-history-area .history-tab-btn .nav li a.active {
  color: #fff;
}
.about-history-area .history-tab-btn .nav li a.active::before {
  height: 2px;
}
.about-history-area .history-tab-btn .tab-content .history-thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-history-area .history-tab-btn .tab-content .history-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-history-area .history-tab-btn .tab-content .history-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.about-history-area .history-tab-btn .tab-content .history-content .title {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .about-history-area .history-tab-btn .tab-content .history-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-history-area .history-tab-btn .tab-content .history-content .title {
    font-size: 30px;
  }
}
.about-history-area .history-tab-btn .tab-content .history-content p {
  color: #a6b7d8;
}
.about-history-area .history-tab-btn .tab-content .history-content p.text {
  padding-top: 17px;
}

/*===========================
    5.FEATURES css 
===========================*/
.features-area {
  position: relative;
  padding: 50px 0px 55px 0px;
}
.features-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(44, 47, 80, 0.5);
}
.features-area .features-item, .categories .features-item {
  padding: 20px 7px;
  height: 80%;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-area .features-item, .categories .features-item {
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area .features-item, .categories .features-item {
    padding: 50px 38px;
  }
}
@media (max-width: 767px) {
  .features-area .features-item, .categories .features-item {
    padding: 50px 20px;
  }
  .features-area .features-item .title, .categories .features-item .title {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-area .features-item, .categories .features-item {
    padding: 22px 20px 30px 20px;
  }
}
@media (max-width: 560px) {
  .features-area .features-item .title, .categories .features-item .title {
    font-size: 16px !important;
    line-height: 18px;
    padding: 10px 0 0 0 !important;
  }
}

.features-area .features-item > i, .categories .features-item > i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  background: #3b7eff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-area .features-item .title, .categories .features-item .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  padding: 0 8px 2px 8px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-area .features-item .count, .categories .features-item .count {
  width: 100%;
  color: #90939d;
  font-size: 14px;
  margin-bottom: 7px;
}
.features-area .block-link, .categories .block-link {
  width: 100%;
  height: 100%;
}
.categories .block-link .features-item {
  border: 1px solid #eee;
}
.features-area.categories .block-link .features-item {
  border: none;
}
.categories .block-link:hover {
  text-decoration: none !important;
}
.categories .block-link .title {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .features-area .features-item .title, .categories .features-item .title, {
    font-size: 16px;
  }
}
.features-area .features-item a, .categories .features-item a {
  font-size: 15px;
  color: #3b7eff;
  font-weight: 600;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-area .features-item a i, .categories .features-item a i {
  padding-left: 6px;
}
.features-area .features-item.item-2 > i, .categories .features-item.item-2 > i {
  background: #f86e03;
}
.features-area .features-item.item-2 a, .categories .features-item.item-2 a {
  color: #f86e03;
}
.features-area .features-item.item-3 > i, .categories .features-item.item-3 > i {
  background: #17a2b8;
}
.features-area .features-item.item-3 a, .categories .features-item.item-3 a {
  color: #17a2b8;
}
.features-area .features-item.item-4 > i, .categories .features-item.item-4 > i {
  background: #ef5b51;
}
.features-area .features-item.item-4 a, .categories .features-item.item-4 a {
  color: #ef5b51;
}

.features-area .features-item.item-5 > i, .categories .features-item.item-5 > i {
  background: #03a9f4;
}
.features-area .features-item.item-5 a, .categories .features-item.item-5 a {
  color: #03a9f4;
}
.features-area .features-item.item-6 > i, .categories .features-item.item-6 > i {
  background: #9c27b0;
}
.features-area .features-item.item-6 a, .categories .features-item.item-6 a {
  color: #9c27b0;
}
.features-area .features-item.item-7 > i, .categories .features-item.item-7 > i {
  background: #009688;
}
.features-area .features-item.item-7 a, .categories .features-item.item-7 a {
  color: #009688;
}

.features-area .features-item:hover, .categories .features-item:hover {
  background: #3b7eff;
}
.features-area .features-item:hover > i, .categories .features-item:hover > i {
  background: #fff;
  color: #3b7eff;
}
.features-area .features-item.item-3:hover > i, .categories .features-item.item-3:hover > i {
  background: #fff;
  color: #17a2b8;
}

.features-area .features-item.item-5:hover > i, .categories .features-item.item-5:hover > i {
  background: #fff;
  color: #03a9f4;
}
.features-area .features-item.item-6:hover > i, .categories .features-item.item-6:hover > i {
  background: #fff;
  color: #9c27b0;
}
.features-area .features-item.item-7:hover > i, .categories .features-item.item-7:hover > i {
  background: #fff;
  color: #009688;
}

.features-area .features-item:hover .title, .categories .features-item:hover .title {
  color: #fff;
}
.features-area .features-item:hover .count, .categories .features-item:hover .count {
  color: #ffffff78;
}
.features-area .features-item:hover a, .categories .features-item:hover a {
  color: #fff;
}
.features-area .features-item:hover.item-2, .categories .features-item:hover.item-2 {
  background: #f86e03;
}
.features-area .features-item:hover.item-2 > i, .categories .features-item:hover.item-2 > i {
  color: #f86e03;
}
.features-area .features-item:hover.item-3, .categories .features-item:hover.item-3 {
  background: #17a2b8;
}
.features-area .features-item:hover.item-3 > i, .categories .features-item:hover.item-3 {
  color: #17a2b8;
}
.features-area .features-item:hover.item-4, .categories .features-item:hover.item-4 {
  background: #ef5b51;
}
.features-area .features-item:hover.item-4 > i, .categories .features-item:hover.item-4 > i {
  color: #ef5b51;
}
.features-area .features-item:hover.item-5, .categories .features-item:hover.item-5 {
  background: #03a9f4;
}
.features-area .features-item:hover.item-5 > i, .categories .features-item:hover.item-5 > i {
  color: #03a9f4;
}
.features-area .features-item:hover.item-6, .categories .features-item:hover.item-6 {
  background: #9c27b0;
}
.features-area .features-item:hover.item-6 > i, .categories .features-item:hover.item-6 > i {
  color: #9c27b0;
}
.features-area .features-item:hover.item-7, .categories .features-item:hover.item-7 {
  background: #009688;
}
.features-area .features-item:hover.item-7 > i, .categories .features-item:hover.item-7 > i {
  color: #009688;
}

.featires-2-area {
  padding-top: 117px;
}
.featires-2-area .section-title p {
  padding-bottom: 48px;
}
.featires-2-area .title-text p {
  font-size: 14px;
  line-height: 26px;
  color: #8a8a8a;
  padding-top: 20px;
}
.featires-2-area .featires-item .featires-thumb {
  overflow: hidden;
}
.featires-2-area .featires-item .featires-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.featires-2-area .featires-item .featires-content {
  box-shadow: 0px 14px 28px 0px rgba(42, 121, 241, 0.1);
  border-radius: 7px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  text-align: center;
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 48px 25px 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .featires-2-area .featires-item .featires-content {
    padding: 48px 0px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featires-2-area .featires-item .featires-content {
    padding: 48px 55px 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featires-2-area .featires-item .featires-content {
    padding: 48px 35px 22px;
  }
}
.featires-2-area .featires-item .featires-content > i {
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  background: #3b7eff;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.featires-2-area .featires-item .featires-content .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.featires-2-area .featires-item .featires-content a {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #0154f7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.featires-2-area .featires-item.item-2 .featires-content > i {
  background: #f86e03;
}
.featires-2-area .featires-item.item-2 .featires-content a {
  color: #f86e03;
}
.featires-2-area .featires-item.item-3 .featires-content > i {
  background: #0154f7;
}
.featires-2-area .featires-item.item-3 .featires-content a {
  color: #0154f7;
}
.featires-2-area .featires-item.item-4 .featires-content > i {
  background: #ef5b51;
}
.featires-2-area .featires-item.item-4 .featires-content a {
  color: #ef5b51;
}
.featires-2-area .featires-item:hover .featires-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.featires-2-area .featires-item:hover .featires-content {
  background: #3b7eff;
}
.featires-2-area .featires-item:hover .featires-content > i {
  color: #3b7eff;
  background: #fff;
}
.featires-2-area .featires-item:hover .featires-content .title {
  color: #fff;
}
.featires-2-area .featires-item:hover .featires-content a {
  color: #fff;
}
.featires-2-area .featires-item:hover.item-2 .featires-content {
  background: #f86e03;
}
.featires-2-area .featires-item:hover.item-2 .featires-content i {
  color: #f86e03;
}
.featires-2-area .featires-item:hover.item-3 .featires-content {
  background: #0154f7;
}
.featires-2-area .featires-item:hover.item-3 .featires-content i {
  color: #0154f7;
}
.featires-2-area .featires-item:hover.item-4 .featires-content {
  background: #ef5b51;
}
.featires-2-area .featires-item:hover.item-4 .featires-content i {
  color: #ef5b51;
}

/*===========================
    6.PROJECT css 
===========================*/
.project-area {
  padding-top: 117px;
  padding-bottom: 122px;
  border-bottom: 1px solid #dfdfdf;
}
.project-area .project-item .project-thumb {
  box-shadow: 0px 10px 80px 0px rgba(167, 167, 167, 0.65);
  border-radius: 12px;
  overflow: hidden;
}
.project-area .project-item .project-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-area .project-item .project-content .title {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .project-area .project-item .project-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-area .project-item .project-content .title {
    font-size: 30px;
  }
}
.project-area .project-item .project-content span {
  font-size: 18px;
  font-weight: 500;
  color: #8a8a8a;
  padding-top: 10px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .project-area .project-item .project-content span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-area .project-item .project-content span {
    font-size: 18px;
  }
}
.project-area .project-item .project-content p {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-area .project-item .project-content p {
    padding: 0 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-area .project-item .project-content p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .project-area .project-item .project-content p {
    padding: 0;
  }
}
.project-area .project-item .project-content a {
  font-size: 15px;
  font-weight: 600;
  color: #0154f7;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-area .project-item .project-content a:hover {
  color: #f86e03;
}
.project-area .project-item:hover .project-thumb img {
  transform: scale(1.1);
}
.project-area.project-4-area {
  padding-top: 94px;
}

.fact-area {
  padding: 50px 0px 50px 0px;
}
.fact-area .fact-item .title {
  font-size: 52px;
  font-weight: 700;
  color: #0154f7;
}
.fact-area .fact-item > span {
  font-weight: 600;
  color: #8a8a8a;
  padding-top: 0px;
}

.project-2-area {
  padding-top: 117px;
  padding-bottom: 130px;
}
.project-2-area .project-item {
  position: relative;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 2px;
}
.project-2-area .project-item img {
  width: 100%;
}
.project-2-area .project-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1b69ff;
  opacity: 0.8;
}
.project-2-area .project-item .project-content {
  position: absolute;
  bottom: -103px;
  left: 50%;
  width: 65%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-2-area .project-item .project-content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .project-2-area .project-item .project-content {
    width: 92%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-2-area .project-item .project-content {
    width: 65%;
  }
}
.project-2-area .project-item .project-content .title {
  color: #fff;
  font-size: 30px;
}
.project-2-area .project-item .project-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-top: 4px;
}
.project-2-area .project-item .project-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 18px;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-2-area .project-item .project-content p {
    font-size: 17px;
  }
}
.project-2-area .project-item .project-content a {
  color: #fff;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-2-area .project-item .project-content a i {
  padding-left: 6px;
}
.project-2-area .project-item.active .project-content,
.project-2-area .project-item:hover .project-content {
  bottom: 48px;
}
.project-2-area .project-item.active .project-content p,
.project-2-area .project-item:hover .project-content p {
  opacity: 1;
}
.project-2-area .project-item.active .project-content a,
.project-2-area .project-item:hover .project-content a {
  opacity: 1;
}

.project-case-area .project-case-item .project-case-thumb {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.project-case-area .project-case-item .project-case-thumb::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 120px solid #f86e03;
  border-left: 120px solid transparent;
  z-index: 1;
}
.project-case-area .project-case-item .project-case-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-case-area .project-case-item .project-case-thumb i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 35px;
  z-index: 2;
}
.project-case-area .project-case-item .project-case-content .title {
  font-size: 24px;
  color: #222;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-case-area .project-case-item .project-case-content span {
  font-weight: 500;
  color: #8a8a8a;
  padding-top: 8px;
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  .project-case-area .project-case-item .project-case-content span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-case-area .project-case-item .project-case-content span {
    font-size: 16px;
  }
}
.project-case-area .project-case-item .project-case-content a {
  font-size: 15px;
  font-weight: 600;
  color: #0154f7;
  padding-top: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-case-area .project-case-item .project-case-content a:hover {
  color: #f86e03;
}
.project-case-area .project-case-item .project-case-content a i {
  padding-left: 6px;
}
.project-case-area .project-case-item:hover .project-case-thumb img {
  transform: scale(1.1);
}
.project-case-area .project-case-item:hover .project-case-content .title {
  color: #f86e03;
}
.project-case-area.project-home {
  padding-top: 117px;
}

/*===========================
    7    .TEAM css 
===========================*/
.team-area {
  padding-bottom: 128px;
  position: relative;
}
.team-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #101e3b;
}
.team-area .team-title .title {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .team-area .team-title .title {
    font-size: 30px;
  }
}
.team-area .team-title .title span {
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area .team-title .title span {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .team-area .team-title .title span {
    font-size: 32px;
  }
}
.team-area .team-title .title span span {
  font-weight: 400;
}
.team-area .team-title > span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area .team-title > span {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .team-area .team-title > span {
    padding-bottom: 30px;
    font-size: 16px;
  }
}
.team-area .team-item {
  position: relative;
  z-index: 10;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 30px;
}
.team-area .team-item img {
  width: 100%;
}
.team-area .team-item .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item .team-overlay .team-contet {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item .team-overlay .team-contet ul li {
  display: inline-block;
}
.team-area .team-item .team-overlay .team-contet ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #0154f7;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item .team-overlay .team-contet ul li a:hover {
  background: #ef5b51;
}
.team-area .team-item .team-overlay .team-contet .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 4px;
}
.team-area .team-item .team-overlay .team-contet span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.team-area .team-item::before {
  position: absolute;
  content: "";
  left: -30px;
  bottom: -30px;
  height: 100%;
  width: 100%;
  background: #182a51;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item:hover::before {
  background: #ef5b51;
}
.team-area .team-item:hover .team-overlay {
  background-color: rgba(239, 91, 81, 0.62);
}
.team-area .team-item:hover .team-overlay .team-contet {
  opacity: 1;
  bottom: 37px;
}
.team-area .team-active .slick-arrow {
  position: absolute;
  left: -400px;
  bottom: 30px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.team-area .team-active .slick-arrow:hover {
  color: #f86e03;
  transform: scale(1.3);
}
.team-area .team-active .slick-arrow.prev {
  left: -485px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area .team-active .slick-arrow.prev {
    left: -380px;
  }
}
.team-area .team-active .slick-arrow.next {
  left: -450px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area .team-active .slick-arrow.next {
    left: -350px;
  }
}

.team-2-area {
  padding-top: 70px;
  padding-bottom: 127px;
}
.team-2-area .section-title p {
  padding-bottom: 40px;
}
.team-2-area .section-title p.text {
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 45px;
  line-height: 26px;
  color: #8a8a8a;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-2-area .section-title p.text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .team-2-area .section-title p.text {
    padding-right: 0;
  }
}
.team-2-area .team-item .team-thumb {
  position: relative;
}
.team-2-area .team-item .team-thumb img {
  width: 100%;
  border-radius: 50%;
}
.team-2-area .team-item .team-thumb ul {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-2-area .team-item .team-thumb ul li {
  display: inline-block;
}
.team-2-area .team-item .team-thumb ul li a {
  height: 35px;
  width: 35px;
  background: #0154f7;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-2-area .team-item .team-thumb ul li a:hover {
  background: #f86e03;
}
.team-2-area .team-item .team-content {
  padding-top: 25px;
}
.team-2-area .team-item .team-content .title {
  font-size: 24px;
}
.team-2-area .team-item .team-content span {
  font-size: 14px;
  font-weight: 600;
  color: #f86e03;
}
.team-2-area .team-item:hover .team-thumb ul {
  opacity: 1;
}
.team-2-area.about-team {
  padding-bottom: 130px;
}
.team-2-area.about-team.team-page {
  padding-top: 90px;
}

/*===========================
    7.WORKING PROCESS css 
===========================*/
.working-process {
  background: #3b7eff;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  z-index: 10;
}
.working-process::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/working-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.07;
}
.working-process .section-title .title {
  color: #fff;
}
.working-process .section-title .title span {
  color: #fff;
}
.working-process .section-title p {
  color: #fff;
  padding-bottom: 47px;
}
.working-process .working-item {
  position: relative;
}
.working-process .working-item i {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  border: 2px dashed #fff;
  color: #fff;
  font-size: 50px;
}
.working-process .working-item .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-top: 25px;
}
.working-process .working-item p {
  color: #fff;
  font-size: 14px;
  line-height: 28ox;
  padding-top: 7px;
}
.working-process .working-item.item-1 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-1 {
    margin-top: 30px;
  }
}
.working-process .working-item.item-2 {
  margin-top: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-2 {
    margin-top: 30px;
  }
}
.working-process .working-item.item-3 {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-3 {
    margin-top: 30px;
  }
}
.working-process .working-item.item-4 {
  margin-top: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item.item-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .working-process .working-item.item-4 {
    margin-top: 30px;
  }
}
.working-process .working-item .dot-1 {
  position: absolute;
  right: -140px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item .dot-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-process .working-item .dot-1 {
    display: none;
  }
}
.working-process .working-item .dot-2 {
  position: absolute;
  right: -70px;
  top: -160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item .dot-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-process .working-item .dot-2 {
    display: none;
  }
}
.working-process .working-item .dot-3 {
  position: absolute;
  top: -140px;
  left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process .working-item .dot-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .working-process .working-item .dot-3 {
    display: none;
  }
}
.working-process .shape-1 {
  position: absolute;
  top: 150px;
  left: 100px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .working-process .shape-1 {
    left: 20px;
    top: 30px;
  }
}
.working-process .shape-2 {
  position: absolute;
  bottom: 50px;
  right: 100px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: rotatey linear 15s infinite;
}
@media (max-width: 767px) {
  .working-process .shape-2 {
    right: 30px;
    bottom: 30px;
  }
}
.working-process .shape-3 {
  position: absolute;
  top: 150px;
  right: 100px;
  height: 5px;
  width: 60px;
  background: #fff;
  transform: rotate(-18deg);
  animation: rotated linear 30s infinite;
}
@media (max-width: 767px) {
  .working-process .shape-3 {
    right: 20px;
    top: 50px;
  }
}
.working-process .shape-3::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 5px;
  background: #fff;
}
.working-process .shape-4 {
  position: absolute;
  bottom: 150px;
  left: 100px;
  height: 5px;
  width: 50px;
  background: #fff;
  transform: rotate(-18deg);
  animation: rotated linear 30s infinite;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .working-process .shape-4 {
    left: 20px;
    bottom: 50px;
  }
}
.working-process .shape-4::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 5px;
  background: #fff;
  opacity: 0.7;
}

@keyframes rotatey {
  0% {
    transform: rotateY(-360deg) rotateX(-90deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(90deg);
  }
}
@-webkit-keyframes rotatey {
  0% {
    transform: rotateY(-360deg) rotateX(-90deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(90deg);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotated {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*===========================
    10.BLOG css 
===========================*/
.blog-area {
  padding-top: 116px;
  padding-bottom: 124px;
}
.blog-area .blog-item .blog-thumb {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.blog-area .blog-item .blog-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-area .blog-item .blog-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 84, 247, 0.6);
  z-index: 5;
}
.blog-area .blog-item .blog-content {
  padding-top: 33px;
}
.blog-area .blog-item .blog-content ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
  margin-right: 26px;
}
@media (max-width: 767px) {
  .blog-area .blog-item .blog-content ul li {
    margin-right: 20px;
  }
}
.blog-area .blog-item .blog-content ul li i {
  color: #0154f7;
  padding-right: 6px;
}
.blog-area .blog-item .blog-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 20px;
  }
}
.blog-area .blog-item .blog-content .title a {
  color: #222;
}
.blog-area .blog-item .blog-content p {
  font-size: 14px;
  line-height: 26px;
  color: #8a8a8a;
  font-weight: 400;
  padding-top: 15px;
}
.blog-area .blog-item .blog-content > a {
  font-size: 15px;
  font-weight: 600;
  color: #0154f7;
  margin-top: 18px;
}
.blog-area .blog-item .blog-content > a i {
  padding-left: 6px;
}
.blog-area .blog-item.item-2 .blog-thumb {
  position: relative;
}
.blog-area .blog-item.item-2 .blog-thumb::before {
  background-color: rgba(239, 91, 81, 0.6);
}
.blog-area .blog-item.item-2 .blog-thumb i {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 60px;
  width: 55px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  color: #f86e03;
  font-size: 36px;
  border-radius: 5px;
  z-index: 6;
}
.blog-area .blog-item:hover .blog-thumb img {
  transform: scale(1.2);
}
.blog-area.blog-masonry {
  padding-top: 100px;
  padding-bottom: 128px;
}
.blog-area.blog-masonry .blog-item.blog-item-1 .blog-thumb::before {
  background-color: rgba(60, 208, 25, 0.6);
}
.blog-area.blog-masonry .blog-item.blog-item-2 .blog-thumb::before {
  background-color: rgba(1, 84, 247, 0.6);
}
.blog-area.blog-masonry .blog-item.blog-item-3 .blog-content {
  background: #eef3f9;
  padding: 30px;
}
.blog-area.blog-masonry .blog-item.blog-item-3 .blog-content span {
  color: #0154f7;
  font-size: 15px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  margin-top: 15px;
}
.blog-area.blog-masonry .blog-item.blog-item-3 .blog-content span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 30px;
  transform: translateY(-50%);
  background: #0154f7;
}
.blog-area.blog-masonry .blog-item.blog-item-4 .blog-thumb::before {
  background-color: rgba(25, 34, 208, 0.522);
}
.blog-area.blog-masonry .blog-item.blog-item-5 .blog-thumb::before {
  background-color: #d222e7;
  opacity: 0.522;
}

.pagination-area nav ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  text-align: center;
  line-height: 37px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #859aaa;
  background: #fff;
  margin: 0 5px;
  border: 2px solid #e4e4e5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pagination-area nav ul li a span i {
  font-size: 22px;
  display: inline-block;
  margin-top: 7px;
}
.pagination-area nav ul li a:hover,
.pagination-area nav ul li a.active {
  background: #0154f7;
  color: #fff;
  border-color: #0154f7;
  box-shadow: 0px 10px 49.5px 0.5px rgba(59, 126, 255, 0.78);
  font-weight: 700;
  text-decoration: none;
}
.pagination-area.pagination-area-2 nav ul li a:hover,
.pagination-area.pagination-area-2 nav ul li a.active {
  background: #fc5546;
  border-color: #fc5546;
  box-shadow: 0px 10px 49.5px 0.5px rgba(239, 91, 81, 0.78);
}

.blog-area-2 {
  margin-top: -15px;
}
.blog-area-2 .section-title p {
  padding-bottom: 48px;
}
.blog-area-2 .blog-item {
  position: relative;
}
.blog-area-2 .blog-item .blog-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 30, 59, 0.85);
}
.blog-area-2 .blog-item .blog-overlay .blog-tag {
  position: absolute;
  left: 30px;
  top: 30px;
  background: #ef5b51;
}
@media (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-tag {
    left: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-tag {
    left: 30px;
  }
}
.blog-area-2 .blog-item .blog-overlay .blog-tag span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 12px;
}
.blog-area-2 .blog-item .blog-overlay .blog-content {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content {
    padding: 0 30px;
  }
}
.blog-area-2 .blog-item .blog-overlay .blog-content ul li {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content ul li {
    font-size: 16px;
  }
}
.blog-area-2 .blog-item .blog-overlay .blog-content ul li i {
  padding-right: 6px;
}
.blog-area-2 .blog-item .blog-overlay .blog-content ul li:first-child {
  margin-right: 25px;
}
.blog-area-2 .blog-item .blog-overlay .blog-content .title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding-top: 10px;
  margin-bottom: -65px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-area-2 .blog-item .blog-overlay .blog-content .title a {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content .title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content .title {
    font-size: 20px;
  }
}
.blog-area-2 .blog-item .blog-overlay .blog-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 18px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area-2 .blog-item .blog-overlay .blog-content p {
    font-size: 14px;
  }
}
.blog-area-2 .blog-item .blog-overlay .blog-content > a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.blog-area-2 .blog-item .blog-overlay .blog-content > a i {
  padding-left: 6px;
}
.blog-area-2 .blog-item .blog-overlay:hover .blog-content .title {
  margin-bottom: 0;
}
.blog-area-2 .blog-item .blog-overlay:hover .blog-content p {
  opacity: 1;
  visibility: visible;
}

.blog-3-area {
  background: #eceff3;
  padding-top: 87px;
  padding-bottom: 123px;
}
.blog-3-area .section-title p {
  padding-bottom: 30px;
}
.blog-3-area .section-title > span {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 26px;
  padding-right: 15px;
  padding-bottom: 35px;
}
.blog-3-area .section-title a {
  background: #fc5546;
  border-color: #fc5546;
}
.blog-3-area .section-title a:hover {
  background: #0154f7;
  border-color: #0154f7;
}
.blog-3-area .blog-item .blog-thumb {
  position: relative;
}
.blog-3-area .blog-item .blog-thumb img {
  width: 100%;
  padding-top: 13px;
}
.blog-3-area .blog-item .blog-thumb span {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fc5546;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  padding: 0 12px;
}
.blog-3-area .blog-item .blog-content {
  padding-top: 24px;
}
.blog-3-area .blog-item .blog-content ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}
.blog-3-area .blog-item .blog-content ul li i {
  color: #fc5546;
  padding-right: 6px;
}
.blog-3-area .blog-item .blog-content ul li:first-child {
  margin-right: 30px;
}
.blog-3-area .blog-item .blog-content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.blog-3-area .blog-item .blog-content .title a {
  color: #222;
}
.blog-3-area .blog-item .blog-content p {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
  line-height: 26px;
  padding-bottom: 15px;
}
.blog-3-area .blog-item .blog-content > a {
  font-size: 15px;
  font-weight: 600;
  color: #8a8a8a;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-3-area .blog-item .blog-content > a:hover {
  color: #fc5546;
}
.blog-3-area .blog-item .blog-content > a i {
  padding-left: 6px;
}

/*===========================
    11.REQUST QUOTE css 
===========================*/
.requst-quote-area {
  position: relative;
  z-index: 10;
  padding-bottom: 230px;
  padding-top: 117px;
}
.requst-quote-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0154f7;
  opacity: 0.702;
  z-index: -2;
}
.requst-quote-area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/request-dot.png);
  z-index: -1;
}
.requst-quote-area .requst-content span {
  color: #fff;
  font-size: 35px;
}
.requst-quote-area .requst-content .title {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .requst-quote-area .requst-content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .requst-quote-area .requst-content .title {
    font-size: 50px;
  }
}
.requst-quote-area .requst-content a {
  width: 215px;
}
.requst-quote-area.services-quote {
  padding-bottom: 130px;
}
.requst-quote-area.about-quote {
  padding-top: 115px;
}

.newaletter-area {
  margin-bottom: 130px;
  position: relative;
  margin-top: -100px;
  z-index: 11;
}
@media (max-width: 767px) {
  .newaletter-area {
    margin-top: 0;
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newaletter-area {
    margin-top: -110px;
    margin-bottom: 130px;
  }
}
.newaletter-area .newaletter-item {
  height: 200px;
}
.newaletter-area .newaletter-item .newaletter-content {
  width: 370px;
  background: #ef5b51;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newaletter-area .newaletter-item .newaletter-content {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-content {
    width: 100%;
    height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-content {
    width: 170px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newaletter-area .newaletter-item .newaletter-content .item {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-content .item {
    padding-left: 20px;
  }
}
.newaletter-area .newaletter-item .newaletter-content .item span {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newaletter-area .newaletter-item .newaletter-content .item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-content .item span {
    font-size: 16px;
  }
}
.newaletter-area .newaletter-item .newaletter-content .item .title {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newaletter-area .newaletter-item .newaletter-content .item .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-content .item .title {
    font-size: 26px;
  }
}
.newaletter-area .newaletter-item .newaletter-input {
  background: #eef3f9;
  width: 67%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-input {
    width: 100%;
    height: 200px;
    padding: 20px;
  }
}
.newaletter-area .newaletter-item .newaletter-input::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/newsletter-dot.png);
  opacity: 0.1;
  z-index: -1;
}
.newaletter-area .newaletter-item .newaletter-input input {
  width: 400px;
  background: #fff;
  border: 0;
  opacity: 1;
  line-height: 60px;
  padding-left: 30px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  color: #8a8a8a;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .newaletter-area .newaletter-item .newaletter-input input {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newaletter-area .newaletter-item .newaletter-input input {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-input input {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newaletter-area .newaletter-item .newaletter-input input {
    width: 170px;
    margin-bottom: 0;
  }
}
.newaletter-area .newaletter-item .newaletter-input input::placeholder {
  opacity: 1;
  color: #8a8a8a;
}

.brand-area {
  padding-bottom: 128px;
}
.brand-area .brand-item img {
  display: inline-block;
}
.brand-area.about-brand {
  background: #eef3f9;
}

/*===========================
    11.FOOTER css 
===========================*/
.footer-area {
  background: #101e3b;
  position: relative;
}
.footer-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/working-line.png);
  opacity: 0.02;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-widget {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-widget {
    margin-left: 0;
  }
}
.footer-area .footer-widget .footer-title .title {
  color: #ffffffad;
  font-size: 18px;
  font-weight: 600;
}
.footer-area .footer-widget .footer-items-1 {
  padding-top: 15px;
}
.footer-area .footer-widget .footer-items-1 p {
  color: #aeb7ca;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 15px;
}
.footer-area .footer-widget .footer-items-1 ul li {
  display: inline-block;
}
.footer-area .footer-widget .footer-items-1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #2d416a;
  color: #556a96;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .footer-widget .footer-items-1 ul li a:hover {
  background: #0154f7;
  color: #fff;
  border-color: #0154f7;
}
.footer-area .footer-widget .footer-items-2 {
  padding-top: 15px;
}
.footer-area .footer-widget .footer-items-2 ul li a,
.footer-area .footer-widget .footer-items-1 p a {
  font-size: 14px;
  color: #aeb7ca;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .footer-widget .footer-items-2 ul li a:hover,
.footer-area .footer-widget .footer-items-1 p a:hover {
  color: #0154f7;
}
.footer-area .footer-widget .footer-items-3 {
  margin-top: 15px;
}
.footer-area .footer-widget .footer-items-3 .News-item .News-thumb {
  width: 80px;
}
.footer-area .footer-widget .footer-items-3 .News-item .News-thumb img {
  width: 100%;
  border-radius: 5px;
}
.footer-area .footer-widget .footer-items-3 .News-item .News-content {
  padding-left: 18px;
}
.footer-area .footer-widget .footer-items-3 .News-item .News-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-widget .footer-items-3 .News-item .News-content .title {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer-area .footer-widget .footer-items-3 .News-item .News-content span {
  font-size: 14px;
  color: #aeb7ca;
}
.footer-area .footer-copyright {
  height: 85px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #2b3c60;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .footer-area .footer-copyright {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-copyright {
    display: flex;
  }
}
.footer-area .footer-copyright span {
  color: #aeb7ca;
}
@media (max-width: 767px) {
  .footer-area .footer-copyright span {
    padding: 20px 0 5px;
  }
}
.footer-area .footer-copyright span i {
  padding-right: 6px;
  font-size: 24px;
}
.footer-area .footer-copyright p {
  color: #aeb7ca;
  font-size: 14px;
}

.back-top .back-to-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  height: 50px;
  width: 50px;
  background: #0154f7;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
  display: none;
  font-size: 24px;
}

.back-top .back-to-top:hover {
  background: #f86e04;
}

.back-top.back-top-2 .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  left: auto;
  z-index: 9999999;
}

.footer-3-area {
  background: #041d47;
  padding-top: 50px;
  position: relative;
}
.footer-3-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/working-line.png);
  opacity: 0.02;
}
.footer-3-area .footer-item-1 p {
  color: #aeb7ca;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-3-area .footer-item-1 ul li {
  display: inline-block;
}
.footer-3-area .footer-item-1 ul li a {
  height: 40px;
  width: 40px;
  background: #14346b;
  border-radius: 5px;
  color: #4a70b1;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-3-area .footer-item-1 ul li a:hover {
  background: #fc5546;
  color: #fff;
}
.footer-3-area .footer-item-2 {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-3-area .footer-item-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-3-area .footer-item-2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-3-area .footer-item-2 {
    margin-left: 0;
  }
}
.footer-3-area .footer-item-2 .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 28px;
}
.footer-3-area .footer-item-2 p {
  color: #aeb7ca;
  padding-bottom: 24px;
}
.footer-3-area .footer-item-2 .links-list {
  display: flex;
}
.footer-3-area .footer-item-2 .links-list ul li a {
  font-size: 14px;
  color: #aeb7ca;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-3-area .footer-item-2 .links-list ul li a:hover {
  color: #f86e03;
}
.footer-3-area .footer-item-2.footer-item-3 {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-3-area .footer-item-2.footer-item-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-3-area .footer-item-2.footer-item-3 {
    margin-left: 0;
  }
}
.footer-3-area .footer-item-2.footer-item-3 .input-box {
  position: relative;
}
.footer-3-area .footer-item-2.footer-item-3 .input-box input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 0;
  color: #8a8a8a;
  padding-left: 30px;
  font-size: 14px;
}
.footer-3-area .footer-item-2.footer-item-3 .input-box input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.footer-3-area .footer-item-2.footer-item-3 .input-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  border: 0;
  background: #fc5546;
  color: #fff;
}
.footer-3-area .footer-info {
  position: relative;
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-3-area .footer-info {
    padding-left: 60px;
  }
}
.footer-3-area .footer-info .title {
  font-size: 18px;
  color: #fff;
}
.footer-3-area .footer-info span {
  font-size: 14px;
  color: #aeb7ca;
  padding-top: 4px;
}
.footer-3-area .footer-info i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  background: #14346b;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #3e63a4;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-3-area .footer-info i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.footer-3-area .footer-info:hover i {
  background: #fc5546;
  color: #fff;
}
.footer-3-area .footer-copy {
  border-top: 2px solid #14346b;
}
.footer-3-area .footer-copy p {
  line-height: 75px;
  color: #aeb7ca;
}

/*===========================
    12.SERVICES css 
===========================*/
.services-area {
  background: #3b7eff;
  padding-top: 117px;
  padding-bottom: 225px;
  position: relative;
}
.services-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/services-map.png);
  opacity: 0.06;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services-area .section-title .title {
  color: #fff;
}
.services-area .section-title .title span {
  color: #fff;
}
.services-area .section-title p {
  color: #fff;
}
.services-area .services-item {
  background-image: url(../images/services-thumb.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding: 40px 71px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area .services-item {
    padding: 40px 10px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .services-item {
    padding: 40px 45px 45px;
  }
}
@media (max-width: 767px) {
  .services-area .services-item {
    padding: 40px 0px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area .services-item {
    padding: 40px 120px 45px;
  }
}
.services-area .services-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2972ff;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-area .services-item .title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.services-area .services-item > i {
  font-size: 60px;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 22px;
}
.services-area .services-item p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  padding-bottom: 15px;
}
.services-area .services-item a {
  color: #fff;
}
.services-area .services-active .slick-center .services-item::before {
  background-color: #0250e8;
  opacity: 0.859;
}
.services-area .services-active .slick-dots {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.services-area .services-active .slick-dots li {
  display: inline-block;
}
.services-area .services-active .slick-dots li button {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-size: 0;
  margin: 0 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-area .services-active .slick-dots li.slick-active button {
  height: 20px;
  width: 20px;
}
.services-area.services-about {
  background: #eef3f9;
  padding-top: 100px;
  padding-bottom: 130px;
}
.services-area.services-about::before {
  background-image: url(../images/services-map-2.png);
  opacity: 0.08;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .services-area.services-about .services-item {
    padding: 40px 71px 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area.services-about .services-item {
    padding: 40px 31px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area.services-about .services-item {
    padding: 40px 45px 45px;
  }
}
@media (max-width: 767px) {
  .services-area.services-about .services-item {
    padding: 40px 0px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area.services-about .services-item {
    padding: 40px 70px 45px;
  }
}
.services-area.services-about .services-item::before {
  background: #fff;
}
.services-area.services-about .services-item .title {
  color: #222;
}
.services-area.services-about .services-item > i {
  color: #0154f7;
}
.services-area.services-about .services-item p {
  color: #8a8a8a;
}
.services-area.services-about .services-item a {
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-area.services-about .services-item a i {
  padding-left: 6px;
}
.services-area.services-about .services-item a:hover {
  color: #0154f7;
}

.services-3-area {
  background: #041d47;
  padding-top: 116px;
  position: relative;
  padding-bottom: 123px;
}
.services-3-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/working-line-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.03;
}
.services-3-area .section-title .title {
  color: #a8b5cc;
}
.services-3-area .section-title .title span {
  color: #fff;
}
.services-3-area .section-title p {
  color: #a8b5cc;
  padding-bottom: 48px;
}
.services-3-area .services-item > i {
  font-size: 60px;
  color: #1a3d77;
}
.services-3-area .services-item span {
  font-size: 18px;
  color: #b9aecb;
  text-transform: capitalize;
  padding-top: 32px;
  padding-bottom: 3px;
}
.services-3-area .services-item .title {
  font-size: 22px;
  color: #fff;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-3-area .services-item .title {
    font-size: 20px;
  }
}
.services-3-area .services-item p {
  font-size: 14px;
  color: #a8b5cc;
  line-height: 26px;
  padding: 0 25px 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-3-area .services-item p {
    padding: 0 0 14px;
  }
}
.services-3-area .services-item a {
  color: #a8b5cc;
  font-size: 15px;
  font-weight: 600;
}
.services-3-area .services-item a i {
  padding-left: 6px;
}

.services-business {
  margin-top: -29px;
}
.services-business .container::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -115px;
  width: 110%;
  height: 145px;
  background: #fff;
  padding-left: 115px;
  padding-right: 115px;
}
.services-business .section-title p {
  padding-bottom: 30px;
}
.services-business .section-title > span {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 28px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-business .section-title > span {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .services-business .section-title > span {
    padding-right: 0;
  }
}
.services-business .section-title > span.text {
  padding-top: 27px;
}
.services-business .section-title a {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-business .bussiness-thumb {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .services-business .bussiness-thumb {
    margin-top: 30px;
  }
}
.services-business .bussiness-thumb img {
  width: 100%;
}

.services-pricing-area {
  background: #eef3f9;
  padding-top: 117px;
  padding-bottom: 130px;
}
.services-pricing-area .section-title {
  padding-bottom: 50px;
}
.services-pricing-area .pricing-tab {
  padding-top: 50px;
  padding-left: 30px;
  padding-bottom: 250px;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 20px;
  position: relative;
}
.services-pricing-area .pricing-tab .nav li a {
  padding: 0;
  background-color: #fef0e5;
  line-height: 50px;
  color: #222;
  padding: 0 24px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-pricing-area .pricing-tab .nav li a {
    padding: 0 17px;
  }
}
.services-pricing-area .pricing-tab .nav li a.active {
  background: #f86e03;
  color: #fff;
}
.services-pricing-area .pricing-tab p {
  font-size: 16px;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-pricing-area .pricing-tab p {
    font-size: 14px;
  }
}
.services-pricing-area .pricing-tab img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.services-pricing-area .pricing-item {
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 44px;
}
.services-pricing-area .pricing-item .title {
  font-size: 30px;
  color: #222;
}
.services-pricing-area .pricing-item p {
  padding: 8px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-pricing-area .pricing-item p {
    padding: 8px 10px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-pricing-area .pricing-item p {
    padding: 8px 80px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-pricing-area .pricing-item p {
    padding: 8px 70px 30px;
  }
}
.services-pricing-area .pricing-item ul {
  padding-top: 28px;
  padding-bottom: 15px;
}
.services-pricing-area .pricing-item ul li {
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
}
.services-pricing-area .pricing-item > span {
  font-size: 40px;
  color: #0154f7;
  font-weight: 700;
  padding-bottom: 35px;
}
.services-pricing-area .pricing-item > span span {
  font-size: 24px;
  line-height: 0;
}
.services-pricing-area.priceing-page {
  background: #0e2b5c;
  padding-top: 100px;
}

/*===========================
    13.COUNTER css 
===========================*/
.counter-area {
  padding-top: 130px;
  padding-bottom: 128px;
  background: #101e3b;
  position: relative;
}
.counter-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/counter-dot.png);
  opacity: 0.6;
}
.counter-area .counter-play {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-play {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .counter-area .counter-play {
    margin-right: 0;
  }
}
.counter-area .counter-play::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 30, 59, 0.65);
}
.counter-area .counter-play img {
  width: 100%;
}
.counter-area .counter-play a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  color: #f86e03;
  font-size: 14px;
}
.counter-area .counter-item {
  padding-left: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .counter-area .counter-item {
    margin-top: 30px;
  }
}
.counter-area .counter-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 70px;
}
.counter-area .counter-item .title {
  font-size: 45px;
  color: #f86e03;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-area .counter-item .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .counter-area .counter-item .title {
    font-size: 32px;
  }
}
.counter-area .counter-item span {
  font-size: 18px;
  color: #91a5ce;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-area .counter-item span {
    font-size: 15px;
  }
}
.counter-area.about-counter {
  padding-top: 0;
  background-color: transparent;
  padding-bottom: 130;
}
.counter-area.about-counter::before {
  display: none;
}
.counter-area.about-counter .counter-item i {
  color: #f86e03;
}
.counter-area.about-counter .counter-item .title {
  color: #222;
}
.counter-area.about-counter .counter-item span {
  color: #8a8a8a;
}

/*===========================
    14.FAQ css 
===========================*/
.faq-area {
  padding-top: 117px;
  padding-bottom: 115px;
}
.faq-area .section-title p {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .faq-area .faq-thumb {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-area .faq-thumb {
    margin-top: 60px;
  }
}
.faq-area .faq-thumb img {
  width: 100%;
}
.faq-area .faq-content {
  background: #ef5b51;
  padding: 40px 20px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-content {
    padding: 40px 50px 45px;
  }
}
.faq-area .faq-content .title {
  color: #fff;
  font-size: 24px;
}
.faq-area .faq-content p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding-top: 17px;
  padding-bottom: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area .faq-content p {
    font-size: 13px;
  }
}
.faq-area .faq-content a {
  background: #d24238;
  border-color: #d24238;
}
.faq-area.about-faq {
  padding-top: 100px;
  padding-bottom: 130px;
}
.faq-area.about-faq .faq-content {
  background: #f86e03;
}
.faq-area.about-faq .faq-content a {
  background: #d15b00;
  border-color: #d15b00;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.about-faq .company-content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .faq-area.about-faq .company-content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.faq-area.about-faq .company-content .section-title p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 38px;
}
.faq-area.about-faq .company-content .company-item p {
  padding-top: 30px;
  padding-bottom: 35px;
}
.faq-area.about-faq .company-content .company-item ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .faq-area.about-faq .company-content .company-item ul li {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-area.about-faq .company-content .company-item ul li {
    display: inline-block;
  }
}
.faq-area.about-faq .company-content .company-item ul li .link {
  font-size: 15px;
  font-weight: 600;
  color: #f86e03;
  margin-left: 35px;
}
@media (max-width: 767px) {
  .faq-area.about-faq .company-content .company-item ul li .link {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-area.about-faq .company-content .company-item ul li .link {
    margin-left: 35px;
    margin-top: 0;
  }
}
.faq-area.about-faq .company-content .company-item ul li .link i {
  padding-left: 6px;
}
.faq-area.faq-page {
  padding-top: 100px;
}

.faq-accordion {
  padding-top: 30px;
}
.faq-accordion .accordion {
  border: 2px solid transparent;
}
.faq-accordion .accordion .card {
  border-radius: 0px !important;
  border: 0;
  border-top: 2px solid transparent;
  margin-bottom: 30px;
  background: #eef3f9;
}
.faq-accordion .accordion .card:first-child {
  border-top: 0;
}
.faq-accordion .accordion .card .card-header {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.faq-accordion .accordion .card .card-header a {
  line-height: 70px;
  padding: 0 0 0 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  color: #fff;
  position: relative;
  background: #3b7eff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 0 0 0 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a {
    line-height: 28px;
    padding: 10px 0px 10px 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a {
    line-height: 70px;
    padding: 0 0 0 40px;
  }
}
.faq-accordion .accordion .card .card-header a i {
  color: #0154f7;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a i {
    padding-right: 10px;
  }
}
.faq-accordion .accordion .card .card-header a.collapsed {
  color: #8a8a8a;
  background-color: transparent;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 0 0 0 40px;
    font-size: 15px;
  }
}
.faq-accordion .accordion .card .card-header a.collapsed::before {
  content: "\f105";
  color: #666;
}
.faq-accordion .accordion .card .card-header a::before {
  position: absolute;
  content: "\f105";
  right: 36px;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a::before {
    right: 18px;
  }
}
.faq-accordion .accordion .card .card-body {
  padding: 0 30px 20px 40px !important;
  background: #3b7eff;
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-body {
    padding: 0 30px 20px 26px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-accordion .accordion .card .card-body {
    padding: 0 30px 20px 40px !important;
  }
}
.faq-accordion .accordion .card .card-body p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.accordion-area {
  padding-top: 97px;
}
.accordion-area .faq-accordion .accordion .card {
  margin-bottom: 15px;
}

/*===========================
    15.CATEGORY css 
===========================*/
.category-area .category-thumb {
  position: relative;
  height: 590px;
}
.category-area .category-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fc5546;
  opacity: 0.8;
}
.category-area .category-thumb img {
  width: 100%;
}
.category-area .category-thumb .play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.category-area .category-thumb .play-overlay a {
  color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  border: 2px solid #fff;
  font-size: 20px;
}
.category-area .category-thumb .play-overlay a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1s linear infinite;
  -moz-animation: ripple-white 1s linear infinite;
  -o-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  border-radius: 50%;
}
.category-area .category-thumb .play-overlay a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1.3s linear infinite;
  -moz-animation: ripple-white 1.3s linear infinite;
  -o-animation: ripple-white 1.3s linear infinite;
  animation: ripple-white 1.3s linear infinite;
  border-radius: 50%;
}
.category-area .category-misson {
  height: 590px;
  background: #eceff3;
}
.category-area .category-misson .misson-item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding-top: 25px;
}
.category-area .category-misson .misson-item p {
  font-weight: 500;
  color: #8a8a8a;
  line-height: 26px;
  padding: 18px 0px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-area .category-misson .misson-item p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .category-area .category-misson .misson-item p {
    font-size: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-area .category-misson .misson-item p {
    font-size: 14px;
  }
}
.category-area .category-misson .misson-item a {
  background: #fc5546;
  border-color: #fc5546;
}
.category-area .category-misson .misson-item a:hover {
  color: #222;
  background: #fff;
  border-color: #fff;
}
.category-area .category-misson .misson-item a:hover::before {
  border-color: #0154f7;
}
.category-area .category-misson .misson-item a:hover::after {
  border-color: #0154f7;
}
.category-area .category-goals {
  height: 590px;
}
.category-area .category-goals .goals-item .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding-top: 25px;
}
.category-area .category-goals .goals-item p {
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  padding: 18px 0px 25px;
  padding-top: 18px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-area .category-goals .goals-item p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .category-area .category-goals .goals-item p {
    font-size: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-area .category-goals .goals-item p {
    font-size: 14px;
  }
}
.category-area .category-goals .goals-item a {
  background: #fff;
  color: #222;
  border-color: #fff;
}
.category-area .category-goals .goals-item a::before {
  border-color: #0154f7;
}
.category-area .category-goals .goals-item a::after {
  border-color: #0154f7;
}
.category-area .category-goals .goals-item a:hover {
  color: #fff;
  background: #fc5546;
  border-color: #fc5546;
}
.category-area .category-goals .goals-item a:hover::before {
  border-color: #fff;
}
.category-area .category-goals .goals-item a:hover::after {
  border-color: #fff;
}

/*===========================
    16.CASE STUDY css 
===========================*/
.case-study-area {
  padding-top: 117px;
  background: #eceff3;
}
.case-study-area .section-title .title {
  padding-bottom: 50px;
}
.case-study-area .case-item .case-thumb {
  overflow: hidden;
}
.case-study-area .case-item .case-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.case-study-area .case-item .case-content {
  padding: 34px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-study-area .case-item .case-content {
    padding: 34px 20px;
  }
}
@media (max-width: 767px) {
  .case-study-area .case-item .case-content {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .case-study-area .case-item .case-content {
    padding: 34px 40px;
  }
}
.case-study-area .case-item .case-content .title {
  font-size: 24px;
  color: #222;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.case-study-area .case-item .case-content p {
  font-size: 14px;
  color: #8a8a8a;
  padding-top: 13px;
}
.case-study-area .case-item .case-content a {
  color: #8a8a8a;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.case-study-area .case-item .case-content a:hover {
  color: #fc5546;
}
.case-study-area .case-item .case-content a i {
  padding-left: 6px;
}
.case-study-area .case-item:hover .case-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case-study-area .case-item:hover .case-content .title {
  color: #f86e03;
}
.case-study-area .case-item-2 {
  position: relative;
  overflow: hidden;
}
.case-study-area .case-item-2 img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1);
}
.case-study-area .case-item-2 .case-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(
    90deg,
    #061f49 0%,
    rgba(12, 39, 86, 0.5) 70%,
    rgba(14, 43, 92, 0.01) 99%,
    #0e2b5c 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    #061f49 0%,
    rgba(12, 39, 86, 0.5) 70%,
    rgba(14, 43, 92, 0.01) 99%,
    #0e2b5c 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #061f49 0%,
    rgba(12, 39, 86, 0.5) 70%,
    rgba(14, 43, 92, 0.01) 99%,
    #0e2b5c 100%
  );
  background-image: -o-linear-gradient(
    90deg,
    #061f49 0%,
    rgba(12, 39, 86, 0.5) 70%,
    rgba(14, 43, 92, 0.01) 99%,
    #0e2b5c 100%
  );
  background-size: cover;
}
.case-study-area .case-item-2 .case-overlay .case-content {
  position: absolute;
  left: 30px;
  bottom: 25px;
}
.case-study-area .case-item-2 .case-overlay .case-content .title {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.case-study-area .case-item-2 .case-overlay .case-content a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.case-study-area .case-item-2 .case-overlay .case-content a:hover {
  color: #f86e03;
}
.case-study-area .case-item-2 .case-overlay .case-content a i {
  padding-left: 6px;
}
.case-study-area .case-item-2:hover img {
  transform: scale(1.1);
}
.case-study-area.case-page-1 {
  padding-top: 100px;
  background: #fff;
}
.case-study-area.case-page-1 .case-item .case-content {
  background: #eceff3;
}
.case-study-area.case-page-2 {
  background: #fff;
  padding-top: 100px;
}

/*===========================
    16.ACHIEVEMENT css 
===========================*/
.achievement-area .achievement-counter {
  background: #3b7eff;
  border-radius: 10px;
}
.achievement-area .achievement-counter i {
  font-size: 70px;
  color: #fff;
  padding-top: 60px;
}
.achievement-area .achievement-counter span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
}
.achievement-area .achievement-counter .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 60px;
}
.achievement-area .achievement-counter.item-2 {
  background: #f86e03;
}
.achievement-area .achievement-counter.item-3 {
  background: #ef5b51;
  margin-left: 30px;
  margin-right: -30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .achievement-area .achievement-counter.item-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .achievement-area .achievement-counter.item-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .achievement-area .achievement-counter.item-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.achievement-area .achievement-counter.item-4 {
  background: #0154f7;
  margin-left: 30px;
  margin-right: -30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .achievement-area .achievement-counter.item-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .achievement-area .achievement-counter.item-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .achievement-area .achievement-counter.item-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .achievement-area .section-title {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .achievement-area .section-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .achievement-area .section-title .title {
    font-size: 36px;
  }
}
.achievement-area .section-title .title span {
  font-size: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .achievement-area .section-title .title span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .achievement-area .section-title .title span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .achievement-area .section-title .title span {
    font-size: 46px;
  }
}
.achievement-area .section-title .title span span {
  color: #fc5546;
}
.achievement-area .section-title p {
  color: #c3c3c3;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .achievement-area .section-title p {
    font-size: 18px;
  }
}
.achievement-area .achievement-text p {
  color: #8a8a8a;
  font-size: 14px;
  padding-bottom: 33px;
}
.achievement-area .achievement-text a {
  background: #fc5546;
  border-color: #fc5546;
}
.achievement-area .achievement-text a:hover {
  background: #0154f7;
  border-color: #0154f7;
}

.video-play-area {
  height: 895px;
  position: relative;
  background-attachment: fixed;
}
.video-play-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0e2b5c;
  opacity: 0.749;
}
.video-play-area .video-play-item a {
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  border: 2px solid #fc5546;
  background: #fc5546;
  font-size: 20px;
  position: relative;
}
.video-play-area .video-play-item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1s linear infinite;
  -moz-animation: ripple-white 1s linear infinite;
  -o-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  border-radius: 50%;
}
.video-play-area .video-play-item a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1.3s linear infinite;
  -moz-animation: ripple-white 1.3s linear infinite;
  -o-animation: ripple-white 1.3s linear infinite;
  animation: ripple-white 1.3s linear infinite;
  border-radius: 50%;
}
.video-play-area .video-play-item .title {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  padding-top: 65px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .video-play-area .video-play-item .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-play-area .video-play-item .title {
    font-size: 70px;
  }
}
.video-play-area .video-play-item span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .video-play-area .video-play-item span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-play-area .video-play-item span {
    font-size: 30px;
  }
}

/*===========================
    17.SOLUTIONS css 
===========================*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-area {
    padding-top: 117px;
  }
}
.solutions-area .solutions-thumb {
  margin-right: -30px;
}
@media (max-width: 767px) {
  .solutions-area .solutions-thumb {
    margin-right: 0;
  }
}
.solutions-area .solutions-thumb img {
  width: 100%;
}
.solutions-area .solutions-thumb .solutions-content {
  background: #f86e03;
  text-align: center;
  margin-top: 30px;
}
.solutions-area .solutions-thumb .solutions-content span {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  padding: 55px 30px 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .solutions-area .solutions-thumb .solutions-content span {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .solutions-area .solutions-thumb .solutions-content span {
    font-size: 22px;
    line-height: 32px;
    padding: 55px 10px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-area .solutions-content-area {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .solutions-area .solutions-content-area {
    padding-left: 0;
    padding-top: 30px;
  }
}
.solutions-area .solutions-content-area .section-title p {
  padding-bottom: 40px;
}
.solutions-area .solutions-content-area .solutions-list .item {
  position: relative;
  padding-left: 110px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .solutions-area .solutions-content-area .solutions-list .item {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .solutions-area .solutions-content-area .solutions-list .item {
    padding-left: 110px;
  }
}
.solutions-area .solutions-content-area .solutions-list .item .title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 767px) {
  .solutions-area .solutions-content-area .solutions-list .item .title {
    font-size: 20px;
  }
}
.solutions-area .solutions-content-area .solutions-list .item p {
  padding-right: 30px;
  padding-top: 11px;
}
.solutions-area .solutions-content-area .solutions-list .item i {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fef0e5;
  text-align: right;
  font-size: 40px;
  color: #f86e03;
  padding-left: 28px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .solutions-area .solutions-content-area .solutions-list .item i {
    height: 30px;
    width: 30px;
    font-size: 22px;
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .solutions-area .solutions-content-area .solutions-list .item i {
    height: 60px;
    width: 60px;
    font-size: 40px;
    padding-left: 28px;
    padding-top: 30px;
  }
}
.solutions-area .solutions-content-area .solutions-list .solutions-btn {
  padding-top: 30px;
}
.solutions-area .solutions-content-area .solutions-list .solutions-btn ul li {
  display: inline-block;
}
.solutions-area
  .solutions-content-area
  .solutions-list
  .solutions-btn
  ul
  li
  a.link {
  padding-left: 30px;
  color: #f86e03;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .solutions-area
    .solutions-content-area
    .solutions-list
    .solutions-btn
    ul
    li
    a.link {
    margin-top: 20px;
    padding-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .solutions-area
    .solutions-content-area
    .solutions-list
    .solutions-btn
    ul
    li
    a.link {
    margin-top: 0px;
    padding-left: 30px;
    margin-right: 0;
  }
}
.solutions-area
  .solutions-content-area
  .solutions-list
  .solutions-btn
  ul
  li
  a.link
  i {
  padding-left: 6px;
}

/*===========================
    18.CASE DETAILS css 
===========================*/
.case-details-area .case-thumb {
  position: relative;
}
.case-details-area .case-thumb .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case-details-area .case-thumb .play a {
  font-size: 24px;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  background: #0154f7;
  color: #fff;
}
.case-details-area .case-thumb img {
  width: 100%;
}
.case-details-area .case-list {
  border-bottom: 2px solid #efefef;
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.case-details-area .case-list .item span {
  font-size: 16px;
  font-weight: 700;
  color: #8a8a8a;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-details-area .case-list .item span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .case-details-area .case-list .item span {
    font-size: 13px;
  }
}
.case-details-area .case-list .item .title {
  font-size: 24px;
  color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-details-area .case-list .item .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .case-details-area .case-list .item .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-details-area .case-content {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-details-area .case-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .case-details-area .case-content {
    padding-left: 0;
  }
}
.case-details-area .case-content .title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  padding-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-details-area .case-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .case-details-area .case-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .case-details-area .case-content .title {
    font-size: 36px;
  }
}
.case-details-area .case-content p {
  padding-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-details-area .case-content p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-details-area .case-content p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .case-details-area .case-content p {
    padding-right: 0;
  }
}
.case-details-area .case-content p.text {
  font-size: 16px;
  padding-bottom: 40px;
}
.case-details-area .case-share {
  border-top: 2px solid #efefef;
  margin-top: 30px;
  padding-top: 25px;
}
.case-details-area .case-share .case-tag ul li {
  display: inline-block;
}
.case-details-area .case-share .case-tag ul li span {
  font-weight: 700;
  color: #222;
  font-size: 16px;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .case-details-area .case-share .case-tag ul li span {
    font-size: 14px;
  }
}
.case-details-area .case-share .case-tag ul li a {
  font-weight: 500;
  color: #8a8a8a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-details-area .case-share .case-tag ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .case-details-area .case-share .case-social {
    margin-top: 30px;
  }
}
.case-details-area .case-share .case-social ul li {
  display: inline-block;
}
.case-details-area .case-share .case-social ul li span {
  color: #222;
  font-weight: 700;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .case-details-area .case-share .case-social ul li span {
    font-size: 14px;
  }
}
.case-details-area .case-share .case-social ul li a {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background: #0154f7;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}

/*===========================
    19.BLOG STANDARD css 
===========================*/
.blog-standard-area {
  padding-bottom: 40px;
}
.blog-standard-area .blog-sidebar .blog-search .input-box {
  position: relative;
}
.blog-standard-area .blog-sidebar .blog-search .input-box input {
  width: 100%;
  background: #fff;
  border: 0;
  line-height: 70px;
  padding-left: 30px;
  font-size: 14px;
  color: #8a8a8a;
}
.blog-standard-area .blog-sidebar .blog-search .input-box input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.blog-standard-area .blog-sidebar .blog-search .input-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #0154f7;
  border: 0;
  background-color: transparent;
}
.blog-standard-area .blog-sidebar .blog-news {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar .blog-news {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-news {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-news {
    padding: 30px 30px;
  }
}
.blog-standard-area .blog-sidebar .blog-news .blog-title {
  margin-bottom: 40px;
}
.blog-standard-area .blog-sidebar .blog-news .blog-title .title {
  font-size: 24px;
  color: #222;
  position: relative;
}
.blog-standard-area .blog-sidebar .blog-news .blog-title .title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 10px;
  background: #0154f7;
}
.blog-standard-area .blog-sidebar .blog-news .blog-title .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 17px;
  height: 2px;
  width: 25px;
  background: #0154f7;
}
.blog-standard-area .blog-sidebar .blog-news .blog-news-item {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 26px;
  margin-bottom: 25px;
}
.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item {
  padding-left: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item {
    padding-left: 90px;
  }
}
.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #222;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-news .blog-news-item .item .title {
    font-size: 18px;
  }
}
.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-standard-area .blog-sidebar .blog-news .blog-news-item .item span {
  font-size: 14px;
}
.blog-standard-area .blog-sidebar .blog-news .blog-news-item.none {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.blog-standard-area .blog-sidebar .blog-list {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar .blog-list {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-list {
    padding: 30px 10px;
  }
}
.blog-standard-area .blog-sidebar .blog-list .blog-title {
  margin-bottom: 40px;
}
.blog-standard-area .blog-sidebar .blog-list .blog-title .title {
  font-size: 24px;
  color: #222;
  position: relative;
}
.blog-standard-area .blog-sidebar .blog-list .blog-title .title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 10px;
  background: #0154f7;
}
.blog-standard-area .blog-sidebar .blog-list .blog-title .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 17px;
  height: 2px;
  width: 25px;
  background: #0154f7;
}
.blog-standard-area .blog-sidebar .blog-list .blog-list-item ul li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  font-size: 14px;
  color: #8a8a8a;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-standard-area .blog-sidebar .blog-list .blog-list-item ul li a:hover {
  color: #0154f7;
}
.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li {
  display: inline-block;
}
.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a {
  font-size: 14px;
  color: #8a8a8a;
  background: #eef3f9;
  line-height: 40px;
  padding: 0 17px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a {
    font-size: 13px;
    padding: 0 13px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a {
    padding: 0 12px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a {
    padding: 0 14px;
    font-size: 17px;
  }
}
.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li a:hover {
  background: #0154f7;
  color: #fff;
}
.blog-standard-area .blog-sidebar .blog-list .blog-tag ul li:nth-child(2) a {
  margin: 0 6px;
}
.blog-standard-area .blog-sidebar .blog-add-area {
  position: relative;
}
.blog-standard-area .blog-sidebar .blog-add-area img {
  width: 100%;
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 126, 255, 0.85);
  text-align: center;
  padding-top: 109px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar .blog-add-area .add-overlay {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-add-area .add-overlay {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-add-area .add-overlay {
    padding-top: 100px;
  }
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay .title {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  padding: 30px 50px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p {
    padding: 30px 0 35px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p {
    padding: 30px 0 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-sidebar .blog-add-area .add-overlay p {
    padding: 30px 50px 35px;
  }
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a {
  border-radius: 30px;
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a i {
  padding-left: 6px;
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a::before {
  display: none;
}
.blog-standard-area .blog-sidebar .blog-add-area .add-overlay a::after {
  display: none;
}
.blog-standard-area .blog-standard .blog-item .blog-thumb {
  position: relative;
}
.blog-standard-area .blog-standard .blog-item .blog-thumb img {
  width: 100%;
}
.blog-standard-area .blog-standard .blog-item .blog-thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background: #f86e03;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.blog-standard-area .blog-standard .blog-item .blog-content {
  padding: 35px 30px 40px;
  border: 1px solid #eef3f9;
  border-radius: .25rem;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-item .blog-content {
    padding: 35px 10px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-item .blog-content {
    padding: 35px 30px 40px;
  }
}
.blog-standard-area
  .blog-standard
  .blog-item
  .blog-content
  .item
  .blog-date
  ul
  li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
  margin-right: 26px;
}
@media (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-item
    .blog-content
    .item
    .blog-date
    ul
    li {
    margin-right: 20px;
    font-size: 13px;
  }
}
.blog-standard-area
  .blog-standard
  .blog-item
  .blog-content
  .item
  .blog-date
  ul
  li
  i {
  color: #0154f7;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-item
    .blog-content
    .item
    .blog-social {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-item
    .blog-content
    .item
    .blog-social {
    margin-top: 0px;
  }
}
.blog-standard-area
  .blog-standard
  .blog-item
  .blog-content
  .item
  .blog-social
  ul
  li {
  display: inline-block;
  vertical-align: middle;
}
.blog-standard-area
  .blog-standard
  .blog-item
  .blog-content
  .item
  .blog-social
  ul
  li
  span {
  font-weight: 500;
  color: #8a8a8a;
  text-transform: capitalize;
}
.blog-standard-area
  .blog-standard
  .blog-item
  .blog-content
  .item
  .blog-social
  ul
  li
  a {
  font-size: 14px;
  color: #8a8a8a;
  margin-left: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-standard-area
  .blog-standard
  .blog-item
  .blog-content
  .item
  .blog-social
  ul
  li
  a:hover {
  color: #0154f7;
}
.blog-standard-area .blog-standard .blog-item .blog-content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-standard .blog-item .blog-content .title {
    font-size: 23px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard-area .blog-standard .blog-item .blog-content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-item .blog-content .title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-item .blog-content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-standard-area .blog-standard .blog-item .blog-content .title a {
  color: #222;
}
.blog-standard-area .blog-standard .blog-item .blog-content p {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 18px;
}
.blog-standard-area .blog-standard .blog-quote {
  background: #fff;
  padding: 0 30px;
  border-left: 5px solid #0154f7;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-quote {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-quote {
    padding: 0 30px;
  }
}
.blog-standard-area .blog-standard .blog-quote p {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 28px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-standard .blog-quote p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard-area .blog-standard .blog-quote p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-quote p {
    font-size: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-quote p {
    font-size: 18px;
    padding-right: 0;
  }
}
.blog-standard-area .blog-standard .blog-quote span {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  padding-top: 10px;
}
.blog-standard-area .blog-standard .blog-sharing {
  background: #fff;
  padding: 38px 30px 0;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-sharing {
    padding: 38px 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-sharing {
    padding: 38px 30px 0;
  }
}
.blog-standard-area .blog-standard .blog-sharing .blog-tag ul li {
  display: inline-block;
}
.blog-standard-area .blog-standard .blog-sharing .blog-tag ul li span {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  padding-right: 6px;
}
.blog-standard-area .blog-standard .blog-sharing .blog-tag ul li a {
  font-size: 14px;
  color: #8a8a8a;
}
.blog-standard-area .blog-standard .blog-story {
  padding: 55px 30px 75px;
  background: #fff;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-story {
    padding: 55px 10px 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-story {
    padding: 55px 30px 75px;
  }
}
.blog-standard-area .blog-standard .blog-story .blog-story-1 {
  background: #0154f7;
  padding: 27px 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-standard .blog-story .blog-story-1 {
    padding: 27px 10px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-story .blog-story-1 {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-story .blog-story-1 {
    padding: 15px 30px;
  }
}
.blog-standard-area .blog-standard .blog-story .blog-story-1 .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-area .blog-standard .blog-story .blog-story-1 .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-story .blog-story-1 .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-story .blog-story-1 .title {
    font-size: 15px;
  }
}
.blog-standard-area .blog-standard .blog-story .blog-story-1.blog-story-2 {
  background: #e7f1fd;
}
.blog-standard-area
  .blog-standard
  .blog-story
  .blog-story-1.blog-story-2
  .title {
  color: #222;
}
.blog-standard-area .blog-standard .blog-comments {
  background: #fff;
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-comments {
    padding: 0 10px 30px;
  }
}
.blog-standard-area .blog-standard .blog-comments .blog-title {
  padding-bottom: 10px;
}
.blog-standard-area .blog-standard .blog-comments .blog-title .title {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  color: #222;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-comments .blog-title .title {
    font-size: 22px;
  }
}
.blog-standard-area .blog-standard .blog-comments .blog-title .title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 10px;
  background: #0154f7;
}
.blog-standard-area .blog-standard .blog-comments .blog-title .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 17px;
  height: 2px;
  width: 25px;
  background: #0154f7;
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item {
  padding-left: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item {
    padding-left: 130px;
  }
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item
  img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item
    img {
    width: 13%;
    top: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item
    img {
    width: 20%;
    top: 50%;
  }
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item
  .title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item
  .title
  span {
  color: #0154f7;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 500;
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item
  p {
  line-height: 26px;
  padding-right: 60px;
  padding-top: 13px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item
    p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item
    p {
    padding-right: 60px;
  }
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item
  > span {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item.item-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area
    .blog-standard
    .blog-comments
    .blog-comments-area
    .blog-comments-item.item-2 {
    margin-left: 60px;
  }
}
.blog-standard-area
  .blog-standard
  .blog-comments
  .blog-comments-area
  .blog-comments-item.item-2
  p {
  padding-right: 0;
}
.blog-standard-area .blog-standard .blog-massage {
  background: #fff;
  padding: 40px 30px 30px;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-massage {
    padding: 40px 10px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-massage {
    padding: 40px 30px 30px;
  }
}
.blog-standard-area .blog-standard .blog-massage .blog-title {
  padding-bottom: 10px;
}
.blog-standard-area .blog-standard .blog-massage .blog-title .title {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  color: #222;
}
@media (max-width: 767px) {
  .blog-standard-area .blog-standard .blog-massage .blog-title .title {
    font-size: 22px;
  }
}
.blog-standard-area .blog-standard .blog-massage .blog-title .title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 10px;
  background: #0154f7;
}
.blog-standard-area .blog-standard .blog-massage .blog-title .title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 17px;
  height: 2px;
  width: 25px;
  background: #0154f7;
}
.blog-standard-area .blog-standard .blog-massage .blog-form .input-box input {
  width: 100%;
  line-height: 70px;
  background: #fff;
  border: 2px solid #e9ebef;
  padding-left: 20px;
  font-size: 14px;
  color: #8a8a8a;
}
.blog-standard-area
  .blog-standard
  .blog-massage
  .blog-form
  .input-box
  input::placeholder {
  opacity: 1;
  color: #8a8a8a;
}
.blog-standard-area
  .blog-standard
  .blog-massage
  .blog-form
  .input-box
  textarea {
  width: 100%;
  height: 140px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
  font-size: 14px;
  background: #fff;
  color: #8a8a8a;
  resize: none;
  margin-bottom: 20px;
  padding-top: 15px;
}
.blog-standard-area
  .blog-standard
  .blog-massage
  .blog-form
  .input-box
  textarea::placeholder {
  opacity: 1;
}
.blog-standard-area.blog-details-area {
  padding-bottom: 130px;
}

/*===========================
    20.BLOG STANDARD css 
===========================*/
.shop-collection-area .shop-collection {
  height: 500px;
}
.shop-collection-area .shop-collection .shop-collection-content {
  margin-right: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-collection-area .shop-collection .shop-collection-content {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .shop-collection-area .shop-collection .shop-collection-content {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-collection-area .shop-collection .shop-collection-content {
    margin-right: 50px;
  }
}
.shop-collection-area .shop-collection .shop-collection-content .title {
  font-size: 45px;
  color: #222;
  font-weight: 700;
  line-height: 55px;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .shop-collection-area .shop-collection .shop-collection-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .input-box input {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .input-box input {
    margin-bottom: 0px;
  }
}
.shop-collection-area .shop-collection-input .shop-input .nice-select {
  width: 150px;
  padding: 0;
  height: 55px;
  line-height: 55px;
  border: 2px solid #eaedf4;
  border-radius: 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.shop-collection-area .shop-collection-input .shop-input .nice-select .list {
  margin-top: 0;
  width: 100%;
}

.shop-area {
  padding-bottom: 128px;
}
.shop-area .shop-sidebar .shop-category {
  padding: 32px;
  border: 2px solid #eaedf4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-area .shop-sidebar .shop-category {
    padding: 32px 15px;
  }
}
.shop-area .shop-sidebar .shop-category .shop-category-list ul li a {
  color: #8a8a8a;
  line-height: 35px;
}
.shop-area .shop-sidebar .shop-tag {
  padding: 32px;
  border: 2px solid #eaedf4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-area .shop-sidebar .shop-tag {
    padding: 32px 15px;
  }
}
.shop-area .shop-sidebar .shop-tag .shop-tag-list ul {
  margin-top: 10px;
}
.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li {
  display: inline-block;
}
.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a {
  background: #eef3f9;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 40px;
  padding: 0 17px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a {
    padding: 0 13px;
    font-size: 13px;
  }
}
.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li a:hover {
  background: #0154f7;
  color: #fff;
}
.shop-area .shop-sidebar .shop-tag .shop-tag-list ul li:last-child a {
  margin-left: 4px;
}
.shop-area .shop-sidebar .shop-range {
  padding: 32px;
  border: 2px solid #eaedf4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-area .shop-sidebar .shop-range {
    padding: 32px 15px;
  }
}
.shop-area .shop-sidebar .shop-range .shop-range-item p {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
  padding-top: 10px;
}
.shop-area .shop-sidebar .shop-range .shop-range-item p span {
  font-weight: 700;
  color: #666;
}
.shop-area .shop-sidebar .shop-title .title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  position: relative;
  margin-bottom: 31px;
}
.shop-area .shop-sidebar .shop-title .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 10px;
  background: #0154f7;
}
.shop-area .shop-sidebar .shop-title .title::after {
  position: absolute;
  content: "";
  left: 18px;
  bottom: -15px;
  height: 2px;
  width: 25px;
  background: #0154f7;
}
.shop-area .shop-item .shop-thumb {
  position: relative;
  overflow: hidden;
}
.shop-area .shop-item .shop-thumb img {
  width: 100%;
}
.shop-area .shop-item .shop-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -200px;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 84, 247, 0.6);
  opacity: 0;
  transition: all linear 0.3s;
}
.shop-area .shop-item .shop-thumb ul {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  transition: all linear 0.3s;
  opacity: 0;
}
.shop-area .shop-item .shop-thumb ul li {
  display: inline-block;
}
.shop-area .shop-item .shop-thumb ul li a {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #0154f7;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.shop-area .shop-item .shop-content a {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 23px;
}
.shop-area .shop-item .shop-content span {
  font-size: 14px;
  font-weight: 700;
  color: #3b7eff;
  padding-bottom: 13px;
}
.shop-area .shop-item:hover .shop-thumb::before {
  bottom: 0px;
  opacity: 1;
}
.shop-area .shop-item:hover .shop-thumb ul {
  top: 50%;
  opacity: 1;
}
.shop-area .pagination-area nav ul li a:hover,
.shop-area .pagination-area nav ul li a.active {
  background: #3b7eff;
  border-color: #3b7eff;
  box-shadow: none;
}

/*===========================
    21.PRODUCT DETAILS css 
===========================*/
.product-details-area .product-details-slide-item ul li img {
  width: 100%;
}
.product-details-area .product-item-slide {
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details-area .product-item-slide {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-area .product-item-slide {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-details-area .product-item-slide {
    margin-right: 0;
  }
}
.product-details-area .product-item-slide .item img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details-area .product-details-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-area .product-details-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-details-area .product-details-content {
    margin-left: 0;
  }
}
.product-details-area
  .product-details-content
  .product-details-content-item
  .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #222;
  padding-top: 17px;
  padding-bottom: 20px;
}
.product-details-area
  .product-details-content
  .product-details-content-item
  ul
  li {
  display: inline-block;
}
.product-details-area
  .product-details-content
  .product-details-content-item
  ul
  li
  i {
  color: #f86e03;
  margin-right: 6px;
}
.product-details-area
  .product-details-content
  .product-details-content-item
  span {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 25px;
}
.product-details-area .product-details-content .product-btns a {
  line-height: 40px;
  padding: 0 30px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .product-details-area .product-details-content .product-btns a {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-area .product-details-content .product-btns a {
    margin-left: 20px;
    margin-top: 0px;
  }
}
.product-details-area .product-details-content .product-icons-item-1 {
  padding-top: 40px;
}
.product-details-area .product-details-content .product-icons-item-1 ul li {
  display: inline-block;
}
.product-details-area .product-details-content .product-icons-item-1 ul li a {
  font-size: 20px;
  color: #8a8a8a;
}
.product-details-area
  .product-details-content
  .product-icons-item-1
  ul
  li:first-child
  a {
  padding: 0 15px;
  border-left: 1px dashed #0154f7;
  border-right: 1px dashed #0154f7;
  line-height: 20px;
  margin-right: 9px;
}
.product-details-area .product-details-content .product-social-icon {
  padding-top: 22px;
}
.product-details-area .product-details-content .product-social-icon ul li {
  display: inline-block;
}
.product-details-area .product-details-content .product-social-icon ul li a {
  color: #8a8a8a;
  margin-right: 8px;
}

.shop-tab-area .nav {
  border-bottom: 2px solid #ddd;
}
.shop-tab-area .nav .nav-item .nav-link {
  background-color: transparent;
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  padding: 0;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .shop-tab-area .nav .nav-item .nav-link {
    margin-right: 20px;
  }
}
.shop-tab-area .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 0px;
  width: 100%;
  background: #0154f7;
}
.shop-tab-area .nav .nav-item .nav-link.active {
  color: #0154f7;
}
.shop-tab-area .nav .nav-item .nav-link.active::before {
  height: 2px;
}
.shop-tab-area .tab-content .tab-pane p.text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shop-item-area {
  padding-top: 113px;
  padding-bottom: 112px;
}
.shop-item-area .section-title {
  padding-bottom: 25px;
}
.shop-item-area .shop-item .shop-thumb {
  position: relative;
  overflow: hidden;
}
.shop-item-area .shop-item .shop-thumb img {
  width: 100%;
}
.shop-item-area .shop-item .shop-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -200px;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 84, 247, 0.6);
  opacity: 0;
  transition: all linear 0.3s;
}
.shop-item-area .shop-item .shop-thumb ul {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  transition: all linear 0.3s;
  opacity: 0;
}
.shop-item-area .shop-item .shop-thumb ul li {
  display: inline-block;
}
.shop-item-area .shop-item .shop-thumb ul li a {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #0154f7;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.shop-item-area .shop-item .shop-content a {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 23px;
}
.shop-item-area .shop-item .shop-content span {
  font-size: 14px;
  font-weight: 700;
  color: #3b7eff;
  padding-bottom: 13px;
}
.shop-item-area .shop-item:hover .shop-thumb::before {
  bottom: 0px;
  opacity: 1;
}
.shop-item-area .shop-item:hover .shop-thumb ul {
  top: 50%;
  opacity: 1;
}

.product-quantity button {
  width: 43px;
  height: 33px;
  padding: 0;
  background-color: #fff;
  font-size: 18px;
  color: #838b97;
  border: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .product-quantity button {
    width: 40px;
    height: 40px;
  }
}
.product-quantity input {
  width: 43px;
  height: 33px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  text-align: center;
  margin: 0 0;
  color: #838b97;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .product-quantity input {
    height: 40px;
  }
}

/*===========================
    22.CONTACT css 
===========================*/
.contact-info-area .contact-info-border {
  border: 10px solid #f1f1f1;
  margin-bottom: 10px;
}
.contact-info-area .contact-info-border .contact-info-item {
  padding: 59px 0px 55px;
}
.contact-info-area .contact-info-border .contact-info-item i {
  font-size: 40px;
  color: #f86e03;
  padding-bottom: 6px;
}
.contact-info-area .contact-info-border .contact-info-item ul li {
  font-size: 18px;
  font-weight: 500;
  color: #8a8a8a;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-area .contact-info-border .contact-info-item ul li {
    font-size: 14px;
  }
}
.contact-info-area .contact-info-border .contact-info-item.active {
  position: relative;
}
.contact-info-area .contact-info-border .contact-info-item.active i {
  color: #0154f7;
}
.contact-info-area .contact-info-border .contact-info-item.active .item-1 {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-info-area .contact-info-border .contact-info-item.active .item-2 {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-info-area .contact-thumb {
  margin-right: -30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-area .contact-thumb {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-thumb {
    margin-right: 0;
  }
}
.contact-info-area .contact-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.contact-info-area .contact-thumb img, .contact-info-area .contact-thumb iframe {
  width: 100%;
  height: 550px;
}
.contact-info-area .contact-thumb .contact-text {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
.contact-info-area .contact-thumb .contact-text .title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  border-left: 5px solid #044ad0;
  padding: 10px 25px 10px 15px;
  background-color: rgba(1, 84, 247, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-area .contact-thumb .contact-text .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-thumb .contact-text .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-area .contact-massage-area {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-info-area .contact-massage-area {
    padding-left: 0;
  }
}
.contact-info-area .contact-massage-area .contact-massage-content .title {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  position: relative;
}
.contact-info-area
  .contact-massage-area
  .contact-massage-content
  .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -19px;
  width: 10px;
  height: 2px;
  background: #0154f7;
}
.contact-info-area
  .contact-massage-area
  .contact-massage-content
  .title::after {
  position: absolute;
  content: "";
  left: 18px;
  bottom: -19px;
  width: 25px;
  height: 2px;
  background: #0154f7;
}
.contact-info-area .contact-massage-area .contact-massage-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 42px;
  padding-bottom: 11px;
}
.contact-info-area .contact-massage-area form .input-box {
  position: relative;
}
.contact-info-area .contact-massage-area form .input-box input {
  width: 100%;
  line-height: 70px;
  padding-left: 20px;
  border: 2px solid #e9ebef;
  font-size: 14px;
  color: #8a8a8a;
}
.contact-info-area .contact-massage-area form .input-box textarea {
  width: 100%;
  height: 140px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 20px;
}
.contact-info-area .contact-massage-area form .input-box i {
  position: absolute;
  right: 20px;
  top: 57px;
  color: #0154f7;
  font-size: 14px;
}

.contact-map-area .contact-map {
  position: relative;
  height: 650px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-area .contact-map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-map-area .contact-map {
    height: 400px;
  }
}
.contact-map-area .contact-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.contact-map-area .contact-map i {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%);
  color: #fc5546;
  font-size: 100px;
}

span.method-pay img {
  opacity: 0.8;
  margin-right: 5px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 6px;
  max-width: 60px;
}

span.method-pay img:last-child {
  margin-right: 0px;
}

span.method-pay img:hover {
  opacity: 1;
}

.header-area .header-left-side a.phone {
  color: #fff;
}

.header-area .header-left-side a.phone:hover {
  text-decoration: underline;
}

.header-area .header-right-social a.user-cabinet:hover span {
  text-decoration: underline;
}

.similar-lots .section-title p, .new-lots .section-title p {
  padding-bottom: 0px;
}

.features-area .section-title p {
  padding-bottom: 0px;
}

.features-area .row .block-link {
	display: block;
  height: 90%;
}

.btn {
  font-size: 100%;
  font-weight: 400;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder, textarea::-webkit-input-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder, textarea::-webkit-input-placeholder              {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder, textarea:focus::-webkit-input-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder, textarea:focus::-webkit-input-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder, textarea:focus::-webkit-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.footer-area .footer-widget .footer-items-3 .News-item .News-content a:hover .title {
  text-decoration: underline;
}

.similar-lots .testimonial-item span.created, .new-lots .testimonial-item span.created {
  font-size: 12px;
}

.footer-area .footer-widget .footer-items-1 ul li a.vk:hover {
  background: #455c81;
  border-color: #455c81;
}
.footer-area .footer-widget .footer-items-1 ul li a.odnoklassniki:hover {
  background: #f0931d;
  border-color: #f0931d;
}
.footer-area .footer-widget .footer-items-1 ul li a.instagram:hover {
  background: #de3463;
  border-color: #de3463;
}
.footer-area .footer-widget .footer-items-1 ul li a.facebook:hover {
  background: #404f91;
  border-color: #404f91;
}
.footer-area .footer-widget .footer-items-1 ul li a.twitter:hover {
  background: #4aa2d7;
  border-color: #4aa2d7;
}

.user-cabinet.authorized i.fa-chevron-down {
  font-size: 10px;
  font-weight: 500;
  color: #d7dfef;
}

.user-cabinet.authorized:hover > i.fa-chevron-down {
  color: #fff;
}

.user-cabinet.authorized.dropdown-toggle::after {
  display: none !important;
}

@media (min-width: 992px) {
  .header-top .header-top-item .header-right-social .dropdown .dropdown-menu {
    right: 0px;
    left: auto !important;
    transform: translate3d(0px, 21px, 0px) !important;
    -webkit-transform: translate3d(0px, 21px, 0px) !important;
    -moz-transform: translate3d(0px, 21px, 0px) !important;
    -ms-transform: translate3d(0px, 21px, 0px) !important;
    -o-transform: translate3d(0px, 21px, 0px) !important;
}
}

.header-top .header-top-item .header-right-social .dropdown ul li a {
  color: #007bff !important;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-item .dropdown-link {
  min-width: 90%;
  width: auto;
}
.header-top .header-top-item .header-right-social .dropdown ul hr {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.header-top .header-top-item .header-right-social .dropdown ul li .badge, .header-top .header-top-item .header-right-social .dropdown ul li .badge {
  min-width: 17px;
  text-align: center;
}
.header-top .header-top-item .header-right-social .dropdown ul li .badge, 
.header-top .header-top-item .header-right-social .dropdown ul li #favorites-count,
.header-top .header-top-item .header-right-social .dropdown ul li #notifications-count {
  font-size: 12px;
  font-weight: unset !important;
  margin-top: 1px;
  display: inline-block;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-item {
  padding: .25rem 1rem;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu.show {
  min-width: 230px;
}
.header-top .header-top-item .header-right-social .dropdown i.fa-user {
  margin-right: 6px;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .link {
  font-size: 12px;
  margin-top: 2px;
  float: right;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .link:hover {
  text-decoration: underline;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .tarrif-name {
  width: 100%;
  display: block;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .tarrif-info {
  width: 100%;
  display: block;
  padding: 3px 5px;
  color: #666;
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #f5f5f5;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .dropdown-item:focus, 
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef7a;
}
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .dropdown-item.no-hover:focus, 
.header-top .header-top-item .header-right-social .dropdown .dropdown-menu .dropdown-item.no-hover:hover {
  background-color: unset !important;
  cursor: default;
}

.content-breadcrumbs {
  font-size: 14px;
  color: #000;
  margin-top: 120px;
}

.content-breadcrumbs ol.breadcrumb {
  margin-top: 10px;
}

.content-area {
  font-size: 14px;
  color: #000;
}

@media (max-width: 767px) {
  .content-area {
      margin-top: 0px;
  }
}

.content-area a:hover {
  text-decoration: underline;
}

.content-area .content-massage-area .content-massage-content .title, .content-area h1 {
  font-size: 28px;
  color: #222;
  font-weight: 600;
  position: relative;
}
.content-area
  .content-massage-area
  .content-massage-content
  .content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -19px;
  width: 10px;
  height: 2px;
  background: #0154f7;
}
.content-area
  .content-massage-area
  .content-massage-content
  .content::after {
  position: absolute;
  content: "";
  left: 18px;
  bottom: -19px;
  width: 25px;
  height: 2px;
  background: #0154f7;
}
.content-area .content-massage-area .content-massage-content p {
  padding-top: 15px;
}
.content-area .content-massage-area form .input-box {
  position: relative;
}
.content-area .content-massage-area form .input-box input {
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  border: 2px solid #e9ebef;
  color: #8a8a8a;
}
.content-area .content-massage-area form .input-box input:focus {
  border: 2px solid #9ebefc;
}
.content-area .content-massage-area form .input-box textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
  padding-top: 20px;
  color: #8a8a8a;
}
.content-area .content-massage-area form .input-box textarea:focus {
  border: 2px solid #9ebefc;
}
.content-area .content-massage-area form .input-box i {
  position: absolute;
  right: 20px;
  top: 21px;
  color: #0154f7;
}

.content-area .form-reg, .content-area .form-login {
  margin: 0 auto;
}

.breadcrumb {
  padding: .45rem .85rem;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
}
.breadcrumb:hover {
  opacity: 1.0;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #c7d3ea;
  content: "/";
}

.review .rating-area {
	overflow: hidden;
  width: 151px;
  margin: 0;
  padding: 0px;
}
.review .rating-area:not(:checked) > input {
	display: none;
}
.review .rating-area:not(:checked) > label {
	float: right;
	width: 30px;
	padding: 0;
	cursor: pointer;
	font-size: 30px;
	line-height: 30px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
  margin-bottom: 0px;
}
.review .rating-area:not(:checked) > label:before {
	content: '★';
}
.review .rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.review .rating-area:not(:checked) > label:hover,
.review .rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.review .rating-area > input:checked + label:hover,
.review .rating-area > input:checked + label:hover ~ label,
.review .rating-area > input:checked ~ label:hover,
.review .rating-area > input:checked ~ label:hover ~ label,
.review .rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.review .rate-area > label:active {
	position: relative;
}

.reviews-list .review {
  border: 2px solid #eef3f9;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.reviews-list .review:last-child {
  margin-bottom: 0px;
}
.reviews-list .review .testimonial-item img {
  display: inline-block;
  border-radius: 50%;
  float: left;
}
.reviews-list .review .testimonial-item .star {
  display: inline-block;
  float: left;
  margin-top: 0px;
}
.reviews-list .review .testimonial-item ul {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 25px;
  margin-left: -4px;
}
.reviews-list .review .testimonial-item .title {
  margin-bottom: 5px;
}
.reviews-list .review .testimonial-item .created {
  color: #8a8a8a;
}
.reviews-list .review .testimonial-item .text {
  margin-top: 5px;
  width: 100%;
}
.reviews-list .review .testimonial-item i.fa-quote-right {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  background: #f86e03;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .reviews-list .review .testimonial-item i.fa-quote-right {
    right: -20px;
  }
}

.content-area .form-pay .min-price {
  color: #aeb7ca;
}
.content-area .content-massage-area form.form-pay .input-box input {
  color: #333;
}
.content-area .content-massage-area p {
  color: #333;
}
.content-area .form-pay .payment-method [id^=radio-] {
  display: none;
}
.content-area .form-pay .payment-method [id^=radio-]+label{
  display:inline-block;
  max-width: 71px;
  margin-right: 8px;
  margin-bottom: 12px;
  vertical-align:middle;
  border:2px solid #eee;
  cursor:pointer;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  opacity:.8
}
.content-area .form-pay .payment-method [id^=radio-]:checked + label {
  border: 2px solid #0054f7;
  cursor: text;
  opacity: 1;
}

.content-area .form-pay .payment-systems .custom-select {
  font-size: 14px;
}

.content-area .news-details .blog-date ul li i {
  color: #0154f7;
  padding-right: 6px;
}
.content-area .news-details .blog-social ul li {
  display: inline-block;
  vertical-align: middle;
}

.form-tariff p {
  color: #333;
}
.form-tariff .tariff:hover {
  border: 1px solid #3b7eff9e;
}
.form-tariff .tariff.trial-period:hover {
  border: 1px solid #fdae7c;
}
.form-tariff .infoblock {
  border: 1px dashed rgb(0 123 255 / 29%);
  background: #8db5f70d;
}
.form-tariff .infoblock .card-text {
  font-weight: 500;
}
.form-tariff .infoblock2 {
  border: 1px dashed rgb(248 110 4 / 55%);
  background: #f86e040d;
}
.form-tariff .infoblock2 .card-text {
  font-weight: 500;
}
.form-tariff .infoblock2 .card-body, .form-tariff .infoblock .card-body {
  padding: 0.6rem 1rem;
}
.form-tariff .infoblock2 .card-body p, .form-tariff .infoblock .card-body p {
  color: #000;
  line-height: 23px;
}
.form-tariff .tariff h5 {
  color: #0054f7;
}
.form-tariff .tariff.trial-period h5 {
  color: #f86e04;
}
.form-tariff .tariff a.main-btn, .main-btn-sm {
  line-height: 34px;
  padding: 0 28px;
}
.form-tariff .tariff .price {
  font-weight: 600;
}

.nice-select {
  color: #333 !important;
}
.nice-select.open .list {
  width: 100% !important;
}

.form-tariff table .cena {
  color: #0c5460;
  background-color: #d1ecf1;
  padding: .75rem 1.25rem;
  border: 1px solid #c6e3e8;
  border-radius: .25rem;
}

@media (min-width: 1024px) {
  .form-tariff .day {
    max-width: 228px;
  }
}
.form-tariff table i.fa-check {
  font-weight: 600;
  color: #20b342;
}
.form-tariff table i.fa-ban {
  font-weight: 600;
  color: #dc3545;
}
.form-tariff form {
  margin-top: 15px;
  color: #fff;
}
.form-tariff form div.form {
  background: #6396ff;
  border-radius: 5px;
  padding: 15px 62px;
  text-align: left;
  border: 1px solid #3471e5;
}
.form-tariff form button {
  margin-top: 15px;
  width: 100%;
}
.form-tariff form .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #f86e04;
  background-color: #f86e04;
}
.form-tariff form div.form .custom-control-label {
  width: 100%;
}
.content-area span.this-tariff {
  border: 1px dashed #3b7eff8c;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.content-area span.this-tariff > span {
  color: #0054f7;
  font-weight: 700;
}

table.favorite .btn-sm {
  padding: .22rem .3rem;
  font-size: .8rem;
  line-height: 1;
  border-radius: 5px;
}

.table-responsive {
  text-align: center;
  display: inline-block;
  overflow-x: visible;
  color: #333;
  border-radius: 5px;
}

.table-responsive table {
  border: 1px solid #eee;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 5px;
}

.table-responsive table tr {
  border: 1px solid #eee;
  padding: 5px;
}

.table-responsive table th, .table-responsive table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #eee;
}

.table-responsive table th {
  color: #fff;
  background-color: #ff8526;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 540px) {
  .table-responsive table {
    border: 0;
  }
  .table-responsive table thead {
    display: none;
  }
  .table-responsive table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #eee;
  }
  .table-responsive table td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #eee;
    border-right: 1px solid transparent;
  }
  .table-responsive table td:last-child {
    border-bottom: 0;
  }
  .table-responsive table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.selectpicker {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333 !important;
}

.custom-control-label::before, .custom-control-label::after {
  top: .13rem;
}

.content-area .monitoring .item:first-child, .content-area .agent-services:first-child {
  margin-top: 10px;
}

.content-area .monitoring .item, .content-area .agent-services .item {
  margin-bottom: 25px;
}

.content-area .monitoring .item:last-child, .content-area .agent-services:last-child {
  margin-bottom: 0px;
}

.content-area .monitoring .item .btn:hover, .content-area .agent-services .item .btn:hover {
  text-decoration: none;
}

.content-area .monitoring .item a.close, .content-area .agent-services .item a.close {
  color: #e80016;
}

.content-area .monitoring .item a.edit, .content-area .agent-services .item a.edit {
  color: #0154f7;
  margin-right: 5px;
}

.content-area .monitoring .item .status.badge, .content-area .agent-services .item .status.badge {
  font-size: 100%;
}

@media (min-width: 768px) {
  .about-area form.search-lot .main-btn.main-btn-sm, form.search-lot .main-btn.main-btn-sm {
    margin-top: 30px;
  }
  .about-area form.search-lot .check-photo, form.search-lot .check-photo {
    margin-top: 37px;
  }
}

.about-area form.search-lot .podadv, form.search-lot .podadv {
  font-size: 14px;
  color: #666;
  width: 100%;
  margin: 0px 15px;
  padding: 1px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #eee;
  cursor: pointer;
  margin-bottom: 8px;
}
.about-area form.search-lot .podadv:hover, form.search-lot .podadv:hover {
  color: #333;
  border: 1px solid #dedddd;
  background: #eee;
}
.about-area form.search-lot .podadv i, form.search-lot .podadv i {
  float: right;
  margin-top: 3px;
}

.about-area form.search-lot .advanced, form.search-lot .advanced {
  font-size: 14px;
  color: #80858a;
}
.about-area form.search-lot .advanced:hover, form.search-lot .advanced:hover {
  font-size: 14px;
  color: #0054f7;
  cursor: pointer;
}

.about-area form.search-lot label, form.search-lot label {
  font-size: 14px;
  color: #8a8a8a;
}

.search-lot input.form-control::placeholder{
  color: #999;
}

.about-area.search-box {
  background: #eef3f9;
  position: relative;
  margin-top: -20px;
}

.search-box::before {
  background-image: url(../images/services-map-2.png);
  opacity: 0.05;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.lots-list .lots .item .created, .lot-preview .created {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  float: right;
  color: #999;
  white-space: nowrap;
}
.lots-list .lots .item .status .badge {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.lot-preview .badge.status {
  font-size: 13px;
  font-weight: 500;
  width: auto;
  padding: 5.5px 8px;
  vertical-align: middle;
}
.lots-list .lots .item .source .btn-light {
  width: 100%;
  text-decoration: none;
}
.lots-list .lots .item .price-blog {
  padding: 0px 5px 7px 42px;
  border: 1px solid #eeeeeed9;
  border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 6px;
  width: 100%;
}
.lots-list .lots .item .price, .lot-preview .price {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 700 !important;
  width: 100%;
  -webkit-appearance: none;
}
.lots-list .lots .item .price i.fa-arrow-trend-up, .lot-preview .price i.fa-arrow-trend-up {
  color: #4caf50;
  cursor: pointer;
}
.lots-list .lots .item .price i.fa-arrow-trend-down, .lot-preview .price i.fa-arrow-trend-down, .similar-lots .starting-price i.fa-arrow-trend-down, .new-lots .starting-price i.fa-arrow-trend-down {
  color: #e91e63;
  cursor: pointer;
}

.lots-list .lots .item .price i.fa-arrow-trend-up:hover, .lot-preview .price i.fa-arrow-trend-up:hover, .similar-lots .starting-price i.fa-arrow-trend-up:hover, .new-lots .starting-price i.fa-arrow-trend-up:hover
.lots-list .lots .item .price i.fa-arrow-trend-down:hover, .lot-preview .price i.fa-arrow-trend-down:hover, .similar-lots .starting-price i.fa-arrow-trend-down:hover, .new-lots .starting-price i.fa-arrow-trend-down:hover  {
  opacity: 0.8;
}

.lots-list .lots .item .type .btn-outline-secondary {
  color: #7b8394;
  border-color: #9099ab;
  padding: .175rem .50rem;
  width: 100%;
  font-size: 100%;
}
.lots-list .lots .item .type .btn-outline-secondary:hover {
  color: #7b8394;
  border-color: #9099ab;
  background-color: unset;
  cursor: default;
}
.lots-list .lots .item .num-lot {
  color: #333;
}
.lots-list .lots .item .pred-info, .lot-preview .pred-info {
  min-height: 1px;
  padding: 6px 1.25rem;
  background: -webkit-linear-gradient(180deg, rgb(243 243 243 / 60%) 68%, rgb(255, 255, 255));
  background: -moz-linear-gradient(180deg, rgb(243 243 243 / 60%) 68%, rgb(255, 255, 255));
  background: linear-gradient(180deg, rgb(243 243 243 / 60%) 68%, rgb(255, 255, 255));
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
  color: #333;
  font-size: 14px;
}
.lots-list .lots .item .pred-info span.delenie, .lot-preview .pred-info span.delenie {
  color: #ccc;
}
.lots-list .lots .item .pred-info a:hover, .lot-preview .pred-info a:hover {
  text-decoration: underline;
}
.lots-list .lots .item h5 a:hover, .lot-preview h5 a:hover {
  text-decoration: underline;
}
.lots-list .lots .item .card-title {
  margin-bottom: .45rem;
}

.lots-list .lots .item p.desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
}

.lots-list .lots .item p.bidding {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  margin-top: 8px;
}
.lot-preview div.bidding {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 17px;
}
.lot-preview div.bidding .card {
  border: 1px solid #eee;
}
.lot-preview div.bidding .card .card-body {
  padding: 9px 10px 5px 10px;
  background: #eeeeee78;
}
.lot-preview div.bidding p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}

.lot-preview div.source .title-block {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lot-preview div.source-button {
  max-width: 140px;
}

@media (min-width: 768px) {
  .lots-list .lots .item .right-block {
    border-left: 1px solid #eee;
  }
  .lot-preview .brd-bottom {
    border-bottom: 1px solid #eeeeeeba;
    padding-bottom: 18px;
  }
}
.lots-list .lots .item .btn-favorite, .lot-preview .btn-favorite, .lots-list .lots .item .btn-favorite, 
.lot-preview .btn-favorite_disabled, .lots-list .lots .item .btn-favorite_disabled, .lot-preview .btn-favorite_disabled {
  padding: 5px 12px 5px 11px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
}
.lots-list .lots .item .btn-favorite:hover, .lots-list .lots .item .btn-favorite.active, .lot-preview .btn-favorite:hover, .lot-preview .btn-favorite.active, 
.lots-list .lots .item .btn-favorite_disabled:hover, .lots-list .lots .item .btn-favorite_disabled.active, .lot-preview .btn-favorite_disabled:hover, .lot-preview .btn-favorite_disabled.active {
  color: #e85e6c;
  border: 1px solid #e85e6c;
}

.lots-list .lots .item .btn-favorite.active:hover, .lot-preview .btn-favorite.active:hover, 
.lots-list .lots .item .btn-favorite_disabled.active:hover, .lot-preview .btn-favorite_disabled.active:hover {
  background: #e85e6c;
  color: #fff;
}

.lots-list .lots .item .btn-share, .lot-preview .buttons-lot .btn-share {
  padding: 5px 12px 5px 11px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
  -webkit-appearance: none;
}
.lots-list .lots .item .btn-share:hover, .lots-list .lots .item .btn-share.active, .lot-preview .buttons-lot .btn-share:hover, .lot-preview .buttons-lot .btn-share.active {
  color: #ff9800;
  border: 1px solid #ff9800;
}
.lots-list .lots .item .btn-bell, .lot-preview .btn-bell, 
.lots-list .lots .item .btn-bell_disabled, .lot-preview .btn-bell_disabled {
  padding: 5px 12px 5px 11px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
}
.lots-list .lots .item .btn-bell:hover, .lots-list .lots .item .btn-bell.active, .lot-preview .btn-bell:hover, .lot-preview .btn-bell.active, 
.lots-list .lots .item .btn-bell_disabled:hover, .lots-list .lots .item .btn-bell_disabled.active, .lot-preview .btn-bell_disabled:hover, .lot-preview .btn-bell_disabled.active {
  color: #03a9f4;
  border: 1px solid #03a9f4;
}
.lots-list .lots .item .btn-bell.active:hover, .lot-preview .btn-bell.active:hover, 
.lots-list .lots .item .btn-bell_disabled.active:hover, .lot-preview .btn-bell_disabled.active:hover {
  background: #03a9f4;
  color: #fff;
}

.lots-list .lots .item .btn-buy, .lot-preview .buttons-lot .btn-buy {
  padding: 5px 12px 5px 11px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
}
.lots-list .lots .item .btn-buy:hover, .lots-list .lots .item .btn-buy.active, .lot-preview .btn-buy:hover, .lot-preview .btn-buy.active {
  color: #3f51b5;
  border: 1px solid #3f51b5;
}
.lots-list .lots .item .btn-buy.active:hover, .lot-preview .btn-buy.active:hover, 
.lots-list .lots .item .btn-buy_disabled.active:hover, .lot-preview .btn-buy_disabled.active:hover {
  background: #3f51b5;
  color: #fff;
}

.lots-list .lots .item .share.dropdown-menu.show, .lot-preview .share.dropdown-menu.show {
  min-width: 42px;
  max-width: 42px;
  padding: 0px 10px 5px 10px;
  border: 1px solid #eee;
}

.lots-list .lots .item .notes, .lot-preview .btn-notes {
  padding: 5px 12px 5px 11px;
  margin-left: 10px;
  text-align: center;
  color: #f86e03;
  border: 1px solid #f86e03;
}
.lots-list .lots .item .notes:hover, .lot-preview .btn-notes:hover {
  text-decoration: none;
  color: #fff;
  background: #f86e03;
  border: 1px solid #f86e03;
}
.lots-list .lots .item .buy, .lot-preview .btn-buy {
  padding: 5px 12px 5px 11px;
  text-align: center;
  color: #3b7eff;
  border: 1px solid #3b7eff;
}

.lots-list .lots .item .image-lot, .lot-preview .image-lot {
  text-align: center;
  position: relative;
  border-radius: 4px;
  border: 1px solid #eeeeeeab;
}
.lots-list .lots .item .image-lot a, .lot-preview .image-lot a, .similar-lots .image-lot a, .new-lots .image-lot a {
  cursor: zoom-in;
  position: relative;
}
.lots-list .lots .item .image-lot .sum, .lot-preview .image-lot .sum {
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 13px;
  padding: 4px 10px;
  opacity: 0.9;
  background: #ffc107;
  color: #333;
  border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  -ms-border-radius: 5px 0px 0px 0px;
  -o-border-radius: 5px 0px 0px 0px;
}
.lots-list .lots .item .image-lot .sum:hover, .lot-preview .image-lot .sum:hover {
  opacity: 1.0;
}
@media (max-width: 768px) {
  .lots-list .lots .item .right-block {
    margin-top: 20px
  }
  .content-breadcrumbs {
      margin-top: 95px !important;
  }
}
@media (max-width: 991px) {
  .content-breadcrumbs {
      margin-top: 95px !important;
  }
  .about-area.search-box {
    padding: 22px 0px;
  }
  .about-area.search-box div.search{
    margin-bottom: 0px !important;
  }
}
.font-size-32, .font-size-32 span {
  font-size: 32px !important;
}
.lot-preview .btn-outline-secondary {
  color: #7b8394;
  border-color: #9099ab;
  background: #fff;
  padding: 1px 8px;
  width: auto;
  font-size: 13px;
}
.lot-preview span.type {
  margin-right: 3px;
}
.lot-preview .btn-outline-secondary:hover {
  color: #7b8394;
  border-color: #9099ab;
  background: #fff;
  cursor: default;
}
.lot-preview .info-lot p {
  min-height: 52px;
  color: #333;
  text-align: left;
}
.lot-preview .info-lot p span.title, .lot-preview .source .title-left span, .lots-list .lots .item p span.title {
  color: #6c757d;
  text-align: left;
  font-size: 13px;
  width: 100%;
  font-weight: 400;
}
.lot-preview .source {
  width: 100%;
  background: #eef3f9;
  padding: 9px 10px 5px 10px;
  border-radius: 5px;
}
.lot-preview .source .source-right {
  float: right;
}
.lot-preview .source .source-right a:hover {
  text-decoration: none;
}
.lot-preview .note {
  width: 100%;
  padding: 1.25rem;
  border-radius: 5px;
  border: 1px solid #eef3f9;
}
.lot-preview .note.active {
  border: 1px solid #eef3f9;
  background: #eef3f9;
}
.lot-preview .note .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.lot-preview .note form textarea {
  font-size: 14px;
  color: #000;
}
.lot-preview .note form button {
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.lot-preview .note form button.delete, .lot-preview .note form a.delete {
  background-color: unset;
  border-color: #f44336;
  color: #f44336;
  font-weight: 400;
}
.lot-preview .note form button.delete:hover, .lot-preview .note form a.delete:hover {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.lot-preview .agent-buy-lot .card {
  border: 1px dashed #ffc10769;
  background: #ffc1072e;
}

@media (min-width: 992px) {
  .lot-preview .agent-buy-lot .card {
    background: #ffc1072e url(../images/gavel_2.png) 98% 100% no-repeat;
  }
  .lots-list .lots .item .buttons-lot {
    text-align: right;
  }
  .lots-list .lots .item .buttons-lot .btn, .lot-preview .buttons-lot .btn {
    margin-bottom: 6px;
    min-width: 43px;
  }
}

.lot-preview .agent-buy-lot .card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.lot-preview .agent-buy-lot .card .price {
  font-size: 18px;
  color: #333;
}
.lot-preview .agent-buy-lot .card .price > span {
  font-weight: 700;
  color: #007bff;
}
.lot-preview .agent-buy-lot p {
  color: #333;
}

.lot-preview .documents-lot .card h3 , .lot-preview .info-arbitraj-lot .card h3, .lot-preview .info-organiz-lot .card h3, .lot-preview .info-doljnic-lot .card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.lot-preview .documents-lot .card h3 i, .lot-preview .info-arbitraj-lot .card h3 i, .lot-preview .info-organiz-lot .card h3 i, .lot-preview .info-doljnic-lot .card h3 i {
  vertical-align: top;
  float: right;
}
.lot-preview .documents-lot .card p, .lot-preview .info-arbitraj-lot .card p, .lot-preview .info-organiz-lot .card p, .lot-preview .info-doljnic-lot .card p {
  color: #333;
}
.lot-preview .documents-lot .card p > span, .lot-preview .info-arbitraj-lot .card p > span, .lot-preview .info-organiz-lot .card p > span, .lot-preview .info-doljnic-lot .card p > span {
  color: #6f6e6e;
}

.lot-preview .documents-lot .card .columns {
  overflow: auto;
}
.lot-preview .documents-lot .card .columns__container {
    column-count:1;
} 
@media (min-width: 768px) {
  .lot-preview .documents-lot .card .columns__container {
    column-count: 3;
  }
}
.lot-preview .documents-lot .card .columns__item {
  page-break-inside: avoid;
  display: inline-block;
  margin-bottom: 8px;
}
.lot-preview .documents-lot .card .columns__item:last-child {
  margin-bottom: 0;
}
.lot-preview .documents-lot .card .item {
  display: flex;
  justify-content: left;
  align-items: center;
}

.agent-services .form-agent-services .alert-warning {
  color: #000000;
  background-color: #eff4ff;
  border-color: #d6dcea;
}

.modal#exampleModalNotes .alert-notes {
  color: #000000;
  background-color: #e2e3e585;
  border-color: #d6d8db80;
}

.modal#exampleModalNotes .alert-notes .created {
  font-size: 13px;
  width: 100%;
  color: #8a8a8a;
}
.modal#exampleModalNotes .alert-notes .created i {
  color: #8a8a8a;
  padding-right: 3px;
}

.blur-text {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.blur-text div.openinfo {
  margin: auto auto;
}
.blur-text div.openinfo a.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #365899;
  margin-bottom: 15px;
}

/* Стили для вывода базового оформления */
div.required label:after {
  content: " *";
  color: red;
}

div.social-auth {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px 8px;
  display: inline-block;
  float: right;
  color: #666;
}

div.social-auth #w0 {
  display: inline-block;
  vertical-align: middle;
}

div.social-auth-reg {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px 8px;
  display: inline-block;
  color: #666;
  margin-top: 5px;
}

div.social-auth-reg #w0 {
  display: inline-block;
  vertical-align: middle;
}

div.social-auth-profile {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px 8px;
  display: inline-block;
  color: #666;
  margin-top: 5px;
  margin-bottom: 20px
}

div.social-auth-setting {
  width: 100%;
  padding: 5px 0px;
  display: inline-block;
  color: #666;
}

div.social-auth-setting #w0 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

div.social-auth-setting #w0 .block-left {
  width: 50%;
  float: left;
  font-weight: 700;
  color: #333;
}

div.social-auth-setting #w0 .block-right {
  background: #e5f3e6;
  border: 1px solid #dae6db;
  padding: 7px 10px 10px 10px;
  margin: -10px;
  border-radius: 6px;
  color: #678468;
  width: 50%;
  float: right;
  font-weight: 700;
  color: #333;
}

div.social-auth-setting #w0 .auth-clients {
  margin-top: 4px;
}

.auth-clients {
  overflow: visible !important;
}

li.user_hello, p.user_hello {
  padding: 0.2rem 1rem .65rem 1rem;
  border-bottom: 1px solid #eee;
  line-height: 18px;
  margin-bottom: 5px;
  color: #666 !important;
  font-size: 14px;
  cursor: default !important;
}

div.last_update {
  padding: 7px 0px;
  color: #848484;
}

#upload-demo {
  width: 250px;
  height: 250px;
  padding-bottom:25px;
}
figure figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}

#profile-user label{
display: block;
cursor: pointer;
}

#profile-user input#profile-photo{
position: relative;
height: 100%;
width: auto;
opacity: 0;
-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
  display: none;
}

.btn-change {
  padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    color: #fff;
    background-color: #3b7eff;
    border-color: #0054f7;
    position: absolute;
    bottom: 7px;
    right: 5px;
}

.btn-change:hover {
  color: #fff;
  background-color: #0054f7;
  border-color: #0054f7;
  text-decoration: none !important;
}

div.cabinet-change-password {
  padding: 5px 8px;
  display: inline-block;
  float: right;
  color: #666;
}

.form-group.view-photo {
  position: relative;
}

.form-group.view-photo img.user-photo {
  width: 200px;
  border-radius: 4px;
}

.form-group.view-photo .delete-photo {
  position: absolute;
  right: 0px;
  bottom: -18px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  background: #e03f3f;
}

.social-auth-off {
  background: #e8504a;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  font-weight: 300;
  margin-top: 5px;
  display: none;
}

.auth-icon.off {
  cursor: pointer;
}

.submit-pincod {
  margin-left: -25px;
}

.btn-pincod {
  color: #fff;
  background-color: #869ca6;
  border-color: #869ca6;
}

.btn-pincod:hover {
  color: #fff;
  background-color: #5e747d;
  border-color: #5e747d;
}

.pincod-success-message {
  background: #eee;
  border: 1px solid #e4e2e2;
  border-radius: 4px;
  padding: 9px 7px;
  font-size: 13px;
  min-height: 35px;
  line-height: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.pincod-error-message {
  background: #fcc2c2;
  border: 1px solid #ecb1b1;
  color: #000;
  border-radius: 4px;
  padding: 9px 7px;
  font-size: 13px;
  min-height: 35px;
  line-height: 14px;
  display: block;
  white-space: normal;
  overflow: visible;
}

.resend-pincod {
  margin-top: 4px;
  float: right;
  display: none;
  font-size: 13px;
}

.resend-pincod.success {
  color: #409a43;
}

.resend-pincod .btn-pincod-resend {
  background-color: #869ca6;
  border-color: #869ca6;
  padding: 3px 6px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.resend-pincod .btn-pincod-resend:hover {
  background-color: #5e747d;
  border-color: #5e747d;
}

.resend-pincod #p1 {
  display: inline-block;
}

span.codefromphone-desc {
  white-space: normal;
  overflow: visible;
  color: #000;
  width: 100%;
  display: block;
}

span.codefromphone-desc hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #e4e2e2;
}

#form-setting .form-group .submit-pincod a, #form-setting .form-group .resend-pincod a {
  opacity: 0.5;
}

#form-setting .form-group .submit-pincod a.disabled, #form-setting .form-group .resend-pincod a.disabled {
  background: #ccc;
  border: 1px solid #b9b7b7;
  color: #5a5656;
}

.filter-search {
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
  padding: 12px 12px 0px 12px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #f7f4f4;
}

.filter-search form {
  width: 100%;
}

.filter-search .row-flex .form-group {
  margin-bottom: 0px;
}

.filter-search .row-flex .form-group .help-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #737373;
}

.filter-search .row .btn.send, .filter-search .row .btn.reset {
  margin-bottom: 12px;
}

.filter-search .row .btn.send {
  margin-right: 2px;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-group-block {
  display: inline-block;
  width: 100%;
}

div.list-view {
  margin-top: 10px;
}

.card.support-item {
  margin-bottom: 15px;
  border: 1px solid rgb(0 0 0 / 0.09);
  border-radius: 4px;
}

.card.support-item:hover {
  border: 1px solid #dadada;
}

.form-group.support-old-files {
  margin-top: -22px;
  border-top: 1px solid #bce8f1;
}

.card.support-old-files {
  border-top: none;
  border-radius: 0px 0px 4px 4px;
}

.support-view .h5, .support-view h5 {
  font-size: 2rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.support-view div.updated_at {
  color: #333;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 10px;
}

.support-view .change-status .dropdown-toggle::after {
  margin-left: 0;
}

.support-view div.updated_at:last-child {
  margin-right: 0px;
}

.support-view .card-text.files {
  display: inline-block;
  background: #f7f7f7;
  padding: 7px 12px;
  border-radius: 4px;
  margin-top: 5px;
  min-width: 260px;
}

.support-view .card-text.files strong {
  margin-bottom: 3px;
  display: inline-block;
}

.support-view .list-files {
  margin-bottom: 3px;
  display: block;
}

.support-view .list-files:last-child {
  margin-bottom: 0px;
}

.support-view .filesize {
  color: #ffffff;
  background-color: #337abe;
  font-weight: 400;
  margin-left: 3px;
  font-size: 11px;
  opacity: 0.7;
  font-size: 1rem !important;
  padding-top: 4px;
  margin-left: 6px;
  margin-top: 1px;
  float: right;
}

.support-view .download:hover + .filesize {
  opacity: 1;
}

.support-index .list-view .last_support {
  border: 1px solid #b8daff;
  -webkit-box-shadow: 2px 2px 2px 0px rgb(34 60 80 / 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.1);
}

.support-index .list-view .card .card-body {
  padding: 1.55rem 1.25rem;
  overflow: hidden;
}

.support-index .list-view .card .theme {
  font-weight: 400;
}

.support-index .list-view .card .theme a {
  text-decoration: underline;
}

.support-index .list-view .card .theme a:hover {
  text-decoration: none;
}

.badge-new-message {
  color: #0e72ca;
  background-color: #deeeff;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@-webkit-keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}

.badge-new-message i {
  font-style: normal;
  display: inline-block;
  margin-left: 3px;
}

.badge-light-blue {
  color: #007bff9e;
  background-color: #fff;
  border: 1px solid #007bff9e;
}

.badge-none {
  background-color: unset;
  color: #333;
  white-space: normal;
  font-size: inherit;
}

.support-index .badge, .support-view .badge {
  font-weight: 400;
}

.support-index .badge img.middle, .support-view img.middle {
  margin-top: -2px;
}

.support-index .badge img.middle:last-child, .support-view img.middle:last-child {
  margin-left: 4px;
}

.support-index .category {
  font-size: 13px;
  margin-top: 4px;
  color: #666;
}

.support-view .change-status div.status-title {
  float: left;
  margin-right: 5px;
}

.support-view .badge, .support-index .badge {
  font-size: 100% !important;
}

.support-view .change-status a {
  cursor: pointer;
}

.support-view .change-status .title {
  width: 100%;
  display: inline-block;
  padding: .25rem 1.5rem;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 15px;
}

.support-view .change-status .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.support-view .change-status .dropdown-toggle::after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: .15em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.support-form  .form-group.field-support-text {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.support-form #text-calc, #form-message #text-calc, #form-comment #text-calc {
  font-size: 0.8rem;
  display: inline-block;
  padding: 2px 7px;
  background: #337ab7;
  color: #fff;
  opacity: 0.8;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
#form-message #text-calc, #form-comment #text-calc {
  background: #d0e1ee;
  color: #000;
}

.support-form #text-calc.limit {
  background: #bb625e;
  opacity: 1;
}

#form-message #text-calc.limit, #form-comment #text-calc.limit {
  background: #ec6c66;
  color: #fff;
  opacity: 1;
}

.support-form .form-group.field-support-text textarea.limit, #form-comment .form-group.field-newscomments-comment textarea.limit {
  border-color:#bb625e;
}

.support-form #text-calc:empty, #form-message #text-calc:empty, #form-comment #text-calc:empty {
  display: none;
}

.support-view .messages #list-messages {
  width: 100%;
}

.support-view .messages .title {
  margin: 30px 0px 0px 0px;
  position: relative;
}

.support-view .messages .title div.refresh {
  position: absolute;
  right: 2px;
  top: -2px;
  border: 1px solid #33333321;
  border-radius: 50%;
  padding: 5px 6px;
}

.support-view .messages .title div.refresh:hover {
  border: 1px solid #337ab7;
}

.support-view .messages .title div.refresh button:hover {
  transform: rotate(360deg);
  transition: transform 1s;
}

.support-view .messages .title hr {
  margin: 15px 0px 0px 0px;
}

.support-view .messages #num span {
  font-size: 1.8rem;
}

.support-view .messages .list {
  margin: 15px 0px 20px 0px;
}

.support-view .messages .list a.visible-messages {
  margin-bottom: 15px;
  background: #eee;
  color: #333;
}

.support-view .messages .list a.visible-messages:hover {
  opacity: 0.8;
}

.support-view .messages .list a.visible-messages:focus {
  border: none;
  outline: none;
}

.support-view .messages .add {
  background: #e5eef6;
  border: 1px solid #dae3ea;
  padding: 10px 15px;
  margin: 0px;
  border-radius: 4px;
}

.support-view .messages .list .message {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: 15px;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.support-view .messages .list .message:last-child {
  margin-bottom: 0px;
}

.support-view .messages .list .message .body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.support-view .messages .list .message.support {
  border: 1px solid #c2d6ba;
  background: #dff0d8;
}

.support-view .messages .list .message.user {
  border: 1px solid #c1d7e9;
  background: #fff;
}

.support-view .messages .list .message .body .num {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  width: 0;
  height: 0;
  border: 1.3rem solid;
  border-color: #c1d7e9 transparent transparent #c1d7e9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.support-view .messages .list .message.support .body .num {
  border-color: #8c9c86 transparent transparent #8c9c86;
}

.support-view .messages .list .message .body .num:hover {
  opacity: 1;
}

.support-view .messages .list .message .body .num span {
  color: #666;
  position: absolute;
  margin-top: -19px;
  margin-left: -16px;
}

.support-view .messages .list .message .body .num span a {
  text-decoration: none;
  color: unset
}

.support-view .messages .list .message.support .body .num span {
  color: #fff;
}

.support-view .messages .list .message .body div.left {
  width: 118px;
  height: auto;
  border-right: 1px solid #dae7f2;
}

.support-view .messages .list .message .body div.left .photo {
  width: 100%;
  text-align: center;
  float: left;
  display: inline-block;
}

.support-view .messages .list .message .body div.left .name {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  border-radius: 4px;
  color: #8eb1ce;
  background: #fff;
  border: 1px solid #c1d7e9;
}

.support-view .messages .list .message.support .body div.left .name {
  color: #fff;
  background: #8c9c86;
  border: 1px solid #8c9c86;
}

.support-view .messages .list .message .body div.left .viewed {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.support-view .messages .list .message.support .body div.right {
  border-left: 1px solid #c2d6ba;
}

.support-view .messages .list .message .body div.right {
  
}

.support-view .messages .list .message .body div.right .created {
  width: 100%;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 10px;
}

.support-view .messages .list .message .body div.right .text {
  width: 100%;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}

.support-view .messages .list .message .body div.right .files {
  width: auto;
  color: #000;
  display: inline-block;
}

.support-view .messages .list .message .body div.left .img-photo {
  max-width: 80px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 1px;
}

.support-view .messages .list .message.support .body div.left .img-photo {
  border: 1px solid #c2d6ba;
}

.support-view .messages .alert-messages {
  padding: 7px 15px;
  margin-bottom: 20px;
}

.button-none {
  border: none;
  outline: none;
  background: none;
  width: auto;
  height: auto;
  border-width: 0;
  padding: 0;
  margin: 0;
}

@media(max-width:767px) {
  .support-index .item .id, .support-index .item .date, .support-index .item .status {
      width: 33%;
      float: left;
      margin-bottom: 10px;
  }
  .support-index .item .theme {
      width: 100%;
      float: left;
      margin-bottom: 10px;
      border-top: 1px solid #eee;
      padding-top: 10px;
  }
  .support-index .item .last_reply {
      width: 100%;
      float: left;
      text-align: left;
  }
}

.change-status .dropdown-menu.show {
  display: block;
  min-width: 184px;
}

.priority {
  color: #999;
}

.priority .color1 {
  color: #999;
}

.priority .color2 {
  color: #017bff;
}

.priority .color3 {
  color: #dc3545;
}

.priority-left {
  text-align: left;
  display: inline-block;
  float: left;
  padding: 5px 0px;
}

.cursor-off {
  cursor: unset !important;
}

.news-index .news-item img.icon-comments {
  opacity: 0.66;
}

.news-view .add-comment {
  background: #e5eef6;
  border: 1px solid #dae3ea;
  padding: 10px 15px;
  margin: 0px;
  border-radius: 4px;
}

.news-view .datetime img, .news-index .datetime img {
  display: inline-block;
  margin-top: -3px;
  opacity: 0.8;
}

.news-view .datetime, .news-index .datetime {
  color: #666;
}

#list-comments {
  width: 100%;
}

.news-view #list-comments .title {
  margin: 30px 0px 0px 0px;
  position: relative;
}

.news-view #list-comments .title div.refresh {
  position: absolute;
  right: 2px;
  top: -2px;
  border: 1px solid #33333321;
  border-radius: 50%;
  padding: 5px 6px;
}

.news-view #list-comments .title div.refresh:hover {
  border: 1px solid #337ab7;
}

.news-view #list-comments .title div.refresh button:hover {
  transform: rotate(360deg);
  transition: transform 1s;
}

#list-comments .comment .datetime {
  font-size: 0.875rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #666;
}

#list-comments .comment .datetime img {
  display: inline-block;
  margin-top: -2px;
  opacity: 0.8;
}

#list-comments .comment img.reply {
  margin-top: -2px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.invalid-feedback {
  font-size: 14px;
  color: #dc3545;
}

.auth-clients li {
  height: 24px !important;
}
.auth-clients li:first-child {
  margin-left: 5px !important;
}
.auth-clients li:last-child {
  margin: 0 0 0 0 !important;
}
.site-signup .social-card {
  border-color: #faeabc;
  background: #fdf9ed;
}
.site-signup .social-card div.social-auth-reg {
  border: 1px solid #faeabc !important;
  background: #fff !important;
}

.select2 span.selection {
  width: 100%;
}

.select2-container--krajee-bs4 .select2-selection--single {
  padding: 0.475rem 1.5rem 0.375rem 0.75rem;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected] {
  padding: 6px 8px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}

.blog-standard-area .blog-standard .list-view {
  margin-top: 0px;
}

ul.pagination {
  margin: 35px 15px 0px 15px;
}

ul.pagination li:first-child a, ul.pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child a, ul.pagination li:last-child span {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

ul.pagination li a, ul.pagination li span {
  height: 30px;
  min-width: 30px;
  width: auto;
  border-radius: 0.25rem !important;
  text-align: center;
  line-height: 27px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #859aaa;
  background: #fff;
  margin: 0 5px;
  border: 2px solid #e4e4e5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -ms-border-radius: 0.25rem !important;
  -o-border-radius: 0.25rem !important;
}

ul.pagination li a:hover, ul.pagination li.active a {
  background: #0154f7;
  color: #fff;
  border-color: #0154f7;
  font-weight: 700;
  text-decoration: none;
}

ul.pagination li a:hover i::before, ul.pagination li.active a i::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(218deg) brightness(107%) contrast(101%);
}

ul.pagination li a i, ul.pagination li span i {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
}

ul.pagination li.prev i {
  margin-right: 1px;
}

ul.pagination li.disabled {
  opacity: 0.6;
}

.table-responsive .table thead tr th {
  color: #495057 !important;
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
}
.table-responsive .table thead tr th a {
  color: #495057 !important;
  text-decoration: none;
  background-color: transparent;
}

.table-responsive .table tbody tr td .empty {
  float: left;
}

.min-height-20 {
  min-height: 20px;
}

.search-lot .refresh-button {
  padding: 0px 14px;
  border-radius: 5px;
  border: 1px solid #ff5722;
  color: #ff5722;
}
.search-lot .refresh-button:hover {
  border: 1px solid #ff5722;
  color: #fff;
  background-color: #ff5722;
}
.search-lot .refresh-button a {
  color: #ff5722;
}
.search-lot .refresh-button a:hover {
  text-decoration: none;
}
.search-lot .refresh-button:hover a, .search-lot .refresh-button:hover a:hover {
  color: #fff;
}

.select2-selection.select2-selection--multiple input.select2-search__field {
  font-size: 16px !important;
  padding: 0.45rem 0.75rem 0rem 0.75rem !important;
}
.select2-selection--multiple .select2-selection__choice__remove {
  padding-top: 3px;
}
.select2-selection--multiple .select2-selection__choice {
  margin: 0.475rem 0 0 0.375rem !important;
  padding: 0.20rem 0.05rem 0.20rem 0.25rem !important;
  font-size: 13px !important;
  line-height: normal !important;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  height: 95%;
}

.search-lot .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 1.9rem !important;
  color: #333 !important;
}
.search-lot .select2-selection--multiple .select2-selection__choice {
  margin: .35rem 0 0 .35rem!important;
  padding: 0.20rem 0.05rem 0.20rem 0.25rem !important;
}
.font-size-14 {
  font-size: 14px;
}

.support-index .item .card-body:hover {
  background: #f6f7f9;
  cursor: pointer;
}

.select2-container--krajee-bs4 .select2-selection__clear {
  color: #f44336;
  opacity: 0.6;
}
.select2-container--krajee-bs4 .select2-selection__clear:hover {
  opacity: 1.0;
  cursor: pointer;
}

.lot-preview .openinfo:empty {
	display: none;
}

div.search .select2-container--krajee-bs4 .select2-selection--multiple {
  min-height: 38px;
  height: auto;
}

.truncate_more_link {
  color: #634a08;
  background-color: #ffcc46;
  border: 1px solid #efc046;
  cursor: pointer;
  margin-top: 6px;
  padding: .05rem .3rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.truncate_more_link:focus, .truncate_more_link:hover {
  color: #000;
  background-color: #fbd777;
  border: 1px solid #e6c469;
  text-decoration: none !important;
}

.dates-bold-text {
  color: #383737;
  font-weight: 700;
}

.bold-text {
  font-weight: 700;
}

.faq-index .faq-question > * {
  font-weight: 700;
  font-size: 16px;
}

.faq-index .faq-question, .faq-index .faq-question:hover {
  text-decoration: none !important;
}

.faq-index .card-header {
  padding: .55rem 1.25rem;
}

.faq-index .card-header:hover {
  background-color: rgb(0 84 247);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.faq-index .card-header:hover .faq-question > * {
  color: #fff !important;
}

.faq-index .card-header .fal {
  padding: 6px 0px;
}

.faq-index .card-header:hover .fal {
  color: #fff;
  font-weight: 700;
}

.faq-index .card-header:hover .fal:hover {
  color: #ffffffc2;
  cursor: pointer;
}

.select2-results__option .wrap:before{
  font-family: "Font Awesome 5 Pro";
  color: #999;
  content: "\f0c8";
  width: 25px;
  height: 25px;
  padding-right: 6px;
  
}
.select2-results__option[aria-selected=true] .wrap:before{
  content: "\f14a";
  color: #0054f7;
  font-weight: 700;
}

form.search-lot span.select2.select2-container {
  width: 100% !important;
  font-size: 16px;
}

form.search-lot .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: unset !important;
  color: #0054f7 !important;
}

form.search-lot .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
  float: right;
  width: .9em;
  height: .9em;
  padding-left: .15em;
  margin-top: .32em;
  margin-right: .1em;
  line-height: .94em;
  color: #f8f9fa;
  background-color: #f44336;
  border-radius: 100%;
  opacity: 1;
  font-size: 15px;
  font-weight: 300;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear:hover {
  background-color: #afafaf;
}

.footer-area .footer-widget .btn {
  font-size: 15px;
}

.header-area .header-right-social .user-cabinet.login {
  background: #f86e04;
  padding: 0px 9px;
  border-radius: 6px;
  font-weight: 500;
  max-height: 26px;
}
.header-area .header-right-social .user-cabinet.login:hover {
  background: #f37c21;
}
.header-area .header-right-social .user-cabinet.login:hover span {
  text-decoration: none !important;
}

.header-area .header-right-social .user-cabinet.registration {
  background: #265ecc;
  padding: 0px 9px;
  border-radius: 6px;
  font-weight: 500;
  max-height: 26px;
}
.header-area .header-right-social .user-cabinet.registration:hover {
  background: #1c4fb3;
}
.header-area .header-right-social .user-cabinet.registration:hover span {
  text-decoration: none !important;
}

.header-area .header-right-social .user-cabinet.authorized {
  background: #114dc3;
  padding: 3px 9px;
  border-radius: 6px;
  font-weight: 500;
  max-height: 26px;
}
.header-area .header-right-social .user-cabinet.authorized:hover, .header-area .header-right-social .dropdown.show > a.user-cabinet.authorized {
  background: #f37c21 !important;
}
.header-area .header-right-social .user-cabinet.authorized:hover span {
  text-decoration: none !important;
}
.header-area .header-right-social .user-cabinet.authorized > i:hover {
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 380px) {
  .header-top span.messengers {
    display: none;
  }
}

@media (max-width: 420px) {
  .header-area .header-right-social .user-cabinet.login, .header-area .header-right-social .user-cabinet.registration {
    font-size: 13px;
    padding: 0px 7px;
    font-weight: 400;
  }
}

@media (max-width: 870px) {
  .lots-list .lots .item .created {
    float: none;
  }
}

.row-flex, .row-flex > div[class*='col-'] { 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.row-flex .card {
  width:100%; 
}

span.trial_use {
  font-weight: 700;
  font-size: 36px;
  color: #4caf50;
}

span.trial_not_use {
  font-weight: 700;
  font-size: 36px;
  color: #f44336;
}

.contact-info-area .contact-info-border .contact-info-item ul li a {
  color: #8a8a8a !important;
}

.card.cetegory-desc {
  margin-top: 35px;
  border: 1px solid #eee;
}

.cetegory-desc h2 {
  font-size: 22px;
  color: #666;
  margin-bottom: 0.75rem;
}

.content-area .col-lg-12 ul.list {
  padding: 0;
  list-style: none;
}
.content-area .col-lg-12 ul.list li{
  padding:4px 0px;
}
.content-area .col-lg-12 ul.list li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #3b7dff;
  content: "\2714";
  transition-duration: 0.5s;
}
.content-area .col-lg-12 ul.list li:hover:before {
  color: #337AB7;
  content: "\2714";
}

.content-area .col-lg-12 p {
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin: 0px;
}

.header-top span.messengers {
  margin: 0px 0px 0px 5px !important;
}
.header-top span.messengers .fab {
  font-size: 13px;
  color: #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  padding: 3px 2px 2px 3px !important;
}
.header-top span.messengers .fa-viber {
  background: #775197;
  margin-right: 3px;
}
.header-top span.messengers .fa-whatsapp {
  background: #29bd64;
  padding-left: 3.5px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #999999;
  margin-top: 1px;
}

.select2-container--bootstrap4 .select2-results__option div.wrap {
  font-size: 14px;
}

.modal .prices, .modal .debtor-lots {
  width: auto;
  line-height: 21px;
  cursor: default;
  padding: 0px;
  max-height: calc(60vh - 56px);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .prices::-webkit-scrollbar, .modal .prices::-webkit-scrollbar, .modal .debtor-lots::-webkit-scrollbar, .modal .debtor-lots::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

.modal .prices::-webkit-scrollbar-thumb, .modal .prices::-webkit-scrollbar-thumb, .modal .debtor-lots::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f86e03;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.modal .prices::-webkit-scrollbar-track, .modal .prices::-webkit-scrollbar-track, .modal .debtor-lots::-webkit-scrollbar-track, .modal .debtor-lots::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 4px;
  background-color: #f9f9fd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.modal .prices span.price-old, .modal .prices span.price-old .deposits {
  float: left;
  font-weight: 600;
}
.modal .prices span.name, .modal .prices span.name {
  color: #9e9e9e !important;
  text-align: left !important;
  font-size: 13px !important;
  width: auto !important;
  font-weight: 400 !important;
}
.modal .prices .item {
  font-size: 14px;
  padding: 0.6rem 0.6rem 0.6rem 0.6rem;
  cursor: default;
  display: inline-block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
}
.modal .prices .item:hover {
  background-color: unset !important;
}
.modal .prices .item:nth-child(odd) {
  background: #d9d9d926 !important;
}
.modal .prices .item:last-child {
  border-bottom: none;
}
.modal .prices .item .created {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px;
  width: 50%;
  float: left;
  margin-bottom: 3px;
  color: #333;
}
.modal .prices .item span.price-old {
  color: #e91e63;
  float: left;
  width: 50%;
}

.modal .prices .item span.price-old span.deposits {
  color: #333;
  font-weight: 500;
}

.lots-list a.color-black, .lot-preview a.color-black {
  color: #333;
}

.slick-prev:before, .slick-next:before {
  font-size: 32px;
  color: #0054f7;
  opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: #1f58c5;
}

.slick-slide img {
  display: inline-block;
}

.similar-lots {
  margin-top: 35px;
}

.new-lots {
  margin-top: 25px;
  margin-bottom: 20px;
}

.lots-list .category-name {
  width: 100%;
  text-align: center;
  position: relative;
}

.lots-list .category-name:before {
  content: "";
  background: #0054f7;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 25px;
  z-index: -1;
}

.lots-list .category-name .link {
  font-size: 18px;
  background: #0054f7;
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px;
  margin-top: 10px;
  z-index: 2;
}

.lots-list .category-name:hover:before {
  background: #f86e04;
}

.lots-list .category-name:hover a {
  text-decoration: underline;
  background: #f86e04;
}

.similar-lots .widget-title, .new-lots .widget-title {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  position: relative;
}

.similar-lots .status span.badge, .new-lots .status span.badge {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  margin-top: 4px;
}

.similar-lots .photos, .new-lots .photos {
  position: relative;
}

.similar-lots .photos .sum, .new-lots .photos .sum {
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 13px;
  padding: 4px 10px;
  opacity: 0.9;
  background: #ffc107;
  color: #000;
  border-radius: 5px 0px 5px 0px;
  -webkit-border-radius: 5px 0px 5px 0px;
  -moz-border-radius: 5px 0px 5px 0px;
  -ms-border-radius: 5px 0px 5px 0px;
  -o-border-radius: 5px 0px 5px 0px;
}

.similar-lots .photos .sum:hover, .new-lots .photos .sum:hover {
  opacity: 1.0;
}

.similar-lots span.delenie, .new-lots span.delenie {
  color: #ccc;
}

.similar-lots .name, .new-lots .name {
  font-weight: 600 !important;
  color: #333 !important;
  font-size: 18px;
  margin: 5px 0px !important;
}

.similar-lots .slick-next, .new-lots .slick-next {right: 12px; z-index: 2;}
.similar-lots .slick-prev, .new-lots .slick-prev {left: -1px; z-index: 2;}

.similar-lots .pad, .new-lots .pad {
  padding: 0px 15px;
}

.similar-lots .pad .item, .new-lots .pad .item {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.similar-lots .pad .item p, .new-lots .pad .item p {
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 4px;
}

.similar-lots .pad .item span.title, .similar-lots .pad .item .lot-info, .new-lots .pad .item span.title, .new-lots .pad .item .lot-info {
  color: #6c757d;
  font-size: 13px;
}

.similar-lots .pad .item .lot-info, .new-lots .pad .item .lot-info {
  white-space: nowrap;
  overflow: hidden;
}

.similar-lots .pad .item .lot-info .color-black:hover, .new-lots .pad .item .lot-info .color-black:hover {
  overflow: visible;
  z-index: 9;
  background: #fff;
  position: absolute;
  margin-left: 3px;
}

.similar-lots .pad .item .bold-text, .new-lots .pad .item .bold-text {
  font-size: 16px;
}

.lots-list .lots .item .btn, .lot-preview .buttons-lot .btn, .similar-lots .item .btn, .new-lots .item .btn {
  width: 44px;
  height: 32px;
  margin-bottom: 6px;
  text-align: center;
}

.similar-lots .item a.color-black, .new-lots .item a.color-black {
  font-size: 13px !important;
  color: #6c757d !important;
}

.similar-lots .item .slick-track, .new-lots .item .slick-track {
  transform: none!important;
}

.similar-lots .item .buttons-lot .btn i.fa, .new-lots .item .buttons-lot .btn i.fa {
  display: inline-block;
  float: none;
}

.similar-lots .badge-count-lots, .new-lots .badge-count-lots {
  color: #017bffb8;
  background-color: #d9ebff7d;
}

.similar-lots .pad .status .badge, .new-lots .pad .status .badge {
  white-space: normal;
}

.blog-standard-area .blog-standard .blog-item .region-content {
  padding: 15px 30px;
  border: 1px solid #eef3f9;
  border-radius: 0.25rem;
}

.blog-standard-area .blog-standard .blog-item .region-content .region-key {
  color: #707378;
  background: #0054f714;
  text-align: center;
  border-radius: 4px;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-top: 4px;
  padding-top: 6px;
}

.blog-standard-area .blog-standard .blog-item .region-content .lots-count {
  color: #707378;
}

.lot-preview .description span.title {
  color: #6c757d;
  text-align: left;
  font-size: 13px;
  width: 100%;
  font-weight: 400;
}

.lot-preview .description span.title:nth-child(2) {
  margin-top: 10px;
}

.lot-preview .description .comment-org {
  width: 100%;
  font-style: italic;
}

.platform span.dtitle {
  color: #6c757d;
  text-align: left;
  font-size: 13px;
  width: 100%;
  font-weight: 400;
  padding-top: 0px;
  line-height: 28px;
}

.platform .stats {
  border: 1px solid #eef3f9;
  background: #f6fbff;
}

.platform .stats .card-title {
  color: #5f8fb5;
}

.platform .stats .icon {
  color: #fff;
  font-size: 34px;
  width: 80px;
  line-height: 80px;
  height: 80px;
  margin-top: 5px;
  background: #0054f7;
  border-radius: 4px;
}

.platform .stats .card-text {
  font-size: 18px;
}

.lot-preview .debtors-lots {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 15px 15px 0px 0px;
  display: inline-block;
  border-radius: 0rem 0.25rem 0rem 0rem;
  -webkit-border-radius: 0rem 0.25rem 0rem 0rem;
  -moz-border-radius: 0rem 0.25rem 0rem 0rem;
  -ms-border-radius: 0rem 0.25rem 0rem 0rem;
  -o-border-radius: 0rem 0.25rem 0rem 0rem;
}

.lot-preview .debtors-lots .btn {
  padding: 3px 12px;
}
.lot-preview .debtors-lots .btn:hover {
  text-decoration: none;
}

.modal .debtor-lots {
  color: #000 !important;
  font-size: 14px;
  overflow: hidden;
}

.modal .debtor-lots .item {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px 10px;
}

.modal .debtor-lots .item .text-bold {
  font-weight: 600;
}

.modal .debtor-lots .count {
  color: #0054f7;
  width: 100%;
  font-size: 16px;
}

.modal .debtor-lots .status {
  min-width: 90px;
  float: right;
  font-size: 12px;
  font-weight: 500;
}

.modal .debtor-lots .header {
  font-size: 13px;
}

.modal .debtor-lots span.delenie {
  color: #ccc;
}

.modal .debtor-lots .text {
  border-top: 1px solid #eee;
  margin-top: 7px;
}

.modal .debtor-lots .name {
  font-size: 15px;
}

.modal .debtor-lots span.title{
  color: #6c757d;
  font-size: 13px;
  width: 100%;
}

.modal-dialog-w768 {
  max-width: 768px;
  margin: 1.75rem auto;
}

.debtors-index a.btn, .debtors-index a.btn:hover {
  text-decoration: none !important;
}

.modal .debtor-lots .item {
  margin-bottom: 15px;
}

.modal .debtor-lots .item:last-child {
  margin-bottom: 0px;
}

.modal .debtor-lots {
  width: auto;
  line-height: 21px;
  cursor: default;
  padding: 0px 3px 0px 0px;
  max-height: calc(60vh - 56px);
  overflow-x: hidden;
  overflow-y: auto;
}

.content-area .lot-view .yandex-map {
  width: 100%;
  height: 240px;
  position: relative;
  background: #FFFEF7;
}

.content-area .lot-view .yandex-map.off {
  background: url(../images/yandex-map.jpg) center center;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.content-area .lot-view #openGeomap a.btn-view-map {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding: 8px 10px;
  background-color: #f86e03;
  color: #fff;
  border-color: #f86e03;
  border-radius: 4px;
  text-decoration: none;
}

.content-area .lot-view #openGeomap a.btn-view-map:hover {
  background-color: #0154f7;
  border-color: #0154f7;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  opacity: .80;
  color: #0054f7;
}

.content-area .pagination {
  justify-content: center;
}

.home-lots-hot {
  border-top: 1px solid #eee9;
  background: rgb(238,238,238);
  background: linear-gradient(0deg, rgb(238 243 249) 0%, rgb(252 252 252 / 82%) 49%, rgb(252 252 252 / 53%) 100%);
}

.hot-lot {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  opacity: 0.9;
  width: 0;
  height: 0;
  border: 1.19rem solid;
  border-color: #f1291a transparent  transparent #e91e63;
  border-radius: .19rem 0 0 0;
  -webkit-border-radius: .19rem 0 0 0;
  -moz-border-radius: .19rem 0 0 0;
  -ms-border-radius: .19rem 0 0 0;
  -o-border-radius: .19rem 0 0 0;
  z-index: 1;
}

.hot-lot .fas {
  position: absolute;
  margin-top: -14px;
  font-size: 14px;
  margin-left: -14px
}

.section-title .title span span.hot {
  color: #f04230;
}

.home-lots-hot .main-btn {
  border: 1px solid #ef402f;
  background-color: #ef402f;
}

.home-lots-hot .main-btn:hover {
  background-color: #f86e03;
  border-color: #f86e03;
}

.footer-copyright p span {
  color: #2a3c60 !important;
}

.footer-copyright p a {
  color: #aeb7ca;
}
.footer-copyright p a:hover {
  color: #fff;
  text-decoration: underline;
}

.sitemap-index ul {
  padding-left: 0px;
  margin-left: 0px;
}

.sitemap-index li {
	position: relative;
  list-style-type: disc;
  color: #0054f752;
  margin-bottom: 5px;
}

.sitemap-index li.level1 {
	margin-left: 17px;
}

.sitemap-index li.level2 {
	margin-left: 27px;
}

.sitemap-index li.level3 {
	margin-left: 37px;
}

.cabinet-index .info {
  width: 100%;
  background: #f7f8fe;
  border: 1px solid #e1e2eb;
}

.cabinet-index .info a {
  text-decoration: none;
}

.cabinet-index .info .badge:hover {
  text-decoration: none;
  background-color: #0069d9;
  border-color: #0062cc;
}

.cabinet-index .info .badge {
  margin-left: 4px;
}

.cabinet-index .info .badge a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.cabinet-index .icon .badge {
  font-size: 14px;
  font-weight: 400;
  min-width: 20px;
  text-align: center;
  position: absolute;
  right: 0px;
}

.cabinet-index .info .photo-user {
  text-align: center;
}

.cabinet-index .info .photo-user img {
  border: 1px solid #eee;
}

.cabinet-index .info .photo-user img:hover {
  border: 1px solid #0062cc;
}

.cabinet-index .card .icon {
  width: 74px;
  height: 74px;
  background: #dee6fe;
  border-radius: 50%;
  position: relative;
}

.cabinet-index .card .icon.exit {
  background: #fddee6;
}

.cabinet-index .card .icon i {
  font-size: 34px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 19px;
  color: #0054f7;
}

.cabinet-index .card .icon.exit i {
  color: #c90749;
}

.cabinet-index .card .link {
  color: #0054f7;
}

.cabinet-index .card .link.exit {
  color: #d70048;
}

.cabinet-index .card p.card-text {
  line-height: 18px;
}

.btn-source .dropdown-menu .dropdown-item {
  font-size: 14px;
}

.btn-source .dropdown-menu .dropdown-item .fa {
  font-size: 11px;
  color: #0062cc94;
  margin-left: 4px;
}

.lot-view .card.report {
  background: #4caf500f;
  border: 1px solid #4caf5040;
}

.lot-view .card.report h5 {
  font-size: 17px;
}

.lot-view .card.report p {
  line-height: 24px;
  color: #000;
}

.lot-view .card.report a.order {
  font-weight: 600;
  background-color: #4caf50;
  border-color: #4caf50;
}

.lot-view .card.report a.order:hover {
  text-decoration: none;
  background-color: #379b3b;
  border-color: #379b3b;
}

#modalRemote .modal-content {
  color: #000;
}

form .field-propertyorders-order_docs > label {
  font-weight: 700;
}

.modal-content .property-order-params {
  font-size: 14px;
}
.modal-content .property-order-params .card-header {
  font-weight: 700;
}

.modal-content .property-order-params label.custom-control-label {
  font-weight: 600;
}

.modal-content .property-order-params .form-control {
  font-size: 14px;
}

.data-url:hover {
  cursor: pointer;
  text-decoration: underline;
}

.data-url-blue {
  color: #007bff;
  text-decoration: underline;
}

.data-url-blue:hover {
  cursor: pointer;
  text-decoration: none;
}

.modal-dialog#modal-login .modal-footer, .modal-dialog#modal-signup .modal-footer {
  background: #fdf9ed;
  border-color: #faeabc;
}

.modal-dialog .modal-footer div.social-auth-reg {
  border: 1px solid #faeabc !important;
  background: #fff !important;
}

div.input-box i#view-password:hover, div.input-box i.active#view-password {
  background: #0054f7;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  top: 15px;
  right: 14px;
}
div.input-box i#view-password:hover::before, div.input-box i.active#view-password::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
form .select2-container--krajee-bs3 .select2-search__field {
  width: auto !important;
}
form .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
  line-height: 16px !important;
  margin: 0px 0 0 5px !important;
  padding: 0px;
  font-size: 15px;
  cursor: pointer;
}
form .select2-selection--multiple .select2-selection__choice {
  margin: 6px 6px 0px 6px !important;
  padding: 3px 6px 3px 6px !important;
}
.form-reg span.select2.select2-container {
  max-height: initial;
}
form .select2-selection--multiple ul.select2-selection__rendered li input {
  width: 8em !important;
  min-width: auto !important;
}
form .select2-selection--multiple ul.select2-selection__rendered li:only-child input {
  width: 233px !important;
}
.select2.select2-container.select2-container--bootstrap4{
  width:100% !important
}
.select2-container--krajee-bs3 li.select2-results__option {
  background-color:#7dade6;
  color:#ffffff;
  font-size:14px;
}
.monitoring-form .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 3px) !important;
  font-size: 16px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
::placeholder { /* Most modern browsers support this now. */
  color: #999;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  display: block !important;
  right: 5px;
  top: 45%;
}