@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");

body {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0c0c0c;
  font-style: normal;
  background-color: #ddd9d9;
  direction: ltr;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) all;
}
.multi {
  background: #dbdbdb;
}

.con-bar {
  width: 100%;
  display: inline-block;
}

.con-bar .right-text h2 {
  font-size: 25px;
  font-weight: 500;
  color: #282828;
  line-height: 43px;
  margin-bottom: 0;
}

.socialclick {
  display: none;
}

/* Header-1 */
.header-one {
  width: 100%;
  float: right;
}

.top-bar {
  width: 100%;
  background: #01265d;
  padding: 6px 0;
}

.main-header {
  background: #fff;
}

.header-top-contact {
  width: 100%;
  float: left;
}

.header-top-contact ul {
  width: 100%;
  float: left;
  display: inline-block;
}

.header-top-contact ul li {
  margin-right: 18px;
  padding-right: 18px;
  position: relative;
  float: left;
}

.header-top-contact ul li::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.12;
}

.header-top-contact ul li:last-child::before {
  display: none;
}

.header-top-contact ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 6px 0;
  float: left;
}

.header-top-contact ul li a i {
  margin-right: 5px;
  font-size: 18px;
  color: #fff;
}

.header-top-right {
  float: right;
}

.header-top-right ul {
  margin: 0px;
  float: left;
  padding-top: 3px;
}

.header-top-right ul li {
  float: left;
  margin-right: 12px;
}

.header-top-right ul li:last-child {
  margin-right: 0px;
}

.header-top-right ul li a {
  width: 26px;
  height: 26px;
  background: #fff;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
}

.facebook:hover {
  background: #23a1cf;
  color: #fff;
}

.twitter:hover {
  background: #88d9f7;
  color: #fff;
}

.pinterest:hover {
  background: #f5235d;
  color: #fff;
}

.linkedin:hover {
  background: #1893da;
  color: #fff;
}

.header-style-two .main-header {
  box-shadow: 0 20px 37.2px 0 rgb(128 123 173 / 10%);
}

.main-header {
  padding: 7px 0;
  position: relative;
  box-shadow: 0px 9px 37.2px 2.8px rgba(128, 123, 173, 0.15);
}

.menu-nav {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.navbar-wrap {
  display: flex;
  flex-grow: 1;
  margin-right: 47px;
}

.navbar-wrap ul {
  margin-left: 11px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -123px;
}

.main-header.sticky-menu .navbar-wrap {
  /* margin-right: 87px; */
}

.main-header.sticky-menu .header-action > ul {
  /* margin-right: -49px; */
  display: none;
}

.navbar-wrap ul li {
  display: block;
  position: relative;
}

.navbar-wrap ul li a {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #0c0c0c;
  padding: 22px 7px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.navbar-wrap > ul > li.menu-item-has-children > a {
  padding: 22px 36px 21px 2px;
}

.navbar-wrap > ul > li.menu-item-has-children > a::before {
  content: "\f0d7";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-2px);
  font-family: "FontAwesome";
  font-weight: 700;
  color: #3b3663;
  font-size: 12px;
  -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;
}

.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li .submenu li:hover > a,
.navbar-wrap ul li .submenu li.active > a,
.mobile-menu .navigation li.active > a {
  color: #0e3e62;
}

.navbar-wrap > ul > li.menu-item-has-children.active > a::before,
.navbar-wrap > ul > li.menu-item-has-children:hover > a::before {
  color: #6f54f3;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background: #0d3f64;
  color: #fff;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}

.header-action > ul {
  display: none;
  align-items: center;
  margin-right: -36px;
  position: relative;
  padding-right: 20px;
}

.header-action > ul::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #5c596f;
  opacity: 0.24;
}

.header-action > ul li {
  position: relative;
  /* margin-left: auto; */
}

.header-action ul li:first-child {
  margin-right: 0;
}

.header-action > ul > li.header-shop-cart > a {
  padding-right: 10px;
}

.header-action > ul > li > a {
  color: #5c596f;
  font-size: 16px;
  line-height: 1;
}

.header-shop-cart a span {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #222;
  box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}

.header-action .header-btn .btn {
  color: #fff;
  font-size: 14px;
  padding: 20px 27px;
  border-radius: 6px;
  background: #fff;
}

.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
  display: block;
  right: 0;
  opacity: 0;
  padding: 18px 0;
  left: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .submenu li {
  margin-right: 0;
  text-align: right;
  display: block;
}

.navbar-wrap ul li .submenu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 500;
  text-align: right;
  text-align: left;
  font-size: 14px;
  color: #5c596f;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.sticky-menu,
.header-style-three .transparent-header.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running zoomIn;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

.main-header.sticky-menu {
  padding: 0px 0;
}

.header-style-two .header-top-wrap {
  position: relative;
  background: #fff;
}

.header-style-two .header-top-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  background: #0d3f64;
  clip-path: polygon(0px 0px, 100% 0px, 97% 100%, 0% 100%);
}

.header-style-two .header-top-right ul .header-social {
  color: #3b3663;
}

.header-style-two .header-top-right ul .header-social > a {
  color: #3b3663;
}

.header-style-two .main-header {
  box-shadow: 0 20px 37.2px 0 rgb(128 123 173 / 10%);
}

.header-style-two .main-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30.9%;
  height: 100%;
  background: #0d3f64;
  clip-path: polygon(8.8% 0px, 100% 0px, 100% 100%, 0% 100%);
}

.header-style-two .navbar-wrap ul {
  margin-left: auto;
  margin-right: auto;
}

.header-style-two .header-action > ul::before {
  background: #fff;
}

.header-style-two .header-action > ul > li > a {
  color: #fff;
}

.header-style-two .header-action .header-btn .btn {
  color: #0d3f64;
  background: #fff;
  box-shadow: none;
}

.header-style-two .header-action .header-btn .btn span {
  display: none;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-right: 30px;
  top: 15px;
}

.nav-logo img {
  width: 150px;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-radius: 0px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(-101%);
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  z-index: 9999;
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: #000;
}

.mobile-menu-visible .menu-backdrop {
  opacity: 0.8;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #312620;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  width: 100% !important;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li > a {
  position: relative;
  text-align: left;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #312620;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #312620;
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #312620;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #3b3663;
  display: none;
  margin-top: 13px;
}

.btn {
  background: #0d3f64 none repeat scroll 0 0;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 18px 31px;
  text-align: center;
  text-transform: inherit;
  touch-action: manipulation;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Nunito", sans-serif;
  box-shadow: 0px 9px 16.74px 1.26px rgb(99 134 94 / 21%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:hover > span {
  height: 562.5px;
  width: 562.5px;
}

.upcase {
  text-transform: uppercase;
}

.btn span {
  background: #03285e none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: -1;
}

.header-action .header-btn .btn i {
  margin-left: 10px;
}

.header-top-two {
  position: relative;
  background-color: #083e54;
  padding: 4px 0;
}

.mail-send ul li {
  display: inline-flex;
  position: relative;
  float: left;
  /* margin-right: 48px !important; */
}

.mail-send a {
  color: #fff;
  line-height: 34px;
  font-size: 17px;
  font-weight: 400;
}

.icon-call {
  float: none;
  margin: auto;
  text-align: center;
  font-family: "FontAwesome";
  font-style: normal;
}

.icon-call i {
  font-size: 20px;
  font-style: normal;
  color: #fff;
  padding-right: 7px;
}

.fl-right {
  float: right;
}

.icon-call img {
  width: 55%;
  margin: auto;
  float: none;
}

.one-header .logo:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 50000px;
  background-color: #fff;
}

.one-header .logo:after {
  position: absolute;
  content: "";
  right: -89px;
  top: 0px;
  border-top: 92px solid #fff;
  border-right: 89px solid transparent;
}

.fl-right li {
  margin-right: 0px !important;
  display: inline-block;
}

.one-header .logo {
  padding: 35px 0px;
  margin-top: -50px;
  padding-right: 20px;
  /* padding-left: 27px !important; */
  background-color: #fff;
}

.one-header {
  padding: 0px;
}

.one-header .logo {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}

.one-header .logo img {
  width: 200px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.sticky-menu.one-header .logo {
  margin: 0;
  padding: 10px 0;
}

/* Header-End */

.footer-min {
  background: #222222;
}

.min-f-t h4 {
  margin-bottom: 20px;
  color: #0d3f64;
  font-size: 22px;
  font-weight: 500;
}

.min-f-t {
}

.wi-50-t li {
  width: 50%;
  float: left;
  line-height: 25px;
  color: #999999;
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
}

.wi-50-t li a {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
}

.min-f-t li a {
  color: #999999;
}

.text-c {
  text-align: center;
}

.wi-100-t {
  margin: 20px 0;
}

.wi-100-t li {
  width: 100%;
  float: left;
  line-height: 25px;
  color: #999999;
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
}

.wi-100-t li span {
  color: #0d3f64;
  font-weight: 500;
}

.footer-min .social-t li a {
  color: #fff !important;
}

.copy-one {
  padding: 1em;
  border-top: 1px solid #575757;
}

.copy-one p {
  margin: 0px;
  color: #999;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

/*-- Multi footer css --*/
/*Footer-two*/

.footer-two {
  background: #222222;
}

.footer-two .text-c {
  display: inline-block;
  color: #fff;
  margin: auto;
  width: 100%;
  float: none;
}

.menu-list-fo {
  width: 100%;
  float: none;
  text-align: center;
}

.menu-list-fo {
}

.menu-list-fo ul {
}

.menu-list-fo ul li {
  display: inline-block;
  position: relative;
}

.menu-list-fo ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #bdbdbd;
  padding: 15px 22px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.footer-two .social-m {
  text-align: center;
  padding-bottom: 50px;
}

/*Footer three*/
.footer-three {
  background: #222222;
}

.footer-three .y-bg {
  background-color: #0d3f64;
}

.footer-three span.left-co-i {
  width: 70px;
  height: 70px;
  background: #222222;
  display: inline-block;
  float: left;
  margin-right: 20px;
  text-align: center;
  line-height: 70px;
}

.footer-three .add-con {
  padding: 14px 10px;
  display: inline-block;
  margin-bottom: 5px;
  background: transparent;
  border: none;
  width: 100%;
  min-height: 100px;
  vertical-align: initial;
}

.logo-to {
  margin-bottom: 20px;
}

/*Footer Four*/
.footer-four {
  background: #fff;
  /* text-align: right !important; */
}

.footer-four .footer-cont p {
  font-size: 16px !important;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 22px;
  font-weight: normal;
  color: #999;
}

.b-l-r {
  border-left: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
}

.footer-four .footer-logo {
  margin-top: 5px !important;
}

.footer-four .footer-cont h4 {
  font-size: 22px;
  font-weight: 500;
  color: #0d3f64;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 22px;
}

.footer-four .mar-top {
  width: 100%;
  display: inline-block;
  margin-top: 0px;
}

.footer-four .mar-top img {
  width: 200px;
}

.footer-four .subs:before {
  content: "";
  background-image: url(../images/ret.png);
  width: 100px;
  height: 90px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: -2px;
}

.orange {
  background: #0d3f64;
}

.back-home {
  position: absolute;
  right: 0;
  top: -9px;
}

.footer-four input.fill {
  background: #cccccc;
  border: none;
  padding: 10px 20px;
  min-height: 55px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}

.news-f1 button.btn.upcase {
  width: 100%;
  padding: 17px;
  color: #fff;
  background: #0d3f64;
  margin-bottom: 20px;
}

.footer-four .footer-cont h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 20px;
  color: #0d3f64;
}

.footer-four .footer-cont h4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #0d3f64;
  bottom: 0;
}

.footer-four .wi-50 li a {
  width: 50%;
  /* float: left; */
  font-size: 15px;
  font-weight: normal;
  color: #999;
  line-height: 37px;
  letter-spacing: 0.5px;
}

.footer-four .wi-50 li a:hover {
  color: #72a3ce;
}

.border-t-b {
  padding: 10px 1px;
  border-top: 1px solid #575757;
  text-align: center;
}

.fl-right p {
  margin: 0px;
  color: #999;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding-right: 3em;
}

.fl-left {
  margin-top: 0 !important;
  float: left !important;
}

.social-t {
  width: auto;
  text-align: center;
  display: inline-block;
  float: none;
  margin-top: 20px;
}

.social-t li:first-child a {
  margin-left: 0px !important;
}

.social-t li a {
  color: #fff !important;
}

.social-t li a {
  float: left;
  width: 40px;
  height: 40px;
  box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
  display: inline-block;
  margin-left: 16px;
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
}

.facebook-change-co {
  background: #23a1cf;
  color: #fff;
}

.twitter-change-co {
  background: #88d9f7;
  color: #fff;
}

.pinterest-change-co {
  background: #f5235d;
  color: #fff;
}

.linkedin-change-co {
  background: #1893da;
  color: #fff;
}

.fl-left li {
  float: left;
}

p,
li,
a,
button,
span,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -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;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: #2c2c2c;
  margin-top: 0px;
  font-style: normal;
  font-weight: 800;
}

