.reveal-down {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-name: reveal-down;
	-moz-animation-name: reveal-down;
	animation-name: reveal-down;
}

@-webkit-keyframes reveal-down {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-100%);
	}

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

}

@-moz-keyframes reveal-down {
	0% {
		opacity: 1;
		-moz-transform: translateY(-100%);
	}

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

}

@keyframes reveal-down {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

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

}

.reveal-up {
	opacity: 0;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: reveal-up;
	-moz-animation-name: reveal-up;
	animation-name: reveal-up;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes reveal-up {
	0% {
		opacity: 1;
		-webkit-transform: translateY(50%);
	}

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

}

@-moz-keyframes reveal-up {
	0% {
		opacity: 1;
		-moz-transform: translateY(50%);
	}

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

}

@keyframes reveal-up {
	0% {
		opacity: 1;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		transform: translateY(50%);
	}

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

}

.line-loading {
	-webkit-animation: line-loading 0.4s 0.3s backwards;
	-moz-animation: line-loading 0.4s 0.3s backwards;
	animation: line-loading 0.4s 0.3s backwards;
}

@-webkit-keyframes line-loading {
	0% {
		-webkit-transform: scaleX(0);
	}

	100% {
		-webkit-transform: scaleX(1);
	}

}

@-moz-keyframes line-loading {
	0% {
		-moz-transform: scaleX(0);
	}

	100% {
		-moz-transform: scaleX(1);
	}

}

@keyframes line-loading {
	0% {
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);
	}

	100% {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1);
	}

}


/* Common Styles Start */
	.modal {
		background: rgba(0, 0, 0, 0.7);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.md-container {
		position: relative;
		background-color: #000000;
		color: #fff;
		margin: 0 auto;
		min-height: 100%;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	}
	.cart-spacer {
		padding-top: 80px;
	}
	.cart-spacer.floater-space {
		padding-bottom: 50px;
	}
	.close-icon {
		outline: none;
		position: absolute;
		top: 13px;
		right: 20px;
		background: transparent;
		border-color: transparent;
		color: #fff;
		font-size: 30px;
		font-weight: 100;
		padding: 0;
	}
	.modal-logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	.reset-padding {
		padding: 0;
	}
	.reset-margin {
		margin: 0;
	}
/* Common Styles End */

/* Search Results Start */
	.ca-search {
		float: none;
	}
	.ca-search-group {
		margin: 1rem auto 0;
	}
	.ca-suggestions-group {
		margin: 0;
	}
	.ca-search-group .form-control {
		float: left;
		height: 50px;
	  border-color: #fff !important;
	  color: #848484 !important;
	  padding-right: 65px;
	}
	.ca-search-group-div {
		display: inline-block;
		margin-right: 1%;
		width: calc(99% - 125px);
		float: left;
		position: relative;
	}
	.ca-search-group-tech-span {
		position: absolute;
		right: 0;
		height: 50px;
		padding: 10px 15px;
		border: 1px solid #fff;
		color: #848484;
		line-height: 30px;
	}
	.ca-search-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #999999;
	}
	.ca-search-group .form-control::-moz-placeholder { /* Firefox 19+ */
	  color: #999999;
	}
	.ca-search-group .form-control:-ms-input-placeholder { /* IE 10+ */
	  color: #999999;
	}
	.ca-search-group .form-control:-moz-placeholder { /* Firefox 18- */
	  color: #999999;
	}
	.ca-search-group .btn-submit {
		background: transparent;
		border: 1px solid #1CAF4B;
		width: 125px;
		height: 50px;
		padding: 0px 30px;
		text-transform: uppercase;
		font-size: 13px;
		outline: 0;
		color: #1CAF4B;
		transition: all 0.2s;
	}
	.ca-search-group-div + .search-btn-focused.search-field-focused,
	.ca-search-group-div + .btn-submit--noresults {
		background: #1CAF4B;
		color: #000;
	}
	.ca-search-group-div + .btn-submit--noresults:hover {
		background: #12913E !important;
	}
	.ca-search-group .btn-submit.btn-submit--noresults .st0 {
		stroke: #000;
	}
	.ca-search-group .btn-submit.search-btn-focused:not(.btn-submit--noresults):not(.search-field-focused):not(:hover) .st0,
	.ca-search-group .btn-submit.search-field-focused:not(.btn-submit--noresults):not(.search-btn-focused):not(:hover) .st0,
	.ca-search-group .btn-submit:not(.btn-submit--noresults):not(.search-field-focused):not(:hover) .st0 {
		stroke: #1CAF4B;
	}
	.ca-search-group .btn-submit.search-btn-focused.search-field-focused .st0,
	.ca-search-group .btn-submit:hover .st0 {
		stroke: #000;
	}
	.ca-search-group .btn-submit:hover {
		background: #1CAF4B;
		color: #000;
	}
	.right-view {
		padding-right: 0;
	}
	.ad-box img {
		width: 100%;
	}
	.searched-domain {
		padding: 3rem 0;
	}
	.searched-domain>div:nth-of-type(3).text-right {
		padding-left: 0;
	}
	.searched-domain>div:nth-of-type(2) {
		padding-right: 0;
	}
	.searched-domain__msg,
	.searched-domain__price,
	.searched-domain__tenure .dropdown-toggle {
		font-size: 1.8rem;
		line-height: 2.6rem;
		font-weight: 300;
		padding: 1.2rem 0;
	}
	.searched-domain__msg {
		font-family: 'futura_ltregular';
	}
	.searched-domain__msg .unavailable-icon {
		height: 3.5rem;
    margin-right: 1rem;
	}
	.searched-domain__price {
		text-align: right;
		word-wrap: break-word;
		word-break: break-all;
	}
	.add-icon-div>div {
		height: 4rem;
		position: relative;
	}
	.searched-domain__msg--danger {
		color: #fe2e2e;
		margin-bottom: 0;
	}
	.buy-for-options-div {
		text-align: right;
		padding-left: 0;
		padding-right: 0;
	}
	.buy-for-options {
		position: relative;
		display: inline-block;
		background: #181818;
		color: #fff;
	}
	.buy-for-options p {
		font-size: 1.6rem;
		line-height: 3rem;
		font-weight: 300;
		padding: 1rem;
		display: inline-block;
		float: left;
	}
	.buy-for-options .dropdown {
		display: inline-block;
		border-bottom: 1px solid #484848;
	}
	.buy-for-options .dropdown.open {
		border-bottom-color: #15B04B;
	}
	.buy-for-options .dropdown button {
		background: inherit;
		color: inherit;
		border: none;
		padding: 0;
	}
	.buy-for-options .dropdown-menu {
		background: #000;
		color: #fff;
		font-size: 1.4rem;
		line-height: 2.6rem;
		padding: 0px;
		left: auto;
		right: 0;
		width: 265px;
		border: 1px solid #272727;
		margin-top: 0;
	}
	.buy-for-options .dropdown-menu li {
		float: left;
		width: 100%;
	}
	.buy-for-options .dropdown-menu li strike {
		font-size: 1.1rem;
		padding: 0 1rem;
	}
	.buy-for-options .caret-down {
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		height: 11px;
		width: 11px;
		display: inline-block;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
	.buy-for-options .options-box {
		float: left;
		width: 100%;
		display: block;
		padding: 8px 0;
	}
	.buy-for-options .price-year {
		float: left;
	}
	.buy-for-options .year-option {
		text-align: right;
		float: right;
	}
	.buy-for-options .dropdown-menu li {
		color: #828282;
	}
	.buy-for-options .dropdown-menu li:not(:last-of-type) {
		border-bottom: 1px solid #272727;
	}
	.buy-for-options .buy-for-options__select {
		color: #828282;
	}
	.buy-for-options__select {
		display: none;
	}
	.buy-for-options__label {
		font-weight: 300;
		/* padding: 8px 30px; */
		padding: 8px 15px;
		color: #828282;
	  position: relative;
	  background-color: transparent;
	  text-align: center;
	  display: block;
	  cursor: pointer;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 0;
	}
	.yeardropdown__label {
		font-weight: 300;
		padding: 8px 12px;
		color: #828282;
	  position: relative;
	  background-color: transparent;
	  display: block;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 0;
		font-size: 1.2rem;
		line-height: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.buy-for-options__label--upsell::before {
	  content: "!";
	  display: inline-block;
	  color: #15B04B;
	  border-radius: 1.4rem;
	  font-size: 1.1rem;
	  line-height: 1.1rem;
	  border: 1px solid #15B04B;
	  padding: .55rem 0.8rem;
	  position: absolute;
	  top: 1rem;
	  left: 1rem;
	  display: none;
	}
	.buy-for-options__label:hover {
		background-color: #15B04B;
		color: #fff;
	}
	.yeardropdown__label:hover {
		background-color: #15B04B;
		color: #fff;
		cursor: pointer;
	}
	.buy-for-options__label::after,
	.yeardropdown__label::after {
		content: "";
		display: table;
		clear: both;
	}
	.buy-for-options__select:checked + .buy-for-options__label {
	  color: #fff;
	}
	.buy-for-options__select:checked + .yeardropdown__label {
	  color: #fff;
	}
	.bs-caret {
		position: absolute;
		top: 0;
		width: 50px;
		height: 100%;
		right: 0;
	}
	.buy-for-options .caret {
		position: absolute;
		top: 0px;
		right: 0;
		margin: 0;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		border: none;
	}
	.buy-for-options .caret::after {
		content: "";
		width: 1.3rem;
		height: 1.3rem;
		position: absolute;
		top: 1.4rem;
		right: 17px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(44deg);
		-moz-transform: rotate(44deg);
		-webkit-transform: rotate(44deg);
	}
	.buy-for-options .open .caret::after {
		top: 2rem;
		transform: rotate(-136deg);
		-moz-transform: rotate(-136deg);
		-webkit-transform: rotate(-136deg);
	}
	.searched-domain__name {
		display: block;
		vertical-align: bottom;
		position: relative;
	}
	.searched-domain__name--upsell {
		font-size: 1.2rem;
		color: #15B04B;
		/*margin-top: -8px;
		font-family: 'futura_ltregular'; */
	}
	.upsell-percent {
		font-family: 'FuturaLTHeavy';
	}
	.searched-domain__name h3 {
		font-size: 3.5rem;
    line-height: 2.6rem;
    min-height: 5rem;
    letter-spacing: 1px;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    margin-right: 1.6rem;
    max-width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.searched-domain__separator {
		padding-bottom: 2rem;
		margin-bottom: 2.5rem;
		border-bottom: 1px solid #555555;
	}
	.searched-domain__inner::after {
		content: "";
		display: table;
		clear: both;
	}
	.searched-domain__inner {
    background-color: #181818;
    padding: 1.8rem 1.5rem 2.3rem;
    border-top: 5px solid #15B04B;
	}
	.searched-domain__inner .add-icon {
		background: transparent;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-11px);
	}
	.searched-domain__inner .add-icon img {
		height: 2.6rem;
	}
	.premium {
		border: 1px solid #F5A623;
		color: #F5A623;
		letter-spacing: 1px;
		font-size: 1.2rem;
		line-height: 1.6rem;
		padding: .3rem .5rem;
		vertical-align: bottom;
		display: inline-block;
		margin-bottom: 1rem;
	}
	.premium--bfcm {
		color: #ffffff;
		border: 1px solid;
		border-color: #cecece;
		letter-spacing: 1px;
		font-size: 1.1rem;
		line-height: 1.6rem;
		padding: .3rem .5rem;
		vertical-align: bottom;
		display: inline-block;
		margin-bottom: 1rem;
		margin-left: 1rem;
	}
	.view-text {
		font-family: 'futura_ltregular';
		font-size: 1.8rem;
		line-height: 2.6rem;
		margin-top: 1rem;
		padding-bottom: 1rem;
		padding-top: .5rem;
	}
	.suggestions-table {
		position: relative;
		padding-bottom: 2rem;
		border-right: 1px solid #262626;
		border-left: 1px solid #262626;
		border-bottom: 1px solid #262626;
		border-top: 5px solid transparent;
	}
	.suggestions-table::before {
		content: '';
		display: block;
		position: absolute;
		top: -5px;
    right: -1px;
    left: -1px;
		height: 5px;
		background-color: #fff;
	}
	.suggestions-table__head {
		padding-left: 30px;
		padding-right: 30px;
		background-color: #0F0F0F;
		margin-bottom: 2rem;
		border-bottom: 1px solid #262626;
	}
	.suggestions-table__head::after {
		content: "";
		display: table;
		clear: both;
	}
	.suggestions-table__head>div {
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.8rem;
		line-height: 2.8rem;
		font-family: 'futura_ltregular';
	}
	.suggestions-table__body,
	.paginate-links {
		padding-left: 30px;
		padding-right: 30px;
	}
	.suggestions-table__body::after {
		content: "";
		display: table;
		clear: both;
	}
	.suggestions-table__body>div {
		padding-left: 0;
		padding-right: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 1.4rem;
	}
	.suggestions-table__body>div:first-of-type,
	.suggestions-table__body>div:nth-of-type(2) {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.suggestions-table__body>div:nth-child(3) {
		text-align: right;
	}
	.suggestions-table__body {
		/*font-family: 'futura_ltregular';*/
		border-bottom: 1px solid #262626;
	}
	.suggestions-table__body:hover {
		background-color: #262626;
	}
	.suggestions-table__body>div:not(:last-of-type) {
		line-height: 28px;
	}
	.suggestions-table__body .add-icon {
		background: transparent;
		border: none;
		outline: 0;
		padding: 1px 0;
	}
	.suggestions-table__body .add-icon img {
		height: 2rem;
	}
	.suggestions-table__premium {
		border: 1px solid #F5A623;
		color: #F5A623;
		letter-spacing: 1px;
		font-size: 1rem;
		line-height: 1rem;
		padding: .3rem .5rem;
		display: inline-block;
		margin-left: 1rem;
		vertical-align: text-bottom;
	}
	.suggestions-table__premium--bfcm {
		color: #ffffff;
		border: 1px solid;
		border-color: #cecece;
		font-size: 0.95rem;
		letter-spacing: 1px;
		line-height: 1rem;
		padding: .3rem .5rem;
		display: inline-block;
		margin-left: 1rem;
		vertical-align: text-bottom;
	}
	.total-container,
	.back-container {
		position: relative;
		margin-top: 50px;
		margin-bottom: 50px;
		display: inline-block;
		padding-top: 5px;
	}
	.total-container {
		padding-right: 0;
		padding-left: 0;
	}
	.ad-box {
		position: relative;
		height: 100%;
	}
	.button-box.button-box--float.button-box--floating {
		display: none;
	}
	.total-container.total-container--floating {
		position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    z-index: 1;
	}
	.proceed-btn {
		position: relative;
	}
	.proceed-arrow::after {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 47%;
    height: 10px;
    width: 10px;
    right: 20px;
    display: block;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
	}
	.proceed-btn:hover .proceed-arrow::after {
	  -webkit-animation: arrow-proceed 800ms ease-in-out infinite;
	  animation: arrow-proceed 800ms ease-in-out infinite;
	}
	@-webkit-keyframes arrow-proceed {
	  0% {
    	right: 20px;
	  }
	  50% {
    	right: 22px;
	  }
	  100% {
    	right: 20px;
	  }
	}
	@keyframes arrow-proceed {
	  0% {
    	right: 20px;
	  }
	  50% {
    	right: 22px;
	  }
	  100% {
    	right: 20px;
	  }
	}
	.total-container .summary-box {
		transition: opacity 0.3s ease-in-out, bottom 0.2s ease-in-out;
	}
	.total-container:hover .summary-box,
	.total-container.total-container--show .summary-box {
		opacity: 1;
		pointer-events: all;
	  bottom: 100%;
	}
	.total-container:not(:hover):not(.total-container--show) .summary-box {
		opacity: 0;
		pointer-events: none;
	}
	.summary-box__addons {
		color: #6C6C6C
	}
	.button-box.button-box--float {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 67px;
		right: 0;
		transition: bottom 0.35s ease-in-out;
		z-index: 100;
	}
	.button-box--float.button-box--floating {
		bottom: 50px;
		pointer-events: none;
	}
	.button-box--float.button-box--floating .total-container {
		pointer-events: all;
	}
	.total-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background: #fff;
		color: #000;
		text-align: center;
		font-size: 1.4rem;
	}
	.summary-box {
		display: block;
		z-index: -1;
		background: #fff;
		color: #000;
		text-align: center;
		font-size: 1.4rem;
		width: 100%;
		padding: 6px 20px;
	  text-align: left;
	  position: absolute;
	  bottom: 75%;
	}
	.total-container:not(.total-container--single) .total-box {
		width: 100%;
	}
	.total-container--single .total-box {
		width: 250px;
	}
	.summary-box>.row {
		margin: 0;
		padding: 6px 0;
	}
	.summary-box .row>div {
		padding: 0;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.summary-box .row>div:last-of-type {
		padding-left: 0;
		padding-right: 25px;
		text-align: right;
	}
	.summary-box .remove-icon {
		position: absolute;
		top: 50%;
		transform: translateY(-6px);
		right: 0;
		height: 1.1rem;
		width: 1.1rem;
		background: url("https://cdn.get.tech/images/thin-cross.svg") no-repeat center center;
		background-size: 1.1rem 1.1rem;
	}
	.summary-box .remove-icon:hover {
		cursor: pointer;
	}
	.back-button {
		padding: 1.2rem 1rem;
		outline: none;
		border: 0;
		background: transparent;
	}
	.total-box div:not(.clearfix),
	.total-box a,
	.total-box button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1.2rem 1rem;
	}
	.total-box div:not(.clearfix) p {
		word-wrap: break-word;
		width: 100%;
	}
	.total-box div:not(.clearfix),
	.total-container:not(.total-container--single) .total-box a,
	.total-container:not(.total-container--single) .total-box button {
		width: 50%;
	}
	.total-container--single .total-box a,
	.total-container--single .total-box button {
		width: 100%;
	}
	.total-container--top {
		margin: 0 !important;
    padding-top: 0 !important;
	}
	.box-money {
		border-right: 1px solid #979797;
	}
	.btn-checkout {
		text-decoration: none;
		letter-spacing: 1px;
		transition: background-color 0.2s;
		outline: none;
		border: 0;
	}
	.btn-checkout:not(.btn-checkout--green):hover,
	.btn-checkout--green {
		background-color: #15B04B;
	}
	.btn-checkout--green:hover {
		background-color: #12913E;
	}
	.dropdown button > div {
		display: inline-block;
		width: 40px;
		line-height: 45px;
	}
	.remove-row {
		color: #15B04B;
	}
	.remove-row .caret-arrow:before {
		border-bottom-color: #15B04B;
	}
	.remove-row .caret-arrow:after {
		border-top-color: #15B04B;
	}
	.paginate-links {
		display: block;
		text-align: right;
		margin-top: 2rem;
	}
	.paginate-links li {
		display: inline-block;
		color: #15B04B;
		font-family: 'futura_ltregular';
		font-size: 1.4rem;
		line-height: 17px;
		cursor: pointer;
	}
	.paginate-links li.prev {
		margin-right: 15px;
	}
	.paginate-links li.active, .paginate-links li:hover {
		color: #15B04B;
	}
/* Search Results End */

/* Add-ons Start */
	.page-title h3 {
		font-size: 30px;
		line-height: 4.9rem;
		font-family: inherit;
		letter-spacing: 1px;
		display: inline-block;
		font-weight: 500;
		color: #808080;
		text-transform: uppercase;
	}
	.domains-container {
		margin-top: 1rem;
	}
	.domains-container .panel-group {
		margin-bottom: 0;
	}
	.domains-container .panel-heading {
		color: #fff;
		border-radius: 0;
		background-color: transparent;
	}
	.domains-container .panel-title {
		font-size: 2.4rem;
	  position: relative;
		padding: 2.4rem 6.5rem 2.4rem 3rem;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.domains-container a:not(.collapsed) .panel-title {
		background-color: #555;
		border-bottom: 1px solid #272727;
	}
	.domains-container .panel-heading {
		padding: 0;
	}
	.domains-container .panel-group .panel {
		border-color: #555;
		border-left: 5px solid #555;
		border-top: 5px solid #555;
		border-radius: 0;
		position: relative;
	}
	.domains-container .panel-group .panel::before {
		position: absolute;
    content: '';
    display: block;
    height: 5px;
    width: calc(100% + 6px);
    background-color: #fff;
    top: -5px;
    left: -5px;
	}
	.domains-container .panel {
		background-color: transparent;
	}
	.domains-container .panel .panel-body .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.domains-container .panel .panel-body .row:not(:last-of-type) {
		border-bottom:  1px solid #272727;
	}
	.domains-container .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
		border-top: none;
	}
	.domains-container .down-arrow {
		display: inline-block;
		height: 2.6rem;
		width: 2.6rem;
		background: url("https://cdn.get.tech/images/down-arrow.png");
		background-repeat: no-repeat;
		background-size: 2.6rem 2.6rem;
		position: absolute;
		right: 3rem;
		top: 50%;
	}
	.domains-container .collapsed .down-arrow {
		transform: translateY(-1.3rem);
	}
	.domains-container .down-arrow {
		transform: translateY(-1.3rem) rotate(180deg);
	}
	.gapps {
		padding-top: 3.5rem;
		padding-bottom: 5rem;
		font-family: 'futura_ltregular';
	}
	.gapps>form>div:last-of-type {
		text-align: right;
	}
	.gapps input[type=number]::-webkit-inner-spin-button,
	.gapps input[type=number]::-webkit-outer-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	.gapps input[type=number] {
	  -moz-appearance:textfield;
	}
	.currency-dropdown .dropdown-toggle,
	.currency-dropdown-cart .dropdown-toggle {
		font-family: 'futura_ltregular';
	}
	.currency-div {
		width: 95px;
		position: absolute;
		top: 10px;
		right: 70px;
	}
	.gapps__price,
	.gapps__tenure .dropdown-toggle,
	.currency-dropdown .dropdown-toggle,
	.currency-dropdown-cart .dropdown-toggle,
	.gapps__count,
	.gapps__users-label {
		font-size: 18px;
		padding: 1rem;
		line-height: 1.5;
	}
	.currency-div .multiselect__input, .currency-div .multiselect__single {
		font-size: 18px !important;
	}
	.multiselect--disabled {
		background: transparent !important;
		pointer-events: auto !important;
		cursor: not-allowed !important;
	}
	.multiselect--disabled .multiselect__current,
	.multiselect--disabled .multiselect__select,
	.multiselect--disabled .multiselect__single,
	.multiselect__option--disabled {
		background: transparent !important;
		cursor: not-allowed !important;
	}
	.gapps__users-label {
		position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
	}
	.gapps__count {
		padding-right: 93px;
	}
	.gapps__select,
	.btn-select__label {
		height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: inherit;
    padding: 0px 30px;
    font-family: 'futura_ltregular';
	}
	.gapps__price,
	.gapps__count,
	.gapps__select,
	.btn-select__label {
		border: 1px solid transparent;
	}
	.gapps__title {
		font-size: 2rem;
		margin-bottom: 0.5rem;
		font-family: 'futura_ltregular';
	}
	.gapps__desc {
		font-size: 1.4rem;
		color: #999999;
		font-family: 'futura_ltregular';
	}
	.gapps__desc ul {
		list-style-type: initial;
		padding-left: 30px;
	}
	.gapps__count {
		background: transparent;
		border-bottom-color: #484848;
		width: 100%;
		color: #fff;
		transition: border-bottom-color 0.2s;
	}
	.gapps__count::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #808080;
	}
	.gapps__count::-moz-placeholder { /* Firefox 19+ */
	  color: #808080;
	}
	.gapps__count:-ms-input-placeholder { /* IE 10+ */
	  color: #808080;
	}
	.gapps__count:-moz-placeholder { /* Firefox 18- */
	  color: #808080;
	}
	.gapps__count:focus {
		outline: none;
		border-bottom-color: #15B04B;
	}
	/* Tenure Dropdown End */
		select.tenure-select {
			/* display: none; */
		}
		.gapps__tenure ,
		.tenure-select {
			background: transparent;
			appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			width: 100% !important;
		}
		.gapps__tenure .multiselect__tags,
		.tenure-select .dropdown-toggle {
			border: 1px solid transparent;
			border-bottom-color: #484848 !important;
		}
		.tenure-select.tenure-select--no-border .dropdown-toggle {
			border: 1px solid transparent !important;
		}
		.gapps__tenure.multiselect--active .multiselect__tags,
		.tenure-select.bootstrap-select.open>.dropdown-toggle.btn-default {
			background-color: transparent;
			border: 1px solid transparent;
			border-bottom-color: #15B04B !important;
		}
		.gapps__tenure .multiselect__tags:hover,
		.tenure-select .dropdown-toggle:hover {
			border-bottom-color: #484848;
		}
		.tenure-select button[title="Duration"] .filter-option {
			color: #808080 !important;
		}
		.tenure-select .dropdown-toggle .filter-option {
			color: #fff;
		}
		.tenure-select .dropdown-toggle .bs-caret .caret::after {
			border-color: #808080;
		}
		.tenure-select:not(.open) .dropdown-toggle .bs-caret .caret::after {
			top: 1.4rem;
		}
		.tenure-select.open .dropdown-toggle .bs-caret .caret::after {
			top: 2.1rem;
		}
		.tenure-select.bootstrap-select.btn-group .dropdown-menu li {
			border-bottom-color: #272727;
		}
		.tenure-select.bootstrap-select .dropdown-menu>li>a {
			color: #828282;
		}
		.tenure-select.bootstrap-select .dropdown-menu>li>a:hover {
			color: #fff;
		}
		.tenure-select.bootstrap-select .dropdown-menu>li.selected>a {
			color: #fff;
			background-color: transparent;
		}
		.tenure-select.bootstrap-select .dropdown-menu {
			background-color: #000;
			border-color: #272727;
		}
		.tenure-select.bootstrap-select .caret::before {
			display: none;
		}
	/* Tenure Dropdown End */
	.gapps__price {
		text-align: right;
	}
	/* Custom Radio/Check Start */
		.btn-select {
			display: none;
		}
		.gapps__select,
		.btn-select__label {
			display: block;
		  margin-right: 5px;
		  margin-bottom: 5px;
		}
		.gapps__select,
		.btn-select__label {
			position: relative;
			background-color: transparent;
			border-color: #15B04B;
			color: #15B04B;
			text-align: center;
			display: inline-block;
			cursor: pointer;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin-left: auto;
			margin-right: auto;
			transition: background-color 0.25s;
			-webkit-transition: background-color 0.25s;
			-moz-transition: background-color 0.25s;
			outline: 0;
			width: 118px;
		}
		.gapps__select--pt,
		.btn-select__label--pt {
			width: 160px !important;
		}
		.gapps__select:hover,
		.btn-select__label:hover {
			color: #000;
			background-color: #15B04B;
		}
		.gapps__select:hover .tick-stroke,
		.btn-select__label:hover .tick-stroke {
			stroke: #000;
		}
		.gapps__select.gapps__select--selected,
		.btn-select:checked + .btn-select__label {
			color: #000;
		}
		.gapps__select.gapps__select--selected img,
		.btn-select:checked + .btn-select__label img,
		.gapps__select.gapps__select--selected svg,
		.btn-select:checked + .btn-select__label svg {
			vertical-align: text-bottom;
		}
		.btn-select:checked + .btn-select__label .btn-select__label-no,
		.btn-select + .btn-select__label .btn-select__label-yes {
			display: none;
		}
		.btn-select + .btn-select__label .btn-select__label-no,
		.btn-select:checked + .btn-select__label .btn-select__label-yes {
			display: block;
		}
	/* Custom Radio/Check End */
	.ssl{
		padding-top: calc(15px + 3.5rem);
		padding-bottom: 3rem;
	}
	.ssl-box--new .ssl-box__head::before {
	  content: "New";
	  display: inline-block;
	  color: #15B04B;
	  border-radius: 1.4rem;
	  font-size: 1.1rem;
	  line-height: 1.1rem;
	  border: 1px solid #15B04B;
	  padding: .55rem 1.1rem;
	  position: absolute;
	  top: 1rem;
	  right: 1rem;
	}
	.ssl-box--new.ssl-box--pt .ssl-box__head::before {
	  content: "Novo" !important;
	}
	.ssl-box--best .ssl-box__head::before {
	  content: "";
	  background: url("https://cdn.get.tech/images/best-value-icon.png");
	  image-rendering: -webkit-optimize-contrast;
		background-repeat: no-repeat;
		background-size: 4.7rem 8.1rem;
		height: 8.1rem;
		width: 4.7rem;
	  display: inline-block;
	  position: absolute;
	  top: -1rem;
	  right: 1rem;
	}
	.ssl-box--best.ssl-box--pt .ssl-box__head::before {
	  background: url("https://cdn.get.tech/images/best-value-icon-pt.png");
	}
	.ssl__title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.ssl-box__head {
		position: relative;
		background-color: #181818;
		padding: 3rem 1rem;
		text-align: center;
	}
	.ssl-box__title {
		font-size: 1.9rem;
		margin-bottom: 0.5rem;
		font-family: 'futura_ltregular';
	}
	.ssl-box__price {
		font-size: 1.8rem;
		color: #FFF;
		width: 100%;
		word-wrap: break-word;
	}
	.ssl-box__body {
		padding: 2rem 2rem;
		color: #999999;
		border: 1px solid #181818;
	}
	.ssl-box__desc {
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}
	.ssl-box__desc ul {
		list-style-type: initial;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		line-height: 26px;
		font-family: 'futura_ltregular';
	}
	.ssl-box__desc ul strong {
		color: #c6c6c6;
	}
	.ssl-box__years {
		width: 100px;
		margin: 0 auto 2rem;
		text-align: center;
	}
	.ssl-box__years .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option {
		padding: 0.3rem 3rem 0.3rem 1rem;
		text-align: left;
		background: #181818;
		font-family: 'futura_ltregular';
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		height: 26px;
		line-height: calc(26px - 0.6rem);
		font-size: 1.4rem;
	}
	.ssl-box__years .bootstrap-select.yeardropdown.btn-group .dropdown-toggle {
    position: relative;
	}
	.ssl-box__years .yeardropdown .bs-caret {
		right: 10px;
	}
	.ssl-box__years .bootstrap-select.yeardropdown .dropdown-menu>li>a {
		text-align: left;
	}
	.total-container-div {
		text-align: right;
	}
	.bootstrap-select.yeardropdown .caret::before {
		display: none;
	}
	.bootstrap-select.yeardropdown.open .caret::after {
		width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 6px;
    right: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
		transform: rotate(-136deg);
		-moz-transform: rotate(-136deg);
		-webkit-transform: rotate(-136deg);
	}
	.bootstrap-select.yeardropdown:not(.open) .caret::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1px;
    right: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
	}
