h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight:normal;
  vertical-align:baseline;
  background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&family=Poppins:wght@300;400&display=swap');
/*
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
*/


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: block;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:not(.single-featured_listings) .grecaptcha-badge {
	display: none;
}
img {
	display:block;
	max-width:100%;
	height: auto;
}
.img-right {
	text-align: right;
}
.img-center {
	text-align: center;
}
.img-right img,
.img-center img {
	display:inline-block;
}
.img-100, .img-100 * {
	width: 100% !important;
}
input {
	outline: none !important;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size:24px;
	line-height:36px;
	color:#17171f;
	padding:0;
	margin:0;
	text-size-adjust: none ;
    -webkit-text-size-adjust:none;
    overflow: hidden;
    overflow-y: auto;
}
a {
	color:#007582;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover {
	color:#17171f;
}

p {
	margin-bottom:30px !important;
	font-weight: 300;
}
p:last-child {
	margin-bottom:0;
}
.green-color {
	color: #007582;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.list-01 {
	margin-bottom: 30px !important;
}
.list-01:last-child {
	margin-bottom: 0;
}
.list-01 > li {
	position: relative;
	padding-left: 20px;
	min-height: 20px;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}
.list-01 > li:last-child {
	margin-bottom:0px;
}
.list-01 > li:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 13px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #007582;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.list-01 > li ul {
	margin: 10px 0 20px 20px;
}
.list-order > li {
	list-style: decimal;
	margin-bottom: 5px;
}
.list-order {
	margin: 0;
}
.list-order > li ul {
	margin: 10px 0 20px 25px;
}
.title, .wpb_content_element.title {
	margin-bottom: 50px !important;
}
.list-alpha li {
	list-style-type: lower-latin;
}
.note {
	font-size: 16px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-0, .mb-0 * {
	margin-bottom: 0 !important;
}
h1 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 72px;
	color: #17171f;
	margin-bottom: 10px !important;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 72px;
	color: #17171f;
	margin-bottom: 10px !important;
}
/*h2 span {
	color: #007582;
}*/
h3 {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	line-height: normal;
	color: #17171f;
	margin-bottom: 10px !important;
}
h4 {
	font-family: 'Playfair Display', serif;
	font-size:36px;
	line-height:normal;
	color:#17171f;
	margin-bottom:10px !important;
}
/*h4 span {
	color: #007582;
}*/
h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color:#17171f;
	margin-bottom: 20px !important;
}
h6 {
	font-size: 20px;
}
.dot-text {
	color: #007582;
}
strong {
	font-weight: 700;
}

.font-playfair, .font-playfair * {
	font-family: 'Playfair Display', serif !important;
}
.font-16 {
	font-size: 16px;
}


/* WC Overight css start*/
.vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: relative;
}
/*.vc_row:after, .vc_row:before {
	display: block !important;
}*/
.vc_row[data-vc-full-width] {
    -webkit-transition: opacity 0s ease !important;
    -o-transition: opacity 0s ease !important;
    transition: opacity 0s ease !important;
}
.wpb_content_element, .vc_btn3-container {
    margin-bottom: 0px !important;
}
.vc_column_container > .vc_column-inner {
	padding: 0 !important;
}
.vc_column_container {
	position: unset !important;
}
.float-none {
	float: none !important;
}
/* WC Overight css end*/


.intl-tel-input {
	display: block;
	margin-bottom: 20px;
}
.intl-tel-input .country-list {
	z-index: 3;
}
.intl-tel-input .country-list .country {
	font-size: 14px;
}
.text-field {
	display:block;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color:#17171f;
	background: #fff;
	padding:13px 20px;
	border:1px solid #007582;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
}
.text-field.error-msg {
	border:2px solid #ff0000;
	color:#ff0000;
}
.wpcf7-validation-errors {
	font-size: 16px;
	color: #fff;
	margin: 20px 20px 20px 0 !important;
}
textarea {
	resize: none;
	height: 100px;
}

.form-msg .error {
	color: #ff0000;
	padding-bottom: 20px;
}
.form-msg .success {
	color: #019e13;
	padding-bottom: 20px;
}
.title.text-center .sub-text,
.title.text-center .link {
	margin-left: 0 !important;
}
.title .sub-text {
	font-size: 24px;
	font-weight: 300;
	color: #007582;
	position: relative;
	padding:0 40px 0 0;
	margin-left: 35px;
	line-height: 24px !important;
	display: inline-block;
}
.title .sub-text:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 10px;
	width: 23px;
	height: 16px;
	background:url(../images/right-arrow.svg) right center no-repeat;
	background-size: 23px auto;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.link {
	display: inline-block;
}
.link, .arrow-link a {
	border: 0;
	background: none !important;
	padding:0 40px 0 0 !important;
	font-size: 24px !important;
	font-weight: 300;
	color: #007582 !important;
	position: relative;
	margin-left: 35px !important;
	cursor: pointer;
	border: none !important;
	box-shadow: none !important;
	line-height: 24px !important;
}
.link:hover, .arrow-link a:hover {
	color:#007582;
}
.link:after, .arrow-link a::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 10px;
	width: 23px;
	height: 16px;
	background:url(../images/right-arrow.svg) right center no-repeat;
	background-size: 23px auto;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.link:hover:after, .arrow-link a:hover:after {
	right: 5px;
}
button.link:after {
	top: 5px;
}
.arrow-left-link {
	border: 0;
	background: none !important;
	padding:0 0 0 45px !important;
	font-size: 24px !important;
	font-weight: 300;
	color: #007582;
	position: relative;
	cursor: pointer;
	border: none !important;
	box-shadow: none !important;
	line-height: 24px !important;
	display: inline-block;
}
.arrow-left-link:hover {
	color: #007582;
}
.arrow-left-link::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 10px;
	width: 23px;
	height: 16px;
	background:url(../images/left-arrow.svg) right center no-repeat;
	background-size: 23px auto;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.arrow-left-link:hover::before {
	left: 5px;
}
.content-wrapper {
	overflow: hidden;
}
.container {
	margin:0 auto !important;
	width:1545px;
	max-width: 95%;
}
.container.small {
	width:1180px;
}
.container.extra-small {
	width:1040px;
}

.sub-text-small, .sub-text-small * {
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: normal;
}