h1,
h2,
h3 {
  /*  font-family: 'Jost', sans-serif; */
  margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
  margin-top: 14px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #2c2c2c;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

a {
  -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;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

/*==============================
Preloader CSS
=================================*/
.d-table-cell {
  display: table-cell !important;
  vertical-align: middle;
}

.d-table {
  display: table !important;
  width: 100%;
  height: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #234467;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #db8c23;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: circle-in 1.4s infinite ease-in-out both;
  animation: circle-in 1.4s infinite ease-in-out both;
}

.spinner .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes circle-in {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle-in {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*==============================
Preloader CSS End
=================================*/
/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 44px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  border-radius: 6px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
  background-color: #0d3f64;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.scroll-top:hover {
  background: #72a3ce;
}

.minsection {
  width: 100%;
  /* float: right; */
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  direction: ltr;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  /*background-position: center center !important;
    */
  background-position: bottom;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding: 7em 0;
  min-height: 537px;
}

.po-ab-se {
  width: 100%;
  display: inline-block;
  position: absolute;
  padding: 7em 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 9;
}

.content-slider {
  text-align: center;
}

.search-f {
  width: 40%;
  margin: auto;
  margin-bottom: 2em;
  position: relative;
}

.search-f input {
  width: 100%;
  padding: 15px;
  border: none;
  min-height: 65px;
  background: #ffffffcf;
}

.search-f .po-b {
  background: #fff;
  border: none;
  font-size: 33px;
  color: #0b0320;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 62px;
}

.content-slider h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 200px) {
  .content-slider h1 {
    font-size: 30px;
  }
}
.content-slider h4 {
  color: #ffffff;
  font-weight: 400;
}

.po-ab-se:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 51%);
  z-index: -1;
}

.content-slider p {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  margin-bottom: 20px;
}

.explo {
  background: #fff;
  padding: 17px 40px;
  color: #000;
  font-size: 25px;
  border-radius: 41px;
  position: relative;
  margin-top: 1em;
  display: inline-block;
}

.explo i {
  margin-left: 15px;
}

.btn-call {
  width: 60px;
  height: 60px;
  display: block;
  line-height: 36px !important;
  background: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

.animation-cer:before {
  border: 2px dotted #252525;
  -webkit-animation: rotate 6s linear infinite;
  -moz-animation: rotate 6s linear infinite;
  -ms-animation: rotate 6s linear infinite;
  -o-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}

.btn-call:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  background: transparent;
  right: -7px;
  left: 0;
  top: -7px;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}

.btn-call img {
  width: 35px;
  text-align: center;
  line-height: 40px;
}

.full_search_box {
  background: #ffffff;
  padding: 0px 20px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.full_search_box .form-group {
  margin-bottom: 0px;
  border-right: 1px solid #e4eaf7;
  padding: 10px 0 10px;
}

.full_search_box label {
  font-size: 13px;
  margin-bottom: 0px;
  color: #6b79a0;
  /*  font-family: 'Jost', sans-serif; */
  font-weight: 400;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.full_search_box .form-control {
  border: none;
  border-radius: 0;
  padding-left: 45px;
  height: 32px;
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-right: none;
}

.full_search_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 29px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #16447d;
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  text-align: left;
  padding: 0 15px 0 0;
}

.search-btn {
  background: #0d3e64;
  color: #fff;
}

.full_search_box .select2-selection.select2-selection--single {
  padding-left: 0px;
  border-radius: 4px;
  border: none;
}

.full_search_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #16447d;
  font-weight: 600;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #215463;
}

.full_search_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 29px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}

.min-cont-to {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

.min-cont-to span {
  float: left;
}

.min-cont-to span img {
  float: left;
  width: 50px;
  margin-right: 20px;
}

.min-cont-to h3 {
  font-size: 19px;
  margin-bottom: 0px;
  color: #0c0c0c;
  font-weight: 600;
  line-height: 50px;
}

.text-con h3 {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-con-to > h3 {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 15px;
  font-weight: 600;
}

.r-about-img img {
  width: 72%;
  float: right;
}

.min-ab-img {
  position: relative;
  display: inline-block;
}

.min-top-i {
  width: 45%;
  position: absolute;
  top: 4em;
}

.min-top-i img {
}

.play {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: none;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 7vh;
  color: #0c0c0c;
}

.text-con p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
}

.type-pd .pl-5 {
  padding-left: 10px !important;
}

.type-pd .pr-5 {
  padding-right: 10px !important;
}

.min-type-t {
  -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;
}

.min-type-t img {
  width: 100%;
}

.po-ab-click img {
  width: 20px;
}

.min-t {
  width: 100%;
  display: inline-block;
  background: #121211;
  position: relative;
}

.bg-black {
  padding: 19px;
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
}

.po-ab-click {
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  text-align: center;
  line-height: 66px;
}

.heading-con-sm h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
}

.type-pd {
  position: relative;
}

.type-pd:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  height: 70%;
  top: 0;
}

.bg-black {
  -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;
}

.min-type-t:hover .bg-black {
  color: #121211;
}

.so-ho {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.min-type-t:hover .so-ho {
  opacity: 1;
}

.min-type-t:hover .ho-h {
  opacity: 0;
}

.min-type-t:hover .po-ab-click {
  background: #121211;
}

.min-type-t:hover .min-t {
  background: #fff;
}

.min-pro-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}

.min-pro-box:before {
  content: "";
  position: absolute;
  background-image: url(../images/be-line.png);
  left: 0;
  right: 0;
  bottom: 0;
  height: 64%;
}

.min-box-t {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 5px 20px;
  width: 100%;
  text-align: right;
}

.min-box-t h3 {
  color: #fff;
  font-size: 18px;
}
.tags-container{
  position: absolute;
  top: 10px;
  right: 10px;
}
.tag-l {
  display: block;
  padding: 2px 8px;
  background: #72a3ce;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.min-pro-box a {
  display: block;
}

.min-f-img li {
  float: left;
  width: 24%;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
}

.min-f-img li:last-child {
  width: 28%;
}

.min-f-img li img {
  width: 25px;
  margin-top: -3px;
  margin-right: 3px;
}

ul.min-f-img {
  width: 100%;
  display: inline-block;
  padding-top: 11px;
  border-top: 1px solid #5f5f5f;
  margin-top: 10px;
}

.chat-re {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: #fff;
  border: none;
}

.chat-re img {
  width: 38px;
}

.bg-pro-i {
  border-radius: 5px;
  width: 100%;
}

.pop-pro-mar .col-md-4 {
  margin-bottom: 25px;
}

.pop-pro {
  position: relative;
  overflow: hidden;
}

.pop-pro:before {
  content: "";
  position: absolute;
  background: #72a3ce;
  width: 42%;
  left: 0;
  top: 0;
  height: 100%;
}

.pop-pro:after {
  content: "";
  position: absolute;
  background-image: url(../images/line-af.png);
  width: 42%;
  left: 0;
  background-size: cover;
  top: 0;
  height: 100%;
}

.pop-pro-2:before {
  content: "";
  position: absolute;
  background: #72a3ce;
  width: 42%;
  right: 0;
  top: 0;
  height: 100%;
}

.pop-pro-2:after {
  content: "";
  position: absolute;
  background-image: url(../images/line-af.png);
  width: 42%;
  right: 0;
  background-size: cover;
  top: 0;
  height: 100%;
}

.pop-pro .container {
  position: relative;
  z-index: 9;
}

.heading-t h2 {
  font-weight: 600;
  font-size: 40px;
  color: #0e3e64;
  text-align: left;
}

.tab-con {
  float: left;
  transition: 0.3s linear;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d3f64;
  transition: 0.3s linear;
}

.nav-item {
  transition: 0.3s linear all !important;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  text-transform: capitalize;
  color: #121211;
  font-size: 17px;
  transition: 0.3s linear;
}

.about-text {
  position: relative;
  direction: ltr;
}

.about-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/b-dot.png);
  width: 50%;
  height: 50%;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading h2 {
  font-size: 38px;
  font-weight: 600;
}

.heading {
  text-align: center;
}

.heading p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
}

.img-f {
  width: 100px;
  margin: auto;
  display: block;
  margin-bottom: 1.5em;
}

.min-foc {
  text-align: center;
}

.min-foc h3 {
}

.min-foc p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
}

.pofocus {
  position: relative;
}