/* Add-ons End */

/* Cart Start */
	.cart-container {
		border: 1px solid #272727;
		margin-top: 1rem;
	}
	.cart-table,
	.cart-table__body .cart-table__row--total>div>div.row {
		margin: 0;
	}
	.cart-table__row--total {
		font-family: 'FuturaLTHeavy';
	}
	.cart-table__row--total>div>div {
		font-size: 2rem;
	}
	.cart-table__row--total-bold {
		font-weight: bold;
	}
	.cart-table__head {
		padding-left: 30px;
		padding-right: 30px;
		border-bottom: 1px solid #272727;
		background-color: #181818;
		font-family: 'futura_ltregular';
	}
	.cart-table__head::after,
	.cart-table__body::after,
	.cart-table__row::after,
	.coupon-group::after {
		content: "";
		display: table;
		clear: both;
	}
	.cart-table__head>div {
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 2.4rem;
		line-height: 3.3rem;
	}
	.cart-table__body {
		padding: 0 30px;
	}
	.recommended-span {
		font-size: 1.1rem;
		font-style: italic;
    font-family: 'FuturaLTLight';
		line-height: 1;
		display: block;
	}
	.cart-table__row .question-mark {
		margin-top: 0.2rem;
		margin-left: 1.5rem;
		vertical-align: top;
		height: 2.5rem;
		width: 2.5rem;
	}
	.cart-table__row:first-of-type {
		padding-top: 2rem;
	}
	.cart-table__row:last-of-type {
		padding-bottom: 2rem;
	}
	.cart-table__body .cart-table__row>div,
	.cart-table__body .cart-table__row>div>div,
	.cart-table__body .cart-table__row--total>div>div,
	.cart-table__body .cart-table__row--total>div>div>div {
		padding-left: 0;
		padding-right: 0;
	}
	.cart-table__body .cart-table__row>div,
	.cart-table__body .cart-table__row--total>div>div {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.cart-table__body .cart-table__row:first-of-type>div,
	.cart-table__body .cart-table__row:not(:first-of-type)>div {
		font-size: 1.8rem;
	}
	.cart-table__body .cart-table__row:not(:first-of-type)>div:first-of-type {
		font-size: 1.6rem;
		color: #f2f2f2;
	}
	.cart-table__body .year-div,
	.cart-table__body .cart-table__row--total>div:nth-of-type(2) {
	  text-align: right;
	}
	.year-div--grey {
		color: #999
	}
	.cart-table__body .bootstrap-select.yeardropdown:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	  width: 12.5rem;
	}
	.cart-table__body .cart-table__row>div .dropdown-toggle {
		font-size: 1.8rem;
	}
	.cart-table__body,
	.tooltip-content {
		font-family: 'futura_ltregular';
	}
	.cart-table__domain{
		font-family: 'futura_ltregular';
	}
	.cart-table__domain span.cart-table__domain-name{
		word-wrap: break-word;
		word-break: break-all;
    max-width: 90%;
    display: inline-block;
   	vertical-align: middle;
	}
	.cart-table__body:not(:last-of-type):not(:nth-last-of-type(2)) .cart-table__row:last-of-type,
	.cart-table__body .cart-table__row--total>div:not(.cart-table__domain)>div:nth-last-of-type(2) {
		border-bottom: 1px solid #272727;
	}
	.cart-table__body:nth-last-of-type(2) .cart-table__row:last-of-type {
		border-bottom: 5px solid #15B04B;
	}
	.cart-table__body .cart-table__row--total>div>div:nth-last-of-type(2) {
		padding-bottom: 16px;
	}
	.cart-table__body .cart-table__row--total>div>div:last-of-type {
		padding-top: 16px;
	}
	.cart-table__body .cart-table__row>div:not(:last-of-type),
	.cart-table__body .cart-table__row--total>div:last-of-type {
		line-height: 28px;
	}
	.cart-table__body .add-icon {
		background: transparent;
		border: none;
		outline: 0;
	}
	.cart-table__body .cart-table__domain .add-icon {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-1.6rem);
	}
	.cart-table__body .add-icon img {
		height: 1.8rem;
		vertical-align: text-top;
	}
	.cart-table__strike {
		display: block;
		font-size: 1.4rem;
		color: #bfbfbf;
		line-height: 2rem;
	}
	.coupon-group__text {
		font-size: 14px;
	  line-height: 1.42857143;
		width: calc(100% - 10rem);
		display: inline-block;
		float: left;
		color: #848484 !important;
		height: 5.2rem;
		padding: 1.4rem 1.5rem;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  -ms-box-shadow: none;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  outline: none;
	}
	.coupon-group__text[disabled] {
		cursor: not-allowed;
		background-color: #272727;
		border: 2px solid #272727;
	}
	.coupon-group {
		width: 320px;
		font-family: 'futura_ltregular';
	}
	.coupon-group__text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #606060;
	}
	.coupon-group__text::-moz-placeholder { /* Firefox 19+ */
	  color: #606060;
	}
	.coupon-group__text:-ms-input-placeholder { /* IE 10+ */
	  color: #606060;
	}
	.coupon-group__text:-moz-placeholder { /* Firefox 18- */
	  color: #606060;
	}
	.coupon-group__btn {
		font-size: 13px;
	  line-height: 1.42857143;
		height: 5.2rem;
		width: 10rem;
		padding: 1.4rem 1.5rem;
		position: relative;
		background-color: transparent;
		border: 1px solid #15B04B;
		color: #15B04B;f
		text-align: center;
		display: inline-block;
		float: left;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: background-color 0.25s;
		-webkit-transition: background-color 0.25s;
		-moz-transition: background-color 0.25s;
		text-transform: uppercase;
		outline: 0;
		letter-spacing: 1px;
	}
	.coupon-group__btn--remove {
		color: #e20c1b;
		border: 1px solid #e20c1b;
	}
	.coupon-group__btn:hover {
		color: #000;
		background-color: #15B04B;
	}
	.coupon-group__btn.coupon-group__btn--remove:hover {
		color: #FFF;
		background-color: #e20c1b;
		border: 1px solid #e20c1b;
	}
	.cart-table__premium {
		border: 1px solid #F5A623;
		color: #F5A623;
		letter-spacing: 1px;
		font-size: 1rem;
		line-height: 1rem;
		padding: .3rem .5rem;
		display: inline-block;
		margin-left: 1rem;
		vertical-align: middle;
	}
	/* Switch Start */
	.vue-switcher-theme--default.vue-switcher-color--default div {
	  background-color: #15B04B !important;
	}
	.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #e20c1b !important;
  }
	/* Switch End */
/* Cart End */

/* Progress Steps Start */
	.progressbar {
	  counter-reset: step;
	  margin-top: 2rem;
	  margin-bottom: 7rem;
	}
	.progressbar li {
	  list-style: none;
	  display: inline-block;
	  width: 30.33%;
	  position: relative;
	  text-align: center;
	}
	.progressbar li span {
	  content: counter(step);
	  position: relative;
	  counter-increment: step;
	  width: 30px;
	  height: 30px;
	  line-height : 30px;
	  border: 1px solid #6C6C6C;
	  border-radius: 100%;
	  display: block;
	  text-align: center;
	  margin: 0 auto;
	  background-color: #6C6C6C;
	  z-index : 2;
	  cursor: default;
	}
	.progressbar li span.clickable:hover {
	  cursor: pointer;
	}
	.progressbar li:after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 5px;
	  background-color: #6C6C6C;
	  top: 12px;
	  left: -50%;
	  z-index : 1;
	}
	.progressbar li:first-child::after {
	  content: none;
	}
	.progressbar li:first-child span {
	  border-color: #15B04B;
	  background-color: #15B04B;
	}
	.progressbar li.active {
	  color: #fff;
	}
	.progressbar li.active span,
	.progressbar li.active + li span {
	  border-color: #15B04B;
	  background-color: #15B04B;
	}
	.progressbar li.active + li::after {
	  background-color: #15B04B;
	}
/* Progress Steps Ends */

/* Vue Multiselect Start */
	.multiselect__content-wrapper {
		background: #000 !important;
		z-index: 999 !important;
	}
	.multiselect {
		color: #828282 !important;
	}
	.multiselect.multiselect--active {
		z-index: 888 !important;
	}
	.multiselect__element:not(:nth-last-of-type(2)) {
		border-bottom: 1px solid #272727 !important;
	}
	.multiselect__content-wrapper {
		border-top: 1px solid #272727 !important;
		border-bottom: 1px solid #272727 !important;
		border-color: #272727 !important;
		border-radius: 0 !important;
	}
	.multiselect__option--selected.multiselect__option--highlight,
	.multiselect__option--highlight {
		background: #1daf4a !important;
	}
	.multiselect__option--selected {
		font-weight: normal !important;
	}
	.multiselect__tags {
		border-radius: 0 !important;
		border-color: transparent !important;
		color: #fff !important;
		background-color: transparent !important;
	}
	.multiselect__tags:hover {
		cursor: pointer;
	}
	.multiselect__input, .multiselect__single {
		background: transparent !important;
	}
	.currency-div .multiselect__input, .currency-div .multiselect__single {
		min-height: 40px !important;
    line-height: 40px !important;
	}
	.multiselect__tags {
		padding-top: 0 !important;
	}
	.multiselect__option--selected {
		color: #fff !important;
		background: transparent !important;
	}
	.currency-div .multiselect__select::before,
	.gapps__tenure .multiselect__select::before {
		content: "" !important;
    width: 13px !important;
    height: 13px !important;
    position: absolute !important;
    top: 8px !important;
    right: 13px !important;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    margin-top: 0 !important;
    border-width: 1px !important;
    border-color: #808080 !important;
	}
	.currency-div .multiselect.multiselect--active .multiselect__select::before,
	.gapps__tenure.multiselect.multiselect--active .multiselect__select::before {
		top: 16px !important;
    transform: rotate(-136deg) !important;
    -moz-transform: rotate(-136deg) !important;
    -webkit-transform: rotate(-136deg) !important;
	}
	.selectpickeryeardropdown .multiselect__select::before,
	.selectpickeryeardropdown--large .multiselect__select::before {
		content: "" !important;
    width: 0.8rem !important;
    height: 0.8rem !important;
    position: absolute !important;
    top: 8px !important;
    right: 2px !important;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    margin-top: 0 !important;
    border-width: 1px !important;
    border-color: #fff !important;
	}
	.selectpickeryeardropdown.multiselect.multiselect--active .multiselect__select::before,
	.selectpickeryeardropdown--large.multiselect.multiselect--active .multiselect__select::before {
		top: 13px !important;
    transform: rotate(-136deg) !important;
    -moz-transform: rotate(-136deg) !important;
    -webkit-transform: rotate(-136deg) !important;
	}
	.selectpickeryeardropdown.multiselect,
	.selectpickeryeardropdown--large.multiselect {
		height: 28px !important;
		min-height: 28px !important;
	}
	.selectpickeryeardropdown--large.multiselect {
    width: 12.5rem !important;
    display: inline-block !important;
	}
	.selectpickeryeardropdown .multiselect__select,
	.selectpickeryeardropdown .multiselect__tags,
	.selectpickeryeardropdown--large .multiselect__select,
	.selectpickeryeardropdown--large .multiselect__tags {
		height: 28px !important;
		min-height: 28px !important;
	}
	.selectpickeryeardropdown .multiselect__single,
	.selectpickeryeardropdown--large .multiselect__single {
		text-align: right;
	}
	.selectpickeryeardropdown .multiselect__tags,
	.selectpickeryeardropdown--large .multiselect__tags {
		padding-right: 20px !important;
	}
	.selectpickeryeardropdown .multiselect__input, .selectpickeryeardropdown .multiselect__single,
	.selectpickeryeardropdown--large .multiselect__input, .selectpickeryeardropdown--large .multiselect__single {
		line-height: 28px !important;
		min-height: 28px !important;
	}
	.selectpickeryeardropdown .multiselect__option {
		text-align: right;
		padding: 8px 15px 8px 12px !important;
		min-height: 32px !important;
		font-size: 1.2rem !important;
	}
	.selectpickeryeardropdown--large .multiselect__option {
		text-align: right;
		padding: 8px 18px 8px 12px !important;
		min-height: 32px !important;
	}
	.selectpickeryeardropdown .multiselect__select,
	.selectpickeryeardropdown--large .multiselect__select {
		width: 20px !important;
		padding:  0 !important;
	}
	.selectpickeryeardropdown--large .multiselect, .selectpickeryeardropdown--large .multiselect__input, .selectpickeryeardropdown--large .multiselect__single {
		font-size: 1.8rem !important;
	}
	.selectpickeryeardropdown--large .multiselect__option {
		font-size: 1.4rem !important;
	}
	.selectpickeryeardropdown--large .multiselect__single,
	.selectpickeryeardropdown--large .multiselect__tags {
		padding-left: 0 !important;
	}
	.selectpickeryeardropdown .multiselect, .selectpickeryeardropdown .multiselect__input, .selectpickeryeardropdown .multiselect__single {
		font-size: 1.4rem !important;
	}
	.multiselect--active .multiselect__select {
		transform: rotate(0) !important;
	}
	.multiselect__single {
		margin-bottom: 0 !important;
	}
	.gapps__tenure .multiselect__tags,
	.gapps__tenure.multiselect {
		min-height: 0 !important;
	}
	.gapps__tenure .multiselect__tags {
		padding: 1rem 40px 1rem 8px !important;
	}
	.gapps__tenure.multiselect {
		border: 0 !important;
	}
	.gapps__tenure .multiselect__single {
		line-height: 1.5 !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.gapps__tenure .multiselect__select {
    top: 5px !important;
	}
	.gapps__tenure .multiselect__option {
  	padding: 12px 15px !important;
	}
/* Vue Multiselect End */

/*sucess page*/
	.order-table strong,
	.order-summary strong {
		font-family: 'FuturaLTHeavy';
	}
	.order-table th {
		padding: 20px 10px !important;
	}
	.order-table tr:not(.row-body):not(.row-spacing) td {
		padding: 15px 10px !important;
	}
	.order-table .row-body td {
		padding: 12px 10px !important;
	}
	.order-table .row-body--first td {
		padding-top: 25px !important;
	}
	.order-table .row-body--last td {
		padding-bottom: 25px !important;
	}
	.order-table>tbody>tr>td, .order-table>tbody>tr>th, .order-table>tfoot>tr>td, .order-table>tfoot>tr>th, .order-table>thead>tr>td, .order-table>thead>tr>th {
		border-top: 1px solid transparent;
	}
	.order-table>tbody>tr:first-of-type>th {
		border-bottom: 1px solid #989898;
		font-weight: normal;
		font-family: 'FuturaLTHeavy';
	}
	.order-table .row-spacing td {
		padding: 10px !important;
	}
	.order-table .row-heading,
	.order-summary .row-heading {
		background: #464646;
		color: #FFF;
		font-family: 'FuturaLTHeavy';
	}
	.order-summary .row-heading li {
		width: 100%;
	}
	.order-table .row-body,
	.order-summary .row-body {
		background: #e4e4e4;
		color: #464646;
	}
	.order-summary .row-body:not(:last-of-type) {
		border-bottom: 1px solid #464646;
	}
	.order-table .row-body td.row-body__li {
		position: relative;
		padding-left: 30px !important;
	}
	.order-table .row-body td.row-body__li::before {
		content: '•';
		position: absolute;
		top: 12px;
		left: 10px;
	}
	.order-table .row-body--first td.row-body__li::before {
		top: 25px;
	}
	.order-table .row-body--invoice {
		color: #1CAF4B;
		font-family: 'FuturaLTHeavy';
	}
	.order-table .row-discount,
	.order-summary .row-discount {
		background: #cdcdcd;
		color: #464646;
		font-family: 'FuturaLTHeavy';
	}
	.order-table .row-total,
	.order-summary .row-total {
		background: #1CAF4B;
		color: #FFF;
		font-family: 'FuturaLTHeavy';
	}
	.order-table, .order-summary {
		width: 100%;
		float: left;
	}
	.order-summary .summary-title {
		color: #464646;
	  font-weight: normal;
		font-family: 'FuturaLTHeavy';
		text-transform: uppercase;
		text-align: left;
		font-size: 14px;
		width: 40%;
		display: table-cell;
		vertical-align: middle;
	}
	.order-summary .row-discount li:first-child,
	.order-summary .row-total li:first-child {
		width: 40%;
	}
	.order-summary .summary-data {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		width: 60%;
	}
	.order-summary .summary-desc {
		width: 100%;
		float: left;
	}
	.order-summary .summary-desc:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.summary-desc ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		text-align: left;
		margin-top: -1px;
	}
	.summary-desc ul li:last-child {
		border-left: none;
	}
	.summary-desc ul li {
		display: inline-block;
		float: left;
		width: 60%;
		padding: 10px 15px;
	}

	.order-success {
		background: #FFF;
    color: #464646;
    padding: 25px 30px;
	}
	.order-success .order-table {
		margin-bottom: 0;
	}
	/* success page ends */


