/* 
	THIS CSS IS GENERATED BY SCSS - SASS
	BEST PLACE TO PUT MODIFICATION TO AVOID CODE OVERRIDE
	IS IN SITE OVERRIDE 

*/

/* FOOTER AND CONTACT SECTIION ADJUSTMENTS */
.address-block {
    margin: 20px 0;
}

.address-block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.address-block .fas {
	font-size: 20px;
    color: #999;
}

.address-block .address {
    color: #999;
    line-height: 1 !important;
    font-size: 12px;
    text-align: center;
}

.address-block .address span {
    color: #999;
    display: block;
    font-size: 12px;
    text-align: center;
}

tr.address .fas {
    text-align: center;
    margin-right: 10px;
    width: 22px;
    font-size: 20px;
}

tr.address td:last-of-type span {
    color: #fff;
    display: block;
	line-height: 1.2 !important;
}

@media(max-width:423px) {
	div.section__contact .theme__container .__info table {
		margin: 0 auto; }
	div.section__contact .theme__container .__info tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center; }
	div.section__contact .theme__container table td {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
    	padding-bottom: 15px;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center; }
	div.section__contact .theme__container .__info tr td:first-of-type {
   		padding-bottom: 0; }
	div.section__contact .theme__container table td img,
	tr.address .fas {
		margin-right: 0 !important;
		margin-bottom: 5px; }
}

/**/

html, body {
  overflow: hidden;
  height: 100%;
  position: relative;
  background: #0c0c0c;
}
@media (max-width: 991px) {
  html, body {
    overflow-x: visible;
  }
}