.pofocus:before {
  content: "";
  position: absolute;
  background-image: url(../images/b-r-l.png);
  width: 50%;
  height: 60%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.min-f-box {
  background: #f8f8f8;
}

.f-cont-f {
  padding: 20px;
  padding-bottom: 10px;
  text-align: right;
}

.f-cont-f h3 {
  font-size: 20px;
  font-weight: 500;
}

.img-map-co li {
  float: right;
  font-size: 15px;
  color: #5a5a5a;
}

.img-map-co li:last-child {
  float: right;
}

.map-i {
  height: 20px;
}

.img-map-co {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  margin-top: 5px;
}

.amini-con li {
  float: left;
  width: 25%;
  text-align: center;
  color: #494949;
  font-size: 14px;
}

.amini-con {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.icon-ami {
  width: 35px;
  margin-bottom: 4px;
}

.price-m {
  color: #054aa8;
}

.price-m span {
  font-size: 15px;
  color: #555556;
  font-weight: 500;
}

.see-det {
  padding: 13px;
  font-weight: 400;
  background: #0d3e64;
  font-size: 23px;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-right: 3.5em;
}

.chat-re-s {
  border: none;
  background: #72a3ce;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 68px;
}

.chat-re-s img {
  width: 38px;
}

.detail-b {
  position: relative;
}

.img-f-b {
  position: relative;
}

.mes2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.min-f-box:hover .mes2 {
  opacity: 1;
}

.min-f-box:hover .mes1 {
  opacity: 0;
}

.min-f-box:hover .chat-re-s {
  background-color: #0b4269;
}

.min-f-box:hover .see-det {
  background-color: #72a3ce;
  color: #ffffff;
}

.mes1,
.mes2 {
  -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;
}

.view-all {
  background: #fbb901;
  font-size: 23px;
  color: #121211;
  padding: 17px 25px;
  border-radius: 4px;
}

.view-all:hover {
  background: #121211;
  color: #fbb901;
}

.right-all {
  float: right;
}

.min-test-text span {
  width: 80px;
  height: 80px;
  background: #fff;
  display: inline-block;
  font-size: 45px;
  text-align: center;
  font-weight: normal;
}

.min-test-text h2 {
  position: absolute;
  top: 37px;
  left: 77px;
  font-size: 38px;
  font-weight: 500;
  color: #212121;
}

.test-mo {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.min-text-us {
  position: relative;
  background: #fff;
  padding: 10px;
}

.pd-5-so .col-md-3 {
  padding: 0px 8px;
}

.con-text p {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.user-test span {
  float: left;
  width: 60px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  min-height: 60px;
  max-height: 60px;
}

.ri-test h4 {
  font-size: 19px;
  font-weight: 500;
  color: #121211;
  margin-bottom: 0px;
  margin-top: 6px;
  display: inline-block;
}

.ri-test p {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.con-text {
  padding-top: 10px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 16px;
}

.con-text:before {
  content: "";
  position: absolute;
  background-color: #535353;
  width: 2px;
  top: 10px;
  bottom: 0;
  left: 0;
}

.test-mo:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 42%;
  right: 0;
  top: 0;
  height: 100%;
}

.test-mo:after {
  content: "";
  position: absolute;
  background-image: url(../images/test-bg.png);
  width: 34%;
  right: 0;
  top: 0;
  height: 52%;
  background-repeat: no-repeat;
  background-size: contain;
}

.test-mo .container {
  z-index: 9;
  position: relative;
}

.owl-theme button {
  width: 46px;
  height: 46px;
  background: white !important;
  display: inline-block !important;
  float: left !important;
  border: 1px solid #000 !important;
  margin-right: 15px;
  margin-top: 15px;
  border-radius: 3px;
}

.bg-sec-list {
  position: relative;
}

.bg-sec-list {
  background: #fff;
  box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 10%);
  border-radius: 5px;
  padding: 20px;
}

.l-img img {
  width: 53px;
}

.why-choose .row {
  margin: 0px;
}

.why-choose .col-md-5.pd-0 {
  padding: 0px;
}

.bg-sec-list h3 {
  font-size: 20px;
}

.l-img {
  margin-bottom: 20px;
  display: inline-block;
}

.bg-sec-list p {
  color: #1d1d1d;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 5px;
}

.why-choose {
  position: relative;
  overflow: hidden;
}

.why-choose:before {
  content: "";
  position: absolute;
  background-image: url(../images/before-why.png);
  width: 35%;
  height: 57%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}

.app-d {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}

.app-d:before {
  content: "";
  position: absolute;
  width: 41%;
  background-color: #fff;
  height: 100%;
  top: 0;
}

.app-d:after {
  content: "";
  position: absolute;
  background-image: url(../images/before-why.png);
  width: 35%;
  height: 57%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}

.app-con h2 {
  font-size: 39px;
  line-height: 52px;
  margin-bottom: 15px;
}

.app-con p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}

.app-img-f li {
  float: left;
  margin-right: 25px;
}

.min-team {
  position: relative;
  background: #f8f8f8;
  padding: 30px;
  text-align: center;
  padding-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  padding-top: 60px;
}

.min-team:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 35%;
  left: 0;
  top: 0;
}

.min-team:after {
  content: "";
  position: absolute;
  background-image: url(../images/te-be.png);
  width: 100%;
  height: 35%;
  left: 0;
  top: 0;
  background-size: cover;
}

.min-team-i {
  position: relative;
}

.img-t {
  background: #454440;
  display: inline-block;
  width: 140px;
  height: 140px;
  z-index: 9;
  position: relative;
  border-radius: 50%;
}

.img-t img {
  border-radius: 50%;
}

.img-t:before {
  content: "";
  width: 155px;
  height: 155px;
  border: 1px dashed #080808;
  display: block;
  margin: auto;
  float: none;
  position: absolute;
  left: -7px;
  right: 0;
  top: -7px;
  border-radius: 50%;
  -webkit-animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
  -ms-animation: rotate 30s linear infinite;
  -o-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

.min-ser-con {
  padding-top: 2em;
}

.min-ser-con h3 {
  font-size: 20px;
}

.min-ser-con h5 {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}

.team-d {
  width: auto;
  margin: auto;
  float: none;
  display: inline-block;
  margin-top: 20px;
}

.team-d li {
  float: left;
  margin-right: 15px;
}

.team-d li a {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
}

.team-d li a img {
  margin: auto;
  padding: 11px;
}

.b-bg {
  background: #0d74cc;
}

.o-bg {
  background: #fff;
}

.po-so {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 38%;
}

.social-team {
}

.social-team li {
  position: absolute;
}

.social-team li:nth-child(1) {
  left: 0;
}

.social-team li:nth-child(2) {
  right: 0;
}

.social-team li:nth-child(3) {
  top: 50px;
  left: 0;
}

.social-team li:nth-child(4) {
  top: 50px;
  right: 0;
}

.social-team li a {
  width: 40px;
  height: 35px;
  display: block;
  font-size: 20px;
  line-height: 35px;
}

.social-team li a:hover {
  color: #fff !important;
}

.social-team li:nth-child(1) a {
  border-radius: 0px 15px 15px 0;
}

.social-team li:nth-child(2) a {
  border-radius: 15px 0 0px 15px;
}

.social-team li:nth-child(3) a {
  border-radius: 0px 15px 15px 0;
}

.social-team li:nth-child(4) a {
  border-radius: 15px 0 0px 15px;
}

/*About Page Start*/

.sub-banner {
  width: 100%;
  background-image: url(../images/sub-banner.png);
  display: inline-block;
  position: relative;
}

.sub-banner:before {
  content: "";
  position: absolute;
  background: rgb(6 6 6 / 65%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-line h1 {
  color: #fff;
  font-size: 54px;
  position: relative;
  font-weight: 500;
  padding-bottom: 18px;
  margin-bottom: 5px;
}

.text-c {
  display: inline-block;
  color: #fff;
}

.text-line ul li {
  float: left;
  margin: 0px 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.color-t {
  color: #fff;
}

span.po-i-ab {
  position: absolute;
  width: 49%;
  top: -4em;
}

.min-text-line {
  font-size: 20px;
  font-weight: normal;
  color: #282828;
  line-height: 30px;
  margin-top: 5px;
  display: block;
  margin-left: 10px;
}

.min-text-line b {
  margin-top: 7px;
  font-size: 62px;
  float: left;
  line-height: 49px;
  font-weight: 500;
  margin-right: 3px;
}

.min-about {
  position: relative;
}

.play-s {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 45%;
  background: #fff;
  height: 68px;
}

.play-ab {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0c0c0c;
  border: none;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 5vh;
  color: #fff;
}

.min-about:before {
  content: "";
  position: absolute;
  background-image: url(../images/dot.png);
  width: 98%;
  height: 90%;
  right: 13px;
  bottom: -2px;
  z-index: -1;
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.text-con h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

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

.change:before {
  content: "";
  background: #083e54;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 70%;
}

.change:after {
  content: "";
  background-image: url(../images/shape-1.png);
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 70%;
}

.change .container {
  z-index: 9;
  position: relative;
}

.min-change {
  text-align: center;
}

.min-change h2 {
  color: #fff;
  font-weight: 500;
  font-size: 39px;
  line-height: 50px;
}

.min-change h4 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
}

.mar-auto {
  margin: auto;
}

.pl-5-im {
  padding: 0px 8px;
}

.min-box-ch {
  background: #fff;
  position: relative;
  padding: 20px;
}

span.num {
  font-size: 25px;
}

span.po-i-c {
  width: 75px;
  float: right;
  position: absolute;
  right: -11px;
  top: 0;
}

.min-box-ch h3 {
  font-size: 23px;
  margin-top: 27px;
  margin-bottom: 13px;
  color: #171717;
}

.min-box-ch p {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
  color: #303030;
}

.no-m {
  margin: 0px;
}

.no-m .pd-01 {
  padding-left: 0px;
}

.no-m .pd-02 {
  padding-right: 0px;
}

.img-mi-vi h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.img-mi-vi p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
}

.te-right {
  text-align: right;
}

.test-monial {
  background-color: #083e54;
  position: relative;
  overflow: hidden;
}

.test-monial:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 42%;
  right: 0;
  top: 0;
  height: 100%;
}

.test-monial:after {
  content: "";
  position: absolute;
  background-image: url(../images/test.png);
  width: 23%;
  right: 0;
  bottom: -37px;
  height: 92%;
  background-repeat: no-repeat;
  background-size: contain;
}

.wt-text h2 {
  color: #fff;
  top: 1em;
  left: 3em;
}

/*Services*/

.min-con-ser h2 {
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 20px;
}

.min-con-ser p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
}

.img-ser {
  position: relative;
}

.call-ser {
  position: absolute;
  bottom: -22px;
  right: -48px;
  background: #083d54;
  color: #fff;
  padding: 10px 26px;
  font-size: 33px;
  font-weight: 300;
}

.call-ser img {
  width: 44px;
  margin-right: 10px;
}

.min-ser-s {
  position: relative;
  overflow: hidden;
}

.min-ser-s:before {
  content: "";
  position: absolute;
  background-image: url(../images/ser-r.png);
  width: 45%;
  right: 0;
  height: 100%;
  background-size: inherit;
}

.ser-bg {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.ser-bg:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 37%;
  right: 0;
  top: 0;
  height: 100%;
}

.ser-bg:after {
  content: "";
  position: absolute;
  background-image: url(../images/before-why.png);
  width: 35%;
  height: 57%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}

.min-ser-part {
  position: relative;
  overflow: hidden;
}

.ser-det .row {
  margin: 0px;
}

.po-ser-detail {
  background: #ffd200;
  color: #121211;
  font-size: 22px;
  padding: 12px 20px;
  display: inline-block;
  width: 80%;
  text-align: center;
  right: 0;
  position: absolute;
  bottom: 0;
  font-weight: 500;
}

.top-s {
  position: absolute;
  top: 0;
  left: 0;
}

.top-s {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}

.new-pd-7 {
  margin-bottom: 25px;
}

.min-ser-part img {
  clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 20%);
}

.min-ser-part:hover .po-ser-detail {
  background: #121211;
  color: #fff;
}

.ser-bg .container {
  position: relative;
  z-index: 9;
}

.check-li .wi-50 {
  width: 50%;
  float: left;
  line-height: 40px;
  font-size: 18px;
  padding-left: 45px;
  position: relative;
}

.check-li .wi-50:before {
  content: "";
  position: absolute;
  background-image: url(../images/blue-check.png);
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.check-li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.pl-0 {
  padding-left: 0px;
}

/*Services Details Start*/
.marauto {
  margin: auto;
}

.min-img-ser {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.ser-det-cont h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 20px;
}

.ser-det-cont p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.min-img-ser {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ser-det-cont > h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

/*Services Details End*/
/*Property-List*/
.property-list {
  background: #f4f4f4;
}

.min-list-pro {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}

.head-text {
  font-size: 26px;
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  position: relative;
}

.img-po-f {
  position: absolute;
  width: 30px;
  right: 15px;
  top: 13px;
}

.min-f-list {
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}

.filter-list h3 {
  font-size: 20px;
}

.filter-list ul {
  width: 100%;
  display: inline-block;
}

.filter-list ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.filter-list ul li label {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 17px;
  color: #4c4c4b;
}

.filter-list ul li label input {
  width: 20px;
  height: 18px;
  margin-top: 3px;
  float: left;
  margin-right: 10px;
}

.filter-list {
  margin-bottom: 15px;
}

.filter-list .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  min-height: 45px;
  line-height: 45px;
}

.filter-list
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  line-height: 45px;
  padding-left: 10px;
}

.filter-list
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  background: #fff;
  z-index: 9;
  height: 42px;
}