/* Media Queries Start */
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1366px) {
		.button-box.button-box--float.button-box--floating {
			display: block;
		}
		.ca-search .total-container.total-container--floating {
			display: none;
		}
	}
	/* Medium Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		html {
			font-size: 8px;
		}
		.domains-container .panel .panel-body .row {
			padding-left: 10px;
			padding-right: 10px;
		}
		.selectpickeryeardropdown .multiselect__select::before,
		.selectpickeryeardropdown--large .multiselect__select::before {
			top: 10px !important;
		}
		.bootstrap-select.yeardropdown.open .caret::after {
			top: 5px;
		}
		.bootstrap-select.yeardropdown:not(.open) .caret::after {
			top: 2px;
		}
	}

	/* Below Medium Devices */
	@media only screen and (max-width : 991px) {
		.buy-for-options-div {
		  text-align: left;
		  padding-left: 15px;
		  padding-right: 15px;
		}
		.suggestions-table__body>div:nth-child(3) {
		  text-align: left;
		}
		.selectpickeryeardropdown.multiselect {
		  width: 75px;
		}
		.selectpickeryeardropdown .multiselect__single, .selectpickeryeardropdown .multiselect__tags, .selectpickeryeardropdown--large .multiselect__single {
		  text-align: left;
		  padding-left: 0;
		}
		.suggestions-table__head, .cart-table__head {
		  display: none;
		}
		.total-box {
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
		  flex-direction: column;
		}
		.total-box div:not(.clearfix), .total-container:not(.total-container--single) .total-box a, .total-container:not(.total-container--single) .total-box button {
		  width: 100%;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
		.ssl-box {
			margin-bottom: 2rem;
		}
		.searched-domain__name {
			margin-bottom: 2rem;
		}
		.searched-domain__name h3 {
			display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
			margin-right: 0;
			font-size: 2.5rem;
		}
		.premium {
			margin: 1rem 0 0;
		}
		.suggestions-table__head,
		.cart-table__head {
			display: none;
		}
		.suggestions-table__body>div:nth-child(3) {
			text-align: left;
		}
		.suggestions-table__body:not(:last-of-type)>div:not(:last-of-type):not(:nth-last-of-type(2)) {
			border-bottom-color: transparent;
		}
		.suggestions-table__body>div:first-of-type {
			font-size: 1.6rem;
		}
		.searched-domain__inner .add-icon {
			top: auto;
			transform: translateY(0);
			height: 100%;
		}
		.cart-table__body .cart-table__row--total>div.cart-table__domain {
			margin-top: 20px;
		}
		.cart-table__row .question-mark {
			margin-top: 0;
			vertical-align: middle;
		}
		.cart-table__body .year-div,
		.cart-table__body .year-div .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option,
		.cart-table__body .year-div .bootstrap-select.yeardropdown .dropdown-menu>li>a,
		.cart-table__body .cart-table__row--total>div:nth-of-type(2),
		.selectpickeryeardropdown--large .multiselect__single,
		.selectpickeryeardropdown--large .multiselect__option {
		  text-align: left !important;
		}
		.button-box.button-box--float {
			position: relative !important;
			bottom:  0 !important;
		}
		.cart-spacer.floater-space {
			padding-bottom: 0;
		}
		.progressbar {
		  margin-top: 0.5rem;
		  margin-bottom: 5rem;
		}
		.searched-domain__msg, .searched-domain__price, .searched-domain__tenure .dropdown-toggle, .buy-for-options p {
			font-size: 1.5rem;
		}
		.searched-domain__price-div {
			padding-left: 0;
		}
		.add-icon-div>div {
			height: 5rem;
		}
		.selectpickeryeardropdown .multiselect__single, .selectpickeryeardropdown .multiselect__tags, .selectpickeryeardropdown--large .multiselect__single {
			text-align: left;
			padding-left: 0;
		}
		.selectpickeryeardropdown .multiselect__option {
			text-align: left;
		}
		.suggestions-table__body>div:nth-of-type(1),
		.suggestions-table__body>div:nth-of-type(2) {
			padding-bottom: 0;
		}
		.suggestions-table {
		  padding-top: 2rem;
		}
		.page-title h3 {
			font-size: 20px;
		}
		.currency-div {
			top: 10px;
		}
		.selectpickeryeardropdown .multiselect__select::before,
		.selectpickeryeardropdown--large .multiselect__select::before {
			top: 10px !important;
		}
		.total-box {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.total-box div:not(.clearfix), .total-container:not(.total-container--single) .total-box a, .total-container:not(.total-container--single) .total-box button {
			width: 100%;
		}
		.buy-for-options-div {
		  text-align: left;
		  padding-left: 15px;
		  padding-right: 15px;
		}
		.buy-for-options .dropdown-menu {
		  left: 0;
		  right: auto;
		}
		.selectpickeryeardropdown.multiselect {
			width: 75px;
		}
	}

	/* Anything Smaller than an iPad */
	@media only screen and (max-width : 767px) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}

		.total-container.total-container--floating {
			width: 100%;
			position: fixed;
			margin-top: 10px;
			z-index: 1000;
		}
		.buy-for-options-div {
			text-align: left;
			padding: 0 1rem;
		}
		.right-view {
			padding-left: 0;
		}
		.left-view {
		  margin-bottom: 15px;
		}
		.total-box {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
		.total-box div:not(.clearfix), .total-container:not(.total-container--single) .total-box a, .total-container:not(.total-container--single) .total-box button {
			width: 50%;
		}
	}

	/* Extra Small Devices, Phones - Landscape */
	@media (max-width: 766px) and (orientation : landscape) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
		.right-view {
			padding-left: 0;
			padding-bottom: 60px;
		}
		.left-view {
			margin-bottom: 15px;
		}
		.cart-table__body .year-div,
		.cart-table__body .year-div .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option,
		.cart-table__body .year-div .bootstrap-select.yeardropdown .dropdown-menu>li>a,
		.cart-table__body .cart-table__row--total>div:nth-of-type(2) {
		  text-align: left;
		}
		.button-box.button-box--float {
			position: relative !important;
			bottom:  0 !important;
		}
		.cart-spacer.floater-space {
			padding-bottom: 0;
		}
		.buy-for-options-div {
			text-align: left;
			padding: 0 1rem;
		}
		.buy-for-options .dropdown-menu {
			left: 0;
			right: auto;
		}
		.page-title h3 {
			font-size: 22px;
		}
		.ca-search-group .form-control,
		.ca-search-group .btn-submit,
		.ca-search-group-tech-span {
			height: 50px;
		}
		.ca-search-group-tech-span {
			line-height: 28px;
		}
		.cart-table__row--border-xs {
			border-top: 1px solid #272727;
		}
		.cart-table__row--border-margin-xs {
			margin-top: 8px;
		}
		.cart-table__body .cart-table__row>div.cart-table__domain {
			background-color: #181818;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding-left: 10px;
	    padding-right: 10px;
	    width: calc(100% + 20px);
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 2rem;
		}
		.cart-table__body:not(:last-of-type):not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
			border-bottom: none;
		}
		.cart-table__body:not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
		  padding-bottom: 0;
		}
		.cart-table__body .cart-table__domain .add-icon {
		  right: 10px;
		}
		.cart-table__body .add-icon img {
		  vertical-align: sub;
		}
		.total-container,
		.total-container:not(.total-container--single) .total-box,
		.total-container--single .total-box,
		.summary-box {
			width: 100%;
		}
		.total-container {
		  padding-left: 0;
		}
		.total-container.total-container--floating {
			width: 100%;
			position: fixed;
			margin-top: 10px;
			z-index: 1000;
		}
		.total-box {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
		}
		.total-box div:not(.clearfix), .total-container:not(.total-container--single) .total-box a, .total-container:not(.total-container--single) .total-box button {
			width: 50%;
		}
		.selectpickeryeardropdown .multiselect__select::before,
		.selectpickeryeardropdown--large .multiselect__select::before {
			top: 10px !important;
		}
		.gapps>form>div:last-of-type, .gapps__price {
		  text-align: center;
		}
		.cart-table__domain span.cart-table__domain-name {
			display: block;
		}
		.cart-table__premium {
			margin-left: 0;
		}
	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px) {
		html {
			font-size: 8px;
		}
		.total-container,
		.total-container:not(.total-container--single) .total-box,
		.total-container--single .total-box,
		.summary-box {
			width: 100%;
		}
		.total-container {
		  padding-left: 0;
		}
		.gapps {
		  padding-top: 1rem;
		  padding-bottom: 3rem;
		}
		.ssl__title {
			margin-bottom: 2rem;
		}
		.ssl-box__head {
			padding: 2rem 1rem;
		}
		.ssl-box__title{
			margin-bottom: 1.5rem;
		}
		.right-view {
			padding-left: 0;
			padding-bottom: 60px;
		}
		.left-view {
			margin-bottom: 15px;
		}
		.cart-table__body {
		  padding: 0 20px;
		}
		.coupon-group {
			width: 100%;
		}
		.cart-table__body .year-div,
		.cart-table__body .year-div .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option,
		.cart-table__body .year-div .bootstrap-select.yeardropdown .dropdown-menu>li>a,
		.cart-table__body .cart-table__row--total>div:nth-of-type(2) {
		  text-align: left;
		}
		.cart-table__body .cart-table__row>div:not(:last-of-type), .cart-table__body .cart-table__row--total>div:last-of-type {
		  line-height: 1.5;
		}
		.cart-table__body .cart-table__row>div.cart-table__domain {
			background-color: #181818;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding-left: 10px;
	    padding-right: 10px;
	    width: calc(100% + 20px);
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 2rem;
		}
		.cart-table__body .cart-table__domain .add-icon {
			right: 10px;
		}
		.cart-table__body:not(:last-of-type):not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
			border-bottom: none;
		}
		.cart-table__body:not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
		  padding-bottom: 0;
		}
		.cart-table__row .question-mark {
			margin-top: 1rem;
		}
		.vue-switcher {
			margin-top: 1.2rem;
		}
		.button-box.button-box--float {
			position: relative !important;
			bottom:  0 !important;
		}
		.cart-spacer.floater-space {
			padding-bottom: 0;
		}
		.buy-for-options-div {
			text-align: left;
			padding: 0 1rem;
		}
		.buy-for-options .dropdown-menu {
			left: 0;
			right: auto;
		}
		.ca-search-group-div {
			width: calc(99% - 70px);
		}
		.ca-search-group .btn-submit {
			width: 70px;
			padding: 0;
		}
		.page-title h3 {
			font-size: 22px;
		}
		.gapps__price,
		.gapps__tenure .dropdown-toggle,
		.currency-dropdown .dropdown-toggle,
		.currency-dropdown-cart .dropdown-toggle,
		.gapps__count,
		.gapps__users-label,
		.currency-div .multiselect__input, .currency-div .multiselect__single,
		.gapps__tenure .multiselect__single {
			font-size: 16px !important;
		}
		.gapps__tenure .multiselect__select {
		  top: 3px !important;
		}
		.gapps__select,
		.btn-select__label {
			width: 132px;
		}
		.gapps__select--pt,
		.btn-select__label--pt {
			width: 150px !important;
		}
		.ca-search-group .form-control,
		.ca-search-group .btn-submit,
		.ca-search-group-tech-span {
			height: 50px;
		}
		.ca-search-group-tech-span {
			line-height: 28px;
		}
		.gapps>form>div:last-of-type,
		.gapps__price {
			text-align: center;
		}
		.coupon-group__btn,
		.coupon-group__text {
			font-size: 12px;
		}
		.total-container-div {
			text-align: right;
		}
		.cart-table__row--border-xs {
			border-top: 1px solid #272727;
		}
		.cart-table__row--border-margin-xs {
			margin-top: 8px;
		}
		.cart-table__body .cart-table__row>div.cart-table__domain {
			background-color: #181818;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding-left: 10px;
	    padding-right: 10px;
	    width: calc(100% + 20px);
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 2rem;
		}
		.cart-table__body:not(:last-of-type):not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
			border-bottom: none;
		}
		.cart-table__body:not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
		  padding-bottom: 0;
		}
		.cart-table__body .cart-table__domain .add-icon {
		  right: 10px;
		}
		.cart-table__body .add-icon img {
		  vertical-align: sub;
		}
		.selectpickeryeardropdown .multiselect__select::before,
		.selectpickeryeardropdown--large .multiselect__select::before {
			top: 10px !important;
		}
		.cart-table__domain span.cart-table__domain-name {
			display: block;
		}
		.cart-table__premium {
			margin-left: 0;
		}
	}

	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px) {
		.domains-container .panel .panel-body .row {
		  padding-left: 10px;
		  padding-right: 10px;
		}
		.button-box.button-box--float {
			position: relative !important;
			bottom:  0 !important;
		}
		.cart-spacer.floater-space {
			padding-bottom: 0;
		}
		/* .searched-domain__inner .buy-for-options .dropdown-toggle>div {
			display: none;
		} */
	}

	/* Custom, iPhone Retina - Landscape */
	@media (max-width: 568px) and (orientation : landscape) {
		.button-box.button-box--float {
			position: relative !important;
			bottom:  0 !important;
		}
		.cart-spacer.floater-space {
			padding-bottom: 0;
		}
	}

	/* Custom, Nexus 7 */
	@media only screen and (device-width : 600px) and (device-height : 960px) {
		.right-view {
			padding-left: 0;
			padding-bottom: 60px;
		}
		.left-view {
			margin-bottom: 15px;
		}
		.button-box.button-box--float:not(.button-box--floating) {
			bottom: 139px !important;
		}
		.buy-for-options-div {
			text-align: left;
			padding: 0 1rem;
		}
		.buy-for-options .dropdown-menu {
			left: 0;
			right: auto;
		}
		.gapps>form>div:last-of-type, .gapps__price {
		  text-align: center;
		}
	}

	/* Custom, Nexus 7 - Landscape */
	@media only screen and (device-width : 960px) and (device-height : 600px) and (orientation : landscape) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
		.suggestions-table__head,
		.cart-table__head {
			display: none;
		}
		.buy-for-options-div {
		  text-align: left;
		  padding-left: 15px;
		  padding-right: 15px;
		}
		.suggestions-table__body>div:nth-child(3) {
			text-align: left;
		}
		.suggestions-table__body:not(:last-of-type)>div:not(:last-of-type):not(:nth-last-of-type(2)) {
			border-bottom-color: transparent;
		}
		.suggestions-table__body>div:first-of-type {
			font-size: 1.6rem;
		}
		.selectpickeryeardropdown .multiselect__single, .selectpickeryeardropdown .multiselect__tags, .selectpickeryeardropdown--large .multiselect__single {
			text-align: left;
			padding-left: 0;
		}
		.selectpickeryeardropdown .multiselect__option {
			text-align: left;
		}
		.total-box {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.total-box div:not(.clearfix), .total-container:not(.total-container--single) .total-box a, .total-container:not(.total-container--single) .total-box button {
			width: 100%;
		}
	}

	/* Custom, Pixel 2 XL - Landscape */
	@media only screen and (device-width : 823px) and (device-height : 411px) and (orientation : landscape) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
	}

	/* Custom, iPhone X - Landscape */
	@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
		.suggestions-table__head,
		.cart-table__head {
			display: none;
		}
		.suggestions-table__body>div:nth-child(3) {
			text-align: left;
		}
		.suggestions-table__body:not(:last-of-type)>div:not(:last-of-type):not(:nth-last-of-type(2)) {
			border-bottom-color: transparent;
		}
		.suggestions-table__body>div:first-of-type {
			font-size: 1.6rem;
		}
		.searched-domain__name h3 {
			display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
			margin-right: 0;
		}
		.searched-domain__inner .add-icon {
			top: auto;
			transform: translateY(0);
			height: 100%;
		}
		.premium {
			margin: 1rem 0 0;
		}
		.searched-domain__name {
		  margin-bottom: 2rem;
		}
		.cart-table__body .year-div,
		.cart-table__body .year-div .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option,
		.cart-table__body .year-div .bootstrap-select.yeardropdown .dropdown-menu>li>a {
		  text-align: left;
		}
		.button-box.button-box--float {
			position: relative !important;
			bottom:  0 !important;
		}
		.cart-spacer.floater-space {
			padding-bottom: 0;
		}
		.cart-table__row--border-xs {
			border-top: 1px solid #272727;
		}
		.cart-table__row--border-margin-xs {
			margin-top: 8px;
		}
		.cart-table__body .cart-table__row>div.cart-table__domain {
			background-color: #181818;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding-left: 10px;
	    padding-right: 10px;
	    width: calc(100% + 20px);
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-bottom: 2rem;
		}
		.cart-table__body:not(:last-of-type):not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
			border-bottom: none;
		}
		.cart-table__body:not(:nth-last-of-type(2)) .cart-table__row:last-of-type {
		  padding-bottom: 0;
		}
		.cart-table__body .cart-table__domain .add-icon {
		  right: 10px;
		}
		.cart-table__body .add-icon img {
		  vertical-align: sub;
		}
		.currency-div {
			top: 10px;
		}
		.selectpickeryeardropdown .multiselect__single, .selectpickeryeardropdown .multiselect__tags, .selectpickeryeardropdown--large .multiselect__single {
			text-align: left;
			padding-left: 0;
		}
		.selectpickeryeardropdown .multiselect__option {
			text-align: left;
		}
		.buy-for-options-div {
		  text-align: left;
		  padding-left: 15px;
		  padding-right: 15px;
		}
		.buy-for-options .dropdown-menu {
		  left: 0;
		  right: auto;
		}
		.total-box {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.total-box div:not(.clearfix), .total-container:not(.total-container--single) .total-box a, .total-container:not(.total-container--single) .total-box button {
			width: 100%;
		}
		.suggestions-table__body>div:nth-of-type(1),
		.suggestions-table__body>div:nth-of-type(2) {
			padding-bottom: 0;
		}
		.suggestions-table {
		  padding-top: 2rem;
		}
		.selectpickeryeardropdown.multiselect {
			width: 75px;
		}
	}

	/* Custom, iPad - Landscape */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		html {
			font-size: 8px;
		}
		.cart-table__row .question-mark {
			margin-top: 0;
			vertical-align: middle;
		}
		.selectpickeryeardropdown .multiselect__select::before,
		.selectpickeryeardropdown--large .multiselect__select::before {
			top: 10px !important;
		}
	}

	/* iPad Pro 12.9" - Portrait */
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
		html {
			font-size: 8px;
		}
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
	}

	/* iPad Pro 12.9" - Landscape */
	@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
		.button-box.button-box--float.button-box--floating {
			display: none;
		}
		.ca-search .total-container.total-container--floating {
			display: block;
		}
	}
/* Media Queries End */

/* Wobble Horizontal Start */
	@-webkit-keyframes hvr-wobble-horizontal {
	  16.65% {
	    -webkit-transform: translateX(5px);
	    transform: translateX(5px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-4px);
	    transform: translateX(-4px);
	  }
	  49.95% {
	    -webkit-transform: translateX(3px);
	    transform: translateX(3px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	@keyframes hvr-wobble-horizontal {
	  16.65% {
	    -webkit-transform: translateX(5px);
	    transform: translateX(5px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-4px);
	    transform: translateX(-4px);
	  }
	  49.95% {
	    -webkit-transform: translateX(3px);
	    transform: translateX(3px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	.hvr-wobble-horizontal {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	}
	.cart-wobble img.cart-img,
	.hvr-wobble-horizontal:hover img.cart-img {
	  -webkit-animation-name: hvr-wobble-horizontal;
	  animation-name: hvr-wobble-horizontal;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-timing-function: ease-in-out;
	  animation-timing-function: ease-in-out;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;
	}
/* Wobble Horizontal End */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.overlay{
	background: rgba(0, 0, 0, 1);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #15B04B;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
.object:not(:last-of-type){
	margin-right: 20px;
}

#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;

}
@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}
@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}
@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

.home-modal {
  background: url('https://cdn.get.tech/images/home-modal-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #272727 !important;
}
.blog-modal-bg .modal-head {
  background: url('https://cdn.get.tech/images/blog-modal-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.5rem 3.5rem !important;
}
.ouibounce-modal,
.ouibounce-success {
  text-align: center;
  letter-spacing: 1px;
}
.ouibounce-modal.home-modal {
  color: #FFF;
}
.ouibounce-modal:not(.home-modal),
.ouibounce-success {
  color: #444;
}
.ouibounce-modal.home-modal .modal-body {
  padding: 4.5rem 3.5rem;
}
.ouibounce-modal:not(.home-modal) .modal-head,
.ouibounce-success .modal-head {
  padding: 3.5rem;
  background-color: #15B04B;
}
.ouibounce-modal:not(.home-modal) .modal-body {
  padding: 3.5rem;
}
.ouibounce-modal__heading {
  letter-spacing: 5px;
  margin-top: 0;
  color: #FFF;
  padding: 0;
}
.ouibounce-modal.home-modal .ouibounce-modal__heading {
  margin-bottom: 2rem;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__heading,
.ouibounce-success .ouibounce-modal__heading {
  line-height: 2 !important;
  margin-bottom: 0;
}
.ouibounce-success .ouibounce-modal__heading {
  opacity: 0;
}
.ouibounce-modal__subheading {
  font-family: 'FuturaLTLight';
  letter-spacing: 5px;
  margin-bottom: 3rem;
  margin-top: 0;
}
.ouibounce-modal.home-modal .ouibounce-modal__subheading {
  margin-bottom: 3rem;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__subheading {
  font-family: 'FuturaStdMedium';
  font-size: 1.6rem !important;
  margin-bottom: 2rem;
}
.ouibounce-modal.home-modal .ouibounce-modal__form {
  margin-bottom: 3rem;
  margin-top: 0;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__form {
  margin-bottom: 2rem;
  margin-top: 0;
}
.ouibounce-modal.home-modal .ouibounce-modal__link {
  font-family: 'FuturaLTLight';
  font-size: 1.3rem;
  line-height: 2;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  text-decoration: none;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__link {
  font-size: 1.3rem;
  line-height: 2;
  color: #15B04B;
  border-bottom: 1px solid #15B04B;
  display: inline-block;
  text-decoration: none;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__para {
  font-size: 1.3rem;
  line-height: 2;
  color: #444;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__para strong {
  font-family: 'FuturaLTHeavy';
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__para--top {
  margin-bottom: 2rem;
}
.ouibounce-modal:not(.home-modal) .ouibounce-modal__para--bottom {
  margin-top: 2rem;
  margin-bottom: 0;
}
.ouibounce-modal__terms label {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 1.2rem;
  margin-bottom: 0;
  line-height: 1.5;
}
.ouibounce-modal__terms input[type=checkbox], .ouibounce-modal__terms input[type=radio] {
  vertical-align: text-bottom;
}

#ouibounce-modal {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#ouibounce-modal .ouibounce-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  cursor: default;
}
#ouibounce-modal h2 {
  line-height: 1.5;
  font-size: 1.8rem;
}
#ouibounce-modal p em {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #999999;
  display: block;
  margin-top: 25px;
}
#ouibounce-modal .modal-display {
  position: relative;
  z-index: 2;
  width: 600px;
  background-color: #FFF;
  z-index: 1;
  margin: auto;
  display: block;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
.modal-content .modal-close,
#ouibounce-modal .modal-display .modal-close {
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  background: url("https://cdn.get.tech/images/cross.svg") no-repeat center center;
  background-size: 3rem 3rem;
}
.modal-content {
  margin-top: 70px;
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal p {
  line-height: 1.5;
}
#ouibounce-modal .modal-footer p {
  font-size: 1.4rem;
}
#ouibounce-modal .modal-body .quote-name {
  margin-top: 15px;
}
#ouibounce-modal form {
  text-align: center;
}
#ouibounce-modal form .input-div {
  width: 400px;
  display: inline-block;
}
#ouibounce-modal form .input-div.input-div--small {
  width: 300px;
}
#ouibounce-modal form input[type=text] {
  font-family: 'FuturaStdMedium';
  font-size: 1.4rem;
  padding: 0.5rem 3rem;
  color: #222;
  width: 100%;
  background-color: #eef0ef;
  border: 1px solid #eef0ef;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  letter-spacing: 1px;
  line-height: inherit;
  font-weight: normal;
}
#ouibounce-modal form input[type=submit],
#ouibounce-modal form a.button-link {
  font-family: 'FuturaStdMedium';
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #15B04B;
  border: 1px solid #15B04B;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  letter-spacing: 3px;
  vertical-align: top;
  line-height: inherit;
  font-weight: normal;
}
#ouibounce-modal form input[type=submit]:disabled,
#ouibounce-modal form input[type=submit]:disabled:hover {
  cursor: not-allowed;
  background-color: #10893a;
}
.ouibounce-modal.home-modal form input[type=submit],
.ouibounce-modal.home-modal form a.button-link {
  padding: 0.5rem 3.5rem;
}
.ouibounce-modal:not(.home-modal) form input[type=submit],
.ouibounce-modal:not(.home-modal) form a.button-link {
  padding: 0.5rem 1.2rem;
}
#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
  text-align: center;
  width: 100%;
  padding: 20px 15px 25px;
  border-top: 1px solid #d3d3d3;
}
#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  color: #333333;
  border-bottom: 1px solid #333333;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

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



