.menubar {
	position: relative;
	transition: all 0.3s ease;
}

.menubar .navbar {
	padding: 0;
}

.header-blue .navbar {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border: 4px solid;
	border-radius: 50px;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menubar .nav-item {
	padding-right: 24px;
}

.logo-blue {
	position: absolute;
	background-color: #fff;
	z-index: 9;
	border: 4px solid;
	border-top: 0;
	padding: 12px;
	left: 50%;
	border-bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.logo-blue::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #fff;
	height: 2px;
	width: 100%;
}

.nav-link {
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 500;
}

.header-blue .nav-link {
	color: #000;
	font-weight: 600;
}

.mobile-menu .nav-link:hover {
	color: #fff;
}

.menubar .nav-item:last-child {
	padding-right: 0;
}

.mobile-menu .dropdown-item {
	color: #fff;
	text-transform: capitalize;
	padding: 10px;
}

.mobile-menu .nav-link {
	color: #fff;
}

.mobile-menu .dropdown-item:hover {
	background-color: transparent;
}

.menu-item h3 {
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 0 10px;
	font-weight: 600;
	border-bottom: 1px solid;
}

.mobile-menu .nav-item {
	margin-bottom: 20px;
	padding: 0 20px;
}

.mobile-menu .nav-item .dropdown-toggle::after,
.menubar .dropdown-toggle::after {
	border: none;
	font-family: "FontAwesome";
	content: "\f107";
	width: 10px;
	height: 21px;
	margin-left: 2px;
	vertical-align: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mobile-menu .nav-item.current .dropdown-toggle::after,
.menubar .nav-item:hover .dropdown-toggle::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.drop-menu,
.mega-menu {
	text-align: left;
}

.mobile-menu .drop-menu,
.mobile-menu .mega-menu {
	display: none;
}

.mobile-logo {
	text-align: right;
	/*  margin-top: 7px;*/
}

/*======mobile menu======*/
.menu-toggle {
	text-align: left;
	cursor: pointer;
}

.menu-toggle i {
	font-size: 23px;
	padding-top: 10px;
}

.mobile-menu {
	position: fixed;
	text-align: left;
	top: 0;
	background-color: #131b31;
	z-index: 99;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	padding-top: 40px;
	padding-bottom: 20px;
	left: -250px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

.menu-hide {
	left: 0;
}

.close-menu {
	position: absolute;
	top: 10px;
	font-size: 20px;
	right: 10px;
	padding: 4px;
	z-index: 9;
	cursor: pointer;
}

/*====== sticky men u======*/
.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 76px;
	z-index: 9999;
	background-color: #131b31;
	text-align: center;
	animation: slideInDown;
	animation-duration: 0.6s;
	box-shadow: 0px 0px 13px 0px rgba(31, 31, 31, 0.4);
}

.sticky-menu .navbar-nav {
	background-color: #131b31;
}

.sticky-menu .nav-link {
	color: #fff;
	font-weight: 600;
}

.mobile-affix {
	padding: 15px 0;
}

.sticky-menu .nav-item {
	padding-right: 50px;
}


@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800");

body {
	font-size: 15px;
	font-family: "Nunito", sans-serif;
	background: #fff;
	font-weight: 400;
	color: #fff
}

img {
	max-width: 100%;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

p {
	font-size: 1em;
	margin: 0;
	font-weight: 400;
	line-height: 25px;
	color: #707070
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

a,
a:hover,
a:focus {
	text-decoration: none;
	cursor: pointer;
	outline: 0
}

.wrapper {
	overflow: hidden
}

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.host-btn {
	background-color: #131b31;
	border-radius: 60px;
	padding: 18px 30px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
}

.host-slider1 .host-btn {
	font-size: 18px
}

.form-control:focus,
.custom-select:focus {
	background-color: #fff;
	outline: 0
}

.section-padding {
	padding: 70px 0
}

.text-elip {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.center-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.bg-white {
	background-color: #fff
}

.pt-120 {
	padding-top: 120px
}

.pt-110 {
	padding-top: 80px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-20 {
	padding-bottom: 20px
}

.btn-submit {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding: 16px 0;
	cursor: pointer
}

button,
label {
	cursor: pointer
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/loader.gif") no-repeat center center
}

#goTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9999;
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

.all-title {
	text-align: center
}

.all-title h3 {
	font-size: 40px;
	position: relative;
	font-weight: 800;
	color: #131b31;
	text-transform: uppercase;
	padding-bottom: 10px
}

.title-border {
	position: absolute;
	width: 154px;
	margin: 0 auto;
	height: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.title-border::after {
	content: "";
	position: absolute;
	top: 0;
	width: 63px;
	right: 0;
	height: 1px
}

.title-border::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 62px;
	left: 0;
	height: 1px
}

.title-border span::after {
	position: absolute;
	content: "";
	top: 0;
	right: 62px;
	border: 9px solid transparent;
	border-top: 13px solid
}

.title-border span::before {
	position: absolute;
	content: "";
	left: 61px;
	bottom: 0;
	border: 9px solid transparent;
	border-bottom: 13px solid
}

.all-title p {
	margin: 70px auto 55px;
	max-width: 750px
}

.header-wrap {
	background-color: #131b31;
	position: relative
}

.head-detail {
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 2
}

.header-blue .head-detail {
	background-color: #131b31;
	color: #fff
}

.header-blue .head-detail:before,
.header-blue.header-wrap:after {
	display: none
}

.header-blue .top-logs-area .cal-us {
	margin-left: 0
}

.header-blue .logs .drops .drop-links {
	color: #fff
}

.top-logs-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-logs-area .cal-us {
	padding: 5px 0 0;
	margin-right: auto
}

.top-logs-area .logs {
	padding: 5px 0 0
}

.logs .drops {
	text-transform: capitalize;
	display: inline-block;
	border-right: 1px solid #707070
}

.drops .drop-links {
	color: #fff;
	padding: 10px 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.logs .drops:last-child {
	border-right: 0
}

.logs .drops:last-child .drop-links {
	padding-right: 0
}

.drop-links i {
	font-weight: 700
}

.languages .log-panel {
	opacity: 1;
	position: absolute;
	display: block;
	visibility: hidden;
	width: 200px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	right: 0;
	height: auto;
	background-color: #fff;
	z-index: 99;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.drops.languages:hover .log-panel {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px)
}

.login-panel,
.register-panel {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	right: 0;
	width: 340px;
	background-color: #fff;
	padding: 40px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.login:hover .login-panel,
.register:hover .register-panel {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px)
}

.login-form .form-control,
.register-form .form-control {
	margin-bottom: 20px;
	border-color: #ccc;
	border-radius: 5px;
	font-size: 15px;
	padding: 10px 16px
}

.login-form .btn-submit,
.register-form .btn-submit {
	width: 100%;
	padding: 10px 0;
	border: 0;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.login-form .btn-submit:hover,
.register-form .btn-submit:hover {
	opacity: .8
}

.log-panel .lang-links {
	border-bottom: 1px solid #ebebeb
}

.log-panel .lang-links:last-child {
	border-bottom: 0
}

.lang-links img {
	margin-right: 20px
}

.log-panel .lang-links:hover a {
	color: #fff
}

.log-panel .lang-links a {
	color: #131b31;
	text-transform: capitalize;
	padding: 15px 20px;
	display: block
}

.login-form h3 {
	font-size: 15px;
	margin-bottom: 20px;
	text-transform: capitalize
}

.login-form p {
	margin-top: 20px;
	color: #131b31;
	text-transform: capitalize
}

select {
	cursor: pointer;
	text-transform: capitalize
}

.d-blue {
	background-color: #131b31
}

.host-slider1 {
	position: relative;
	overflow: hidden
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7)
}

.slide-table {
	display: table;
	width: 100%;
	height: 100%
}

.slide-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.host-blue-warp .slide-text h2 {
	max-width: 100%;
	margin: 0
}

.owl-item.active .slide-text h2 {
	-webkit-animation: 1s .2s fadeInUp both;
	animation: 1s .2s fadeInUp both
}

.slide-text h2 {
	font-size: 50px;
	max-width: 632px;
	margin: 0 auto;
	font-weight: 800;
	text-transform: capitalize
}

.slide-text .slide-para {
	max-width: 750px;
	margin: 0 auto;
	padding: 30px 0
}

.owl-item.active .slide-text .slide-para {
	-webkit-animation: 1s .6s fadeInUp both;
	animation: 1s .6s fadeInUp both
}

.host-pakage .host-btn {
	text-transform: uppercase;
	margin-top: -45px
}

.owl-item.active .slide-text .host-pakage {
	-webkit-animation: 1s .8s fadeInUp both;
	animation: 1s .8s fadeInUp both
}

.host-slider1 {
	z-index: 0
}

.host-pakage li {
	display: inline-block
}

.host-pakage li p {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	margin-right: 45px;
	padding: 0
}

.host-slider1 p {
	color: #fff
}

.host-pakage li span {
	font-size: 30px
}

.host-slider1 .owl-item img {
	width: auto;
	max-width: none;
	min-width: 100%
}

.host-slider1 .owl-nav {
	margin: 0;
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.host-slider1 .owl-nav .owl-prev,
.host-slider1 .owl-nav .owl-next {
	padding: 0;
	position: absolute;
	margin: 0;
	background: 0
}

.host-slider1 .owl-nav [class*=owl-]:hover {
	background-color: transparent
}

.host-slider1 .owl-nav .owl-prev {
	left: 0
}

.host-slider1 .owl-nav .owl-next {
	right: 0
}

.host-slider1 .owl-nav .owl-prev:hover.owl-prev i::after,
.host-slider1 .owl-nav .owl-next:hover.owl-next i::after {
	background: #fff
}

.host-slider1 .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 35px
}

.host-slider1 .owl-nav i {
	position: relative;
	padding: 0 15px;
	font-size: 30px
}

.host-slider1 .owl-prev i::before {
	content: "\f104";
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.host-slider1 .owl-next i::before {
	content: "\f105";
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.host-slider1 .owl-prev i::after {
	content: "";
	position: absolute;
	width: 80px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	height: 100px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -48px;
	top: -27px;
	z-index: -1
}

.host-slider1 .owl-next i::after {
	content: "";
	position: absolute;
	width: 80px;
	border-radius: 5px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 100px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -48px;
	top: -27px;
	z-index: -1
}

.host-slider1 .owl-dots .owl-dot span {
	background: #fff;
	margin: 0 5px;
	height: 8px;
	width: 8px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.host-slider1 .owl-dots .owl-dot:hover span {
	background-color: #fff
}

.host-slider1 .owl-dots .owl-dot.active span {
	width: 24px
}

.host-blue-warp .slide-text {
	text-align: left
}

.host-blue-warp .host-pakage .host-btn {
	margin-right: 20px;
	min-width: 190px;
	margin-top: 5px;
	margin-bottom: 20px
}

.host-blue-warp .host-slider1 .host-amt {
	font-size: 20px;
	font-weight: 700;
	padding-top: 20px
}

.owl-item.active .slide-text .host-amt {
	-webkit-animation: 1s .4s fadeInUp both;
	animation: 1s .4s fadeInUp both
}

.host-blue-warp .host-amt span {
	color: #fff;
	font-size: 25px
}

.host-rocket {
	text-align: right;
	position: relative
}

.host-slider1 .owl-item .host-rocket img {
	position: absolute;
	height: auto;
	right: 0;
	top: -50px;
	min-width: 0;
	max-width: 300px;
	margin-left: auto
}

.host-blue-warp .owl-dot span {
	width: 6px;
	height: 20px
}

.host-blue-warp.owl-dot.active span {
	width: 6px;
	height: 30px
}

.host-pakage .host-btn.host-btn-trans {
	background-color: transparent;
	border: 2px solid #fff;
	font-weight: 600
}

.host-pakage .host-btn .host-btn-trans:hover,
.host-pakage .host-btn:hover {
	background-color: #fff
}

.search-domain {
	background-color: #131b31
}

.search-domain p {
	color: #fff
}

.top-line,
.top-line-b {
	position: relative
}

.top-line::after,
.top-line-b::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	z-index: 2
}

.top-line-b::after {
	background: #131b31
}

.top-line::before,
.top-line-b::before {
	content: "";
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 7px;
	left: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 14px solid;
	z-index: 2
}

.top-line-b::before {
	border-top-color: #131b31
}

.search-domain h4 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	padding-top: 10px
}

.search-domain .form-control {
	width: 74%;
	height: 60px;
	color: #707070;
	border: 1px solid #fff
}

.form-text-search {
	border-radius: 50px 0 0 50px
}

.domain-search-box .custom-select {
	background: 0;
	height: 60px;
	border: 0;
	padding-right: 0;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase
}

.select-wrapper {
	position: relative;
	width: 12%;
	margin: 0 1%;
	background-color: #fff
}

.select-wrapper:after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	top: 19px;
	color: #000;
	right: 14px;
	margin-left: 5px;
	pointer-events: none
}

.domain-search-box .host-btn {
	width: 12%;
	height: 60px;
	font-size: 30px;
	padding: 0 13px 0 7px;
	border-radius: 0 50px 50px 0
}

.domain-search-box .host-btn:hover {
	color: #000
}

.searchs {
	margin-left: 20px;
	margin-top: 7px
}

.searchs .domain-links {
	font-size: 12px;
	text-transform: capitalize;
	padding: 1px 10px;
	color: #fff;
	border-right: 1px solid #fff
}

.searchs .domain-links:last-child {
	border-right: 0
}

.why-us,
.why-us-2 {
	text-align: center;
	position: relative
}

.why-in-2 {
	position: relative;
	max-width: 400px;
	margin: 0 auto 35px
}

.why-in h4 {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 25px 0 10px
}

.why-in-2 h4 {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 10px
}

.why-in-2 {
	text-align: left
}

.why-in-2 .why-icon {
	position: absolute;
	left: 0
}

.why-in-2 .why-content {
	padding-left: 60px
}

.why-para p {
	text-align: left;
	margin-bottom: 20px
}

.why-we .why-in-2 {
	margin: 0 auto 40px
}

.service {
	position: relative;
	text-align: center;
	background-color: #fff
}

.service .list-group {
	display: block
}

.service .list-group li {
	width: 23%;
	position: relative;
	display: inline-block;
	margin: 0 1%;
	float: left
}

.service .list-group-item {
	width: 100%;
	position: relative;
	border-radius: 10px !important;
	border: 1px solid #131b31;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	background-color: #fff;
	padding: 25px 0 18px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.service .list-group-item.active {
	position: relative;
	color: #fff;
	background-color: #131b31;
	border-color: #131b31
}

.service .list-group-item::after {
	position: absolute;
	content: "";
	-webkit-transform: translate(-50%, 89px);
	-ms-transform: translate(-50%, 89px);
	transform: translate(-50%, 89px);
	left: 50%;
	opacity: 0;
	border: 20px solid transparent;
	border-bottom: 20px solid #131b31;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service .list-group-item.active::after {
	opacity: 1;
	-webkit-transform: translate(-50%, 49px);
	-ms-transform: translate(-50%, 49px);
	transform: translate(-50%, 49px)
}

.service .list-group-item .tab-img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px
}

.service .tab-content {
	width: 100%;
	padding-top: 40px
}

.service .tab-pane {
	width: 98%;
	margin: 0 auto;
	background-color: #131b31;
	color: #fff;
	padding: 40px;
	border-radius: 10px
}

.service .tab-pane .panel-img {
	border-radius: 5px;
	overflow: hidden
}

.service .tab-pane .panel-content h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	padding-bottom: 7px
}

.service-2 .tab-pane .panel-content h4 {
	color: #000
}

.service .tab-pane .panel-content h5 {
	font-size: 20px;
	font-weight: 400
}

.service .tab-pane .panel-content p {
	color: #fff
}

.service .panel-descrip {
	padding: 15px 0;
	position: relative
}

.service .sub-panel-descrip li {
	padding: 2px 0;
	text-transform: capitalize
}

.service .sub-panel-descrip li i {
	padding-right: 8px
}

.service .sub-panel-descrip {
	width: 32%;
	display: inline-block
}

.service-2 {
	text-align: center;
	background-color: #fff
}

.service-2 .service-item {
	padding: 30px;
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-2 .service-item h4 {
	font-size: 17px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.service-2 .service-item img {
	width: auto;
	margin: 0 auto
}

.service-2 .service-item p {
	/* padding: 30px 0; */
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-2 .service-item:hover h4,
.service-2 .service-item:hover p {
	color: #fff
}

.service-item .host-btn {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	padding: 3px 3px 3px 13px;
	text-transform: capitalize;
	font-weight: 600
}

.service-item .host-btn .i-round {
	background-color: #fff;
	color: #131b31;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	padding: 6px;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-item:hover {
	background-color: #131b31
}

.service-item:hover .host-btn {
	background-color: #fff;
	color: #131b31
}

.service-item:hover .host-btn .i-round {
	color: #fff;
	background-color: #131b31
}

.service-item .host-btn:hover .i-round {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px)
}

.service-slider .owl-nav {
	color: #000;
	position: relative
}

.service-slider .owl-nav [class*="owl-"] {
	background-color: transparent;
	padding: 0;
	margin: 10px 10px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-slider .owl-nav [class*="owl-"]:hover {
	background-color: transparent
}

.service-slider .owl-prev {
	border: 20px solid transparent;
	border-right: 20px solid #131b31;
	margin-right: 20px
}

.service-slider .owl-next {
	border: 20px solid transparent;
	border-left: 20px solid #131b31
}

.feature {
	position: relative;
	text-align: center
}

.feature .panel-wrap {
	margin: 0 auto;
	position: relative
}

.feature .tab-content {
	position: relative;
	background: url(../img/home/feature.png) no-repeat;
	background-size: cover;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	margin: 0 auto;
	padding: 50px 90px;
	overflow: hidden;
	z-index: 0
}

.feature .tab-content::before,
.feature-2 .feature-content-holder::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1
}

.feature-2 .feature-box h3,
.feature .tab-content .tab-pane-f h3 {
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin: 0 auto;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.feature .fea-detail .tab-pane-f {
	display: none
}

.feature .fea-detail #tab-1 {
	display: block
}

.feature .fea-detail .tab-pane-f p {
	color: #fff
}

.feature .fea-descrip.first {
	position: relative
}

.feature .fea-descrip.second {
	position: relative
}

.feature .feature-item {
	width: 100%;
	margin: 40px 0;
	position: relative;
	display: block
}

.feature .fea-descrip .feature-item-link {
	color: #000;
	font-weight: 700;
	position: relative;
	display: block;
	padding: 22px 0;
	text-transform: uppercase
}

.feature .fea-descrip .feature-item-link .fea-text {
	z-index: 99;
	position: relative;
	display: inline-block;
	padding: 0 13px;
	background-color: #fff
}

.feature.hosting-fea .fea-descrip .feature-item .feature-item-link .fea-text {
	background-color: #fff
}

.feature-item .dot {
	color: #959595
}

.feature .fea-descrip.first .dot {
	position: relative;
	display: block;
	z-index: 0
}

.feature .fea-descrip.second .dot {
	position: relative;
	display: block;
	z-index: 0
}

.feature .fea-descrip.first .dot:before {
	left: 81%;
	top: -22px;
	position: absolute;
	letter-spacing: 2px;
	font-size: 32px;
	white-space: nowrap;
	content: "....................... ";
	z-index: -1
}

.feature .fea-descrip.second .dot:before {
	right: 81%;
	top: -22px;
	position: absolute;
	letter-spacing: 2px;
	font-size: 32px;
	white-space: nowrap;
	content: "........................";
	z-index: -1
}

.feature .fea-descrip.first .f-item-icon,
.feature .fea-descrip.second .f-item-icon {
	width: 65px;
	padding: 13px;
	height: 65px;
	top: 0;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #131b31;
	z-index: 99;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.feature .fea-descrip .feature-item.current .f-item-icon {
	border: 1px solid
}

.feature .fea-descrip.first .f-item-icon {
	position: absolute;
	right: -195px
}

.feature .fea-descrip.first .feature-item:nth-child(2) .f-item-icon {
	position: absolute;
	right: -155px
}

.feature .fea-descrip.second .feature-item .f-item-icon {
	position: absolute;
	left: -195px
}

.feature .fea-descrip.second .feature-item:nth-child(2) .f-item-icon {
	position: absolute;
	left: -155px
}

.feature-2 .panel-wrap {
	max-width: 540px;
	margin: 0 auto;
	position: relative
}

.feature-2 .feature-content-holder {
	position: relative;
	background: url(../img/home/feature.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 auto;
	padding: 70px 50px;
	overflow: hidden;
	z-index: 0
}

.feature-2 .feature-image {
	display: none
}

.feature-list-group {
	position: relative;
	padding-left: 280px
}

.feature-2 .feature-content-holder p {
	color: #fff
}

.feature-2 .feature-box {
	display: none
}

.feature-2 .feature-list-group li {
	padding: 24px 0;
	text-transform: uppercase;
	font-weight: 700;
	position: relative
}

.feature-2 .features-tab,
.feature-2 .features-tab:hover {
	color: #000
}

.feature-2 .f-holder .f-item-icon {
	width: 65px;
	padding: 13px;
	height: 65px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #fff;
	left: -88px;
	top: 0;
	border: 1px solid #131b31;
	z-index: 99;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#disk {
	display: block
}

.plans {
	position: relative;
	background: #fff
}

.plan-wrap {
	color: #000;
	text-align: center;
	position: relative;
	max-width: 400px;
	margin: 0 auto
}

.plan-wrap .popular {
	position: absolute;
	top: -25px;
	left: 50%;
	padding: 0 40px;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3
}

.plan-wrap .popular span {
	position: relative;
	display: block;
	z-index: 0;
	padding: 3px 20px 1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

.plan-wrap .popular::after {
	position: absolute;
	content: "";
	width: 22px;
	top: 3px;
	z-index: -5;
	right: 35px;
	-webkit-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
	height: 36px
}

.plan-wrap .popular::before {
	position: absolute;
	content: "";
	width: 22px;
	top: 3px;
	z-index: -5;
	left: 35px;
	-webkit-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	transform: rotate(13deg);
	height: 36px
}

.plan-wrap .plan-heading {
	background-color: #ebebeb;
	padding: 16px 0;
	position: relative
}

.plan-heading h4 {
	font-size: 30px;
	font-weight: 700
}

.plan-heading h4 span {
	font-size: 15px
}

.plan-body {
	position: relative;
	padding: 25px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.plan-wrap .plan-body::after {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	border: 30px solid transparent;
	border-top: 20px solid;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.plan-wrap.active .plan-body,
.plan-wrap.active .plan-footer {
	background-color: #131b31
}

.plan-wrap.active .plan-body::after {
	border-top-color: #131b31
}

.plan-body .plan-body-img {
	background-color: #fff;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 15px;
	border-radius: 50%
}

.plan-body h5 {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 10px;
	color: #fff
}

.plan-wrap .plan-features {
	padding: 20px 0
}

.plan-features li {
	padding: 13px 0;
	text-transform: capitalize
}

.plan-features li i {
	margin-right: 5px
}

.plan-features .wrong {
	color: #717171
}

.plan-features .right {
	color: #000
}

.plan-features .wrong i {
	color: #131b31
}

.plan-wrap .plan-footer {
	background-color: #ebebeb;
	padding: 17px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.plan-footer .host-btn {
	color: #fff;
	margin: 0 auto;
	padding: 3px 3px 3px 13px;
	text-transform: capitalize;
	font-size: 12px
}

.plan-footer .host-btn:hover {
	opacity: .8
}

.plan-footer .host-btn .i-round {
	background: #fff;
	color: #131b31;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	padding: 6px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.plan-footer .host-btn:hover .i-round {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px)
}

.single-pricing-item {
	overflow: hidden
}

.single-pricing-item .price-item {
	width: 25%;
	float: left
}

.plans-2 .plan-body {
	padding: 30px 0
}

.plans-2 .plan-features li {
	padding: 10px 0
}

.single-pricing {
	padding: 5px 0
}

.single-pricing-item .price-heading {
	position: relative;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.price-heading::after {
	position: absolute;
	content: "";
	right: -48px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 28px solid transparent;
	border-left: 20px solid;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.single-pricing-item .plan-features {
	color: #717171;
	padding-left: 50px;
	text-align: left;
	position: relative
}

.plans-2 .plan-footer {
	background-color: #ebebeb;
	padding: 27px 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.plans-2 .plan-footer h3 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	padding-bottom: 18px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.plans-2 .plan-footer span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize
}

.best-sale .single-pricing-item .price-heading,
.best-sale .plan-footer {
	background-color: #131b31
}

.best-sale .price-heading::after {
	border-left-color: #131b31
}

.best-sale .plan-footer h3 {
	color: #fff
}

.best-sale .host-btn {
	background-color: #fff
}

.best-sale .host-btn .i-round {
	color: #fff
}

.best-banner {
	position: absolute;
	left: -54px;
	top: 30px;
	content: "";
	padding: 1px;
	width: 200px;
	text-transform: capitalize;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: 700
}

.vps {
	position: relative;
	overflow-x: hidden
}

.vps .all-title {
	margin-bottom: 100px
}

.table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.vps .tableCell {
	display: table-cell;
	text-align: right;
	width: 100%
}

.tableCell:first-child {
	display: block
}

.bullet-bg {
	background-color: #fff;
	padding: 30px 5% 16px;
	border-radius: 10px;
	margin: 0 1%
}

.bulletWrap {
	position: relative;
	margin: 0 auto
}

.bulletWrap .before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 4px;
	background: #ccc;
	width: 99%;
	z-index: 0
}

.bulletWrap .after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 4px;
	z-index: 0
}

.bulletWrap .slide a {
	top: -1px;
	left: -1px;
	width: 8px;
	height: 8px;
	color: #fff;
	display: inline-block;
	border-radius: 100%;
	background-color: #ccc;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	position: relative;
	border: 3px solid transparent
}

.bulletWrap .slide a.active,
.bulletWrap .slide a:hover {
	width: 20px;
	top: 4px;
	height: 20px;
	border: 4px solid
}

.slide a i {
	font-size: 35px;
	line-height: 76px
}

.vps .tab {
	margin-top: 10px
}

.vps-content {
	padding-top: 20px;
	display: none;
	text-align: center;
	color: #000;
	position: relative
}

#vps-3 {
	display: block
}

.vps-content .vps-item {
	width: 23%;
	margin: 0 1%;
	float: left;
	border-radius: 10px
}

.vps-item .vps-name {
	width: 100%;
	background-color: #fff;
	border: 1px solid #959595;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 5px 0
}

.vps-item .vps-price {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	padding: 5px
}

.vps-content .cost {
	width: 100%;
	margin-top: 30px;
	font-size: 40px;
	font-weight: 700;
	display: block;
	line-height: 1
}

.vps-content .cost span {
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	text-transform: capitalize
}

.vps-tooltip {
	position: absolute;
	content: "";
	top: -67px;
	left: -33px;
	text-align: center;
	font-weight: 700;
	width: 73px;
	border-radius: 8px;
	padding: 5px 0 3px;
	text-transform: uppercase;
	display: none
}

.slide a.active .vps-tooltip {
	display: block
}

.vps-tooltip::after {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -24px;
	border: 10px solid transparent;
	border-top: 16px solid
}

.vps .order {
	width: 100%;
	text-align: center;
	margin-top: 50px
}

.vps .host-btn {
	background-color: transparent;
	padding: 17px 29px;
	color: #000;
	border: 2px solid #000;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}

.vps .host-btn:hover {
	background-color: #131b31;
	color: #fff
}

.pro-faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.project,
.faq {
	width: 50%
}

.project {
	position: relative;
	background-color: #131b31
}

.project-wrap {
	max-width: 560px;
	margin: 0 auto;
	padding: 75px 0
}

.pro-item .funfact {
	width: 48%;
	float: left;
	padding: 50px 35px;
	border: 2px solid;
	margin: 1%
}

.fun-in {
	position: relative;
	padding-left: 59px
}

.fun-icon {
	position: absolute;
	left: 0
}

.fun-in h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px
}

.fun-in h5 {
	text-transform: capitalize;
	font-size: 15px
}

.faq {
	position: relative;
	background-color: #fff
}

.faq .all-title {
	padding-bottom: 70px
}

.faq-wrap {
	max-width: 640px;
	margin: 0 auto;
	padding-left: 14px;
	padding-right: 14px
}

.card {
	margin-bottom: 10px;
	border: 0;
	border-radius: 0
}

.card-header {
	padding: 0;
	border-radius: 0;
	border-bottom: 0;
	background-color: transparent
}

.acc-head::after {
	position: absolute;
	content: "\f068";
	font-family: "FontAwesome";
	top: 11px;
	left: -9px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid;
	border-radius: 5px;
	font-size: 12px;
	padding: 3px 4px
}

.acc-head.collapsed::after {
	content: "\f067"
}

.acc-head {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	display: block;
	color: #fff;
	padding: 12px 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 10px
}

.acc-head.collapsed::after {
	color: #000;
	border: 1px solid #000
}

.acc-head.collapsed {
	color: #000;
	background-color: transparent;
	border: 1px solid #000
}

.acc-head:hover {
	color: #fff
}

.acc-head.collapsed:hover {
	color: #000
}

.card-body {
	margin: 6px 10px;
	padding: 10px 20px
}

.portfolio {
	text-align: center
}

.portfolio .all-title {
	padding-bottom: 70px
}

.portfolio-sort {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 45px
}

.sorting {
	background-color: #fff;
	border-radius: 100px;
	overflow: hidden
}

.portfolio .sort-btn {
	color: #707070;
	padding: 9px 30px;
	display: inline-block;
	text-transform: capitalize;
	background-color: #fff;
	border-radius: 100px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 2px solid transparent
}

.portfolio .sort-btn.active {
	color: #000
}

.port-item {
	margin: 15px auto
}

.portfolio-inner {
	position: relative
}

.portfolio-inner img {
	width: 100%
}

.dimmer {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid transparent;
	opacity: 0;
	-webkit-transition: .3s all linear;
	-o-transition: .3s all linear;
	transition: .3s all linear;
	overflow: hidden
}

.port-item:hover .dimmer {
	opacity: 1
}

.dimmer h4 {
	text-align: left;
	text-transform: capitalize;
	padding: 20px;
	font-size: 20px;
	font-weight: 700
}

.dimmer h4 a {
	color: #fff
}

.portfolio-overlay {
	position: absolute;
	right: 0;
	bottom: 0
}

.portfolio-overlay a {
	width: 80px;
	padding-top: 12px;
	color: #fff;
	height: 50px;
	float: left;
	font-size: 21px;
	opacity: 0;
	-webkit-transition: .3s all linear;
	-o-transition: .3s all linear;
	transition: .3s all linear;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.portfolio-overlay a.popup {
	border-right: 2px solid #000
}

.port-item:hover .portfolio-overlay a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nav-next div,
.nav-previous div {
	color: transparent
}

.nav-next:after {
	content: "";
	color: #000;
	position: absolute;
	border: 19px solid transparent;
	border-left: 29px solid #fff;
	padding: 2px;
	top: 50%;
	font-size: 20px;
	z-index: 1;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-previous:after {
	content: "";
	color: #000;
	position: absolute;
	border: 19px solid transparent;
	border-right: 29px solid #fff;
	padding: 2px;
	top: 50%;
	font-size: 20px;
	z-index: 1;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.team-wrap {
	position: relative;
	text-align: center
}

.team-members {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-members .item {
	color: #000;
	margin: 0 15px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #000;
	z-index: 0;
	cursor: pointer
}

.team-members .item-in img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-radius: 10px;
	width: 100%
}

.team-expert .item-in img {
	filter: none
}

.team-slider .owl-nav {
	margin-top: 0;
	color: #000;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.team-slider .owl-nav [class*=owl-] {
	margin: 0;
	position: absolute;
	padding: 0;
	background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	border-radius: 0
}

.team-slider .owl-nav [class*=owl-]:hover {
	background: transparent
}

.team-slider .owl-prev {
	left: -40px;
	border: 20px solid transparent;
	border-right: 20px solid #000
}

.team-slider .owl-next {
	right: -40px;
	border: 20px solid transparent;
	border-left: 20px solid #000
}

.team-members .team-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 27px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 1px solid #000;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-detail .team-name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	padding-bottom: 7px
}

.team-expert .team-name,
.team-expert .team-detail h5 {
	font-size: 20px
}

.team-detail .team-name a {
	color: #131b31;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-detail h5 {
	text-transform: capitalize;
	color: #707070;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-hover {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-hover .team-socials li {
	display: inline-block;
	padding: 0 13px
}

.team-members .item:hover img {
	-webkit-filter: none;
	filter: none
}

.item:hover .team-hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.team-members .item:hover .team-detail h5,
.team-members .item:hover .team-name a {
	color: #fff
}

.team-socials a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-socials a:hover {
	color: #131b31
}

.testimonial {
	position: relative;
	text-align: center;
	background: #000 url(../img/home/client-bg.jpg);
	background-size: cover;
	z-index: 0;
	text-align: center;
	overflow: hidden
}

.testimonial::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(19, 27, 49, 0.9);
	z-index: -1
}

.testimonial .slick-slide {
	outline: 0;
	cursor: pointer
}

.testimonial .slick-dotted.slick-slider {
	margin-bottom: 0
}

.testimonial .slick-dots li button {
	padding: 0
}

.testi-slider .slick-slide .testi-avtar {
	position: relative;
	width: 199px;
	height: 199px;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	margin: 0 auto;
	border-radius: 50%;
	border: 8px solid #ccc;
	opacity: .3;
	bottom: -49px;
	padding: 12px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.testi-slider .slick-slide .testi-avtar img {
	border-radius: 50%
}

.testi-slider .slick-center .testi-avtar {
	width: 195px;
	height: 195px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	padding: 5px;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 1;
	bottom: 0
}

.testi-designation-slider {
	padding: 35px 0 0
}

.client-desig p {
	color: #fff;
	max-width: 660px;
	margin: 0 auto
}

.client-desig h4 {
	font-size: 15px;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 40px;
	text-transform: capitalize
}

.testi-designation-slider .slick-dots {
	position: relative;
	bottom: 0;
	height: 26px
}

.testi-designation-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0
}

.testi-designation-slider .slick-dots li button:before {
	content: ""
}

.testi-2 .testi-designation-slider .slick-dots li button {
	background-color: #fff;
	height: 20px;
	width: 3px;
	border-radius: 10px;
	margin: 0 8px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.testi-designation-slider .slick-dots li button {
	background: #fff;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	margin: 0 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.testi-designation-slider .slick-dots li.slick-active button {
	width: 24px
}

.testi-2 .testi-designation-slider .slick-dots li.slick-active button {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	height: 30px;
	width: 6px
}

.testi-2 .testi-designation-slider .slick-dots li button {
	width: 6px
}

.slick-dots li button:before {
	width: auto
}

.blog .all-title {
	padding-bottom: 70px
}

.blog-item {
	margin: 20px auto
}

.blog-item iframe {
	width: 100%;
	height: auto
}

.post-img {
	overflow: hidden
}

.post-img img {
	width: 100%
}

.blog-item .post-content {
	margin-top: 10px;
	background-color: #fff;
	padding: 40px 20px
}

.blog-item .post-meta {
	position: absolute;
	padding: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	margin-top: -27px;
	left: 15%
}

.post-meta p {
	font-size: 30px;
	color: #fff;
	margin-bottom: 4px
}

.post-content h4 {
	margin-bottom: 20px
}

.post-content h4 a {
	color: #000;
	font-size: 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.post-bottom {
	background-color: #ebebeb;
	padding: 10px 15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.post-bottom .post-admin {
	color: #707070;
	font-size: 14px;
	text-transform: capitalize;
	float: left;
	padding: 7px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.post-bottom .post-admin i {
	margin-right: 6px
}

.post-bottom .host-btn {
	float: right;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	padding: 3px 3px 3px 13px;
	text-transform: capitalize
}

.post-bottom .host-btn .i-round {
	background-color: #fff;
	color: #131b31;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	padding-top: 6px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.post-bottom .host-btn:hover .i-round {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px)
}

.partner {
	background-color: #fff;
	color: #000
}

.partner-item {
	position: relative;
	min-height: 300px;
	border-left: 1px solid #ebebeb;
	cursor: e-resize
}

.partner .owl-carousel .owl-item img {
	width: auto
}

.partner-item img {
	position: absolute;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	left: 50%;
	top: 125px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.partner-item:hover img {
	opacity: .6
}

.host-subscribe {
	width: 100%;
	position: absolute;
	margin-top: -50px;
	text-align: center;
	z-index: 2
}

.subscribe-box {
	width: 85%;
	height: 110px;
	margin: 0 auto;
	border-radius: 100px;
	padding: 30px 0
}

.sub-wrap {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto
}

.subs-heading {
	float: left
}

.subs-heading h3 {
	font-size: 36px;
	font-weight: 800;
	text-transform: capitalize;
	padding: 5px 0
}

.subs-btn {
	float: right
}

.subs-btn .host-btn {
	text-transform: uppercase;
	background-color: #fff;
	font-size: 20px
}

.subs-btn .host-btn:hover {
	background-color: #131b31;
	color: #fff
}

.footer {
	background-color: #131b31;
	padding-top: 60px
}

.footer-content {
	padding: 80px 0
}

.footer p {
	color: #fff
}

.contact-menu {
	padding-right: 50px
}

.foot-heading {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 35px
}

.contact-menu li {
	margin-top: 36px;
	position: relative
}

.contact-menu li i {
	position: absolute;
	left: 0;
	top: 4px
}

.contact-menu li p {
	padding-left: 25px
}

.quick-link li,
.host-links li {
	padding-top: 20px
}

.quick-link li:first-child,
.host-links li:first-child {
	padding-top: 0
}

.quick-link li a,
.host-links li a {
	position: relative;
	padding-left: 30px;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.quick-link li a:after,
.host-links li a:after {
	font-size: 12px;
	content: "\f068";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px
}

.quick-link li a:hover,
.host-links li a:hover {
	padding-left: 40px
}

.footer-form .form-control {
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #131b31
}

.footer-form .btn-submit {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn-submit:hover {
	opacity: .8
}

.footer-social li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px
}

.footer-blue .footer-social li {
	margin-right: 3px
}

.footer-social li:last-child {
	margin-right: 0
}

.footer-social li a {
	background-color: #fff;
	border-radius: 5px;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	color: #131b31;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.footer-social li a {
	width: 30px;
	height: 30px
}

.footer-social a i {
	padding-top: 7px;
	font-size: 18px;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.footer-social a:hover i {
	color: #fff;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.footer-copyright {
	padding: 30px;
	border-top: 1px solid #343843
}

.footer-copyright p {
	text-align: center;
	text-transform: capitalize
}

.footer-copyright a {
	font-weight: 600
}

.top-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	text-align: center
}

.banner-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 170px 0 160px
}

.top-banner h2 {
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase
}

.banner-links {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 0
}

.banner-links ul {
	display: inline-block;
	padding: 20px 70px;
	border-radius: 100px;
	z-index: 9
}

.banner-links li {
	display: inline-block
}

.banner-links li a,
.banner-links li span {
	text-transform: uppercase;
	color: #fff;
	padding: 0 20px
}

.banner-links li .active {
	color: #000
}

.banner-links li a:hover {
	opacity: .8
}

.timeline-container {
	position: relative;
	text-align: center
}

.timeline-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px
}

.timeline-block {
	margin-bottom: 40px
}

.timeline-block:last-child {
	margin-bottom: 0
}

.timeline-block {
	position: relative
}

.timeline-block:after {
	content: "";
	display: table;
	clear: both
}

.timeline-block:first-child {
	margin-top: 0
}

.timeline-block:last-child {
	margin-bottom: 0
}

.timeline-img {
	position: absolute;
	top: 7px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid;
	z-index: 9
}

.timeline-img i {
	color: #000;
	font-size: 15px;
	padding-top: 8px
}

.timeline-content {
	position: relative;
	margin-left: 60px;
	margin-right: 20px;
	background: #fff
}

.timeline-content:after {
	content: "";
	display: table;
	clear: both
}

.timeline-heading {
	color: #fff;
	padding-top: 55px;
	position: relative;
	background-color: #131b31
}

.timeline-content h2 {
	font-size: 20px;
	top: 7px;
	left: -10px;
	right: -10px;
	position: absolute;
	padding: 12px 0;
	font-weight: 700
}

.timeline-content h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0
}

.timeline-content p {
	margin: 20px 25px 35px
}

.counting {
	background-color: #131b31;
	padding: 70px 0
}

.counting .funfact {
	padding: 30px 0
}

.guest-form {
	color: #000
}

.guest-form p {
	color: #000
}

.form-container {
	background-color: #fff;
	padding: 70px 60px;
	-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1)
}

.guest-form h3 {
	font-size: 18px;
	text-transform: capitalize;
	padding-bottom: 40px
}

.guest-form h3 a {
	font-weight: 700
}

.guest-form h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 25px
}

.form-group span {
	text-transform: capitalize
}

.guest-form .form-control {
	margin: 3px 0 20px;
	text-transform: capitalize;
	border: 1px solid #ccc;
	padding: 8px
}

.total-items li {
	display: inline-block;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px;
	text-transform: capitalize
}

.total-items .total-unit {
	width: 63%;
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.total-items .total-price {
	width: 37%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.total-items .btn-submit:hover {
	color: #fff
}

.bill-address {
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 50px;
	margin-top: 25px;
	position: relative
}

.bill-address a {
	text-transform: capitalize;
	position: absolute;
	right: 30px;
	top: 30px
}

.bill-address a i {
	margin-right: 5px
}

.payment-method h4 {
	padding-bottom: 15px
}

.payment-method p {
	padding-bottom: 25px
}

.form-check-input {
	position: relative;
	margin: 0
}

.payment-method .form-control {
	margin-top: 30px;
	margin-bottom: 0;
	position: relative
}

.payment-method label {
	margin: 0
}

.pay-card {
	position: absolute;
	right: 27px;
	top: 37px
}

.mark {
	position: absolute;
	top: 36px;
	right: 20px;
	font-size: 20px;
	background-color: #fff
}

.valid {
	position: absolute;
	top: 13px;
	font-size: 13px
}

.payment-method .btn-submit {
	margin-top: 30px
}

.dmoain-pricing {
	color: #000
}

.dmoain-pricing table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed
}

.dmoain-pricing table .domain-head {
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.dmoain-pricing table .domain-head th {
	border-right: 2px solid #fff
}

.dmoain-pricing table .domain-head th:last-child {
	border-right: 0
}

.dmoain-pricing table th {
	padding: 11px 0;
	text-align: center;
	font-weight: 600
}

.dmoain-pricing table td {
	padding: 23px 0;
	text-align: center;
	font-weight: 700;
	color: #707070
}

.dmoain-pricing table th,
.dmoain-pricing tbody tr td:nth-child(1) {
	text-transform: uppercase
}

.dmoain-pricing tbody tr td:nth-child(1) {
	font-size: 20px;
	color: #000;
	font-weight: 600
}

.faq-ask h4 {
	font-size: 30px;
	font-weight: 800;
	padding-bottom: 40px;
	color: #000;
	text-transform: uppercase
}

.ask-quest .form-control {
	margin-bottom: 30px;
	text-transform: capitalize;
	border: 1px solid #ccc;
	padding: 8px;
	resize: none
}

.ask-quest .btn-submit {
	font-size: 20px
}

.host-process {
	background-color: #131b31;
	text-align: center
}

.process-item {
	width: calc(100% / 3);
	display: inline-block;
	float: left;
	position: relative;
	z-index: 1
}

.process-item:last-child::after {
	display: none
}

.process-img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border: 4px solid;
	border-radius: 50%;
	padding-top: 20px;
	background-color: #131b31
}

.process-item h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	margin-top: 25px
}

.sign-in-wrap,
.sign-up-wrap {
	padding: 80px 100px;
	background-color: #fff;
	-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
	color: #000;
	text-transform: capitalize;
	font-weight: 600
}

.sign-in h3,
.sign-up h3 {
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	color: #131b31
}

.sign-in p,
.sign-up p {
	color: #000;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600
}

.sign-in .form-control,
.sign-up .form-control {
	margin-bottom: 25px;
	margin-top: 3px;
	padding: 8px
}

.sign-in span i {
	margin-left: 15px;
	margin-right: 3px
}

.sign-in .btn-submit,
.sign-up .btn-submit {
	margin-top: 25px
}

.what-we-do .all-title {
	padding-bottom: 20px
}

.what-we-do .service-item {
	margin-top: 50px
}

.team-dedicated .item,
.team-expert .item {
	margin: 0;
	margin-top: 50px
}

.support-item {
	padding: 25px 0;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 10px
}

.support-item-icon i {
	font-size: 35px
}

.support-item a {
	color: #fff;
	font-size: 20px;
	display: block;
	font-weight: 800;
	padding: 10px 0 5px;
	text-transform: capitalize
}

.support-item p {
	color: #fff
}

.contact-us .form-control {
	margin: 0 0 30px;
	text-transform: capitalize;
	border: 1px solid #ccc;
	padding: 8px;
	height: 55px;
}

.contact-us h3 {
	color: #131b31;
	padding: 40px 0;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800
}

.contact-adress {
	border-width: 1px;
	border-style: solid;
	padding: 15px 20px;
	border-radius: 10px
}

.contact-adress h4 {
	font-weight: 700;
	font-size: 15px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 10px
}

.contact-adress p {
	position: relative;
	padding-left: 30px
}

.contact-adress p i {
	position: absolute;
	top: 4px;
	left: 0
}

#host-map {
	height: 500px;
	width: 100%
}

.page-404 {
	background-image: url(../img/home/bg-404.jpg);
	background-size: cover;
	color: #fff;
	text-align: center
}

.page-404 h3 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px
}

.page-404 h4 {
	font-size: 200px;
	font-weight: 800
}

.page-404 .host-btn {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-transform: capitalize;
	margin-top: 40px
}

.page-404 .host-btn:hover {
	color: #fff;
	opacity: .8
}

.portfolio-columns {
	background-color: #fff
}

.project-detail-slider {
	margin-bottom: 30px;
	overflow: hidden
}

.project-detail-slider .owl-nav .owl-prev,
.project-detail-slider .owl-nav .owl-prev:hover,
.project-detail-slider .owl-nav .owl-next,
.project-detail-slider .owl-nav .owl-next:hover {
	background: transparent
}

.project-detail-slider .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	padding: 4px
}

.project-detail-slider .owl-nav .owl-next {
	position: absolute;
	right: 0;
	padding: 4px
}

.project-detail-slider .owl-nav .owl-prev:hover i::after,
.project-detail-slider .owl-nav .owl-next:hover i::after {
	background-color: #fff
}

.project-detail-slider .owl-nav i {
	font-size: 18px
}

.project-detail-slider .owl-nav .owl-prev i::after {
	content: "";
	position: absolute;
	width: 70px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	height: 100px;
	left: -53px;
	top: 50%;
	-webkit-transform: translateY(-42%) rotate(45deg);
	-ms-transform: translateY(-42%) rotate(45deg);
	transform: translateY(-42%) rotate(45deg);
	z-index: -1
}

.project-detail-slider .owl-nav .owl-next i::after {
	content: "";
	position: absolute;
	width: 70px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	height: 100px;
	right: -53px;
	top: 50%;
	-webkit-transform: translateY(-42%) rotate(-45deg);
	-ms-transform: translateY(-42%) rotate(-45deg);
	transform: translateY(-42%) rotate(-45deg);
	z-index: -1
}

.thumbnail-slider .owl-item .item {
	opacity: .3;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.thumbnail-slider .owl-item.current .item {
	opacity: 1
}

.project-detail-slider.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pro-description {
	padding: 50px 0 30px
}

.project-detail h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 30px;
	display: inline-block;
	text-transform: capitalize;
	margin-bottom: 30px
}

.pro-description p {
	padding-bottom: 30px
}

.pro-overview .descrip,
.pro-social {
	color: #000;
	text-transform: capitalize;
	border-bottom: 1px solid;
	padding: 13px 0;
	position: relative;
	padding-left: 95px
}

.pro-overview .descrip {
	color: #707070
}

.pro-overview .descrip span,
.pro-social span {
	font-weight: 700;
	position: absolute;
	left: 0
}

.pro-overview .descrip span {
	color: #131b31
}

.pro-overview .descrip a {
	text-transform: lowercase
}

.pro-social {
	border: 0;
	margin-bottom: 40px
}

.pro-social a {
	width: 30px;
	height: 30px;
	background-color: #131b31;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.host-pagination {
	margin-top: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	width: 100%;
	font-weight: 600
}

.host-pagination a {
	color: #131b31;
	text-transform: capitalize;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.host-pagination a:hover {
	opacity: .6
}

.pagination-item {
	display: inline-block
}

.pagination-item {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-top: 5px
}

.pagination-item.active a,
.pagination-item:hover a {
	color: #fff
}

.page-prev,
.page-next {
	padding-top: 5px
}

.page-prev i {
	padding-right: 10px
}

.page-next i {
	padding-left: 10px
}

.blog-meta {
	border-radius: 0 0 5px 5px;
	padding: 10px 20px
}

.blog-meta p {
	color: #fff;
	text-transform: uppercase
}

.blog-meta a {
	color: #fff;
	text-align: right;
	display: block;
	font-size: 12px;
	padding-top: 3px
}

.blog-meta a i {
	padding-right: 10px
}

.blog-col .blog-item .post-content {
	margin-top: 0;
	border-top: 0;
	padding: 20px
}

.blog-col .post-content h4 {
	margin-bottom: 10px
}

.widget {
	padding: 20px 0 10px;
	display: block;
	width: 100%;
	margin: 0 auto
}

.widget h3 {
	background-color: #131b31;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px
}

.search-widget .form-control {
	border-radius: 0;
	border: 1px solid;
	border-right: 0;
	padding: 8px
}

.btn-widget {
	border-radius: 0;
	background-color: #131b31;
	color: #fff;
	padding: 10px 16px;
	font-size: 20px;
	position: relative
}

.btn-widget::after {
	position: absolute;
	content: "";
	height: 52px;
	width: 5px;
	top: -1px;
	left: -5px;
	z-index: 4
}

.btn-widget::before {
	position: absolute;
	content: "";
	border: 7px solid transparent;
	left: -19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4
}

.border-arrow {
	position: relative
}

.border-arrow::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 4
}

.border-arrow::before {
	position: absolute;
	content: "";
	border: 7px solid transparent;
	left: 50%;
	bottom: -14px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4
}

.widget-items {
	border-top: 0;
	padding: 20px;
	background-color: #fff
}

.widget-items img {
	width: 100%
}

.cat-items {
	position: relative
}

.cat-items:last-child h4 {
	border-bottom: 0
}

.cat-items h4 {
	position: relative;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 20px 0;
	cursor: pointer;
	border-bottom: 1px solid #e1e1e1
}

.cat-items h4::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-top: 7px solid;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cat-items.active h4::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 40%;
	right: 5px
}

.sub-item li {
	text-transform: capitalize;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	position: relative
}

.sub-item {
	display: none;
	margin-bottom: 10px
}

.sub-item li a {
	color: #959595;
	display: block
}

.sub-item li span,
.archive-item span {
	position: absolute;
	background-color: #131b31;
	width: 23px;
	height: 23px;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
	padding-top: 3px;
	border-radius: 5px;
	font-size: 13px;
	color: #fff
}

.post-list-group li {
	width: 50%;
	text-align: center;
	float: left;
	text-transform: uppercase;
	position: relative
}

.post-list-group li.current {
	background-color: #131b31
}

.post-list-group li.current::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	bottom: -5px;
	left: 0;
	z-index: 4
}

.post-list-group li.current::before {
	position: absolute;
	content: "";
	border: 7px solid transparent;
	left: 50%;
	bottom: -19px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4
}

.post-list-group li a {
	color: #fff;
	font-weight: 700;
	padding: 20px 0;
	display: block
}

#post1 {
	display: block
}

.widget-content {
	display: none
}

.n-post-wrap {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px
}

.n-post-wrap:last-child {
	border: 0
}

.news-post {
	position: relative;
	padding: 7px 0
}

.news-post .content {
	padding: 4px 0;
	padding-left: 110px;
	padding-right: 15px
}

.thumb {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4)
}

.news-post p {
	color: #000;
	font-size: 13px
}

.news-post a {
	color: #fff
}

.archive-item {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1
}

.archive-item a {
	color: #000;
	text-transform: capitalize;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.archive-item:last-child {
	border-bottom: 0
}

.tag-widget .widget-items,
.insta-widget .widget-items {
	padding: 20px 15px
}

.add-widget .widget-items {
	padding: 20px 13px
}

.tag-widget a {
	display: inline-block;
	color: #000;
	margin: 7px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 3px;
	padding: 1px 8px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(32, 32, 32, 0.13), inset 0 1px 0 #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(32, 32, 32, 0.13), inset 0 1px 0 #fff
}

.tag-widget a:hover {
	background-color: #dadada
}

.insta-widget .feed {
	width: 33.33333%;
	float: left;
	position: relative;
	padding: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.insta-widget .feed:hover {
	opacity: .7
}

.add-widget a {
	padding: 7px;
	display: block;
	float: left;
	width: 50%
}

.post-slide {
	overflow: hidden
}

.post-slide img {
	width: 100%
}

.post-slider-nav {
	margin-top: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.post-slider-nav a {
	color: #fff;
	display: inline-block;
	text-align: center
}

.post-slider-nav span {
	padding: 4px;
	font-size: 12px
}

.post-prev {
	text-align: left;
	float: left
}

.post-next {
	text-align: right;
	float: right
}

.post-prev::after,
.post-next::after {
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	top: 50%
}

.post-next:hover::after,
.post-prev:hover::after {
	background-color: #fff;
	cursor: pointer
}

.post-prev::after {
	left: 0;
	content: "";
	left: -20px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: -1
}

.post-next::after {
	content: "";
	right: -20px;
	-webkit-transform: translateY(-51%) rotate(-45deg);
	-ms-transform: translateY(-51%) rotate(-45deg);
	transform: translateY(-51%) rotate(-45deg);
	z-index: -1
}

.post-slide .carousel-indicators li {
	-webkit-box-shadow: 0 0 0 2px transparent;
	-ms-box-shadow: 0 0 0 2px transparent;
	-o-box-shadow: 0 0 0 2px transparent;
	box-shadow: 0 0 0 2px transparent;
	margin: 3px;
	width: 12px;
	background: transparent;
	border-radius: 50%;
	height: 12px
}

.post-slide .carousel-indicators .post-dots {
	width: 6px;
	height: 6px;
	margin: 3px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	cursor: pointer
}

.post-slider .owl-nav .owl-prev i::after {
	content: "";
	position: absolute;
	width: 40px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	height: 40px;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: -1
}

.post-slider .owl-nav .owl-next i::after {
	content: "";
	position: absolute;
	width: 40px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	height: 40px;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-51%) rotate(-45deg);
	-ms-transform: translateY(-51%) rotate(-45deg);
	transform: translateY(-51%) rotate(-45deg);
	z-index: -1
}

.post-slider .owl-nav .owl-next:hover i::after,
.post-slider .owl-nav .owl-prev:hover i::after {
	background-color: #fff
}

.post-slider .owl-nav .owl-prev,
.post-slider .owl-nav .owl-next {
	background: transparent;
	margin: 0;
	padding: 3px 6px;
	font-size: 11px
}

.post-slider .owl-nav .owl-prev {
	float: left
}

.post-slider .owl-nav .owl-next {
	float: right
}

.post-slider.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	text-decoration: none
}

.blog-detail-item {
	margin: 30px 0;
	background-color: #fff
}

.blog-detail-item .post-content {
	padding: 30px 20px
}

.blog-detail-item .post-content h4 {
	font-weight: 700;
	font-size: 20px
}

.blog-detail-item .post-content h5 {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px
}

blockquote {
	background-color: #131b31;
	padding: 30px 50px;
	margin: 0
}

blockquote {
	color: #fff;
	font-style: italic;
	position: relative
}

blockquote::before {
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 10px;
	position: absolute;
	top: 23px;
	left: 34px
}

blockquote::after {
	content: "\f10e";
	font-family: "FontAwesome";
	font-size: 10px;
	position: absolute;
	bottom: 24px;
	padding: 0 7px
}

.domain-post {
	width: calc(100% / 3);
	float: left;
	color: #707070;
	text-transform: capitalize
}

.domain-post li {
	padding: 2px 0
}

.domain-post i {
	margin-right: 5px
}

.blog-detail-item .post-bottom span {
	color: #000;
	text-transform: capitalize
}

.blog-social a {
	width: 30px;
	height: 30px;
	background-color: #131b31;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	margin-left: 8px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.abt-author {
	background-color: #fff;
	padding: 50px 20px 20px;
	position: relative;
	margin: 30px 0
}

.abt-author img {
	position: absolute;
	left: 0;
	top: 0
}

.abt-author span {
	position: absolute;
	top: 0;
	padding: 2px 10px;
	border-radius: 0 0 5px 7px;
	text-transform: capitalize;
	font-weight: 700
}

.author-content {
	padding-left: 150px;
	position: relative;
	padding-bottom: 10px
}

.author-content h4 {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #000;
	text-transform: uppercase
}

.author-img {
	border-radius: 5px
}

.comments h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}

.auth-comment {
	margin: 30px 0;
	background-color: #fff
}

.com-img {
	display: inline-block;
	border: 2px solid;
	padding: 3px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	overflow: hidden;
	position: absolute
}

.comment-inner {
	padding: 20px;
	position: relative
}

.reply {
	position: absolute;
	padding: 2px 12px;
	top: 20px;
	right: 20px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.reply:hover {
	color: #fff;
	opacity: .7
}

.com-img img {
	border-radius: 50%
}

.comm-content {
	padding-left: 110px
}

.comm-content h4 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}

.comm-content h5 {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 0
}

.sub-com {
	margin-left: 110px
}

.reply-form h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}

.reply-form .form-control {
	margin: 20px 0;
	background-color: transparent;
	text-transform: capitalize
}

.typography .all-title,
.element-accordion .all-title,
.pricing-table .all-title,
.button-style .all-title,
.features-style .all-title {
	padding-bottom: 70px
}

.typography .type-head {
	margin-bottom: 30px
}

.typography .type-head h1,
.typography .type-head h2,
.typography .type-head h3,
.typography .type-head h4,
.typography .type-head h5,
.typography .type-head h6 {
	color: #131b31;
	font-weight: 800;
	text-transform: capitalize;
	padding-bottom: 20px
}

.element-head {
	display: inline-block;
	padding: 8px 30px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px
}

.typography .domain-post {
	width: 25%
}

.team-styles .all-title {
	padding-bottom: 40px
}

.pricing-table .plans-2 {
	margin-bottom: 50px
}

.button-style {
	background: url(../img/home/button-bg.jpg) no-repeat center center;
	background-size: cover
}

.button-style {
	position: relative;
	z-index: 0
}

.button-style::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #131b31;
	background-color: rgba(19, 27, 49, 0.5);
	z-index: -1
}

.button-style .all-title h3 {
	color: #fff
}

.host-btn.btn-small {
	color: #fff;
	margin: 0 auto;
	padding: 3px 4px 3px 10px;
	text-transform: capitalize;
	margin: 10px 4px;
	font-size: 12px
}

.host-btn.btn-big {
	margin: 13px 8px;
	padding: 19px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px
}

.host-btn.btn-small .i-round {
	background-color: #fff;
	color: #131b31;
	margin-left: 6px;
	width: 22px;
	height: 22px;
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-small:hover {
	opacity: .8
}

.btn-small:hover .i-round {
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	transform: translateX(2px)
}

.host-btn.btn-white {
	background-color: #fff;
	color: #000
}

.host-btn.btn-white.btn-big {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff
}

.host-btn.btn-white .i-round {
	background-color: #131b31;
	color: #fff
}

.host-btn.btn-white-blue {
	background-color: #fff
}

.host-btn.btn-white-blue .i-round {
	color: #fff
}

.host-btn.btn-white-green {
	background-color: #fff
}

.host-btn.btn-white-green .i-round {
	color: #fff
}

.host-btn.btn-transy {
	background-color: transparent;
	border: 2px solid #000;
	color: #000
}

.host-btn.btn-transy .i-round {
	background-color: transparent;
	color: #000;
	border: 1px solid #000
}

.host-btn.btn-big:hover {
	opacity: .8
}

.button-style .reply {
	position: relative;
	margin: 10px 15px;
	padding: 4px 0 2px;
	display: inline-block;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 60px
}

.host-btn.btn-subs {
	text-transform: capitalize;
	margin: 10px 15px;
	border-radius: 5px;
	padding: 6px 0;
	width: 100%;
	max-width: 250px;
	text-transform: uppercase;
	color: #fff
}

.host-btn.btn-pay {
	color: #fff;
	margin: 10px 15px;
	border-radius: 5px;
	padding: 12px 0;
	width: 100%;
	max-width: 200px
}

.button-style .host-btn:hover {
	opacity: .8
}

.btn-proced {
	margin: 10px 15px;
	border-radius: 5px;
	padding: 12px 0;
	width: 100%;
	max-width: 280px;
	text-transform: uppercase
}

.btn-com,
.c-acc {
	width: 100%;
	margin: 10px 15px;
	border-radius: 5px;
	padding: 12px 0;
	text-transform: uppercase
}

.host-btn.btn-proced,
.host-btn.btn-com,
.host-btn.c-acc {
	color: #fff
}

html,
body {
	scroll-behavior: smooth
}

.footer-page-para {
	font-size: 16px;
	color: #2f2d2d;
	line-height: 1.4;
	margin-bottom: 20px
}

.jumbotron {
	background: url("../assets/digital_products.jpg") no-repeat center center;
	background-size: cover
}

.footer_page {
	background-color: #131b31;
	padding-top: 0
}

.footer-social {
	padding-top: 20px
}

.upper_des {
	font-size: 17px
}

.contact_form {
	max-width: 900px;
	margin: 30px auto;
	box-shadow: 0 0 10px #4d4f51;
	padding: 24px;
	border-radius: 10px
}

@media(max-width:768px) {
	.mob_foot {
		margin-top: 20px
	}

	.quick-link {
		margin-top: 40px
	}

	#contact-us {
		padding-top: 0
	}

	.host-slider1 .owl-item img {
		width: auto;
		height: 55vh !important
	}
}

/*--------------------------------------
	green color css #4D32A5
----------------------------------------*/

.off-blue {
	background-color: #B09DEF38
}

.form-control:focus {
	border: 1px solid #4D32A5;
	box-shadow: 0 0 5px 0px rgba(3, 191, 218, .56);
}

.head-detail .logs .drop-links:hover {
	color: #4D32A5;
}

.host-blue-warp .host-slider1 .host-amt {
	color: #4D32A5;
}

.menubar .nav-item:hover .nav-link {
	color: #4D32A5;
}

.menu-item h3 {
	color: #4D32A5;
}

.menubar .dropdown-item:hover {
	background-color: #4D32A5;
}

.menubar .dropdown-toggle:hover::after {
	color: #4D32A5
}

.header-blue .navbar,
.logo-blue {
	border-color: #4D32A5;
}

.header-blue .mega-menu,
.header-blue .menubar .drop-menu {
	border-color: #4D32A5
}

.host-slider1.owl-theme .owl-nav .owl-prev:hover.owl-prev i::before,
.host-slider1.owl-theme .owl-nav .owl-next:hover.owl-next i::before {
	color: #4D32A5;
}

.host-slider1 .owl-nav .owl-prev i::after {
	background-color: #4D32A5;
}

.host-slider1 .owl-nav .owl-next i::after {
	background-color: #4D32A5;
}

.host-slider1.owl-theme .owl-dots .owl-dot.active span {
	background-color: #4D32A5;
}

.search-domain h4 {
	color: #4D32A5
}

.searchs .domain-links:hover {
	color: #4D32A5
}

.domain-search-box .host-btn {
	background-color: #4D32A5;
}

.host-pakage .host-btn {
	background-color: #4D32A5;
}

.host-pakage .host-btn:hover {
	color: #4D32A5;
}

.slide-overlay h2 span {
	color: #4D32A5;
}

.top-line::after {
	background-color: #4D32A5;
}

.top-line::before {
	border-top-color: #4D32A5;
}

.title-border::after,
.title-border::before {
	background-color: #4D32A5;
}

.title-border span::after {
	border-top-color: #4D32A5;
}

.title-border span::before {
	border-bottom-color: #4D32A5;
}

.service .tab-pane .panel-content h5 {
	color: #4D32A5;
}

.service .sub-panel-descrip li i {
	color: #4D32A5
}

.service-slider .owl-prev:hover {
	border-right-color: #4D32A5;
}

.service-slider .owl-next:hover {
	border-left-color: #4D32A5;
}

.feature-2 .feature-box h3 {
	color: #4D32A5;
}

.feature .fea-descrip .feature-item.current .f-item-icon {
	background-color: #4D32A5;
	border-color: #4D32A5;
}

.feature .fea-descrip .feature-item.current .feature-item-link {
	color: #4D32A5;
}

.feature-2 .f-holder.current .dot,
.feature-2 .f-holder.current .features-tab {
	color: #4D32A5
}

.feature .tab-content .tab-pane-f h3 {
	color: #4D32A5
}

.feature-2 .feature-list-group li.current .fetaures-tab {
	color: #4D32A5;
}

.feature-item.current .dot {
	color: #4D32A5;
}

.feature-2 .f-holder.current .f-item-icon {
	border: 1px solid #4D32A5;
}

.feature-2 .f-holder.current .f-item-icon {
	background-color: #4D32A5;
}

.plan-wrap .popular span {
	background-color: #4D32A5;
}

.plan-wrap .popular::before,
.plan-wrap .popular::after {
	background-color: #04a1b8;
}

.single-pricing-item .price-heading {
	background-color: #4D32A5;
}

.single-pricing-item {
	background-color: #B09DEF38;
}

.plan-wrap .plan-body {
	background-color: #4D32A5;
}

.plan-wrap .plan-body::after {
	border-top-color: #4D32A5;
}

.plan-wrap.active .plan-footer .host-btn {
	background-color: #fff;
	color: #4D32A5
}

.plan-wrap.active .host-btn .i-round {
	background-color: #4D32A5;
	color: #fff
}

.plan-features .right i {
	color: #4D32A5
}

.bulletWrap .after {
	background-color: #4D32A5;
}

.vps-content .vps-item {
	background-color: #4D32A5;
}

.vps-tooltip {
	background-color: #4D32A5;
}

.vps-tooltip::after {
	border-top-color: #4D32A5;
}

.pro-item .funfact {
	border-color: #fff;
}

.fun-in h4 {
	color: #fff;
}

.plan-wrap .plan-features {
	background-color: #B09DEF38;
}

.vps {
	background-color: #B09DEF38;
}

.vps .slide a.older-event {
	background-color: #4D32A5
}

.bulletWrap .slide a.active,
.bulletWrap .slide a:hover,
.bulletWrap .slide a.older-event.active,
.bulletWrap .slide a.older-event:hover {
	background-color: #fff;
}

.bulletWrap .slide a.active,
.bulletWrap .slide a:hover {
	border-color: #4D32A5;
}

.acc-head::after {
	color: #4D32A5;
	border-color: #4D32A5;
}

.acc-head {
	background-color: #4D32A5;
}

.card-body {
	border-left: 1px solid #4D32A5;
}

.portfolio {
	background-color: #B09DEF38;
}

.portfolio .sort-btn.active {
	border: 2px solid #4D32A5
}

.port-item:hover .dimmer {
	border-color: #4D32A5;
}

.portfolio-overlay a {
	background-color: #4D32A5;
}

.portfolio-overlay a.popup {
	border-right-color: #4fd2e5;
}

.team-members .item {
	background-color: #4D32A5;
}

.team-slider .owl-next:hover {
	border-left-color: #4D32A5
}

.team-slider .owl-prev:hover {
	border-right-color: #4D32A5
}

.team-hover {
	background-color: #4D32A5;
}

.team-members .item:hover {
	border-color: #4D32A5;
}

.team-members .item:hover .team-detail {
	background-color: #4D32A5;
	border-color: #4D32A5
}

.testi-slider .slick-center .testi-avtar {
	border: 4px solid #4D32A5;
}

.client-desig h4 {
	color: #4D32A5;
}

.testi-2 .testi-designation-slider .slick-dots li.slick-active button {
	background-color: #4D32A5;
}

.why-us {
	background-color: #B09DEF38;
}

.why-us-2 {
	background-color: #B09DEF38;
}

.blog {
	background-color: #B09DEF38;
}

.feature-2 {
	background: #B09DEF38;
}

.feature .fea-descrip .feature-item .feature-item-link .fea-text {
	background-color: #B09DEF38;
}

.blog-item .post-content {
	border-top: 2px solid #4D32A5;
}

.blog-item .post-meta {
	background-color: #4D32A5;
}

.post-content h4 a:hover {
	color: #4D32A5;
}

.post-bottom .post-admin:hover {
	color: #4D32A5;
}

.post-bottom .host-btn:hover {
	background-color: #4D32A5;
}

.post-bottom .host-btn:hover .i-round {
	color: #4D32A5;
}

.subscribe-box {
	background-color: #4D32A5;
}

.subs-btn .host-btn {
	color: #4D32A5
}

.log-panel .lang-links:hover {
	background-color: #4D32A5
}

.btn-submit {
	background-color: #4D32A5;
}

.login-form h3 {
	color: #4D32A5;
}

.login-form a {
	color: #4D32A5
}

.contact-menu li i {
	color: #4D32A5
}

.quick-link li a:hover,
.host-links li a:hover {
	color: #4D32A5;
}

.footer-form .btn-submit {
	background-color: #4D32A5;
}

.footer-social a:hover {
	background-color: #4D32A5;
}

.footer-copyright a {
	color: #4D32A5;
}

.price-heading::after {
	border-left-color: #4D32A5;
}

.best-sale .host-btn {
	color: #4D32A5
}

.best-sale .host-btn .i-round {
	background-color: #4D32A5;
}

.best-banner {
	background-color: #4D32A5;
}

.banner-links ul {
	background-color: #4D32A5;
}

#history-timeline::before {
	background-color: #4D32A5;
}

.timeline-img {
	border-color: #4D32A5;
	background-color: #fff;
}

.timeline-content h2 {
	background-color: #4D32A5;
}

.guest-form h3 a,
.guest-form h4 {
	color: #4D32A5;
}

.total-items .btn-submit {
	background-color: #4D32A5;
}

.bill-address a {
	color: #4D32A5;
}

.mark {
	color: #4D32A5;
}

.dmoain-pricing table .domain-head {
	background-color: #4D32A5;
}

.process-img {
	border-color: #4D32A5;
}

.sign-in a,
.sign-up a {
	color: #4D32A5;
}

.our-history {
	background-color: #B09DEF38;
}

.guest-form {
	background-color: #B09DEF38;
}

.dmoain-pricing tbody tr:nth-child(even) {
	background-color: #B09DEF38
}

.sign-in,
.sign-up {
	background-color: #B09DEF38
}

.project-detail-slider .owl-nav .owl-prev:hover i,
.project-detail-slider .owl-nav .owl-next:hover i {
	color: #4D32A5;
}

.project-detail-slider .owl-nav .owl-prev i::after,
.project-detail-slider .owl-nav .owl-next i::after,
.project-detail h3 {
	background-color: #4D32A5;
}

.pro-overview .descrip,
.pro-social {
	border-bottom-color: #4D32A5;
}

.pro-overview .descrip a {
	color: #4D32A5;
}

.pro-social a:hover {
	background-color: #4D32A5;
}

.blog-meta {
	background-color: #4D32A5;
}

.search-widget .form-control {
	border-color: #4D32A5;
}

.btn-widget::after {
	background-color: #4D32A5;
}

.btn-widget::before {
	border-right-color: #4D32A5;
}

.btn-widget::before {
	border-right-color: #4D32A5;
}

.border-arrow::after {
	background-color: #4D32A5;
}

.border-arrow::before {
	border-top-color: #4D32A5;
}

.widget-items {
	border: 1px solid #4D32A5;
}

.cat-items.active h4 {
	color: #4D32A5;
}

.cat-items h4::after {
	border-top-color: #4D32A5;
}

.post-list-group li {
	background-color: #4D32A5;
}

.post-list-group li.current::after {
	background-color: #4D32A5
}

.post-list-group li.current::before {
	border-top-color: #4D32A5;
}

.news-post .content {
	background-color: #4D32A5;
}

.archive-item a:hover {
	color: #4D32A5;
}

.post-slide .carousel-indicators .active {
	-webkit-box-shadow: 0 0 0 2px #4D32A5;
	-ms-box-shadow: 0 0 0 2px #4D32A5;
	-o-box-shadow: 0 0 0 2px #4D32A5;
	box-shadow: 0 0 0 2px #4D32A5;
}

.post-next::after,
.post-prev::after {
	background-color: #4D32A5;
}

.post-next:hover span,
.post-prev:hover span {
	color: #4D32A5
}

.blog-detail-item .post-content h4 {
	color: #4D32A5;
}

blockquote::before,
blockquote::after {
	color: #4D32A5;
}

.domain-post i {
	color: #4D32A5;
}

.blog-social a:hover {
	background-color: #4D32A5;
}

.abt-author span {
	background-color: #4D32A5;
}

.author-img {
	border: 1px solid #4D32A5;
}

.com-img {
	border-color: #4D32A5;
}

.reply {
	background-color: #4D32A5;
}

.comm-content h5 {
	color: #4D32A5;
}

.element-head {
	background-color: #4D32A5;
}

.host-btn.btn-white-blue {
	color: #4D32A5
}

.host-btn.btn-white-blue .i-round {
	background-color: #4D32A5;
}

.host-btn.btn-subs,
.host-btn.btn-pay {
	background-color: #4D32A5;
}

.btn-proced,
.btn-com,
.c-acc {
	background-color: #4D32A5;
}

.top-dot::after,
.bot-dot::after,
.side-dot::after {
	background-color: #4D32A5;
}

.top-dot::before,
.bot-dot::before,
.side-dot::before {
	border-color: #4D32A5;
}

.side-mark {
	background-color: #4D32A5;
}

table tr {
	border-bottom-color: #4D32A5;
}

.process-item::after {
	color: #4D32A5;
}

.contact-adress {
	background-color: #B09DEF38;
	border-color: #4D32A5;
}

.contact-adress p i {
	color: #4D32A5;
}

.portfolio-columns .sorting,
.portfolio-columns .sort-btn {
	background-color: #B09DEF38;
}

.team-styles {
	background-color: #B09DEF38;
}

.support-item {
	background-color: #4D32A5;
}

.page-404 .host-btn {
	background-color: #4D32A5;
}

.page-404 h3 span {
	color: #4D32A5
}

.pagination-item.active,
.pagination-item:hover {
	background-color: #4D32A5;
}

.page-prev i {
	color: #4D32A5;
}

.page-next i {
	color: #4D32A5;
}


@media (max-width: 1299px) {
	.team-slider .owl-nav {
		top: auto;
		position: relative;
		padding-top: 40px;
		transform: translate(0);
	}

	.team-slider .owl-nav [class*="owl-"] {
		position: relative;
		margin: 10px 10px 0;
	}

	.team-slider .owl-prev {
		left: auto;
	}

	.team-slider .owl-next {
		right: auto;
	}
}

@media (min-width: 1199px) {
	.blog-list .blog-item {
		max-width: 100%;
		margin: 20px auto;
		background-color: #ebebeb;
	}

	.blog-head,
	.blog-bottom {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.blog-list .post-bottom {
		padding: 5px 15px;
	}

	.blog-list .blog-item .post-content {
		padding: 23px;
	}
}

@media (max-width: 1199px) {
	.menubar .search-domain h4 {
		font-size: 30px;
	}

	.search-domain .form-inline .form-control {
		width: 65%;
	}

	.select-wrapper {
		width: 21%;
	}

	.partner-item {
		min-height: 200px;
	}

	.partner-item img {
		top: 50%;
	}

	.footer {
		padding-top: 0;
	}

	.host-subscribe {
		width: 100%;
		margin-top: 0;
		position: relative;
		margin: 0 auto;
	}

	.subscribe-box {
		width: 100%;
		height: auto;
		border-radius: 0;
	}

	.subs-heading,
	.subs-btn {
		float: none;
	}

	.sub-wrap {
		padding: 0;
	}

	.subs-heading h3 {
		font-size: 35px;
		padding-bottom: 20px;
		text-align: center;
	}

	.subs-btn {
		text-align: center;
	}

	.single-pricing-item .plan-features {
		padding-left: 27px;
	}

	.pb-140 {
		padding-bottom: 80px;
	}

	.timeline-container {
		padding: 20px 0;
	}
}

@media (max-width: 1200px) and (min-width: 991px) {
	.feature .tab-content {
		width: 320px;
		height: 320px;
		padding: 35px 70px;
	}

	.feature .feature-item {
		margin: 30px 0;
	}

	.feature .tab-content .tab-pane-f h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.feature .tab-content .tab-pane-f p {
		font-size: 14px;
	}

	.feature .fea-descrip.first .feature-item .f-item-icon {
		position: absolute;
		right: -175px;
	}

	.feature .fea-descrip.first .feature-item:nth-child(2) .f-item-icon {
		position: absolute;
		right: -135px;
	}

	.feature .fea-descrip.second .feature-item .f-item-icon {
		position: absolute;
		left: -175px;
	}

	.feature .fea-descrip.second .feature-item:nth-child(2) .f-item-icon {
		position: absolute;
		left: -135px;
	}

	.project-wrap,
	.faq-wrap {
		max-width: 480px;
	}

	.host-blue-warp .slide-text {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.search-domain .container {
		max-width: 100%;
	}

	.list-group-item {
		font-size: 16px;
	}

	.service .panel-content {
		padding-top: 20px;
	}

	.service .list-group-item {
		font-size: 17px;
	}

	.feature .tab-content {
		padding: 45px;
		width: 100%;
		margin-top: 20px;
		height: auto;
		border-radius: 20px;
	}

	.feature .feature-item {
		margin: 10px auto;
		max-width: 400px;
		text-align: left;
	}

	.feature .fea-descrip .feature-item-link {
		padding: 19px 0;
	}

	.feature .fea-descrip.first .f-item-icon,
	.feature .fea-descrip.second .f-item-icon {
		width: 60px;
		height: 60px;
	}

	.feature .fea-descrip.first .f-item-icon,
	.feature .fea-descrip.first .feature-item:nth-child(2) .f-item-icon {
		right: 0;
	}

	.feature .fea-descrip.second .feature-item .f-item-icon,
	.feature .fea-descrip.second .feature-item:nth-child(2) .f-item-icon {
		right: 0;
		left: auto;
	}

	.hosting-fea.feature .fea-descrip .feature-item .feature-item-link .fea-text {
		background-color: transparent;
	}

	.plan-wrap {
		margin: 30px auto;
	}

	.feature .fea-descrip.first .feature-item .dot,
	.feature .fea-descrip.second .feature-item .dot {
		display: none;
	}

	.feature .fea-descrip .feature-item .feature-item-link .fea-text {
		background: none;
	}

	.pro-faq {
		display: block;
	}

	.project,
	.faq {
		width: 100%;
	}

	.project-wrap {
		padding: 0;
	}

	.sorting,
	.portfolio-columns .sorting {
		background-color: transparent;
		border-radius: 0;
	}

	.portfolio .sort-btn {
		margin: 5px;
	}

	.contact-menu {
		padding-right: 0;
	}

	.feature-2 .feature-content-holder {
		margin-top: 50px;
	}

	.price-heading::after {
		display: none;
	}

	.single-pricing {
		padding: 20px 0px;
		max-width: 400px;
		margin: 0 auto;
	}

	.single-pricing-item .plan-features {
		text-align: center;
		padding-left: 0;
	}

	.single-pricing-item .price-item {
		width: auto;
		display: block;
		float: none;
	}

	.host-blue-warp .slide-text {
		text-align: center;
	}

	.slide-text .slide-para {
		max-width: 550px;
	}

	.why-para {
		padding-bottom: 40px;
	}

	.why-para p {
		text-align: center;
	}

	.cart-total {
		margin-top: 40px;
	}

	.process-item {
		width: calc(100% / 2);
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.why-in {
		max-width: 400px;
		margin: 20px auto;
	}

	.service .sub-panel-descrip {
		width: 48%;
		padding: 10px 0;
	}

	.service .list-group li {
		width: 48%;
		margin: 0 1% 10px;
	}

	.service .list-group-item.active::after {
		display: none;
	}

	.vps-content .vps-item {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 10px;
	}

	.contact-menu,
	.quick-link,
	.host-links {
		margin-bottom: 50px;
	}

	.subs-heading h3 {
		font-size: 28px;
	}

	.host-slider1 .owl-nav {
		display: none;
	}

	.top-banner h2 {
		font-size: 40px;
	}

	table {
		border: 0;
		font-size: 13px;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		display: block;
		margin-bottom: 30px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding: 0 10px;
	}

	table td {
		display: block;
		text-align: right;
	}

	table td:before {
		content: attr(data-label);
		float: left;
		text-align: left;
		font-weight: bold;
		width: 70%;
		text-transform: uppercase;
	}

	table td:last-child {
		border-bottom: 0;
	}

	.process-item {
		width: 100%;
	}

	.sign-in h3,
	.sign-up h3 {
		font-size: 30px;
	}

	#host-map {
		height: 300px;
		width: 100%;
	}

	.page-404 h4 {
		font-size: 100px;
	}

	.sub-com {
		margin-left: 0;
	}

	.typography .domain-post {
		width: 50%;
		margin-bottom: 20px;
	}

	.slide-text .slide-para {
		display: none;
	}

	.slide-text h2 {
		margin-bottom: 20px;
	}

	.host-pakage {
		margin-top: 20px;
	}

	.slide-text h2 {
		font-size: 35px;
	}
}

@media (max-width: 575px) {
	.all-title h3 {
		font-size: 35px;
	}

	.host-pakage li {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.host-pakage li p {
		text-align: center;
		margin-right: 0;
	}

	.host-pakage .host-btn {
		margin-top: 5px;
		padding: 11px 18px;
	}

	.host-slider1 .owl-nav i {
		padding: 0px 7px;
	}

	.search-domain .form-inline .form-control {
		width: 100%;
		border-radius: 0;
	}

	.select-wrapper {
		width: 100%;
		margin: 10px 0;
	}

	.domain-search-box .host-btn {
		width: 100%;
		border-radius: 0;
	}

	.service .sub-panel-descrip {
		width: 100%;
	}

	.feature .tab-content {
		padding: 25px 15px;
		width: 100%;
	}

	.feature .fea-descrip.first .feature-item .f-item-icon,
	.feature .fea-descrip.second .feature-item .f-item-icon {
		width: 50px;
		height: 50px;
	}

	.feature .fea-descrip .feature-item .feature-item-link {
		font-size: 14px;
		padding: 14px 0;
	}

	.pro-item .funfact {
		width: 90%;
		float: left;
		margin: 1% 5%;
		padding: 25px;
	}

	.fun-in {
		position: relative;
		text-align: center;
		padding: 0;
	}

	.fun-icon {
		position: relative;
	}

	.team-members .item {
		margin-right: auto;
		margin-left: auto;
		max-width: 300px;
	}

	.feature-2 .feature-content-holder {
		padding: 40px;
	}

	.feature-list-group {
		max-width: 400px;
		margin: 0 auto;
		padding-left: 80px;
	}

	.banner-links li a,
	.banner-links li span {
		padding: 0 5px;
	}

	.sign-in-wrap,
	.sign-up-wrap {
		padding: 25px;
	}

	.domain-post {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.typography .domain-post {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}

	.login-panel,
	.register-panel {
		padding: 25px;
	}
}

@media (max-width: 380px) {
	.service .list-group li {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.service .tab-pane {
		width: 100%;
		padding: 20px;
	}

	.vps-content .vps-item {
		width: 100%;
		margin: 0 auto 10px;
	}

	.vps-content .cost {
		margin-top: 10px;
		font-size: 30px;
	}

	.login-panel,
	.register-panel {
		width: 240px;
	}
}

@media (min-width: 992px) {
	.menubar .drop-menu {
		position: absolute;
		padding: 0;
		top: 100%;
		border: 0;
		border-radius: 0;
		left: -18px;
		min-width: 200px;
		z-index: 1000;
		float: none;
		background-color: #fff;
		background-clip: padding-box;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: all 300ms linear 0s;
		-o-transition: all 300ms linear 0s;
		transition: all 300ms linear 0s;
		display: block;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
	}

	.navbar-nav,
	.navbar {
		display: block;
	}

	.header-green .navbar {
		max-width: 800px;
		margin: 0 auto;
	}

	.sticky-menu .navbar {
		border: 0;
		border-radius: 0;
	}

	.menubar .nav-item {
		display: inline-block;
	}

	.header-blue .menubar .drop-menu {
		border-top-width: 4px;
		border-top-style: solid;
	}

	.header-blue .navbar-nav {
		display: block;
		text-align: center;
	}

	.header-blue .mega-menu {
		border-top-width: 4px;
		border-top-style: solid;
		left: 50%;
		right: auto;
		-webkit-transform: scaleY(0) translateX(-50%);
		-ms-transform: scaleY(0) translateX(-50%);
		transform: scaleY(0) translateX(-50%);
	}

	.mega-menu {
		top: 100%;
		right: 0;
		position: absolute;
		min-width: 200px;
		z-index: 99;
		background-color: #fff;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: all 300ms linear 0s;
		-o-transition: all 300ms linear 0s;
		transition: all 300ms linear 0s;
		display: block;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		z-index: 999;
	}

	.menubar .dropdown-item {
		color: #131b31;
		font-weight: 500;
		text-transform: capitalize;
		border-bottom: 1px solid #ebebeb;
		padding: 10px 0 10px 20px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.menubar .dropdown-item:last-child {
		border-bottom: 0;
	}

	.menubar .dropdown-item:hover {
		color: #fff;
	}

	.header-wrap.header-blue {
		padding-bottom: 40px;
	}

	.menubar .navbar-nav .nav-link {
		padding: 27px 0;
	}

	.mega-dropdown:hover .mega-menu,
	.menubar .drop:hover .drop-menu {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}

	.header-blue .mega-dropdown:hover .mega-menu {
		-webkit-transform: scaleY(1) translateX(-50%);
		-ms-transform: scaleY(1) translateX(-50%);
		transform: scaleY(1) translateX(-50%);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}

	.drop {
		position: relative;
	}

	.mega-menu .dropdown-item {
		padding: 10px 0 10px 30px;
	}

	.menu-item {
		border-right: 1px solid #ebebeb;
	}

	.menu-item:last-child {
		border-right: none;
	}

	.menu-item h3 {
		font-size: 15px;
		text-transform: capitalize;
		border-bottom: 1px solid #ebebeb;
		padding: 15px 0 15px 20px;
	}

	.sub-menu {
		display: table;
		min-width: 200px;
		right: 0;
	}

	.sub-menu .menu-item {
		display: table-cell;
		min-width: 200px;
	}

	.header-wrap:after {
		content: "";
		top: 0;
		right: 0;
		position: absolute;
		background-color: #fff;
		height: 80px;
		width: 50%;
		z-index: 1;
	}

	.head-detail:before {
		content: "";
		top: -38px;
		left: -16px;
		position: absolute;
		background-color: #fff;
		height: 100%;
		width: 78px;
		-webkit-transform: rotate(-28deg);
		-ms-transform: rotate(-28deg);
		transform: rotate(-28deg);
		z-index: -1;
	}

	.head-detail {
		background-color: #fff;
		color: #707070;
		min-height: 80px;
		border-radius: 0 0 0 50px;
	}

	.logs .drops .drop-links {
		color: #707070;
	}

	.header-wrap .logo {
		padding: 50px 0;
		text-align: left;
	}

	.header-wrap .logo img {
		width: auto;
	}

	.top-logs-area .cal-us {
		padding: 29px 0;
	}

	.top-logs-area .logs {
		padding: 29px 0;
	}

	.top-logs-area .cal-us {
		margin-left: 15px;
	}

	.header-wrap {
		padding: 0;
	}

	.why-us {
		background-image: url(../img/icons/rocket-2.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 20%;
	}

	.cart-total {
		margin-left: 40px;
	}

	.total-items {
		padding-top: 25px;
	}

	.process-item::after {
		position: absolute;
		content: ".....................";
		white-space: nowrap;
		font-size: 50px;
		z-index: -1;
		top: 3%;
		-webkit-transform: translateX(5%);
		-ms-transform: translateX(5%);
		transform: translateX(5%);
		letter-spacing: 4px;
	}

	.sign-in {
		background-image: url(../img/icons/rocket-login.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.sign-up {
		background-image: url(../img/icons/rocket-register.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media only screen and (min-width: 1199px) {
	.menubar .nav-item {
		padding-right: 45px;
	}

	.timeline-container {
		padding: 100px 0;
	}

	.timeline-container::before {
		left: 50%;
		margin-left: -2px;
	}

	.timeline-block:first-child {
		margin-top: 0;
	}

	.timeline-block:last-child {
		margin-bottom: 0;
	}

	.timeline-img {
		width: 60px;
		top: 3px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
	}

	.timeline-img i {
		font-size: 25px;
		padding-top: 14px;
	}

	.timeline-content {
		margin: 0 10px;
		width: 38%;
	}

	.timeline-content .cd-read-more {
		float: left;
	}

	.timeline-block:nth-child(odd) .timeline-content {
		float: right;
	}

	.top-dot::after {
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		top: -1px;
		margin-left: -3px;
	}

	.top-dot::before {
		content: "";
		top: -6px;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		margin-left: -8px;
		width: 17px;
		height: 17px;
		border-width: 3px;
		border-style: solid;
	}

	.bot-dot::after {
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		bottom: -1px;
		margin-left: -3px;
	}

	.bot-dot::before {
		content: "";
		bottom: -6px;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		margin-left: -8px;
		width: 17px;
		height: 17px;
		border-width: 3px;
		border-style: solid;
	}

	.side-dot.inverse {
		right: 115px;
	}

	.side-mark.inverse {
		right: 54px;
		left: auto;
	}

	.side-dot {
		position: absolute;
		right: -56px;
		top: 20px;
		z-index: 9;
	}

	.side-mark {
		position: absolute;
		top: 22px;
		width: 50px;
		height: 4px;
		left: 52px;
	}

	.side-dot::after {
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		margin-left: -1px;
	}

	.side-dot::before {
		content: "";
		bottom: -12px;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		margin-left: -6px;
		width: 17px;
		height: 17px;
		border-width: 3px;
		border-style: solid;
	}
}

@media (min-width: 576px) {
	.funfact:nth-child(1) {
		border-top: transparent;
		border-left: transparent;
		border-bottom-right-radius: 10px;
	}

	.funfact:nth-child(2) {
		border-top: transparent;
		border-right: transparent;
		border-bottom-left-radius: 10px;
	}

	.funfact:nth-child(3) {
		border-bottom: transparent;
		border-left: transparent;
		border-top-right-radius: 10px;
	}

	.funfact:nth-child(4) {
		border-bottom: transparent;
		border-right: transparent;
		border-top-left-radius: 10px;
	}

	.feature-2 .feature-image {
		position: absolute;
		left: 0;
		z-index: 9;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
	}

	.f-holder .dot {
		position: absolute;
		display: block;
		z-index: 0;
		top: 10px;
		color: #959595;
	}

	.f-holder .dot:before {
		position: absolute;
		font-size: 25px;
		white-space: nowrap;
		content: "................";
		z-index: -1;
		font-size: 30px;
	}

	.f-holder.first .dot:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: -109px;
		top: 56px;
	}

	.f-holder.fifth .dot:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: -109px;
		bottom: 16px;
	}

	.f-holder.second .dot:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: -153px;
		top: 22px;
	}

	.f-holder.fourth .dot:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		left: -165px;
		bottom: 0;
	}

	.f-holder.third .dot:before {
		left: -175px;
	}

	.f-holder.first,
	.f-holder.fifth {
		left: -155px;
	}

	.f-holder.second,
	.f-holder.fourth {
		left: -60px;
	}

	.page-prev {
		text-align: left;
		float: left;
	}

	.page-next {
		text-align: right;
		float: right;
	}
}

.logo-blue {
	max-width: 200px;
	width: 100%;
}

.footer-logo {
	max-width: 60%;
	width: 100%;
}

.why-icon i {
	color: #4d32a5 !important;
  }
  .service-icon i {
	color: #4d32a5 !important;
	padding-bottom: 20px;

  }

  .service-2 .service-item:hover .service-icon i {
	color: #fff !important;
 }

 #business-solutions i {
	color: #fff;
  }
  .text-success {
	color: #4d32a5 !important;
  }
 

  .service .list-group-item.active i {
	color:#fff;
  }

  .service .list-group-item i {
	color:#4d32a5
  }

  .list-group-item-action.active .text-primary {
	color: #fff !important;
}

@media(max-width:768px){
	.footer-logo img {
		width: 100%;
		max-width: 300px;
	  }
	  .contact-us h3 {
		font-size: 30px;
	  }
}