.list-search-view .col-md-4 {
  padding-left: 7px;
  padding-right: 7px;
}

.f-cont-f h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.f-cont-f h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.row.list-search-view {
  margin-right: 0px;
}

.list-search-view .f-cont-f h3 {
  font-size: 18px;
}

.img-map-co li,
.amini-con li {
  font-size: 13px;
}

.list-search-view .col-md-4 {
  margin-bottom: 15px;
}

.list-search-view .min-f-box {
  background: #f8f8f8;
  border: 1px solid #c2c2c2;
}

.pagenum {
  width: 100%;
  text-align: center;
  margin: auto;
}

.pagenum ul {
  display: inline-block;
  margin-top: 20px;
}

.pagenum ul li {
  float: left;
  margin-right: 10px;
}

.pagenum ul li a {
  float: left;
  font-size: 25px;
  font-weight: 400;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #121211;
  text-align: center;
  color: #fff;
}

.pagenum ul .active a {
  background-color: #fff;
  color: #121211;
}

/*Property-details*/
.map-i-con li {
  /* float: left !important; */
  margin-right: 20px;
}

.left-side-detail {
}

.left-side-detail .f-cont-f {
  padding: 0px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.left-side-detail .f-cont-f h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.min-det-f-list .list-unstyled {
  width: 50%;
  float: right;
  direction: rtl;
}

.min-details h6 {
  text-align: right;
}

.min-details h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: right;
}

.property-list-f li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 400;
  text-align: right;
}

.property-list-f li b {
  color: #001935;
  font-weight: 600;
  margin-left: 3px;
  /* text-align: right; */
  /* float: none; */
}

.min-details {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}

.min-details p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.min-feature li {
  width: 33%;
  float: right;
  padding-right: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: right;
  font-weight: 400;
  color: #0c0c0c;
}

.min-feature li:before {
  content: "";
  position: absolute;
  background-image: url(../images/check-mark.png);
  width: 19px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.min-gallery-i > div {
  padding: 0px 7px;
}

.min-gallery-i.row {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

span.pl-5gallery {
  margin-bottom: 14px;
  display: block;
}

.wi-50-img {
  width: 50%;
  float: left;
}

.border-no {
  border-bottom: none;
}

.p-r-5 {
  padding: 0px 7px;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.agent-i {
  float: left;
  margin-right: 15px;
  width: 100px;
}

.agent-de h4 {
  font-weight: 500;
  font-size: 21px;
  color: #fff;
}

.agent-de h6 {
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
}

.test-rating li {
  float: left;
  margin-right: 3px;
  color: #ffffff;
}

.min-chat {
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
}

.agent-chat {
  border-radius: 3px 3px 0px 0px;
  display: inline-block;
  width: 100%;
  background: #0c3f64;
}

.agent-de {
  margin-top: 10px;
}

.click-button {
  width: 100%;
  display: inline-block;
  float: left;
}

.wid-50 {
  width: 50%;
  float: left;
  margin: 0px !important;
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  border: none;
  height: 50px;
  color: #fff;
  line-height: 50px;
}

.view-list {
  background-color: #151515;
}

.send-message {
  background-color: #068cc2;
}

.booking {
  top: 100px;
  z-index: 8;
  position: sticky;
}

.send-message-pro {
  margin-top: 25px;
  background: #083e54;
  padding: 20px;
  border-radius: 4px;
}

.send-message-pro form {
}

.send-message-pro h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.fill-form {
  padding: 15px;
  height: 43px;
  border: none;
  border-radius: 3px;
}

.send-message-pro form .form-group:last-child {
  margin-bottom: 0px;
}

.send-m {
  background: #71a2cc;
  border: none;
  font-size: 22px;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
}

/*Agent List*/
.img-po-be {
  padding: 0px;
}

.bg-agent {
  position: relative;
}

.bg-agent::after {
  content: "";
  position: absolute;
  background-image: url(../images/be-line.png);
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
}

.img-po-be:before {
  display: none;
}

.img-po-be .min-team-i {
  margin-top: -5em;
}

.img-po-be .po-so {
  top: 50%;
}

.min-des li {
  float: left;
  font-size: 14px;
}

.min-des li:last-child {
  float: right;
}

.min-des li img {
  width: 25px;
  margin-right: 5px;
}

.min-des {
  width: 100%;
  display: inline-block;
  padding: 15px 10px;
  border-top: 1px solid #d5d3d3;
  margin-top: 20px;
}

.view-det-b {
  right: 68px;
  background: #083e54;
  border: none;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 68px;
}

.view-det-b img {
  width: 38px;
}

.img-po-be .min-des {
  float: left;
}

.agent-det-b .see-det {
  padding-right: 6.5em;
  background: #8891eb;
}

.img-po-be .agent-det-b button img {
  width: 30px;
}

.agent-det-b {
  float: left;
  width: 100%;
}

.img-po-be .img-t:before {
  border: 2px dashed #fbb901;
}

.agent-det-b .see-det:hover {
  background: #fff;
  color: #121211;
}

.agents-list .col-md-4 {
  padding: 0px 7px;
}

.img-po-be {
  margin-bottom: 15px;
  border: 1px solid #c2c2c2;
  background: #fff;
}

.agents-list {
  background: #f4f4f4;
}

/*Agent-Details*/
.agents-details {
  position: relative;
  overflow: hidden;
}

.agents-details:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 26.5%;
  left: 0;
  top: 0;
  height: 100%;
}

.agents-details:after {
  content: "";
  position: absolute;
  background-image: url(../images/line-af.png);
  width: 26.5%;
  left: 0;
  background-size: cover;
  top: 0;
  height: 100%;
}

.agents-details .container {
  position: relative;
  z-index: 9;
}

.agent-detail-con {
}

.agent-detail-con h3 {
}

.agent-detail-con h4 {
  font-size: 16px;
  font-weight: normal;
  color: #7e7e7e;
  margin-bottom: 20px;
}

.agent-detail-con p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
}

.agent-detail-con > .min-des > ul > li {
  float: left;
  margin-right: 20px;
  font-size: 18px;
}

.agent-detail-con > .min-des > ul > li img {
  width: 30px;
  margin-right: 5px;
}

.agent-detail-con .min-des {
  padding-left: 0px;
}

.agent-detail-con .social-t {
  float: right !important;
}

.agent-detail-con .social-t li {
  margin-right: 0px !important;
}

.po-re-lin {
  position: absolute;
  right: 0;
  width: 50%;
  opacity: 0.4;
}

.pro-list-h2 h2 {
  font-size: 30px;
}

.min-agent-user {
  position: relative;
}

.web-link {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 65px;
  height: 65px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  padding: 15px;
}

/*Blog-List*/
.min-blog-list {
  background-color: #e6e6e6;
  margin-bottom: 30px;
}

.blog-con-one {
  padding: 20px;
}

.admin-left img {
  width: 51px;
  border-radius: 50%;
  margin-right: 10px;
}

.date-right {
  float: right;
  font-size: 14px;
  color: #393939;
  line-height: 48px;
}

.admin-left {
  font-size: 14px;
  color: #393939;
  line-height: 48px;
}

.user-date {
  margin-bottom: 15px;
}

.blog-con-one h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.blog-con-one h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}

.read-more-blog {
  font-size: 22px;
  color: #0f0f0f;
  margin-bottom: 10px;
  display: block;
}

.min-blog-list:hover {
  background-color: #0f0f0f;
}

.min-blog-list:hover .admin-left {
  color: #a4a4a4;
}

.min-blog-list:hover .date-right {
  color: #a4a4a4;
}

.min-blog-list:hover .blog-con-one h3 a {
  color: #fff;
}

.min-blog-list:hover .blog-con-one a {
  color: #fff;
}