.vue-tooltip {
    background-color: #1e1e1e;
    box-sizing: border-box;
    color: #fff;
    max-width: 320px;
    padding: 6px 10px;
    border-radius: 3px;
    z-index: 9999;
}
.vue-tooltip .vue-tooltip-content {
    text-align: center
}
.vue-tooltip .tooltip-arrow {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px
}
.vue-tooltip[x-placement^="top"] {
    margin-bottom: 5px
}
.vue-tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-top-color: #1e1e1e;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -5px;
    margin-top: 0;
    margin-bottom: 0
}
.vue-tooltip[x-placement^="bottom"] {
    margin-top: 5px
}
.vue-tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-bottom-color: #1e1e1e;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -5px;
    margin-top: 0;
    margin-bottom: 0
}
.vue-tooltip[x-placement^="right"] {
    margin-left: 5px
}
.vue-tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-right-color: #1e1e1e;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    margin-left: 0;
    margin-right: 0
}
.vue-tooltip[x-placement^="left"] {
    margin-right: 5px
}
.vue-tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-left-color: #1e1e1e;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    margin-left: 0;
    margin-right: 0
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #ouibounce-modal .modal-display {
    width: 80%;
  }
  #ouibounce-modal form .input-div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .modal-content .modal-close {
    top: 10px;
    right: 10px;
  }
  .modal-content {
    margin-top: 0;
  }
}

@charset "utf-8";

/*====limited reset====*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/*====html5 display rule====*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/*====common css====*/
html, body {
	height: 100%;
	width: 100%;
	min-height: 100%;
}

html:not(.body-loaded) body {
	overflow: hidden !important;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
	color: inherit;
}

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

strong, b {
	font-family: 'futura_ltbold';
}

h1 {
	line-height: 50px;
}

body {
	font-size: 14px;
	line-height: 26px;
	margin: 0px;
	color: #fff;
	font-family: 'futura_ltregular';
	font-style: normal;
	overflow-x: hidden;
	background-color: #000;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

.reset-margin {
	margin:	0 !important;
}

.npad {
	padding-right: 0px;
	padding-left: 0px;
}

.green-text {
	color: #1CAF4B;
}

.tech-style {
	font-family: 'futura_ltboldoblique';
	letter-spacing: 1px;
}

.heading {
	text-align: center;
}

.heading h3 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.heading h3:after {
	content: "";
	display: block;
	margin: 15px auto 0;
	border-bottom: 2px solid #15B04B;
	width: 85px;	/* border-color: inherit; */
}

.heading.black-text h3 {
	color: #000;
}

.slider-controls {
	margin: 80px auto 0;
	text-align: center;
}

.nav-arw .st0 {
	fill: none;
	stroke: #9A9A9A;
	stroke-linecap: square;
}

.nav-arw .st1 {
	fill: none;
	stroke: #9A9A9A;
}

.post-navigation li {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	vertical-align: middle;
	color: #9A9A9A;
}

.post-navigation li .total {
	font-size: 14px;
}

.prev, .next {
	display: inline-block;
	outline: none;
	cursor: pointer;
	height: 20px;
	vertical-align: middle;
}

.prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.prev-link {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

li.disabled a {
	color: #ccc;
	cursor: no-drop;
}

.nav-arw {
	width: 85px;
}

.slick-slide {
	outline: none;
}

/*common-btn*/
.common-btn {
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px 30px;
	border: 1px solid #fff;
	box-shadow: 0 0 1px transparent;
	position: relative;
	outline: none;
	letter-spacing: 1px;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
}

.common-btn:hover, .common-btn:focus, .common-btn:active {
	color: #000;
	border-color: #1CAF4B;
	background: #1CAF4B;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
}

/* .common-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #15B04B;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.common-btn:hover:before, .common-btn:focus:before, .common-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
 */
.btn-center {
	display: block;
	text-align: center;
	margin: 16px auto 40px;
}

.black-br {
	border-color: #000;
}

.green-btn {
	background-color: #15B04B;
	border: none;
	color: #000;
}

.common-btn.green-btn:hover, .common-btn.green-btn:focus, .common-btn.green-btn:active {
	color: #000;
	background: #12913E;
	border-color: #12913E;
}

.common-btn.green-btn input[type=submit]:focus {
	color: #000;
	background: #12913E;
	border-color: #12913E;
}

.common-btn.green-btn.white-bg:hover, .common-btn.green-btn.white-bg:focus, .common-btn.green-btn.white-bg:active {
	color: #000;
	background: #fff;
	border-color: #fff;
}

/* .common-btn.green-btn:before {
	background: #000;
} */
.top-spacer {
	padding-top: 170px;
}

/*side menu dots*/
.fp-viewing-breakthrough-stories #menu li a, .fp-viewing-breakthrough-stories #menu li.scroll-arrow a:after {
	border-color: #000;
}

.fp-viewing-breakthrough-stories #menu li:hover a, .fp-viewing-breakthrough-stories #menu li.active a, .fp-viewing-breakthrough-stories #menu li:focus a {
	background: #000;
	background: rgba(0, 0, 0, 1.0);
}

.fp-viewing-breakthrough-stories #menu li.scroll-arrow a:before {
	background: #000;
}

.fp-viewing-in-the-news #menu {
	display: none;
}

#menu li#moveUp {
	display: none;
}

.fp-viewing-contact-us #menu li#moveUp {
	display: block;
}

.fp-viewing-contact-us #menu li:last-child {
	display: none;
}

#menu li.scroll-arrow a.ar-up:before, .menu-dot li.scroll-arrow a.ar-up:before {
	top: 10px;
}

#menu li.scroll-arrow a.ar-up:after, .menu-dot li.scroll-arrow a.ar-up:after {
	position: absolute;
	top: 10px;
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	margin: 0;
}

#menu li.scroll-arrow:hover a.ar-up:before, .menu-dot li.scroll-arrow:hover a.ar-up:before {
	top: 0;
	height: 65px;
}

#menu li.scroll-arrow:hover a.ar-up:after, .menu-dot li.scroll-arrow:hover a.ar-up:after {
	top: 0;
}

#menu li.scroll-arrow:hover {
	top: 25px;
}

#menu {
	position: fixed;
}

#menu, #menu1, .menu-dot {
	top: 40%;
	left: auto;
	height: auto;
	right: 20px;
	width: 20px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#menu li, #menu1 li, .menu-dot li {
	display: block;
	margin: 0px;
	background: transparent;
	border-radius: 50%;
	width: 100%;
	float: left;
	padding: 7px 5px;
}

#menu li a, #menu1 li a, .menu-dot li a {
	padding: 0 !important;
	display: block;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	cursor: pointer;
	float: left;
	background: transparent;
}

#menu1 {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}

.fp-viewing-in-the-news #menu1 {
	opacity: 1;
	visibility: visible;
}

#menu1 li a {
	border-color: #000;
}

#menu1 li.active, #menu1 li:hover, .menu-dot li a {
	background: transparent;
}

#menu1 li:hover a, #menu1 li.active a, #menu1 li:focus a {
	background: rgba(0, 0, 0, 1.0);
}

#menu li.active, #menu li:hover {
	background: transparent;
}

#menu li:hover a, #menu li.active a, #menu li:focus a {
	background: #fff;
	background: rgba(255, 255, 255, 1.0);
}

#menu li.scroll-arrow, #menu1 li.scroll-arrow {
	background: transparent;
}

#menu li.scroll-arrow a, #menu1 li.scroll-arrow a, .menu-dot li.scroll-arrow a {
	position: relative;
	border: none;
	width: 10px;
	background: transparent !important;
	height: 60px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#menu li.scroll-arrow a:before, #menu1 li.scroll-arrow a:before, .menu-dot li.scroll-arrow a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 55px;
	width: 1px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

#menu li.scroll-arrow a:after, #menu1 li.scroll-arrow a:after, .menu-dot li.scroll-arrow a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	opacity: 1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: -10px;
}

#menu li.scroll-arrow:hover a:before, #menu1 li.scroll-arrow:hover a:before, .menu-dot li.scroll-arrow:hover a:before {
	height: 80px;
}

#menu1 li.scroll-arrow a:before {
	background-color: #000;
}

#menu1 li.scroll-arrow a:after {
	border-color: #000;
}

/*side menu ends*/

/*navigation*/
.fp-viewing-tech-domain .navbar-default {
	background-color: transparent;
}

.navbar-default {
	background-color: #000;
	border: none;
	height: 60px;
	transition: linear 0.3s;
}

.navbar-brand {
	height: auto;
	padding: 12px 30px;
}

.navbar-brand img {
	width: 80px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	padding: 20px 30px;
	letter-spacing: 1px;
	transition: linear 0.25s;
	-webkit-transition: linear 0.25s;
	-moz-transition: linear 0.25s;
	-ms-transition: linear 0.25s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #313131;
	border: none;
	transition: linear 0.25s;
	-webkit-transition: linear 0.25s;
	-moz-transition: linear 0.25s;
	-ms-transition: linear 0.25s;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #313131;
	border: none;
	transition: linear 0.25s;
	-webkit-transition: linear 0.25s;
	-moz-transition: linear 0.25s;
	-ms-transition: linear 0.25s;
}

.navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>.active>a:focus:before, .navbar-default .navbar-nav>.active>a:hover:before, .navbar-default .navbar-nav>li>a:focus:before, .navbar-default .navbar-nav>li>a:hover:before {
	height: 2px;
}

.navbar-nav>li>a {
	position: relative;
}

.navbar-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 100%;
	background: #15B04B;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	-ms-transition: 0.25s ease-out;
}

.navbar-nav>li>a:hover:before {
	height: 2px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	-ms-transition: 0.25s ease-out;
}

.dropdown-menu {
	padding: 0px;
	min-width: 100%;
	background-color: #313131;
	border-radius: 0px;
}

.dropdown-menu>li>a {
	color: #989898;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 20px;
	transition: 0.25s ease-out;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #989898;
	text-decoration: none;
	background-color: #f5f5f5;
	transition: 0.15s ease-out;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
}

.down-caret {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	display: inline-block;
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: relative;
	top: -2px;
	right: -8px;
}

.cart-icon {
	width: 25px;
}

.cart-icon .st0 {
	fill: none;
	stroke: #FEFEFE;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cart-icon .st1 {
	fill: #FEFEFE;
}

.nav-cart sup {
	top: -1.5em;
	position: absolute;
	top: 18px;
	right: 18px;
}

.navbar-default .navbar-nav>li.nav-cart > a {
	padding: 20px 30px 14px;
}

.navbar-right {
	padding-right: 40px;
}

.empty-cart-tooltip {
	position: absolute;
	top: 100%;
	background: #313131;
	right: 0;
	width: 200px;
	text-align: center;
	color: #989898;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	font-family: 'futura_ltregular';
	padding: 10px 15px;
	border-bottom: 2px solid #15B04B;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	margin-top: 15px;
}

.empty-cart-tooltip a {
	color: #efecec;
	letter-spacing: 1px;
}

.empty-cart:hover:not(.mobile-cart) .empty-cart-tooltip, .empty-cart-tooltip--show {
	opacity: 1;
	visibility: visible;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	margin-top: 0px;
}

.empty-cart a {
	pointer-events: none;
}

/*navigation end*/

/*.main-banner*/
.main-banner {
	position: relative;
	background: #000;
	text-align: center;
}

.main-banner p:not(.help) {
	font-size: 24px;
	line-height: 34px;
	/* margin: 60px 0 25px; */ /* Temp - Uncomment Later */
	margin: 30px 0 0; /* Temp - Remove Later */
}

.banner-caption h1 {
	line-height: 72px;
	font-size: 49px;
	letter-spacing: 12px;
	z-index: 2;
	position: relative;
}

.green-wrap {
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	z-index: 2;
}

.green-block {
	display: block;
	line-height: 60px;
	/* font-size: 48px; */
	font-size: 30px;
	color: #1caf4b;
	/* text-transform: uppercase; */
	/* background: #1caf4b; */
	padding: 5px;
	position: relative;
}

