/*--------------------------------------------------------------------------
DESIGN BY LARTS.PRO
------------------------------------------------------------------------------*/

body {
  font-family: TT Norms;
  }

body p,
body a,
body ul li,
body ol li {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

body p,
body a,
body ul li,
body ol li,
label {
  color: #6f6f6f; }

h1, h2, h3, h4, h5, h6 {
  color: #2d2d43; }

body p,
body a,
body ul li,
body ol li,
label {
  line-height: 32px; }

body p,
body a,
body ul li,
body ol li,
label {
  font-size: 16px; }

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%; }

input:focus, input:active,
textarea:focus, textarea:active,
select:hover, select:focus, select:active {
  box-shadow: none;
  outline: 0px;
  box-shadow: none !important; }

button:hover, button:focus, button:active {
  outline: 0;
  box-shadow: none !important;
  cursor: pointer; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; }
.ucp__info {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    margin: 15px auto 0 auto;
    border-radius: 53px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 105px;
}
.circle {
  border-radius: 100px;
}
.info__icon img{position:relative;content:" ";display:block;width:88px;height:88px;border-radius: 100px;}
.ucp__info i{position:relative;content:" ";display:block;background:url('http://samp-portland.ru/images/ucpinfo__icon.png') no-repeat;width:88px;height:88px;}
.ucp__info h6{font-weight:400;font-size:16px;color:#565656; }
.ucp__info p{padding-top:5px;font-weight:400;font-size:14px;color:#565656;}
.ucp__info a.info__btn{opacity:.8;float:right;display:block;text-align:center;line-height:55px;background:#ff4c4c;border-radius:27px;transition:.3s;font-weight:400;font-size:14px;color:#fff;width:96%;height:55px;}
.ucp__info a.info__btn:hover{opacity:1;}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  box-shadow: none; }

.input-group
.form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 1; }

iframe {
  border: 0; }
.table{
  margin-bottom:0;
}
a>button{ line-height: 20px !important;}
.error-shop{
	width: 100%;
	margin-top: 60px;
}
.col-lg-12 > .post-container > .row{
	min-height: 440px;
}
.form-control[readonly]{ background: white !important; }
.loader {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #628ff9;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
#vk_allow_messages_from_community{
	position: absolute;
	right: 50px;
	top: 80px;
	width: 200px !important;
}
.section-spacing {
  padding-top: 140px;
  padding-bottom: 140px; }

.inner-spacing {
  padding-top: 80px;
  padding-bottom: 80px; }

.skew-section-spacing {
  padding-top: 50px;
  }
.skew-bottom-spacing {
  padding-bottom: 180px; }

.skew-inner-spacing {
  padding-top: 100px; }
.minus-30{
  padding-bottom:calc(140px - 20px);
}
.minus-15{
  padding-bottom:calc(140px - 15px);
  padding-top:calc(140px - 15px);
}
.btn-style1 {
  padding: 12px 25px;
  border: 1px solid;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-style2 {
  background-color: transparent !important;
  padding: 12px 40px;
  border: 1px solid;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-style-3 {
  background-color: transparent;
  padding: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-style-3:hover,
.btn-style-3:focus {
  color: #4c57aa !important;
  background-color: transparent !important; }

.btn-style-3 i {
  margin-left: 10px; }

.btn-color1 {
  background-color: #13c8a6;
  border-color: #13c8a6;
  color: #13c8a6; }

.btn-color1:hover,
.btn-color1:focus {
  background-color: #efcb53;
  border-color: #efcb53;
  color: #efcb53; }

.btn-color2 {
  background-color: #efcb53;
  border-color: #efcb53;
  color: #efcb53; }

.btn-color2:hover,
.btn-color2:focus {
  background-color: #555fae;
  border-color: #555fae;
  color: #555fae; }

.btn-color3 {
  background-color: #555fae;
  border-color: #555fae;
  color: #555fae; }

.btn-color3:hover,
.btn-color3:focus {
  background-color: #13c8a6;
  border-color: #13c8a6;
  color: #13c8a6; }

.bg-color1 {
  /* background-color: #ffffff; */
  position: relative;
  }

.bg-color2 {
  /* background-color: #fcfdfe; */
  position: relative;
  }

.bg-color3 {
  /* background-color: #f6f7f8; */
  position: relative;
  }

.bg-color4 {
  background-color: #e9f5fd;
  position: relative; }

.bg-color5 {
  background-color: #4c57aa;
  position: relative;
}

.warn-dialog {
  font-weight: normal !important;
  border: 4px solid #88888e;
  padding: 16px;
  border-radius: 40px;
}
.warn-dialog > a {
  font-weight: 600;
  color: #608cf6ff !important;
  font-size: inherit;
}

.warntext {
	font-weight: normal !important;
	border: 4px solid #eef7fe;
	padding: 16px;
	border-radius: 40px;
}
.warntext > a {
	font-weight: 600;
	color: #608cf6 !important;
	font-size: inherit;
}
.buystable{
  width: 100%;
  margin: 26px;
}
.buystable th {
  text-align: inherit;
  font-size: 14px;
  color: #9ca5bd !important;
  padding: 0px 25px;
}
.buystable td{
  font-size: 21px;
  border-bottom: 1px dashed #e7e8ee;
  padding: 12px;
  color: #2d3b67;
  cursor: pointer;
}
.menu {
    color: #618ef8 !important;
    font-size: large;
    border-bottom: 1px dotted #deeaf4;
    padding: 26px;
    font-weight: 500;
	display: block;
}
.searchform > input,
.searchform > select{
	margin: 6px;
}
.searchform > select{
	width: 500px;
}
.searchform > input{
	width: inherit !important;
}
.searchform{
	display: inline-flex;
	width: 100%;
	margin-top: 24px;
}
.searchform > input[type=search]{
	flex-grow:2;
}
@media only screen and (max-width: 768px){
	.searchform{
		display: block;
	}
	.searchform > select {
	    width: 100% !important;
	}
	.feature-container .col-md-4{
		margin-bottom: 35px;
	}
	nav.highlight {
		margin-right: 0px !important;
	}
	#vk_allow_messages_from_community{
		position: static !important;
	}
}
/*
===========================
1.0 Header Area
===========================
*/
.header-area {
  position: relative;
  z-index: 2;
  -webkit-transition:all .6s ease 0s;
  transition: all .6s ease 0s;
  }

.header-brand a {
  display: block;
  padding-top: 26px; }

ul#responsive-menu ul {
  width: 200px; }

ul#responsive-menu li {
  /* background-color: #fcfdfe; */
  border-left: 0;
  }

ul#responsive-menu ul li {
  background-color: #e9f5fd;
  display: block;
  float: none; }

ul#responsive-menu li a {
  padding: 35px 30px 35px 10px;
  color: #3a3d46;
  text-transform: uppercase;
  font-size: 16px;
  }

ul#responsive-menu ul li a {
  padding: 8px 15px;
  text-transform: capitalize; }

ul#responsive-menu li .sub-toggle {
  background: transparent;
  width: 14px;
  right: 10px; }

ul#responsive-menu > li > a:hover {
  background-color: transparent;
  color: #555fae; }

ul#responsive-menu ul li a:hover {
  background-color: #4c57aa;
  color: #ffffff; }

ul#responsive-menu li .sub-toggle > i {
  color: transparent;
  position: relative; }

ul#responsive-menu li .sub-toggle > i:before {
  content: "\f107";
  color: #2d2d43;
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

ul#responsive-menu li:hover > .sub-toggle > i:before {
  color: #ffffff !important; }

ul#responsive-menu li a.btn-get {
  position: relative;
  top: 30px;
  background-color: #555fae;
  padding: 8px 20px;
  border: 0;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

ul#responsive-menu li a.btn-get:hover,
ul#responsive-menu li a.btn-get:focus {
  background-color: #efcb53; }

ul.slimmenu li.active > a {
    color: #000000!Important;
}
/*
===========================
2.0 Banner Area
===========================
*/
.banner-area {
  position: relative;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 90vh;
  }

.skew-banner .skew_appended {
  /* background-color: #fcfdfe; */
  }

.banner-content h5 {
  color: #4c57aa;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px; }

.banner-content h1 {
  font-size: 55px;
  line-height: 80px;
  margin-bottom: 60px; }

.banner-button-container a {
  margin-right: 25px;
  margin-bottom: 10px;}

.banner-button-container a:last-child {
  margin-right: 0; }

/*
===========================
3.0 Wells Area
===========================
*/
.wells-section {
  background-color: #f5fafc; }

.wells-wrapper h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 0; }

.wells-breadcrumb .breadcrumb {
  display: block;
  text-align: center;
  background-color: transparent;
  margin-bottom: 0; }

.wells-breadcrumb .breadcrumb li {
  display: inline-block; }

.wells-breadcrumb .breadcrumb li a {
  font-size: 18px;
  color: #2d2d43;
  text-transform: capitalize;
  font-weight: 500; }

.wells-breadcrumb li.active a {
  color: #4c57aa; }

.wells-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #2d2d43; }

.wells-breadcrumb .breadcrumb {
    padding-bottom: 0;
}

/*
===========================
4.0 Feature Area
===========================
*/
.feature-container {
  margin-bottom: 60px; }

.feature-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  padding: 60px 30px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.feature-wrapper:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06); }

.feature-logo {
  border-radius: 10px;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  border: 3px solid #f4f9fe;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  margin-bottom: 40px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.feature-wrapper:hover .feature-logo {
  border-radius: 50%; }

.feature-logo img {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.diamond-shadow {
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1; }

.feature-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px; }

.feature-wrapper p {
  margin-bottom: 0; }

.counter-wrapper {
  text-align: center;
  width: 90%;
  margin: auto;
  display: table; }

.counter-wrapper .counter-icon {
  width: 90px;
  float: left; }

.counter-wrapper .counter-content {
  width: calc( 100% - 90px);
  float: left;
  text-align: left;
  padding-left: 30px; }

.counter-wrapper .counter-content span {
  color: #4c57aa;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px; }

.counter-wrapper .counter-content p {
  color: #2d2d43;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0; }

/*
===========================
5.0 Domain Area
===========================
*/
.section-title {
  margin-bottom: 60px; }

.section-title h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 10px; }

.section-title h6 {
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px; }

.section-title p {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0; }

.title-inverse h2,
.title-inverse h6,
.title-inverse p {
  color: #ffffff; }

form.domain-search {
  display: table;
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-bottom: 10px;

   }

form.domain-search input.domain-input,
form.domain-search .drop select,
form.domain-search button {
  font-size: 18px;
  line-height: 2;
  padding: 6px 20px;
  display: inline-block;
  float: left;
  outline: 0;
  border: 0px solid transparent;
  background: #ffffff; }

form.domain-search input.domain-input {
  width: calc(100% - 185px);
  max-width: 320px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

form.domain-search button {
  padding: 0.3em 1em;
  background: #07c5a1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

form.domain-search .drop {
box-sizing: border-box;
float: left;
font-size: 18px;
cursor: pointer;

}

form.domain-search .drop select {
    color: #ffffff;
    font-weight: 400;
    line-height: 2;
    background-color: #07d3ac;
    padding: 0.3em 1em;
    font-size: 18px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-apperance: none;
    border-radius: 0;
    cursor: pointer;
    height:47px;
}

/*
===========================
6.0 Services Area
===========================
*/
.services-area {
  position: relative; }

.services-bg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  background-image: url(images/service-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 260px;
  height: 240px; }

.services-bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20%;
  background-image: url(images/service-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 180px;
  height: 290px; }

.services-item {
  display: table;
  width: 100%;
  padding-right: 200px;
  margin-bottom: 100px; }

.services-item:last-child {
  margin-bottom: 0; }

.services-item-logo {
  width: 200px;
  height: 200px;
  background-color: #e9f5fd;
  float: left;
  border-radius: 50%;
  position: relative; }

.services-item-logo img {
  position: absolute;
  left: -30px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.services-item-desc {
  width: calc( 100% - 200px);
  float: left;
  padding-left: 30px; }

.services-item-desc h5 {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0; }

.services-item-desc h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px; }

.services-item-desc p {
  margin-bottom: 0; }

.service-inverse {
  padding-right: 0;
  padding-left: 200px; }

.service-inverse .services-item-logo {
  float: right; }

.service-inverse .services-item-desc {
  padding-right: 30px;
  padding-left: 0;
  text-align: right; }

.services-box-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.services-box-wrapper:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06); }

.services-box-logo {
  width: 100px;
  height: 100px;
  background-color: #e9f5fd;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 30px; }

.services-box-logo img {
  width: 70px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.services-box-desc h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0; }

.services-box-desc h5 {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.services-carousel .owl-nav {
  width: 100px;
  height: 30px;
  margin: auto;
  display: table;
  position: relative;
  top: 30px; }

.services-carousel .owl-prev {
  color: transparent;
  position: relative;
  float: left; }

.services-carousel .owl-prev:before {
  content: "\f177";
  font-family: 'FontAwesome';
  font-size: 30px;
  width: 40px;
  height: 20px;
  color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 0; }

.services-carousel .owl-next {
  color: transparent;
  position: relative;
  float: right; }

.services-carousel .owl-next:before {
  content: "\f178";
  font-family: 'FontAwesome';
  font-size: 30px;
  width: 40px;
  height: 20px;
  color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 0; }

.services-carousel .owl-prev:hover:before,
.services-carousel .owl-next:hover:before {
  color: #000000; }

.services-widget {
  margin-bottom: 30px; }

.page-navigation {
  margin-top: 60px;
  display: inline-block; }

.page-navigation .pagination {
  margin-bottom: 0; }

.page-navigation ul li {
  margin-right: 5px;
  display: inline-block; }

.page-navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  margin-left: -1px;
  line-height: 1.25;
  font-size: 16px;
  color: #4c57aa;
  background-color: #e9f5fd;
  border: 0;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.page-navigation ul li a:focus,
.page-navigation ul li a:hover,
.page-navigation ul li a.active {
  color: #ffffff;
  background-color: #4c57aa; }

/*
===========================
7.0 Pricing Area
===========================
*/
.services-carousel{
  margin-bottom:30px;
}
.pricing-bg-img {
  background-image: url(images/pricing-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }

.pricing-bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0; }

.skew-pricing .skew_appended {
  background-color: #e9f5fd; }

.skew-pricing .skew_prepended {
  background-color: #e9f5fd; }

.pricing-container .section-title {
  padding-bottom: 60px; }

.pricing-area {
  position: relative; }

.pricing-container {
  padding-top: 0px; }

.pricing-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  padding: 60px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.pricing-first {
  position: relative;
  bottom: 0; }

.pricing-second {
  position: relative;
  bottom: 30px; }

.pricing-third {
  position: relative;
  bottom: 60px; }

.pricing-box:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06); }

.pricing-box h2 {
  position: relative;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 20px;
  bottom: 10px; }

.pricing-box h2 span {
  font-size: 40px;
  font-weight: 300;
  vertical-align: 15px; }

.pricing-box .pricing-plan {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  width: 160px;
  padding: 10px 5px;
  background: #13c8a6;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-weight: 500;
  position: absolute;
  left: -8px; }

.pricing-box .pricing-plan:before {
  content: "";
  background-image: url(images/pricing-plan-before.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: -5px; }

.pricing-box .pricing-plan2 {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  width: 160px;
  padding: 10px 5px;
  background: #efcb53;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-weight: 500;
  position: absolute;
  left: -8px; }

.pricing-box .pricing-plan2:before {
  content: "";
  background-image: url(images/pricing-plan-before2.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: -5px; }

.pricing-box .pricing-plan3 {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  width: 160px;
  padding: 10px 5px;
  background: #555fae;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-weight: 500;
  position: absolute;
  left: -8px; }

.pricing-box .pricing-plan3:before {
  content: "";
  background-image: url(images/pricing-plan-before3.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: -5px; }

.pricing-box .pricing-list {
  padding-top: 80px;
  margin-bottom: 30px; }

.pricing-box .pricing-list li:nth-child(1) {
  margin-bottom: 10px; }

.pricing-box .pricing-list li {
  color: #2d2d43;
  font-weight: 400;
  line-height: 40px; }

/*
===========================
8.0 About Area
===========================
*/
.about-area {
  background-image: url(images/about-bg.jpg);
  background-position: center;
  background-size: cover; }

.about-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px; }

.about-content p {
  margin-bottom: 60px; }

.about-content .about-signature {
  margin-bottom: 40px; }

.about-content .about-author h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0; }

.about-content .about-author p {
  color: #2d2d43;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0; }

.about-thumb {
  max-width: 430px;
  margin-bottom: 30px; }

/*
===========================
9.0 Post Area
===========================
*/
.post-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
  margin-bottom: 30px;
}

.post-wrapper:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03); }

.post-wrapper .post-desc {
  padding: 30px; }

.post-wrapper .post-thumb img {
  width: 100%; }

.post-wrapper .post-desc h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.post-wrapper .post-desc h4:hover {
  color: #4c57aa; }

.post-wrapper .post-desc p {
  margin-bottom: 30px; }

.post-wrapper .post-desc .post-meta {
  margin-bottom: 15px; }

.post-wrapper .post-desc .post-meta li {
  color: #2d2d43;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0; }

.post-wrapper .post-desc .post-meta li:after {
  color: #2d2d43;
  content: "/";
  position: relative;
  left: 10px;
  font-size: 14px; }

.post-wrapper .post-desc .post-meta li:last-child:after {
  display: none; }

.post-wrapper .post-desc .post-meta li:last-child {
  margin-right: 0; }

.post-wrapper-2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
  margin-bottom: 30px; }

.post-wrapper-2:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03); }

.post-wrapper-2 .post-thumb img {
  width: 100%; }

.post-wrapper-2 .post-desc {
  padding: 30px; }

.post-wrapper-2 .post-desc h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.post-wrapper-2 .post-desc h4:hover {
  color: #4c57aa; }

.post-wrapper-2 .post-desc p {
  margin-bottom: 30px; }

.post-wrapper-2 .post-desc .post-meta {
  margin-bottom: 8px; }

.post-wrapper-2 .post-desc .post-meta li {
  color: #2d2d43;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0; }

.post-wrapper-2 .post-desc .post-meta li:last-child {
  margin-right: 0; }

.sidebar-left {
  border-right: 1px solid #ededed;
  padding-right: 30px; }

.sidebar-right {
  border-left: 1px solid #ededed;
  padding-left: 30px; }

.sidebar-widget {
  margin-bottom: 60px; }

.sidebar-title h4 {
  font-size: 20px;
  line-height: 30px;
  color: #2d2d43;
  margin-bottom: 20px; }

.form-widget .input-group {
  margin: 0px auto;
  padding-bottom: 0; }

.form-widget .input-group .form-control {
  border: 0px;
  background: #f6f6f9;
  border-radius: 4px;
  padding: 0px 15px;
  position: relative;
  z-index: 1; }

.form-widget .input-group .btn {
  border: 0px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 0px;
  background: #f6f6f9;
  z-index: 1;
  color: #6f6f6f;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.form-widget .input-group .btn:hover,
.form-widget .input-group .btn:focus {
  background-color: #f6f6f9;
  color: #4c57aa; }

.form-widget .input-group .btn:before {
  content: "";
  height: 25px;
  width: 1px;
  background: #dadada;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 4; }

.category-widget li {
  border-left: 0;
  border-right: 0;
  padding: 8px 0px;
  border-color: #ededed; }

.category-widget li a {
  color: #6f6f6f;
  text-transform: capitalize;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.category-widget li a:hover {
  color: #4c57aa; }

.category-widget li .badge {
  color: #6f6f6f;
  font-size: 16px;
  text-transform: capitalize; }

.popular-container {
  display: table;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed; }

.popular-container:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.popular-container .popular-image {
  width: 70px;
  float: left;
  margin-top: 6px; }

.popular-container .popular-content {
  width: calc(100% - 70px);
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.popular-container .popular-content > a {
  display: block;
  color: #2d2d43;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.popular-container .popular-content a:hover {
  color: #4c57aa; }

.popular-container .popular-meta {
  margin-bottom: 0; }

.popular-container .popular-meta li {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-right: 10px; }

.popular-container .popular-meta li:first-child {
  color: #4c57aa; }
.tags-widget{
  margin-bottom:0;
}
.tags-widget .btn-tags {
  padding: 10px 25px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  border-color: #ededed;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer; }

.tags-widget .btn-tags:hover {
  background-color: #4c57aa;
  color: #ffffff !important;
  border-color: #4c57aa; }

.post-details .post-thumb {
  margin-bottom: 30px; }

.post-details .post-thumb img {
  margin-bottom: 5px; }

.post-details figcaption {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  background: #f3f3f3;
    padding: 3px 10px;
  text-align: center; }
.error-container {
    max-width: 800px;
    margin: auto;}
.contact-widget .contact-container {
  display: table;
  margin-bottom: 30px; }

.contact-widget .contact-container:last-child {
  margin-bottom: 0; }

.contact-widget .contact-logo {
  margin-top: 5px;
  width: 50px;
  height: 60px;
  float: left;
  border: 1px solid #828ac4;
  position: relative; }

.contact-widget .contact-logo img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.contact-widget .contact-content {
  width: calc(100% - 50px);
  padding-left: 15px;
  float: left; }

.contact-widget .contact-content p {
  margin: 0;
  color: #2d2d43;
  line-height: 24px;
  font-weight: 500; }

.contact-widget .contact-meta {
  margin: 0; }

.contact-widget .contact-meta li {
  display: block;
  line-height: 22px;
  font-size: 14px; }

#contact-map {
  min-height: 600px; }

.blockquote {
  position: relative;
  margin-bottom: 60px; }

.blockquote:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #cccccc; }

.blockquote:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px; }

.blockquote p {
  font-style: italic;
  margin-bottom: 0; }

.post-tags-share {
  border: 1px solid;
  border-radius: 0;
  border-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 60px; }

.post-tags-share ul {
  margin-bottom: 0; }

.post-tags-share .post-tags li:first-child {
  color: #2d2d43;
  font-weight: 500; }

.post-tags-share .post-tags li:first-child:after {
  display: none; }

.post-tags-share .post-tags li:after {
  content: ","; }

.post-tags-share .post-tags li:last-child:after {
  display: none; }

.post-tags-share .post-tags li a {
  color: #6f6f6f; }

.post-tags-share .post-share li:nth-child(1) {
  color: #2d2d43;
  font-weight: 500;
  margin-right: 10px; }

.post-tags-share .post-share li:nth-child(2) {
  color: #cccccc;
  margin-right: 10px; }

.post-tags-share .post-share li a {
  color: #2d2d43;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  display: block;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.post-tags-share .post-share li a:hover {
  color: #ffffff;
  border-color: #555fae;
  background-color: #555fae; }

.post-author {
  display: table;
  margin-bottom: 60px;
  background-color: #f6f7f8;
  padding: 30px; }

.post-author .author-thumb {
  width: 60px;
  float: left; }

.post-author .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.post-author .author-info {
  width: calc(100% - 60px);
  padding-left: 30px;
  position: relative;
  float: left; }

.post-author .author-info h5 {
  font-size: 18px;
  color: #2d2d43;
  font-weight: 500;
  margin-bottom: 0; }

.post-author .author-info .author-admin {
  font-size: 14px;
  color: #4c57aa;
  font-weight: 500;
  display: block;
  margin-bottom: 10px; }

.post-author .author-info p {
  margin-bottom: 0px; }

.post-comment {
  display: table;
  margin-bottom: 60px; }

.post-comment .comment-thumb {
  width: 90px;
  float: left; }

.post-comment .comment-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.post-comment .comment-info {
  width: calc(100% - 90px);
  padding: 30px;
  background-color: #f6f7f8;
  position: relative;
  float: left; }

.post-comment .comment-info .comment-date {
  margin-bottom: 0; }

.post-comment .comment-info .comment-date li {
  font-size: 16px;
  color: #6f6f6f; }

.post-comment .comment-info .comment-date li a {
  color: #2d2d43;
  font-weight: 500; }

.post-comment .comment-info p {
  margin-bottom: 0px; }

.post-comment .comment-info .comment-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #4c57aa;
  text-transform: capitalize; }

.post-comment-wrapper {
  padding-left: 40px; }

.comment-title h4 {
  font-size: 20px;
  margin-bottom: 40px; }

.form-wrapper .form-row .form-group {
  margin-bottom: 20px;
}

.form-wrapper .form-group {
  margin-bottom: 30px;
  position: relative; }

.form-wrapper .form-group textarea {
  width: 100%;
  padding: 15px;
  margin: 0px; }

.form-wrapper .form-group input,
.form-wrapper .form-group textarea {
  padding: 10px 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: transparent; }

.form-wrapper .form-group textarea:focus,
.form-wrapper .form-group input:focus {
  outline: none; }

.form-wrapper [type="submit"] {
  padding: 10px 30px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background-color: #555fae;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.form-wrapper [type="submit"]:hover,
.form-wrapper [type="submit"]:focus {
  background-color: #13c8a6; }

/*
===========================
10.0 Company Area
===========================
*/
.company-thumb {
  border:1px solid #dadada;
  margin: 0;
}
/*
===========================
11.0 Newsletter Area
===========================
*/
.newsletter-container .section-title {
  margin-bottom: 40px; }

.newsletter-container .input-group {
  max-width: 500px;
  margin: 0px auto;
  padding-bottom: 10px; }

.newsletter-container .input-group .form-control {
  padding: 12px 20px;
  border: 0;
  background: #fcfdfe;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.newsletter-container .input-group .btn {
  border: 0px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  background: #13c8a6;
  z-index: 1;
  color: #ffffff;
  padding: 8px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.newsletter-container .input-group .btn:hover {
  background-color: #efcb53; }

.newsletter-container .input-group-btn:not(:first-child) > .btn:active,
.newsletter-container .input-group-btn:not(:first-child) > .btn:focus,
.newsletter-container .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 1; }

.newsletter-container .input-group .form-control:active,
.newsletter-container .input-group .form-control:focus,
.newsletter-container .input-group .form-control:hover {
  z-index: 2; }

/*
===========================
12.0 Company Area
===========================
*/
.plan-container{
  margin-bottom:60px;
}
.plan-table .table-head {
  display: table;
  width: 100%; }

.plan-table .head-col {
  float: left;
  min-height: 110px; }

.plan-table .head-col h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 38px; }

.plan-table .head-col:nth-child(1) {
  width: 28%;
  background-color: #ffffff; }

.plan-table .head-col:nth-child(2) {
  width: 24%;
  background-color: #13c8a6; }

.plan-table .head-col:nth-child(3) {
  width: 24%;
  background-color: #efcb53; }

.plan-table .head-col:nth-child(4) {
  width: 24%;
  background-color: #555fae; }

.plan-table .head-col ul {
  margin-bottom: 0;
  margin-top: 25px;
  margin-left: 30px; }

.plan-table .head-col ul li {
  font-size: 16px;
  color: #ffffff;
  position: relative; }

.plan-table .head-col ul li:after {
  content: "/";
  font-size: 16px;
  color: #ffffff;
  position: relative;
  left: 5px; }

.plan-table .head-col ul li:last-child:after {
  display: none; }

.plan-table .head-col ul li span.head-big {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600; }

.plan-table .head-col span.head-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-left: 30px; }

.plan-table .body-row {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  display: table; }

.plan-table .body-col {
  float: left;
  border-right: 1px solid #ffffff;
  text-align: center; }

.plan-table .body-col:nth-child(1) {
  width: 28%;
  border-left: 1px solid #ffffff; }

.plan-table .body-col:nth-child(2) {
  width: 24%; }

.plan-table .body-col:nth-child(3) {
  width: 24%; }

.plan-table .body-col:nth-child(4) {
  width: 24%; }

.plan-table .body-row:nth-child(odd) {
  background-color: #f6f7f8; }

.plan-table .body-row:nth-child(even) {
  background-color: #e9f5fd; }

.plan-table .body-col p {
  color: #2d2d43;
  margin-bottom: 0;
  padding: 10px;
  margin: 0; }

.plan-table .table-foot {
  width: 100%;
  display: table; }

.plan-table .foot-col {
  float: left;
  padding-top: 30px;
  text-align: center; }

.plan-table .foot-col:nth-child(1) {
  width: 28%; }

.plan-table .foot-col:nth-child(2) {
  width: 24%; }

.plan-table .foot-col:nth-child(3) {
  width: 24%; }

.plan-table .foot-col:nth-child(4) {
  width: 24%; }

/*
===========================
13.0 Checkout Area
===========================
*/
.checkout-table {
  margin-bottom: 80px;
  text-align: center; }

.checkout-table .table-head {
  display: table;
  width: 100%;
  background-color: #f6f7f8; }

.checkout-table .head-col {
  float: left;
  border-right: 1px solid #efefef;
  width: 40%;
  padding: 15px 0px; }

.checkout-table .head-col p {
  margin-bottom: 0;
  color: #2d2d43;
  font-size: 18px;
  font-weight: 500; }

.checkout-table .head-col:last-child {
  border-right: 0; }

.checkout-table .head-col {
  width: 30%; }

.checkout-table .head-col:first-child {
  width: 40%; }

.checkout-table .table-body {
  display: table;
  width: 100%; }

.checkout-table .body-row {
  width: 100%;
  border-bottom: 1px solid #e3e3e3; }

.checkout-table .body-col {
  float: left;
  border-right: 1px solid #efefef; }

.checkout-table .body-col:last-child {
  border-right: 0; }

.checkout-table .body-col {
  width: 30%;
  padding: 15px 0px; }

.checkout-table .body-col input[type="number"] {
  border: 1px solid #e9e9e9;
  padding: 7px 10px;
  text-align: center;
  font-size:16px;
}

.checkout-table .body-col .checkout-product-rate {
  font-size: 16px;
  color: #4c57aa;
  margin-top: 10px;
  display: block; }

.checkout-table .body-col:first-child {
  width: 40%; }

.checkout-table .body-col ul {
  margin-bottom: 0; }

.checkout-table .body-col ul li {
  margin-right: 10px; }

.checkout-table .body-col ul img {
  max-width: 55px; }

.payment-form-wrapper {
  margin-bottom: 30px; }

.payment-form-wrapper:last-child {
  margin-bottom: 0; }

.payment-form-wrapper h5 {
  font-size: 18px;
  margin-bottom: 30px; }

.payment-form-wrapper .form-control {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 10px 15px; }

.payment-form-wrapper .form-group {
  margin-bottom: 30px; }

.payment-form-wrapper select {
  min-height: 46px;
  cursor: pointer; }

.payment-cart-wrapper h5 {
  font-size: 18px;
  margin-bottom: 20px; }

.payment-cart-wrapper .cart-list {
  width: 80%;
  display: table; }

.payment-cart-wrapper .cart-list ul li {
  margin-bottom: 15px;
  color: #2d2d43; }

.payment-cart-wrapper .cart-list ul li:last-child {
  margin-bottom: 0; }

.payment-cart-wrapper .cart-list-name {
  width: 50%;
  float: left;
  margin-right: 0; }

.payment-cart-wrapper .cart-list-value {
  width: 50%;
  float: right;
  margin-right: 0; }

.payment-option-container {
  margin-bottom: 60px; }

.payment-option [type="radio"]:checked,
.payment-option [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.payment-option [type="radio"]:checked + label,
.payment-option [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2d2d43;
  margin-right: 15px; }

.payment-option a {
  color: #4c57aa;
  text-decoration: underline; }

.payment-option [type="radio"]:checked + label:before,
.payment-option [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  background-color: #ffffff; }

.payment-option [type="radio"]:checked + label:after,
.payment-option [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #555fae;
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.payment-option [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  transform: scale(0); }

.payment-option [type="radio"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1); }

.payment-option [type="radio"]:checked + label:before {
  border-color: #555fae; }

.payment-option .payment-collapse p {
  font-size: 14px; }

.payment-btn {
  background-color: #555fae;
  padding: 10px 25px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.payment-cart-wrapper .payment-btn:hover,
.payment-cart-wrapper .payment-btn:focus {
  background-color: #13c8a6; }

/*
===========================
14.0 Shop Area
===========================
*/
.shop-container {
  min-height: 450px;
  padding: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px; }

.shop-container .shop-thumb {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 15px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1; }

.shop-container .shop-details {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.shop-container .shop-thumb {
  margin-top: 15px;
}
.shop-container .shop-details {
  margin-top: 15px;
}
.shop-container:hover .shop-details {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.shop-details-container {
  margin-bottom: 60px; }

  .shop-details-container:last-child {
  margin-bottom: 0; }

.shop-details .shop-meta {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 30px;
  margin-bottom: 0; }

.shop-details .shop-meta li:nth-child(1) {
  color: #4c57aa;
  float: left; }

.shop-details .shop-meta li {
  margin-right: 15px; }

.shop-details .shop-meta li:nth-child(2) {
  color: #6f6f6f;
  float: left;
  text-decoration: line-through; }

.shop-details .shop-meta li:nth-child(3) {
  color: #6f6f6f;
  float: right; }

.shop-details .shop-meta li i {
  margin-right: 10px; }

.shop-details .shop-meta li:last-child {
  margin-right: 0; }

.shop-details .details-thumb {
  margin-top: 80px;
  margin-bottom: 60px; }

.shop-details .details-thumb img {
  max-width: 130px;
  max-height: 95px; }

.shop-details h4 {
  font-size: 24px;
  margin-bottom: 20px; }

.shop-details-meta {
  margin-bottom: 15px; }

.shop-details-meta li:first-child {
  color: #4c57aa;
  margin-right: 10px; }

.shop-details-meta li:last-child {
  color: #6f6f6f;
  text-decoration: line-through; }

.shop-details-contact {
  margin-bottom: 0; }

.shop-details-contact li {
  margin-right: 10px !important; }

.shop-details-contact input[type="number"] {
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid  #f7f7f7; }

.shop-details p {
  margin-bottom: 30px; }

.shop-thumb {
  text-align: center;
  margin-top: 30px; }

.shop-details-tab-nav {
  border-bottom: 0;
  margin-bottom: 30px; }

.shop-details-tab-nav li {
  margin-right: 15px; }

.shop-details-tab-nav .nav-link {
  font-size: 16px;
  text-transform: capitalize;
  color: #6f6f6f;
  background-color: #e9f5fd; }

.shop-details-tab-nav .nav-item.show .nav-link,
.shop-details-tab-nav .nav-link.active {
  color: #ffffff;
  background-color: #13c8a6;
  border: 0;
  border-radius: 0; }

.shop-details-tab-content .tab-pane h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px; }

.shop-wrapper {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 2px #f5f5f5;
  position: relative; }

.shop-wrapper .shop-meta {
  display: table;
  width: 100%;
  margin-bottom: 0; }

.shop-wrapper .shop-meta li:first-child {
  float: left;
  font-size: 18px;
  color: #4c57aa; }

.shop-wrapper .shop-meta li:last-child {
  float: right;
  font-size: 16px;
  color: #6f6f6f;
  text-decoration: line-through; }

.shop-wrapper .details-thumb {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.shop-wrapper .details-thumb img {
  max-width: 100px;
  max-height: 100px; }

.shop-wrapper h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px; }

.shop-wrapper .shop-wrapper-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden; }

.shop-wrapper:hover .shop-wrapper-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible; }

.shop-wrapper .shop-wrapper-overlay a {
  width: 50px;
  height: 50px;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto; }

/*
===========================
15.0 Hosting Feature Area
===========================
*/
.hosting-feature-wrapper {
  max-width: 300px; }

.hosting-feature-wrapper:last-child {
  padding-right: 0; }

.hosting-feature-wrapper .hosting-feature-box {
  margin-bottom: 60px; }

.hosting-feature-wrapper .hosting-feature-box:last-child {
  margin-bottom: 0; }

.hosting-feature-wrapper .hosting-feature-box .hosting-feature-logo {
  width: 75px;
  height: 75px;
  border: 1px solid #eaeff1;
  border-radius: 50px;
  position: relative;
  margin-bottom: 30px; }

.hosting-feature-wrapper .hosting-feature-box .hosting-feature-logo img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto; }

.hosting-feature-wrapper .hosting-feature-box h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: capitalize; }

.hosting-feature-wrapper .hosting-feature-box p {
  margin-bottom: 0; }

.hosting-feature-container-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 345px;
  max-height: 220px; }

.hosting-feature-full {
  max-width: 100%;
  margin-bottom: 60px; }

/*
===========================
16.0 Support Area
===========================
*/
.support-container .support-logo {
  margin-bottom: 60px; }

.support-container .support-logo img {
  max-width: 300px;
  margin: auto; }

.support-container p {
  margin-bottom: 0; }

/*
===========================
17.0 Steps Area
===========================
*/
.steps-container .steps-logo {
  width: 120px;
  height: 120px;
  background-color: #e9f5fd;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 30px; }

.steps-container .steps-logo img {
  position: absolute;
  left: -10px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.steps-container .steps-content h4 {
  margin-bottom: 20px; }

.steps-container .steps-content p {
  margin-bottom: 0; }

/*
===========================
18.0 hosting package  Area
===========================
*/
.hosting-package-logo {
  max-width: 425px;
  margin: auto; }

.hosting-package-details h2 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px; }

.hosting-package-details
.hosting-package-list {
  margin-bottom: 0;
  max-width: 70%; }

.hosting-package-details
.hosting-package-list li {
  padding-left: 20px;
  color: #4c57aa;
  margin-bottom: 10px;
  position: relative; }

.hosting-package-details
.hosting-package-list li:before {
  content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #4c57aa; }

.hosting-package-details
.hosting-package-list li:last-child {
  margin-bottom: 0; }

.server-configuration-head {
  display: table;
  background-color: #4c57aa;
  width: 100%; }

.server-configuration-head .server-configuration-col {
  padding: 14px 0px;
  width: 16.66%;
  float: left; }

.server-configuration-head .server-configuration-col p {
  color: #ffffff;
  margin: 0;
  text-align: center; }

.server-configuration-body .server-configuration-row {
  background-color: #e9f5fd;
  display: table;
  width: 100%; }

.server-configuration-body .server-configuration-row:nth-of-type(odd) {
  background-color: #f6f7f8; }

.server-configuration-body .server-configuration-col {
  padding: 14px 0px;
  width: 16.66%;
  float: left; }

.server-configuration-body .server-configuration-col p {
  color: #2d2d43;
  margin: 0;
  text-align: center; }

.server-configuration-body .server-configuration-col a {
  color: #4c57aa;
  text-transform: uppercase; }

.server-configuration-body .server-configuration-col a:hover {
  text-decoration: underline; }

.domain-transfer-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  padding: 60px;
  margin-right: 30px; }

.domain-transfer-form h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 60px; }

.domain-transfer-form span {
  color: #4c57aa; }

.domain-transfer-form form {
  margin-bottom: 30px; }

.domain-transfer-form .form-control {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 10px 15px; }

.domain-transfer-form .form-group {
  margin-bottom: 25px; }

.domain-transfer-form button[type="submit"] {
  background-color: #555fae;
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 10px 10px; }

.domain-transfer-form p {
  margin-bottom: 0; }

.domain-transfer-details h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px; }

.domain-transfer-accordion button {
  background-color: #f6f7f8;
  padding: 15px 30px 15px;
  color: #2d2d43;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  margin-bottom: 15px; }

.domain-transfer-accordion button.collapsed {
  color: #4c57aa; }

.domain-transfer-accordion .domain-transfer-content {
  padding-top: 15px;
  padding-bottom: 30px; }

.domain-transfer-accordion .domain-transfer-content p {
  color: #2d2d43;
  margin-bottom: 0; }

/*
===========================
19.0 Privacy Policy Area
===========================
*/
.privacy-policy h5 {
  font-size: 22px;
  margin-bottom: 20px; }

.privacy-policy h6 {
  font-size: 18px;
  margin-bottom: 20px; }

.privacy-policy p {
  margin-bottom: 40px; }

.privacy-policy p:last-child {
  margin-bottom: 0; }

/*
===========================
20.0 Contact Area
===========================
*/
.contact-form h3 {
  font-size: 35px;
  margin-bottom: 30px; }

.contact-form label {
  margin-bottom: 5px;
  display: block; }

.contact-form .form-group {
  margin-bottom: 30px; }

.contact-form .form-group .form-control {
  border-radius: 0;
  display: inline;
  width: 90%;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 0;
  border-color: #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.contact-form .form-group .contact-question {
  display: inline;
  margin-left: 10px;
  font-size: 20px;
  color: #6f6f6f; }

/*
===========================
21.0 Footer Area
===========================
*/
.footer-widget .footer-logo {
  margin-bottom: 30px; }

.footer-widget h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 40px; }

.footer-widget h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px; }

.footer-widget .footer-social {
  margin-bottom: 20px; }

.footer-widget .footer-social li {
  margin-right: 10px; }

.footer-widget .footer-social a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f5f9fe;
  text-align: center;
  padding-top: 3px;
  font-size: 16px;
  color: #4c57aa;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.footer-widget .footer-social a:hover {
  border-radius: 20%;
  color: #6f6f6f; }

.footer-widget .footer-number {
  font-size: 20px;
  font-weight: 600;
  color: #4c57aa;
  margin-bottom: 20px; }

.footer-widget .footer-money-card {
  margin-bottom: 0; }

.footer-widget .footer-money-card li {
  margin-right: 10px; }

.footer-widget .footer-anchor {
  margin-bottom: 0; }

.footer-widget .footer-anchor li a {
  color: #2d2d43;
  text-transform: capitalize;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.footer-widget .footer-anchor li a:hover {
  color: #4c57aa; }

.footer-widget .footer-latest {
  display: table;
  width: 100%;
  margin-bottom: 30px; }

.footer-widget .footer-latest:last-child {
  margin: 0; }

.footer-widget .latest-thumb {
  width: 65px;
  float: left; }

.footer-widget .latest-thumb img {
  margin-top: 5px; }

.footer-widget .latest-content {
  width: calc(100% - 65px);
  float: left;
  padding-left: 15px; }

.footer-widget .latest-content a {
  color: #2d2d43;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.footer-widget .latest-content a:hover {
  color: #4c57aa; }

.footer-widget .latest-meta {
  margin-bottom: 0; }

.footer-widget .latest-meta li {
  line-height: 24px;
  font-size: 14px; }

.comment-box .form-row .form-group {
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px; }

.footer-form .form-group {
  margin-bottom: 15px;
  position: relative; }

.footer-form .form-group input {
  padding: 10px; }

.footer-form .form-group textarea {
  width: 100%;
  padding: 15px;
  margin: 0px; }

.footer-form .form-group input,
.footer-form .form-group textarea {
  border: 1px solid;
  border-radius: 0;
  border-color: #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-form [type="submit"] {
  width: 100%;
  padding: 10px 30px;
  background-color: #13c8a6;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-form [type="submit"]:hover {
  background-color: #efcb53; }

.footer-form .form-group textarea:hover,
.footer-form .form-group input:hover {
  outline: none;
  box-shadow: 0px 2px 0px #13c8a6 inset !important; }

.footer-bar-container {
  border-top: 10px  solid #f5f9fe;
  padding: 40px; }

.footer-bar p, .footer-bar ul {
  margin-bottom: 0; }

.footer-bar ul li a.bar-signup {
  color: #13c8a6; }

.footer-bar ul.footer-nav {
  float: right;
  color: #6f6f6f; }

.footer-bar ul.footer-nav a {
  font-weight: 500;
  color: #2d2d43;
  padding-right: 10px;
  text-transform: capitalize; }
.scroll-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #4c57aa;
  text-align:center;
  cursor:pointer;
  right:0;
  bottom:0;
  border-top-left-radius: 10px;
}
.scroll-icon i {
  line-height:60px;
  text-align:center;
  color:#fff;
  font-size: 40px;
}


a.login-vk {
    background: #fff;
    padding: 11px 23px !important;
    border-radius: 100px;
    font-size: 12px !important;
    line-height: normal;
    font-weight: 600 !important;
    margin-top: 25px;
    color: #3a3d46 !important;
    transition: .5s !important;
    box-shadow: 0px 20px 85px 0px rgba(201, 220, 234, 0.15);
}

span.sp-vk {
    display: -webkit-box;
    font-weight: 400;
}


span.ic-vk {
    background: #607fed url(/style/images/ic-lock.png);
    width: 41px;
    height: 41px;
    display: block;
    float: left;
    border-radius: 50px;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: -5px;
    box-shadow: 0px 10px 45px 0px rgba(78, 128, 241, 0.5);
}

a.login-vk:hover {
    background: #fff !important;
    box-shadow: 0px 20px 65px 0px #c9dcea;
}
span.bg-play {
    width: 860px;
    height: 860px;
    background: url(/style/images/bg-play.png) no-repeat right;
    position: absolute;
    margin-top: -248px;
    right: 0;
}

nav.highlight {
    margin-right: 100px;
}
h1.m1s {
    font-size: 43px;
    color: #3a3d46;
    margin-bottom: 0px;
}

p.m2s {
    font-size: 14px;
    color: #858c9e;
    width: 550px;
    line-height: 25px;
    font-weight: 400;
}

b.colrs {
    color: #3a3d46;
}
.banner-content.highlight {
    margin-top: 40px;
}

a.orange-btn {
    background: linear-gradient(-90deg, #fbd029, #dc8b06);
    padding: 20px 20px 20px 60px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3d46;
    box-shadow: 0px 10px 65px 0px rgba(199, 144, 26, 0.45);
    transition: .5s;
}

span.ic-video {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/play.png) no-repeat center -1px;
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 6px;
    position: absolute;
    border-radius: 50px;
}

a.orange-btn:hover {
    box-shadow: 0px 10px 65px 5px rgba(140, 99, 4, 0.5);
    opacity: .8;
}

a.blue-btn {
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    padding: 20px 20px 20px 60px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
    transition: .5s;
}

a.blue-btn:hover {
    box-shadow: 0px 10px 65px 5px rgba(73, 120, 227, 0.65);
    opacity: .8;
}

span.ic-shops {
    .ic-shops {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/play.png) no-repeat center -1px;
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 6px;
    position: relative;
    border-radius: 50px;  }
}

span.ic-shops {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/shops.png) no-repeat center -1px;
    display: block;
    position: absolute;
    border-radius: 50px;
    margin-left: 239px;
    margin-top: -39px;
}

.banner-button-container {padding-top: 25px;}

span.bg-pt1 {
    width: 250px;
    height: 1060px;
    background: url(/style/images/pt1.png) no-repeat left;
    position: absolute;
    margin-top: -280px;
}
.names2 {
    text-align: center;
    margin-bottom: 20px;
    color: #3a3d46 !important;
}

.names2 h3 {
    font-weight: 400;
}
.names {
    text-align: center;
    margin-bottom: 50px;
    color: #3a3d46 !important;
}

.names h3 {
    font-weight: 400;
}

span.hr-bottom {
    width: 180px;
    height: 12px;
    display: -webkit-inline-box;
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    border-radius: 100px;
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
}

/*--------------------------------------------------------------------------
DESIGN BY LARTS.PRO
------------------------------------------------------------------------------*/

body {
  font-family: TT Norms;
  }

body p,
body a,
body ul li,
body ol li {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

body p,
body a,
body ul li,
body ol li,
label {
  color: #5c6377;
  }

h1, h2, h3, h4, h5, h6 {
  color: #2d2d43; }

body p,
body a,
body ul li,
body ol li,
label {
  line-height: 32px; }

body p,
body a,
body ul li,
body ol li,
label {
  font-size: 16px; }

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%; }

input:focus, input:active,
textarea:focus, textarea:active,
select:hover, select:focus, select:active {
  box-shadow: none;
  outline: 0px;
  box-shadow: none !important; }

button:hover, button:focus, button:active {
  outline: 0;
  box-shadow: none !important;
  cursor: pointer; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; }
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::placeholder{
	color: #a8b0c7 !important;
	font-size: 16px;
	font-weight: 400;
}


.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  box-shadow: none; }

.input-group
.form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 1; }

iframe {
  border: 0; }
.table{
  margin-bottom:0;
}


.section-spacing {
  padding-top: 40px;
  padding-bottom: 0px;
  }

.inner-spacing {
  padding-top: 40px;
  padding-bottom: 20px;
  }

.skew-section-spacing {
  padding-top: 50px;
  }
.skew-bottom-spacing {
  padding-bottom: 180px; }

.skew-inner-spacing {
  padding-top: 100px; }
.minus-30{
  /* padding-bottom:calc(140px - 20px); */
}
.minus-15{
  padding-bottom:calc(140px - 15px);
  padding-top:calc(140px - 15px);
}
.btn-style1 {
  padding: 12px 25px;
  border: 1px solid;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-style2 {
  background-color: transparent !important;
  padding: 12px 40px;
  border: 1px solid;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-style-3 {
  background-color: transparent;
  padding: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-style-3:hover,
.btn-style-3:focus {
  color: #4c57aa !important;
  background-color: transparent !important; }

.btn-style-3 i {
  margin-left: 10px; }

.btn-color1 {
  background-color: #13c8a6;
  border-color: #13c8a6;
  color: #13c8a6; }

.btn-color1:hover,
.btn-color1:focus {
  background-color: #efcb53;
  border-color: #efcb53;
  color: #efcb53; }

.btn-color2 {
  background-color: #efcb53;
  border-color: #efcb53;
  color: #efcb53; }

.btn-color2:hover,
.btn-color2:focus {
  background-color: #555fae;
  border-color: #555fae;
  color: #555fae; }

.btn-color3 {
  background-color: #555fae;
  border-color: #555fae;
  color: #555fae; }

.btn-color3:hover,
.btn-color3:focus {
  background-color: #13c8a6;
  border-color: #13c8a6;
  color: #13c8a6; }

.bg-color1 {
  /* background-color: #ffffff; */
  position: relative;
  }

.bg-color2 {
  /* background-color: #fcfdfe; */
  position: relative;
  }

.bg-color3 {
  /* background-color: #f6f7f8; */
  position: relative;
  }

.bg-color4 {
  background-color: #eff8ff; 
  position: relative;
  }

.bg-color5 {
  background-color: #4c57aa;
  position: relative; }


/*
===========================
1.0 Header Area
===========================
*/
.header-area {
  position: relative;
  z-index: 2;
  -webkit-transition:all .6s ease 0s;
  transition: all .6s ease 0s;
  }

.header-brand a {
  display: block;
  padding-top: 26px; }

ul#responsive-menu ul {
  width: 200px; }

ul#responsive-menu li {
  /* background-color: #fcfdfe; */
  border-left: 0;
  }

ul#responsive-menu ul li {
  background-color: #e9f5fd;
  display: block;
  float: none; }

ul#responsive-menu li a {
  padding: 35px 30px 35px 10px;
  color: #3a3d46;
  text-transform: uppercase;
  font-size: 16px;
  }

ul#responsive-menu ul li a {
  padding: 8px 15px;
  text-transform: capitalize; }

ul#responsive-menu li .sub-toggle {
  background: transparent;
  width: 14px;
  right: 10px; }

ul#responsive-menu > li > a:hover {
  background-color: transparent;
  color: #555fae; }

ul#responsive-menu ul li a:hover {
  background-color: #4c57aa;
  color: #ffffff; }

ul#responsive-menu li .sub-toggle > i {
  color: transparent;
  position: relative; }

ul#responsive-menu li .sub-toggle > i:before {
  content: "\f107";
  color: #2d2d43;
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

ul#responsive-menu li:hover > .sub-toggle > i:before {
  color: #ffffff !important; }

ul#responsive-menu li a.btn-get {
  position: relative;
  top: 30px;
  background-color: #555fae;
  padding: 8px 20px;
  border: 0;
  border-radius: 5px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

ul#responsive-menu li a.btn-get:hover,
ul#responsive-menu li a.btn-get:focus {
  background-color: #efcb53; }

ul.slimmenu li.active > a {
    color: #000000!Important;
}

/*
===========================
2.0 Banner Area
===========================
*/
.banner-area {
  position: relative;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 90vh;
  }

.skew-banner .skew_appended {
  /* background-color: #fcfdfe; */
  }

.banner-content h5 {
  color: #4c57aa;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px; }

.banner-content h1 {
  font-size: 55px;
  line-height: 80px;
  margin-bottom: 60px; }

.banner-button-container a {
  margin-right: 25px;
  margin-bottom: 10px;}

.banner-button-container a:last-child {
  margin-right: 0; }

/*
===========================
3.0 Wells Area
===========================
*/
.wells-section {
  background-color: #f5fafc; }

.wells-wrapper h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 0; }

.wells-breadcrumb .breadcrumb {
  display: block;
  text-align: center;
  background-color: transparent;
  margin-bottom: 0; }

.wells-breadcrumb .breadcrumb li {
  display: inline-block; }

.wells-breadcrumb .breadcrumb li a {
  font-size: 18px;
  color: #2d2d43;
  text-transform: capitalize;
  font-weight: 500; }

.wells-breadcrumb li.active a {
  color: #4c57aa; }

.wells-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #2d2d43; }

.wells-breadcrumb .breadcrumb {
    padding-bottom: 0;
}

/*
===========================
4.0 Feature Area
===========================
*/
.feature-container {
  margin-bottom: 60px; }

.feature-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.06);
  padding: 45px 20px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
  border-radius: 18px;
  }

.feature-wrapper:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06); }

.feature-logo {
  border-radius: 10px;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  border: 3px solid #f4f9fe;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  margin-bottom: 40px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.feature-wrapper:hover .feature-logo {
  border-radius: 50%; }

.feature-logo img {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.diamond-shadow {
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1; }

.feature-wrapper h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 0px;
  margin-bottom: 10px;
  color: #3a3d46 !important;
  margin-top: 15px;
  margin-top: 25px;
  }

.feature-wrapper p {
  margin-bottom: 0;
  color: #3a3d46 !important;
  font-size: 18px;
  }

.counter-wrapper {
  text-align: center;
  width: 90%;
  margin: auto;
  display: table; }

.counter-wrapper .counter-icon {
  width: 90px;
  float: left; }

.counter-wrapper .counter-content {
  width: calc( 100% - 90px);
  float: left;
  text-align: left;
  padding-left: 30px; }

.counter-wrapper .counter-content span {
  color: #4c57aa;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px; }

.counter-wrapper .counter-content p {
  color: #2d2d43;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0; }

/*
===========================
5.0 Domain Area
===========================
*/
.section-title {
  margin-bottom: 60px; }

.section-title h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 10px; }

.section-title h6 {
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px; }

.section-title p {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0; }

.title-inverse h2,
.title-inverse h6,
.title-inverse p {
  color: #ffffff; }

form.domain-search {
  display: table;
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-bottom: 10px;

   }

form.domain-search input.domain-input,
form.domain-search .drop select,
form.domain-search button {
  font-size: 18px;
  line-height: 2;
  padding: 6px 20px;
  display: inline-block;
  float: left;
  outline: 0;
  border: 0px solid transparent;
  background: #ffffff; }

form.domain-search input.domain-input {
  width: calc(100% - 185px);
  max-width: 320px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

form.domain-search button {
  padding: 0.3em 1em;
  background: #07c5a1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

form.domain-search .drop {
box-sizing: border-box;
float: left;
font-size: 18px;
cursor: pointer;

}

form.domain-search .drop select {
    color: #ffffff;
    font-weight: 400;
    line-height: 2;
    background-color: #07d3ac;
    padding: 0.3em 1em;
    font-size: 18px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-apperance: none;
    border-radius: 0;
    cursor: pointer;
    height:47px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
===========================
6.0 Services Area
===========================
*/
.services-area {
  position: relative; }

.services-bg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  background-image: url(images/service-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 260px;
  height: 240px; }

.services-bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20%;
  background-image: url(images/service-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 180px;
  height: 290px; }

.services-item {
  display: table;
  width: 100%;
  padding-right: 200px;
  margin-bottom: 100px; }

.services-item:last-child {
  margin-bottom: 0; }

.services-item-logo {
  width: 200px;
  height: 200px;
  background-color: #e9f5fd;
  float: left;
  border-radius: 50%;
  position: relative; }

.services-item-logo img {
  position: absolute;
  left: -30px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.services-item-desc {
  width: calc( 100% - 200px);
  float: left;
  padding-left: 30px; }

.services-item-desc h5 {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0; }

.services-item-desc h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px; }

.services-item-desc p {
  margin-bottom: 0; }

.service-inverse {
  padding-right: 0;
  padding-left: 200px; }

.service-inverse .services-item-logo {
  float: right; }

.service-inverse .services-item-desc {
  padding-right: 30px;
  padding-left: 0;
  text-align: right; }

.services-box-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.services-box-wrapper:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06); }

.services-box-logo {
  width: 100px;
  height: 100px;
  background-color: #e9f5fd;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 30px; }

.services-box-logo img {
  width: 70px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.services-box-desc h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0; }

.services-box-desc h5 {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.services-carousel .owl-nav {
  width: 100px;
  height: 30px;
  margin: auto;
  display: table;
  position: relative;
  top: 30px; }

.services-carousel .owl-prev {
  color: transparent;
  position: relative;
  float: left; }

.services-carousel .owl-prev:before {
  content: "\f177";
  font-family: 'FontAwesome';
  font-size: 30px;
  width: 40px;
  height: 20px;
  color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 0; }

.services-carousel .owl-next {
  color: transparent;
  position: relative;
  float: right; }

.services-carousel .owl-next:before {
  content: "\f178";
  font-family: 'FontAwesome';
  font-size: 30px;
  width: 40px;
  height: 20px;
  color: #6f6f6f;
  position: absolute;
  left: 0;
  top: 0; }

.services-carousel .owl-prev:hover:before,
.services-carousel .owl-next:hover:before {
  color: #000000; }

.services-widget {
  margin-bottom: 30px; }

.page-navigation {
  margin-top: 60px;
  display: inline-block; }

.page-navigation .pagination {
  margin-bottom: 0; }

.page-navigation ul li {
  margin-right: 5px;
  display: inline-block; }

.page-navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  margin-left: -1px;
  line-height: 1.25;
  font-size: 16px;
  color: #4c57aa;
  background-color: #e9f5fd;
  border: 0;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.page-navigation ul li a:focus,
.page-navigation ul li a:hover,
.page-navigation ul li a.active {
  color: #ffffff;
  background-color: #4c57aa; }

/*
===========================
7.0 Pricing Area
===========================
*/
.services-carousel{
  margin-bottom:30px;
}
.pricing-bg-img {
  background-image: url(images/pricing-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }

.pricing-bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0; }

.skew-pricing .skew_appended {
  background-color: #e9f5fd; }

.skew-pricing .skew_prepended {
  background-color: #e9f5fd; }

.pricing-container .section-title {
  padding-bottom: 60px; }

.pricing-area {
  position: relative; }

.pricing-container {
  padding-top: 0px; }

.pricing-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  padding: 60px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.pricing-first {
  position: relative;
  bottom: 0; }

.pricing-second {
  position: relative;
  bottom: 30px; }

.pricing-third {
  position: relative;
  bottom: 60px; }

.pricing-box:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06); }

.pricing-box h2 {
  position: relative;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 20px;
  bottom: 10px; }

.pricing-box h2 span {
  font-size: 40px;
  font-weight: 300;
  vertical-align: 15px; }

.pricing-box .pricing-plan {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  width: 160px;
  padding: 10px 5px;
  background: #13c8a6;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-weight: 500;
  position: absolute;
  left: -8px; }

.pricing-box .pricing-plan:before {
  content: "";
  background-image: url(images/pricing-plan-before.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: -5px; }

.pricing-box .pricing-plan2 {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  width: 160px;
  padding: 10px 5px;
  background: #efcb53;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-weight: 500;
  position: absolute;
  left: -8px; }

.pricing-box .pricing-plan2:before {
  content: "";
  background-image: url(images/pricing-plan-before2.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: -5px; }

.pricing-box .pricing-plan3 {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  width: 160px;
  padding: 10px 5px;
  background: #555fae;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-weight: 500;
  position: absolute;
  left: -8px; }

.pricing-box .pricing-plan3:before {
  content: "";
  background-image: url(images/pricing-plan-before3.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 7px;
  height: 5px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: -5px; }

.pricing-box .pricing-list {
  padding-top: 80px;
  margin-bottom: 30px; }

.pricing-box .pricing-list li:nth-child(1) {
  margin-bottom: 10px; }

.pricing-box .pricing-list li {
  color: #2d2d43;
  font-weight: 400;
  line-height: 40px; }

/*
===========================
8.0 About Area
===========================
*/
.about-area {
  background-image: url(images/about-bg.jpg);
  background-position: center;
  background-size: cover; }

.about-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px; }

.about-content p {
  margin-bottom: 60px; }

.about-content .about-signature {
  margin-bottom: 40px; }

.about-content .about-author h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0; }

.about-content .about-author p {
  color: #2d2d43;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0; }

.about-thumb {
  max-width: 430px;
  margin-bottom: 30px; }

/*
===========================
9.0 Post Area
===========================
*/
.post-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: 16px;
}

.post-wrapper:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03); }

.post-wrapper .post-desc {
  padding: 30px;
  }

.post-wrapper .post-thumb img {
	width: 100%;
	border-radius: 14px 14px 0px 0px;
	max-width: 350px;
	max-height: 207px;
}

.post-wrapper .post-desc h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #3a3e46;
  /* border-bottom: 1px solid #eee; */
  }

.post-wrapper .post-desc h4:hover {
  color: #4c57aa; }

.post-wrapper .post-desc p {
  margin-bottom: 30px; }

.post-wrapper .post-desc .post-meta {
  margin-bottom: 15px; }

.post-wrapper .post-desc .post-meta li {
  color: #2d2d43;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0; }

.post-wrapper .post-desc .post-meta li:after {
  color: #2d2d43;
  content: "/";
  position: relative;
  left: 10px;
  font-size: 14px; }

.post-wrapper .post-desc .post-meta li:last-child:after {
  display: none; }

.post-wrapper .post-desc .post-meta li:last-child {
  margin-right: 0; }

.post-wrapper-2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
  margin-bottom: 30px; }

.post-wrapper-2:hover {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03); }

.post-wrapper-2 .post-thumb img {
  width: 100%; }

.post-wrapper-2 .post-desc {
  padding: 30px; }

.post-wrapper-2 .post-desc h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.post-wrapper-2 .post-desc h4:hover {
  color: #4c57aa; }

.post-wrapper-2 .post-desc p {
  margin-bottom: 30px; }

.post-wrapper-2 .post-desc .post-meta {
  margin-bottom: 8px; }

.post-wrapper-2 .post-desc .post-meta li {
  color: #2d2d43;
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0; }

.post-wrapper-2 .post-desc .post-meta li:last-child {
  margin-right: 0; }

.sidebar-left {
  border-right: 1px solid #ededed;
  padding-right: 30px; }

.sidebar-right {
  border-left: 1px solid #ededed;
  padding-left: 30px; }

.sidebar-widget {
  margin-bottom: 60px; }

.sidebar-title h4 {
  font-size: 20px;
  line-height: 30px;
  color: #2d2d43;
  margin-bottom: 20px; }

.form-widget .input-group {
  margin: 0px auto;
  padding-bottom: 0; }

.form-widget .input-group .form-control {
  border: 0px;
  background: #f6f6f9;
  border-radius: 4px;
  padding: 0px 15px;
  position: relative;
  z-index: 1; }

.form-widget .input-group .btn {
  border: 0px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 0px;
  background: #f6f6f9;
  z-index: 1;
  color: #6f6f6f;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.form-widget .input-group .btn:hover,
.form-widget .input-group .btn:focus {
  background-color: #f6f6f9;
  color: #4c57aa; }

.form-widget .input-group .btn:before {
  content: "";
  height: 25px;
  width: 1px;
  background: #dadada;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 4; }

.category-widget li {
  border-left: 0;
  border-right: 0;
  padding: 8px 0px;
  border-color: #ededed; }

.category-widget li a {
  color: #6f6f6f;
  text-transform: capitalize;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.category-widget li a:hover {
  color: #4c57aa; }

.category-widget li .badge {
  color: #6f6f6f;
  font-size: 16px;
  text-transform: capitalize; }

.popular-container {
  display: table;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed; }

.popular-container:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.popular-container .popular-image {
  width: 70px;
  float: left;
  margin-top: 6px; }

.popular-container .popular-content {
  width: calc(100% - 70px);
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.popular-container .popular-content > a {
  display: block;
  color: #2d2d43;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.popular-container .popular-content a:hover {
  color: #4c57aa; }

.popular-container .popular-meta {
  margin-bottom: 0; }

.popular-container .popular-meta li {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-right: 10px; }

.popular-container .popular-meta li:first-child {
  color: #4c57aa; }
.tags-widget{
  margin-bottom:0;
}
.tags-widget .btn-tags {
  padding: 10px 25px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  border-color: #ededed;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer; }

.tags-widget .btn-tags:hover {
  background-color: #4c57aa;
  color: #ffffff !important;
  border-color: #4c57aa; }

.post-details .post-thumb {
  margin-bottom: 30px; }

.post-details .post-thumb img {
  margin-bottom: 5px; }

.post-details figcaption {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  background: #f3f3f3;
    padding: 3px 10px;
  text-align: center; }
.error-container {
    max-width: 800px;
    margin: auto;}
.contact-widget .contact-container {
  display: table;
  margin-bottom: 30px; }

.contact-widget .contact-container:last-child {
  margin-bottom: 0; }

.contact-widget .contact-logo {
  margin-top: 5px;
  width: 50px;
  height: 60px;
  float: left;
  border: 1px solid #828ac4;
  position: relative; }

.contact-widget .contact-logo img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.contact-widget .contact-content {
  width: calc(100% - 50px);
  padding-left: 15px;
  float: left; }

.contact-widget .contact-content p {
  margin: 0;
  color: #2d2d43;
  line-height: 24px;
  font-weight: 500; }

.contact-widget .contact-meta {
  margin: 0; }

.contact-widget .contact-meta li {
  display: block;
  line-height: 22px;
  font-size: 14px; }

#contact-map {
  min-height: 600px; }

.blockquote {
  position: relative;
  margin-bottom: 60px; }

.blockquote:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #cccccc; }

.blockquote:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px; }

.blockquote p {
  font-style: italic;
  margin-bottom: 0; }

.post-tags-share {
  border: 1px solid;
  border-radius: 0;
  border-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 60px; }

.post-tags-share ul {
  margin-bottom: 0; }

.post-tags-share .post-tags li:first-child {
  color: #2d2d43;
  font-weight: 500; }

.post-tags-share .post-tags li:first-child:after {
  display: none; }

.post-tags-share .post-tags li:after {
  content: ","; }

.post-tags-share .post-tags li:last-child:after {
  display: none; }

.post-tags-share .post-tags li a {
  color: #6f6f6f; }

.post-tags-share .post-share li:nth-child(1) {
  color: #2d2d43;
  font-weight: 500;
  margin-right: 10px; }

.post-tags-share .post-share li:nth-child(2) {
  color: #cccccc;
  margin-right: 10px; }

.post-tags-share .post-share li a {
  color: #2d2d43;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  display: block;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.post-tags-share .post-share li a:hover {
  color: #ffffff;
  border-color: #555fae;
  background-color: #555fae; }

.post-author {
  display: table;
  margin-bottom: 60px;
  background-color: #f6f7f8;
  padding: 30px; }

.post-author .author-thumb {
  width: 60px;
  float: left; }

.post-author .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.post-author .author-info {
  width: calc(100% - 60px);
  padding-left: 30px;
  position: relative;
  float: left; }

.post-author .author-info h5 {
  font-size: 18px;
  color: #2d2d43;
  font-weight: 500;
  margin-bottom: 0; }

.post-author .author-info .author-admin {
  font-size: 14px;
  color: #4c57aa;
  font-weight: 500;
  display: block;
  margin-bottom: 10px; }

.post-author .author-info p {
  margin-bottom: 0px; }

.post-comment {
  display: table;
  margin-bottom: 60px; }

.post-comment .comment-thumb {
  width: 90px;
  float: left; }

.post-comment .comment-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.post-comment .comment-info {
  width: calc(100% - 90px);
  padding: 30px;
  background-color: #f6f7f8;
  position: relative;
  float: left; }

.post-comment .comment-info .comment-date {
  margin-bottom: 0; }

.post-comment .comment-info .comment-date li {
  font-size: 16px;
  color: #6f6f6f; }

.post-comment .comment-info .comment-date li a {
  color: #2d2d43;
  font-weight: 500; }

.post-comment .comment-info p {
  margin-bottom: 0px; }

.post-comment .comment-info .comment-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #4c57aa;
  text-transform: capitalize; }

.post-comment-wrapper {
  padding-left: 40px; }

.comment-title h4 {
  font-size: 20px;
  margin-bottom: 40px; }

.form-wrapper .form-row .form-group {
  margin-bottom: 20px;
}

.form-wrapper .form-group {
  margin-bottom: 30px;
  position: relative; }

.form-wrapper .form-group textarea {
  width: 100%;
  padding: 15px;
  margin: 0px; }

.form-wrapper .form-group input,
.form-wrapper .form-group textarea {
  padding: 10px 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: transparent; }

.form-wrapper .form-group textarea:focus,
.form-wrapper .form-group input:focus {
  outline: none; }

.form-wrapper [type="submit"] {
  padding: 10px 30px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background-color: #555fae;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.form-wrapper [type="submit"]:hover,
.form-wrapper [type="submit"]:focus {
  background-color: #13c8a6; }

/*
===========================
10.0 Company Area
===========================
*/
.company-thumb {
  border:1px solid #dadada;
  margin: 0;
}
/*
===========================
11.0 Newsletter Area
===========================
*/
.newsletter-container .section-title {
  margin-bottom: 40px; }

.newsletter-container .input-group {
  max-width: 500px;
  margin: 0px auto;
  padding-bottom: 10px; }

.newsletter-container .input-group .form-control {
  padding: 12px 20px;
  border: 0;
  background: #fcfdfe;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.newsletter-container .input-group .btn {
  border: 0px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  background: #13c8a6;
  z-index: 1;
  color: #ffffff;
  padding: 8px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.newsletter-container .input-group .btn:hover {
  background-color: #efcb53; }

.newsletter-container .input-group-btn:not(:first-child) > .btn:active,
.newsletter-container .input-group-btn:not(:first-child) > .btn:focus,
.newsletter-container .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 1; }

.newsletter-container .input-group .form-control:active,
.newsletter-container .input-group .form-control:focus,
.newsletter-container .input-group .form-control:hover {
  z-index: 2; }

/*
===========================
12.0 Company Area
===========================
*/
.plan-container{
  margin-bottom:60px;
}
.plan-table .table-head {
  display: table;
  width: 100%; }

.plan-table .head-col {
  float: left;
  min-height: 110px; }

.plan-table .head-col h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 38px; }

.plan-table .head-col:nth-child(1) {
  width: 28%;
  background-color: #ffffff; }

.plan-table .head-col:nth-child(2) {
  width: 24%;
  background-color: #13c8a6; }

.plan-table .head-col:nth-child(3) {
  width: 24%;
  background-color: #efcb53; }

.plan-table .head-col:nth-child(4) {
  width: 24%;
  background-color: #555fae; }

.plan-table .head-col ul {
  margin-bottom: 0;
  margin-top: 25px;
  margin-left: 30px; }

.plan-table .head-col ul li {
  font-size: 16px;
  color: #ffffff;
  position: relative; }

.plan-table .head-col ul li:after {
  content: "/";
  font-size: 16px;
  color: #ffffff;
  position: relative;
  left: 5px; }

.plan-table .head-col ul li:last-child:after {
  display: none; }

.plan-table .head-col ul li span.head-big {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600; }

.plan-table .head-col span.head-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-left: 30px; }

.plan-table .body-row {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  display: table; }

.plan-table .body-col {
  float: left;
  border-right: 1px solid #ffffff;
  text-align: center; }

.plan-table .body-col:nth-child(1) {
  width: 28%;
  border-left: 1px solid #ffffff; }

.plan-table .body-col:nth-child(2) {
  width: 24%; }

.plan-table .body-col:nth-child(3) {
  width: 24%; }

.plan-table .body-col:nth-child(4) {
  width: 24%; }

.plan-table .body-row:nth-child(odd) {
  background-color: #f6f7f8; }

.plan-table .body-row:nth-child(even) {
  background-color: #e9f5fd; }

.plan-table .body-col p {
  color: #2d2d43;
  margin-bottom: 0;
  padding: 10px;
  margin: 0; }

.plan-table .table-foot {
  width: 100%;
  display: table; }

.plan-table .foot-col {
  float: left;
  padding-top: 30px;
  text-align: center; }

.plan-table .foot-col:nth-child(1) {
  width: 28%; }

.plan-table .foot-col:nth-child(2) {
  width: 24%; }

.plan-table .foot-col:nth-child(3) {
  width: 24%; }

.plan-table .foot-col:nth-child(4) {
  width: 24%; }

/*
===========================
13.0 Checkout Area
===========================
*/
.checkout-table {
  margin-bottom: 80px;
  text-align: center; }

.checkout-table .table-head {
  display: table;
  width: 100%;
  background-color: #f6f7f8; }

.checkout-table .head-col {
  float: left;
  border-right: 1px solid #efefef;
  width: 40%;
  padding: 15px 0px; }

.checkout-table .head-col p {
  margin-bottom: 0;
  color: #2d2d43;
  font-size: 18px;
  font-weight: 500; }

.checkout-table .head-col:last-child {
  border-right: 0; }

.checkout-table .head-col {
  width: 30%; }

.checkout-table .head-col:first-child {
  width: 40%; }

.checkout-table .table-body {
  display: table;
  width: 100%; }

.checkout-table .body-row {
  width: 100%;
  border-bottom: 1px solid #e3e3e3; }

.checkout-table .body-col {
  float: left;
  border-right: 1px solid #efefef; }

.checkout-table .body-col:last-child {
  border-right: 0; }

.checkout-table .body-col {
  width: 30%;
  padding: 15px 0px; }

.checkout-table .body-col input[type="number"] {
  border: 1px solid #e9e9e9;
  padding: 7px 10px;
  text-align: center;
  font-size:16px;
}

.checkout-table .body-col .checkout-product-rate {
  font-size: 16px;
  color: #4c57aa;
  margin-top: 10px;
  display: block; }

.checkout-table .body-col:first-child {
  width: 40%; }

.checkout-table .body-col ul {
  margin-bottom: 0; }

.checkout-table .body-col ul li {
  margin-right: 10px; }

.checkout-table .body-col ul img {
  max-width: 55px; }

.payment-form-wrapper {
  margin-bottom: 30px; }

.payment-form-wrapper:last-child {
  margin-bottom: 0; }

.payment-form-wrapper h5 {
  font-size: 18px;
  margin-bottom: 30px; }

.payment-form-wrapper .form-control {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 10px 15px; }

.payment-form-wrapper .form-group {
  margin-bottom: 30px; }

.payment-form-wrapper select {
  min-height: 46px;
  cursor: pointer; }

.payment-cart-wrapper h5 {
  font-size: 18px;
  margin-bottom: 20px; }

.payment-cart-wrapper .cart-list {
  width: 80%;
  display: table; }

.payment-cart-wrapper .cart-list ul li {
  margin-bottom: 15px;
  color: #2d2d43; }

.payment-cart-wrapper .cart-list ul li:last-child {
  margin-bottom: 0; }

.payment-cart-wrapper .cart-list-name {
  width: 50%;
  float: left;
  margin-right: 0; }

.payment-cart-wrapper .cart-list-value {
  width: 50%;
  float: right;
  margin-right: 0; }

.payment-option-container {
  margin-bottom: 60px; }

.payment-option [type="radio"]:checked,
.payment-option [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.payment-option [type="radio"]:checked + label,
.payment-option [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2d2d43;
  margin-right: 15px; }

.payment-option a {
  color: #4c57aa;
  text-decoration: underline; }

.payment-option [type="radio"]:checked + label:before,
.payment-option [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  background-color: #ffffff; }

.payment-option [type="radio"]:checked + label:after,
.payment-option [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #555fae;
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.payment-option [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  transform: scale(0); }

.payment-option [type="radio"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1); }

.payment-option [type="radio"]:checked + label:before {
  border-color: #555fae; }

.payment-option .payment-collapse p {
  font-size: 14px; }

.payment-btn {
  background-color: #555fae;
  padding: 10px 25px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.payment-cart-wrapper .payment-btn:hover,
.payment-cart-wrapper .payment-btn:focus {
  background-color: #13c8a6; }

/*
===========================
14.0 Shop Area
===========================
*/
.shop-container {
  min-height: 450px;
  padding: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px; }

.shop-container .shop-thumb {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 15px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1; }

.shop-container .shop-details {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.shop-container .shop-thumb {
  margin-top: 15px;
}
.shop-container .shop-details {
  margin-top: 15px;
}
.shop-container:hover .shop-details {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.shop-details-container {
  margin-bottom: 60px; }

  .shop-details-container:last-child {
  margin-bottom: 0; }

.shop-details .shop-meta {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 30px;
  margin-bottom: 0; }

.shop-details .shop-meta li:nth-child(1) {
  color: #4c57aa;
  float: left; }

.shop-details .shop-meta li {
  margin-right: 15px; }

.shop-details .shop-meta li:nth-child(2) {
  color: #6f6f6f;
  float: left;
  text-decoration: line-through; }

.shop-details .shop-meta li:nth-child(3) {
  color: #6f6f6f;
  float: right; }

.shop-details .shop-meta li i {
  margin-right: 10px; }

.shop-details .shop-meta li:last-child {
  margin-right: 0; }

.shop-details .details-thumb {
  margin-top: 80px;
  margin-bottom: 60px; }

.shop-details .details-thumb img {
  max-width: 130px;
  max-height: 95px; }

.shop-details h4 {
  font-size: 24px;
  margin-bottom: 20px; }

.shop-details-meta {
  margin-bottom: 15px; }

.shop-details-meta li:first-child {
  color: #4c57aa;
  margin-right: 10px; }

.shop-details-meta li:last-child {
  color: #6f6f6f;
  text-decoration: line-through; }

.shop-details-contact {
  margin-bottom: 0; }

.shop-details-contact li {
  margin-right: 10px !important; }

.shop-details-contact input[type="number"] {
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid  #f7f7f7; }

.shop-details p {
  margin-bottom: 30px; }

.shop-thumb {
  text-align: center;
  margin-top: 30px; }

.shop-details-tab-nav {
  border-bottom: 0;
  margin-bottom: 30px; }

.shop-details-tab-nav li {
  margin-right: 15px; }

.shop-details-tab-nav .nav-link {
  font-size: 16px;
  text-transform: capitalize;
  color: #6f6f6f;
  background-color: #e9f5fd; }

.shop-details-tab-nav .nav-item.show .nav-link,
.shop-details-tab-nav .nav-link.active {
  color: #ffffff;
  background-color: #13c8a6;
  border: 0;
  border-radius: 0; }

.shop-details-tab-content .tab-pane h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px; }

.shop-wrapper {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 2px #f5f5f5;
  position: relative; }

.shop-wrapper .shop-meta {
  display: table;
  width: 100%;
  margin-bottom: 0; }

.shop-wrapper .shop-meta li:first-child {
  float: left;
  font-size: 18px;
  color: #4c57aa; }

.shop-wrapper .shop-meta li:last-child {
  float: right;
  font-size: 16px;
  color: #6f6f6f;
  text-decoration: line-through; }

.shop-wrapper .details-thumb {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.shop-wrapper .details-thumb img {
  max-width: 100px;
  max-height: 100px; }

.shop-wrapper h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px; }

.shop-wrapper .shop-wrapper-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden; }

.shop-wrapper:hover .shop-wrapper-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible; }

.shop-wrapper .shop-wrapper-overlay a {
  width: 50px;
  height: 50px;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto; }

/*
===========================
15.0 Hosting Feature Area
===========================
*/
.hosting-feature-wrapper {
  max-width: 300px; }

.hosting-feature-wrapper:last-child {
  padding-right: 0; }

.hosting-feature-wrapper .hosting-feature-box {
  margin-bottom: 60px; }

.hosting-feature-wrapper .hosting-feature-box:last-child {
  margin-bottom: 0; }

.hosting-feature-wrapper .hosting-feature-box .hosting-feature-logo {
  width: 75px;
  height: 75px;
  border: 1px solid #eaeff1;
  border-radius: 50px;
  position: relative;
  margin-bottom: 30px; }

.hosting-feature-wrapper .hosting-feature-box .hosting-feature-logo img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto; }

.hosting-feature-wrapper .hosting-feature-box h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: capitalize; }

.hosting-feature-wrapper .hosting-feature-box p {
  margin-bottom: 0; }

.hosting-feature-container-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 345px;
  max-height: 220px; }

.hosting-feature-full {
  max-width: 100%;
  margin-bottom: 60px; }

/*
===========================
16.0 Support Area
===========================
*/
.support-container .support-logo {
  margin-bottom: 60px; }

.support-container .support-logo img {
  max-width: 300px;
  margin: auto; }

.support-container p {
  margin-bottom: 0; }

/*
===========================
17.0 Steps Area
===========================
*/
.steps-container .steps-logo {
  width: 120px;
  height: 120px;
  background-color: #e9f5fd;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 30px; }

.steps-container .steps-logo img {
  position: absolute;
  left: -10px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.steps-container .steps-content h4 {
  margin-bottom: 20px; }

.steps-container .steps-content p {
  margin-bottom: 0; }

/*
===========================
18.0 hosting package  Area
===========================
*/
.hosting-package-logo {
  max-width: 425px;
  margin: auto; }

.hosting-package-details h2 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px; }

.hosting-package-details
.hosting-package-list {
  margin-bottom: 0;
  max-width: 70%; }

.hosting-package-details
.hosting-package-list li {
  padding-left: 20px;
  color: #4c57aa;
  margin-bottom: 10px;
  position: relative; }

.hosting-package-details
.hosting-package-list li:before {
  content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #4c57aa; }

.hosting-package-details
.hosting-package-list li:last-child {
  margin-bottom: 0; }

.server-configuration-head {
  display: table;
  background-color: #4c57aa;
  width: 100%; }

.server-configuration-head .server-configuration-col {
  padding: 14px 0px;
  width: 16.66%;
  float: left; }

.server-configuration-head .server-configuration-col p {
  color: #ffffff;
  margin: 0;
  text-align: center; }

.server-configuration-body .server-configuration-row {
  background-color: #e9f5fd;
  display: table;
  width: 100%; }

.server-configuration-body .server-configuration-row:nth-of-type(odd) {
  background-color: #f6f7f8; }

.server-configuration-body .server-configuration-col {
  padding: 14px 0px;
  width: 16.66%;
  float: left; }

.server-configuration-body .server-configuration-col p {
  color: #2d2d43;
  margin: 0;
  text-align: center; }

.server-configuration-body .server-configuration-col a {
  color: #4c57aa;
  text-transform: uppercase; }

.server-configuration-body .server-configuration-col a:hover {
  text-decoration: underline; }

.domain-transfer-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.06);
  padding: 60px;
  margin-right: 30px; }

.domain-transfer-form h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 60px; }

.domain-transfer-form span {
  color: #4c57aa; }

.domain-transfer-form form {
  margin-bottom: 30px; }

.domain-transfer-form .form-control {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 10px 15px; }

.domain-transfer-form .form-group {
  margin-bottom: 25px; }

.domain-transfer-form button[type="submit"] {
  background-color: #555fae;
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 10px 10px; }

.domain-transfer-form p {
  margin-bottom: 0; }

.domain-transfer-details h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px; }

.domain-transfer-accordion button {
  background-color: #f6f7f8;
  padding: 15px 30px 15px;
  color: #2d2d43;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  margin-bottom: 15px; }

.domain-transfer-accordion button.collapsed {
  color: #4c57aa; }

.domain-transfer-accordion .domain-transfer-content {
  padding-top: 15px;
  padding-bottom: 30px; }

.domain-transfer-accordion .domain-transfer-content p {
  color: #2d2d43;
  margin-bottom: 0; }

/*
===========================
19.0 Privacy Policy Area
===========================
*/
.privacy-policy h5 {
  font-size: 22px;
  margin-bottom: 20px; }

.privacy-policy h6 {
  font-size: 18px;
  margin-bottom: 20px; }

.privacy-policy p {
  margin-bottom: 40px; }

.privacy-policy p:last-child {
  margin-bottom: 0; }

/*
===========================
20.0 Contact Area
===========================
*/
.contact-form h3 {
  font-size: 35px;
  margin-bottom: 30px; }

.contact-form label {
  margin-bottom: 5px;
  display: block; }

.contact-form .form-group {
  margin-bottom: 30px; }

.contact-form .form-group .form-control {
  border-radius: 0;
  display: inline;
  width: 90%;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 0;
  border-color: #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.contact-form .form-group .contact-question {
  display: inline;
  margin-left: 10px;
  font-size: 20px;
  color: #6f6f6f; }

/*
===========================
21.0 Footer Area
===========================
*/
.footer-widget .footer-logo {
  margin-bottom: 30px; }

.footer-widget h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 40px; }

.footer-widget h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px; }

.footer-widget .footer-social {
  margin-bottom: 20px; }

.footer-widget .footer-social li {
  margin-right: 10px; }

.footer-widget .footer-social a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f5f9fe;
  text-align: center;
  padding-top: 3px;
  font-size: 16px;
  color: #4c57aa;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.footer-widget .footer-social a:hover {
  border-radius: 20%;
  color: #6f6f6f; }

.footer-widget .footer-number {
  font-size: 20px;
  font-weight: 600;
  color: #4c57aa;
  margin-bottom: 20px; }

.footer-widget .footer-money-card {
  margin-bottom: 0; }

.footer-widget .footer-money-card li {
  margin-right: 10px; }

.footer-widget .footer-anchor {
  margin-bottom: 0; }

.footer-widget .footer-anchor li a {
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 400;
  float: left;
  padding-left: 45px;
  margin-top: 25px;
  }

.footer-widget .footer-anchor li a:hover {
  color: #7f8aa0;
  }

.footer-widget .footer-latest {
  display: table;
  width: 100%;
  margin-bottom: 30px; }

.footer-widget .footer-latest:last-child {
  margin: 0; }

.footer-widget .latest-thumb {
  width: 65px;
  float: left; }

.footer-widget .latest-thumb img {
  margin-top: 5px; }

.footer-widget .latest-content {
  width: calc(100% - 65px);
  float: left;
  padding-left: 15px; }

.footer-widget .latest-content a {
  color: #2d2d43;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.footer-widget .latest-content a:hover {
  color: #4c57aa; }

.footer-widget .latest-meta {
  margin-bottom: 0; }

.footer-widget .latest-meta li {
  line-height: 24px;
  font-size: 14px; }

.comment-box .form-row .form-group {
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px; }

.footer-form .form-group {
  margin-bottom: 15px;
  position: relative; }

.footer-form .form-group input {
  padding: 10px; }

.footer-form .form-group textarea {
  width: 100%;
  padding: 15px;
  margin: 0px; }

.footer-form .form-group input,
.footer-form .form-group textarea {
  border: 1px solid;
  border-radius: 0;
  border-color: #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-form [type="submit"] {
  width: 100%;
  padding: 10px 30px;
  background-color: #13c8a6;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-form [type="submit"]:hover {
  background-color: #efcb53; }

.footer-form .form-group textarea:hover,
.footer-form .form-group input:hover {
  outline: none;
  box-shadow: 0px 2px 0px #13c8a6 inset !important; }

.footer-bar-container {
  border-top: 1px  solid #42495a;
  padding: 40px;
  }

.footer-bar p, .footer-bar ul {
  margin-bottom: 0;
  color: #5c6377 !important;
  }

.footer-bar ul li a.bar-signup {
  color: #13c8a6; }

.footer-bar ul.footer-nav {
  float: right;
  color: #6f6f6f; }

.footer-bar ul.footer-nav a {
  font-weight: 500;
  color: #2d2d43;
  padding-right: 10px;
  text-transform: capitalize; }
.scroll-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  background: linear-gradient(-90deg, #6592fb, #3a6ad6);
  border-radius: 100px;
  box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
  text-align:center;
  cursor:pointer;
  right: 15px;
  bottom: 80px;
  border-radius: 100px;
}
.scroll-icon i {
  line-height: 56px;
  text-align:center;
  color: rgb(255, 255, 255);
  font-size: 40px;
}


a.login-vk {
    background: #fff;
    padding: 11px 23px !important;
    border-radius: 100px;
    font-size: 12px !important;
    line-height: normal;
    font-weight: 600 !important;
    margin-top: 25px;
    color: #3a3d46 !important;
    transition: .5s !important;
    box-shadow: 0px 20px 85px 0px rgba(201, 220, 234, 0.15);
}

span.sp-vk {
    display: -webkit-box;
    font-weight: 400;
}


span.ic-vk {
    background: #607fed url(/style/images/ic-lock.png);
    width: 41px;
    height: 41px;
    display: block;
    float: left;
    border-radius: 50px;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: -5px;
    box-shadow: 0px 10px 45px 0px rgba(78, 128, 241, 0.5);
}

a.login-vk:hover {
    background: #fff !important;
    box-shadow: 0px 20px 65px 0px #c9dcea;
}
span.bg-play {
    width: 860px;
    height: 860px;
    background: url(/style/images/bg-play.png) no-repeat right;
    position: absolute;
    margin-top: -248px;
    right: 0;
}

nav.highlight {
    margin-right: 100px;
}
h1.m1s {
    font-size: 43px;
    color: #3a3d46;
    margin-bottom: 0px;
}

p.m2s {
    font-size: 14px;
    color: #858c9e;
    width: 550px;
    line-height: 25px;
    font-weight: 400;
}

b.colrs {
    color: #3a3d46;
}
.banner-content.highlight {
    margin-top: 40px;
}

a.orange-btn {
    background: linear-gradient(-90deg, #fbd029, #dc8b06);
    padding: 20px 20px 20px 60px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3d46;
    box-shadow: 0px 10px 65px 0px rgba(199, 144, 26, 0.45);
    transition: .5s;
}

span.ic-video {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/play.png) no-repeat center -1px;
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 6px;
    position: absolute;
    border-radius: 50px;
}

a.orange-btn:hover {
    box-shadow: 0px 10px 65px 5px rgba(140, 99, 4, 0.5);
    opacity: .8;
}

a.blue-btn {
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    padding: 20px 20px 20px 60px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
    transition: .5s;
}

a.blue-btn:hover {
    box-shadow: 0px 10px 65px 5px rgba(73, 120, 227, 0.65);
    opacity: .8;
}

span.ic-shops {
    .ic-shops {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/play.png) no-repeat center -1px;
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 6px;
    position: relative;
    border-radius: 50px;  }
}

span.ic-shops {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/shops.png) no-repeat center -1px;
    display: block;
    position: absolute;
    border-radius: 50px;
    margin-left: 239px;
    margin-top: -39px;
}

.banner-button-container {padding-top: 25px;}

span.bg-pt1 {
    width: 250px;
    height: 1060px;
    background: url(/style/images/pt1.png) no-repeat left;
    position: absolute;
    margin-top: -280px;
}

.names-view {
    text-align: center;
    margin-bottom: 10px;
    color: #3a3d46 !important;
}

.names-view h3 {
    font-weight: 400;
}

.names {
    text-align: center;
    margin-bottom: 100px;
    color: #3a3d46 !important;
}

.names h3 {
    font-weight: 400;
}

span.hr-bottom {
    width: 180px;
    height: 12px;
    display: -webkit-inline-box;
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    border-radius: 100px;
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
}

.st1 {
    background: url(/style/images/st1.png);
    display: -webkit-inline-box;
    width: 127px;
    height: 127px;
    margin-top: -460px;
}

.st2 {
    background: url(/style/images/st2.png);
    display: -webkit-inline-box;
    width: 127px;
    height: 127px;
    margin-top: -460px;
}

.st3 {
    background: url(/style/images/st3.png);
    display: -webkit-inline-box;
    width: 127px;
    height: 127px;
    margin-top: -460px;
}

span.bg-pt2 {
    width: 250px;
    height: 250px;
    background: url(/style/images/pt2.png) no-repeat right;
    position: absolute;
    display: block;
    z-index: 1;
    right: 0;
    margin-top: -100px;
    margin-right: 50px;
}

span.sht {
    font-size: 14px;
    color: #cbd7e1;
    font-weight: 500;
    float: right;
    margin-top: -38px;
}

span.ic-carts {
    width: 44px;
    height: 44px;
    background: #fff url(../images/carts.png) no-repeat center -3px;
    display: block;
    position: absolute;
    border-radius: 50px;
    margin-top: -6px;
    margin-left: 6px;
}
span.ic-news {
    width: 44px;
    height: 44px;
    background: #fff url(../images/news.png) no-repeat center -3px;
    display: block;
    position: absolute;
    border-radius: 50px;
    margin-top: -6px;
    margin-left: 6px;
}

.starprice {
    float: right;
    font-weight: 600;
    color: #3a3d46;
}

span.stp {
    font-size: 12px;
    font-weight: 600;
    color: #d6dde3;
}

.semmer {
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: 1px solid #e6f0f9;
}

footer.footer-area.bg-color1 {
    background: #343a4a;
}

a.creative-la {
    color: #434a5f !important;
    font-size: 18px;
    font-weight: 600;
    float: right;
    line-height: 25px;
    margin-top: 4px;
    transition: .5s;
}

span.font-rown {
    display: -webkit-box;
}

a.creative-la:hover {
    color: #fff;
}

/* W3.CSS 4.10 February 2018 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */

.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden;border-bottom: 2px solid #e3eef6;}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding: 10px 25px;float:left;width:auto;border:none;display:block;outline:0;text-transform: uppercase;font-weight: 500;transition: .3s;}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}.w3-rest{overflow:hidden}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{
    margin-bottom: 15px;
}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{/* border:1px solid #ccc!important */margin-top: 25px;}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;/* background-color:#ccc!important */}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color: #3a3d46 !important;border-bottom: 5px solid #4c7be5 !IMPORTANT;}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{
    color: #cbd7e0;
}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}

.w3-red, .w3-hover-red:hover:after {
    content: "";
}

.timeaddshop {
    float: right;
    font-size: 18px;
    margin-top: 8px;
    font-weight: 300;
}

span.ic-clock {
    width: 18px;
    height: 18px;
    background: url(/style/style/images/clock.png);
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}

span.ic-shoper {
    width: 250px;
    height: 250px;
    background: url(/style/style/images/shoper.png);
    display: block;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    border-radius: 500px;
    box-shadow: 0px 20px 65px 0px rgba(214, 163, 17, 0.25);
}

.error-shop h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
    color: #343a4a;
}
p.description {
    font-size: 13px;
    color: #838f98;
    text-transform: capitalize;
}

.store-center {
    text-align: center;
    margin: 0 auto;
}

a.share-store {
    background: #fff;
    padding: 11px 23px !important;
    border-radius: 100px;
    font-size: 12px !important;
    line-height: normal;
    font-weight: 600 !important;
    margin-top: 25px;
    color: #3a3d46 !important;
    transition: .5s !important;
    box-shadow: 0px 20px 85px 0px rgba(201, 220, 234, 0.15);
}

a.droped {
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    padding: 20px 20px 20px 60px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
    transition: .5s;
}

.arcet {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 45px;
}

span.ic-drop {
    background: #fff url(/style/style/images/drop.png) -1px 0px;
    width: 44px;
    height: 44px;
    position: absolute;
    margin-left: -54px;
    border-radius: 50px;
    margin-top: -6px;
}
a.droped:hover {
    box-shadow: 0px 10px 65px 5px rgba(73, 120, 227, 0.65);
    opacity: .8;
}
.bg-toll-kit {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    margin-bottom: 65px;
    box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.05);
}

.td-name {
    float: left;
    font-size: 20px;
    color: #cbcfdc;
    font-weight: 400;
    margin-top: 11px;
    margin-right: 15px;
}

input#email {
    padding: 15px 25px;
    border-radius: 50px;
    border: 2px solid #eef7fe;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10);
    color: #a8b0c7;
    margin-left: 85px;
}

input#captchaInput {
    padding: 15px 25px;
    border-radius: 50px;
    border: 2px solid #eef7fe;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10);
    color: #a8b0c7;
    margin-left: 60px;
}
img#captcha {
    float: left;
}

.input-field {
    margin-bottom: 25px;
}
button.btn-sends {
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    padding: 20px 30px 20px 70px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
    transition: .5s;
    border: none;
    text-align: center;
    margin-top: 15px;
}

.form-group {
    text-align: center;
}

span.ic-sends {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/send.png) no-repeat center -4px;
    display: -webkit-inline-box;
    border-radius: 50px;
    position: absolute;
    margin-left: -62px;
    margin-top: -12px;
}
.centerx {
    width: 550px;
    margin: 0 auto;
}
.sssms {
    font-size: 11px;
    color: #a4b0ba;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
span.ic-donate {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/shops.png) no-repeat center -0px;
    display: -webkit-inline-box;
    border-radius: 50px;
    position: absolute;
    margin-left: -62px;
    margin-top: -12px;
}
button.btn-donate:hover {
    box-shadow: 0px 10px 65px 5px rgba(73, 120, 227, 0.65);
    opacity: .8;
}

span.ic-admin {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/admin.png) no-repeat center -0px;
    display: -webkit-inline-box;
    border-radius: 50px;
    position: absolute;
    margin-left: -62px;
    margin-top: -12px;
}
button.btn-admin:hover {
    box-shadow: 0px 10px 65px 5px rgba(73, 120, 227, 0.65);
    opacity: .8;
}
span.ic-setting {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/settings.png) no-repeat center -0px;
    display: -webkit-inline-box;
    border-radius: 50px;
    position: absolute;
    margin-left: -62px;
    margin-top: -12px;
}
button.btn-setting:hover {
    box-shadow: 0px 10px 65px 5px rgba(73, 120, 227, 0.65);
    opacity: .8;
}


span.ic-vkt {
    width: 160px;
    height: 160px;
    background: url(/style/images/vkt.png);
    display: -webkit-inline-box;
    border-radius: 250px;
    border: none;
    box-shadow: 0px 25px 88px 0px rgba(0, 0, 0, 0.20);
}

a.contcts-t p {
    color: #3a3d46 !important;
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px;
}

span.ic-mail {
    width: 160px;
    height: 160px;
    background: url(/style/images/mail.png);
    display: -webkit-inline-box;
    border-radius: 250px;
    border: none;
    box-shadow: 0px 25px 88px 0px rgba(0, 0, 0, 0.20);
}

.price-buyse {
    background: linear-gradient(-90deg, #fbd029, #dc8b06);
    padding: 10px 0px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3d46;
    box-shadow: 0px 10px 65px 0px rgba(199, 144, 26, 0.45);
    line-height: 30px;
    transition: .5s;
    width: 150px;
    margin-top: -6px;
}

span.ic-rubs {
    background: #fff;
    padding: 5px 13px;
    border-radius: 50px;
    color: #3a3d46;
    font-weight: 600;
    font-size: 21px;
    margin-right: 6px;
    float: right;
    margin-top: -5px;
}

select {
    background: #fff;
    border: 2px solid #eef7fe;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10) !important;
    color: #4c4e54;
    padding: 15px 25px;
    border-radius: 100px;
    font-weight: 600;
    width: 200px;
    transition: 0.2s ease;
}

input.text{
    padding: 15px 25px;
    border-radius: 50px;
    border: 2px solid #eef7fe;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10);
	transition: 0.2s ease;
}
.searchbtn{
	background: none;
	border: none;
	font-size: 28px;
	color: #4876e2;
}
.price-buyse.white {
    border: 2px solid #eef7fe;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10);
    color: #a8b0c7;
    background: #fff;
    font-weight: 500;
}
span.ic-rubs.white {
    background: linear-gradient(-90deg, #6592fb, #3a6ad6);
    border-radius: 100px;
    box-shadow: 0px 10px 65px 0px rgba(71, 118, 225, 0.45);
    color: #fff;
    font-weight: 500;
}
span.ic-shgopsf {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/shops.png) no-repeat center 0px;
    display: -webkit-inline-box;
    border-radius: 50px;
    position: absolute;
    margin-left: -62px;
    margin-top: -12px;
}
span.ic-enter {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/play.png) no-repeat center 0px;
    display: -webkit-inline-box;
    border-radius: 50px;
    position: absolute;
    margin-left: -62px;
    margin-top: -12px;
}

td.pokan {
    float: left;
    margin-right: 120px;
    font-size: 18px;
    margin-bottom: 25px;
    color: #3a3d46 !important;
    font-weight: 500;
}

td.concan {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
	vertical-align: top;
}

span.oranges {
    background: #ffba1c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
}

h3.numorde {
    font-size: 25px;
    color: #3a3d46;
    font-weight: 500;
    margin-bottom: 25px;
}

textarea#exampleFormControlTextarea1 {
    border-color: #dfebf5;
}

.w3-bar.w3-black.white-bgs {
    background: #fff;
    padding: 5px 15px 0px 15px;
    border-radius: 8px;
}

.info-re {
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    padding: 15px 15px 5px 15px;
    margin-bottom: 25px;
    border: 2px solid #e3edf5;
}

span.ic-wars {
    width: 66px;
    height: 66px;
    background: #fe5454 url(/style/images/wars.png);
    display: block;
    float: left;
    margin-right: 15px;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.25);
    border-radius: 250px;
}

p.inf-ws {
    color: #343a4a;
    font-weight: 500;
}

.bg-faka {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 12px 85px 0px rgba(52, 58, 74, 0.10);
    margin-bottom: 25px;
}

span.rodse {}

.xss {display: initial;}

span.rodse {
    font-size: 17px;
    color: #343a4a;
    font-weight: 500;
}

img.avaster {
    width: 41px;
    height: 41px;
    display: block;
    float: left;
    border-radius: 50px;
    margin-left: -15px;
    margin-right: 10px;
    margin-top: -5px;
    box-shadow: 0px 10px 45px 0px rgba(74, 75, 78, 0.5);
}

.biill-ava {
    background: #fff;
    border-radius: 6px;
    text-align: center;
}

img.ava-bills {
    border-radius: 100px;
}

a.logout {
    position: absolute;
    margin: 0 auto;
    background: #ff5959;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    margin-top: 160px;
    margin-left: -165px;
}

h3.ava-name {
    font-size: 28px;
    color: #3a3d46;
    margin-top: 30px;
}

a.settings {
    color: #b3c4d1;
    font-size: 18px;
}

span.ic-exits {
    width: 34px;
    height: 33px;
    background: url(/style/images/ex.png) -3px;
    display: block;
    float: left;
}

a.settings b {
    color: #3a3d46;
}

td.dds {
    color: #acb6c3;
    float: left;
    margin-bottom: 13px;
}

td.ssd {float: right;margin-left: 80px;}

.col-md-6.lf {
    float: left;
}

.feature-wrapper.wow.pulse {
    height: 100%;
}

p.search-n {
    font-size: 14px;
    color: #9ca5bd !important;
    display: -webkit-inline-box;
    padding: 0px 25px;
}
.kankans {
    padding: 15px 0px;
    border-radius: 50px;
    border: 2px solid #eef7fe;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10);
    color: #9ca5bd;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

span.desings {
    padding: 0px 20px;
}

.rest-fxs {
    color: #b3c4d1;
    font-size: 14px;
    float: left;
    padding-left: 15px;
}

.rest-fx {
    color: #b3c4d1;
    font-size: 14px;
    float: right;
    padding-right: 15px;
}
.col-md-6.lf.bt {
    margin-top: -60px;
}
.col-md-6.lf.lt {
    margin-top: 60px;
}

span.ic-pluse {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/pluse.png) no-repeat center -1px;
    display: block;
    float: left;
    margin-left: 60px;
    margin-top: -7px;
    position: absolute;
    border-radius: 100px;
}
span.ic-sude {
    width: 20px;
    height: 10px;
    background: url(/style/images/sd.png) no-repeat;
    display: -webkit-inline-box;
}

span.ic-tude {
    width: 20px;
    height: 10px;
    background: url(/style/images/td.png) no-repeat;
    display: -webkit-inline-box;
}

.hr-gosx {
    width: 1px;
    height: 100%;
    display: -webkit-box;
    background: #dbe6ef;
    position: absolute;
    left: 50%;
    top: -1px;
}

.hr-gos {
    width: 48.1%;
    height: 1px;
    background: #dbe6ef;
    margin-top: 190px;
    position: absolute;
    left: 15px;
}

.in-messenger-vk {
    background: #fff;
    border: 2px solid #dce8f2;
    border-radius: 16px;
    box-shadow: 0px 25px 65px 0px rgba(203, 211, 218, 0.25);
    padding: 15px 20px;
    margin-bottom: 50px;
}

p.text-pt {
    text-align: start;
    font-size: 16px;
    color: #343a4a !important;
    font-weight: 500;
    display: block;
}
a.vk-submots {
    background: linear-gradient(-90deg, #464646, #6c6c6c);
    color: #fff;
    padding: 6px 40px;
    border-radius: 100px;
    margin-top: -55px;
    float: right;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
}
button.vk-submots {
    background: linear-gradient(-90deg, #464646, #6c6c6c);
    color: #fff;
    padding: 6px 40px;
    border-radius: 100px;
    margin-top: -55px;
    float: right;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
    border: none;
}
span.ic-warn {
    width: 66px;
    height: 66px;
    background: url(/style/images/info.png);
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -2px;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}
span.ic-google {
    width: 66px;
    height: 66px;
    background: url(/style/images/googleauth.png);
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -2px;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}
span.ic-vk-otc {
    width: 66px;
    height: 66px;
    background: url(/style/images/vkrdd.png);
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -2px;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}

a.vk-submots:hover {
    opacity: .7;
}
button.vk-submots:hover {
    opacity: .7;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #6fd852;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

table.form-table {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 25px;
}

button.btn-reiner {
    background: linear-gradient(-90deg, #2772cf, #4287aa);
    padding: 15px 40px;
   border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 5px 35px 0px rgba(29, 86, 209, 1);
    transition: .5s;
    border: none;
}
a.btn-news-go {
    background: linear-gradient(-90deg, #2772cf, #4287aa);
    padding: 15px 40px;
    border-radius: 60px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 5px 35px 0px rgba(29, 86, 209, 1);
    transition: .5s;
    border: none;
}


button.btn-saves {
    background: linear-gradient(-90deg, #fbd029, #dc8b06);
    padding: 20px 60px 20px 80px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3d46;
    box-shadow: 0px 10px 65px 0px rgba(199, 144, 26, 0.45);
    transition: .5s;
    border: none;
}

span.ic-savesd {
    width: 44px;
    height: 44px;
    background: #fff url(/style/images/saves.png) no-repeat center -1px;
    position: absolute;
    border-radius: 50px;
    margin-left: -72px;
    margin-top: -12px;
}


@media only screen and (max-width: 768px) {
.bg-toll-kit {
    padding: 5px;
}

@media only screen and (max-width: 768px) {
.input-field {
    padding: 5px;
    width: 100%;
    display: -webkit-inline-box;
    float: unset;
}

@media only screen and (max-width: 768px) {
.centerx {
    padding: 5px;
    width: 340px;
}

@media only screen and (max-width: 768px) {
input#email {
    margin-left: 0px;
}

@media only screen and (max-width: 768px) {
input#captchaInput {
    margin-left: 0px;
}

@media only screen and (max-width: 768px) {
.td-name  {
    text-align: center;
    float: unset;
}

@media only screen and (max-width: 768px) {
.sssms {
    padding: 5px;
    width: 260px;
}
.hr-gosx {
  display: none;
}
.hr-gos {
  display: none;
}
td.ssd {float: initial;margin: 0 auto;display: flex;}
p.search-n {padding: 0 15px;margin-bottom: 5px;margin-top: 5px;}
span.desings  {padding: 0 5px;/* margin-bottom: 5px; *//* margin-top: 5px; */}
.col-md-6.lf.bt {
  margin-top: 50px;
  margin-bottom: 45px;
}
span.ic-pluse {
	margin-left: 45px !important;
}


/*--------------------------------------------------------------------------
DESIGN BY LARTS.PRO
------------------------------------------------------------------------------*/