.min-blog-list-two {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.po-blog-con-two {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-list-aection-two {
  background-color: #f8f8f8;
}

.min-top-img-blog {
  display: block;
}

.min-blog-list-two:before {
  content: "";
  position: absolute;
  background-image: url(../images/blog-line.png);
  left: 0;
  right: 0;
  bottom: -6px;
  height: 80%;
}

.po-blog-con-two h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.po-blog-con-two h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #fff;
}

.min-blog-list-two:hover .po-blog-con-two h3 a {
  color: #fff !important;
}

.po-blog-con-two .user-date {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.po-blog-con-two span {
  color: #c7c6c6;
}

/*Blog-details*/
.min-date-sec {
  margin: 10px 0;
  width: 100%;
  padding: 10px;
  display: inline-block;
  background: #c1c1c1;
}

.min-date-sec .user-date {
  margin-top: 0px;
  float: left;
  border: none;
  width: auto;
  margin-bottom: 0px;
}

.social-right {
  float: right;
  margin-right: 0;
  margin-top: 8px;
}

.min-date-sec .user-date .admin-left {
  margin-right: 3em;
}

.min-con-b-details p {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.min-cont-details h4 {
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 20px;
}

.min-cont-details blockquote {
  background-color: #161616;
  position: relative;
  padding: 30px;
  margin: 30px 0;
  border-left: 3px solid #fff;
}

.min-cont-details blockquote h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
}

.bloger {
  top: 150px;
  z-index: 8;
  position: sticky;
  background-color: #fff;
  text-align: center;
}

.bloger-i {
  width: 130px;
  height: 130px;
  display: inline-block;
  margin: 20px 0;
}

.bloger-i img {
  border-radius: 50%;
}

.bloger .test-rating {
  width: auto;
  display: inline-block;
  float: none;
  margin: auto;
  text-align: center;
}

.bloger-social-right {
  width: auto;
  display: inline-block;
  float: none;
  text-align: center;
  margin: 20px 0;
}

.bloger-de h4 {
  font-weight: 500;
}

.bloger-de h6 {
  font-weight: normal;
}

/*comment Start*/
.bg-yello {
  position: relative;
  background-color: #f8f8f8;
}

.review-d h2 {
  color: #131313;
  margin-bottom: 41px;
  font-weight: 600;
}

.list-com {
  margin-bottom: 15px;
}

.comment-b-reply {
  width: 87%;
  display: inline-block;
  margin-left: 13%;
  margin-top: 10px;
}

.img-user-co {
  width: 11%;
  /*height: 60px;
    */
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.comment-b-reply .comment-b {
  width: 88.5%;
}

.comment-re h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #000000;
}

.form-com {
  min-height: 49px;
  background: #f8f8f8;
}

.form-com-message {
  min-height: 100px;
  background: #f8f8f8;
}

.img-user-co img {
  width: 60px;
  height: fit-content;
  border-radius: 50%;
  float: left;
  border: 2px solid #ff6600;
}

.comment-b {
  background: #272727;
  display: inline-block;
  width: 90%;
  margin-left: 11px;
  padding: 25px;
  border-radius: 5px;
  position: relative;
}

.view-all button {
  border: none;
}

.post-com p {
  font-weight: normal;
}

button {
  -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;
}

.comment-b h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.comment-b p {
  font-size: 15px;
  color: #cbcbcb;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 0px;
}

.po-date {
  color: #747474;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 24px;
  font-weight: normal;
}

.reply-com {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #5b5b5b;
  color: #ffc312;
  border-radius: 5px 0px;
  border: none;
  width: auto;
  height: 29px;
  line-height: 29px;
  font-size: 11px;
}

.user-icon {
  width: 100px;
  float: left;
  position: relative;
  margin-right: 0px;
  text-align: center;
}

.user-icon:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: transparent;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px dashed #252525;
  -webkit-animation: rotate 6s linear infinite;
  -moz-animation: rotate 6s linear infinite;
  -ms-animation: rotate 6s linear infinite;
  -o-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}

.user-icon img {
  border-radius: 50%;
  width: 70px !important;
  height: 70px;
  margin: 0px !important;
  display: inline-block !important;
}

.post-comment {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin-top: 30px;
}

.af-fo-i3-pd {
  position: absolute;
  left: -6em;
  bottom: 3em;
}

.af-fo-i3-pd img {
  width: 168px;
}

.po-t .post-comment {
  box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
  margin-top: -7%;
}

.post-comment {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin-top: 30px;
}

.comment-re h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #000000;
}

.post-com p {
  font-weight: normal;
}

.form-com {
  min-height: 49px;
  background: #f8f8f8;
}

textarea.form-control {
  height: auto;
}

.form-com-message {
  min-height: 100px;
  background: #f8f8f8;
}

.view-all button {
  border: none;
}

.animation-cer-btn {
  background: #0d3f64;
  padding: 12px 30px;
  color: #f8f8f8;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
  border: none;
  font-size: 23px;
  float: left;
  font-weight: 500;
}

.animation-cer-btn:hover {
  background: #71a2cc;
  color: #000;
}

/*comment End*/
/*Contact Us Start*/
.contact-page-det {
  position: relative;
  overflow: hidden;
}

.contact-page-det:before {
  content: "";
  position: absolute;
  width: 23%;
  background-color: #70a2cfcf;
  right: 0;
  top: 0;
  bottom: 0;
}

.map {
  width: 100%;
  display: block;
  border: 5px solid #0d3f64;
}

.gray-bg {
  background-color: #f8f8f8;
}

.add-con {
  text-align: center;
}

.add-con span {
  width: 50px;
  margin-bottom: 17px;
  display: inline-block;
}

/*Contact Us End*/
/*Login Page*/
.log-cont {
  width: 100%;
  display: inline-block;
}

.po-re-log {
  position: relative;
}

.po-re-log img {
  position: absolute;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.po-re-log .fill-log {
  width: 100%;
  display: inline-block;
  background: #e0e0e0;
  height: 73px;
  padding-left: 71px;
  font-weight: 500;
  color: #000;
  border-radius: 0px;
  border: none;
}

.log-b {
  width: 100%;
  font-size: 27px;
  background: #0d3f64;
  border: none;
  padding: 13px;
  color: #ffffff;
}

.log-b:hover {
  background: #72a3ce;
  color: #ddd9d9;
}

a.lost-p {
  float: right;
  color: red;
}

input.check-log {
  height: 24px;
  width: 24px;
  margin-right: 15px;
  float: left;
}

label.check-b {
  line-height: 25px;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  float: left;
}

.log-social {
  width: auto;
  display: inline-block;
  float: none;
  text-align: center;
  margin: 10px 0;
}

.login-page-bg {
  position: relative;
  overflow: hidden;
}

.login-page-bg:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 26.5%;
  right: 0;
  top: 0;
  height: 100%;
}

.login-page-bg:after {
  content: "";
  position: absolute;
  background-image: url(../images/line-af.png);
  width: 26.5%;
  right: 0;
  background-size: cover;
  top: 0;
  height: 100%;
}

.login-page-bg-2:after {
  content: "";
  position: absolute;
  background-image: url(../images/line-af.png);
  width: 26.5%;
  right: 0;
  background-size: cover;
  top: 0;
  height: 100%;
}
.log-img {
  position: relative;
  z-index: 9;
}

.po-a-re {
  position: absolute;
  bottom: 0;
  background: #0d3f64;
  width: 68%;
  font-size: 28px;
  left: 0;
  direction: rtl;
}

.po-a-re a {
  display: block;
  color: #fff;
}

span.reg-i {
  background: #fff;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 67px;
  margin-right: 20px;
}

.po-i-reg {
  height: 41px;
}

.gray-bg-light {
  background-color: #f8f8f8;
}

.small-check .wi-50-ser li {
  width: 100%;
  display: inline-block;
  float: left;
  line-height: 34px;
  font-weight: normal;
  color: #0f0f0f;
  font-weight: 500;
  padding-left: 45px;
  margin-bottom: 10px;
  position: relative;
}

.small-check .wi-50-ser li:before {
  content: "";
  position: absolute;
  background-image: url(../images/blue-check.png);
  width: 32px;
  height: 32px;
  left: 0;
}

.be-l {
  width: 100%;
  padding-left: 60px;
  position: relative;
  margin-bottom: 0px;
  float: left;
}

.be-l:before {
  content: "";
  background-image: url(../images/l-check.png);
  position: absolute;
  width: 34px;
  height: 34px;
  left: 2px;
  top: 5px;
}

/*Career page*/
.pl-07 {
  padding-left: 7px;
}

.pr-07 {
  padding-right: 7px;
}

.min-cr-list {
  background: #f8f8f8;
  margin-bottom: 15px;
}

.min-sec-cr {
  padding: 25px;
}

.min-cr-list .chat-re-s img {
  height: 35px;
  width: initial;
}

.min-top {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

span.right-s-cr {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 33px;
}

span.left-s-cr {
  font-size: 22px;
  font-weight: 600;
}

.cont-cr h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.cont-cr p {
  font-weight: 400;
}

.min-cr-list:hover .see-det {
  background-color: #fff;
  color: #121211;
}

.min-cr-list:hover .chat-re-s {
  background-color: #121211;
}

.min-cr-list:hover .mes1 {
  opacity: 0;
}

.min-cr-list:hover .mes2 {
  opacity: 1;
}

.left-s-cr {
  position: relative;
}

.left-s-cr:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #121211;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 35px;
}

/*Modal*/
.modal-close {
}

.modal-close {
  position: absolute;
  right: 30px;
  background-color: #fff !important;
  width: 50px;
  height: 57px;
  top: -57px;
  opacity: 1 !important;
  border-radius: 25px 25px 0px 0px;
  line-height: 57px;
}

img.cl-b {
  height: 25px;
}

.modal-real .modal-dialog {
  max-width: 500px;
  margin: 4.75rem auto;
}

.modal-real .modal-content {
  background-color: #fff !important;
  border: none;
}

.modal-real .modal-body {
  padding: 0px;
}

.min-top-modal {
  padding: 20px;
  display: inline-block;
}

.left-m-i {
  width: 70px;
  float: left;
  margin-right: 15px;
}