.green-wrap div {
	/* background-color: #1caf4b; */
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

.search-form-wrap {
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.search-form-wrap .help.is-danger {
	position: relative;
	z-index: 2;
}

.search-form-wrap--background::before {
	content: '';
	display: block;
	position: absolute;
	background: url("https://cdn.get.tech/images/banner-small.jpg") no-repeat;
	background-position: center center;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
  height: 34rem;
  background-size: contain;
}

.search-domain {
	height: 55px;
	padding: 10px 15px;
	width: 81%;
	float: left;
	margin-right: 1%;
	color: #848484;
	outline: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 1px solid #fff;
}

.search-domain:focus + .typed-input,
.search-domain + .typed-input.typed-input--hidden {
	display: none;
}

.search-domain-div {
	display: inline-block;
	margin-right: 1%;
	width: 79%;
	float: left;
	position: relative;
}

.typed-input {
	pointer-events: none;
	position: absolute;
	left: 0;
	height: 55px;
	padding: 10px 15px;
	border: 1px solid #fff;
	color: #848484;
	line-height: 34px;
}

.search-domain-tech-span {
	position: absolute;
	right: 0;
	height: 55px;
	padding: 10px 15px;
	border: 1px solid #fff;
	color: #848484;
	line-height: 34px;
}

.search-domain-div .search-domain {
	margin-right: 0;
	width: 100%;
	padding-right: 60px;
}

.search-form-wrap button {
	height: 55px;
	width: 20%;
	background-color: #15B04B;
	border: none;
	outline: none;
	vertical-align: top;
}

.search-form-wrap button:hover {
	background-color: #12913E !important;
	color: #000 !important;
}

.search-tool, .search-icon {
	width: 30px;
	line-height: 90px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.search-tool .st0 {
	fill: none;
	stroke: #010202;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.search-tool .st1 {
	fill: #010202;
}

.search-tool .st2 {
	filter: url(#Adobe_OpacityMaskFilter);
}

.search-tool .st3 {
	fill: #FFFFFF;
}

.search-tool .st4 {
	mask: url(#mask-2);
	fill: #010202;
}

.search-icon .st0 {
	fill: none;
	stroke: #231F20;
	stroke-width: 3;
	stroke-miterlimit: 10;
}

.section .heading h3 {
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.heading h3 .tech-style {
	font-family: inherit;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.search-form-wrap .common-btn:hover  .search-tool .st0 {
	stroke: #000;
}

.search-form-wrap .common-btn:hover  .search-tool .st1 {
	fill: #000;
}

.search-form-wrap .common-btn:hover  .search-tool .st3 {
	fill: #000;
}

.search-form-wrap .common-btn:hover  .search-tool .st4 {
	fill: #000;
}

/*main-banner end*/

/*tech-industry*/
.tech-industry {
	background: url(https://cdn.get.tech/images/black-map-bg.jpg) no-repeat center/cover;
	text-align: center;
}

.tech-industry .sub-heading {
	font-family: 'FuturaLTLight';
	font-size: 18px;
	line-height: 28px;
}

.sub-heading--2 {
	margin-bottom: 80px;
}

/*
.tech-industry .fp-tableCell {
vertical-align: top;
padding-top: 200px;
}
.tech-inner {
height: 100%;
} */
.cus-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.gray-number-box {
	padding: 55px 30px;
	z-index: 3;
	position: relative;
}

.white-seperator {
	position: absolute;
	bottom: 0;
	background: #fff;
	height: 50%;
	width: 100%;
	z-index: 1;
}

.tech-listing {
	margin: 80px auto 200px;
	width: 100%;
	text-align: center;
	display: block;
}

.tech-listing li {
	font-family: 'FuturaLTLight';
}

.tech-listing li, .gray-number-box li {
	display: inline-block;
	width: 19%;
	margin-right: -4px;
	padding: 0 20px;
	vertical-align: top;
}

/* .tech-listing li {
width: 30%;
padding: 20px;
text-transform: uppercase;
} */
.gray-number-box {
	background-color: #1A1A1A;
	padding: 60px 30px;
}

.gray-number-box ul {
	text-align: center;
	display: block;
	width: 100%;
}

.nos-box p {
	font-size: 30px;
	line-height: 40px;
	color: #15B04B;
	margin-bottom: 10px;
}

.nos-box h5 {
	font-family: 'FuturaLTLight';
}

.wheel, .scissor, .tag {
	height: 45px;
	margin: 0 auto;
}

.tick {
	height: 35px;
}

.recall {
	height: 40px;
}

.wheel .st0 {
	filter: url(#Adobe_OpacityMaskFilter);
}

.wheel .st1 {
	fill: #FFFFFF;
}

.wheel .st2 {
	fill: #1CAF4B;
}

.wheel .st3 {
	filter: url(#Adobe_OpacityMaskFilter_1_);
}

.wheel .st4 {
	fill: #1CAF4B;
}

.tick .st0 {
	fill: none;
	stroke: #19AF4B;
	stroke-width: 3;
	stroke-miterlimit: 10;
}

.tick .st1 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #19AF4B;
}

.scissor .st0 {
	filter: url(#Adobe_OpacityMaskFilter);
}

.scissor .st1 {
	fill: #FFFFFF;
}

.scissor .st2 {
	fill: #1CAF4B;
}

.recall .st0 {
	fill: none;
	stroke: #1CAF4B;
	stroke-width: 3;
}

.recall .st1 {
	fill: #1CAF4B;
}

.tag .st0 {
	fill: none;
	stroke: #15B04B;
	stroke-width: 3;
}

.tag .st1 {
	fill: #15B04B;
}

.list-box span {
	display: block;
	height: 45px;
	vertical-align: bottom;
	margin-bottom: 20px;
}

.list-box h5 {
	text-transform: uppercase;
}

/*tech industry end*/

/*Breakthrough Stories*/
.stories-wrap, .home-news {
	background-color: #fff;
}

.stories-wrap .heading {
	margin-bottom: 20px;
}

.story-text {
	color: #000;
	text-align: left;
	font-size: 18px;
	padding: 0 15px;
}

.logo-line a {
	display: inline-block;
}

.logo-url {
	position: relative;
	margin: 35px 0 30px;
}

.logo-url:after {
	content: "";
	display: none;
	width: 100px;
	border: 1px solid #15B04B;
}

.logo-url a {
	font-family: FuturaLTHeavy;	/* margin-bottom: 8px; */
	display: inline-block;
}

.logo-url p {
	font-size: 14px;
	line-height: 24px;
}

.by-line {
	font-family: 'FuturaStdMedium';
	font-style: italic;
}

.by-line strong {
	display: block;
	font-family: 'FuturaStdMedium';
	margin-bottom: 3px;	/* font-family: 'FuturaBookItalic'; */
}

.desc-text h4 {
	font-family: 'FuturaStdMedium';
	font-weight: 500;	/* font-style: italic; */
	line-height: 26px;
	margin-bottom: 30px;
}

.img-thumb {
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	height: 100%;
}

.img-thumb a {
	display: block;
}

/*Breakthrough Stories end*/

/*star user */
.use-case-wrap {
	position: relative;
}

.carousel-3d-container, .carousel-3d-slider {
	height: 415px !important;
}

.carousel-3d-slider {
	width: 460px !important;
}

.carousel-3d-slide {
	height: 100% !important;
	width: 100% !important;
}

.carousel-3d-slide {
	text-align: center !important;
	border-color: transparent !important;
	background-color: transparent !important;
}

.thumb-item {
	background-color: transparent;
	padding: 20px;
}

.thumb-item div {
	border: 1px solid #454545;
}

.thumb-link {
	padding: 15px 0 30px;
	opacity: 1;
	transition: ease-out 0.4s;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
}

.carousel-3d-slide.current .thumb-link {
	opacity: 1;
	transition: ease-out 0.4s;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	-ms-transition: ease-out 0.4s;
}

.thumb-link a {
	font-size: 18px;
	display: inline-block;
	border-bottom: 1px solid #979797;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'FuturaLTLight';
	color: #000;
}

.thumb-link a div {
	display: inline-block;
}

.thumb-link span:not(.green-text) {
	color: #484848;
	font-size: 15px;
	line-height: 26px;
	display: block;
}

.web-slider-wrap {
	position: relative;
}

.carousel-3d-controls[data-v-43e93932] {
	top: 50% !important;
	transform: translateY(-50%) !important;
	height: 50px !important;
	margin: 0 auto !important;
	right: 0;
	pointer-events: none;
}

.carousel-3d-controls[data-v-43e93932] .prev,
.carousel-3d-controls[data-v-43e93932] .next {
	pointer-events: all;
}

.carousel-3d-controls a span {
	display: none;
}

.carousel-3d-controls .next, .carousel-3d-controls .prev {
	width: 80px !important;
	height: 50px !important;
}

/* .carousel-3d-controls .next:before {
	content: "";
	background: #fff;
	top: 50%;
	height: 1px;
	width: 100%;
	left: 0;
	display: block;
	position: absolute;
} */

.carousel-3d-controls .next:after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 15px;
	height: 20px;
	width: 20px;
	right: 1px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
}

/* .carousel-3d-controls .prev:before {
	content: "";
	background: #fff;
	top: 50%;
	height: 1px;
	width: 100%;
	left: 0;
	display: block;
	position: absolute;
} */

.carousel-3d-controls .prev:after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 15px;
	height: 20px;
	width: 20px;
	right: 1px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
}

/*center slider*/
.slick-center.slick-slide.slide-item {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

.slide-item.slick-slide {
	transform: scale(.8);
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-webkit-transform: scale(.8);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transform: scale(.8);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	box-shadow: 13px 17px 43px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 13px 17px 43px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 13px 17px 43px rgba(0, 0, 0, 0.19);
	-ms-box-shadow: 13px 17px 43px rgba(0, 0, 0, 0.19);
}

.use-case-wrap .btn-center {
	margin: 40px auto 0;
}

.slide-item {
	position: relative;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
}

.carousel-3d-slide .slide-item::after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color .6s cubic-bezier(.645, .045, .355, 1);
}

.carousel-3d-slide.current .slide-item::after {
	background-color: rgba(0, 0, 0, 0);
	pointer-events: none;
}

.carousel-3d-slide.current .slide-item {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
}

/*star user end*/

/*news*/
.home-news {
	padding: 80px 0;
}

.home-news .heading h3 {
	margin-bottom: 50px;
}

.logo-slide {
	float: left;
	width: 20%;
	padding: 20px 50px;
	height: 150px;
}

.logo-slide a {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.logo-slide .figure {
	vertical-align: middle;
	display: table-cell;
}

.logo-slide a:not(:hover) .figure img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.2s ease-in-out;
}

.logo-slide a:hover .figure img {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	transition: all 0.2s ease-in-out;
}

/*news end*/

/*contact*/

.contact-wrap {
	background: #000;
	padding: 80px 0;
	position: relative;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	overflow: hidden;
}

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

.contact-text p {
	padding: 15px 0;
	font-size: 17px;
}

/* .contact-text p:first-child {
padding-bottom: 60px;
} */
.contact-text p a {
	display: inline-block;
}

.contact-form .form-group {
	padding: 0 10px;
	margin-bottom: 30px;
}

.contact-form .sub-heading {
	font-family: 'FuturaLTLight';
	font-size: 18px;
	line-height: 28px;
}

.form-control {
	background-color: transparent;
	height: 40px;
	color: #fff;
	padding: 6px 15px;
	border: 1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	outline: none;
}

.home-contact-page .submit-btn {
	margin-top: 15px;
}

.submit-btn {
	display: block;
	margin: 10px 10px 0;
	float: left;
	padding: 0;
	background-color: #15B04B;
	border-color: #15B04B;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-ms-transition: linear 0.2s;
}

.submit-btn.common-btn span {
	padding: 0px;
}

.home-contact-page .submit-btn.common-btn:hover,
.home-contact-page .submit-btn.common-btn.green-btn input[type=submit]:focus {
	color: #000;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-ms-transition: linear 0.2s;	/* border-color: #fff; */
	background: #12913E !important;	/* border: 1px solid #fff; */
}

.submit-btn input[type=submit] {
	background-color: transparent;
	border: none;
	width: 100%;
	letter-spacing: 1px;
	height: 41px;
	padding: 0 40px;
}

.submit-btn.common-btn  input[type=submit] {
	line-height: 45px;
	height: 45px;
}

.submit-btn input[type=submit]:focus {
	outline: 0;
}

.submit-btn.common-btn  input[type=submit] {
	line-height: 45px;
	height: 45px;
}

.submit-btn input[type=submit]:focus {
	outline: 0;
}

.form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #fff;
}

.form-control::-moz-placeholder {

	/* Firefox 19+ */
	color: #fff;
}

.form-control:-ms-input-placeholder {

	/* IE 10+ */
	color: #fff;
}

.form-control:-moz-placeholder {

	/* Firefox 18- */
	color: #fff;
}

/*contact end*/
footer {
	background-color: #000;
	padding: 20px 0;
	text-align: center;
}

.foothack {
	font-size: 13px;
}

.foothack a, .foothack {
	color: #fff;
}

.foothack a:hover {
	color: #15B04B;
}

.foothack p {
	display: inline-block;
}

.fot-social {
	padding-left: 70px;
}

.fot-social a svg {
	width: 20px;
	height: 20px;
	margin: 0 4px;
	vertical-align: top;
}

.fot-social a svg .st0 {
	fill: #FFFFFF;
}

.fot-social a:hover svg .st0 {
	fill: #15B04B;
}

/*programme*/
.prog-desc {
	background: #fff;
	color: #000;
	text-align: center;
	padding: 30px;
}

.prog-desc p {
	font-size: 16px;
	margin-bottom: 30px;
}

.box-layout {
	padding: 30px;
}

/*programme end*/

/*hackathons*/
.hacathons-wrap .heading .sub-title {
	text-transform: none;
	margin-bottom: 0;
}

.hacathons-wrap .sub-title {
	font-family: 'FuturaLTLight';
	text-transform: none;
	font-size: 18px;
}

.hackathon-slider li:hover a {
	background-color: #15B04B;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}

.location-wrap {
	text-align: left;
}

.location-wrap a {
	display: inline-block;
	max-width: 100%;
}

.location-wrap h4 {
	color: #15B04B;
	font-size: 16px;
	line-height: 26px;
	font-family: 'futura_ltbold';
	text-transform: uppercase;
	transition: color linear 0.2s;
	-webkit-transition: color linear 0.2s;
	-moz-transition: color linear 0.2s;
}

.location-wrap a:hover:not(.no-link) h4 {
	color: #FFF;
}

.location-wrap a.no-link {
	pointer-events: none;
}

.location-wrap span.loc-line {
	display: block;
	font-size: 15px;
	line-height: 26px;
}

.location-wrap span.date-line {
	display: block;
	font-size: 13px;
}

.hackathons-detail {
	margin: 50px 0;
	float: left;
	width: 100%;
}

.hackathons-detail li {
	float: left;
	width: 20%;
	padding: 40px 15px;
	height: 180px;
}

.last-line {
	margin: 50px 0 100px;
	text-align: center;
	font-size: 18px;
}

.custom-tabs {
	border-bottom: none;
	background-color: #1A1A1A;
	margin-top: 60px;
	float: left;
	width: 100%;
}

.custom-tabs>li {
	margin-bottom: 0;
	text-align: center;
	float: left;
}

.custom-tabs>li.active>a, .custom-tabs>li.active>a:focus, .custom-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #fff;
	border: 1px solid #15B04B;
	border-bottom-color: transparent;
	background-color: #15B04B;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}

.custom-tabs>li>a:hover, .custom-tabs>li>a.current:hover, .custom-tabs>li>a.current {
	border-color: #15B04B;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}

.custom-tabs>li>a:focus, .custom-tabs>li>a:hover, .custom-tabs>li>a.current:hover, .custom-tabs>li>a.current {
	text-decoration: none;
	background-color: #15B04B;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}

.custom-tabs>li>a {
	text-transform: uppercase;
	margin-right: 0;
	border-radius: 0px;
	padding: 20px;
	display: block;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	border: none;
}

#hackathons-tabs .custom-tabs>li {
	width: 16.66%;
}

#hackathons-tabs {
	position: relative;
}

#hackathons-tabs .custom-tabs {
	padding-right: 12%;
}

.btnNext {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	height: 20px;
}

.btnPrevious {
	position: absolute;
	top: 50%;
	left: 20px;
	right: auto;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	cursor: pointer;
	height: 20px;
}

.hackathon-slider li a {
	text-transform: uppercase;
	margin-right: 0;
	border-radius: 0px;
	padding: 20px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}

.slider-tab {
	position: relative;
	margin-top: 60px;
}

.slider-tab .nav-arw {
	width: 55px;
}

.hackathon-slider {
	border-bottom: none;
	padding: 0 100px;
	background-color: #1A1A1A;
	float: left;
	width: 100%;
}

.hackathon-slider li.slick-current a {
	background-color: #15B04B;
}

/*hackathons end*/

/*events*/
.total-event {
	background-color: #1A1A1A;
	padding: 30px 20px;
	text-align: center;
}

.total-event ul {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.total-event li {
	display: inline-block;
	text-align: center;
	margin: 0 30px;
}

.total-event li strong {
	display: block;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'futura_ltregular';
}

.total-event li span {
	display: block;
	font-size: 16px;
	line-height: 25px;
}

.media-wrap {
	float: left;
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #fff;
	padding-top: 40px;
}

.media-wrap:nth-child(2) {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

.past-events .media-wrap {
	border-color: #000;
}

.event-details h4 {
	text-transform: uppercase;
	padding: 50px 0;
}

.event-timing {
	float: left;
	padding: 30px 20px 20px 15px;
	width: 20%;
}

.date-meta {
	font-size: 26px;
	text-align: center;
	display: block;
}

.date-meta:after {
	background-color: #15B04B;
	content: "";
	height: 3px;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.date-meta span {
	display: block;
	font-size: 13px;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.event-thumb {
	float: left;
	width: 80%;
	padding: 0 30px 0 40px;
}

.event-thumb .img-scale {
	width: 100%;
	border: 1px solid #fff;
}

.left-event {
	float: left;
	width: 40%;
}

.right-event {
	float: left;
	width: 60%;
	padding-left: 20px;
}

.event-desc p {
	font-size: 16px;
	padding: 30px 0 10px;
}

.event-desc {
	float: left;
	width: 75%;
}

.event-desc a {
	display: inline-block;
}

.event-desc span {
	display: block;
}

.right-event .right-btn {
	float: right;
	width: 25%;
	text-align: right;
}

.right-btn {
	float: right;
}

.event-details .btn-center {
	margin: 80px auto;
	text-align: center;
}

.past-events {
	background-color: #fff;
	color: #000;
}

.event-container .last-line {
	margin: 50px auto;
}

.past-events .event-thumb .img-scale {
	border: 1px solid #000;
}

/*events end*/

/*Live site*/

.no-data-text {
	width: 100% !important;
	display: block !important;
	text-align: center;
}

.no-data-text--hackathons {
	min-height: 200px;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/*
.isotope, .isotope .isotope-item {

-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}*/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.site-showcase {
	width: 33.33333333%;
}

.site-showcase .site-box {
	animation-name: slide-up;
	animation-duration: 0.4s;
}

@-webkit-keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

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

}

@-moz-keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

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

}

@keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
	}

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

}

.site-box {
	background: #fff;
	display: block;
	box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, 0.5);
	float: left;
	width: 100%;
	padding: 10px 10px 0 10px;
	color: #000;
	margin: 15px 0;
}

.site-box a {
	display: block;
}

.thumb-url {
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	padding: 20px 0 25px;
	vertical-align: middle;
	font-size: 15px;
}

.thumb-brand-name {
	color: #1CAF4B;
	font-size: 17px;
	font-family: 'FuturaStdMedium';
	display: none;
}

.filter-container--brands .Brands .thumb-brand-name {
	display: block;
}

.site-thumb {
	position: relative;
	display: block;
	min-height: 197px;
}

.site-thumb:hover .site-thumb-overly {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	opacity: 1;
	visibility: visible;
}

.site-thumb-overly {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 255, 255, 0.85);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.site-thumb-overly .common-btn {
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	width: 100px;
	margin: 0 auto;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	letter-spacing: 1px;
}

.filter-container--influencers .Influencers .view-btn {
	top: 55%;
}

.influencers-counter {
	background: rgba(225,225,225,0.8);
	position: absolute;
	width: 100%;
	top: 0;
	font-family: 'FuturaLTHeavy';
	color: #5a5a5a;
	text-align: center;
	padding: 12px 0;
	display: none;
}

.filter-container--influencers .Influencers .influencers-counter {
	display: block;
}

.influencers-counter>div {
  padding-right: 5px;
  padding-left: 5px;
}

.influencers-counter>div:not(:last-of-type) {
  border-right: 1px solid #999999;
}

.influencers-counter svg {
	height: 24px;
	vertical-align: top;
}

.influencers-counter svg path {
	fill: #5a5a5a;
}

.influencers-counter::after {
  content: "";
  display: table;
  clear: both;
}

.site-wrapper .custom-tabs li {
	width: 16.66%;
}

.site-wrapper .custom-tabs {
	margin: 40px 0 50px;
}

.form-wrapper {
	background: #fff;
	color: #000;
	padding: 80px 0 0;
	text-align: center;
}

.horizontal-form {
	padding: 50px 100px;
	float: left;
	width: 100%;
}

.horizontal-form select {
	text-transform: uppercase;
}

.horizontal-form .form-group {
	margin-bottom: 25px;
	padding: 0 30px;
}

.horizontal-form .form-control {
	border-color: #000;
	color: #000;
}

.horizontal-form .form-control:focus, .horizontal-form .focus-border {
	border-color: #15B04B !important;
}

.horizontal-form .submit-btn {
	float: none;
	display: inline-block;
	margin: 35px auto 10px;
}

.bootstrap-select .parsley-errors-list {
	top: 0;
	position: relative;
	clear: both;
	padding-top: 3px;
}

.select-style {
	-webkit-appearance: none;
	background: url('https://cdn.get.tech/images/select-arrow.png') no-repeat 95% 0px;
	padding-right: 60px;
}

/* .horizontal-form .submit-btn input[type=submit] {
	font-weight: 600;
} */

select {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}

.horizontal-form .form-control::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #000;
}

.horizontal-form .form-control::-moz-placeholder {

	/* Firefox 19+ */
	color: #000;
}

.horizontal-form .form-control:-ms-input-placeholder {

	/* IE 10+ */
	color: #000;
}

.horizontal-form .form-control:-moz-placeholder {

	/* Firefox 18- */
	color: #000;
}

.img-scale {
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.img-scale img {
	transform: scale(1);
	transition: all 0.35s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.35s ease 0s;
	-moz-transform: scale(1);
	-moz-transition: all 0.35s ease 0s;
	-ms-transform: scale(1);
	-ms-transition: all 0.35s ease 0s;
}

.img-scale:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
}

/*progressive img load*/
.progressive-image {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.loadingImage {
	background: #fff;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
}

.photo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 200ms ease-in;
	background-size: cover !important;
	background-position: center bottom !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.live-sites-contact-page {
	float: left;
	width: 100%;
}

/*live site end*/

/* custom select */
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #000;
	text-align: left;
	width: 100%;
	height: 40px;
}

.select-styled:active:after, .select-styled.active:after {
	top: 16px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	font-size: 13px;
	color: #000;
}

.select-options li {
	margin: 0;
	padding: 6px 15px;
	border: 1px solid #000;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	margin-top: -1px;
}

.select-options li:hover {
	background-color: #15B04B;
}

.select-options li[rel="hide"] {
	display: none;
}

/* custom select end */

/* parsley start */
	input.parsley-success,
	select.parsley-success,
	textarea.parsley-success {
	    color: #468847;
	    background-color: #DFF0D8;
	    border: 1px solid #D6E9C6;
	}

	input.parsley-error,
	select.parsley-error,
	textarea.parsley-error,
	{
	    color: #B94A48;
	    background-color: #F2DEDE;
	    border: 1px solid #EED3D7;
	}

	.parsley-code-mismatch {
	    padding-top: 5px;
	    color: #fe2e2e;
	    font-size: 12px;
	}

	.parsley-errors-list {
	    margin: 2px 0 3px;
	    padding: 0;
	    list-style-type: none;
	    font-size: 0.9em;
	    line-height: 0.9em;
	    opacity: 0;
	    transition: all .3s ease-in;
	    -o-transition: all .3s ease-in;
	    -moz-transition: all .3s ease-in;
	    -webkit-transition: all .3s ease-in;
	}

	.parsley-errors-list.filled {
	    opacity: 1;
	}
/* parsley end */

/*login page*/
.help.is-danger, .invalid-cc, li.parsley-required, li.parsley-type {
	text-align: left;
	color: red;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 3px;
}

.valid-cc {
	color: #15B04B;
	font-size: 12px;
}

.cc-desc {
	color: #bfbfbf;
	font-size: 12px;
}

.parsley-errors-list {
	position: absolute;
	margin-top: 0 !important;
}

.registration-container {
	color: #000;
	float: left;
	width: 100%;
}

.registration-container .tnc-div {
	margin-bottom: 5px;
}

.registration-container label {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0;
}

.registration-container label span {
	line-height: 12px;
}

.registration-container label input[type=checkbox] {
	vertical-align: text-bottom;
	margin-top: 0;
}

.registration-container .form-control {
	border-color: #000;
	color: #000;
}

.registration-container .form-control::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #000;
}

.registration-container .form-control::-moz-placeholder {

	/* Firefox 19+ */
	color: #000;
}

.registration-container .form-control:-ms-input-placeholder {

	/* IE 10+ */
	color: #000;
}

.registration-container .form-control:-moz-placeholder {

	/* Firefox 18- */
	color: #000;
}

.registration-container .heading h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 35px;
	font-weight: 600;
}

.registration-container .form-group {
	margin-bottom: 20px;
}

.registration-container form {
	float: left;
	width: 100%;
}

.modal-wrap {
	width: 530px;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	z-index: 9999;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

.md-content {
	float: left;
	width: 100%;
	padding: 50px 50px 40px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.modal-wrap.modal-show {
	visibility: visible;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.modal-show .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 1;
}

.modal-show ~ .modal-overly {
	visibility: visible;
	opacity: 1;
}

.login-acount {
	float: left;
	width: 100%;
}

.registration-container .form-group p {
	text-align: left;
}

.registration-container .submit-btn {
	width: 100%;
	font-weight: 600;
	margin: 10px auto;
}

.registration-container .submit-btn input[type=submit], .registration-container .submit-btn input[type=button] {
	background-color: transparent;
	border: none;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}

.new-account {
	float: left;
	width: 100%;
	border-top: 1px solid #979797;
	margin-top: 40px;
	padding-top: 35px;
}

.bottom-line {
	float: left;
	width: 100%;
}

.checkbox, .forget-paswd {
	float: left;
	margin: 0;
	text-align: left;
}

.checkbox {
	width: 50%;
}

.forget-paswd {
	width: 100%;
}

.forget-paswd a:hover {
	color: #000;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
}

.forget-paswd {
	text-align: right;
	color: #15B04B;
}

.new-account .submit-btn {
	margin-top: 0;
}

.new-account small {
	float: left;
	text-align: center;
	display: block;
	width: 100%;
}

button.close {
	opacity: 1;
	position: absolute;
	top: 18px;
	right: 23px;
	outline: none;
}

.regModal {
	width: 730px;
}

.c-code {
	width: 25%;
	float: left;
	padding: 0 0 0 15px;
}

.modal-overly {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9900;
	visibility: hidden;
	opacity: 0;
}

/*login page end*/

/* Search section */

#fullpage {
	display: none;
}

#fullpage2 {
	display: none;
}

/*partners page*/
#partner-tabs .custom-tabs>li {
	width: 20%;
}

#partner-tabs .custom-tabs>li a {
	padding: 0 20px;
	line-height: 76px;
}

/* #partner-tabs .custom-tabs>li:first-child a {
line-height: 23px;
padding: 15px 20px;
} */
.partners-logo {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.partners-logo ul {
	display: inline-block;
	text-align: center;
	width: 100%;
	min-height: 236px;
}

.partners-logo li {
	margin-right: -4px;
	display: inline-block;
	text-align: center;
}

.plogo-wrap a {
	display: block;
	padding: 35px 60px;
}

/*partners page end*/

/*newsroom*/
.newsroom-wrap .panel-heading .sub-title {
	margin-bottom: 30px;
}

.media-container article {
	background-color: #1A1A1A;
	float: left;
	width: 100%;
	padding: 35px 30px;
	margin: 15px 0;
}

.media-container article a:not(:hover) img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s ease-in-out;
}

.media-container article a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: all 0.2s ease-in-out;
}

.news-content {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.recent-post .news-content h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.recent-post .news-content {
	padding: 0 20px 0;
	flex-direction: column;
}

.recent-post .article-date {
	font-size: 14px;
}

.news-content h4 {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	overflow: hidden;
}

article:not(.recent-post) .news-content h4 {
	height: 75px;
}

.post-name {
	display: block;
}

.news-content p {
	line-height: 22px;
	padding: 20px 0 40px;
}

.article-date i {
	background: #15B04B;
	width: 25px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.article-date {
	font-size: 12px;
}

.source {
	display: inline-block;
	margin-bottom: 10px;
}

.source img {
	width: 80px;
}

.media-container article figure {
	position: relative;
	display: block;
}

figure .overly-logo-div, figure .overly-logo-div-hero {
	height: 100px;
	width: 100%;
}

figure .overly-logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

figure .overly-logo-hero {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.media-container {
	margin: 0px auto 20px;
	float: left;
	width: 100%;
}

.press-wrap {
	background-color: #fff;
	color: #000;
	padding: 80px 0;
}

.pr-holder {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 15px;
}

.pr {
	float: left;
	width: 100%;
}

.pr-left {
	float: left;
	width: 85%;
	vertical-align: top;
}

.pr-right {
	float: left;
	width: 15%;
	vertical-align: top;
}

.pr-title a {
	color: #15B04B;
	font-size: 18px;
	line-height: 26px;    /* font-family: 'FuturaStdMedium'; */
	text-transform: uppercase;
	font-weight: 600;
}

.pr-left p {
	font-family: 'FuturaBookItalic';
	font-size: 16px;
	line-height: 25px;
	margin: 1px 0 6px;
}

.sub-title {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.pr-holder:last-child {
	border-bottom: none;
}

.download-box {
	background: #f5f5f5;
	padding: 40px 20px 15px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	float: left;
	width: 100%;
}

.download-box ul {
	width: 80%;
	margin: 0 auto;
}

.download-box li {
	float: left;
	width: 50%;
	margin: 0 auto;
}

.download-box ul {
	width: 45%;
	margin: 0 auto;
}

.download-box li {
	width: 45%;
	margin: 0 auto;
	display: inline-block;
	padding: 25px;
	text-transform: uppercase;
	font-size: 16px;
}

.download-icon {
	width: 30px;
	margin-right: 5px;
}

.download-icon .st0 {
	fill: none;
	stroke: #15B04B;
	stroke-width: 3;
}

/*newsroom end*/

/*faq start*/

.faq-search {
	display: none;
}

.custom-accordion .panel-title > a:before {
	content: "";
	background-color: #fff;
	top: 50%;
	position: absolute;
	left: -20px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
}

.more-less {
	position: absolute;
	display: inline-block;
	float: right !important;
	text-align: center;
	height: 17px;
	width: 30px;
	right: 0;
}

.custom-accordion .panel-title {
	padding-right: 50px;
	position: relative;
}

.custom-accordion .panel-title > a .more-less:after {
	content: "";
	background-color: #15B04B;
	width: 15px;
	height: 2px;
	text-align: center;
	position: absolute;
	top: 50%;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.custom-accordion .panel-title > a .more-less:before {
	content: "";
	background-color: transparent;
	width: 2px;
	height: 15px;
	text-align: center;
	position: absolute;
	top: 3px;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.2s;
}

.custom-accordion .panel-title > a.collapsed .more-less:before {
	float: right !important;
	content: "";
	background-color: #15B04B;
}

.custom-accordion .panel-title > a:hover, .panel-title > a:active, .custom-accordion .panel-title > a:focus {
	text-decoration: none;
}

.custom-accordion .panel {
	background: transparent;
	border: none;
}

.custom-accordion .panel-default>.panel-heading {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #3C3C3C;
	padding: 15px 20px 15px 35px;
}

.custom-accordion .panel-collapse {
	background-color: rgb(22, 21, 21);
	border: none;
	color: rgb(169, 169, 169);
}

.custom-accordion .panel-body {
	padding: 20px 45px;
	border-radius: 0px;
}

.custom-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .custom-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.custom-accordion {
	margin: 80px auto;
}

.custom-accordion .panel-body p {
	position: relative;
	font-size: 15px;
	padding: 0 20px 8px;
}

.custom-accordion .panel-body p a {
	font-family: 'futura_ltbold';
}

.custom-accordion .panel-body p a:hover, .custom-accordion .panel-body p a:focus {
	color: #15B04B;
}

.custom-accordion .panel-body p:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0px;
	background-color: #A9A9A9;
	height: 1px;
	width: 8px;
}

.custom-accordion .panel-body li {
	font-size: 15px;
	padding: 0 20px 8px;
	display: flex;
}

.custom-accordion .panel-body li span {
	display: flex;
	padding-right: 5px;
}

/*faq end*/

/* old index page-specific styles */
.modal {
	color: black !important;
}

.form-control {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
}

.form-control::-webkit-input-placeholder {

	/* Chrome */
	color: #000;
}

.form-control:-ms-input-placeholder {

	/* IE 10+ */
	color: #000;
}

.form-control::-moz-placeholder {

	/* Firefox 19+ */
	color: #000;
	opacity: 1;
}

.form-control:-moz-placeholder {

	/* Firefox 4 - 18 */
	color: #000;
	opacity: 1;
}

/* old index page-specific styles end */
.vue-dialog .dialog-c-text {
	color: black;
}

.vue-dialog .dialog-buttons {
	display: flex;
	flex: 0 1 auto;
	width: 100%;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: black;
}

select.custom-search {

}

/*****Privacy policy****/
.pp-page.policy-wrap {
	margin-bottom: 40px;
}

.pp-page p, .pp-page ul {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 15px;
}

.pp-page .CookieDeclaration span {
	font-size: 16px !important;
}

.pp-page .head-2 {
	font-size: 18px;
	padding-top: 20px;
}

.pp-page ul {
	list-style-type: circle;
	padding-left: 30px;
}

.pp-page ul.sub-list {
	list-style-type: square;
	padding-left: 30px;
}

.pp-page ul li:not(:last-of-type) {
	padding-bottom: 15px;
}

.pp-page ul.sub-list li {
	padding-bottom: 0 !important;
}

.pp-page a {
	color: #15B04B;
}

.pp-page strong {
	color: #15B04B;
	font-size: 18px;
	padding-top: 20px;
	display: block;
	padding-bottom: 15px;
}

/******Report abuse********/
.report-abuse {
	padding: 80px 0 40px;
}

.pp-wrap .heading p {
	text-transform: none;
}

.abuse-contact .sub-title {
	margin-bottom: 30px;
	text-align: left;
}

.abuse-contact a {
	display: block;
}

.abuse-contact p {
	padding-bottom: 20px;
}

.abuse-contact p strong {
	color: #fff;
	padding: 0;
}

.complaints-wrap {
	padding: 20px 0 0;
}

.complaints-wrap strong {
	color: #fff;
}

.complaints-wrap p {
	padding: 4px 0;
}

.report-mail .sub-title {
	margin-bottom: 20px;
}

.report-spam-mail .horizontal-form .form-group {
	padding: 0 20px;
}

.report-spam-mail textarea.form-control, .report-mail  textarea.form-control {
	height: 100px;
	resize: none;
}

/*404 page*/
.page-404 {
	height: 100vh;
	position: relative;
}

.page-404 ~ footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.wrap-404 h3 {
	color: #15B04B;
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	font-family: 'futura_ltbold';
}

.wrap-404 p {
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
}

.wrap-404 .btn-center {
	margin: 70px auto;
}

.spaceship {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	transition-delay: 2s;
	animation: bounce 0.8s infinite;
}

.top-space {
	display: inline-block;
	margin: 0 auto;
}

.glow-part {
	margin-top: -13px;
	overflow: hidden;
}

.pnp-text, .top-space {
	opacity: 0;
}

@keyframes bounce {
	0% {
		transform: translate3d(0px, 0px, 0);
	}

	50% {
		transform: translate3d(0px, -4px, 0);
	}

	100% {
		transform: translate3d(0px, 0px, 0);
	}

}

/*404 page end*/

/*offer ribbon*/
.offer-container {
	display: block;
	border: 2px dashed #1CAF4B;
	width: 55%;
	margin: 0 auto 30px;
	padding: 8px 10px;
}

.offer-container p {
	display: inline-block;
	text-align: center;
	width: 49%;
	position: relative;
}

.offer-container .large-text {
	font-size: 16px;
}

.offer-container strong {
	letter-spacing: 1px;
}

.offer-container p:first-child:after {
	content: "";
	background: #fff;
	height: 60%;
	right: -10px;
	top: 20%;
	position: absolute;
	display: inline-block;
	width: 1px;
}

.offer-container .tech-style {
	font-size: 15px;
}

.currency-sec {
	float: right;
	padding-bottom: 8px;
	margin-top: -12px;
	font-size: 13px;
	font-family: 'FuturaLTLight';
}

.currency-sec .bootstrap-select.yeardropdown:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .currency-sec .bootstrap-select {
	width: auto;
	height: 25px;
}

.currency-sec .bootstrap-select .btn-default {
	padding: 0 15px 0 0;
	font-size: 12px;
}

.currency-sec .yeardropdown .bs-caret {
	width: 6px;
	right: 0;
}

.currency-sec .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .caret {
	height: 10px;
}

.currency-sec .bootstrap-select.yeardropdown .caret:after, .currency-sec .bootstrap-select.yeardropdown .caret:before {
	border-width: 3px;
}

.currency-sec .bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option {
	padding-right: 15px;
}

.secondary-result-wrap .currency-sec strong, .currency-sec strong {
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	font-family: 'FuturaLTLight';
}

/*offer ribbon end*/
.alert {
	padding: 0 15px;
	border: none;
	margin-top: -10px;
}

.alert-danger, .alert-success {
	color: red;
	background-color: transparent;
	border-color: transparent;
	border: none;
}

.alert-success {
	color: #15B04B;
	font-weight: 600;
}

/*students*/
.inner-banner {
	height: 100vh;
	position: relative;
	background-size: cover;
	display: table;
	width: 100%;
}

.v-middle {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.inner-banner p {
	margin: 20px 0 40px;
}

.inner-banner .banner-caption h1 {
	line-height: 50px;
	font-size: 40px;
	text-transform: uppercase;
}

.main-banner p.sub-text {
	font-size: 18px;
	margin: 0px auto 15px;
}

.student-wrap .search-form-wrap button {
	width: 30%;
	line-height: 20px;
	padding: 0 15px;
}

.student-wrap .search-domain {
	width: 69%;
}

.validtext, .id-list {
	margin: 15px auto;
	font-size: 16px;
}

.id-list {
	margin-top: 50px;
	font-size: 20px;
}

.id-wrap {
	padding: 20px 15px;
}

.id-wrap .heading h3 {
	margin-bottom: 35px;
}

.id-wrap p {
	font-size: 16px;
	line-height: 26px;
}

.id-wrap p:not(:last-of-type) {
	margin: 0 0 30px 0;
}

.id-wrap p:last-of-type {
	margin: 0 0 15px 0;
}

.id-wrap ul {
	font-size: 16px;
	float: left;
	width: 100%;
	margin: 0 auto 25px;
}

.id-wrap li {
	width: 33.3%;
	float: left;
	text-align: center;
	font-weight: 500;
	padding: 5px;
}

.id-wrap .middle-border {
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.content-block {
	padding: 80px 0;
	position: relative;
}

.content-block p {
	padding: 5px 0;
	font-size: 16px;
}

.content-block.white-block {
	background-color: #fff;
	color: #000;
}

/*students end*/

/*startup */
.white-top {
	padding-top: 70px;
}

.hackathonfaq-wrap {
	padding: 80px 0 0;
}

.startup-mails.form-wrapper {
	padding: 60px 0;
}

.startup-mails p {
	padding-bottom: 8px;
	font-size: 15px;
}

/**custom select**/
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #000;
}

.bootstrap-select .btn-default {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	height: 100%;
}
.bootstrap-select.yeardropdown .dropdown-toggle {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	height: 28px;
}

.bootstrap-select .dropdown-menu>li>a:focus, .bootstrap-select .dropdown-menu>li>a:hover, .bootstrap-select .dropdown-menu>.active>a, .bootstrap-select .dropdown-menu>.active>a:focus, .bootstrap-select .dropdown-menu>.active>a:hover {
	color: #000;
	text-decoration: none;
	background-color: #15B04B;
}

.bootstrap-select .open>.dropdown-toggle.btn-default.focus, .bootstrap-select .open>.dropdown-toggle.btn-default:focus, .bootstrap-select .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}

.bootstrap-select.open>.dropdown-toggle.btn-default {
	background-color: #fff;
	border-color: transparent;
	margin: 0px;
}

.bootstrap-select>.dropdown-toggle.btn-default:active {
	box-shadow: none;
}

.bootstrap-select .dropdown-menu {
	border: 1px solid #000;
	background-color: #fff;
	margin: 0px;
}

.bootstrap-select.btn-group .dropdown-menu li {
	border-bottom: 1px solid #000;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child {
	border-bottom: none;
}

.bootstrap-select .dropdown-menu>li>a {
	color: #000;
	text-align: left;
}

.bootstrap-select .btn-default:hover {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}

.bootstrap-select.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select .btn,
.bootstrap-select.yeardropdown .dropdown-toggle {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.bootstrap-select .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bs-caret {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	right: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 0px;
	right: 0;
	margin: 0;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border: none;
}

.bootstrap-select .caret:after {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 10px;
	right: 17px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
}

.bootstrap-select .caret:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 1px solid #000;
}

.bootstrap-select.open .caret:after {
	top: 16px;
	transform: rotate(-136deg);
	-moz-transform: rotate(-136deg);
	-webkit-transform: rotate(-136deg);
}

/*cart select*/
.bootstrap-select.yeardropdown:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	outline: none;
}

.bootstrap-select.yeardropdown .btn-default,
.bootstrap-select.yeardropdown .dropdown-toggle {
	color: #fff;
	padding: 0px;
}

.bootstrap-select.yeardropdown.btn-group .dropdown-toggle .filter-option {
	text-align: right;
	padding-right: 20px;
}

.bootstrap-select.yeardropdown  .btn-default:hover {
	color: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select.yeardropdown.open>.dropdown-toggle.btn-default {
	background-color: transparent;
	color: #fff !important;
}

.bootstrap-select.yeardropdown .open .caret:after {
	top: auto;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.yeardropdown .bs-caret {
	right: 0;
	width: 8px;
}

.bootstrap-select.yeardropdown.btn-group .dropdown-toggle .caret {
	top: 50%;
	height: 13px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

/* .bootstrap-select.yeardropdown .caret:before {
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	display: block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
} */

/* .bootstrap-select.yeardropdown .caret:after {
	top: auto;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: none;
	border-right: none;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
} */

.bootstrap-select.yeardropdown .dropdown-menu {
	border: 1px solid #272727;
	background-color: #000;
	margin: 0px;
}

.bootstrap-select.yeardropdown.btn-group .dropdown-menu li {
	border-color: #272727;
}

.yeardropdown .dropdown-menu {
	font-size: 12px;
}

.bootstrap-select.yeardropdown  .dropdown-menu>li>a {
	color: #fff;
	text-align: right;
	padding-right: 25px;
}

.bootstrap-select.yeardropdown  .dropdown-menu>li>a:focus, .bootstrap-select.yeardropdown  .dropdown-menu>li>a:hover, .bootstrap-select.yeardropdown  .dropdown-menu>.active>a, .bootstrap-select.yeardropdown  .dropdown-menu>.active>a:focus, .bootstrap-select.yeardropdown  .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #000;
}

.bootstrap-select.yeardropdown  .dropdown-menu>li.selected a {
	color: #fff;
	background-color: #000;
}

/*google-apps*/
.gapp-banner {
	background: url('http://assets.host/techfonts/imgs/background.png') no-repeat top center/cover;
	height: 588px;
}

.g-suit-img {
	margin: 0 auto 10px;
	text-align: center;
}

.gapp-banner .heading h3 {
	text-transform: none;
	margin-bottom: 0px;
}

.gapp-banner .heading h3:after {
	border-color: transparent;
}

.gapps-lowest-price {
	color: #15B04B;
	text-align: center;
	font-size: 18px;
}

span.value {
	font-size: 30px;
}

sup.currency {
	color: #fff;
}

span.startsat {
	font-size: 24px;
}

.prod-list {
	text-align: center;
	display: block;
}

.prod-list li {
	display: inline-block;
	padding: 45px 30px;
	font-size: 16px;
}

.prod-icon {
	background-image: url('https://cdn.get.tech/images/prod-sprite.png');
	display: block;
	height: 30px;
	margin: 0 auto;
	width: 30px;
	text-align: center;
}

.calender-icon.prod-icon {
	background-position: -77px 0px;
}

.hangout-icon.prod-icon {
	background-position: -41px 0px;
}

.drive-icon.prod-icon {
	background-position: -109px 0px;
}

.docs-icon.prod-icon {
	background-position: -147px 0px;
}

.sheet-icon.prod-icon {
	background-position: -179px 0px;
}

.forms-icon.prod-icon {
	background-position: -213px 0px;
}

.slides-icon.prod-icon {
	background-position: -245px 0px;
}

.sites-icon.prod-icon {
	background-position: -281px 0px;
}

.screen-wrap {
	float: left;
	width: 100%;
}

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

.mob-screen {
	background-image: url('http://assets.host/techfonts/imgs/product-desc.png');
	display: block;
	height: 392px;
	margin: 20px auto 0;
}

.screen-content p {
	font-size: 16px;
	padding: 0 10px;
}

.mob-screen.calender-screen {
	background-position: -350px 0px;
}

.mob-screen.hangout-screen {
	background-position: -720px 0px;
}

.gapps-products h4 {
	font-family: 'FuturaStdMedium';
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}

.gapps-products .custom-tabs {
	background-color: transparent;
	display: inline-block;
	text-align: center;
	margin-top: 25px;
}

.gapps-products .custom-tabs li {
	float: none;
	display: inline-block;
}

.and-seperator {
	padding: 0 30px;
}

.collabration-screen {
	background-image: url('https://cdn.get.tech/images/collabration-screen.png');
	width: 330px;
	height: 211px;
	display: block;
	margin: 20px auto 15px;
}

p.app-info {
	text-align: center;
	clear: both;
	padding: 30px 0 0;
	font-size: 16px;
}

/*custom button*/
.cust-btn {
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border: 2px solid #fff;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	outline: none;
	letter-spacing: 0.8px;
}

.cust-btn:before, .cust-btn:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	background: #15B04B;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.cust-btn:before {
	left: 0;
	top: -2px;
}

.cust-btn:after {
	right: 0;
	bottom: -2px;
}

.cust-btn span {
	display: block;
	height: 100%;	/* padding: 0px 30px; */
}

.cust-btn span:before, .cust-btn span:after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	background: #15B04B;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.cust-btn span:before {
	left: -2px;
	top: -2px;
}

.cust-btn span:after {
	right: -2px;
	bottom: -2px;
}

.cust-btn:hover {
	color: #15B04B;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.cust-btn:hover::before, .cust-btn:hover::after {
	width: 100%;
}

.cust-btn:hover::before, .cust-btn:hover::after {
	width: 100%;
}

.cust-btn:hover span::before, .cust-btn:hover span::after {
	height: 110%;
}

.cust-btn:hover span::before, .cust-btn:hover span::after {
	height: 110%;
}

.cust-btn.green-btn {
	border-color: #15B04B;
}

.cust-btn.green-btn span:before, .cust-btn.green-btn span:after, .cust-btn.green-btn:before, .cust-btn.green-btn:after {
	background: #fff;
}

.cust-btn.green-btn:hover, .cust-btn.green-btn:focus, .cust-btn.green-btn:active {
	color: #fff;
	background-color: transparent;
}

/******side nav***/
.menu-dot {
	top: 60%;
	position: fixed;
}

#moveprev {
	display: none;
}

.menu-dot li a {
	border-color: #fff;
}

.menu-dot li:hover a {
	background-color: #fff;
}

.menu-dot li.active a {
	background-color: #fff;
}

.menu-dot li.scroll-arrow a:before {
	background-color: #fff;
}

.menu-dot li.scroll-arrow a:after {
	border-color: #fff;
}

/*black dots*/
.fp-viewing-press-release .menu-dot li a, .fp-viewing-form .menu-dot li a, .fp-viewing-past-events .menu-dot li a, .fp-viewing-brand-advocate .menu-dot li a, .fp-viewing-sl-form .menu-dot li a {
	border-color: #000;
}

.fp-viewing-press-release .menu-dot li:hover a, .fp-viewing-form .menu-dot li:hover a, .fp-viewing-past-events .menu-dot li:hover a, .fp-viewing-brand-advocate .menu-dot li:hover a, .fp-viewing-sl-form .menu-dot li:hover a {
	background-color: #000;
}

.fp-viewing-press-release .menu-dot li.active a, .fp-viewing-form .menu-dot li.active a, .fp-viewing-past-events .menu-dot li.active a, .fp-viewing-brand-advocate .menu-dot li.active a, .fp-viewing-sl-form .menu-dot li.active a {
	background-color: #000;
}

.fp-viewing-press-release .menu-dot li.scroll-arrow a:before, .fp-viewing-form .menu-dot li.scroll-arrow a:before, .fp-viewing-past-events .menu-dot li.scroll-arrow a:before, .fp-viewing-brand-advocate .menu-dot li.scroll-arrow a:before, .fp-viewing-sl-form .menu-dot li.scroll-arrow a:before {
	background-color: #000;
}

.fp-viewing-press-release .menu-dot li.scroll-arrow a:after, .fp-viewing-form .menu-dot li.scroll-arrow a:after, .fp-viewing-past-events .menu-dot li.scroll-arrow a:after, .fp-viewing-brand-advocate .menu-dot li.scroll-arrow a:after, .fp-viewing-sl-form .menu-dot li.scroll-arrow a:after {
	border-color: #000;
}

.fp-viewing-press-release #moveprev, .fp-viewing-form #moveprev, .fp-viewing-past-events #moveprev, .fp-viewing-brand-advocate  #moveprev, .fp-viewing-hackathon-guide #moveprev {
	display: block;
}

.fp-viewing-press-release #movenext, .fp-viewing-form #movenext, .fp-viewing-past-events #movenext, .fp-viewing-brand-advocate  #movenext, .fp-viewing-hackathon-guide #movenext {
	display: none;
}

.contact-msg {
	margin-left: 15px;
	margin-right: 15px;
	height: 164px;
	font-size: 17px;
	border: 2px solid #15B04B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0 5px;
}

.contact-msg a {
	color: #15B04B;
}

.thank-you-msg>div {
	padding-left: 15px;
	padding-right: 15px;
	height: 164px;
	font-size: 17px;
	border: 2px solid #15B04B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.success-msg, .daily-limit {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border: 2px solid #15B04B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.success-msg h2 {
	color: #1CAF4B;
	margin-bottom: 20px;
}

#students-div .error-msg p {
	font-size: 16px;
	color: red;
	margin-bottom: 0;
}