/** Header css start **/
.site-header {
	position: fixed;
	z-index: 10;
	top:0;
	left: 0;
	width: 100%;
	padding: 50px 80px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.site-header.fixed {
	background-color: rgba(23, 23, 31, .90);
	padding:30px 80px;
}
.logo {
	float: left;
	width: 180px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
body.home .logo {
	opacity: 0;
}
body.home .site-header.fixed .logo {
	opacity: 1;
}
.logo a,
.logo img {
	display: block;
}
.header-right {
	float: right;
}
.menu-btn {
	display: block;
	vertical-align: middle;
	text-transform:uppercase;
	color:#007582;
	width: 30px;
	height: 30px;
	/*padding-top: 15px;*/
	position:relative;
	z-index: 1;
}
.menu-line {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-line,
.menu-line:before,
.menu-line:after {
	width:100%;
	height: 2px;
	background-color: #007582;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	position: absolute;
	left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.menu-line::before, .menu-line::after {
	content: "";
	display: block;
}
.menu-line::before {
	top: -8px;
	transition: top 0.1s 0.34s ease-in,
	opacity 0.1s ease-in;
}
.menu-line::after {
	bottom: -8px;
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-btn.active .menu-line {
	-webkit-transform: rotate(225deg);
  transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn.active .menu-line:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu-btn.active .menu-line:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-wrapper {
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	-webkit-align-items:center;
	background:rgba(21,21,31,.90);
	opacity: 0;
	visibility: hidden;
	color:#fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.nav-wrapper.open {
	opacity: 1;
	visibility: visible;
}
.nav-wrapper .inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.nav-wrapper a {
	color: #fff;
}
.nav-wrapper a:hover {
	color: #007582;
}
ul.main-menu {
	width: 100%;
	position: relative;
	z-index: 1;
}
.main-menu > li {
	float: left;
	width: 20%;
	vertical-align: middle;
	padding: 0 50px;
}
.nav-wrapper.open .main-menu li {
	animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
.nav-wrapper.open .main-menu li:nth-child(1) {
	animation-delay: 700ms;
	-webkit-animation-delay: 700ms;
}
.nav-wrapper.open .main-menu li:nth-child(2) {
	animation-delay: 900ms;
	-webkit-animation-delay: 900ms;
}
.nav-wrapper.open .main-menu li:nth-child(3) {
	animation-delay: 1100ms;
	-webkit-animation-delay: 1100ms;
}
.nav-wrapper.open .main-menu li:nth-child(4) {
	animation-delay: 1300ms;
	-webkit-animation-delay: 1300ms;
}
.nav-wrapper.open .main-menu li:nth-child(5) {
	animation-delay: 1500ms;
	-webkit-animation-delay: 1500ms;
}
.nav-wrapper.open .main-menu li:nth-child(6) {
	animation-delay: 1700ms;
	-webkit-animation-delay: 1700ms;
}
.nav-wrapper.open .main-menu li:nth-child(7) {
	animation-delay: 1900ms;
	-webkit-animation-delay: 1900ms;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.main-menu > li > a  {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #fff;
	margin-bottom: 70px;
	position: relative;
}
.main-menu > li > a:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 5px;
	background-color: #007582;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.main-menu > li li a {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #007582;
}
.main-menu > li li a:hover {
	color: #fff;
}
.nav-wrapper .lines {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	
}
.nav-wrapper .lines .line {
	width: 20%;
	height: 0;
	position: absolute;
	top: 0;
	border-right: 1px solid rgba(0,117,130,.5);
}
.nav-wrapper.open .line {
	height: 100%;
}
.nav-wrapper .lines .line:nth-child(1) {
	left: 0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.nav-wrapper .lines .line:nth-child(2) {
	left: 20%;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
}
.nav-wrapper .lines .line:nth-child(3) {
	left: 40%;
	-webkit-transition:all 0.8s ease-in;
	-moz-transition:all 0.8s ease-in;
	-o-transition:all 0.8s ease-in;
	transition:all 0.8s ease-in;
}
.nav-wrapper .lines .line:nth-child(4) {
	left: 60%;
	-webkit-transition:all 1.1s ease-in;
	-moz-transition:all 1.1s ease-in;
	-o-transition:all 1.1s ease-in;
	transition:all 1.1s ease-in;
}
.nav-wrapper .lines .line:nth-child(5) {
	left: 80%;
	-webkit-transition:all 1.4s ease-in;
	-moz-transition:all 1.4s ease-in;
	-o-transition:all 1.4s ease-in;
	transition:all 1.4s ease-in;
}
/** Header css end **/

.main-banner {
	background-color: #17171f;
	color: #fff;
	overflow: hidden;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	-webkit-align-items:center;
}
.main-banner .container {
	position: relative;
	z-index: 1;
}
.main-banner .banner-logo {
	position: absolute !important;
	z-index: 1;
	top: 0;
	right: 0;
	width: 190px;
	height: 100%;
	display: table;
	border-left: 1px solid rgba(0,117,130,.5);
}
.main-banner .banner-logo a {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
  	transform: rotate(-90deg);
  	position: absolute;
  	bottom: 120px;
  	right: 5px;
  	width: 180px;
}
.page-title {
	background-color: #17171f;
	color: #fff;
	padding: 120px 0 50px 0;
	text-align: center;
}
.main-banner h2,
.page-title h2,
.main-banner p,
.page-title p {
	color: #fff;
}
.main-banner h2 {
	margin-bottom: 20px !important;
}
.main-banner .flex-wrapper {
	display: -webkit-box ;
	display: -moz-box ;
	display: -ms-flexbox ;
	display: -webkit-flex ;
	display: flex ;
	-webkit-flex-flow: row ;
	flex-flow: row ;
	-webkit-justify-content:space-between ;
	justify-content:space-between ;
	-webkit-align-items:center ;
	align-items:center ;
}
.main-banner .content-part {
	width: 38%;
}
.main-banner .title {
	max-width: 600px;
}
.main-banner .image-part {
	width: 62%;
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
	z-index: 5;
	pointer-events: none;
}
.main-banner .image-part img {
	margin: 0 auto;
}
.main-banner .image-part svg {
	display: block;
	margin: 0 auto 0 40px;
	width: 750px;
	height: auto;
}
/** svg animation
polygon{
	opacity:0;
	-webkit-transition:all 1500ms cubic-bezier(.17,.67,0,1.34);
	-moz-transition:all 1500ms cubic-bezier(.17,.67,0,1.34);
	transition:all 1500ms cubic-bezier(.17,.67,0,1.34);
	fill:#007582;
}
#moveAnim {		
	display:none;			 
}
svg g ellipse.active, svg g path.active, svg circle.active {		
	opacity:1 !important;
	transition: opacity 4s ease;
}	
.mt0{opacity:0.3;fill:#007582;}
.mt1{opacity:0.4;fill:#007582;}
.mt2{opacity:0.2;fill:#007582;}
.mt3{opacity:0.7;fill:#007582;}
.mt4{fill:#007582;}
/** svg animation **/
#shakeAnim polygon{
	opacity:0;
	-webkit-transition:all 1500ms cubic-bezier(.17,.67,0,1.34);
	-moz-transition:all 1500ms cubic-bezier(.17,.67,0,1.34);
	transition:all 1500ms cubic-bezier(.17,.67,0,1.34);
	fill:#007582;
}

#moveAnim {		
	display:none;			 
}
svg g ellipse.active, svg g path.active, svg circle.active {		
	opacity:1 !important;
	transition: opacity 4s ease;
}
#eg_pine .mt0{opacity:0.3;fill:#007582;}
#eg_pine .mt1{opacity:0.4;fill:#007582;}
#eg_pine .mt2{opacity:0.2;fill:#007582;}
#eg_pine .mt3{opacity:0.7;fill:#007582;}
#eg_pine .mt4{fill:#007582;}				
/*
polygon:hover, .mt0:hover, .mt1:hover, .mt2:hover, .mt3:hover, .mt4:hover, ellipse:hover, circle:ellipse, path:hover{
	transform: translateZ(20px)
}
@keyframes shake {
  0% {			
  opacity:1;
	transform: translate(0px, 0px);
	
  }
  100% {
	opacity:0;
	transform: translate(-20px, -10px);
  }
}
@keyframes flamefly2 {
  0%{
    transform: translate(0) rotate(180deg);
  }
   50% {
     opacity: 1;
  }
  100% {
    transform: translate(-20px, -100px) rotate(180deg);
    opacity: 0;
  }
 }
 */
#shape3 polygon.active{		
	animation: 1s ease-out 0s 1 opacityAnim;	
}		
@keyframes opacityAnim{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
/** svg animation **/

.page-numbers {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
}
.page-numbers li {
	width: 30px;
	text-align: center;
	font-size: 20px;
}
.page-numbers li a.prev, .page-numbers li a.next {
	text-indent: -99999999px;
	position: relative;
}
.page-numbers li a.prev::after, .page-numbers li a.next::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 23px;
	height: 16px;
	background: url(../images/right-arrow.svg) right center no-repeat;
	background-size: 23px auto;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-numbers li .prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 0;
}
.page-numbers li .next {
	left: unset;
	right: 0;
}

.main-banner .mobile-video {
	display: none;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.main-banner .desktop-video {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	max-width: 85%;
	width: 1500px;
	height: auto;
	right: 5%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-banner .link:hover {
	color:#007582;
}

.mt-100 {
	margin-top: 100px;
}

.check-list {
	font-size: 0;
	text-align: center;
	margin: 0 -25px;
}
.check-list li {
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	line-height: normal;
	margin: 10px 25px !important;
	display: inline-block;
}
.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	background-image: url(../images/check-mark.svg);
	background-size: 20px;
	background-position: left center;
	height: 20px;
	width: 20px;
}
/*.check-list li + li {
	margin-left: 50px; 
}*/
/** section padding class **/
section {
	position: relative;
}
.section-padding {
	padding: 120px 0;
}
.section-margin {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}
.section-padding-half {
	padding: 60px 0;
}
.section-padding-t {
	padding: 120px 0 0 0;
}
.section-margin-t {
	margin-top: 120px !important;
}
.section-padding-b {
	padding:  0 0 120px 0;
}
.section-padding-t-half {
	padding: 60px 0 0 0;
}
.section-padding-b-half{
	padding:  0 0 60px 0;
}
/** section padding class **/

/*.text-indent-0 {
	text-indent: -999999999px;
}*/
.green-bg {
	background-color: #d9eaec;
}
.green-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007582+0,ffffff+100 */
	background: #d9eaec; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #d9eaec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #d9eaec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #d9eaec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.who-we-wre .green-gradient {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	pointer-events: none;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
}
.who-we-wre .green-gradient.animate {
	width: 45%;
}
.who-we-wre .title {
	margin-bottom: 20px !important;
	position: relative;
	z-index: 1;
}
.who-we-wre .graphical-img {
	margin: -50px 0 0 0;
	z-index: 5;
	pointer-events: none;
}
.who-we-wre .graphical-img img {
	margin: 0 auto;
}
.who-we-wre .graphical-img svg {
	width: 730px;
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.who-we-wre .right-block {
	float: right;
	max-width: 480px;
	text-align: right;
}

.what-we-do .flex-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:flex-end;
	-webkit-align-items:flex-end;
}
.what-we-do .left-block {
	width: 42%;
	position: relative;
	z-index: 1;
}
.what-we-do .left-block img {
	margin: 0 0 70px -170px;
	max-width: inherit;
	position: relative;
	pointer-events: none;
	z-index: 1;
}
.what-we-do .left-block svg {
	margin: 0px 0 70px -200px;
	display: block;
	width: 825px;
	height: auto;
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.what-we-do .right-block {
	width: 58%;
	padding: 80px;
	position: relative !important;
}
.what-we-do .flex-wrapper .green-gradient {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9eaec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #d9eaec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#d9eaec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#d9eaec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9eaec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.what-we-do .flex-wrapper .green-gradient.animate {
	width: 100%;
}
.services-list li {
	margin-bottom: 50px;
}
.services-list li:last-child {
	margin-bottom: 0;
}
.services-list li a {
	margin-top: 10px !important;
}
.services-list li p {
	margin-bottom: 0px !important;
}
.find-domains .services-list li p {
	margin-bottom: 30px;
}
.buy-domains .content {
	width: 750px;
	max-width: 100%;
}

.testimonial-section .testimonial-wrapper {
	max-width: 100%;
	width: 750px;
}
.testimonial-section.text-center .testimonial-wrapper {
	margin: 0 auto;
}
.author-detail p {
	margin: 0;
}

.blog-section > .container {
	/*padding: 120px 0;*/
	position: relative;
}
.blog-section .green-gradient {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9eaec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 0%, #d9eaec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#d9eaec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 0%,#d9eaec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9eaec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blog-section .green-gradient.animate {
	width: 100%;
}
.blog-section .graphical-img {
	position: absolute;
	width: 700px;
	top: -262px;
	right: 180px;
	pointer-events: none;
	z-index: 5;
}
.blog-section .graphical-img svg {
	display: block;
	width: 100%;
	height: auto;
}
.blog-list {
	margin: 0 -40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.blog-list li {
	width: 50%;
	padding: 0 40px;
	margin-bottom: 70px;
}
.entry-meta {
	margin-bottom: 10px;
	font-weight: 300;
}
.blog-list li h4 a {
	color: #17171f;
}
.blog-list li h4 a:hover {
	color: #007582;
}
.entry-meta span {
	margin-right: 10px;
	color: #007582;
}
.entry-meta span:last-child {
	margin-right: 0;
}
.domains-carousel li {
	padding:0 20px;
}
.domains-carousel img {
	margin: 0 auto;
}

.contact-section > .container {
	padding: 120px 0;
	position: relative;
}
.contact-section .green-gradient {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9eaec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 0%, #d9eaec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#d9eaec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 0%,#d9eaec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9eaec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.contact-section .green-gradient.animate {
	width: 100%;
}
.contact-section .graphical-img {
	position: absolute;
	top: -240px;
	right: 180px;
	width: 700px;
	pointer-events: none;
	background-color: transparent;
	z-index: 5;
}
.contact-section .graphical-img svg {
	width: 100%;
	height: auto;
}

.contact-section .flex-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.contact-section .left-block {
	width: 42%;
	position: relative;
	z-index: 1;
}
.contact-section .right-block {
	width: 58%;
	padding: 0 50px;
	position: relative;
}
.contact-section .address li {
	margin-bottom: 30px;
}
.contact-section .address li:last-child {
	margin-bottom: 0;
}
.contact-section .address li p {
	margin-bottom: 0 !important;
}

.search-domain-section.container,
.subscribe-section.container {
	padding:100px 100px 120px 100px;
	position: relative;
}
.search-domain-section .title,
.subscribe-section .title {
	margin-bottom: 70px !important;
}
.search-domain-section .green-gradient,
.subscribe-section .green-gradient{
	position: absolute;
	z-index: -1;
	pointer-events: none;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9eaec+0,ffffff+100 */
	background: #d9eaec; /* Old browsers */
	background: -moz-linear-gradient(45deg, #d9eaec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.search-domain-section .green-gradient.animate,
.subscribe-section .green-gradient.animate {
	width: 100%;
}
.search-box,
.subscribe-box {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}
.search-box .text-field,
.subscribe-box .text-field {
	background: #fff;
	border: 2px solid #007582;
	padding: 34px 40px;
	width: 100%;
	height: 120px;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: #17171f;
}
.search-box .search-btn {
	background:url(../images/search-icon.svg) right center no-repeat;
	background-size: 36px auto;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 40px;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
.subscribe-box .btn-holder {
	position: absolute;
	top:0;
	right: 0;
}
.subscribe-box .btn-holder .button {
	padding:45px 40px;
	height: 120px;
	background-color: #007582;
	border: 0;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance:button;
	-moz-appearance:button;
	-o-appearance:button;
	appearance:button;
}
.search-box .text-field {
	padding-right: 100px;
}
.subscribe-box .text-field {
	padding-right: 220px;
}

.site-footer {
	background-color: #17171f;
	color: #757575;
}
.site-footer a:hover {
	color: #007582;
}
.footer-top {
	padding: 150px 0;
}
.footer-top .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.footer-logo {
	margin-bottom: 15px;
}
.footer-logo img {
	width: 235px;
	display: block;
}
.footer-left-block {
	width: 65%;
}
.footer-right-block {
	width: 35%;
}
.news-latter h5 {
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	margin-bottom: 30px !important;
}
.footer-block {
	width: 50%;
	float: left;
	padding-right: 45px;
}
/*.footer-block:last-child {
	padding-right: 0;
}*/
.footer-block a {
	display: block;
}
.footer-bottom {
	border-top: 1px solid #0b4651;
	padding: 30px 0;
}
.footer-bottom p {
	margin-bottom: 0 !important;
}
.footer-bottom .copy {
	float: left;
}
.footer-bottom .social-media {
	float: right;
}
.news-latter .text-field {
	display: block;
	width: 100%;
	max-width: 400px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: #151d25;
	padding: 13px 20px;
	border: 2px solid #0b4651;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}
.social-media p {
	margin-bottom: 0 !important;
}
.social-media a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 20px;
	/*text-indent: -999999999px;*/
	vertical-align: middle;
}
.social-media a:first-child {
	margin-left: 0;
}
.social-media a:last-child {
	margin-right: 0;
}
.social-media a.twitter {
	background:url(../images/twitter.svg) right center no-repeat;
	background-size: auto 25px;
}
.social-media a.facebook {
	background:url(../images/facebook.svg) right center no-repeat;
	background-size: auto 25px;
}
.social-media a.linkedin {
	background:url(../images/linkedin.svg) right center no-repeat;
	background-size: auto 25px;
}

.igt-section .flex-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
}
.igt-section .content-part {
	width: 42%;
	padding-left: 130px;
}
.igt-section .image-part {
	width: 58%;
	z-index: 5;
	pointer-events: none;
}
.igt-section .green-gradient {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9eaec+0,ffffff+100 */
	background: #d9eaec; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #d9eaec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #d9eaec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #d9eaec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.igt-section .green-gradient.animate {
	width: 45%;
}
.igt-section .whoweare-img img {
	width: 450px;
}
.igt-section .whoweare-img svg {
	width: 650px;
	margin-right: -100px;
	pointer-events: none;
}

.team-section {
	background-color: #d9eaec;
}
.team-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-bottom: 100px !important;
}
.team-block:last-child {
	margin-bottom: 0 !important;
}
.team-block .member-img {
	width: 35%;
}
.team-block:nth-child(2n+1) .member-img {
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
}
.team-block .member-desc {
	width: 56%;
	padding: 120px 120px 50px 90px;
}
.team-block .member-desc .member-name h2 {
	margin-bottom: 10px;
}
.team-block .member-desc .member-name {
	margin-bottom: 20px !important;
	color: #007582;
}
.team-block .member-desc .member-name p {
	margin-bottom: 0 !important;
}

.blog-post {
	padding: 0 90px;
	margin-bottom: 150px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
}
.blog-post:last-child {
	margin-bottom: 70px;
}
.blog-post .post-thumbnail {
	width: 35%;
	position: relative;
}
.blog-post .post-thumbnail a {
	display: block;
	position: relative;
	z-index: 1;
}
.blog-post .post-thumbnail:after {
	content: "";
	position: absolute;
	top:40px;
	left: -40px;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9eaec+0,ffffff+100 */
	background: #d9eaec; /* Old browsers */
	background: -moz-linear-gradient(45deg, #d9eaec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.blog-post .entry-content {
	width: 65%;
	padding: 100px 0 0 80px;
}
.post-listing .blog-post:nth-child(even) .post-thumbnail {
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
}
.post-listing .blog-post:nth-child(even) .post-thumbnail:after {
	right: -40px;
	left: inherit;
}
.post-listing .blog-post:nth-child(even) .entry-content {
	padding: 100px 80px 0 0;
}
.blog-post.no-image .entry-content {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.blog-post .entry-content h3 a {
	color: #17171f;
}
.blog-post .entry-content h3 a:hover {
	color: #007582;
}
.blog-post .entry-content .link {
	margin-left:70px !important;
}
.blog-post .entry-meta {
	margin-bottom: 20px;
}
.post-detail .entry-meta {
	margin-bottom: 40px;
}
.entry-meta .postet-by {
	font-style: italic;
}
.entry-meta .date {
	color: #a7a7a8;
}
.post-detail .postet-img {
	margin-bottom: 30px;
}
.post-detail .green-gradient {
	padding:30px;
	margin-bottom: 30px;
}
.post-nav {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e7e7e8;
	margin-top: 50px;
	padding-top: 50px;
}
.post-nav li.prev {
	float: left;
}
.post-nav li.next {
	float: right;
}
.post-nav li a {
	font-size: 24px;
	font-weight: 300;
	color: #007582;
	position: relative;
}
.post-nav li a:hover {
	color:#007582;
}
.post-nav li.next a {
	padding:0 40px 0 0;
}
.post-nav li.next a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 5px;
	width: 23px;
	height: 16px;
	background:url(../images/right-arrow.svg) right center no-repeat;
	background-size: 23px auto;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.post-nav li.next a:hover:after {
	right: 0;
}
.post-nav li.prev a {
	padding:0 0 0 40px;
}
.post-nav li.prev a:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	width: 23px;
	height: 16px;
	background:url(../images/left-arrow.svg) right center no-repeat;
	background-size: 23px auto;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.post-nav li.prev a:hover:after {
	left: 0;
}

.contact_email_form .text-field {
	margin-bottom: 20px;
}
.contact_email_form .g-recaptcha {
	margin-bottom: 20px;
}

/* Accordian css **/
.faq .vc_tta-panel-body, .faq .vc_tta-panel-heading {
	border: none !important;
}
.faq .vc_tta-panels {
	border-bottom: 2px solid #d9eaec;
}
.faq .vc_tta-panel-title {
	font-size:22px;
	line-height: 36px !important;
	color:#000;
	display:block;
	border-top: 2px solid #d9eaec;
	cursor: pointer;
	position:relative;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	margin-bottom: 0 !important;
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff !important;
}
.faq .vc_tta-panel-title a {
	padding: 20px 0px 20px 35px !important;
	color: #17171f !important;
}
.faq .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 0 !important;
	width: 20px !important;
	height: 20px !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-width: 3px 0 0 0 !important;
	border-color: #007582 !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-width: 0 0 0 3px !important;
	border-color: #007582 !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq .vc_tta-panel:first-child .vc_tta-panel-title {
	margin-top: 0;
	border-top: 0;
}
.faq .vc_tta-panel-title, .faq .vc_tta-panel-title > a:focus, .faq .vc_tta-panel-title > a:hover, .faq .vc_active .vc_tta-panel-title > a {
	background-color: #ffffff !important;
	color: #007582 !important;
}
.faq .vc_tta-panel-body {
	padding: 10px 0 30px 35px !important;
}
/*.accordian {
	border-bottom: 2px solid #d9eaec;
}*/
/*.accordian-title:after {
	content:"";
	width: 19px;
	height: 3px;
	background: #007582;
	position:absolute;
	top:36px;
	left:0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.accordian-title:before {
	content:"";
	width: 3px;
	height: 19px;
	background: #007582;
	position:absolute;
	top:28px;
	left:8px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}*/
/*.accordian-title:hover:after,
.accordian-title.accordian-active:after,
.accordian-title:hover:before,
.accordian-title.accordian-active:before {
	background: #007582;
}
.accordian-title.accordian-active:before {
	opacity: 0;
	height: 0;
}*/
/*.accordian-title:hover {
	color: #007582;
}
.accordian-title.accordian-active {
	color:#007582;
}
.accordian-content {
	padding:10px 0 30px 35px;
	display:none;
}
.accordian-content.accordian-open {
	display:block;
}*/
/** Accordian css **/

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.col-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
}
.col-2 {
	width: 47% !important;
	margin-right: 6%;
}
.col-2:nth-child(2n + 2) {
	margin-right: 0;
}
.services-box {
}
.services-box .green-gradient {
	padding:80px;
	margin-top: 100px;
}

.tools-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	border: 2px solid #badfe3;
	border-bottom: 0;
	border-right: 0;
}
.tools-block::before {
	display: none !important;
}
.tools-block .block {
	width: 50%;
	padding: 40px;
	border-right: 2px solid #badfe3;
	border-bottom: 2px solid #badfe3;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.tools-block .block:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(186,223,227,1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(186,223,227,1);
	box-shadow: 0px 0px 40px 0px rgba(186,223,227,1);
}
.tools-block .block .title {
	margin-bottom: 20px !important;
}
.tools-block .block p:last-child {
	margin-bottom: 0 !important;
}
.tools-block .block .title h4 {
	margin-bottom: 0;
}
.eve-text {
	font-family: 'Playfair Display', serif;
	font-style: normal;
}
.eve-text span {
	color: #007582;
}

/*loader css*/
.loader-wrapper {
	background-color: #17171f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0e3d47;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #007582;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #046470;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.domain-list-section .loading {
	position: relative;
	height: 400px;
	z-index: 3;
}
.search-loader {
	background-color: #ffffff;
	position: absolute;
}
.domain-list-section .load-more-domains.hidden {
	display: none;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/*loader css*/

/* Marketplace css */


.custom_row { 
	position: relative; 
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.custom_row .wpb_column { margin-bottom: 30px; }


.domain-list {
	position: relative;
	margin: 0 -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.domain-list li {
	width: calc(25% - 30px);
	margin: 15px;
}
.domain-list .domain_block {
	position: relative;
	height: 150px;
	background-color: #f8fbfc;
	overflow: hidden;
}

.domain_block div.box-1,
.domain_block div.box-2 {	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px;	
	text-align: center;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
	transition: all ease-out 500ms;
	-ms-transition: all ease-out 500ms;
	-webkit-transition: all ease-out 500ms;
}

.domain_block .box-2 {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.domain_block:hover .box-2,
.domain_block:hover .box-1 {
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.domain-list .text {
	display: inline-block;
	width: 100%;
	color: #17171f;
}
.domain-list .domain_block {
	font-size: 40px;
}
.domain-list .domain_block .box-2 {
	font-size: 80%;
}

.domain-list .domain_block a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 10px auto 0;
	border:solid 2px #007582;	
	border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.domain-list .domain_block a:hover { background-color: #007582; }

.domain-list .domain_block .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
	background-image: url("../images/mail-icon-grn.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.domain-list .domain_block a:hover .icon { background-image: url("../images/mail-icon-wht.svg"); }

.domain-slider li {
	padding: 15px;
	margin: 0;
}

.homepage_domain_block {
	font-size: 40px;
}
.homepage_domain_block .homepage-domains .text {
	color: #17171f;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.homepage_domain_block .homepage-domains:hover .text {
	color: #2f7381;
}
/*.races .text {
	font-family: 'Exo 2',sans-serif;
	font-size: 45px;
	font-weight: 800;
	font-style:italic;
	letter-spacing: -1px;
}

.races .box-2 .text { font-size: 34px; }

.robot .text {
	font-family: 'Text Me One',sans-serif;	
	font-size: 45px;
}

.robot .box-2 .text { font-size: 34px; }

.kitty .text {
	font-family: 'Berkshire Swash',cursive;	
	font-size: 45px;
	letter-spacing: 2px;
}

.kitty .box-2 .text { font-size: 32px; }

.bit .text {
	font-family: 'Raleway',sans-serif;	
	font-size: 45px;
	font-weight: 300;
	letter-spacing: -1px;
}

.bit .box-2 .text { font-size: 34px; }

.boating .text {
	font-family: 'Quicksand',sans-serif;	
	font-size: 36px;	
	letter-spacing: -1px;
}

.boating .box-2 .text { font-size: 30px; }

.runner .text {
	font-family: 'Open Sans',sans-serif;	
	font-size: 38px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -1px;
}

.runner .box-2 .text { font-size: 30px; }

.trainer .text {
	font-family: 'Poiret One',cursive;	
	font-size: 45px;
}

.trainer .box-2 .text { font-size: 34px; }

.peachy .text {
	font-family: 'Shrikhand',cursive;	
	font-size: 34px;	
	letter-spacing: -1px;
}

.peachy .box-2 .text { font-size: 30px; }

.honeydew .text {
	font-family: 'Alice',serif;	
	font-size: 36px;	
	letter-spacing: -1px;
}

.honeydew .box-2 .text { font-size: 34px; }

.lilac .text {
	font-family: 'Croissant One',cursive;	
	font-size: 44px;	
	letter-spacing: -2px;
}

.lilac .box-2 .text { font-size: 34px; }

.threat .text {
	font-family: 'Teko',sans-serif;	
	font-size: 48px;	
	letter-spacing: -1px;
}

.threat .box-2 .text { font-size: 40px; }

.rant .text {
	font-family: 'Special Elite',cursive;	
	font-size: 38px;
}

.rant .box-2 .text { font-size: 32px; }

.delight .text {
	font-family: 'Philosopher',sans-serif;	
	font-size: 45px;	
	letter-spacing: -1px;
}

.delight .box-2 .text { font-size: 36px; }

.honeysuckle .text {
	font-family: 'Emilys Candy',cursive;	
	font-size: 28px;
}

.destination .text {
	font-family: 'Wire One',sans-serif;	
	font-size: 48px;	
}

.destination .box-2 .text { font-size: 42px; }

.predator .text {
	font-family: 'Sirin Stencil',cursive;	
	font-size: 38px;
}

.predator .box-2 .text { font-size: 34px; }

.tornado .text {
	font-family: 'Amarante',cursive;
	font-size: 42px;	
	letter-spacing: -1px;
}

.tornado .box-2 .text { font-size: 32px; }

.belly .text {
	font-family: 'Comfortaa',cursive;
	font-size: 40px;	
	letter-spacing: -1px;
}

.belly .box-2 .text { font-size: 32px; }

.floral .text {
	font-family: 'Elsie',cursive;
	font-size: 40px;	
	letter-spacing: -1px;
}

.floral .box-2 .text { font-size: 34px; }

.pirate .text {
	font-family: 'Abril Fatface',cursive;
	font-size: 45px;
}

.pirate .box-2 .text { font-size: 36px; }

.minty .text {
	font-family: 'Lobster',cursive;	
	font-size: 45px;
}

.minty .box-2 .text { font-size: 34px; }

.nonstop .text {
	font-family: 'Bentham',serif;	
	font-size: 40px;	
	letter-spacing: -1px;
}

.nonstop .box-2 .text { font-size: 36px; }

.planners .text {
	font-family: 'Economica',sans-serif;	
	font-size: 45px;	
}

.planners .box-2 .text { font-size: 34px; }

.snake .text {
	font-family: 'Sirin Stencil',cursive;	
	font-size: 45px;
}

.snake .box-2 .text { font-size: 34px; }

.asteroid .text {
	font-family: 'Audiowide',cursive;	
	font-size: 32px;	
	letter-spacing: -1px;
}

.asteroid .box-2 .text { font-size: 28px; }

.magical .text {
	font-family: 'Suranna',serif;	
	font-size: 42px;
}

.magical .box-2 .text { font-size: 36px; }

.trash .text {
	font-family: 'Cabin Sketch',cursive;	
	font-size: 45px;
	font-weight: 300;
}

.trash .box-2 .text { font-size: 36px; }

.sparkly .text {
	font-family: 'Elsie',cursive;	
	font-size: 45px;	
	letter-spacing: -1px;
}

.sparkly .box-2 .text { font-size: 34px; }

.tastes .text {
	font-family: 'Croissant One',cursive;	
	font-size: 42px;	
	letter-spacing: -2px;
}

.tastes .box-2 .text { font-size: 34px; }

.fedora .text {
	font-family: 'Sancreek',cursive;	
	font-size: 38px;	
	letter-spacing: -1px;
}

.fedora .box-2 .text { font-size: 32px; }

.hamster .text {
	font-family: 'Shrikhand',cursive;	
	font-size: 32px;
	letter-spacing: -1px;
}

.hamster .box-2 .text { font-size: 30px; }

.shifty .text {
	font-family: 'Averia Serif Libre',cursive;	
	font-size: 45px;
}

.shifty .box-2 .text { font-size: 34px; }

.sconces .text {
	font-family: 'Spirax',cursive;	
	font-size: 42px;
	letter-spacing: -1px;
}

.sconces .box-2 .text { font-size: 34px; }

.hometown .text {
	font-family: 'Smokum',cursive;
	font-size: 42px;
}

.hometown .box-2 .text { font-size: 34px; }

.declare .text {
	font-family: 'Limelight',cursive;	
	font-size: 34px;
	letter-spacing: -1px;
}

.declare .box-2 .text { font-size: 30px; }

.matchmaking .text {
	font-family: 'Emilys Candy',cursive;
	font-size: 28px;
}

.insurgent .text {
	font-family: 'Sirin Stencil',cursive;
	font-size: 38px;
}

.insurgent .box-2 .text { font-size: 32px; }

.busier .text {
	font-family: 'Permanent Marker',serif;	
	font-size: 42px;
	letter-spacing: -1px;
}

.busier .box-2 .text { font-size: 32px; }

.overgrown .text {
	font-family: 'Fredericka the Great',cursive;	
	font-size: 36px;
	letter-spacing: -1px;
}

.overgrown .box-2 .text { font-size: 32px; }

.ditched .text {
	font-family: 'Teko',sans-serif;	
	font-size: 48px;
}

.ditched .box-2 .text { font-size: 40px; }*/




/*.marketplace-fetured-post .sub-text, .featured-listings-masonry .sub-text {
	font-size: 16px;
}*/
.fetured-post-section {
	position: relative;
}
.featured-post {
	position: relative;
	display: block;
}
.featured-post .featured-post-domain-name {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}
.featured-post .featured-post-domain-name h1, .featured-post .featured-post-domain-name h3 {
	color: #ffffff;
	line-height: normal;
	margin-bottom: 0 !important;
}
.featured-post .featured-post-domain-name h1 {
	font-size: 100px;
}


/*.button-container {
	position: absolute;
	bottom: 0;
	right: 0;
}
.button-block {
	display: flex;
	align-items: center;
	background-color: #007582;
	padding: 20px;
}
.button-text {
	margin-bottom: 0 !important;
	color: #ffffff;
	max-width: 0;
	white-space: nowrap;
  	overflow: hidden;-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.domain-post-list > a:hover .button-text {
	max-width: 230px;
}
.arrow-icon {
	background: url("../images/right-arrow-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	width: 60px;
	height: 60px;
}*/

.button-container {
	position: absolute;
	bottom: 0;
	right: 0;
}
.button-block {
	display: flex;
	align-items: center;
	background-color: #007582;
	padding: 20px 20px 20px 20px;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.button-text {
	margin-bottom: 0 !important;
	color: #ffffff;
	max-width: 0;
	white-space: nowrap;
  	overflow: hidden;-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	font-weight: normal
}
.domain-post-list > a:hover .button-text {
	max-width: 230px;
}
.domain-post-list > a:hover .button-block {
	padding: 20px 20px 20px 35px;
}
.arrow-icon {
	background: url("../images/right-arrow-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	width: 60px;
	height: 60px;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.fetured-post-section .green-gradient,
.domain-detail-section .green-gradient,
.offer-form-section .green-gradient {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9eaec+0,ffffff+100 */
	background: #d9eaec; /* Old browsers */
	background: -moz-linear-gradient(45deg, #d9eaec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fetured-post-section .green-gradient,
.domain-detail-section .green-gradient,
.offer-form-section .green-gradient {
	width: 100%;
}
.domain-masonry {
	margin: 0 0 50px 0;
}
.featured-listings-masonry .load-more {
	margin: 0 auto 50px !important;
}
.featured-listings-masonry .infinite-load-more {
	position: relative;
    display: block;
	height: 200px;
	margin-bottom: 50px;
}
.featured-listings-masonry .view-all, .load-listings .load-more-domains {
	font-size: 25px;
	position: relative;
	color: #007582;
	padding: 0 10px;
	font-weight: 300;
	padding: 0 40px 0 0;
	margin-left: 35px;
	border: none;
	box-shadow: none;
}
/*.featured-listings-masonry .view-all::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #007582;
	-webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}*/
.featured-listings-masonry .view-all:hover::before {
	width: 100%;
}
.domain-post-list.small, .grid-sizer {
	width: 25%;
}
.domain-post-list.medium {
	width: 50%;
}
.domain-post-list.large {
	width: 75%;
}
.domain-post-list.full {
	width: 100%;
}
.domain-post-list   {
	background: #000000 !important;
}
.featured-listings-masonry .domain-post-list .domain-item, .featured-post {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #000000;
	height: 400px;
	border: 0;
}
.featured-listings-masonry .domain-post-list .domain-item .domain-post-list-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
	transition:all 0.4s ease-in;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.featured-listings-masonry .domain-post-list .domain-item:hover .domain-post-list-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}
.featured-listings-masonry .domain-post-list .domain-item img, .featured-post img {
	width: 100%;
	opacity: 0.6;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.featured-listings-masonry .domain-post-list .domain-item:hover img, .featured-post:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}
.featured-listings-masonry .domain-post-list .domain-item .domain-name {
	position: absolute;
	top: 0;
	padding: 40px;
	color: #ffffff;
	margin-bottom: 0 !important;
	width: 100%;
	z-index: 2;
	font-size: 44px;
}
.featured-listings-masonry .domain-post-list .domain-item .domain-name span {
	position: relative;
	z-index: 2;
}
/*.featured-listings-masonry .domain-post-list .domain-item .domain-name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(
	    to bottom,
	    hsl(240, 7.22%, 19.02%) 0%,
	    hsla(240, 7.22%, 19.02%, 0.899) 5.8%,
	    hsla(240, 7.22%, 19.02%, 0.799) 12.7%,
	    hsla(240, 7.22%, 19.02%, 0.701) 20.4%,
	    hsla(240, 7.22%, 19.02%, 0.607) 28.7%,
	    hsla(240, 7.22%, 19.02%, 0.516) 37.5%,
	    hsla(240, 7.22%, 19.02%, 0.431) 46.4%,
	    hsla(240, 7.22%, 19.02%, 0.35) 55.4%,
	    hsla(240, 7.22%, 19.02%, 0.276) 64.1%,
	    hsla(240, 7.22%, 19.02%, 0.209) 72.3%,
	    hsla(240, 7.22%, 19.02%, 0.15) 79.9%,
	    hsla(240, 7.22%, 19.02%, 0.1) 86.5%,
	    hsla(240, 7.22%, 19.02%, 0.059) 92.1%,
	    hsla(240, 7.22%, 19.02%, 0.028) 96.3%,
	    hsla(240, 7.22%, 19.02%, 0.008) 99%,
	    hsla(240, 7.22%, 19.02%, 0) 100%
	);
}*/


.innerpage-domain-name-block {
	position: relative;
	height: 500px;
	margin-bottom: 40px !important;
}
.innerpage-domain-name-block .domain-name-inner h1 {
	margin-bottom: 0 !important;
	color: #ffffff;
	font-size: 72px;
	line-height: normal;
	margin-top: -20px;
	padding: 0 10px;
}

.vc_row.vc_column-gap-10 > .domain-detail-box.vc_column_container:first-child {
	padding-left: 0 !important;
}
.vc_row.vc_column-gap-10 > .domain-detail-box.vc_column_container:last-child {
	padding-right: 0 !important;
}

.domain-detail-box .vc_column-inner {
	padding: 30px !important;
	text-align: center;
}
.domain-detail-box h3 {
	font-size: 48px;
	margin-bottom: 0 !important;
	line-height: 48px;
}
.domain-detail-box h6 {
	font-size: 20px;
	line-height: normal;
}
.domain-detail-box h6 .box-sub-text {
	font-size: 12px;
	display: block;
	color: #a3a3a3;
	line-height: normal;
}

.noun-text {
	max-width: 450px;
	margin: 0 auto;
}
.comparable-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    max-width: 300px;
    margin: 0 auto;
}
.comparable-list li {
	columns: 2;
	width: 100%;
}
.comparable-list li .comparable-domain-name {
	font-family: 'Playfair Display', serif;
}
.domain-specification-list {
	border-top: 1px solid #2a8c97;
	border-bottom: 1px solid #2a8c97;
	padding: 15px 0;
}
/*.domain-specification-list .check-list li:first-child {
	margin-left: 0 !important;
}
.domain-specification-list .check-list li:last-child {
	margin-right: 0 !important;
}*/

.step-block {
	padding: 50px !important;
	border-left: 1px solid #cacaca;
}
.step-block:last-child {
	border-right: 1px solid #cacaca;
}
.step-block .step-title {
	font-size: 12px;
	color: #17171f;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	position: relative;
	font-weight: normal;
}
.step-block .step-title::before {
	content: "";
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #cacaca;
	left: -50px;
	top: 0;
}
.step-block h4 {
	font-size: 34px;
}
.step-block p {
	line-height: normal;
	margin-bottom: 0 !important;
}
.step-block p a {
	display: inline;
}

.bring-your-idea-section {
	text-align: center;
}
.bring-your-idea {
	margin: 50px auto 30px auto;
}
.bring-your-idea img {
	margin: 0 auto;
}
.bring-your-idea.slick-slider, .bring-your-idea-title.slick-slider  {
	-webkit-user-select: unset !important;
	-moz-user-select: unset !important;
	-ms-user-select: unset !important;
	user-select: unset !important;
}
.bring-your-idea-title .slick-slide {
	padding: 0 30px;
} 
.bring-your-idea-title .slick-prev, .bring-your-idea-title .slick-next {
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.bring-your-idea-title .slick-prev::before, .bring-your-idea-title .slick-next::before {
	display: none;
}
.bring-your-idea-title .slick-prev {
	background-image: url(../images/left-arrow.svg);
	left: 30%;
}
.bring-your-idea-title .slick-next {
	background-image: url(../images/right-arrow.svg);
	right: 30%;
}


.offer-form-section {
	position: relative;
}
.offer-form {
	margin: 0 -8px;
	font-size: 0;
}
.offer-form > li {
	width: calc(50% - 16px);
	margin: 8px;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
.offer-form > li.full {
	width: calc(100% - 16px);
}
.offer-form > li .text-field {
	border-width: 2px;
}
.offer-form > li textarea {
	resize: none;
	height: 120px;
}
.offer-form-section .intl-tel-input {
	margin-bottom: 0;
}
.offer-form li .dollar {
	position: absolute;
	top: 2px;
	color: #17171f;
	font-size: 16px;
	z-index: 2;
	padding: 13px 15px;
	line-height: normal;
	border-right: 1px solid #cbcbcb;
}
.offer-form li #offer {
	padding-left: 60px;
}
.offer-form-section .submit-btn {
	font-size: 14px;
	border: 2px solid #007582;
	background-color: #007582;
	color: #ffffff;
	box-shadow: none;
	padding: 15px;
	min-width: 200px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.offer-form-section .submit-btn:hover {
	background-color: transparent;
	color: #007582;
}
.offer-form-section span.wpcf7-not-valid-tip, .domain-enquiry-form span.wpcf7-not-valid-tip{
	font-size: 14px;
	line-height: normal;
}
.domain-search-section {
	max-width: 900px;
	margin: 0 auto;
}
/*.domain-search-block {
	padding: 0 0 20px 0;
}*/
.domain-search-block .search-domain-box {
	position: relative;
}
/*.domain-search-block .search-domain {
	display: block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #757575;
	background: #1c2933;
	border: none;
	border: 2px solid #007582;
	padding: 20px 80px 20px 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}*/
.domain-search-block .search-domain {
	background: #17171f;
	color: #fff;
	border: none;
	border-bottom: 2px solid #2f7381;
	padding: 20px 80px 20px 0px;
	display: block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	position: relative;
}
.domain-search-block .search-domain-box .search-icon {
	position: absolute;
	top: 0px;
	right: -10px;
	height: 100%;
	width: 50px;
	background-image: url(../images/search-icon-blue.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
}
.domain-search-block .search-domain-box .search-icon:hover {
	cursor: pointer;
}
.advance-search {
	text-align: center;
	margin-top: 5px;
}
.advance-search .search-btn{
	color: #ffffff;
	font-size: 14px;
	position: relative;
	padding: 15px 80px 40px 60px;
	display: inline-block;
	background-color: #17171f;
	line-height: normal;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}
.advance-search .search-btn::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 50px;
	height: 20px;
	width: 20px;
	background-image: url(../images/next-blue.svg);
	background-size: 5px 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}
.advance-search .search-btn.open::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 50px;
	height: 20px;
	width: 20px;
	background-image: url(../images/next-blue.svg);
	background-size: 5px 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}
.search-filter {
	background-color: #ffffff;
	position: absolute;
	top: 154px;
	width: 100%; 
	z-index: 4;
	padding: 0 30px;
	display: none;
	-webkit-box-shadow: 0px 70px 94px -31px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 70px 94px -31px rgba(0,0,0,0.48);
	box-shadow: 0px 70px 94px -31px rgba(0,0,0,0.48);
}
.search-filter .search-inner {
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}
.search-filter .form-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
}
.search-filter .form-head h5{
	color: #000000;
	line-height: normal;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	margin-bottom: 0 !important;
}
.search-filter .form-head .search-close {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/close.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	padding: 10px;
	-webkit-transition: 0.5s all ease-in;
	-ms-transition: 0.5s all ease-in;
	-o-transition: 0.5s all ease-in;
	-moz-transition: 0.5s all ease-in;
	transition: 0.5s all ease-in;
}
.search-filter .form-head .search-close.animate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.5s all ease-in;
	-ms-transition: 0.5s all ease-in;
	-o-transition: 0.5s all ease-in;
	-moz-transition: 0.5s all ease-in;
	transition: 0.5s all ease-in;
}
.search-filter .search-inner .check-box-listing {
	width: calc(66.66% - 30px);
}
#priceRange .irs--round {
	height: auto;
}
.checkbox-container {
	display: block;
	width: 100%;
	float: left;
}
.checkbox-container .container-box {
	width: 50%;
	float: left;
	display: block;
  	position: relative;
  	margin-bottom: 12px;
  	cursor: pointer;
  	font-size: 15px;
  	padding-left: 35px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.checkbox-container .container-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox-container .container-box .checkmark {
	position: absolute;
  	top: 0;
  	left: 0;
  	height: 23px;
  	width: 23px;
  	border: 2px solid #2f7381;
  	background-color: #ffffff;
}
.checkbox-container .container-box .checkmark:after {
	content: "";
  	position: absolute;
  	display: none;
}
.checkbox-container .container-box input:checked ~ .checkmark {
  background-color: #2f7381;
}
.checkbox-container .container-box input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container .container-box .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-filter .search-inner > li {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px 15px;
}
.search-filter .search-inner label{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: normal;
	margin-bottom: 10px;
}
.search-filter .search-inner .filter-input {
	background-color: transparent;
	border: 2px solid #2f7381;
	color: #000000;
	font-size: 14px;
	padding: 10px 40px 10px 20px;
	display: block;
	width: 100%;
	line-height: normal;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.search-filter .search-inner .text-input {
	padding: 12px 40px 12px 20px;
}
.search-filter .search-inner input.filter-input::placeholder {
	color: #7d7d7d;
	font-weight: 500;
}
.search-filter .select-styled, .select-options:hover {
	cursor: pointer;
}
.search-filter .search-inner select{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	display: none !important;
}
.search-filter .search-inner .select {
	position: relative;
}
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(30,87,99,0.7);
	-moz-box-shadow: 0px 10px 20px 0px rgba(30,87,99,0.7);
	box-shadow: 0px 10px 20px 0px rgba(30,87,99,0.7);
	border: 2px solid #2f7381;
	border-top: none;
}
.select-options li {
	font-size: 14px;
	line-height: normal;
	padding: 9px 20px;
	display: block;
	color: #000000;
	border-bottom: 1px solid #dedede;
}
.select-options li:hover {
	background: #1d7081;
	color: #ffffff;
}
.select-options li:last-child {
	border-bottom: none;
}
.search-filter .search-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
.search-filter .search-bottom .filter-domain-result {
	color: #000000;
	font-size: 16px;
	line-height: normal;
}
.search-filter .search-bottom .filter-domain-result .domain-numbers {
	color: #2F7381;
	font-weight: 600;
}
.search-filter .search-bottom .btm-right span {
	margin-right: 30px;
	position: relative;
}
.search-filter .search-bottom .btm-right .reset-btn{
	background: transparent;
	border: none;
	color: #000000;
	font-size: 14px;
	padding: 16px 0px;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.search-filter .search-bottom .btm-right span::after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #2F7381;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
}
.search-filter .search-bottom .btm-right span:hover::after {
	width: 100%;
}
.search-filter .search-bottom .btm-right .reset-btn:hover {
	cursor: pointer;
}
.search-filter .search-bottom .btm-right .submit-btn {
	background: #2F7381;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 12px 45px;
	line-height: 14px;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	line-height: normal;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid transparent;
}
.search-filter .search-bottom .btm-right .submit-btn:hover {
	color: #2f7381;
	background-color: white;
	cursor: pointer;
	border: 2px solid #2f7381;
}
.select-styled::after {
	content: '';
	position: absolute;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #2f7381;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-inner .irs--round .irs-line {
	height: 3px;
	background: #cacaca;
	border: none;
	border-radius: unset;
	top: 5px;
}
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {
	display: none;
}
.search-inner .irs--round .irs-bar {
	height: 3px;
	top: 5px;
	background: #2f7381;
}
.search-inner .irs--round .irs-min {
	top: 50px;
	display: none;
}
.search-inner .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	top: 20px;
	background: none;
}
.irs--round .irs-handle {
	top: -1px;
	width: 15px;
	height: 15px;
	border: 4px solid #2f7381;
	background-color: #ffffff;
	border-radius: 24px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	color: #b8b8b8;
}
.irs--round .irs-min, .irs--round .irs-max {
	display: none;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
	border: 4px solid #2f7381;
	background-color: #ffffff;
}
.domain-list-wrapper .domain-list-section {
	max-width: 900px;
	width: 100%;
	margin:0 auto;
	padding: 100px 0 60px;
}
.domain-list-wrapper .domain-list-section .listing-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	padding-bottom: 35px;
}
.domain-list-wrapper .domain-list-section .listing-head .total-domains{
	font-size: 34px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	line-height: normal;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
}
.domain-list-wrapper .domain-list-section .listing-head .total-domains .domain-numbers {
	color: #2f7381;
}
.domain-list-wrapper .domain-list-section .listing-head .total-domains .domain-text {
	margin-bottom: 0px !important;
}
.domain-list-wrapper .domain-list-section .listing-head .total-domains .clear-btn {
	color: #2f7381;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	background: none;
	border: none;
	margin-left: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.domain-list-wrapper .domain-list-section .listing-head .total-domains .clear-btn:hover {
	cursor: pointer;
	text-decoration: underline;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting p {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0px !important;
	margin-right: 20px;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting .custom-select {
	display: none;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting .select {
	position: relative;
	font-size : 14px;
	line-height: normal;
	font-weight: normal;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting .select .select-styled {
	background: #ffffff;
	padding: 10px 54px 10px 20px;
	border: 2px solid #2f7381;
	font-size: 14px;
	font-weight: normal;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting .select .select-styled:hover {
	cursor: pointer;
}
.domain-list-wrapper .domain-list-section .listing-head .domain-sorting .select .select-styled::after {
	border-top: 6px solid #2f7381;
	right: 20px;
}
.domain-list-wrapper .domain-list-section .domain-list-block {
	padding: 24px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f3f8f9;
	margin-bottom: 15px;
	-webkit-appearance: none;
}
.domain-list-wrapper .domain-list-section .domain-list-block:last-of-type {
	margin-bottom: 30px;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-name {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: calc(100% - 226px);

}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-price {
	line-height: normal;
	font-size: 16px;
	margin-bottom: 0 !important;
	font-weight: normal;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .letter-round {
	font-size: 36px;
	font-weight: 600;
	display: block;
	height: 55px;
	width: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #2f7381;
	color: #ffffff;
	margin-right: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-transform: uppercase;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .name {
	font-size: 34px;
	line-height: normal;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	margin-bottom: 0px !important;
	color: #17171f;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .name:hover {
	color: #2f7381;
}
.domain-list-wrapper .domain-list-section .domain-list-block .list-by {
	font-size: 14px;
	color: #a0a3a7;
	margin-bottom: 0 !important;
	line-height: normal;
	font-weight: normal;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.domain-list-wrapper .domain-list-section .domain-list-block .list-by .green-text {
	color: #2f7381;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .domain-purchase {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: row;
	flex-flow: row;
	-webkit-align-items: center;
	align-items: center;
}
.domain-list-wrapper .domain-list-section .domain-list-block .domain-purchase .domain-price {
	margin-bottom: 0;
	line-height: normal;
	font-size: 16px;
	margin-bottom: 0 !important;
	font-weight: normal;
	margin-right: 30px;
}
.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
	background: #2f7381;
	color: #ffffff;
	border: 2px solid transparent;
	line-height: normal;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: normal;
	min-width: 200px;
	text-align: center;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
	text-transform: uppercase;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn:hover {
	background: transparent;
	cursor: pointer;
	border: 2px solid #2f7381;
	color: #2f7381;
}
.domain-list-wrapper .domain-list-section .load-listings {
	padding-top: 30px;
}
.domain-list-wrapper .domain-list-section .load-listings a.view-all {
	font-size: 16px;
	position: relative;
	color: #929296;
	padding: 0 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
}
.domain-list-wrapper .domain-list-section .load-listings a.view-all:hover {
	color: #2f7381;
}
.browse-collection {
	padding-bottom : 100px;
	padding-top: 100px;
}
.connect-with-section .green-gradient{
	position: absolute;
	z-index: -1;
	pointer-events: none;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9eaec+0,ffffff+100 */
	background: #d9eaec; /* Old browsers */
	background: -moz-linear-gradient(45deg, #d9eaec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #d9eaec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.connect-with-section .green-gradient.animate {
	width: 100%;
}
.connect-with-section {
	padding: 100px 0;
}
.connect-container {
	max-width: 890px;
	margin: 0 auto;
	width: 100%;
	padding: 0px 20px;
}
.enquire-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
	height: 100vh;
	min-height: 740px;
}
.enquire-section.sold-lander-bg {
	background-position:bottom center;
}
.enquire-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.20;
	z-index: -1
}

.single-featured_listings .enquire-section::after{
	opacity: 0.60;
}

.enquire-section .enquire-container .enquire-content{
	z-index:1;
}

.enquire-section .enquire-container {
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	-webkit-flex-flow: row;
	-webkit-align-items: center;
	align-items: center;
	flex-flow: row;
	padding: 130px 0;
	height: 100%;
}
.enquire-section .enquire-container .domain-name-block {
	width: calc(100% - 550px);
}
.enquire-section .enquire-container .domain-form-block, .domain-name-heading, .form-subtext {
	color: #ffffff;
	max-width: 70%;
}
.enquire-section .enquire-container .domain-name-block {
	padding-right: 50px;
}
.enquire-section .enquire-container .domain-name-block .additional-information,
.second-layout-banner .additional-information {
	font-size: 18px;
	line-height: normal;
}
.enquire-section .enquire-container .domain-name-block, .domain-name-heading {
	/*font-family: 'Text Me One',sans-serif;*/
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	font-weight:600;
	margin-bottom: 5px !important;
	font-size: 80px;
}
.enquire-section .enquire-container .domain-name-block, .domain-subhead {
	margin-bottom: 5px !important;
	font-size:22px !important;
	letter-spacing:3px;
	color: #ffffff;
}
.enquire-section .enquire-container .price, .enquire-section .enquire-container .make-offer {
	margin-bottom: 50px !important;
	line-height: normal;
}
.enquire-section .enquire-container .price:last-child, .enquire-section .enquire-container .make-offer:last-child {
	margin-bottom: 0 !important;
}
.enquire-section .enquire-container .make-offer span {
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(255,255,255,.12);
	font-size: 16px;
	font-weight: 400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 30px;
}
.enquire-section .enquire-container .domain-name-block, .price {
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}
.enquire-section .enquire-container .domain-form-block {
	width: 550px;
	max-width: 50%;
}
.enquire-section .enquire-container .domain-form-block .form-head {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	line-height: normal;
	margin-bottom: 24px;
	background:url(../images/arrow-white.svg) no-repeat right center;
	padding-right:35px;
	line-height:1;
	display:inline-block;
}
.enquire-section .enquire-container .domain-form-block .form-subtext {
	font-size: 16px;
	font-weight: normal;
	line-height: normal
}
.domain-enquiry-form .text-input {
	display: block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: rgba(255,255,255,.12);
	padding: 10px 20px;
	border: 1px solid #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	margin-top: 20px;
}
.domain-enquiry-form .text-input:focus {
	outline: none;
}
.domain-enquiry-form .intl-tel-input {
	margin: 20px 0 0 0 !important;
}
.domain-enquiry-form input.text-input::placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form input.text-input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form input.text-input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form input.text-input.::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form input.text-input::-moz-placeholder { 
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form textarea.text-input::placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form textarea.text-input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form textarea.text-input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form textarea.text-input.::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form textarea.text-input::-moz-placeholder { 
  opacity: 1;
  color: inherit;
}
.domain-enquiry-form .intl-tel-input .country-list .country-name {
	color: #000000;
}
.domain-enquiry-form .intl-tel-input .selected-flag .iti-arrow {
	border-top: 4px solid #ffffff;
}
.domain-enquiry-form .intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
    border-bottom: 4px solid #ffffff;
}
.domain-enquiry-form .submit-btn {
	background: #007682;
	color: #ffffff;
	border: 2px solid transparent;
	line-height: normal;
	padding: 17px 86px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
	text-transform: uppercase;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 20px;
}
.domain-enquiry-form .submit-btn:hover {
	cursor: pointer;
	background: #000;
}
.mb-toggle {
	margin-bottom: 100px !important;
}
.page-not-found {
	padding-top: 90px;
}
.not-found-container {
	text-align: center;
	margin: 0 0 90px 0;
	width: 100%;
	padding: 0 20px;
}
.not-found-container .error-title {
	line-height: 280px;
	margin-bottom: 30px !important;
	font-size: 280px;
}
.not-found-container .error-content p {
	font-size: 30px;
}
.not-found-container .back-home-btn {
	background: #2F7381;
	color: #fff;
	font-size: 14px;
	padding: 15px 45px 12px 45px;
	line-height: 14px;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	line-height: normal;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid transparent;
	text-transform: uppercase;
}
.not-found-container .back-home-btn:hover  {
	color: #2f7381;
	background-color: white;
	cursor: pointer;
	border: 2px solid #2f7381;
}
/* Marketplace css */


/* New page Add Css Start */
header.broker-header{
	display:none;
}
header.evergreen-header .header-right,
header.evergreen-header .nav-wrapper{
	display:none !important;
}
.second-layout-banner{
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-items:center;
	align-items:center;
	height:100vh;
}
.slb-left{
	width:50%;
	padding:100px;
}
.slb-title{
	font-size:28px;
	color:#16161e;
	font-weight:400;
}
.slb-title h2{
	color:#017582;
	line-height:1;
	margin: 5px 0px !important;
}
.slb-title h5{
	color:#17171f;
}
.slb-offer{
	display: inline-block;
	padding: 10px 20px;
	background-color:rgba(0,0,0,.10);
	font-size: 16px;
	font-weight: 400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 30px 0;
}
.slb-offer:last-child {
	margin-bottom: 0;
}
.slb-price{
	margin-top:45px;
	background:url(../images/tag-black-shape.svg) no-repeat left center;
	background-size:32px;
	padding-left:50px;
	font-size:36px;
	font-weight:600;
}
.slb-right{
	width:50%;
	background:#333;
	height:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-items:center;
	align-items:center;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	position:relative;
}
.slb-form-inner{
	margin:0 auto;
	max-width:460px;
	width:100%;
	background:rgba(23,23,31,.9);
	padding:40px;
	z-index:1;
}
.slb-form-inner h3{
	font-size:24px;
	font-weight:400;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom:30px !important;
	line-height:1;
	padding-right:35px;
	background:url(../images/arrow-white.svg) no-repeat right center;
	display:inline-block;
}
.slb-contact-info{
	width:100%;
	margin-bottom:30px;
}
.slb-contact-left{
	float:left;
	max-width:127px;
	position:relative;
	text-align:center;
}
.slb-contact-left:hover .linkedin{
	opacity:1;
	visibility:visible;
}
.slb-contact-left .linkedin{
	opacity:0;
	visibility:hidden;
	position:absolute;
	z-index:1;
	top:50%;
	-webkit-transform:translateX(-40%) translateY(-50%);
	-moz-transform:translateX(-40%) translateY(-50%);
	transform:translateX(-40%) translateY(-50%);
}
.slb-contact-left > img{
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.slb-contact-left:hover > img{
	opacity:.5;
}
.slb-contact-right{
	display:block;
	overflow:hidden;
	padding:6px 0 7px 30px;
}
.slb-logo{
	position:absolute;
	bottom:50px;
	right:50px;
}
.slb-contact-right span{
	font-size:21px;
	color:#fff;
	font-weight: 600;
}
.slb-contact-right .email{
	background:url(../images/email.svg) no-repeat left 10px;
	color:#fff;
	font-size:18px;
	font-weight:400;
	padding-left:30px;
	word-wrap:break-word;
}
.slb-contact-right .telephone{
	background:url(../images/telephone.svg) no-repeat left center;
	color:#fff;
	font-size:18px;
	font-weight:400;
	padding-left:30px;
	word-wrap:break-word;
}
.slb-contact-right .email:hover,
.slb-contact-right .telephone:hover{
	color:#017582;
}
.contact-broker-form .text-input{
	background:none;
	border:#fff solid 1px;
	width:100%;
	padding:10px 15px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
}
.contact-broker-form .text-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-broker-form .text-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-broker-form .text-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-broker-form .text-input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-broker-form .text-input::placeholder {
  color: #fff;
  opacity: 1;
}
.contact-broker-form form > p{
	margin:0 !important;
	text-align:center;
}
.contact-broker-form form > p > span{
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.contact-broker-form form > p > span > .intl-tel-input{
	margin-bottom:0;
}
.contact-broker-form .domain-name,
.contact-broker-form .broker-email{
	display:none;
}
.contact-broker-form .wpcf7-not-valid-tip{
	font-size: 14px;
	line-height: 1;
	text-align: left;
	padding-top: 7px;
}
.contact-broker-form .submit-btn{
	background:#017582;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	border:0;
	max-width:280px;
	width:100%;
	margin:0 auto;
	padding:20px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	margin-right:-20px;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
}
.contact-broker-form .submit-btn:hover{
	background:#fff;
	color:#017582;
}
.slb-testimonials{
	background:#017582;
	padding:150px 0;
}
.slb-testimonials-inner{
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
.slb-testimonials-inner .testimonial-slider li p i{
	font-style:normal;
	color:#fff;
}
.slb-testimonials-inner .author-detail p{
	color:#fff;
	font-weight:300;
}
.slb-testimonials-inner .author-detail .link{
	color:#fff !important;
	font-weight:600;
}
.slb-testimonials-inner .slick-dots{
	display:none !important;
}
.slb-testimonials-inner .slick-dots li button{
	background:rgba(255,255,255,.3);
}
.slb-testimonials-inner .slick-dots li.slick-active button{
	background:#fff;
}
.quote-symbol{
	padding-bottom:70px;
}
.quote-symbol img{
	display:inline-block;
}
div.wpcf7-validation-errors{
	border: 1px solid #f7e700;
	line-height: 1.2;
	font-size: 13px;
	padding: 10px;
	width: 100%;
	color:#f7e700;
}
div.wpcf7-mail-sent-ok{
	border: 1px solid #398f14;
	line-height: 1.2;
	font-size: 13px;
	padding: 10px;
	width: 100%;
	color:#398f14;
}
/* New page Add Css End */

/* Same Style Start */
.domain-subhead{
	font-size:28px;
}
.domain-name-block p.price{
	margin-top: 45px;
	background: url(../images/tag-white-shape.svg) no-repeat left center;
	background-size: auto;
	background-size: 32px;
	padding-left: 50px;
	font-size: 44px;
	font-weight: 600;
	line-height:1 !important;
}
/* Same Style End */


.suggestions-title {
	font-size: 34px;
	margin-top: 50px;
	margin-bottom: 35px !important;
	font-family: 'Playfair Display', serif;
	line-height: normal;
}

.single-bin_listings .enquire-section{
	position:relative;
}

.single-bin_listings .enquire-section .enquire-container{
	text-align:center;
	flex-wrap:wrap;
	justify-content:center;
}

.single-bin_listings .enquire-section .enquire-container .domain-subhead{
	font-weight:400;
	color: #666666;
	width:100%;
	max-width:100%;
	margin-bottom:10px !important;
}

.single-bin_listings .enquire-section .enquire-container .domain-name-heading{
	width:100%;
	max-width:100%;
	margin-bottom:15px !important;
}
.single-bin_listings .enquire-section .enquire-container .domain-price-amt{
	font-size: 38px;
	font-weight: 600;
	color: #007582;
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;
}
.single-bin_listings .enquire-section .enquire-container .buyer-details{
	width:100%;
	max-width:680px;
	margin:0 auto;
}
.single-bin_listings .enquire-section .enquire-container .buyer-details p{
	color:#999999;
	font-size: 14px;
	line-height: 1.4;
}
.single-bin_listings .enquire-section .enquire-container .buyer-details a:hover{
	color:#ffffff;
}
.single-bin_listings .enquire-section .enquire-container .domain-price{
	display: inline-block;
	margin-bottom: 30px !important;
}
.single-bin_listings .enquire-section .enquire-container .domain-cart{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height:28px;
	color:#ffffff;
	padding: 13px 60px 13px 25px;
	background: #007582 url(../images/right-arrow-white.svg) calc(100% - 20px) center no-repeat;
	background-size: 22px auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
}
.single-bin_listings .enquire-section .enquire-container .domain-cart:hover{
	background: #007582 url(../images/right-arrow-white.svg) calc(100% - 15px) center no-repeat;
}
.single-bin_listings .enquire-section .enquire-container p{
	font-size:22px;
	color: #666666;
	width:100%;
	max-width:100%;
}

.single-bin_listings .enquire-section .enquire-container p span{
	color:#666666;
	position:relative;
	padding-right: 20px;
}

.single-bin_listings .enquire-section .enquire-container p span sub {
  position: absolute;
  bottom: -10px;
  right: 2px;
	font-size:18px;
}

.single-bin_listings .enquire-section .sectigo-logo{
	position:absolute;
	right:100px;
	bottom:100px;
	width:120px;
}

.single-bin_listings .enquire-section .security-icon,
.single-bin_listings .enquire-section .info-icon,
.single-bin_listings .enquire-section .alert-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin:0 10px 5px;
}

.single-bin_listings .enquire-section .enquire-container form{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	width:100%;
	max-width:100%;
	margin-bottom: 30px !important;
}

.single-bin_listings .enquire-section .enquire-container input[type="text"]{
	display: block;
	width: calc(100% - 110px);
	max-width: 400px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: #151d25;
	padding: 13px 20px;
	background: rgba(21, 29, 37, 0.50);
	border: 2px solid #007582;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.single-bin_listings .enquire-section .enquire-container button,
.single-bin_listings .enquire-section .enquire-container input[type="submit"]{
	font-family: 'Poppins', sans-serif !important;
	font-weight:400;
	font-size: 16px;
	color: #ffffff;
	padding: 13px 20px;
	margin-left:-2px;
	border: 2px solid #007582;
	background:#007582;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.single-bin_listings .enquire-section .enquire-container input[type="submit"].search-button{
	text-indent:-9999999px;
	width: 56px;
	background: #007582 url(../images/right-arrow-white.svg) center no-repeat;
	background-size: 24px;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
}

.single-bin_listings .enquire-section .enquire-container input[type="submit"].search-button:hover{
	background: #007582 url(../images/right-arrow-white.svg) calc(50% + 5px) center no-repeat;
		background-size: 24px;
}

.single-bin_listings .enquire-section .enquire-container .error{
	font-size:18px !important;
	color:red !important;
	display:inline-block;
	width:100%;
}

/* bin lander fog animation */
.fog__container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fog__img {
  position: absolute;
  height: 100vh;
  width: 300vw;
}
.fog__img--first {
  background: url("fog-1.png") repeat-x;
  background-size: contain;
  background-position: center;
  opacity:0.4;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}
.fog__img--second {
  background: url("fog-2.png") repeat-x;
  background-size: contain;
  background-position: center;
  opacity:0.4;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200vw, 0, 0);
            transform: translate3d(-200vw, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200vw, 0, 0);
            transform: translate3d(-200vw, 0, 0);
  }
}


@media(min-width: 2050px) {
	
	.main-banner .container {
		width: 70%;
	}
	.main-banner .image-part svg {
		width: 80%;
	}
}

@media(max-width: 1600px) {
	h1 {
		font-size: 54px;
		line-height: 66px;
	}
	h2 {
		font-size: 48px;
		line-height: 62px;
	}
	.container {
		width:90%;
	}
	.container.small {
		width:1000px;
	}
	.main-menu > li {
		padding: 0 40px;
	}
	.main-menu > li > a {
		font-size: 30px;
		margin-bottom:30px;
	}
	.main-menu > li li a {
		font-size: 20px;
	}
	.main-banner .content-part {
		width: 40%;
	}
	.main-banner .image-part {
		width: 60%;
	}
	.main-banner .image-part img {
		width: 454px;
	}
	.main-banner .image-part svg {
		margin: 0 auto 0 -10px;
	}
	.who-we-wre .graphical-img svg {
		width: 700px
	}
	.who-we-wre .graphical-img img {
		width: 700px
	}
	.what-we-do .left-block img {
		margin: 0 0 100px -120px;
		max-width: 570px;
	}
	.what-we-do .left-block svg {
		margin: 0px 0 70px -160px;
		max-width: 670px;
	}
	.what-we-do .right-block {
		padding: 50px;
	}
	.services-list li {
		margin-bottom: 30px;
	}
	.blog-section .graphical-img {
		width: 600px;
	}
	.search-box,
	.subscribe-box {
		max-width: 800px;
	}
	.services-box .green-gradient {
		padding: 50px;
	}
	.domain-list .domain_block {
		font-size: 32px;
	}
	.homepage_domain_block {
		font-size: 32px;
	}

	.featured-listings-masonry .domain-post-list .domain-item .domain-name {
		padding: 30px;
		font-size: 36px;
	}

	.step-block {
	    padding: 30px !important;
	}
	.step-block .step-title::before {
		left: -30px;
	}
}
@media(max-width: 1440px) {
	body {
		font-size:20px;
		line-height:30px;
	}
	h1 {
		font-size: 44px;
		line-height: 58px;
	}
	h2 {
		font-size: 44px;
		line-height: 58px;
	}
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size:28px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 18px;
	}
	p {
		margin-bottom: 20px !important;
	}
	.single-bin_listings .enquire-section .enquire-container p span sub{
		bottom: -6px;
	}
	.link,
	.title .sub-text, .arrow-link a {
		font-size: 20px !important;
	}
	.link:after,
	.title .sub-text:after, .arrow-link a::after {
		top: 8px;
		width: 20px;
		height: 14px;
		background:url(../images/right-arrow.svg) right center no-repeat;
		background-size: 20px auto;
	}
	.list-01 > li::after {
		top: 10px;
	}
	.check-list {
		margin: 0 -10px;
	}
	.check-list li {
		margin: 10px !important;
		font-size: 15px;
	}
	.container {
		width:85%;
	}
	.container.small {
		width:900px;
	}
	.container.extra-small {
		width:1040px;
	}
	.main-menu > li {
		padding: 0 25px;
	}
	.section-padding {
		padding: 80px 0;
	}
	.section-margin {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.section-padding-half {
		padding: 40px 0;
	}
	.section-padding-t {
		padding: 80px 0 0 0;
	}
	.section-margin-t {
		margin-top: 80px !important;
	}
	.section-padding-b {
		padding:  0 0 80px 0;
	}
	.section-padding-t-half {
		padding: 40px 0 0 0;
	}
	.section-padding-b-half{
		padding:  0 0 40px 0;
	}
	.main-banner .content-part {
		width: 46%;
	}
	.main-banner .image-part {
		width: 54%;
	}
	.main-banner .image-part img {
		width: 75%;
	}
	.main-banner .image-part svg {
		width: 550px;
		margin: 0 auto 0 -60px;
	}
	.who-we-wre .right-block {
		max-width: 380px;
	}
	.who-we-wre .graphical-img svg {
		width: 600px;
	}
	.who-we-wre .graphical-img img {
		width: 600px;
	}
	.what-we-do .left-block img {
		margin: 0 0 100px -100px;
		max-width: 500px;
	}
	.what-we-do .left-block svg {
		margin: 0px 0 40px -140px;
		max-width: 600px;
	}
	/*.blog-section > .container {
		padding: 80px 0 50px 0;
	}*/
	.blog-section .graphical-img {
		width: 500px;
		top: -182px;
		right: 100px;
	}
	.blog-list {
		margin: 0 -20px;
	}
	.blog-list li {
		padding: 0 20px;
	}
	.search-domain-section.container,
	.subscribe-section.container {
		padding: 75px 50px 90px 50px;
	}
	.search-domain-section .title,
	.subscribe-section .title {
		margin-bottom: 40px !important;
	}
	.search-box .text-field,
	.subscribe-box .text-field {
		height: 100px;
		padding: 24px 30px;
		font-size: 30px;
	}
	.search-box .search-btn {
		top: 30px;
		right: 30px;
	}
	.subscribe-box .btn-holder .button {
		height: 100px;
		padding:31px 30px;
	}
	.search-box .text-field {
		padding-right: 80px;
	}
	.subscribe-box .text-field {
		padding-right: 190px;
	}
	.footer-top {
		padding: 100px 0;
	}
	.igt-section .green-gradient.animate {
		width: 38%;
	}
	.igt-section .content-part {
		padding-left: 60px;
	}
	.post-nav li a {
		font-size: 20px;
	}
	.post-nav li.next a:after {
		top: 8px;
		width: 20px;
		height: 14px;
		background:url(../images/right-arrow.svg) right center no-repeat;
		background-size: 20px auto;
	}
	.post-nav li.prev a:after {
		top: 8px;
		width: 20px;
		height: 14px;
		background:url(../images/left-arrow.svg) right center no-repeat;
		background-size: 20px auto;
	}
	.section-padding-t.contact-section {
		padding: 120px 0 0 0;
	}
	.contact-section > .container {
		padding: 80px 0 50px 0;
	}
	.contact-section .graphical-img {
		max-width: 600px;
		top: -220px;
		right: 150px;
	}
	.services-box .green-gradient {
		margin-top: 50px;
	}
	.domain-list .domain_block {
		font-size: 28px;
	}
	.homepage_domain_block {
		font-size: 28px;
	}

	.featured-post .featured-post-domain-name h1 {
		font-size: 80px;
	}

	.domain-detail-box h3 {
		font-size: 42px;
	}
	.domain-detail-box h6 {
		font-size: 18px;
	}
	.innerpage-domain-name-block {
		height: 400px;
	}
	.innerpage-domain-name-block .domain-name-inner h1 {
		font-size: 60px;
	}
	.step-block {
	    padding: 30px !important;
	}
	.step-block .step-title::before {
		left: -30px;
	}
	.bring-your-idea-title .slick-prev {
		left: 28%;
	}
	.bring-your-idea-title .slick-next {
		right: 28%;
	}
	.featured-listings-masonry .view-all, .load-listings .load-more-domains {
		font-size: 20px !important;
	}
	.enquire-section .enquire-container .domain-name-block, .domain-name-heading {
		font-size: 60px;
	}

	.slb-contact-left{
		max-width:105px;
	}
	.slb-price{
		font-size:40px;
		background-size:30px;
	}
	.domain-name-block p.price{
		font-size:40px;
		background-size:30px;
	}
	.slb-contact-right .email{
		background:url(../images/email.svg) no-repeat left 7px;
	}

}
/*@media(min-width: 1200px) and (max-width: 1365px) {
	.honeydew .text { font-size: 34px; }
	.pirate .text { font-size: 42px; }
	.sparkly .text { font-size: 42px; }
	.kitty .text { font-size: 42px; }
	.tornado .text { font-size: 40px; }
	.overgrown .text { font-size: 32px; }
	.boating .text { font-size: 32px; }
	.magical .text { font-size: 40px; }
	.asteroid .text { font-size: 30px; }
}*/
@media(max-width: 1200px) {
	h1 {
		font-size: 40px;
		line-height: 54px;
	}
	h2 {
		font-size: 40px;
		line-height: 54px;
	}
	.container {
		width:90%;
	}
	.container.small {
		width:85%;
	}
	.container.extra-small {
		width:75%;
	}
	.site-header {
		padding: 50px 35px;
	}
	.site-header.fixed {
		padding: 25px 35px;
	}
	.main-menu > li > a {
		font-size: 24px;
	}
	.main-banner .banner-logo {
		width: 100px;
	}
	.main-banner .banner-logo a {
		width:150px;
		right: -25px;
		bottom: 110px;
	}
	.main-banner .container {
		width: 100%;
		max-width: 100%;
		padding: 0 100px;
	}
	.main-banner .image-part svg {
		margin: 0 auto 0 -40px;
		width: 500px;
	}
	.main-banner .desktop-video {
		right: 0;
	}
	.what-we-do .left-block {
		width: 50%;
	}
	.what-we-do .left-block img {
		margin: 0 0 100px -30px;
		max-width: 110%;
	}
	.what-we-do .left-block svg {
		margin: 0px 0 70px -20px;
		max-width: 120%;
	}
	.what-we-do .right-block {
		width: 50%;
	}
	.search-box,
	.subscribe-box {
		width: 80%;
	}
	.team-block .member-desc {
		padding: 50px 50px 50px 90px;
	}
	.blog-post .entry-content {
		padding: 50px 0 0 50px;
	}
	.domain-list li {
		width: calc(33% - 30px);
	}

	.domain-detail-box .vc_column-inner {
		padding: 20px !important;
	}
	.domain-specification-list .check-list li {
		width: calc(50% - 20px);
		text-align: left;
	}
	.search-filter .search-bottom .btm-right .submit-btn {
		padding: 12px 30px;
	}
	.domain-post-list > a:hover .button-block {
		padding: 20px;
	}
	.domain-post-list > a:hover .button-text {
		padding-right: 15px;
	}
	.arrow-icon {
		width: 30px;
		height: 30px;
	}
	.enquire-section .enquire-container .domain-name-block {
		width: calc(100% - 450px);
	}
	.enquire-section .enquire-container .domain-form-block {
		width: 450px;
	}
	.enquire-section .enquire-container .domain-name-block, .domain-name-heading, .domain-subhead, .form-head, .form-subtext {
		max-width: unset;
	}

	.domain-post-list.small, .grid-sizer {
		width: 50%;
	}
	.domain-post-list.large, .domain-post-list.full {
		width: 50%;
	}
	.page-not-found {
		padding-top: 80px;
	}

	.slb-left{
		padding:50px;
	}



}
@media(max-width: 1023px) {
	h4 {
		font-size:26px;
	}
	.site-header {
		padding: 30px 35px;
		border-bottom: 1px solid rgba(0,117,130,.5);
	}
	.site-header.fixed {
		padding: 20px 35px;
	}
	.logo {
		float: right;
		width: 150px;
		margin-top: 5px;
	}
	body.home .logo {
		opacity: 1;
	}
	.header-right {
		float: left;
	}
	.nav-wrapper {
		padding: 70px 0 30px 0;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.nav-wrapper .lines {
		display: none;
	}
	.main-menu > li {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid rgba(0,117,130,.5);
	}
	.main-menu > li > a {
		font-size: 28px;
		padding: 15px 10px 15px 75px;
		margin-bottom: 0;
	}
	.main-menu > li .sub-menu {
		margin: -40px 0 15px 270px;
		padding:0;
	}
	.title, .wpb_content_element.title {
		margin-bottom: 30px !important;
	}
	.main-banner {
		height: auto !important;
		padding: 150px 0 100px 0;
	}
	.main-banner .banner-logo {
		display: none;
	}
	.main-banner .flex-wrapper {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.main-banner .image-part {
		width: 100%;
		-webkit-order: inherit;
		-moz-order: inherit;
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
	}
	.main-banner .image-part img {
		width: 70%;
	}
	.main-banner .image-part svg {
		margin: 0 auto;
		max-width: 77%;
		width: inherit;
		height: auto;
	}
	.main-banner .desktop-video {
		display: none;
	}
	.main-banner .mobile-video {
		display: block;
	}
	.main-banner .content-part {
		width: 100%;
		text-align: center;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
	}
	.main-banner .title {
		max-width:100%;
	}
	.main-banner .content-part .link {
		margin-left: 0 !important;
	}
	.what-we-do .flex-wrapper {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.what-we-do .left-block {
		width: 100%;
	}
	.what-we-do .left-block img {
		width: 70%;
		max-width: 100%;
		margin: 0 auto 70px auto;
	}
	.what-we-do .left-block svg {
		margin: 0px auto;
		width: 80%;
		max-width: 100%;
	}
	.what-we-do .right-block {
		width: 100%;
	}
	.blog-section .graphical-img {
		width: 400px;
		top: -146px;
		right: 30px;
	}
	.blog-list li {
		margin-bottom: 50px;
	}
	.igt-section .whoweare-img img {
		width: 300px;
	}
	.igt-section .whoweare-img svg {
		width: 500px;
		margin-right: -60px;
	}
	.team-block {
		max-width: 500px;
		margin:0 auto 50px auto !important;
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.team-block .member-img {
		width: 100%;
	}
	.team-block:nth-child(2n+1) .member-img {
		-webkit-order: inherit;
		-moz-order: inherit;
		order: inherit;
	}
	.team-block .member-desc {
		width: 100%;
		padding: 30px 0 0 0;
	}
	.blog-post {
		margin-bottom: 80px;
		padding: 0 50px;
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.blog-post:last-child {
		margin-bottom: 25px;
	}
	.blog-post .post-thumbnail {
		width: 100%;
		max-width: 485px;
	}
	.blog-post .post-thumbnail:after {
		top: 30px;
		left: -30px;
	}
	.post-listing .blog-post:nth-child(even) .post-thumbnail {
		-webkit-order: inherit;
		-moz-order: inherit;
		order: inherit;
	}
	.post-listing .blog-post:nth-child(even) .post-thumbnail:after {
		right: inherit;
		left: -30px;
	}
	.blog-post .entry-content,
	.post-listing .blog-post:nth-child(2n) .entry-content {
		width: 100%;
		padding: 50px 0 0 0;
	}
	.blog-post .entry-content .link {
		margin-left: 35px !important;
	}
	.post-nav {
		padding-top: 30px;
		margin-top: 30px;
	}
	.contact-section .flex-wrapper {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.contact-section > .container {
		padding: 50px 0;
	}
	.contact-section .graphical-img {
		max-width: 500px;
		right: 30px;
	}
	.contact-section .left-block {
		width: 100%;
	}
	.contact-section .right-block {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.services-box .col-2 {
		width: 100% !important;
		margin: 50px 0 0 0;
	}
	/*.services-box .col-2:last-child {
		margin:0;
	}*/
	.col-wrapper.services-box {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.tools-block .block {
		padding: 30px;
	}
	.enquire-section .enquire-container {
		flex-flow: wrap;
	}
	.not-found-container .error-title {
		font-size: 160px;
		line-height: 160px;
	}
	.page-not-found {
		padding-top: 70px;
	}
	.not-found-container .error-content p {
		font-size: 26px;
	}
	.not-found-container {
		margin: 45px 0 50px 0;
	}
	.enquire-section .enquire-container .domain-name-block {
		padding-right: 0;
	}
}
@media(max-width: 991px) {
	.footer-left-block, .footer-right-block {
	    width: 100%;
	}
	.news-latter h5 {
		margin-bottom: 20px !important;
		margin-top: 20px;
	}
	button.link:after {
	    top: 7px;
	}
	.domain-list li {
		width: calc(50% - 30px);
	}
	.featured-post .featured-post-domain-name h1 {
		font-size: 60px;
	}
	.featured-listings-masonry .domain-post-list .domain-item .domain-name {
		padding: 20px;
	}
	.buy-link {
		padding: 20px;
		font-size: 18px;
	}
	.domain-detail-box h6 {
		font-size: 14px;
	}
	.innerpage-domain-name-block .domain-name-inner h1 {
		font-size: 50px;
	}
	.innerpage-domain-name-block {
	    height: 300px;
	    margin-bottom: 20px !important;
	}
	.bring-your-idea-title .slick-prev {
		left: 20%;
	}
	.bring-your-idea-title .slick-next {
		right: 20%;
	}
	.step-block {
		padding: 20px 30px !important;
	}
	.step-block h4 {
		font-size: 28px;
	}
	.step-block:last-child {
		border-right: 0;
	}
	.domain-list-wrapper .domain-list-section {
		padding: 60px 20px 50px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .name {
		font-size: 26px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .letter-round {
		font-size: 26px;
		height: 50px;
		width: 50px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name {
		width: calc(100% - 186px);
	}
	.domain-list-wrapper .domain-list-section .listing-head .total-domains {
		font-size: 30px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
		padding: 15px 45px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
		min-width: unset;
	}
	.enquire-section .enquire-container .domain-name-block, .domain-subhead {
		font-size: 22px;
	}
	.enquire-section .enquire-container .price, .enquire-section .enquire-container .make-offer {
		font-size: 18px;
	}

	.second-layout-banner{
		height:auto;
	}
	.slb-left{
		padding:40px 20px;
		width:100%;
		text-align:left;
	}
	.slb-right{
		width:100%;
		padding:60px 0 150px 0;
	}
	.slb-title{
		font-size:28px;
	}
	.slb-price{
		font-size:32px;
		background-size:30px;
		margin-top:30px;
		display:inline-block;
	}
	.domain-name-block p.price{
		font-size:26px !important;
		background-size:25px;
	}
	.slb-contact-left{
		max-width:105px;
	}
	.contact-broker-form .text-input{
		font-size:16px;
	}
	.slb-testimonials{
		padding:80px 20px;
	}

	.suggestions-title {
		font-size: 30px;
	}


}
@media(max-width: 900px) {
	.search-filter .search-bottom .btm-right .submit-btn {
		padding: 12px 20px;
		font-size: 12px;
	}
}
@media(max-width: 767px) {
	body {
		font-size:18px;
		line-height:28px;
	}
	h1 {
		font-size: 36px;
		line-height: 50px;
	}
	h2 {
		font-size: 36px;
		line-height: 50px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size:26px;
	}
	h5 {
		font-size: 20px;
	}
	.main-menu > li > a {
		font-size: 24px;
	}
	.main-menu > li .sub-menu {
		margin: -40px 0 15px 240px;
	}
	.main-menu > li li a {
		font-size: 18px;
	}
	.main-banner {
		padding: 100px 0 50px 0;
	}
	.main-banner .container {
		padding: 0 20px;
	}
	.section-padding {
		padding: 60px 0;
	}
	.section-margin {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.section-padding-half {
		padding: 30px 0;
	}
	.section-padding-t {
		padding: 60px 0 0 0;
	}
	.section-margin-t {
		margin-top: 60px !important;
	}
	.section-padding-b {
		padding:  0 0 60px 0;
	}
	.section-padding-t-half {
		padding: 30px 0 0 0;
	}
	.section-padding-b-half{
		padding:  0 0 30px 0;
	}
	.section-padding.who-we-wre {
		padding-bottom: 0;
	}
	.who-we-wre .graphical-img svg {
		width: 400px;
		margin-bottom: 20px;
	}
	.who-we-wre .graphical-img img {
		width: 400px;
		margin-bottom: 70px;
	}
	.what-we-do .left-block img {
		margin: 0 auto 30px auto;
	}
	/*.section-padding.blog-section {
		padding: 60px 0;
	}*/
	.section-margin.blog-section {
		margin-top: 160px !important;
		margin-bottom: 60px !important;
	}
	.blog-section .graphical-img {
		width: 300px;
		top:-150px;
	}
	/*.blog-section > .container {
		padding: 50px 0;
	}*/
	.blog-list li {
		width: 100%;
	}
	.blog-list li:last-child {
		margin-bottom: 0;
	}
	.search-domain-section.container,
	.subscribe-section.container {
		padding: 40px 50px;
	}
	.search-domain-section .title,
	.subscribe-section .title {
		margin-bottom: 30px;
	}
	.search-box,
	.subscribe-box {
		width: 100%;
	}
	.search-box .text-field,
	.subscribe-box .text-field {
		padding: 14px 20px;
		height: 65px;
		font-size: 24px;
	}
	.search-box .text-field {
		padding-right: 50px;
	}
	.subscribe-box .text-field {
		padding-right: 160px;
	}
	.subscribe-box .btn-holder .button {
		height: 65px;
		padding: 15px 20px;
	}
	.search-box .search-btn {
		background:url(../images/search-icon.svg) right center no-repeat;
		background-size: 26px auto;
		width: 30px;
		height: 30px;
		top: 18px;
		right: 20px;
	}
	.footer-top {
		padding: 60px 0;
	}
	.footer-logo img {
		width: 180px;
	}
	.footer-block {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.footer-block:last-child {
		margin-bottom: 0;
	}
	.igt-section .flex-wrapper {
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	.igt-section .image-part {
		width: 100%;
		margin-bottom: 30px;
	}
	.igt-section .green-gradient.animate {
		width: 50%;
	}
	.igt-section .image-part.img-right {
		text-align: center;
	}
	.igt-section .whoweare-img {
		margin-bottom: 0;
	}
	.igt-section .whoweare-img svg {
		width: 450px;
		margin-right: 0;
		max-width: 100%;
	}
	.igt-section .content-part {
		width: 100%;
		padding-left: 150px;
	}
	.blog-post {
		margin-bottom: 50px;
	}
	.section-margin-t.contact-section {
		margin-top: 80px !important;
	}
	.contact-section .graphical-img {
		max-width: 400px;
		top:-170px;
		right: -20px;
	}
	.tools-block .block {
		width: 100%;
	}
	.featured-post .featured-post-domain-name {
		-webkit-transform: unset;
		transform: unset;
		left: 20px;
		bottom: 20px;
		text-align: left;
		top: unset;
	}
	.featured-post .featured-post-domain-name h1 {
		font-size: 40px;
	}
	.featured-post .featured-post-domain-name h3 {
		font-size: 24px;
	}
	.domain-list .domain_block {
		font-size: 25px;
	}
	.homepage_domain_block {
		font-size: 25px;
	}
	.domain-post-list.small, .grid-sizer, .domain-post-list.medium, .domain-post-list.large, .domain-post-list.full {
		width: 100%;
	}
	.innerpage-domain-name-block .domain-name-inner h1 {
	    font-size: 40px;
	}
	.bring-your-idea {
		margin: 30px auto 20px auto;
	}
	.bring-your-idea-title .slick-prev {
		left: 15%;
	}
	.bring-your-idea-title .slick-next {
		right: 15%;
	}
	.domain-specification-list .check-list {
		margin: 0;
		display: -webkit-inline-grid;
		display: -moz-inline-grid;
		display: -ms-inline-grid;
		display: inline-grid;
	}
	.domain-specification-list .check-list li {
		width: 100%;
		margin: 5px 0 !important;
	}
	.offer-form {
		margin: 0;
	}
	.vc_row.vc_column-gap-10 > .domain-detail-box.vc_column_container {
		padding: 5px 0 !important;
	}
	.offer-form > li, .offer-form > li.full {
		width: 100%;
		margin: 5px 0;
	}
	.step-block h4 {
		font-size: 22px;
	}
	.search-filter {
		top: 139px;
	}
	.search-filter .search-inner > li {
		width: calc(50% - 30px);
	}
	.domain-search-block .search-domain {
		font-size: 16px;
		padding: 15px 60px 15px 20px;
	}
	.domain-search-block .search-domain-box::after {
		right: 10px;
		background-size: 25px 25px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .letter-round {
		font-size: 22px;
		height: 40px;
		width: 40px;
		margin-right: 15px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .name {
		font-size: 24px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .list-by {
		font-size: 12px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
		padding: 15px 30px;
		font-size: 12px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-price {
		font-size: 14px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name {
		width: calc(100% - 156px);
	}
	.search-filter .search-inner .form-head h5 {
		font-size: 24px;
	}
	.search-filter .search-inner > li {
		margin: 0 15px 15px 15px;
	}
	.search-filter .search-inner {
		padding-top: 20px;
	}
	.search-filter .search-bottom {
		padding-bottom: 20px;
	}
	.search-filter .search-inner > li {
		width: 100%;
	}
	.search-filter .search-inner .check-box-listing {
		width: 100%;
	}
	.browse-collection, .connect-with-section {
		padding: 60px 0;
	}
	#priceRange .irs--round {
		height: 50px;
	}
	.domain-post-list > a:hover .button-block {
		padding: 20px 20px 20px 35px;
	}
	.domain-post-list > a:hover .button-text {
		padding-right: 0;
	}
	.arrow-icon {
		width: 60px;
		height: 60px;
	}
	.search-filter .form-head {
		margin-bottom: 10px;
	}
	.search-filter .search-inner {
		padding-top: 10px;
	}
	.enquire-section {
		height: unset;
		min-height: unset;
	}
	.enquire-section .enquire-container .domain-name-block, .enquire-section .enquire-container .domain-form-block {
		width: 100%;
		margin-bottom: 40px !important;
	}
	.enquire-section .enquire-container .domain-form-block {
		max-width: unset;
	}
	.enquire-section .enquire-container {
		padding:130px 0 100px;
	}
	.single-bin_listings .enquire-section .sectigo-logo{
		right: 30px;
		bottom: 30px;
		width: 100px;
	}
	.enquire-section .enquire-container .price, .enquire-section .enquire-container .make-offer {
		margin-bottom: 15px !important
	}
	.not-found-container .error-title {
		font-size: 120px;
		line-height: 120px;
	}

	.slb-testimonials{
		padding:50px 20px;
	}

	/*.honeydew .text { font-size: 30px; }
	.pirate .text { font-size: 36px; }
	.peachy .text { font-size: 30px; }
	.trainer .text { font-size: 40px; }
	.delight .text { font-size: 40px; }
	.sparkly .text { font-size: 36px; }
	.kitty .text { font-size: 36px; }
	.tornado .text { font-size: 34px; }
	.overgrown .text { font-size: 30px; }
	.boating .text { font-size: 30px; }
	.predator .text { font-size: 34px; }
	.magical .text { font-size: 34px; }
	.asteroid .text { font-size: 28px; }
	.nonstop .text { font-size: 36px; }
	.rant .text { font-size: 34px; }
	.hamster .text { font-size: 28px; }
	.shifty .text { font-size: 40px; }
	.tastes .text { font-size: 38px; }
	.belly .text { font-size: 36px; }
	.sconces .text { font-size: 36px; }
	.runner .text { font-size: 34px; }
	.declare .text { font-size: 30px; }
	.hometown .text { font-size: 36px; }
	.matchmaking .text { font-size: 26px; }
	.minty .text { font-size: 40px; }
	.insurgent .text { font-size: 34px; }
	.busier .text { font-size: 36px; }*/

	.domain-name-block p.price{
		padding-left:40px;
	}
	.slb-contact-right .email{
		background:url(../images/email.svg) no-repeat left 5px;
	}
	.single-bin_listings .enquire-section .enquire-container .buyer-details p{
		font-size:13px;
	}
	
}
@media(max-width: 599px) {
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name {
		-webkit-flex-flow: column;
		flex-flow: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: calc(100% - 146px);
	}
	/*.domain-list-wrapper .domain-list-section .domain-list-block .domain-price {
		margin-left: 55px;
	}*/
	.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
		padding: 10px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block {
		padding: 15px;
	}
	.advance-search .search-btn {
		padding: 15px 80px 25px 60px;
	}
	.arrow-icon {
		width: 20px;
		height: 20px;
		background-size: 18px;
	}
	.button-block {
		padding: 15px;
	}
	.domain-post-list > a:hover .button-block {
		padding: 15px;
	}
	.button-text {
		font-size: 16px;
	}
	.domain-post-list > a:hover .button-text {
		padding-right: 15px;
	}
	.search-filter {
		top: 123px;
	}
	.search-filter .form-head {
		padding-top: 20px;
	}

	.featured-listings-masonry .domain-post-list .domain-item {
		height: 300px;
	}
}
@media(max-width: 567px) {
	body {
		font-size:15px;
		line-height:24px;
	}
	h1 {
		font-size: 26px;
		line-height: 36px;
	}
	h2 {
		font-size: 26px;
		line-height: 36px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size:22px;
	}
	h5 {
		font-size:18px;
	}
	h6 {
		font-size: 17px;
	}
	.text-field {
		border: 1px solid #007582;
	}
	.link,
	.title .sub-text, .arrow-link a {
		font-size: 16px !important;
		padding: 0px 30px 0 0 !important;
		margin-left: 20px !important;
	}
	.link:after,
	.title .sub-text:after, .arrow-link a::after {
		top: 8px;
		width: 15px;
		height: 11px;
		background:url(../images/right-arrow.svg) right center no-repeat;
		background-size: 15px auto;
	}
	.list-01 > li::after {
		top: 7px;
	}
	.container,
	.container.small,
	.container.extra-small {
		width:90%;
	}
	.site-header {
		padding: 25px 20px;
	}
	.site-header.fixed {
		padding: 15px 20px;
	}
	.logo {
		width: 120px;
	}
	.nav-wrapper {
		padding: 50px 0 30px 0;
	}
	.menu-btn {
		width: 20px;
	}
	.main-menu > li > a {
		font-size: 20px;
		padding: 15px 10px 15px 55px;
	}
	.main-menu > li .sub-menu {
		margin: -35px 0 15px 195px;
	}
	.main-menu > li li a {
		font-size: 16px;
		padding: 0;
	}
	.section-padding {
		padding: 50px 0;
	}
	.section-margin {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.section-margin-t {
		margin-top: 50px !important;
	}
	.section-padding-half {
		padding: 30px 0;
	}
	.section-padding-t {
		padding: 50px 0 0 0;
	}
	.section-padding-b {
		padding:  0 0 50px 0;
	}
	.section-padding-t-half {
		padding: 30px 0 0 0;
	}
	.section-padding-b-half{
		padding:  0 0 30px 0;
	}
	.title, .wpb_content_element.title {
		margin-bottom: 20px !important;
	}
	.main-banner {
		padding: 100px 0 30px 0;
	}
	.main-banner .image-part svg {
		max-width: 75%;
	}
	.who-we-wre .title {
		margin-bottom: 0 !important;
	}
	.who-we-wre .graphical-img {
		margin:0;
	}
	.who-we-wre .graphical-img svg {
		width: 80%;
	}
	.who-we-wre .graphical-img img {
		width: 80%;
	}
	.who-we-wre .green-gradient {
		height: 70%;
	}
	.what-we-do .right-block {
		padding:25px;
	}
	.what-we-do .left-block svg {
		width: 90%;
	}
	/*.section-padding.blog-section {
		padding:130px 0 50px 0;
	}*/
	.section-margin.blog-section {
		margin-top: 130px !important;
		margin-bottom: 50px !important;
	}
	.section-padding-t.blog-section {
		padding:130px 0 0 0;
	}
	.blog-section .graphical-img {
		max-width: 100%;
		right: 0;
	}
	.blog-list li {
		margin-bottom: 20px;
	}
	.domains-carousel img {
		width: 70%;
		max-width: 100%;
	}
	.search-domain-section.container,
	.subscribe-section.container {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
	}
	.search-box .text-field,
	.subscribe-box .text-field {
		padding:10px 25px;
		height: 45px;
		font-size: 16px;
		border: 1px solid #007582;
	}
	.search-box .text-field {
		padding-right: 40px;
	}
	.subscribe-box .text-field {
		padding-right: 130px;
	}
	.subscribe-box .btn-holder .button {
		height: 45px;
		font-size: 18px;
		padding: 10px 20px;
	}
	.search-box .search-btn {
		background:url(../images/search-icon.svg) right center no-repeat;
		background-size: 21px auto;
		width: 25px;
		height: 25px;
		top: 12px;
		right: 15px;
	}
	.footer-bottom .copy {
		font-size: 14px;
	}
	.social-media a {
		width: 17px;
		height: 17px;
		margin: 0 5px;
	}
	.social-media a.twitter {
		background:url(../images/twitter.svg) right center no-repeat;
		background-size: auto 17px;
	}
	.social-media a.facebook {
		background:url(../images/facebook.svg) right center no-repeat;
		background-size: auto 17px;
	}
	.social-media a.linkedin {
		background:url(../images/linkedin.svg) right center no-repeat;
		background-size: auto 17px;
	}
	.footer-top {
		padding: 40px 0;
	}
	.igt-section .whoweare-img img {
		width: 70%;
	}
	.igt-section .content-part {
		padding-left: 0;
	}
	.blog-post {
		padding: 0 20px;
	}
	.blog-post .post-thumbnail:after {
		top: 20px;
		left: -20px;
	}
	.post-listing .blog-post:nth-child(even) .post-thumbnail:after {
		right: inherit;
		left: -20px;
	}
	.post-nav li a {
		font-size: 16px;
	}
	.post-nav li.next a:after {
		top: 8px;
		width: 15px;
		height: 11px;
		background:url(../images/right-arrow.svg) right center no-repeat;
		background-size: 15px auto;
	}
	.post-nav li.prev a:after {
		top: 8px;
		width: 15px;
		height: 11px;
		background:url(../images/left-arrow.svg) right center no-repeat;
		background-size: 15px auto;
	}
	.faq .vc_tta-panel-title {
		font-size: 18px;
		line-height: 24px !important;
	}
	/*.accordian-title {
		font-size:18px;
	}
	.accordian-title:after {
		top: 31px;
	}
	.accordian-title:before {
		top: 23px;
	}*/
	.contact-section .graphical-img {
		width: 300px;
		right: 0;
		top:-160px;
	}
	.contact_email_form .g-recaptcha {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		transform: scale(.8);
		margin-left: -30px;
	}
	.blockquote {
		padding: 20px;
	}
	.team-block {
		margin: 0 auto 30px auto;
	}
	.services-box .green-gradient {
		padding:25px;
	}
	.tools-block .block {
		padding: 20px;
	}

	.domain-list li {
		width: 100%;
	}
	.innerpage-domain-name-block {
		height: 200px;
	}
	.innerpage-domain-name-block .domain-name-inner h1 {
		font-size: 34px;
	}
	.domain-detail-box h3 {
		font-size: 32px;
	}
	.bring-your-idea-title .slick-prev {
		left: 0;
	}
	.bring-your-idea-title .slick-next {
		right: 0;
	}
	.search-filter .search-bottom .filter-domain-result, .btm-right {
		width: 100%;
		text-align: left;
	}
	.search-filter .search-bottom .filter-domain-result {
		margin-bottom: 15px;
	}
	.search-filter .search-bottom .btm-right{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.offer-form-section .submit-btn {
		width: 100%;
	}
	.search-filter .search-inner > li {
		width: calc(100% - 30px);
	}
	.search-filter .search-inner > li {
		margin: 0 15px 15px 15px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .letter-round {
		height: 35px;
		width: 35px;
		margin-right: 15px;
	}
	/*.domain-list-wrapper .domain-list-section .domain-list-block .domain-price {
		margin-left: 50px;
	}*/
	.domain-list-wrapper .domain-list-section .listing-head .total-domains {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	.domain-list-wrapper .domain-list-section .listing-head .total-domains .clear-btn {
		margin-left: 0;
		padding: 10px 0px;
	}
	.domain-list-wrapper .domain-list-section .listing-head .domain-sorting {
		-webkit-flex-flow: column;
		flex-flow: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.domain-list-wrapper .domain-list-section .listing-head .domain-sorting p {
		margin-right: 0;
		margin-bottom: 5px !important;
	}
	.domain-list-wrapper .domain-list-section {
		padding: 40px 20px 50px;
	}
	.domain-list-wrapper .domain-list-section .listing-head .total-domains .domain-text {
		font-size: 26px;
	}
	.domain-list-wrapper .domain-list-section .listing-head .domain-sorting .select .select-styled {
		padding: 5px 45px 5px 10px;
	}
	.irs--round {
		height: 30px;
	}
	.search-filter .search-bottom .btm-right .reset-btn {
		padding: 10px 0px;
	}
	.page-not-found {
		padding-top: 61px;
	}
	/*.custom_row .wpb_column { width: 100% !important; }*/

	.slb-contact-right .email{
		margin:7px 0;
		font-size:16px;
		display:block;
	}
	.slb-contact-left{
		max-width:80px;
	}
	.slb-contact-right{
		width:100%;
		padding-left:0;
	}
	.slb-contact-info{
		margin-bottom:30px;
	}
	.slb-contact-right span{
		font-size:18px;
	}
	.slb-contact-right .telephone{
		font-size:16px;
	}
	.slb-form-inner h3{
		margin-bottom:30px !important;
		font-size:20px;
	}
	.slb-form-inner{
		padding:20px;
	}
	.slb-logo{
		bottom: 30px;
		right: auto;
		left:50%;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.slb-right{
		padding:0 0 120px 0;
	}
	.slb-price{
		background-size:24px;
		font-size:26px;
	}
	.domain-name-block p.price{
		background-size:24px;
		font-size:26px;
	}
	.contact-broker-form .submit-btn{
		max-width:170px;
		padding:14px 20px;
		font-size:14px;
	}
	.quote-symbol{
		padding-bottom:30px;
	}

	.slb-contact-right{
		max-width:68%;
		display:inline-block;
		margin-left:20px;
	}
	.slb-form-inner,
	.domain-enquiry-form .submit-btn{
		max-width:100%;
		width:100%;
	}
	.contact-broker-form .submit-btn{
		max-width:100%;
	}
	.domain-enquiry-form form > p{
		margin:0 !important;
	}
	.enquire-section .enquire-container .domain-name-block, .domain-name-heading {
		font-size:40px;
	}
	.single-bin_listings .enquire-section .enquire-container .domain-price-amt{
		font-size: 32px;
		display:block;
		margin-bottom:25px;
	}
	.single-bin_listings .enquire-section .enquire-container p span sub{
		bottom: -4px;
	}

}

@media(max-width: 412px) {
	.buy-link {
		padding: 10px 20px;
		font-size: 16px;
	}
	.featured-post .featured-post-domain-name {
		bottom: 10px;
		left: 10px;
	}
	.featured-post .featured-post-domain-name h1 {
		font-size: 25px;
	}
	.featured-post .featured-post-domain-name h3 {
		font-size: 18px;
	}
	.featured-listings-masonry .domain-post-list .domain-item .domain-name {
		padding: 10px 20px;
	}
	.innerpage-domain-name-block {
		height: 150px;
	}
	.innerpage-domain-name-block .domain-name-inner h1 {
		font-size: 28px;
		word-break: break-all;
	}
	.offer-form li #offer {
		padding-left: 50px;
	}
	.search-filter .search-bottom .btm-right .submit-btn {
		font-size: 12px;
		padding: 15px 30px;
	}
	.domain-list-wrapper .domain-list-section .listing-head .total-domains .domain-text {
		font-size: 22px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name {
		width: 100%;
		margin-bottom: 5px;
	}
	/*.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
		margin-left: 50px;
	}*/
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .name {
		font-size: 24px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .name-block .list-by {
		font-size: 14px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-price {
		font-size: 16px;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block .domain-name .letter-round {
		width: 40px;
		height: 40px;
	}
	/*.domain-list-wrapper .domain-list-section .domain-list-block .domain-price {
		margin-left: 55px;
	}*/
	.domain-list-wrapper .domain-list-section .domain-list-block .buy-btn {
		padding: 10px 20px;
		/*margin-left: 55px;*/
	}
	.search-filter .search-bottom .btm-right .submit-btn {
		padding: 12px 20px;
	}
	.search-filter .search-inner label {
		width: 100%;
	}
	.domain-list-wrapper .domain-list-section .domain-list-block {
		padding: 15px 30px;
	}
	.domain-search-block .search-domain {
		font-size: 14px;
		padding: 15px 60px 15px 10px;
	}
	.search-filter {
		top: 110px;
	}
	.advance-search {
		margin-top: 0;
	}
	.advance-search .search-btn {
		padding: 15px 80px 20px 60px;
	}
	.not-found-container .error-title {
		font-size: 100px;
		line-height: 100px;
	}
	.not-found-container .error-content p {
		font-size: 22px;
	}

	.slb-contact-left{
		max-width:60px;
	}
	.slb-contact-right{
		max-width:72%;
		padding:0;
		margin-left:15px;
	}
	.slb-contact-right .email{
		margin:3px 0 6px 0;
	}
	.single-bin_listings .enquire-section .enquire-container .domain-subhead,
	.single-bin_listings .enquire-section .enquire-container p{
		font-size: 18px !important;
	}
	.enquire-section .enquire-container .domain-name-block, .domain-name-heading{
		font-size:34px;
	}
	.single-bin_listings .enquire-section .enquire-container .domain-price-amt{
		font-size:28px;
	}

}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}


.lity-container {
	max-width: 500px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
}
.lity-container .lity-content {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.lity-container .lity-content h5 {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 24px;
	background: url(../images/arrow-white.svg) no-repeat right center;
	padding-right: 35px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0 !important;
	filter: brightness(0);
}
.lity-container .lity-content p {
	font-size: 12px;
	margin-bottom: 0 !important;
	color: #757575;
	font-weight: normal;
	line-height: normal;
}
.lity-container .g-recaptcha > div {
	margin: 0 auto;
}
.lity-container .lity-close {
	display: none;
}