html, body, div, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: #0c0c0c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.btn-primary {
  border-radius: 0;
  padding: 17px 35px;
  background-color: #25287e;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
  font-size: 16px;
  border: 1px solid #25287e;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  z-index: 999;
}
@media (max-width: 535px) {
  .btn-primary {
    font-size: 14px;
  }
}
.btn-primary:before {
  content: '';
  width: 12px;
  height: 11px;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/btn_arrow.png);
  font-family: fontawesome;
  font-size: 14px;
  float: right;
  top: 5px;
  position: relative;
  margin-left: 15px;
}
.btn-primary:after {
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
.btn-primary:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.btn-primary:active, .btn-primary:focus {
  background: #25287e !important;
  border-color: #25287e;
  outline: 0 solid transparent;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #25287e !important;
  border-color: transparent;
}

.overlay {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all linear;
          transition: all linear;
  -webkit-animation: grow 0.4s linear;
          animation: grow 0.4s linear;
  z-index: 2;
}

.caret {
  color: transparent;
  position: relative;
  line-height: 0;
}
.caret:before {
  content: '\f107';
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  top: -16px;
  left: 20px;
  font-size: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
@media (max-width: 991px) {
  .caret:before {
    font-size: 16px;
    top: -18px;
    left: 10px;
  }
}

body, p, span, td, tr, div, strong {
  line-height: 30px !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0;
  text-align: justify;
}
@media (max-width: 535px) {
  body, p, span, td, tr, div, strong {
    font-size: 14px;
    text-align: left;  
  }
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #4a9cc2;
  color: #fff !important;
}

.theme__container {
  max-width: 1170px;
  float: none;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
}
@media (max-width: 991px) {
  .theme__container {
    height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .theme__container {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .theme__container {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .theme__container {
    padding: 0 30px;
  }
}

/* HEADER */
.__header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  padding: 40px 40px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}
@media (max-width: 767px) {
  .__header {
    padding-top: 10px;
    padding-right: 10px;
  }
}
.__header .pageLogo {
  position: relative;
}
.__header .pageLogo img {
  width: 160px;
}
@media (max-width: 991px) {
  .__header .pageLogo img {
    width: 100px;
  }
}
.__header.nowHide {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.__header div.btn__menu {
  float: right;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
.__header div.btn__menu.scrolled {
  background: rgba(0, 0, 0, 0.2);
}
.__header div.btn__menu.open span.__icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.__header div.btn__menu.open span.__icon:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.__header span.text {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .__header span.text {
    display: none;
  }
}
.__header span.__icon {
  width: 32px;
  height: 4px;
  background: #ec682b;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: -12px;
  color: #0c0c0c;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.__header span.__icon:before {
  width: 32px;
  height: 4px;
  background: #ec682b;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -webkit-transform: translateX(-7px);
      -ms-transform: translateX(-7px);
          transform: translateX(-7px);
}
.__header span.__icon:after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  width: 32px;
  height: 4px;
  background: #ec682b;
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.overlay__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 700ms step-start, -webkit-transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
          transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
  opacity: 0;
}
.overlay__menu:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 0.1s, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 0.1s;
          transition: transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 0.1s, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 0.1s;
}
@media (max-width: 991px) {
  .overlay__menu:before {
    display: none;
  }
}
.overlay__menu div.__menu {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #000;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .overlay__menu div.__menu {
    width: 100%;
  }
}
.overlay__menu ul.list__wrapper {
  padding: 0;
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}
@media (max-width: 991px) {
  .overlay__menu ul.list__wrapper {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    max-width: 245px;
  }
}
.overlay__menu ul.list__wrapper li.exit a {
  -webkit-transform: translate3d(0, 100px, 0) !important;
          transform: translate3d(0, 100px, 0) !important;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.8, 0, 0.55, 0.94);
          transition: transform 300ms cubic-bezier(0.8, 0, 0.55, 0.94);
}
.overlay__menu ul.list__wrapper li {
  list-style-type: none;
  padding: 24px 0;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1400px) {
  .overlay__menu ul.list__wrapper li {
    padding: 18px 0;
  }
}
@media (max-width: 1024px) {
  .overlay__menu ul.list__wrapper li {
    padding: 8px 0;
  }
}
@media (max-width: 500px) {
  .overlay__menu ul.list__wrapper li {
    padding: 6px 0;
  }
}
.overlay__menu ul.list__wrapper li a {
  display: block;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: opacity 500ms step-start, -webkit-transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-start, background-color 500ms cubic-bezier(0.8, 0, 0.55, 0.94);
          transition: opacity 500ms step-start, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-start, background-color 500ms cubic-bezier(0.8, 0, 0.55, 0.94);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  text-decoration: none;
}
.overlay__menu ul.list__wrapper li a:hover {
  -webkit-transition: all ease-out 0.3s !important;
          transition: all ease-out 0.3s !important;
  color: #ec682b;
}
.overlay__menu ul.list__wrapper li a:hover span.caret:before {
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  color: #ec682b;
}
@media (max-width: 1400px) {
  .overlay__menu ul.list__wrapper li a {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .overlay__menu ul.list__wrapper li a {
    font-size: 26px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .overlay__menu ul.list__wrapper li a {
    font-size: 18px;
    line-height: 18px;
  }
}
.overlay__menu ul.list__wrapper li a span.caret:before {
  content: '';
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  font-size: 20px;
  left: 10px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.8, 0, 0.55, 0.94);
          transition: transform 300ms cubic-bezier(0.8, 0, 0.55, 0.94);
}
@media (max-width: 1400px) {
  .overlay__menu ul.list__wrapper li a span.caret:before {
    margin-top: 1px;
  }
}
@media (max-width: 1024px) {
  .overlay__menu ul.list__wrapper li a span.caret:before {
    margin-top: 6px;
    width: 15px;
    height: 15px;
    left: 5px;
  }
}
@media (max-width: 500px) {
  .overlay__menu ul.list__wrapper li a span.caret:before {
    margin-top: 11px;
    width: 10px;
    height: 10px;
    left: 0;
  }
}
.overlay__menu ul.list__wrapper li.open {
  overflow: visible;
}
.overlay__menu ul.list__wrapper li.open ul.dropdown-menu {
  max-height: 600px;
}
.overlay__menu ul.list__wrapper li.open a span.caret:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.overlay__menu ul.list__wrapper li ul.dropdown-menu {
  position: relative;
  width: 100%;
  background: transparent;
  height: auto;
  border: 0;
  max-height: 0;
  -webkit-transition: max-height linear 800ms;
          transition: max-height linear 800ms;
  overflow: hidden;
  z-index: 9999999;
  display: block !important;
  clear: both;
  margin: 0;
  padding: 0;
}
.overlay__menu ul.list__wrapper li ul.dropdown-menu li:first-child {
  margin-top: 15px;
}
@media (max-width: 500px) {
  .overlay__menu ul.list__wrapper li ul.dropdown-menu li:first-child {
    margin-top: 7px;
  }
}
.overlay__menu ul.list__wrapper li ul.dropdown-menu li:last-child {
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .overlay__menu ul.list__wrapper li ul.dropdown-menu li:last-child {
    margin-bottom: 7px;
  }
}
.overlay__menu ul.list__wrapper li ul.dropdown-menu li {
  padding: 0;
  margin: 0;
}
.overlay__menu ul.list__wrapper li ul.dropdown-menu li a {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 5px 36px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .overlay__menu ul.list__wrapper li ul.dropdown-menu li a {
    font-size: 16px;
    padding: 4px 36px;
  }
}
@media (max-width: 500px) {
  .overlay__menu ul.list__wrapper li ul.dropdown-menu li a {
    font-size: 14px;
    padding: 3px 36px;
  }
}
.overlay__menu ul.list__wrapper li ul.dropdown-menu li a:hover {
  background: transparent;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  color: #ec682b !important;
}
.overlay__menu ul.list__wrapper li:nth-child(1) a {
  -webkit-transition-delay: 460ms;
          transition-delay: 460ms;
}
.overlay__menu ul.list__wrapper li:nth-child(2) a {
  -webkit-transition-delay: 520ms;
          transition-delay: 520ms;
}
.overlay__menu ul.list__wrapper li:nth-child(3) a {
  -webkit-transition-delay: 580ms;
          transition-delay: 580ms;
}
.overlay__menu ul.list__wrapper li:nth-child(4) a {
  -webkit-transition-delay: 640ms;
          transition-delay: 640ms;
}
.overlay__menu ul.list__wrapper li:nth-child(5) a {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.overlay__menu ul.list__wrapper li:nth-child(6) a {
  -webkit-transition-delay: 760ms;
          transition-delay: 760ms;
}
.overlay__menu ul.list__wrapper li:nth-child(7) a {
  -webkit-transition-delay: 820ms;
          transition-delay: 820ms;
}
.overlay__menu ul.list__wrapper li:nth-child(8) a {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}
.overlay__menu ul.list__wrapper li:nth-child(9) a {
  -webkit-transition-delay: 940ms;
          transition-delay: 940ms;
}
.overlay__menu ul.list__wrapper li:nth-child(10) a {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.overlay__menu .logo__wrapper {
  position: relative;
  z-index: 1;
}
.overlay__menu .logo__wrapper img {
  max-width: 150px;
  position: relative;
  top: 20px;
  left: 30px;
}
@media (max-width: 991px) {
  .overlay__menu .logo__wrapper img {
    max-width: 90px;
    position: relative;
    top: 45px;
    left: 60px;
  }
}
@media (max-width: 767px) {
  .overlay__menu .logo__wrapper img {
    max-width: 90px;
    position: relative;
    top: 15px;
    left: 40px;
  }
}
.overlay__menu span.exit {
  font-size: 30px;
  z-index: 111;
  position: relative;
  display: none;
}
.overlay__menu span.exit span {
  position: relative;
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  float: right;
  right: 103px;
  top: 35px;
  margin: 20px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.overlay__menu span.exit span:hover {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.overlay__menu span.exit span:before {
  content: '';
  width: 4px;
  height: 40px;
  background-color: #ec682b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 991px) {
  .overlay__menu span.exit span:before {
    height: 25px;
  }
}
.overlay__menu span.exit span:after {
  content: '';
  width: 4px;
  height: 40px;
  background-color: #ec682b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 991px) {
  .overlay__menu span.exit span:after {
    height: 25px;
  }
}

.overlay__menu.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.overlay__menu.open:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.overlay__menu.open ul.list__wrapper li a {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.overlay__menu.exit {
  -webkit-transition: -webkit-transform .3s ease-out 0.3s;
          transition: transform .3s ease-out 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.overlay__menu.exit:before {
  -webkit-transition: -webkit-transform .3s ease-out 0.1s;
          transition: transform .3s ease-out 0.1s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* Mobile */
@media only screen and (min-width: 992px) {
  nav.mobile_menu {
    display: none;
  }
}
nav.mobile_menu header {
  position: fixed;
  overflow: visible;
  z-index: 999;
  width: 100%;
  -webkit-transition: all ease-out 0.25s;
          transition: all ease-out 0.25s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
nav.mobile_menu header img.mobile-logo {
  max-width: 120px;
  margin: 0 15px;
  z-index: 9999999;
  display: inline-block;
}
@media (max-width: 340px) {
  nav.mobile_menu header img.mobile-logo {
    max-width: 100px;
    position: relative;
    top: 5px;
  }
}
nav.mobile_menu header span.icon {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #0c0c0c;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  cursor: pointer;
  padding: 10px 0;
  margin-top: 12px;
}
@media (max-width: 320px) {
  nav.mobile_menu header span.icon {
    margin-top: 6px;
  }
}
nav.mobile_menu header span.icon:hover {
  color: #25287e;
}
nav.mobile_menu header span.icon:hover span {
  background: #25287e;
}
nav.mobile_menu header span.icon:hover span:before {
  background: #25287e;
  width: 16px;
}
nav.mobile_menu header span.icon:hover span:after {
  background: #25287e;
}
nav.mobile_menu header span.icon span {
  width: 22px;
  height: 3px;
  background: #0c0c0c;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: -10px;
  color: #0c0c0c;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
nav.mobile_menu header span.icon span:before {
  width: 22px;
  height: 3px;
  background: #0c0c0c;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
nav.mobile_menu header span.icon span:after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  width: 22px;
  height: 3px;
  background: #0c0c0c;
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
}
nav.mobile_menu header a.phone-number {
  margin-top: 23px;
  float: right;
  font-size: 23px;
  color: #0c0c0c;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
@media (max-width: 320px) {
  nav.mobile_menu header a.phone-number {
    margin-top: 18px;
  }
}
nav.mobile_menu header a.phone-number:hover {
  color: #25287e;
}
nav.mobile_menu header.scrolled {
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

/* -------------
	GLOBAL / SLIDER SETTINGS
   ------------- */
div.swiper-container,
div.swiper-wrapper {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  div.swiper-container,
  div.swiper-wrapper {
    display: block !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991px) {
  .swiper-slide {
    height: auto;
  }
}

div.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

div.section {
  padding: 0;
}
@media (max-width: 991px) {
  div.section {
    position: relative;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  div.section {
    padding: 40px 0;
  }
}
div.section .theme__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
div.section .theme__container .__data {
  padding: 0;
}
@media (max-width: 767px) {
  div.section .theme__container .__data p {
    line-height: 24px !important;
  }
}
div.section .theme__container h2 {
  font-size: 85px;
  color: #fff;
}
@media (max-width: 991px) {
  div.section .theme__container h2 {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  div.section .theme__container h2 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 991px) {
  div.section .theme__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* -------------
	GLOBAL
   ------------- */
div.section__about,
div.section__mission,
div.section__faq,
div.section__contact {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
div.section__about div,
div.section__mission div,
div.section__faq div,
div.section__contact div {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

div.section__sell, div.section__hero {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

div.section__get__started div {
  -webkit-transform: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
}

div.section__hero,
div.section__about,
div.section__mission,
div.section__sell,
div.section__get__started,
div.section__faq,
div.section__contact {
  overflow: hidden;
  position: relative;
}
div.section__hero .__bg,
div.section__about .__bg,
div.section__mission .__bg,
div.section__sell .__bg,
div.section__get__started .__bg,
div.section__faq .__bg,
div.section__contact .__bg {
  display: none;
}
div.section__hero:before,
div.section__about:before,
div.section__mission:before,
div.section__sell:before,
div.section__get__started:before,
div.section__faq:before,
div.section__contact:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}
@media (min-width: 1025px) {
  div.section__hero:before,
  div.section__about:before,
  div.section__mission:before,
  div.section__sell:before,
  div.section__get__started:before,
  div.section__faq:before,
  div.section__contact:before {
    -webkit-animation: scaleto 30s linear alternate infinite;
            animation: scaleto 30s linear alternate infinite;
  }
}
@media all and (min-width: 1025px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.section__hero:before,
  div.section__about:before,
  div.section__mission:before,
  div.section__sell:before,
  div.section__get__started:before,
  div.section__faq:before,
  div.section__contact:before {
    -webkit-animation: initial !important;
            animation: initial !important;
  }
}
@media (max-width: 1024px) {
  div.section__hero:before,
  div.section__about:before,
  div.section__mission:before,
  div.section__sell:before,
  div.section__get__started:before,
  div.section__faq:before,
  div.section__contact:before {
    display: none;
  }
}

/* -------------
	SECTION HERO
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__hero {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/main_banner.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
}
div.buyers__page div.section__hero:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/main_banner.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
div.buyers__page div.section__hero .__left .__animal {
  -webkit-animation: slideto 1000ms linear both 1.8s;
          animation: slideto 1000ms linear both 1.8s;
}
div.buyers__page div.section__hero .__left .__texas {
  -webkit-animation: slideto 1000ms linear both 2.2s;
          animation: slideto 1000ms linear both 2.2s;
}
div.buyers__page div.section__hero .__left .__roadrun {
  -webkit-animation: slideto 1000ms linear both 1s;
          animation: slideto 1000ms linear both 1s;
		  margin: 10px 0px	
}
div.buyers__page div.section__hero .__left .__realty {
  -webkit-animation: slideto 1000ms linear both 1.4s;
          animation: slideto 1000ms linear both 1.4s;
}

div.section__hero {
  position: relative;
}
@media (max-width: 991px) {
  div.section__hero {
    padding: 120px 0;
  }
}
@media (max-width: 1024px) {
  div.section__hero {
    min-height: 400px;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/main_banner.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  div.section__hero {
    min-height: auto;
    height: 100vh;
  }
}
div.section__hero:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/main_banner.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
div.section__hero:after {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/home_feature_pattern.png);
  background-repeat: repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}
div.section__hero .theme__container {
  		/*
  			FOR BUYERS PAGE
  
  		*/
}
@media (max-width: 767px) {
  div.section__hero .theme__container {
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  div.section__hero .theme__container .__left {
    margin: 0 auto 30px !important;
    float: none;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  div.section__hero .theme__container .__left {
    max-width: 90px;
    margin: 0 !important;
    float: left;
    left: 0;
  }
}
div.section__hero .theme__container .__left img {
  max-width: 485px;
}
@media (max-width: 1200px) {
  div.section__hero .theme__container .__left img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  div.section__hero .theme__container .__left img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  div.section__hero .theme__container .__left img {
    max-width: 100%;
  }
}
div.section__hero .theme__container .__left .main__image__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
div.section__hero .theme__container .__left .animal__wrap {
  max-width: 370px;
  padding: 0;
}
div.section__hero .theme__container .__left .__animal {
  -webkit-animation: slideto 1000ms linear both 1.8s;
          animation: slideto 1000ms linear both 1.8s;
}
div.section__hero .theme__container .__left .__animal.image__animate.loaded {
  -webkit-animation: slideto 1000ms linear both 1.8s;
          animation: slideto 1000ms linear both 1.8s;
}
div.section__hero .theme__container .__left .texas__wrap {
  max-width: 140px;
  padding: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;

}
div.section__hero .theme__container .__left .__texas {
  -webkit-animation: slideto 1000ms linear both 2.2s;
  animation: slideto 1000ms linear both 2.2s;
  margin: 10px 0px;
}
div.section__hero .theme__container .__left .__texas.image__animate.loaded {
  -webkit-animation: slideto 1000ms linear both 2.2s;
          animation: slideto 1000ms linear both 2.2s;
}
div.section__hero .theme__container .__left .__roadrun {
  -webkit-animation: slideto 1000ms linear both 1s;
  animation: slideto 1000ms linear both 1s;
  margin: 10px 0px;
}
div.section__hero .theme__container .__left .__roadrun.image__animate.loaded {
  -webkit-animation: slideto 1000ms linear both 1s;
          animation: slideto 1000ms linear both 1s;
}
div.section__hero .theme__container .__left .__realty {
  -webkit-animation: slideto 1000ms linear both 1.4s;
          animation: slideto 1000ms linear both 1.4s;
  position: relative;
  right: -25px;
}
div.section__hero .theme__container .__left .__realty.image__animate.loaded {
  -webkit-animation: slideto 1000ms linear both 1.4s;
          animation: slideto 1000ms linear both 1.4s;
}
@media (max-width: 991px) {
  div.section__hero .theme__container .__data {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  div.section__hero .theme__container .__data {
    position: absolute;
    padding: 0 30px;
    bottom: 50%;
    left: 0;
    z-index: 9999999999;
  }
}
div.section__hero .theme__container .__buyers #search_zip {
  left: 0;
  background: #ec682b !important;
  color: #fff !important;
}
div.section__hero .theme__container .__buyers .__flipper.flipped {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
div.section__hero .theme__container .__buyers .__flipper .front {
  z-index: 2;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
div.section__hero .theme__container .__buyers .__flipper .back {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
div.section__hero .theme__container button.search-btn:before {
  display: none !important;
}
div.section__hero .theme__container #search_zip.current, div.section__hero .theme__container #search_global.current {
  background: #ec682b !important;
  color: #fff !important;
  z-index: 999;
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
}
div.section__hero .theme__container #search_zip {
  position: relative;
  left: -15px;
}
@media (max-width: 767px) {
  div.section__hero .theme__container #search_zip {
    left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 767px) {
  div.section__hero .theme__container #search_global {
    left: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 991px) {
  div.section__hero .theme__container .__tab {
    margin-top: 20px;
  }
}
div.section__hero .theme__container .__tab .btn-tab {
  background: #ede9e9 !important;
  color: #333 !important;
  font-weight: 500;
  padding: 22px 25px 25px;
  border: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  div.section__hero .theme__container .__tab .btn-tab {
    padding: 22px 20px;
  }
}
@media (max-width: 767px) {
  div.section__hero .theme__container .__tab .btn-tab {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px 5px 15px;
    font-size: 14px;
  }
}
div.section__hero .theme__container .__tab .btn-tab:hover {
  opacity: 1;
}
div.section__hero .theme__container .__tab .btn-tab:before {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  div.section__hero .theme__container .__tab .btn-tab[id='search_zip'] {
    padding: 22px 20px 21px;
  }
}
div.section__hero .theme__container .search__container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  padding: 0;
  top: -10px;
  z-index: 999;
}
div.section__hero .theme__container .__flipper.flipped {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
div.section__hero .theme__container .__flipper {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 100% 35px;
      -ms-transform-origin: 100% 35px;
          transform-origin: 100% 35px;
  /* half of height */
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}
@media (max-width: 1200px) {
  div.section__hero .theme__container .__flipper {
    -webkit-transform-origin: 100% 25px;
        -ms-transform-origin: 100% 25px;
            transform-origin: 100% 25px
    /* half of height */
  }
}
div.section__hero .theme__container .__flipper .front, div.section__hero .theme__container .__flipper .back {
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 12px;
}
div.section__hero .theme__container .__flipper .front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
div.section__hero .theme__container .__flipper .back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
div.section__hero .theme__container .__flipper div {
  padding: 0;
  background: transparent;
}
div.section__hero .theme__container .__flipper label {
  display: none;
}
div.section__hero .theme__container .__flipper #search__one,
div.section__hero .theme__container .__flipper #search__two {
  padding: 0;
}
div.section__hero .theme__container .__flipper #search__one:before,
div.section__hero .theme__container .__flipper #search__two:before {
  width: 13px;
  height: 15px;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/search_marker.png);
  position: absolute;
  content: '';
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}
div.section__hero .theme__container .__flipper #search__one .input-group,
div.section__hero .theme__container .__flipper #search__two .input-group {
  width: 100%;
}
div.section__hero .theme__container .__flipper #search__one input,
div.section__hero .theme__container .__flipper #search__two input {
  height: 70px;
  border-radius: 10px;
  padding-left: 60px;
  box-shadow: none;
  border: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  div.section__hero .theme__container .__flipper #search__one input,
  div.section__hero .theme__container .__flipper #search__two input {
    height: 55px;
  }
}
@media (max-width: 767px) {
  div.section__hero .theme__container .__flipper #search__one input,
  div.section__hero .theme__container .__flipper #search__two input {
    border-radius: 4px;
  }
}
div.section__hero .theme__container .__flipper #search__one input::-webkit-input-placeholder,
div.section__hero .theme__container .__flipper #search__two input::-webkit-input-placeholder {
  color: #000;
}
div.section__hero .theme__container .__flipper #search__one input::-moz-placeholder,
div.section__hero .theme__container .__flipper #search__two input::-moz-placeholder {
  color: #000;
}
div.section__hero .theme__container .__flipper #search__one input:-ms-input-placeholder,
div.section__hero .theme__container .__flipper #search__two input:-ms-input-placeholder {
  color: #000;
}
div.section__hero .theme__container .__flipper #search__one input::placeholder,
div.section__hero .theme__container .__flipper #search__two input::placeholder {
  color: #000;
}
div.section__hero .theme__container .__flipper #search__one .input-group-btn,
div.section__hero .theme__container .__flipper #search__two .input-group-btn {
  padding: 0;
  margin: 0;
  width: 0;
}
div.section__hero .theme__container .__flipper #search__one .btn,
div.section__hero .theme__container .__flipper #search__two .btn {
  background-color: #25287e;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/search_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  z-index: 999;
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  color: transparent;
  border: 0 !important;
}
@media (max-width: 1200px) {
  div.section__hero .theme__container .__flipper #search__one .btn,
  div.section__hero .theme__container .__flipper #search__two .btn {
    height: 45px;
    width: 45px;
  }
}
div.section__hero .theme__container .__flipper #search__one .btn i,
div.section__hero .theme__container .__flipper #search__two .btn i {
  display: none;
}
div.section__hero .theme__container .__flipper #search__one .btn:after,
div.section__hero .theme__container .__flipper #search__two .btn:after {
  display: none;
}
div.section__hero .theme__container .__flipper #search__one .btn:focus, div.section__hero .theme__container .__flipper #search__one .btn:active, div.section__hero .theme__container .__flipper #search__one .btn:active,
div.section__hero .theme__container .__flipper #search__two .btn:focus,
div.section__hero .theme__container .__flipper #search__two .btn:active,
div.section__hero .theme__container .__flipper #search__two .btn:active {
  background-color: #25287e !important;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/search_btn_arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent;
}

/* -------------
	SECTION GENERAL
   ------------- */
@media (max-width: 1400px) {
  div.section__about .__data h2,
  div.section__mission .__data h2,
  div.section__get__started .__data h2,
  div.section__contact .__data h2 {
    font-size: 60px;
  }
}

/* -------------
	SECTION ABOUT
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__about {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/whoweare_bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
}
div.buyers__page div.section__about:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/whoweare_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

div.section__about {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  div.section__about {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/whoweare_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.section__about:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/whoweare_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  div.section__about:after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
div.section__about .theme__container .__data h2 {
  margin-bottom: 10px;
}
div.section__about .theme__container .__data p {
  color: #fff;
}
div.section__about .theme__container .__data .btn-primary {
  margin-top: 20px;
}

/* -------------
	SECTION MISSION
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__mission {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/mission_bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
}
div.buyers__page div.section__mission:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/mission_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

div.section__mission {
  position: relative;
}
@media (max-width: 1024px) {
  div.section__mission {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/mission_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.section__mission:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/mission_bg.jpg);
  background-size: cover;
  background-position: center;
}
div.section__mission .theme__container .__data:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/qoute.png);
}
div.section__mission .theme__container .__data h2 {
  margin-bottom: 10px;
  text-align: center;
}
div.section__mission .theme__container .__data .__content {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 900px) {
  div.section__mission .theme__container .__data .__content {
    margin: 0 40px;
  }
}
div.section__mission .theme__container .__data .__content:before, div.section__mission .theme__container .__data .__content:after {
  width: 38px;
  height: 29px;
  content: '';
  position: absolute;
}
div.section__mission .theme__container .__data .__content:before {
  top: 0;
  left: -40px;
  z-index: 999;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/qoute.png);
}
div.section__mission .theme__container .__data .__content:after {
  bottom: 0;
  right: -40px;
  z-index: 999;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/qoute.png);
}
div.section__mission .theme__container .__data p {
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 45px !important;
}
@media (max-width: 991px) {
  div.section__mission .theme__container .__data p {
    font-size: 20px;
    line-height: 30px !important;
  }
}

/* -------------
	SECTION SELL
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__sell {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/sellyourhome_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.buyers__page div.section__sell:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/sellyourhome_bg.jpg);
  background-size: cover;
  background-position: center;
}

div.section__sell {
  position: relative;
}
@media (max-width: 1024px) {
  div.section__sell {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/sellyourhome_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.section__sell:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/sellyourhome_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  div.section__sell:after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
div.section__sell .__data h2, div.section__sell .__data p {
  color: #000;
}
div.section__sell .__data h2 {
  margin-bottom: 10px;
  font-size: 54px;
  text-align: left;
  line-height: 80px;
}
@media (max-width: 1400px) {
  div.section__sell .__data h2 {
    line-height: 45px;
    margin-top: 80px;
  }
}
@media (max-width: 1040px) {
  div.section__sell .__data h2 {
    font-size: 48px;
  }
}
div.section__sell .__data strong {
  color: #000 !important;
  font-weight: bold;
}
div.section__sell .__data .__content {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  div.section__sell .__left {
    min-width: 530px;
  }
}
div.section__sell #__sell {
  padding: 0;
  max-width: 530px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 991px) {
  div.section__sell #__sell {
    left: 15px;
  }
}
@media (max-width: 767px) {
  div.section__sell #__sell {
    left: 0;
  }
}
div.section__sell #__sell .owl-stage-outer {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  div.section__sell #__sell .owl-stage-outer {
    padding: 20px 0 0;
  }
}
div.section__sell #__sell .item {
  padding: 0;
  min-width: 350px;
  width: 100%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  background: #fff;
}
@media (max-width: 767px) {
  div.section__sell #__sell .item {
    min-width: auto;
  }
}
div.section__sell #__sell .__wrapper {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
div.section__sell #__sell .__wrapper .__title {
  background: #dcdcdc;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 16px 23px;
}
div.section__sell #__sell .__wrapper .__body {
  padding: 40px 10px;
  opacity: 0.6;
}
div.section__sell #__sell .__wrapper .__body p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
div.section__sell #__sell .owl-item {
  opacity: 0;
}
@media (max-width: 767px) {
  div.section__sell #__sell .owl-item {
    left: 0;
    top: 0;
    padding: 0;
  }
  div.section__sell #__sell .owl-item .__title {
    background: #25287e;
  }
  div.section__sell #__sell .owl-item .__body {
    opacity: 1;
    padding: 40px 50px;
  }
}
@media (max-width: 475px) {
  div.section__sell #__sell .owl-item .__body {
    padding: 20px 20px;
  }
}
div.section__sell #__sell .owl-item.active {
  opacity: 1;
}
div.section__sell #__sell .owl-item.first {
  z-index: 1;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  position: relative;
  top: 11px;
}
div.section__sell #__sell .owl-item.first .__body {
  padding: 25px 10px;
}
div.section__sell #__sell .owl-item.prev {
  z-index: 2;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  position: relative;
  left: -70px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
div.section__sell #__sell .owl-item.center {
  z-index: 4;
  position: relative;
  left: -135px;
  top: -20px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
          transition: transform 0.4s ease-out;
}
@media (max-width: 767px) {
  div.section__sell #__sell .owl-item.center {
    left: 0;
    top: 0;
    padding: 0;
  }
}
div.section__sell #__sell .owl-item.center .__title {
  background: #25287e;
}
div.section__sell #__sell .owl-item.center .__body {
  opacity: 1;
  padding: 40px 50px;
}
div.section__sell #__sell .owl-item.next {
  z-index: 3;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  position: relative;
  left: -165px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
div.section__sell #__sell .owl-item.last {
  z-index: 1;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  position: relative;
  left: -210px;
  top: 11px;
}
div.section__sell #__sell .owl-item.last .__body {
  padding: 25px 10px;
}
div.section__sell #__sell .owl-nav {
  position: absolute;
  top: 140px;
  width: 100%;
}
@media (max-width: 767px) {
  div.section__sell #__sell .owl-nav {
    top: 0;
    position: relative;
  }
}
div.section__sell #__sell .owl-nav .owl-prev {
  float: left;
  margin-left: -35px;
  background: transparent;
}
@media (max-width: 767px) {
  div.section__sell #__sell .owl-nav .owl-prev {
    float: none;
    margin-left: 0;
  }
}
div.section__sell #__sell .owl-nav .owl-prev .fa {
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  color: #dedede;
  font-size: 20px;
}
div.section__sell #__sell .owl-nav .owl-prev .fa:hover {
  color: #ec682b;
}
div.section__sell #__sell .owl-nav .owl-next {
  float: right;
  background: transparent;
  margin-right: -5px;
}
@media (max-width: 767px) {
  div.section__sell #__sell .owl-nav .owl-next {
    float: none;
    margin-right: 0;
  }
}
div.section__sell #__sell .owl-nav .owl-next .fa {
  -webkit-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
  color: #dedede;
  font-size: 20px;
}
div.section__sell #__sell .owl-nav .owl-next .fa:hover {
  color: #ec682b;
}

/* -------------
	SECTION GET STARTED
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__get__started {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/mission_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.buyers__page div.section__get__started:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/mission_bg.jpg);
  background-size: cover;
  background-position: center;
}

div.section__get__started {
  position: relative;
}
@media (max-width: 1024px) {
  div.section__get__started {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/readytogetstarted_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.section__get__started:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/readytogetstarted_bg.jpg);
  background-size: cover;
  background-position: center;
}
div.section__get__started .theme__container .__data h2 {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1400px) {
  div.section__get__started .theme__container .__data h2 {
    margin-bottom: 10px;
  }
}
div.section__get__started .theme__container .__data .__content {
  max-width: 800px;
  margin: 0 auto;
}
div.section__get__started .theme__container .__data p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
div.section__get__started .theme__container .__data .cmsForm {
  max-width: 600px;
  margin: 0 auto;
}
div.section__get__started .theme__container .__data .cmsForm div {
  padding: 0;
  margin: 0 0 5px;
}
div.section__get__started .theme__container .__data .cmsForm .form-control {
  height: 65px;
  box-shadow: none;
  border: 0;
  padding-left: 70px;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
@media (max-width: 1400px) {
  div.section__get__started .theme__container .__data .cmsForm .form-control {
    height: 50px;
  }
}
@media (max-width: 500px) {
  div.section__get__started .theme__container .__data .cmsForm .form-control {
    font-size: 14px;
  }
}
div.section__get__started .theme__container .__data .cmsForm .form-control::-webkit-input-placeholder {
  margin-left: 50px;
}
div.section__get__started .theme__container .__data .cmsForm .form-control::-moz-placeholder {
  margin-left: 50px;
}
div.section__get__started .theme__container .__data .cmsForm .form-control:-ms-input-placeholder {
  margin-left: 50px;
}
div.section__get__started .theme__container .__data .cmsForm .form-control::placeholder {
  margin-left: 50px;
}
div.section__get__started .theme__container .__data .cmsForm .__name, div.section__get__started .theme__container .__data .cmsForm .__email, div.section__get__started .theme__container .__data .cmsForm .__phone, div.section__get__started .theme__container .__data .cmsForm .__address, div.section__get__started .theme__container .__data .cmsForm .__cmb, div.section__get__started .theme__container .__data .cmsForm .__evh {
  position: relative;
}
div.section__get__started .theme__container .__data .cmsForm .__name:before, div.section__get__started .theme__container .__data .cmsForm .__email:before, div.section__get__started .theme__container .__data .cmsForm .__phone:before, div.section__get__started .theme__container .__data .cmsForm .__address:before, div.section__get__started .theme__container .__data .cmsForm .__cmb:before, div.section__get__started .theme__container .__data .cmsForm .__evh:before {
  content: '';
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/profile.png);
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 30px;
  opacity: 0.9;
}
@media (max-width: 1400px) {
  div.section__get__started .theme__container .__data .cmsForm .__name:before, div.section__get__started .theme__container .__data .cmsForm .__email:before, div.section__get__started .theme__container .__data .cmsForm .__phone:before, div.section__get__started .theme__container .__data .cmsForm .__address:before, div.section__get__started .theme__container .__data .cmsForm .__cmb:before, div.section__get__started .theme__container .__data .cmsForm .__evh:before {
    top: 16px;
  }
}
div.section__get__started .theme__container .__data .cmsForm .__email:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/email.png);
}
div.section__get__started .theme__container .__data .cmsForm .__phone:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/phone.png);
}
div.section__get__started .theme__container .__data .cmsForm .__address:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/address.png);
}
div.section__get__started .theme__container .__data .cmsForm .__cmb:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/home.png);
}
div.section__get__started .theme__container .__data .cmsForm .__evh:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/dollar.png);
}
div.section__get__started .theme__container .__data .cmsForm .btn {
  float: none;
  margin: 0 auto;
  display: block;
}

/* -------------
	SECTION FAQ
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__faq {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/faq_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.buyers__page div.section__faq:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/faq_bg.jpg);
  background-size: cover;
  background-position: center;
}

div.section__faq {
  position: relative;
}
@media (max-width: 1024px) {
  div.section__faq {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/faq_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.section__faq:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/faq_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  div.section__faq:after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
div.section__faq .btn-primary {
  margin-bottom: 15px !important;
}
div.section__faq .__data h2, div.section__faq .__data p {
  color: #000;
}
div.section__faq .__data h2 {
  margin-bottom: 10px;
  font-size: 54px;
  text-align: left;
  line-height: 80px;
}
@media (max-width: 1040px) {
  div.section__faq .__data h2 {
    font-size: 48px;
  }
}
div.section__faq .__data strong {
  color: #000 !important;
  font-weight: bold;
}
div.section__faq .__data .__content {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  div.section__faq .__data #accordion {
    padding-left: 40px;
  }
}
div.section__faq .__data #accordion .panel-heading {
  background: #fff;
  padding: 0;
}
div.section__faq .__data #accordion .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  text-align: left;
  padding-right: 40px;
  line-height: 18px;
}
@media (max-width: 500px) {
  div.section__faq .__data #accordion .panel-heading .panel-title a {
    font-size: 13px;
  }
}
div.section__faq .__data #accordion .panel-heading .panel-title a span._icon {
  position: absolute;
  right: 20px;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 11px;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
}
div.section__faq .__data #accordion .panel-heading._open {
  background-color: #25287e;
  border-color: #25287e;
}
div.section__faq .__data #accordion .panel-heading._open a {
  color: #fff;
}
div.section__faq .__data #accordion .panel-heading._open a span._icon {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/arrow_right.png);
}
div.section__faq .__data #accordion .panel-body {
  padding: 30px 40px;
  font-family: "Poppins", sans-serif;
  line-height: 26px !important;
  font-weight: 300;
  color: #0c0c0c;
}
@media (max-width: 500px) {
  div.section__faq .__data #accordion .panel-body {
    padding: 10px 20px;
  }
}

/* -------------
	SECTION CONTACT
   ------------- */
@media (max-width: 1024px) {
  div.buyers__page div.section__contact {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/contact_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.buyers__page div.section__contact:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/buyers/contact_bg.jpg);
  background-size: cover;
  background-position: center;
}

div.section__contact {
  position: relative;
}
@media (max-width: 1024px) {
  div.section__contact {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/contact_bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
div.section__contact:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
div.section__contact .theme__container p {
  color: #fff;
}
div.section__contact .theme__container .img__wrap {
  padding: 0;
  max-width: 115px;
}
@media (max-width: 767px) {
  div.section__contact .theme__container .img__wrap {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
}
div.section__contact .theme__container .__info {
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  div.section__contact .theme__container .__info {
    max-width: 400px;
    display: block;
    margin: 0 auto !important;
    padding-left: 0 !important;
    float: none;
  }
  div.section__contact .theme__container .__info tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
div.section__contact .theme__container h3 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  div.section__contact .theme__container h3 {
    font-size: 18px;
    text-align: center;
  }
}
div.section__contact .theme__container table td {
  color: #fff;
  min-width: 130px;
  line-height: 20px !important;
  word-break: break-all;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  div.section__contact .theme__container table td {
    display: block;
    padding-bottom: 15px;
  }
}
div.section__contact .theme__container table td img {
  margin-right: 10px;
}
div.section__contact .theme__container table td .fb_iframe_widget {
  top: -6px !important;
}
div.section__contact .theme__container table td ._51m- {
  display: none !important;
}
div.section__contact .theme__container table .__orange {
  color: #ec682b;
}

/* -------------
	FOOTER
   ------------- */
div.section__footer {
  background: #000;
}
div.section__footer img {
  max-width: 230px;
  margin: 0 auto;
}
div.section__footer ul {
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  max-width: 900px;
}
@media (max-width: 767px) {
  div.section__footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
div.section__footer ul li {
  list-style-type: none;
}
div.section__footer ul li a {
  color: #999999;
  text-decoration: none;
}
div.section__footer .__data {
  max-width: 630px;
  margin: 0 auto;
  border-top: 1px solid #1a1a1a;
  padding-top: 20px !important;
}
div.section__footer .__data p {
  text-align: center !important;
  font-size: 12px;
  line-height: 20px !important;
  color: #999;
}
div.section__footer .__roya__logo {
  max-width: 150px;
}
@media (max-width: 767px) {
  div.section__footer .__roya__logo {
    max-width: 90px;
  }
}
div.section__footer .__pdfs ul {
  display: block;
  text-align: center;
}
div.section__footer .__pdfs li {
  padding: 0 10px;
  line-height: 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  div.section__footer .__pdfs li {
    display: block;
    line-height: 20px;
  }
}
div.section__footer .__pdfs li:nth-child(2) {
  border-left: 1px solid #999999;
}
@media (max-width: 991px) {
  div.section__footer .__pdfs li:nth-child(2) {
    display: block;
    border: none;
  }
}
div.section__footer .__pdfs li a {
  padding: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  div.footer-copy {
    display: none;
  }
}

/* -------------
	PAGENATOR
   ------------- */
.swiper-pagination {
  margin-right: 40px;
}
@media (max-width: 1380px) {
  .swiper-pagination {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
  margin: 30px 0 !important;
  width: 8px;
  height: 8px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #eee;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

/* -------------
	GLOBAL PAGE
   ------------- */
body.page {
  background: #f6f6f6 !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px) {
  body.page .logo__wrapper {
    display: none !important;
  }
}
body.page .theme__container {
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1230px) {
  body.page .theme__container {
    padding: 0 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page .theme__container {
    padding: 0 40px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  body.page .theme__container {
    padding: 0 30px !important;
  }
}
body.page .modal-dialog {
  background: #fff;
  padding: 10px 30px;
}
body.page .modal.full .modal-dialog {
  max-width: 80%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.page .modal.full .modal-dialog .modal-title {
  font-size: 20px !important;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left !important;
}
body.page .modal.full .modal-dialog .modal-title span {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 20px !important;
}
body.page .modal.full .modal-dialog .draw-area-btn,
body.page .modal.full .modal-dialog .clear-area-btn {
  padding: 2px 15px;
}
body.page .modal.full .modal-dialog .draw-area-btn span,
body.page .modal.full .modal-dialog .clear-area-btn span {
  color: #fff;
}
body.page .modal.full .modal-dialog .draw-area-btn:before,
body.page .modal.full .modal-dialog .clear-area-btn:before {
  display: none;
}
body.page .modal.full .modal-dialog button.close {
  position: relative;
  left: -20px;
}
@media (max-width: 991px) {
  body.page .modal.full .modal-dialog button.close {
    left: 0;
  }
}
body.page .section__footer {
  padding: 80px 0 40px !important;
}
body.page .section__footer p {
  color: #999;
}
@media (max-width: 991px) {
  body.page .section__footer {
    padding: 40px 0 20px !important;
  }
}

   /* -------------
	 PAGE HEADER
   ------------- */
.page__header {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/about_page.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0;
}
.page__header .theme__container {
  position: relative;
  min-height: 400px;
}
@media (max-width: 991px) {
  .page__header .theme__container {
    min-height: 250px;
  }
}
.page__header:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  content: '';
}
.page__header h1 {
  color: #fff;
  font-size: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page__header h1 {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .page__header h1 {
    font-size: 45px;
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .page__header h1 {
    font-size: 30px;
  }
}

	/* -------------
	 PAGE CONTENT
   ------------- */
.page__content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .page__content {
    padding: 40px 0 0;
  }
}
.page__content div {
  padding: 0;
}
@media (min-width: 992px) {
  .page__content .content__wrapper {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .page__content .content__wrapper {
    margin-bottom: 30px;
  }
}
.page__content .navbar-default .navbar-collapse, .page__content .navbar-default .navbar-form {
  border-color: #ededed;
}
.page__content .view-toggles > a.active {
  border-radius: 10px !important;
  margin: 10px 0;
}
.page__content .idx-sort-bar {
  margin: 0 15px 10px;
  padding-left: 20px;
  border-radius: 0 !important;
}
.page__content .idx-sort-bar .navbar-right {
  margin-right: 0;
}
.page__content .idx-sort-bar .navbar-right .caret {
  display: none;
}
.page__content .idx-sort-bar a, .page__content .idx-sort-bar span {
  color: #9fa9b0;
}
.page__content .loginWidgetLoginButton {
  margin: 10px 15px;
  float: none;
  display: block;
  max-width: 320px;
}
@media (max-width: 500px) {
  .page__content .loginWidgetLoginButton {
    font-size: 13px;
    max-width: 300px;
  }
}
.page__content .properties-grid .property {
  padding: 15px !important;
  margin-bottom: 0;
  cursor: pointer;
}
.page__content .properties-grid .property:hover .card .price-row .price {
  background: #ec682b;
  color: #fff;
}
.page__content .properties-grid .property:hover .card .image-wrap:before {
  background: rgba(0, 0, 0, 0.6);
}
.page__content .properties-grid .property:hover .card .icons-bar .__size {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page__content .properties-grid .card {
  padding: 0 !important;
  background: #fff;
  position: relative;
}
.page__content .properties-grid .card .price-row {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
}
.page__content .properties-grid .card .price-row .price {
  background: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000;
}
.page__content .properties-grid .card .image-wrap:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.page__content .properties-grid .card .card-text {
  margin: 5px 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page__content .properties-grid .card .address {
  display: block;
  width: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  text-align: center;
}
.page__content .properties-grid .card .address a {
  font-size: 20px;
  color: #fff;
}
.page__content .properties-grid .card .location {
  display: block;
  width: 100%;
  position: absolute;
  top: -45px;
  left: 0;
  color: #fff;
  text-align: center;
}
.page__content .properties-grid .card .icons-bar {
  overflow: hidden;
}
.page__content .properties-grid .card .icons-bar .__size {
  background: #ec682b;
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  overflow: hidden;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .page__content .properties-grid .card .icons-bar .__size {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.page__content .properties-grid .card .icons-bar .__size:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.page__content .properties-grid .card .icons-bar .__size:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.page__content .properties-grid .card .icons-bar div, .page__content .properties-grid .card .icons-bar span {
  line-height: 16px !important;
  color: #fff;
  text-align: center !important;
  font-size: 10px;
}
.page__content .properties-grid .card .icons-bar .property-text, .page__content .properties-grid .card .icons-bar .property-text-value {
  font-size: 10px;
  letter-spacing: 1px;
}
.page__content .map-view {
  margin: 0 15px;
}
.page__content nav ul.pagination {
  text-align: center;
  padding: 0 15px;
}

	/* -------------
	 PAGE DETAILS
   ------------- */
.section__detail__slider {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .section__detail__slider {
    padding: 40px 0;
  }
}
.section__detail__slider .__left, .section__detail__slider .__right {
  padding: 0;
}
@media (min-width: 992px) {
  .section__detail__slider .__right {
    padding: 0 0 0 15px;
  }
}

.section__detail__data {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section__detail__data {
    padding: 40px 0;
  }
}
.section__detail__data .asking__wrapper {
  padding: 20px 30px !important;
  background: #fff;
  border-radius: 4px;
}
.section__detail__data .asking__wrapper h3 {
  margin: 0 0 5px;
}
.section__detail__data .asking__wrapper h3 strong {
  font-weight: 700;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
.section__detail__data .asking__wrapper span, .section__detail__data .asking__wrapper p {
  color: #9fa9b0 !important;
}
.section__detail__data .asking__wrapper p {
  padding: 8px 0 0;
  margin: 0;
}
.section__detail__data .slide-item-features {
  padding: 0 0 0 30px;
}
.section__detail__data .slide-item-features li {
  list-style-type: none;
}
.section__detail__data .slide-item-features li .fa {
  min-width: 30px;
  color: #777;
}
.section__detail__data .slide-item-features li .fa-male:before {
  left: 5px;
  position: relative;
}
.section__detail__data div.thumbnail {
  border-color: transparent;
}
.section__detail__data .cmsForm {
  background: transparent;
  padding: 20px 0 20px;
  border-radius: 4px;
}
.section__detail__data .cmsForm .form-control {
  box-shadow: none;
  height: 50px;
  border-color: #ededed;
  font-size: 14px;
  color: #727272;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 0 24px;
}
.section__detail__data .cmsForm textarea {
  height: 150px !important;
  padding: 15px 24px !important;
}

	/* -------------
	 PAGE SIDEBAR
   ------------- */
.__sidebar {
  padding: 0;
  margin-bottom: 80px;
}
.__sidebar .sidebar__wrapper {
  max-width: 300px;
  margin: 0 auto;
  float: none;
  background: #fff;
}
.__sidebar .__title {
  display: block;
  background: #25287e;
  padding: 16px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.__sidebar .property-filter,
.__sidebar .contact__sidebar__wrapper {
  background: #fff;
  padding: 10px 25px 25px 25px;
}
.__sidebar .property-filter div, .__sidebar .property-filter .row,
.__sidebar .contact__sidebar__wrapper div,
.__sidebar .contact__sidebar__wrapper .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.__sidebar .property-filter strong,
.__sidebar .contact__sidebar__wrapper strong {
  font-weight: 700;
}
.__sidebar .form-horizontal label {
  font-size: 15px;
  font-weight: 400;
  color: #0e0e0e;
  margin: 0;
  padding: 5px 0;
  font-family: "Poppins", sans-serif;
}
.__sidebar .form-horizontal #zipcode {
  background: none;
}
.__sidebar .form-horizontal .form-control {
  cursor: pointer;
  box-shadow: none;
  height: 50px;
  border-color: #ededed;
  font-size: 14px;
  color: #727272;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 0 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/arrow_down_light4.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
@media (max-width: 500px) {
  .__sidebar .form-horizontal .form-control {
    background-position: 90% 50%;
  }
}
.__sidebar .form-horizontal .map-btn {
  max-width: 55px;
  padding: 10px !important;
  float: right;
  color: #fff;
  position: absolute;
  top: -42px;
  right: 0;
  height: auto;
  background-image: none;
}
.__sidebar .form-horizontal .map-btn:before {
  display: none;
}
.__sidebar .form-horizontal input[name="submit_btn"] {
  margin-top: 20px;
  padding: 13px !important;
}
.__sidebar .form-horizontal input[name="submit_btn"]:before {
  display: block !important;
}

	/* -------------
	 PAGE PAGINATION
   ------------- */
	/* -------------
	 PAGE TESTIMONIALS
   ------------- */
.__testimonials {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  .__testimonials {
    margin-bottom: 40px;
  }
}
.__testimonials .testimonial__loop {
  width: 32.5%;
  padding: 20px;
  background: #fff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .__testimonials .testimonial__loop {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .__testimonials .testimonial__loop {
    width: 100%;
  }
}
.__testimonials .testimonial__loop .testimonial__thumb {
  max-width: 70px;
  float: left;
  display: none !important;
}
.__testimonials .testimonial__loop .__author {
  padding-left: 0;
  padding-top: 15px;
}
.__testimonials .testimonial__loop .__author h3 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.__testimonials .testimonial__loop .__author h4 {
  font-size: 14px;
  color: #ccc;
  font-weight: 300;
}
.__testimonials .testimonial__loop .testimonial__excerpt {
  margin-top: 15px;
  display: block;
  float: left;
}
.__testimonials .testimonial__loop .testimonial__excerpt p {
  margin: 0 !important;
  text-align: left;
}
.__testimonials .testimonial__loop .testimonial__rating {
  display: block;
  float: left;
}
.__testimonials .testimonial__loop .testimonial__rating .fa {
  color: #ec682b;
}
.__testimonials .no-bg {
  height: 0;
  padding: 0 !important;
  margin: 0;
  background: transparent;
}

	/* -------------
	 PAGE ABOUT
   ------------- */
.about__section__one {
  background: #fff;
  padding: 80px 0 60px !important;
}
@media (max-width: 991px) {
  .about__section__one {
    padding: 40px 0 30px !important;
  }
}
.about__section__one .__left {
  text-align: center;
}
.about__section__one .__left img {
  max-width: 250px;
  margin: 0 auto 20px;
}
.about__section__one .__left p {
  text-align: center;
}
.about__section__one .__left div {
  text-align: center;
}
.about__section__one .__left .btn-primary {
  margin: 10px auto 20px;
}
.about__section__one .__right h2 {
  text-align: left;
}
.about__section__one .loop__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .about__section__one .loop__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__section__one .loop__wrapper .each__loop {
  width: 32%;
}
@media (max-width: 991px) {
  .about__section__one .loop__wrapper .each__loop {
    width: 100%;
  }
}
.about__section__one .loop__wrapper .each__loop h2 {
  margin-bottom: 20px;
  display: block;
}
.about__section__one .loop__wrapper .each__loop img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about__section__one .loop__wrapper .each__loop img {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

.about__gray {
  background-color: #f6f6f6;
}
.about__gray p {
  text-align: center;
}

@media (max-width: 991px) {
  body.page .__descriptions {
    padding-bottom: 30px;
  }
}

	/* -------------
	 PAGE SEARCH RESULT
   ------------- */
.matches-title {
  margin-top: 0;
}
.matches-title .count {
  font-size: 30px;
  font-weight: 700;
}

.search-result h2 {
  margin-bottom: 20px;
}

.search__result .pagination {
  padding: 0 !important;
}

	/* -------------
	 PAGE CONTACT
   ------------- */
.__contact .form-control {
  cursor: pointer;
  box-shadow: none;
  height: 50px;
  border-color: #ededed;
  font-size: 14px;
  color: #727272;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 0 24px;
}
.__contact textarea {
  height: 150px !important;
  padding-top: 18px !important;
}

	/* -------------
	 BLOG PAGE
   ------------- */
.each__loop {
  display: block;
  margin-bottom: 40px !important;
  background: #fff;
  padding: 30px !important;
}
.each__loop h2 {
  margin-bottom: 5px;
}
.each__loop .__category {
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
}
.each__loop img {
  margin: 15px 0;
}
.each__loop .img__details {
  margin: 0 0 15px;
}
.each__loop .blog__date {
  margin-top: 10px;
  display: block;
  font-family: "Lato", sans-serif;
}

   /* -------------
	FORM PAGE
   ------------- */
.__form .cmsForm div {
  padding: 0;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .__form .cmsForm div:before {
    top: 21px !important;
  }
}
.__form .cmsForm .form-control {
  height: 65px;
  box-shadow: none;
  border: 0;
  padding-left: 70px;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
@media (max-width: 1400px) {
  .__form .cmsForm .form-control {
    height: 60px;
  }
}
.__form .cmsForm .form-control::-webkit-input-placeholder {
  margin-left: 50px;
}
.__form .cmsForm .form-control::-moz-placeholder {
  margin-left: 50px;
}
.__form .cmsForm .form-control:-ms-input-placeholder {
  margin-left: 50px;
}
.__form .cmsForm .form-control::placeholder {
  margin-left: 50px;
}
.__form .cmsForm .__name, .__form .cmsForm .__email, .__form .cmsForm .__phone, .__form .cmsForm .__address, .__form .cmsForm .__cmb, .__form .cmsForm .__evh {
  position: relative;
}
.__form .cmsForm .__name:before, .__form .cmsForm .__email:before, .__form .cmsForm .__phone:before, .__form .cmsForm .__address:before, .__form .cmsForm .__cmb:before, .__form .cmsForm .__evh:before {
  content: '';
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/profile.png);
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 30px;
  opacity: 0.9;
}
@media (max-width: 1400px) {
  .__form .cmsForm .__name:before, .__form .cmsForm .__email:before, .__form .cmsForm .__phone:before, .__form .cmsForm .__address:before, .__form .cmsForm .__cmb:before, .__form .cmsForm .__evh:before {
    top: 16px;
  }
}
.__form .cmsForm .__email:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/email.png);
}
.__form .cmsForm .__phone:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/phone.png);
}
.__form .cmsForm .__address:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/address.png);
}
.__form .cmsForm .__cmb:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/home.png);
}
.__form .cmsForm .__evh:before {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/dollar.png);
}
.__form .cmsForm .btn {
  float: left;
  margin-bottom: 5px !important;
}
@media (max-width: 991px) {
  .__form .cmsForm .btn {
    max-width: 170px;
    margin: 0 auto !important;
    float: none;
    display: block;
    clear: both;
  }
}

    /* -------------
	FAQ PAGE
   ------------- */
.faq__section__one {
  background: #fff;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .faq__section__one {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .faq__section__one #accordion {
    padding-left: 40px;
  }
}
.faq__section__one #accordion .panel-heading {
  background: #fff;
  padding: 0;
}
.faq__section__one #accordion .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
  padding-right: 40px;
}
@media (max-width: 500px) {
  .faq__section__one #accordion .panel-heading .panel-title a {
    font-size: 13px;
  }
}
.faq__section__one #accordion .panel-heading .panel-title a span._icon {
  position: absolute;
  right: 20px;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.faq__section__one #accordion .panel-heading._open {
  background-color: #25287e;
  border-color: #25287e;
}
.faq__section__one #accordion .panel-heading._open a {
  color: #fff;
}
.faq__section__one #accordion .panel-heading._open a span._icon {
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-534c73af-4b1f-441f-ab8e-d60499d8e8ad/arrow_right.png);
}
.faq__section__one #accordion .panel-body {
  padding: 30px 40px;
  font-family: "Poppins", sans-serif;
  line-height: 26px !important;
  font-weight: 300;
  color: #0c0c0c;
}
@media (max-width: 500px) {
  .faq__section__one #accordion .panel-body {
    padding: 10px 20px;
  }
}

/* -------------
	FORMS
   ------------- */
form .alert {
  padding: 10px 20px !important;
}

/* -------------
	MODAL
   ------------- */
.modal {
  z-index: 99999;
  border-radius: 0;
}
.modal .header {
  background: #25287e;
  padding: 20px;
  margin-bottom: 30px;
}
.modal h2 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.modal .modal-body, .modal .modal-content {
  border-radius: 0;
  padding: 0;
}
.modal .input__wrap {
  padding: 0 5px !important;
}

.modal-backdrop.in {
  opacity: .96;
  filter: alpha(opacity=96);
}

.modal .modal-dialog {
  max-width: 800px;
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 1000px) {
  .modal .modal-dialog {
    max-width: 600px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 70px auto 0;
  }
}
.modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.modal .__logo {
  max-width: 200px;
  margin: auto;
  display: block;
}
@media (max-width: 1000px) {
  .modal .__logo {
    max-width: 130px;
  }
}
.modal .form-heading {
  padding: 20px 0;
  z-index: 999999;
  position: relative;
}
.modal .form-heading h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal !important;
  color: #fff !important;
  z-index: 999999;
  position: relative;
}
@media (max-width: 1000px) {
  .modal .form-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .modal .form-heading h2 {
    font-size: 20px;
  }
}
.modal .__left, .modal .__right {
  padding: 0 5px !important;
  position: relative;
}
@media (min-width: 992px) {
  .modal .__left:hover img, .modal .__right:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.modal .__left:hover .__data, .modal .__right:hover .__data {
  bottom: 60px;
}
.modal .__left img, .modal .__right img {
  padding: 0 !important;
  -webkit-transition: -webkit-transform ease-out 0.3s;
          transition: transform ease-out 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal .__left img, .modal .__right img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 767px) {
  .modal .__left img, .modal .__right img {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.modal .__left .__data, .modal .__right .__data {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
  bottom: 0;
}
.modal .__left .__data a, .modal .__right .__data a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .modal .__left .__data a, .modal .__right .__data a {
    font-size: 17px;
  }
}

/* POP UP */
.lity-container {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1000px) {
  .lity-container {
    max-width: 600px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .lity-container {
    margin: 0 auto;
  }
}
.lity-container .lity-close {
  display: none;
}

#for-lity .__logo {
  max-width: 200px;
  margin: auto;
  display: block;
}
@media (max-width: 1000px) {
  #for-lity .__logo {
    max-width: 130px;
  }
}
#for-lity .form-heading {
  padding: 20px 0;
}
#for-lity .form-heading h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal !important;
  color: #fff !important;
}
@media (max-width: 1000px) {
  #for-lity .form-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #for-lity .form-heading h2 {
    font-size: 20px;
  }
}
#for-lity .__left, #for-lity .__right {
  padding: 0 5px !important;
  position: relative;
}
@media (min-width: 992px) {
  #for-lity .__left:hover img, #for-lity .__right:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
#for-lity .__left:hover .__data, #for-lity .__right:hover .__data {
  bottom: 60px;
}
#for-lity .__left img, #for-lity .__right img {
  padding: 0 !important;
  -webkit-transition: -webkit-transform ease-out 0.3s;
          transition: transform ease-out 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  #for-lity .__left img, #for-lity .__right img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 767px) {
  #for-lity .__left img, #for-lity .__right img {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