/****Loader****/
#nprogress {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10021;
}

.load-overly {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	z-index: 10020;
	width: 100%;
	height: 100%;
}

.bar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.gear-img {
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	margin: 0 auto;
}

.gear-img:after {
	content: "";
	position: absolute;
	background: #000;
	border: 1px solid #14A144;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin: 0 auto;
	z-index: 10;
}

.gear-img img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.waves {
	position: absolute;
	z-index: 8;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAEYCAMAAAD4cCzmAAAA1VBMVEUAAAARlD4UoEQUoEQUpUYToEQToEQUokcUoUQUoUUUoEQVoUUUoEQToEQUoUQFSx0BOBQERxsCPhcFTh4DQRgDRBoCOxUPiTkGUSANfTQBNRMMdjEJZyoNezMIXCUGViIAMxIAMBEGUyEMdDAHWiQQkDwPhzgLci8NeTIKaSsLbS0JYigHWCMPhTcQjDoKaywOgTYOgDUQjjsIYCcRkj0Sl0ALcC4JZSkIXiYALxATnEIIXyYRlT8Lby0OgzYJZCgTnkMRkz4SmUESmkEToEQToUQKbSxAsO8zAAAAD3RSTlMA/vXdG+rOM2V9r06+no5bXsbfAAAV9ElEQVR42uzcQW7bMBRFUe9AJEUSAlHUlJFJ4QAdZNAEHWT/uwr/p2zv4ekeKoSv2+mDBgFyuW+5BgC6atkun0ttu+v7odM0LdStLpffMexfAHT1GsfQa/8CoMuG/ulD30ft47idpmmhfgx9ty+Pxy6apoX6OXQAuhg6cAK9LvPXawB0HUPvve92/LGLpmmhbmPo/5fU+stuF03TQt3SMXQAuhg6cALPoXvMy9A0LdSPobfe7MeOXZ2maaEOY+gfSwqz/Ph/oWlaqJ9Df+jzomlaqEO2oefQAOgKiaED8kJeLx8rQwek2dDvPvRg1R5omhbqY+g1NDvNbv9I07RQz6HzV2ABaZWhA/oYOnACDB04gTn0wtABZbUwdECeDf17DN2MqmEcWz1N00Kdyna5byXNb/z2DzRNC7W/0W3oAHSlsjF0QB1DB07Ahv6PoQPafOi3yNABZSnefOhpfBxnPqNomhZqH/oWc02H42uapoU6zzd6TgB05bgxdEAdb3TgBBg6cAIMHTgBG/qvqw09j/N6aJoWah/6LWbLPB+7Ek3TQp3j1d7oJQPQVRYb+sLQAWUlMnRAnr3R/zB0QBtDB07gGHoss55f0zQt1D7096XkcY7H/52maaGOy7sNPRYAunzoV4YOSIurvdFXhg4oi+uVoQPqeKMDJ+BDf/OhR39cLDRNC3Vc33zoMRY7/thF07RQL2Pof23oL2X80DQt1T70LQJQNoe+RAC6ftivgxS3gSiKot6BB54IWqkCpaBjS+BBQSQoGs16/0vK/79kO4NewfO9VgodKdOHkvPA0InkY+hEbxBDJ3qDfOjfyYbef3Gd7cAYK3lIMXR/EI/ssh/GWMnH0OPejjj9JcZYyTb0W5r6k7gijLGUj6ETkXJTDP1yJiLhGDqRfheGTqRfDH1j6ETSXaatD/1y+NzDGCvZh96yDd3y017ZiTGWcm6nLxu65XqEMZayDf2vDZ2IhBtyPX3VPFyISDj/ojN0Iu2GpdrQF4ZOpJwP/bMPvY/9uMEYC3lYZv+iT4b/rmHAGAs5/uk+L/3+FcZYyZN90T/nZRqISDgfemXoRNL9+EU3YYyFPBUfeumv3MeJMRbyc+hTeHq8whgr2Ye+l2zP7PL6iTEW8lR2H/rznR9+YYyFnPvQ80REuuXkQ08MnUg5H/pvG3qecjD+WBhjIccXfU1Lhz/1I2eMsZDji25Dz0Sk25JWhk6kHkMneoOWNPrQy9L1fIwxFnJ80ce0ZPsdV7zHGAu5bOPpY9yKP8r9iDDGQn4MPRzluDDGQi7Nhn5tZSEi3WLoYy1+a5cfcWKMhVzaNYZeXP1J/C2MsZBTtaFfayrxyusnxljI5Rj6610/MMZCfn7RiUi3PvQ5xf3jmf0wxkJ+DN3gSqXfFIyxkNN8P33c5y1e9efFbzDGQk7zNYaeXsVjjLGQN/ui//GhE5Fux9Cb3z4e+Q3GWMht96HvLZC254UxFnIM/bY309av/gZjLOS23+yLvlZ/lPoRYYyFXPf7MfS2xZ8jjLGQ62pDv621bfZrW5x+YIyF7EP/dRtrIyLd6mr/R/9ea6uGOPvmMcZCntebf9Fne2bXK4yxkOt4DJ2IdPvHbr3kOApDURjOLloIGCGVMVGL1ARG7syy/yX1fZik1Us49R8Tcz+7pkfU3YvepvvFa8cYC/kqeszXrS2MsZDvU7sNVnSPHeWZXWKMhfys7Ta3+syT2GPAGAv5bkUfjul5J4To5lkPK3ql6IQo5xlf9Hr6eB35gDEW8llLFN3weewOYyzk0/91L1Z0Qohuzr1Y0ffztPGZWzwYYyH3ok82ZfoxxljIUy/6dPryTPFgjIU8bV70zU6Duaz2GGMl71n0yZyX+VcYYyVn0WteeXLHGAvZ/3X/9qITQnRTvejLVi9eD8ZYyLV/0WO+bm1hjIVctyW+6B47yjO7xBgruXnR2x69z/MYMMZCrlsWvRJCdLPHF/3Y/286xljIXvTH2PZqKw78zDaMsZKP0Yp+vGz+PHaHMRZyL3rMudmN/TDGQn5dX3RCiG4+Rd/2/GUwxkJ+lSz6tvvybDFgjIWcRS+vvNnyZW+MsZKP9fZYy2vbXrbs1KbdBoyxkFuJorctqv4JxljI76ITQnTjRf9D0QnRTlvW2+91ac1nW/7yN8ZYyK1Y0eflaIQQ3RzLHEVPvDeMsZKPJb/oHlPE7zDGSu5f9HJk+oAxlnIWvRy54im2YYyVPHrRR5//eQrGWMm96DHnZjf2wxgruRedEKKcLPpSij3xy2CMlbxa0YdxWYovT4wFY6xkK/rXsBp89Ze9McZKXoco+pLO3R6MsZKz6F3vYIyV/C76mOzBGEs5iz7aZOvzYIyFnEWfx/FzNfobYyxkL/qvYR09S575hDGW8vx9+/qeY87EiDFWshf9lxWdEKIcik7ID0gWfbVpdfrbB4yxkNf5YUUfHKsd+c8HjLGSo+iPYSWEKGeg6IToh6IT8gPSiz7HWn33AWMs5Sx6v5n7a8YYS/kve+WO2zAMRMHcQlDhMuwocIPUe/9jZT9k4DM8z5Baa2i1A3bor+KcxsZxXMkzdLcXAChj/vUQOoA2d4Y+Ld9i/W8cx6V83+h3/1UjNo7jUm4zb/Q7iNOa+eA4LuUrQ19dfdLHOI4r+QkdAJQhdIAPIEL/mctuANDFdujWdo5xHFfyCn245WsPq89wHFdyHxU6ACjToS8DAF0WoQPoU6Ffc1muGjHXMhzHldyvCv1g/RiO40o+O3QAUIbQAfTxCP37mn70TBzHhbxDH+7lXiN/cRwX8h36dADQZY4OvaVGbhzHpXyH/kYe4zgu5Tt0AFAmQv99BqUDKDOuJ0LnSgeQZowdeqyzZ2wcx5V83+hBnzc4jkv5Dh0AlOnQKR3+2KtjIwZhIIii6uIqIN1gh5DE/TdlOEkOKGH9vzUeHsQ7ouheN/p6whgnufbQq9/W+oQxjnJpfKx6urHDGEdZ7qETUXIMnegP6qG7iCg5eVwWVzpRcvIxrsOaqF8Y4yDvoask1fw9B2Mc5D30u+qzJo8xTvIaOhEF5zl0lk4U3Xvo6wljHOS+0c9eujX/+mCMg2yfPXQi+rJbbrluwzAQ7aTIUryBQvoJ+BFa2f+aOiQlNzBatCgQW3U5elxPgFwcDEUrV9aSjZ5KXV9s9JqNnkpdW8todE6usaVPn/5S3hpdy7J8s0nFnj59+iv5pag3eiqVurKi0bPTU6lLK2/0VOo/UL/Ry1Lc+aLSp09/IV+UjQ4t5qPd7bGkT5/+St4bXbScJS3/gHRyVJ0b71/WlKnq30AqvqyQcrTUlnJC1Tf/cLJcOx98KL0RT1Z8YywYMQbfhAd0qy+Ks/LPjPVG1Ft6nhPWm1JiBZ+NwvmnjX7wjW7xAZBQlVptpwdkhjOqymk4Emjcqu/2kSqgUxxRo1QEZPDZ6JDE0/MRB+ggRdQ7NhN0EkwtAgjV86SCUAGozvFWUqoEZjDKgBSo/OZUirDRpaetPqnPeSiCk2tdVy5XpaL6atp//0g+avDZWNvqK1yvP+KGP4Fv84Yp9Qdle8vRBEHBSXz7PCEyWOuoed1K/vaT7hzeDiiVcrgWaW6QFNQzPzVPFWAHaU8jRwCG+Ivvg41ehY+b7PkzHoCMDlofrT0ejydHV2Qbqe6/f5iHCOJItg745OqU9B6uKWqPo/nCc0N/UzokEftyQmM0SoFf7ofy7b1AesVbR93U4qhGlDiHz0vohASkRopedS95WyNNMZ1Vb05AeovvKk5IZ6Q6In72/6Sy0au+CZwf8djytBSfXK/Xjbrfni+OCDaQBZCP8+x9IEaUzQgJeL/fv7oIaSK5VZ+QkSqO5RveowxMy+7mlPc3xtZG6SE4nm+Lk2KX9Bb3RF9ecSeNLB9rpImj+cKMkhueEd5Gyf1YmuIW2t7up+SJwGzNKd8q/p1Xc0lyG4aBKEf//228UXnBsjj3v1IgtEBVOXFsS00hzrgwC+elgQYhlhUR1tkZ7//4PDH6ohP1R/9a59JzLTmmkYJW3dTUhbMo+rartPoQFU8eTJ63OR7P0JVS73wYmxpwkbGZhjzTDtX+xEi6ii/mIsvtLiuRYlaRctexDGp2uB1b3XV8yHU1wq6+wOKhfCp53UxdnlmPWotexocce5EgArDtwWdq1g3aEitdbMyfq/VUTFD+o+LjUNpA2oV8/rybGF26VQNvCHIOUq15lndN4f4ZRauqglcv6Gg8b3Pb37TkXeNeRt0+92dyPsuBaVL6fKxfMPaTuN1WJEVcKeV1uZ6zhI6jV2qOOTg3F13Gt0uJgTkV7lUUzfiXnFfV2w6gmx7m5cuK15O63RDN7DFgdLGU/rG3OzsHqV8Fbdz/o+8E2HB/0KP35HzRPv7JPq/7M8wRk8jzPr+jN7Ou+D9iMcnUtHNd5+Y1fMhvEsoZsqF/A9oCFCa6iE8I42GeDWjKN5RDpmbXTe7CeuMuRjHr90IGOydxJ79/HoyuCX6hQc1/4tyEy99GPXjvQXun8LzPY1vmvfs02jyYqPfUfPcYNxS9/QixGXYLYYdPrycu2K3kQ/8Z6K7lFfW201zXjbFwH0YPOR/CeLuq3nYAZdNn3hnL6HVQ4vNgdM3xe/b72l5YiD0G0kdRjJnREjjev6+Mq82r3n0TRSeYdhJdwrmd5qP7ZhyhOR8q5YWc3raOD6f7ximYV3DqMel9Obmvoi3jkZlcT0ipmP4LJXvtSpESAyn+f91i2u7dyssFFAMJpN806OohYSPwvM3Xoel9FSfRlxNpERul5EN+2/wThuLAOIoXx2n1XCntqJwOaSmcCfksfwijn7PWfR1NrmrC56n1fOAu89vObCp7yjD/SDhMUbxAT8o18OBbFQcULW2BT8RnLzAeKDpsFGw5ZvM954/bWvS8/h5yihu8RDK+WHLdjroDYo4ZJhLETKinTvaArjzUmKBMWm9VUq/g+u8Z6yGzvrSau1neY/XxW1p+W46RIrYFXhRNxYfWFEb451AUVbArLz6f5dE/4yFGWzmtOdPpiTMoVPUxLYdgmIn4ECcmOwYnKNPVGxXHAnewLUe7i4WaDz3R+RFBbYU7UfdkgAY5H2fEiBfM5QJMjMzDzZlcS1vgsuYwZp8nL7l0vm1Gx4e7T11xTPYzUrrRHtb1w9y8RAEsOPmiR9ApQV1tlx9sPuQPDKOsd+cC+7v9E2Q9keAJ6Bykdae80ugpNj+N2eLaIwnffvwM7lw0SondI4l/8JWo/IyUdj3zWFY3bkZfbW+HPCXHbA+jI3gIX+fl8iHHLXbtHKfudD7k6M3QnoQsqqAeerD5LF99HrLTmLjuQsXZeqIxcYNAoUxR701K77vTlMM23ZfZzbbFRycRcom16GXvTkefhdkDksdnmPPifQmfE+q+YMST9cT3JbB2nJ5H+K7+wq73/uXhvDiPOf56v2LS623nz+gIMQZ7Bqb7Z1HM0BIoa2lMLbrzUveHxk1eeD+bo+a+cowoBkWdFxqf5Yv4PJSFo0QXVkYJHp9KCTEZ4wiHetCBtNacqeeilCGMjhF1uR1EGjw9MTLDxGDE2AQk1T9YMzmTfb+d8W4XNCKfyxcBZemJaFH2qCmLV+8QCh6lWp3GhzfYPFQsyiYL+HI5iQ+MG2bWsDB1uKPiRD2X+AjEmkdqdRqf2YfYmNjfxUBOUKHB/vNcPjMHEqLXR2CRlMBnOSjzgksJqxP1xMwceZRFHoC5MPiQ4zyPN9msxViCWG/bOlqullCS6R+JeFtI2z2C26oOKSzO5ACtCiZpUXq1OoEPYa1JpayzMAORpCe0DL+tY0b369VEBD4ICS3D4LjNqZS8esPmgatlFQBJ8w9KjslOnUguBBMURkLljubgBChX0dXpBL6Y23meZh6R9JSw3Yg84NXpLD2FErftzKhLa0yOnrPH3s6NIXiqfwQT04gckytXUm0qtBZ+HM6xtjeOHuMvFD3LB8invZ29F1P0hIECruHIHtL2pNQbUgZMI76YnHpvpOYgfl+y/OPXoGtpm9wfXswlx2EQCKItG/8dn6kX1fe/0gSXnN1IodPNGyYSWT0VFKDUPIPQjK1JrmjNuUg898/aGmT5hpYpmnGWwJhiOcZZ8jRaJZ4ttD+sTw7rEJSnUnSWHC5AIzyVe3OXFHZaaszWtJfkcMVoKi13yWEO6lDaq4P90ShNheKUNMqMiA6pZm5Nnp010QBPwC5J4jJoQJh5VxA5Bi65BlhuksUMWkYs+VQkh2WAQgOSdOxL9/muzIX3c8ucYfLUzGKDQtXrx0HPvAY9L6Sf8qyAj7g0yvho+vPMtzwB9fs9c7yZJY0yPVG6+6Pp9SHLaFBQ9f3xGQ1zKGBjkTTYISWtfhwVVM1FEllG4LH05qmAnZLLZQZV73qTzAI9TXeuN+e0hL0kk90AxS/rrVDYXCSdbTAAynA+Nt/PwTSTOXhbOvw+PdcOmi+ue8WRJ3fmsEo2y1Q9XXkSOJ7triwdfpw73kbuZxzU1R/+g8/2DpTZjK4OUJkOSYZ7s6JuTeuheUyU9GrycM9nZ4vgtWSBctnstyhhtks2rI9TFM8zsxPrVF3doqf0oIwg7ZK3ZS/Nk8cm2iXv63yTPhyTQ5OeZvaSHqzDp0Ktcd5Mq/TgGnDXB64jc3Bl6Xc1M7C4yj+Of+f8ivdkJy4zVL7ye+Y3Zh2PzWMEPdvyhAG2F+kE15yW+DJPRglvlv7bsmm9nzT7NaicxtO9qT/cl/MiXSn7X3tnkFspDARRZGODjeFMLOj7X2kGSpXWb30rs+p4ov+UKLLYPFW7mux4XNWEeudpzngOxHcfLVFEy2797BnJI0/sdi9KoCVsrJ89ey4jez/ZjK6f7bnTPx02Ssyz6/c6dvlLmyc/lniRf5v3+USJt6QzS9YWyQllql88A252CXWeXCnpcZRboOeHv3gu16N5TM7s4c6n76dngSyWkTdbxMj7fjzDU3w3O99AF7tOrB9AjtDM3g1ak6A/CKuTJ5/firyX/iwtCGBqqitMkeUR/5qz6lCkJD3JCUP+iKQy+TPvyBL1MH6A8vIQHWtuqy7UsX7Y+bT0rzmr/gBBC+uj+18ktGXyZ41woImZN0t0oj/e99JmqlWn8teQL/yStKPm7pQoygUnzZbmxH2125UEwZduCyyV4Gppq26TvASGQlkSD++Rc2tyu8NF7XTeqhl4Md3ZsgCa0g9dYpjei/37GrExkBbFf2fawRvJ6yXfH7+Z+tEuIQyRoSohOq/2vqa1wwGk6j7yfpRdzLcdvVlqepW8mOhI99LUqEfIh+fI+5+QNF62P0OkubZg/Ixk3aYBKPGbkQ+Q5bZDsk9qA4TJrvcl15/PUmvUwptxp9iOgSyXUnN6H+YIu4isNb4NM9cyjuQ0ry11Rr6NM/JtbwzTEOs4N3PZ8zvJFIeauE7+qDne5FaPsg6oiFTXstd2m8L1GNF0OVqOKYiEkGKuZaDu/Icj39ZDRz5onHOpXxNPuY70gvzw4cOv4w8tMTaJWBomBAAAAABJRU5ErkJggg==') repeat-x;
	background-size: cover;
	margin-left: 0px !important;
	animation: waves 5s infinite ease-in-out alternate;
	-webkit-animation: waves 5s infinite ease-in-out alternate;
	-moz-animation: waves 5s infinite ease-in-out alternate;
}