.right-m-text h3 {
  font-size: 19px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.left-m-i img {
  height: 70px;
}

.right-m-text h3 a {
  font-size: 19px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.right-m-text {
  margin-top: 0px;
  display: inline-block;
}

.modal-agent {
  padding: 20px;
  display: inline-block;
  background: #fff;
  width: 100%;
}

.modal-form {
  width: 100%;
  padding: 20px;
  display: inline-block;
}

.m-form {
  height: 50px;
  border-radius: 5px;
  border: none;
  font-weight: 500;
}

.mod-b {
  width: 100%;
  height: 50px;
  font-size: 22px;
  background: #222222;
  border: none;
  padding: 5px;
  color: #fbb901;
}

.text-area {
  height: 85px !important;
  border-radius: 5px;
  border: none;
  font-weight: 500;
}

.modal-real .modal-body {
  position: relative;
}

.modal-form {
  position: relative;
  z-index: 9;
}

.modal-real .modal-body:before {
  content: "";
  position: absolute;
  background-image: url(../images/ser-r.png);
  width: 67%;
  right: 0;
  height: 221px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-w {
  background-color: transparent;
  border-bottom: 1px solid #222;
}

.bg-w .left-m-i {
  width: 85px;
}

.bg-w .left-m-i img {
  height: 85px;
}

.bg-w .right-m-text h3 {
  margin-bottom: 0px;
}

.bg-w .test-rating {
  display: block;
  margin-top: 5px;
}

.bg-w .right-m-text {
  margin-top: 5px;
  display: inline-block;
}

.login-p img {
  height: 30px;
  width: initial;
  margin-right: 0;
  margin-bottom: 10px;
}

.login-p ul li {
  padding: 10px;
  width: 100%;

  background: #252525;
  text-align: center;
  color: #fff;
}

.login-p ul li a {
  display: block;
  background: #252525;
  text-align: center;
  color: #fff;
}

.thumb-custom {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.thumb,
.thumb-skin-1 {
  position: relative;
  display: block;
  overflow: hidden;
  will-change: transform;
}

.thumb-skin-1 {
  overflow: visible;
}

@media (min-width: 400px) {
  .thumb,
  .thumb-skin-1 {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .thumb,
  .thumb-skin-1 {
    display: block;
  }
}

.thumb.block,
.block.thumb-skin-1 {
  display: block;
}

.thumb + .heading-4 > a,
.thumb-skin-1 + .heading-4 > a {
  transition: 0.35s ease-in;
}

.thumb + .heading-4 > a:hover,
.thumb-skin-1 + .heading-4 > a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .thumb.fixed-height,
  .fixed-height.thumb-skin-1 {
    height: 220px;
  }
}

@media (min-width: 1200px) {
  .thumb.fixed-height,
  .fixed-height.thumb-skin-1 {
    height: 270px;
  }
}

.thumb.fixed-height-2,
.fixed-height-2.thumb-skin-1 {
  height: 250px;
}

@media (min-width: 1200px) {
  .thumb.fixed-height-2,
  .fixed-height-2.thumb-skin-1 {
    height: 320px;
  }
}

.thumb .tag,
.thumb-skin-1 .tag {
  position: absolute;
  color: #ffffff;
  background: #0d3f64;
  right: 0;
  top: 80%;
  width: 100px;
  height: 35px;
  padding: 7px 10px;
  font: 700 20px/1 "Ubuntu", sans-serif;
  z-index: 2;
}

@media (min-width: 992px) {
  .thumb .tag,
  .thumb-skin-1 .tag {
    width: 110px;
    height: 42px;
    direction: ltr;
    top: 77%;
    padding: 9px 12px;
    font: 700 24px/1 "Ubuntu", sans-serif;
  }
}

.thumb .tag .small,
.thumb-skin-1 .tag .small {
  vertical-align: baseline;
  font-size: 14px;
  line-height: 1;
}

.thumb__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s all ease;
}

.thumb__overlay p {
  color: #ffffff;
  padding: 15px 20px;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: 0.5s all ease;
}

.thumb__overlay-2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
  transition: 0.5s all ease;
}

.thumb__overlay-2_cnt,
.thumb__overlay-2_cnt-2 {
  color: #ffffff;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, 48%);
  transform: translate(-50%, 48%);
  transition: 0.5s all ease;
  opacity: 1;
}

.thumb__overlay-2_cnt,
.thumb__overlay-2_cnt-2,
.thumb__overlay-2_cnt h1,
.thumb__overlay-2_cnt-2 h1,
.thumb__overlay-2_cnt h2,
.thumb__overlay-2_cnt-2 h2,
.thumb__overlay-2_cnt h3,
.thumb__overlay-2_cnt-2 h3,
.thumb__overlay-2_cnt h4,
.thumb__overlay-2_cnt-2 h4,
.thumb__overlay-2_cnt h5,
.thumb__overlay-2_cnt-2 h5,
.thumb__overlay-2_cnt h6,
.thumb__overlay-2_cnt-2 h6,
.thumb__overlay-2_cnt .heading-1,
.thumb__overlay-2_cnt-2 .heading-1,
.thumb__overlay-2_cnt .heading-2,
.thumb__overlay-2_cnt-2 .heading-2,
.thumb__overlay-2_cnt .heading-3,
.thumb__overlay-2_cnt-2 .heading-3,
.thumb__overlay-2_cnt .heading-4,
.thumb__overlay-2_cnt-2 .heading-4,
.thumb__overlay-2_cnt .heading-5,
.thumb__overlay-2_cnt-2 .heading-5,
.thumb__overlay-2_cnt .heading-6,
.thumb__overlay-2_cnt-2 .heading-6 {
  color: #ffffff;
}

.thumb__overlay-2_cnt .cnt_inset-1,
.thumb__overlay-2_cnt-2 .cnt_inset-1 {
  padding-left: 45px;
  padding-right: 45px;
}

.thumb__overlay-2_cnt .heading-4,
.thumb__overlay-2_cnt-2 .heading-4 {
  padding-left: 30px;
  padding-right: 30px;
  min-height: 53px;
}

.thumb__overlay-2_cnt * + .btn,
.thumb__overlay-2_cnt-2 * + .btn {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .thumb__overlay-2_cnt,
  .thumb__overlay-2_cnt-2 {
    -webkit-transform: translate(-50%, 68%);
    transform: translate(-50%, 68%);
  }
}

.thumb__overlay-2_cnt-2 {
  width: 100%;
  top: 64%;
}

.thumb__overlay-3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  will-change: transform;
  -webkit-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: 0.5s all ease;
}

.thumb__overlay-3:hover {
  opacity: 1;
}

.thumb:hover .thumb__overlay,
.thumb-skin-1:hover .thumb__overlay {
  opacity: 1;
}

.thumb:hover .thumb__overlay p,
.thumb-skin-1:hover .thumb__overlay p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.thumb:hover .thumb__overlay-2,
.thumb-skin-1:hover .thumb__overlay-2 {
  -webkit-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
}

.thumb:hover .thumb__overlay-2_cnt,
.thumb-skin-1:hover .thumb__overlay-2_cnt,
.thumb:hover .thumb__overlay-2_cnt-2,
.thumb-skin-1:hover .thumb__overlay-2_cnt-2 {
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

@media (min-width: 1200px) {
  .thumb:hover .thumb__overlay-2_cnt,
  .thumb-skin-1:hover .thumb__overlay-2_cnt,
  .thumb:hover .thumb__overlay-2_cnt-2,
  .thumb-skin-1:hover .thumb__overlay-2_cnt-2 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.thumb:hover h4,
.thumb-skin-1:hover h4 {
  transition: 0.35s ease-in;
}

.thumb:hover h4:hover,
.thumb-skin-1:hover h4:hover {
  color: #5ba5ea;
}

.thumb.thumb--effect-lily img,
.thumb--effect-lily.thumb-skin-1 img {
  max-width: 100%;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  transition: transform 0.5s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.thumb.thumb--effect-lily:hover img,
.thumb--effect-lily.thumb-skin-1:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(-7px, 0, 0);
}

.thumb.thumb--effect-lily:hover {
  box-shadow: -7px 4px 20px -4px grey;
  transition: 0.2s ease-out all;
}

.thumb.thumb--effect-lily {
  transition: 0.2s ease-out all;
}

.mobile .thumb.thumb--effect-lily img,
.mobile .thumb--effect-lily.thumb-skin-1 img,
.tablet .thumb.thumb--effect-lily img,
.tablet .thumb--effect-lily.thumb-skin-1 img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile .thumb .thumb__overlay-2_cnt,
.mobile .thumb-skin-1 .thumb__overlay-2_cnt,
.mobile .thumb .thumb__overlay-2_cnt-2,
.mobile .thumb-skin-1 .thumb__overlay-2_cnt-2,
.tablet .thumb .thumb__overlay-2_cnt,
.tablet .thumb-skin-1 .thumb__overlay-2_cnt,
.tablet .thumb .thumb__overlay-2_cnt-2,
.tablet .thumb-skin-1 .thumb__overlay-2_cnt-2 {
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

.mobile .thumb__overlay-2,
.tablet .thumb__overlay-2 {
  -webkit-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
}

/*
* @subsection   Link
*/
.link {
  display: inline-block;
}

/*
* @subsection   Video
*/
.video {
  position: relative;
  padding-bottom: 59.64912%;
}

.video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vide {
  color: #ffffff;
}

.vide,
.vide h1,
.vide h2,
.vide h3,
.vide h4,
.vide h5,
.vide h6,
.vide .heading-1,
.vide .heading-2,
.vide .heading-3,
.vide .heading-4,
.vide .heading-5,
.vide .heading-6 {
  color: #ffffff;
}

.vide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cards h4 a {
  margin-top: 10px !important;
}

@media (min-width: 1200px) {
  .cards h4 a {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  h4 a {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  h4 a {
    font-size: 20px;
    /* margin-top: 32px; */
  }
}

.flow-offset-1 > * {
  margin-bottom: 50px;
}

.cards .text-primary {
  color: #0d3f64 !important;
}

.cards a.text-primary:hover {
  color: #72a3ce !important;
}

@media (min-width: 1200px) {
  .heading-2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .heading-2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

.heading-2 {
  font-size: 26px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .well-xxs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.well-xs {
  padding-top: 56px;
  padding-bottom: 52px;
}

.well-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1281px) {
  .well-sm {
    padding-top: 0.7rem;
    padding-bottom: 0.9rem;
  }
}

.well-sm--inset-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1281px) {
  .well-sm--inset-1 {
    padding-top: 0.85rem;
    padding-bottom: 0.95rem;
  }
}

.well-sm--inset-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1281px) {
  .well-sm--inset-2 {
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
  }
}

.well-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .well-md {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1281px) {
  .well-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.well-md--inset-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .well-md--inset-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1281px) {
  .well-md--inset-1 {
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }
}

.well-md--inset-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .well-md--inset-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1281px) {
  .well-md--inset-2 {
    padding-top: 1rem;
    padding-bottom: 0.9rem;
  }
}

.well-lg {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.well-xl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-con {
  text-align: left;
}

/*== Team Slider Code ==*/
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -5px;
}

.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -25px;
}

.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #ffffff !important;
  border-radius: 50%;
  color: #006c70;
  height: 40px;
  border: 0 !important;
  line-height: 35px;
  position: absolute;
  top: 40%;
  width: 40px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded
  .owl-prev:hover,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded
  .owl-next:hover,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded
  .owl-prev:hover,
.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded
  .owl-next:hover,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #72a3ce !important;
  color: #ffffff;
}

.team_slider.owl-carousel.owl-theme .owl-nav,
.feature_property_home3_slider.owl-carousel.owl-theme .owl-nav,
.feature_property_home6_slider.owl-carousel.owl-theme .owl-nav,
.our_agents_home6_slider.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.feature_property_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.our_agents_home6_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -15%;
}

.feature_property_home6_slider.owl-carousel.owl-theme .owl-stage-outer,
.our_agents_home6_slider.owl-carousel.owl-theme .owl-stage-outer {
  display: inline-block;
}

.feature_post_slider .shop_grid .thumb img {
  margin: 0 auto;
  width: auto;
}

/*== Pricing Table Four ==*/
.membership_container {
  background-color: #ffffff;
  padding: 30px 0 0;
  position: relative;
}

ul.mc_parent_list .membership_header .thumb {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

ul.mc_parent_list .membership_header .thumb:before {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

ul.mc_parent_list .membership_header .thumb a {
  background-color: #ffffff;
  border-radius: 8px;
  height: 30px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
}

ul.mc_parent_list .membership_header .thumb a span {
  font-size: 10px;
}

ul.mc_parent_list .membership_header .thumb .price {
  bottom: 15px;
  color: #ffffff;
  font-family: "Nunito";
  font-size: 22px;
  font-weight: bold;
  left: 0;
  line-height: 1.2;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

ul.mc_parent_list .membership_header .details {
  padding-top: 12px;
}

ul.mc_parent_list .membership_header .details p {
  font-size: 14px;
  font-family: "Nunito";
  color: #4ac959;
  line-height: 1.2;
}

ul.mc_parent_list li {
  margin-right: -3px !important;
}

ul.mc_parent_list ul.mc_child_list.one li {
  font-weight: bold;
  padding: 10px 50px 10px 50px;
}

ul.mc_parent_list ul.mc_child_list.one li,
ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li {
  border-bottom: 1px solid #ebebeb;
  color: #484848;
  font-size: 16px;
  font-family: "Nunito";
  line-height: 3.333;
}

ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li {
  padding: 10px 20px;
}

ul.mc_parent_list ul.mc_child_list.one li:first-child,
ul.mc_parent_list ul.mc_child_list.two li:first-child,
ul.mc_parent_list ul.mc_child_list.three li:first-child,
ul.mc_parent_list ul.mc_child_list.four li:first-child,
ul.mc_parent_list ul.mc_child_list.one li:last-child,
ul.mc_parent_list ul.mc_child_list.two li:last-child,
ul.mc_parent_list ul.mc_child_list.three li:last-child,
ul.mc_parent_list ul.mc_child_list.four li:last-child {
  padding-top: 25px;
}

ul.mc_parent_list ul.mc_child_list.one li:last-child,
ul.mc_parent_list ul.mc_child_list.two li:last-child,
ul.mc_parent_list ul.mc_child_list.three li:last-child,
ul.mc_parent_list ul.mc_child_list.four li:last-child {
  border-bottom: none;
}

ul.mc_parent_list ul.mc_child_list .membership_header h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #484848;
  line-height: 1.333;
  margin: 0;
}

/*== Our Partners ==*/
.our-partner {
  padding: 40px 0;
}

.our_partner {
  text-align: center;
}

.start-partners.home5 {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(4, 172, 149) 0%,
    rgb(255, 101, 101) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(4, 172, 149) 0%,
    rgb(255, 101, 101) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(4, 172, 149) 0%,
    rgb(255, 101, 101) 100%
  );
}

.start-partners.home7 {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(60, 4, 135) 0%,
    rgb(76, 21, 148) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(60, 4, 135) 0%,
    rgb(76, 21, 148) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(60, 4, 135) 0%,
    rgb(76, 21, 148) 100%
  );
}

.services-single-section .owl-carousel .owl-item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.team_member .thumb {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.team_member {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team_member .details {
  padding: 20px 0 5px;
}

.team_member .details a {
  font-size: 20px;
  color: #000;
  transition: all 0.3s ease 0s;
}

.our-partners {
  padding-top: 40px !important;
}

.our-partners {
  padding: 60px 0;
  position: relative;
}

.team_member:hover {
  background-color: #72a3ce;
  transition: all 0.3s ease 0s;
}

.team_member:hover .details a {
  color: #fff;
  transition: all 0.3s ease 0s;
  margin-top: -10px;
}

section {
  /* padding-top: 40px!important; */
  /* padding: 60px 0; */
  position: relative;
}

.main-title {
  position: relative;
  margin-bottom: 50px;
}

.main-title h2 {
  color: #0d3e61;
  /* font-family: "Nunito"; */
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

.main-title p {
  font-size: 16px;
  /* font-family: "Nunito"; */
  color: rgb(114 163 205);
  line-height: 1.2;
  margin-bottom: 0;
}

.properti_city {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 235px;
}

.properti_city:hover {
  cursor: pointer;
}

.properti_city .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.properti_city:hover .thumb img {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}

.properti_city .thumb img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.DistrictImgList {
  /* max-width: 400px; */
}

.properti_city .overlay {
  background: -moz-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(29, 41, 62, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.01)),
    color-stop(100%, rgba(29, 41, 62, 1))
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(29, 41, 62, 1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(29, 41, 62, 1) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(29, 41, 62, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.01) 22%,
    rgba(29, 41, 62, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1d293e', GradientType=0);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  height: 244px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.properti_city .overlay .details {
  bottom: 48px;
  left: 0;
  position: absolute;
  right: 0;
  /* transform: translateY(109%); */
  transition: all 0.6s ease;
}

.properti_city:hover .overlay .details p {
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.properti_city .overlay .details h4 {
  color: #ffffff;
  font-size: 18px;
  /* font-family: "Nunito"; */
  font-weight: bold;
  line-height: 1.2;
}

.properti_city .overlay .details p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
}

.properti_city .overlay .details p {
  font-size: 17px !important;
  padding: 0px 20px;
  color: #ffffff;
  line-height: 1.2;
  transform: translateY(35px);
  transition: all 0.6s ease;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 16px;
  left: 0px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  text-decoration: none;
  border-radius: 0px 50% 50% 0px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

.btn-instagram-pulse2 {
  background-color: #c13584;
  color: white;
  position: fixed;
  bottom: 71px;
  left: 0px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  text-decoration: none;
  border-radius: 0 50% 50% 0;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

.btn-facebook-pulse {
  background-color: #3b5898;
  color: white;
  position: fixed;
  bottom: 127px;
  left: 0px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 2px;
  padding: 24px;
  text-decoration: none;
  border-radius: 0 50% 50% 0;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

.btn-phone-pulse {
  background: #00acee;
  color: white;
  position: fixed;
  bottom: 183px;
  left: 0px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  text-decoration: none;
  border-radius: 0 50% 50% 0;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  /* transform: rotate(45deg); */
  z-index: 999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.services-single-section {
  position: relative;
  padding: 100px 0 90px;
}

.services-widget {
  position: relative;
  margin-bottom: 60px;
}

.cat-list {
  position: relative;
}

.cat-list li {
  position: relative;
  margin-bottom: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cat-list li:before {
  position: absolute;
  left: 20px;
  top: 22px;
  z-index: 1;
  transform: rotate(176deg);
  opacity: 0;
  content: "\f11d";
  font-family: flaticon;
}

.cat-list li:hover::before,
.cat-list li.active::before {
  opacity: 1;
  color: #000;
}

.cat-list li a {
  position: relative;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding: 23px 28px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat-list li a h1 {
  font-size: 16px;
  text-align: right;
}

.cat-list li:hover a,
.cat-list li.active a {
  position: relative;
  color: #000;
  background-color: #71a2ce;
  text-align: right;
  font-weight: bolder;
}

.schedule-widget {
  position: relative;
}

.schedule-widget .image {
  position: relative;
}

.schedule-widget img {
  position: relative;
  width: 100%;
  display: block;
}

.schedule-widget .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #223a66 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #223a66 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #223a66 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(100, #223a66)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #223a66 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #223a66 100%
  );
}

.schedule-widget .content {
  position: absolute;
  left: 16px;
  bottom: 47px;
  right: 40px;
  margin: auto;
  padding-right: 60px;
}

.schedule-widget h3 {
  position: relative;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
  padding-top: 10px;
  text-align: right;
  /* padding-right: 45px; */
}

.schedule-widget .icon {
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 1em;
}

.services-single-section .content-column {
  position: relative;
}

.services-single-section .content-column .inner-column {
  position: relative;
}

.services-single-section .services-carousel {
  position: relative;
}

.services-single-section .carousel-outer {
  position: relative;
  overflow: hidden;
}

.services-single-section .thumbs-carousel {
  position: relative;
  width: 145px !important;
  height: 95px;
  margin: 0 auto;
  direction: ltr;
  overflow: visible;
  margin-top: 10px;
}

.services-single-section .thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.services-single-section .owl-stage-outer .owl-item.active li:before {
  display: none;
}

.services-single-section .thumbs-carousel .owl-nav,
.services-single-section .thumbs-carousel .owl-prev {
  display: none;
}

.services-single-section .thumbs-carousel li {
  cursor: pointer;
  height: 108px;
}

.services-single-section .thumbs-carousel li img {
  height: 108px;
}

.services-single-section .thumbs-carousel li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
  /* background-color: #fb95c1e0; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-single-section .thumbs-carousel li:hover::before {
  opacity: 0;
}

.services-single-section h2 {
  position: relative;
  color: #223a66;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  /* margin-top: 40px; */
  margin-bottom: 19px;
}

.services-single-section .text {
  position: relative;
}

.services-single-section p {
  position: relative;
  color: #222;
  font-size: 16px;
  text-align: right;
  line-height: 1.7em;
  margin-bottom: 15px;
}

.plan-list {
  position: relative;
}

.plan-list li {
  position: relative;
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  text-align: right;
}

.plan-list li i {
  position: relative;
  padding-right: 8px;
  background-color: #fff;
}

.plan-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  height: 1px;
  width: 100%;
  border: 1px dashed #e5e5e5;
}

.plan-list li span {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 8px;
  background-color: #fff;
}

.list-style-three {
  position: relative;
}

.list-style-three li {
  position: relative;
  color: #222;
  font-weight: 500;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20px;
}

.list-style-three li:before {
  position: absolute;
  content: "\f193";
  right: 0;
  top: 0;
  font-family: flaticon;
}

.contact-page-section {
  position: relative;
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-page-section .pattern-layer {
  position: absolute;
  content: "";
  left: 0;
  top: 210px;
  right: 0;
  bottom: 0;
  width: 224px;
  height: 488px;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  padding-top: 35px;
}

.contact-address {
  position: relative;
  margin-bottom: 40px;
}

.contact-address .inner {
  position: relative;
}

.contact-address .icon-box {
  position: relative;
  color: #fb91bf;
  font-size: 40px;
  line-height: 1em;
}

.contact-address .inner h4 {
  position: relative;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 18px;
  margin-bottom: 10px;
}

.contact-address .text {
  position: relative;
  font-size: 16px;
  line-height: 1.7em;
  color: rgba(34, 34, 34, 0.7);
}

.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 55px 50px;
  background-color: rgba(34, 58, 102, 0.9);
}

.contact-page-section .title-box {
  position: relative;
  margin-bottom: 35px;
}

.contact-page-section .title-box .title {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.contact-page-section .title-box h3 {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 3px;
}

.contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form .form-group.comment-group .icon {
  top: 0;
}

.contact-form .form-group .icon {
  position: absolute;
  left: 0;
  top: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  color: #a5a5a5;
  line-height: 26px;
  padding: 0 15px 8px 35px;
  height: 50px;
  font-size: 14px;
  border-radius: 2px;
  background: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #fb91bf;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 0 15px 10px 35px;
  color: #a5a5a5;
  height: 100px;
  font-size: 14px;
  resize: none;
  border-radius: 2px;
  background: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group .submit-btn {
  position: relative;
  border-radius: 50px;
  color: #223a66;
  width: 100%;
  font-weight: 500;
  padding: 16px 8px;
  margin-top: 15px;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group .submit-btn:hover {
  background: 0 0;
  color: #fff;
}

.listing_attributes {
  color: #707070;
  font-weight: 400;
  margin-right: 12px;
  font-size: 14px;
  margin-bottom: 7px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.listing_attributes img {
  height: 18px;
}

.listing_attributes {
  text-align: center;
}

.listing_attributes a {
  color: #000;
}

.listing_attributes img {
  height: 18px;
}

aside.single-side-box.feature {
  margin-bottom: 47px;
}

.sidebar aside.single-side-box {
  margin-bottom: 60px;
}

.feature {
  position: relative;
  /* padding-left: 55px; */
}

.aside-title {
  margin-bottom: 30px;
  text-align: right;
}

.aside-title h5 {
  color: #004395;
  line-height: 20px;
  margin: 0;
  text-align: left;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}

.aside-title h5::before {
  background: #004395 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.single-side-box.feature .feature-property {
  /* padding-left: 9px; */
  /* padding-right: 9px; */
}

.feature .feature-property .single-property {
  margin-bottom: 13px;
}

.single-property {
  position: relative;
}

.property-img {
  overflow: hidden;
}

.property-img > a {
  display: block;
}

.property-img a img {
  transition: all 0.5s ease 0s;
  width: 100%;
  display: block;
  object-fit: cover;
  height: 97px;
}

.property-desc {
  background: #0d3f64 none repeat scroll 0 0;
}

.feature .feature-property .property-desc-top {
  padding: 13px 9px 9px;
}

.property-desc-top {
  padding: 25px 18px 15px;
  position: relative;
}

.feature .feature-property .property-desc-top h6 {
  font-size: 14px;
}

.property-desc-top h6 {
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 6px;
}

.feature .property-desc-top h4.price {
  font-size: 14px;
  position: inherit;
  right: 0;
  top: inherit;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.property-desc-top h4.price {
  color: #f9c322;
  font-size: 20px;
  margin-bottom: 0;
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-side-detail .f-cont-f {
  padding: 0px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.f-cont-f {
  padding: 0px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.f-cont-f h3 {
  font-size: 25px;
  font-weight: 500;
  direction: ltr;
  margin-bottom: 15px;
}

.f-cont-f h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.img-map-co {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  margin-top: 5px;
}

.map-i-con li {
  /* float: left !important; */
  margin-right: 20px;
}

.img-map-co li,
.amini-con li {
  font-size: 13px;
}

.img-map-co li {
  /* float: left; */
  font-size: 15px;
  color: #5a5a5a;
}

.map-i {
  height: 20px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 10px !important;
  padding: 60px 0;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  /* max-width: 100%; */
  transition: all 0.3s ease-in-out;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  /* box-shadow: 1px 12px 20px -16px #000; */

  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  /* text-align: center; */
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.service-details .card-text {
  color: #5e5e5e;
}

.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: #71a2cc;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: #71a2cc;
}

.service-details .card:hover .card-body .card-title a {
  color: #71a2cc;
}
.page-area-full {
  border: 2px solid #eee;
  padding: 20px;
}
.page-area-full {
  border: 1px solid #0a3e64;
  padding: 20px;
  border-style: dashed;
  text-align: left;
}
.page-area-full h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.page-area-full p {
  line-height: 30px;
}
.blog__area {
  margin-top: 20px;
}
.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  text-align: center;
  color: #222222;
  font-weight: 700;
  /* padding-bottom: 25px; */
  text-transform: capitalize;
}
.blog-area .blog-slider.owl-theme .owl-dots {
  margin-top: 0 !important;
  line-height: 0;
}

.blog-area .blog-slider.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  background: transparent;
  border: 2px solid #207ef7;
  border-radius: 50%;
}

.blog-area .blog-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #207ef7;
  border-radius: 10px;
}

.blog-card {
  background-color: #f9f9f9;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-card img {
  border-radius: 5px;
  transition: 0.6s;
}

.blog-card .b-card-text {
  padding: 30px 25px;
  z-index: 100;
  position: relative;
  color: #ffffff !important;
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.blog-card .b-card-text span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #555555;
  margin-bottom: 10px;
}

.blog-card .b-card-text span.t-right {
  position: absolute;
  color: #555555;
  right: 40px;
  padding-top: 2px;
}

.blog-card .b-card-text h3 {
  line-height: 1.1;
}

.blog-card .b-card-text h3 a {
  font-size: 20px;
  color: #292323;
}

.blog-card .b-card-text p {
  font-size: 15px;
  color: #000;
}

.blog-card .b-card-text .view-more {
  padding: 18px 22px;
  margin-top: 24px;
  grid-gap: 6px;
  padding: 18px 20px;
  border-radius: 6px;
  margin-top: 22px;
}

.blog-card .b-card-text .view-more {
  justify-self: center;
  display: grid;
  /* grid-template-columns: auto auto; */
  align-items: center;
  line-height: 1;
  grid-gap: 4px;
  border-radius: 4px;
  background-color: #cecece;
  color: #575757;
  font-weight: bolder;
  padding: 24px 14px;
  margin-top: 16px;
  transition: all 0.3s ease-out;
}

.blog-card .b-card-text .view-more a i {
  top: 3px;
  position: relative;
  font-size: 17px;
}

.blog-card:hover img {
  transform: rotate(1deg) scale(1.1);
}

.cmn-btn a {
  position: relative;
  padding: 17px 45px;
  height: 65px;
  font-weight: 500;
  font-size: 17px;
  width: 65px;
  background: linear-gradient(267deg, #1a4147, #1a4147);
  color: #fff;
  text-transform: uppercase;
}

.cmn-btn a:before {
  left: 10px;
  top: 10px;
}

.cmn-btn a:before,
.cmn-btn a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #222;
  z-index: -1;
  transition: all linear 0.3s;
}

.cmn-btn a:after {
  left: 0;
  top: 0;
  transition-delay: 0.3s;
}

.cmn-btn a:hover {
  background: #005046;
  box-shadow: 0 10px 40px -10px rgb(5 117 230 / 50%);
}

.cmn-btn a:hover:before {
  left: 0;
  top: 0;
  border: 3px solid #005046;
}

.cmn-btn a:hover:after {
  left: -10px;
  top: -10px;
  border: 3px solid #005046;
}
.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}
/***************blog-page-area**************/

.blog-area {
  padding: 70px 0;
  text-align: right;
}
.blog-area .blog_img img {
  width: 100%;
  margin-bottom: 30px;
}
.blog-area .main_p {
  height: auto;
  overflow: hidden;
  padding: 5px 10px;
  text-align: left;
  border-right: 2px solid #72a3ce;
  font-size: 15px;
}
.blog-area .blog_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  height: 45px;
  overflow: hidden;
  color: #333;
}

.blog-area .blog_box .date {
  background: #e5f3ff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 70px;
  padding: 6px 0;
  margin-bottom: 5px;
}

.blog-area .blog_box .date h2 {
  font-weight: 700;
  font-size: 30px;
  border-bottom: 1px solid #fff;
}

.blog-area .blog_box .date span {
  font-size: 16px;
}

.blog-area .blog_box .comment_box {
  width: 70px;
  height: 40px;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 40px;
  display: block;
}

.blog-area .blog_content {
  position: relative;
  padding-left: 90px;
  padding-right: 15px;
}
.blog-area .blog_content p {
  height: 70px;
  overflow: hidden;
  color: #6c757d;
}
.blog-area .blog_content .blog_meta {
  position: absolute;
  left: 12px;
  top: 0;
}

.blog-area a.date,
.blog-area a.comment_box {
  color: #565656;
}

.blog-area .blog_box {
  margin-bottom: 45px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
}

.blog-area .paginations_menu li {
  display: inline-block;
}

.blog-area .paginations_menu a {
  padding: 0 6px;
  color: #565656;
  transition: 0.3s linear;
  font-size: 15px;
}

.blog-area .paginations_menu a:hover {
  color: #44a6f0;
}

.blog-area .paginations_menu .nav a {
  width: 30px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.blog-area .paginations_menu .prev a:hover {
  border-right-color: #44a6f0;
}

.paginations_menu .prev a {
  border-left: 1px solid;
}

.blog-area .paginations_menu .next a {
  border-right: 1px solid;
}

.blog-area .paginations_bar {
  margin-top: 20px;
}
/*********blog-details*********/
.blog-area .blog_full_content img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.blog-area .blog_full_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.blog-area .blog_full_content .blog_meta {
  margin-bottom: 30px;
}
.blog-area .blog_full_content .blog_meta a {
  color: #565656;
  margin-left: 35px;
}
.blog-area .blog_full_content .blog_quote {
  background: #edf7ff;
  padding: 25px 70px 20px 60px;
  position: relative;
}
.blog-area .tag_and_social_bar {
  padding: 70px 0;
}
.blog-area .comment_area h4 {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 700;
}
.blog-area .comment_area .comment_wraper {
  margin-bottom: 105px;
}
.blog-area .comment_area .comment_wraper .comment_content {
  position: relative;
  padding-right: 135px;
  margin-bottom: 60px;
}
.blog-area .comment_area .comment_wraper .single_comment .user_photo {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  /* z-index: 2; */
}
.blog-area .comment_area .comment_wraper .single_comment > .single_comment {
  margin-right: 70px;
}
.blog-area .comment_area .comment_wraper .user_details {
  margin-bottom: 15px;
}
.blog-area .comment_area h4 {
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 700;
}
.blog-area .contact_form input {
  height: 58px;
}

.blog-area .contact_form input,
.contact_form textarea {
  width: 100%;
  margin-bottom: 30px;
  background: #f5f5f5;
  border: 1px solid transparent;
  text-indent: 15px;
  transition: 0.3s linear;
}
.blog-area .custom_btn {
  color: #fff;
  background: #44a6f0;
  padding: 15px 30px;
  transition: 0.3s linear;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
  text-align: center;
  min-width: 180px;
}
.blog-area form.widget_search_bar {
  width: 100%;
  height: 56px;
  position: relative;
  margin-bottom: 60px;
}
.blog-area .widget_search_bar input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: bold;
  background: #dff1ff;
  text-indent: 15px;
}
.blog-area .widget_search_bar button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 20px;
}
.blog-area .recent_post {
  margin-bottom: 30px;
}
.blog-area .recent_post > ul {
  border: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
.blog-area .nav-tabs .nav-item {
  margin-bottom: -1px;
  /*    position: relative;*/
}
.blog-area .recent_post .nav-tabs .nav-link {
  /*    font-family: 'Unna', serif;*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-area .recent_post > ul > li > a {
  padding: 0 5px 15px 0;
  color: #565656 !important;
  font-size: 20px;
  font-weight: 700;
  border: none !important;
  margin-right: 21px;
  position: relative;
}
.blog-area .recent_post > ul > li > a:hover:after,
.blog-area .recent_post > ul > li > a.active:after {
  visibility: visible;
  opacity: 1;
}

.blog-area .recent_post > ul > li > a:after {
  position: absolute;
  content: "";
  background: #30a9de;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  right: 0;
  transition: 0.3s linear;
  bottom: -2px;
  visibility: hidden;
  opacity: 0;
}

.blog-area a.single_recent_post {
  position: relative;
  margin-bottom: 20px;
  padding-right: 114px;
  color: #565656;
  padding: 15px 114px 15px 0px;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  height: 115px;
  border-bottom: 2px solid #72a3ce;
}
.blog-area .widget_raper h4 {
  /* margin-top: 30px; */
  margin-bottom: 10px;
}
.blog-area .single_recent_post .rp_img {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-area .single_recent_post h4 {
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s linear;
  margin-bottom: 10px;
}
.blog-area .single_recent_post span {
  display: inline-block;
}
.blog-area .widget_menu_bar {
  margin-bottom: 50px;
}
.blog-area .widget_menu_bar > h4,
.widget_tag > h4,
.filter_slider h5,
.recent_post h5 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
  display: block;
}
.blog-area .widget_menu_bar > h4:after,
.widget_tag > h4:after,
.filter_slider h5:after,
.recent_post h5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #6fbaf3;
  bottom: -3px;
  right: 0;
  border-radius: 5px;
}
.blog-area .widget_menu a {
  color: #565656;
  transition: 0.3s linear;
  margin-bottom: 10px;
  color: #565656;
  cursor: pointer;
}
.blog-area .widget_menu_bar .widget_menu i {
  padding-left: 10px;
}
.blog-area .widget_menu_bar > h4:after,
.widget_tag > h4:after,
.filter_slider h5:after,
.recent_post h5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #6fbaf3;
  bottom: -3px;
  right: 0;
  border-radius: 5px;
}
.blog-area .widget_tag ul.tag_list {
  margin: 0 -5px;
}
.blog-area .widget_tag li {
  display: inline-block;
}
.blog-area .widget_tag a {
  color: #565656;
  /*    padding: 0 10px;*/
  margin-bottom: 15px;
  border: 1px solid #cacaca;
  line-height: 50px;
  margin: 0 5px 15px;
  padding: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-nav-toggler {
    display: block !important;
    margin-top: 30px !important;
  }
}
.class {
  display: flex;
  justify-content: center;
}