#for-lity .__left .__data, #for-lity .__right .__data {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
  bottom: 0;
}
#for-lity .__left .__data a, #for-lity .__right .__data a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1000px) {
  #for-lity .__left .__data a, #for-lity .__right .__data a {
    font-size: 17px;
  }
}

.animation-target {
  -webkit-animation: animation 2000ms linear both;
          animation: animation 2000ms linear both;
}

#pop-up {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}
#pop-up .pop-container {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 0;
  float: none;
}
@media (max-width: 1000px) {
  #pop-up .pop-container {
    max-width: 600px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  #pop-up .pop-container {
    margin: 0 auto;
  }
}
#pop-up .__logo {
  max-width: 200px;
  margin: auto;
  display: block;
}
@media (max-width: 1000px) {
  #pop-up .__logo {
    max-width: 130px;
  }
}
#pop-up .form-heading {
  padding: 20px 0;
}
#pop-up .form-heading h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal !important;
  color: #fff !important;
}
@media (max-width: 1000px) {
  #pop-up .form-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #pop-up .form-heading h2 {
    font-size: 20px;
  }
}
#pop-up .__left, #pop-up .__right {
  padding: 0 5px !important;
  position: relative;
}
@media (min-width: 992px) {
  #pop-up .__left:hover img, #pop-up .__right:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
#pop-up .__left:hover .__data, #pop-up .__right:hover .__data {
  bottom: 60px;
}
#pop-up .__left img, #pop-up .__right img {
  padding: 0 !important;
  -webkit-transition: -webkit-transform ease-out 0.3s;
          transition: transform ease-out 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  #pop-up .__left img, #pop-up .__right img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 767px) {
  #pop-up .__left img, #pop-up .__right img {
    max-width: 250px;
    margin: 5px auto 5px;
  }
}
#pop-up .__left .__data, #pop-up .__right .__data {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
  bottom: 0;
}
@media (max-width: 991px) {
  #pop-up .__left .__data, #pop-up .__right .__data {
    position: relative;
    text-align: center;
  }
}
#pop-up .__left .__data a, #pop-up .__right .__data a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1000px) {
  #pop-up .__left .__data a, #pop-up .__right .__data a {
    font-size: 17px;
  }
}

/* -------------
	KEYFRAMES
   ------------- */
@-webkit-keyframes grow {
  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
  }
}
@keyframes grow {
  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes beforeANIMATION {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes beforeANIMATION {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/* Generated with Bounce.js. Edit at https://goo.gl/A9Vq2U */
@-webkit-keyframes slideto {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
    opacity: 0;
  }
  4.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
    opacity: 1;
  }
  16.12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@keyframes slideto {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
    opacity: 0;
  }
  4.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -125.912, 0, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -31.647, 0, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
    opacity: 1;
  }
  16.12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 13.007, 0, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scaleto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*# sourceMappingURL=custom.css.map */