@keyframes waves {
	0% {
		background-position-x: -10px;
	}

	100% {
		background-position-x: -500px;
	}

}

@-webkit-keyframes waves {
	0% {
		background-position-x: -10px;
	}

	100% {
		background-position-x: -500px;
	}

}

.loading-text {
	color: #fff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 3px;
	padding: 30px 10px 0 25px;
}

.loading-text span {
	animation: dots 1.6s infinite both;
}

.loading-text span:nth-child(2) {
	animation-delay: .4s;
}

.loading-text span:nth-child(3) {
	animation-delay: .6s;
}

@keyframes dots {
	0% {
		opacity: 0.1;
	}

	30% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
	}

}

@-webkit-keyframes dots {
	0% {
		opacity: 0.1;
	}

	30% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
	}

}

/****Loader end*********/
.home-contact-page .help.is-danger {
	position: absolute;
}

.modal-open {
	overflow: hidden !important;
}

.agreement-modal .modal-dialog {
	width: 65%;
}

.agreement-link {
	cursor: pointer;
}

.agreement-modal .heading h3 {
	color: #000;
	margin: 25px auto;
}

.agreement-modal p {
	padding-bottom: 15px;
}

.agreement-modal p a {
	color: #15B04B;
}

.modal-header {
	border-color: transparent;
}

.thumb-link a:hover, .thumb-link a:hover .green-text, .logo-url a:hover, .news-content a:hover, .download-box a:hover {
	color: #15B04B;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.pr-title a:hover, .past-events .event-desc a:hover h5 {
	color: #111;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.recent-post .news-content a:hover h4, .upcoming-events .event-desc a:hover h5, .hackathons-detail .location-wrap a:hover {
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

/**Responsive menu**/
.mobile-nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 350px;
	height: 100%;
	background: #000;
	padding: 80px 20px 50px;
	margin-right: -350px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-nav.showslide {
	margin-right: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.mobile-nav .navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 20px;
	letter-spacing: 1px;
	color: #989898;
}

.mobile-nav .nav>li>a:focus, .mobile-nav .nav>li>a:hover, .mobile-nav .nav>li.active>a:hover, .mobile-nav .nav>li.active>a {
	color: #15B04B;
	background: transparent;
	border: none;
	transition: linear 0.25s;
	-webkit-transition: linear 0.25s;
	-moz-transition: linear 0.25s;
	-ms-transition: linear 0.25s;
}

.mobile-nav .nav-cart {
	display: none;
}

.mobile-nav .navbar-nav>li {
	float: none;
}

.mobile-nav .navbar-nav>li>a:before {
	background: transparent;
}

.mobile-nav .open>.dropdown-menu {
	position: relative;
	background: transparent;
	font-size: 16px;
	margin-bottom: 20px;
}

.mobile-nav .nav .open>a, .mobile-nav .nav .open>a:focus, .mobile-nav .nav .open>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.mobile-nav .navbar-nav>li>a:hover .down-caret, .mobile-nav .dropdown.active .down-caret {
	border-color: #15B04B;
}

.mobile-nav .dropdown-menu>li>a:focus, .mobile-nav .dropdown-menu>li>a:hover, .mobile-nav .dropdown-menu>.active>a, .mobile-nav .dropdown-menu>.active>a:focus, .mobile-nav .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: transparent;
}

.mobile-cart {
	float: right;
	position: relative;
	padding: 21px 15px 10px;
}

.mobile-cart sup {
	top: -1.5em;
}

.mobile-cart .empty-cart-tooltip {
	right: -62px;
}

#nav-icon5 {
	width: 25px;
	height: 15px;
	position: relative;
	top: 50%;
	margin: 25px 15px 20px 5px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
}

#nav-icon5 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon5 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon5 span:nth-child(2) {
	top: 6px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon5 span:nth-child(3) {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon5.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 0px;
}

#nav-icon5.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon5.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: 0;
}

#nav-icon5, .mobile-cart, .mobile-nav {
	display: none;
}

.menu-open {
	overflow-y: hidden;
}

.agreement-modal pre {
	padding: 0 15px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 14px;
	line-height: 26px;
	font-family: 'futura_ltregular';
	color: #000;
	word-break: unset;
	word-wrap: unset;
	white-space: pre-wrap;
	padding-bottom: 15px;
}

.agreement-sub-points {
	padding-top: 50px;
}

.no-event-msg {
	text-align: center;
	padding: 20px 0 100px;
	font-size: 18px;
}

.modal-grey-bg {
	background: #F0F1F2;
}

.reset-padding-right {
	padding-right: 0 !important;
}

/**Loader new**/
body .vertical-centered-box {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

body .vertical-centered-box:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

body .vertical-centered-box .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loader-container {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	height: 100%;
	width: 100%;
}

.loader-container img,
.loader-container svg {
	width: 100px;
}

.loader-tech {
	width: 100px;
}

.loader-tech .st0 {
	fill: #16B14B;
}

.loader-tech .st1 {
	fill: #FFFFFF;
}

.loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-left: -90px;
	margin-top: -90px;
}

.loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90px;
	height: 180px;
	margin-left: -90px;
	margin-top: -90px;
	overflow: hidden;
	-webkit-transform-origin: 90px 90px;
	-moz-transform-origin: 90px 90px;
	-ms-transform-origin: 90px 90px;
	-o-transform-origin: 90px 90px;
	transform-origin: 90px 90px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	-webkit-animation: rotate 1.2s infinite linear;
	-moz-animation: rotate 1.2s infinite linear;
	-o-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#particles-background, #particles-foreground {
	left: -51%;
	top: -51%;
	width: 202%;
	height: 202%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	-moz-transform: scale3d(0.5, 0.5, 1);
	-ms-transform: scale3d(0.5, 0.5, 1);
	-o-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
	background: #000;
}

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

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

}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}

}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
	}

}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}

}

@-moz-keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}

}

@-o-keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}

}

@keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}

}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

.media-coverage .heading >.sub-title {
	display: none;
}

.news-content {
	position: relative;
	height: 100%;
}

.site-box a:hover .thumb-url, .by-line a:hover {
	color: #15B04B;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
}

.slider-bg {
	background: url(https://cdn.get.tech/images/slider-bg.jpg) no-repeat center/cover;
	text-align: center;
}

.hide-show-more {
	margin-top: 0px;
}

.hide-show-more a {
	display: none;
}

.flex-modal>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 20px;
	width: 100%;
}

.flex-modal .md-content {
	top: 0 !important;
	left: 0 !important;
	transform: translate(0,0) !important;
}

.invoices{
	width: 65%;
	margin: 0 auto 50px;
	padding: 40px 30px 50px;
}

.invoices ul{
	width: 100%;
    display: inline-block;
	margin: 0 auto;
	background: #e4e4e47a;
    padding: 5px 10px;
}

.invoices ul li{
	vertical-align: top;
	float: left;
	vertical-align: top;
    width: 30%;
	display: inline-block;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #98989847;
}

.invoices ul li.invoices__copy {
	width: 70%;
	font-family: FuturaStdMedium;
}

.invoices ul li:nth-last-child(1), .invoices ul li:nth-last-child(2),{
	border-bottom: none;
}
.invoices__copy p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.invoices__amount{
	color: #15b04b;
}

.powered-by-stripe {
    text-align: center;
}

.invoices .btn-center{
	margin: 16px auto 40px;
}

#payment-form{
	margin: 20px auto;
	padding: 0;
}
#payment-form .form-row{
	background: #e4e4e47a;
	padding: 15px 20px 15px;
}
.form-row label{
  font-family: 'futura_ltbold';
}
.form-row::-webkit-input-placeholder { 
  color: #000;
}
.form-row::-moz-placeholder { 
  color: #000;
}
.form-row:-ms-input-placeholder { 
  color: #000;
}
.form-row:-moz-placeholder { 
  color: #000;
}
.bfcm-text {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	font-family: FuturaLTLight;
	font-size: 18px;
	line-height: 28px;
}


@media (min-width:1440px) {
	.full-container {
		width: 75%;
		margin: 0 auto;
	}

}

@media (min-width:992px) {
	#partner-tabs .custom-tabs>li {
		width: 20%;
		display: table;
		vertical-align: middle;
		height: 78px;
	}

	#partner-tabs .custom-tabs>li a {
		padding: 0 20px;
		line-height: 22px;
		border: none;
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}

}

@media (max-width:1440px) {
	.hackathons-detail {
		margin: 50px 0 0;
	}

	footer {
		padding: 15px;
	}

	.button-box.button-box--float:not(.button-box--floating) {
		bottom: 57px;
	}

	/**home page**/
	.banner-caption h1 {
		line-height: 65px;
		font-size: 40px;
	}

	.banner-caption .green-block {
		line-height: 55px;
	}

	.section .heading h3, .heading h3 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.tech-industry .fp-tableCell {
		padding-top: 0px;
	}

	.gray-number-box {
		padding: 30px 30px 20px;
	}

	.tech-listing li {
		padding: 5px 20px;
	}

	.tech-listing {
		margin: 40px auto 150px;
		width: 95%;		/* clear: both; */
	}

	.sub-heading--2 {
		margin-bottom: 40px
	}

	.list-box span {
		height: 45px;
		margin-bottom: 20px;
	}

	.tick {
		height: 32px;
	}

	.wheel, .scissor, .tag {
		height: 40px;
	}

	.nos-box p {
		font-size: 26px;
		line-height: 46px;
		margin-bottom: 0px;
	}

	#menu, #menu1 {
		width: 22px;
		right: 20px;
	}

	#menu li, #menu1 li {
		padding: 6px;
	}

	#menu li a, #menu1 li a {
		height: 10px;
		width: 10px;
	}

	.desc-text h4 {
		margin-bottom: 12px;
		font-size: 15px;
		line-height: 24px;
	}

	.stories-wrap .heading {

		/* margin-bottom: 10px; */
	}

	.story-text {
		font-size: 15px;
	}

	.by-line strong {
		margin-bottom: 2px;
	}

	.logo-url {
		margin: 15px 0 12px;
	}

	.logo-url a {

		/* margin-bottom: 4px; */
		font-size: 16px;
	}

	.nav-arw {
		width: 70px;
	}

	.slider-controls {
		margin: 50px auto 0;
	}

	.heading h3:after {
		margin: 10px auto 0;
	}

	.stories-wrap  .fp-tableCell {
		padding-top: 70px;
	}

	.use-case-wrap .btn-center {
		margin: 25px auto 25px;
	}

	.carousel-3d-slider {
		width: 455px !important;
	}
	.carousel-3d-container, .carousel-3d-slider {
	  height: 380px !important;
	}

	.carousel-3d-container[data-v-c06c963c] {
		margin: 0 auto !important;
	}

	.use-case-wrap .fp-tableCell {
		vertical-align: bottom;
	}

	.thumb-item {
		padding: 12px;		/* width: 400px */
	}

	.thumb-link {
		height: 100px;
	}

	.thumb-link span {
		font-size: 14px;
	}

	.thumb-link a {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.home-news, .contact-wrap {
		padding: 80px 0 50px;
	}

	#section5 .heading h3 {
		margin-bottom: 50px;
	}

	/**Login/sign-up**/
	.modal-wrap.loginModal {
		width: 500px;
	}

	.md-content {
		padding: 40px 40px 25px;
	}

	.registration-container .form-group {
		margin-bottom: 15px;
	}

	.registration-container .submit-btn {
		margin: 10px auto;
	}

	.new-account {
		margin-top: 25px;
		padding-top: 30px;
	}

	.registration-container .heading h3 {
		margin-bottom: 30px;
	}

	/*404 page*/
	.top-spacer.page-404 {
		padding-top: 50px;
	}

	.top-space {
		width: 70%;
	}

	.top-space img {
		width: 100%;
	}

	.glow-part img {
		width: 75%;
	}

	.pnp-text {
		margin-top: -60px;
	}

	.wrap-404 h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.wrap-404 p {
		font-size: 16px;
		line-height: 35px;
	}

	.wrap-404 .btn-center {
		margin: 50px auto 0;
	}

	/*signup page*/
	.regModal {
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
	}

	.regModal .md-content {
		width: 730px;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.create-account small {
		font-size: 13px;
	}

	.logo-slide {
		padding: 20px 30px;
	}

}

@media (min-width:1200px) {
	.event-thumb .img-scale img {
		width: 100%;
	}

	/**submenu on hover**/
	li.dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		margin-top: -1px !important;
		transition: 0.25s ease-out;
		-webkit-transition: 0.25s ease-out;
		-moz-transition: 0.25s ease-out;
		-ms-transition: 0.25s ease-out;
	}

	.navbar-nav .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		margin-top: 15px !important;
		transition: 0.25s ease-out;
		-webkit-transition: 0.25s ease-out;
		-moz-transition: 0.25s ease-out;
		-ms-transition: 0.25s ease-out;
	}

}

@media (max-width:1200px) {
	.download-box ul {
		width: 70%;
	}

	.form-wrapper {
		padding-top: 60px;
	}

	.prog-desc p {
		min-height: 160px;
	}

	/* #partner-tabs .custom-tabs>li:nth-child(2) a {
		line-height: 23px;
		padding: 15px 20px;
	}

	.livesite-container .custom-tabs>li:nth-child(5) a {
		padding: 10px 20px;
	} */
	.partners-logo {
		padding: 50px 0;
	}

	.plogo-wrap a {
		padding: 30px 40px;
	}

	.top-spacer {
		padding-top: 100px;
	}

	.event-desc {
		width: 70%;
	}

	.right-event .right-btn {
		width: 30%;
	}

	.event-thumb {
		width: 75%;
		padding: 0 15px;
	}

	.event-timing {
		padding: 30px 15px 20px 10px;
		width: 25%;
	}

	.thumb-url .pull-left {
		margin-bottom: 10px;
	}

	.thumb-url .common-btn {
		height: 35px;
		line-height: 35px;
		width: 100%;
		text-align: center;
		margin: 10px auto;
		float: none;
		display: block;
		clear: both;
	}

	.site-box {
		margin: 15px 0;
	}

	/***Navigation**/
	#nav-icon5, .mobile-cart, .mobile-nav {
		display: block;
	}

	#navbar {
		display: none;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-nav>li {
		float: none;
	}

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

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px;
	}

	.navbar-brand>img {
		width: 75px;
	}

	.navbar-brand {
		padding: 15px 25px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-toggle .icon-bar {
		width: 25px;
	}

	.navbar-toggle {
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.navbar-default .navbar-toggle {
		border-color: transparent;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}

	.fp-viewing-tech-domain .navbar-default {
		background-color: #000;
	}

	.fp-viewing-tech-domain .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a {
		padding: 15px 20px;
	}

	.navbar-default {
		height: auto;
	}

	.navbar-right {
		padding-right: 0px;
		margin-right: 0px;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 430px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 8px 50px;		/* border-color: #15B04B; */
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #989898;
		background-color: #f5f5f5;
	}

	.dropdown-menu>li>a {
		text-align: left;
	}

	/**Navigation end**/
	.use-case-wrap .fp-tableCell {
		vertical-align: middle;
		padding-top: 20px;
	}

	.tech-listing {
		margin: 50px auto 200px;
		width: 95%;
	}

	.tech-listing li {
		padding: 20px;
	}

	.gray-number-box {
		padding: 50px 30px;
	}

}

@media (max-width:1024px) {

	/**Live sites**/
	.site-thumb {
		min-height: 150px;
	}
	.influencers-counter>div {
		font-size: 10px;
	}
	.influencers-counter svg {
    height: 22px;
  }

}

@media (max-width:992px) {
	.custom-accordion {
		margin: 15px auto;
	}

	.common-page .menu-dot {
		display: none;
	}

	.carousel-3d-controls .next, .carousel-3d-controls .prev {
		width: 45px !important;
	}

	.agreement-modal .modal-dialog {
		width: 80%;
	}

	.agreement-modal pre {
		line-height: 22px;
	}

	/**loader**/
	.gear-img {
		width: 120px;
		height: 120px;
	}

	.loading-text {
		font-size: 14px;
		padding-left: 15px;
		padding-top: 15px;
		padding-right: 0;
		margin-top: -11px;
	}

	.programme-box {
		float: left;
		width: 100%;
		padding-top: 50px;
	}

	.prog-desc p {
		min-height: 185px;
	}

	.hacathons-wrap .sub-title {
		font-size: 16px;
	}

	.use-case-wrap .fp-tableCell {
		padding-top: 0px;
	}

	.carousel-3d-slider {
		width: 281px !important;
	}

	.carousel-3d-container, .carousel-3d-slider {
		height: 290px !important;
	}

	.common-page .section:first-child {
		padding-top: 0;
	}

	.report-mail .sub-title {
		font-size: 18px;
	}

	.heading {
		padding: 0 20px;
	}

	.heading h3, .section .heading h3 {
		font-size: 20px;
		line-height: 33px;
	}

	.heading h3:after {
		margin: 10px auto 0;
		border-bottom: 2px solid;
		width: 75px;
	}

	.section .heading h3 {
		margin-bottom: 40px;
	}

	#partner-tabs .custom-tabs>li a {
		line-height: 23px;
		padding: 15px 20px;
	}

	/* responsiove tab*/
	.nav-tabs-responsive > li {
		display: none;
		width: 25%;
	}

	.nav-tabs-responsive > li > a {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		width: 100%;
		width: 100%;
		text-align: center;
		vertical-align: top;
	}

	.nav-tabs-responsive > li.active {
		width: 40% !important;
	}

	.nav-tabs-responsive > li.active:first-child {
		margin-left: 30%;
	}

	.nav-tabs-responsive > li.active:last-child {
		margin-right: 30%;
	}

	.nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
		display: block;
	}

	.nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
		width: 30% !important;
		height: auto;
		transform: scale(0.9) rotate(0deg);
		-webkit-transform: scale(0.9) rotate(0deg);
		-moz-transform: scale(0.9) rotate(0deg);
		-ms-transform: scale(0.9) rotate(0deg);
	}

	.nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
		-webkit-transition: none;
		transition: none;
	}

	.nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
		display: none;
	}

	.nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.hackathons-detail li {
		width: 25%;
		padding: 30px;
	}

	.hackathons-detail {
		margin: 30px 0 0;
	}

	.tab-navigation {
		display: none;
	}

	.hackathon-slider {
		padding: 0px;
	}

	.left-event {
		width: 45%;
	}

	.right-event {
		padding-left: 15px;
		width: 55%;
	}

	.event-timing {
		padding: 10px 15px;
	}

	.date-meta {
		font-size: 20px;
	}

	.date-meta span {
		font-size: 13px;
		padding: 5px 0 0;
	}

	.date-meta:after {
		height: 2px;
		margin-top: 5px;
	}

	.event-desc {
		width: 65%;
	}

	.right-event .right-btn {
		width: 35%;
		text-align: right;
	}

	.right-event .right-btn .common-btn {
		padding: 0 19px;
	}

	.box-layout {
		padding: 0;
		margin-bottom: 40px;
	}

	.thumb-url {
		width: 100%;
	}

	.thumb-url  .common-btn {
		padding: 0 10px;
		text-align: center;
		font-size: 12px;
		width: 80%;
	}

	.form-wrapper {
		padding: 50px 0 0;
	}

	.horizontal-form {
		padding: 50px 50px;
	}

	.horizontal-form .form-group {
		padding: 0 10px;
	}

	.pr-left {
		width: 80%;
	}

	.pr-right {
		width: 20%;
	}

	article.recent-post {
		padding: 30px 15px;
	}

	.recent-post .news-content {
		padding: 0px;
	}

	.media-container article {
		padding: 25px 15px;
	}

	.news-content {
		padding-top: 20px;
	}

	.news-content h4 {
		margin-bottom: 5px;
	}

	.recent-post .news-content h4 {
		font-size: 16px;
	}

	.news-content p {
		padding: 15px 0 25px;
	}

	.section,
	.home-news,
	.contact-wrap {
		padding: 40px 0;
	}

	.tech-industry {
		padding-bottom: 0;
	}

	.tech-listing {
		margin: 60px auto 50px;
		width: 100%;
	}

	.cus-container {
		position: relative;
		bottom: -1px;
		left: auto;
		right: auto;
	}

	.gray-number-box {
		padding: 40px 0px;
		width: 90%;
	}

	.tech-listing li, .gray-number-box li {
		padding: 0 10px;
	}

	.wheel, .scissor, .tag, .recall {
		height: 40px;
	}

	.tick {
		height: 30px;
	}

	.logo-url {
		margin: 20px 0 15px;
	}

	.img-thumb {
		margin: 0px;
	}

	.logo-url a {
		margin-bottom: 0px;
	}

	.desc-text h4 {
		margin-bottom: 20px;
		font-size: 15px;
	}

	.use-case-wrap .btn-center {
		margin-bottom: 0px;
	}

	#section5 {
		padding: 0px;
	}

	.logo-slide {
		padding: 10px 50px;
	}

	.main-banner {
		height: 100vh;
		width: 100%;
		display: table;
		vertical-align: middle;
		padding: 0;
	}

	.main-banner .container {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.search-form-wrap {
		width: 90%;
	}

	.partners-logo li {
		width: 33.3%;
	}

	.plogo-wrap img {
		text-align: center;
		margin: 0 auto;
	}

	#partner-tabs .custom-tabs>li {
		width: auto;
	}

	/**live sites**/
	.site-thumb {
		min-height: 150px;
	}

	.site-showcase {
		width: 33.1%;
	}

	.livesite-container #section0, .newsroom-wrap #section0 {
		padding-bottom: 0;
	}

	.livesite-container #section1, .hacathons-wrap  #section1, .newsroom-wrap #section1 {
		padding: 0;
	}

	/***students***/
	.student-wrap .v-middle {
		height: 100%;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.student-wrap .main-banner .container {
		display: block;
	}

	/***horizontal-scroller***/
	.horizontal-scroller {
		max-width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		display: block;
		background-color: #1A1A1A;
		margin: 15px 0 50px;
	}

	.horizontal-scroller .custom-tabs {
		display: inline-block;
		white-space: nowrap;
		width: auto;
		float: none;
		margin: 0px;
	}

	.site-wrapper .horizontal-scroller .custom-tabs li, .horizontal-scroller .custom-tabs li {
		width: auto;
		white-space: normal;
		display: inline-block;
		float: none;
		margin-right: -4px;
	}

	.horizontal-scroller .custom-tabs>li>a, .livesite-container .custom-tabs>li:nth-child(5) a {
		padding: 15px 25px;
	}

	.horizontal-scroller::-webkit-scrollbar {
		display: none;
	}

	.horizontal-scroller::-moz-scrollbar {
		display: none;
	}

	.horizontal-scroller::-ms-scrollbar {
		display: none;
	}

	#partner-tabs .horizontal-scroller {
		margin: 50px 0 0;
	}

	.partners-logo {
		padding: 30px 0;
	}

	#fullpage footer {
		display: none;
	}

	#menu, #menu1 {
		display: none;
	}

	/*startup*/
	.startup-mails .heading h3 {
		margin: 0;
	}

	.startup-mails .horizontal-form {
		padding: 50px 40px;
	}

	.startup-mails p br {
		display: block;
	}

	.hackathonfaq-wrap {
		padding: 50px 0 0;
	}

	.hackathonfaq-wrap .custom-accordion {
		margin: 50px auto;
	}

	/*startup*/
	.report-abuse {
		padding: 50px 0 40px;
	}

	/*newsroom*/
	.recent-post .article-date {
		font-size: 13px;
	}

}

@media (max-width:768px) {
	.fot-social {
	  padding-left: 0;
	}
	.influencers-counter>div {
		font-size: 10px;
	}
	.influencers-counter svg {
		height: 20px;
		display: block;
		margin: 0 auto;
	}
}
@media (max-width:767px) {
	.dark-overlay::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgba(0,0,0,0.6);
		z-index: 0;
	}
	.news-content h4 {
		height: auto;
		margin-bottom: 15px;
	}

	.modal-open {
		position: fixed;
	}

	.agreement-modal .modal-dialog {
		width: 90%;
		margin: 50px auto;
	}

	.agreement-modal pre {
		padding: 0;
	}

	.agreement-modal .heading h3 {
		margin: 25px auto 0;
		font-size: 18px;
		line-height: 30px;
		padding-top: 15px;
	}

	.startup-mails .horizontal-form {
		padding: 30px 10px 50px;
	}

	.programme-box {
		padding-top: 20px;
	}

	.prog-desc p {
		min-height: auto;
	}

	#menu, #menu1, .menu-dot {
		right: 5px;
	}

	.menu-dot {
		display: none;
	}

	.heading {
		padding: 0px;
	}

	/******Navigation*****/
	.navbar-brand {
		padding: 15px 16px;
	}

	.navbar-toggle {
		margin-top: 15px;
		margin-right: 15px;
	}

	.navbar-right {
		margin-right: -15px;
	}

	.navbar-collapse {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.mobile-nav {
		width: 300px;
		margin-right: -300px;
		padding: 70px 30px 50px;
	}

	.mobile-nav .navbar-nav>li>a {
		font-size: 16px;
		padding: 12px 15px;
	}

	.mobile-nav .open>.dropdown-menu {
		font-size: 14px;
		margin-bottom: 5px;
	}

	/*****Navigation end******/

	/****Login/Sign-up****/
	.registration-container {
		padding-top: 25px;
	}

	.modal-wrap {
		width: 100% !important;
	}

	.modal-wrap.regModal {
		/* width: 90% !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		height: 90%; */
	}

	.regModal .md-content {
		width: 100%;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
	}

	.modal-wrap.loginModal {
		overflow-y: auto;
		overflow-x: hidden;
		width: 90% !important;
		top: 50%;
		left: 50%;
		height: 90%;
	}

	.md-content {
		padding: 25px 20px 15px;
	}

	.registration-container .heading h3 {
		font-size: 18px;
		line-height: 30px;
	}

	/****Login/Sign-up****/
	.heading h3 {
		margin-bottom: 30px;
	}

	.new-account {
		margin-top: 20px;
		padding-top: 25px;
	}

	.hacathons-wrap .heading .sub-title, .sub-title {
		font-size: 16px;
		line-height: 26px;
	}

	.hacathons-wrap .heading p br {
		display: none;
	}

	.partners-logo {
		padding: 30px 0;
	}

	.partners-logo li {
		width: 50%;
	}

	#hackthons-workshop li, #startup-community li {
		width: 100%;
	}

	.plogo-wrap a {
		padding: 15px;
	}

	.form-wrapper {
		padding: 40px 0 0;
	}

	.horizontal-form {
		padding: 35px 10px;
	}

	.form-wrapper h5 {
		padding: 0 20px;
	}

	.horizontal-form .form-group {
		margin-bottom: 20px;
		padding: 0 !important;
	}

	.horizontal-form .submit-btn {
		margin: 20px auto 10px;
	}

	.parsley-errors-list {
		position: static;
	}

	.location-wrap {
		text-align: center;
	}

	.last-line {
		margin: 30px 0 10px;
		font-size: 15px;
	}

	.event-container .last-line {
		margin: 30px auto;
	}

	.hackathons-detail li {
		width: 100%;
		padding: 20px 15px;
		height: auto;
	}

	/* .hackathon-slider {
		padding: 0 60px;
	} */
	.btnPrevious {
		left: 15px;
		height: auto;
	}

	.btnNext {
		right: 15px;
		height: auto;
	}

	.slider-tab .nav-arw {
		width: 35px;
		vertical-align: middle;
	}

	.total-event li {
		vertical-align: top;
		margin: 0 20px;
	}

	.total-event li strong {
		font-size: 24px;
		line-height: 44px;
	}

	.total-event li span {
		font-size: 18px;
		line-height: 25px;
	}

	.total-event {
		padding: 20px 10px;
		margin-top: 20px;
	}

	.left-event, .right-event {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.right-event {
		padding-left: 25%;
	}

	/* .event-thumb div {
		height: 110px !important;
	} */

	.event-desc {
		width: 100%;
		padding: 20px 15px;
	}

	h5 {
		font-size: 16px;
	}

	.event-desc span {
		font-size: 13px;
	}

	.event-desc p {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 0px 0px;
	}

	.right-event .right-btn {
		width: 100%;
		text-align: left;
		padding: 0 15px;
		display: none;
	}

	.common-btn {
		padding: 0 25px;
		height: 43px;
		line-height: 43px;
		font-size: 12px;
	}

	.media-wrap {
		margin-top: 10px;
	}

	.event-details .btn-center {
		margin: 40px auto;
	}

	.event-details h4 {
		padding: 40px 0;
		text-align: center;
		font-size: 18px;
	}

	.site-showcase {
		width: 100%;
		padding: 0 10px;
	}

	.site-box {
		margin: 20px 0;
		padding: 16px 16px 0 16px;
	}

	.site-thumb {
		min-height: 200px;
	}

	.site-box .thumb-url {
		padding: 10px;
		font-size: 16px;
		width: 100%;
	}

	.site-thumb img {
		width: 100%;
	}

	.thumb-url .pull-left {
		margin-bottom: 0;
		width: 65%;
		word-break: break-all;
		line-height: 20px;
	}

	.thumb-url .common-btn {
		width: 30%;
		margin: 0px auto;
		float: right;
		clear: none;
	}

	.more-less {
		top: 5px;
	}

	.custom-accordion .panel-title > a:before {
		top: 10px;
	}

	.panel-title {
		line-height: 26px;
	}

	.custom-accordion .panel-body {
		padding: 20px;
	}

	.custom-accordion .panel-body p {
		padding: 0 0px 8px 20px;
		font-size: 14px;
	}

	/********home page********/
	.sub-heading {
		padding: 0 30px;
	}

	.contact-form .sub-heading {
		padding: 0;
	}

	.sub-heading--2 {
	  margin-bottom: 30px;
	}

	.sub-title, .hacathons-wrap .sub-title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.section {
		padding: 40px 0;
	}

	#section5 {
		padding: 0;
	}

	.home-news, .contact-wrap, .press-wrap {
		padding: 40px 0;
	}

	.press-wrap .sub-title {
		font-size: 20px;
		line-height: 30px;
	}

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

	/* .contact-text p:first-child {
		padding-bottom: 4px;
	} */
	.contact-text p {
		padding: 4px 0;
		font-size: 16px;
	}

	.contact-text p a {
		display: inline-block;
	}

	.contact-form {
		margin-top: 30px;
	}

	.contact-form .form-group {
		padding: 0 25px;
	}

	.home-contact-page .submit-btn {
		width: 140px;
	}

	.submit-btn {
		text-align: center;
		margin: 0 auto;
		float: none;
		min-width: 140px;
		padding: 0;
	}

	.submit-btn input[type=submit] {
		width: 100%;		/* padding: 0; */
	}

	.home-news .heading h3, .section .heading h3 {
		margin-bottom: 20px;
	}

	.logo-slide {
		padding: 0 20px;
		margin: 0 auto;
		display: inline-block;
	}

	#section5 .heading h3 {
		margin-bottom: 30px;
	}

	.slide-item.slick-slide {
		width: 65vw;
	}

	.carousel-3d-controls[data-v-43e93932] {
		width: 95% !important;
	}

	.nav-arw {
		width: 50px;
	}

	.web-slider-wrap .prev {
		bottom: 25px;
		left: 5%;
	}

	.web-slider-wrap .next {
		bottom: 25px;
		right: 5%;
	}

	.next svg {
		vertical-align: top;
	}

	.thumb-link a {
		font-size: 15px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.thumb-link span {
		font-size: 13px;
	}

	.use-case-wrap .btn-center {
		margin-bottom: 0;
	}

	.story-text {
		text-align: center;
		padding: 50px 0 15px;
	}

	.slick-slide img {
		margin: 0 auto;
		text-align: center;		/* width: 50%; */
	}

	.logo-url {
		margin: 25px 0 15px;
		text-align: center;
	}

	.logo-url:after {
		width: 80px;
		margin: 0px auto;
	}

	.desc-text h4 {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.by-line {
		font-size: 14px;
		line-height: 24px;
	}

	.by-line strong {
		margin-bottom: 3px;
	}

	.post-navigation li {
		font-size: 15px;
	}

	.wheel, .scissor, .tag, .recall {
		height: 35px;
	}

	.tick {
		height: 30px;
	}

	.list-box span {
		height: 40px;
		margin-bottom: 15px;
	}

	.tech-listing {
		margin: 30px auto;
		width: 100%;
	}

	.tech-listing li {
		width: 33.3%;
		padding: 25px 5px;
	}

	.gray-number-box li {
		width: 50%;
		padding: 15px 10px;
	}

	.gray-number-box {
		padding: 30px 20px;
	}

	.tech-industry {
		padding-bottom: 0;
	}

	.tech-inner {
		height: auto;
		position: relative;
	}

	p.help.is-danger {
		font-size: 13px;
	}

	.banner-caption {
		padding: 100px 0;
	}

	.banner-caption h1 {
		font-size: 28px;
		line-height: 38px;
		padding: 0 30px 10px;
	}

	.banner-caption .green-block {
		line-height: 35px;
	}

	.list-box h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.nos-box p {
		font-size: 20px;
		line-height: 35px;
	}

	.heading h3, .section .heading h3 {
		font-size: 22px;
		line-height: 34px;
	}

	.tech-industry .sub-heading {
		font-size: 16px;
		line-height: 26px;
	}

	.stories-wrap.section .heading h3 {
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.green-block {
		line-height: 26px;
		/* font-size: 24px; */
		font-size: 22px;
	}

	.main-banner p:not(.help) {
		font-size: 18px;
		line-height: 30px;
		/* margin: 45px 0 20px;  *//* Temp - Uncomment Later */
		margin: 30px 0 0; /* Temp - Remove Later */
	}

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

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

	.search-domain,
	.search-domain-tech-span,
	.typed-input {
		height: 50px;
		padding: 10px;
		float: left;
	}

	.search-domain-tech-span,
	.typed-input {
		line-height: 28px;
	}

	.search-domain-div .search-domain {
		padding-right: 50px;
	}

	.search-form-wrap button {
		height: 50px;
		padding: 0px;
	}

	.search-tool, .search-icon {
		width: 28px;
	}

	footer {
		padding: 15px 10px;
	}

	.fot-social {
		padding-left: 0;
		padding: 10px 0 0;
	}

	.nav-tabs-responsive > li.active:last-child {
		margin-right: 25%;
	}

	.nav-tabs-responsive > li.active:first-child {
		margin-left: 25%;
	}

	.nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
		width: 25% !important;
	}

	.nav-tabs-responsive > li.active {
		width: 50% !important;
	}

	#partner-tabs .custom-tabs>li a {
		padding: 15px 25px;
	}

	.slider-tab, .custom-tabs {
		margin-top: 40px;
	}

	.hackathon-slider li a {
		padding: 15px 10px;
	}

	.prog-desc {
		padding: 20px 20px 30px;
	}

	.prog-desc p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.recent-post .news-content {
		padding-top: 20px;
	}

	.source img {
		width: 150px;
	}

	.btn-center {
		margin: 30px auto 40px;
	}

	.news-content .common-btn {
		display: none;
	}

	.pr-left {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}

	.pr-right {
		width: 100%;
		text-align: center;
		margin: 20px auto 10px;
		display: none;
	}

	.pr-right a {
		float: none !important;
	}

	.pr-title a {
		font-size: 16px;
	}

	.pr-left p {
		font-size: 15px;
		line-height: 24px;
		margin: 5px 0;
	}

	.article-date {
		font-size: 13px;
	}

	.pr-holder:last-child {
		margin-bottom: 0px;
	}

	.download-box {
		padding: 20px 20px 15px;
		font-size: 16px;
		line-height: 26px;
		margin-top: 13px;
	}

	.download-box > p {
		padding: 0 20px;
	}

	.download-box ul {
		width: 100%;
		float: left;
	}

	.download-box li {
		width: 50%;
		padding: 20px 15px;
		font-size: 13px;
	}

	.download-box li span {
		display: block;
	}

	.thumb-item {
		width: auto;
	}

	.slick-slide .img-thumb {
		height: 200px;
	}

	/*404*/
	.wrap-404 h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.wrap-404 p {
		font-size: 13px;
		line-height: 30px;
	}

	.wrap-404 .btn-center {
		margin: 30px auto 0;
	}

	.offer-container {
		width: 90%;
		font-size: 13px;
	}

	/*students*/
	.content-block {
		padding: 40px 0;
	}

	.content-block p {
		font-size: 14px;
	}

	.inner-banner .banner-caption h1 {
		font-size: 25px;
		line-height: 35px;
		padding: 0 15px;
	}

	.inner-banner .banner-caption h1 br {
		display: none;
	}

	.main-banner p.sub-text {
		font-size: 16px;
		margin: 0px auto 15px;
	}

	.inner-banner p {
		margin: 20px 0 30px;
	}

	.validtext, .id-list {
		margin: 15px auto;
		font-size: 14px;
	}

	.id-list {
		margin-top: 30px;
		font-size: 18px;
	}

	.inner-banner .banner-caption {
		padding: 90px 0 0;
	}

	.startup-mails.form-wrapper {
		padding: 40px 0;
	}

	.hackathonfaq-wrap {
		padding: 40px 0 0;
	}

	.hackathonfaq-wrap .custom-accordion {
		margin: 15px auto;
	}

	/*report abuse*/
	.report-abuse {
		padding: 0 0 20px;
	}

	.abuse-contact {
		text-align: center;
	}

	.abuse-contact .sub-title {
		text-align: center;
		margin: 30px 0 20px;
	}

	.pp-page p, .pp-page ul {
		font-size: 14px;
		line-height: 26px;
	}

	.pp-page .CookieDeclaration span {
		font-size: 14px !important;
	}

	.carousel-3d-container, .carousel-3d-slider {
		height: 240px !important;
	}

	.carousel-3d-slider {
		width: 220px !important;
	}

}

@media(max-width:330px) {

	/*404*/
	.top-space {
		width: 45%;
	}

	.glow-part {
		width: 80%;
	}

	.pnp-text {
		margin-top: -143px;
	}

	.wrap-404 h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.wrap-404 p {
		font-size: 12px;
		line-height: 25px;
	}

	footer {
		padding: 10px 10px;
	}

	.foothack {
		font-size: 12px;
		line-height: 18px;
	}

	.modal-wrap.loginModal {
		height: 90%;
	}

	.registration-container {
		padding-top: 25px;
	}

}
