/*
Sass Template

*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");
.cl_pm {
  color: #f18421;
}

.cl_sec {
  color: #05a3e1;
}

.cl_white {
  color: #fff;
}

.caret_org i {
  color: #f18421;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.lt_bl_center {
  font-fami7ly: "Montserrat", sans-serif;
  font-weight: 300;
  color: #05a3e1;
  font-size: 2.6em;
  text-align: center;
}

.lt_org_center {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #f18421;
  font-size: 2.6em;
  text-align: center;
}

.lt_white_center {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.6em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.blHeadTable thead th {
  background-color: #f18421;
  color: white;
  font-weight: 300;
  font-size: 1.4em;
}

.orgHeadTable thead th {
  background-color: #05a3e1;
  color: white;
  font-weight: 300;
  text-align: center;
}

.tableFirstCol tbody td:first-child {
  text-align: center;
}

.tableFirstCol thead th:first-child {
  text-align: center;
}

.txtRes {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.topBar {
  background: #0dc9ec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0dc9ec 0%, #009fe5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0dc9ec 0%, #009fe5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0dc9ec 0%, #009fe5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0.4em 0.2em;
}

.topBar ul {
  margin-bottom: 0px;
}

.topBar li a, .topBar li i {
  color: white;
  text-decoration: none;
  font-size: 0.9em;
}

.topBar .lft-bdr i {
  font-size: 1.1em;
}

.topBar .loginMenu {
  text-align: right !important;
}

@media screen and (max-width: 1092px) {
  .topBar .loginMenu, .topBar .barContact {
    text-align: center !important;
  }
}

.navbar {
  font-weight: 300 !important;
  font-size: 1.2em;
}

.navbar .dropdown:hover > .dropdown-menu {
  border-radius: 0px;
  transition: all 1s;
  font-weight: 300 !important;
}

.navbar .dropdown-menu a {
  font-weight: 300;
}

.navbar .dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f18421;
}

@media screen and (min-width: 1092px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.domSearch {
  padding: 2em 1em;
  font-size: 10px !important;
}

.domSearch select {
  border-radius: 0px !important;
  border-left: 0px;
  height: calc(2.25rem + 24px) !important;
}

.domSearch input {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding: 1.2em;
}

.domSearch button {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.domSearch .domGroup {
  width: 100% !important;
}

.domSearch .btn.active, .domSearch .btn:active {
  background-image: linear-gradient(to bottom, #f2b92c 0%, #f26b18 100%) !important;
}

@media screen and (max-width: 520px) {
  .domSearch {
    display: none;
  }
}

.testimonialsMain {
  background: url(img/test-bg.png);
  background-size: cover;
  padding: 6em 2em;
}

.testimonialsMain h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.2em;
  text-align: center;
}

.testimonialsMain p {
  margin-top: 1.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  text-align: left;
}

.testimonialsMain h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.8em;
  text-align: left;
}

.testimonialsMain h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.7em;
  text-align: left;
}

.testimonialsMain h5 span {
  color: #f18421;
  margin-left: 0.6em;
}

.testimonialsMain h5 span i {
  padding: 0 0.1em;
}

.testimonialsMain .imgTest {
  border-radius: 100%;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.testimonialsMain .imgQ {
  position: absolute;
  top: 1px;
  right: 30%;
  max-width: 30px;
}

.testimonialsMain .imgQ::after {
  content: "Hello World";
}

.testimonialsMain .imgClient {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1092px) {
  .testimonialsMain .imgClient {
    border: 0px;
  }
}

.partners {
  padding: 3em 0.6em;
}

.partners .rbdr-img {
  background: url(img/rbdr-img.png) no-repeat center right;
  height: 93px;
}

.partners h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #05a3e1;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0.8em;
}

.partners p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: inherit;
  font-size: 1em;
  text-align: left;
}

.subscriber_bt {
  background: url("http://127.0.0.1:30img/call-map.png") center #f18421;
  background-size: cover;
  padding: 2em 1em;
}

.subscriber_bt h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 2.4em;
  text-align: left;
}

.subscriber_bt h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
}

.subscriber_bt h3 .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.8em;
  text-align: left;
}

.subscriber_bt h3 .price strong {
  font-weight: 700;
}

.subscriber_bl {
  background: url("img/bread/subs_bl.jpg") center #f18421;
  background-size: cover;
  padding: 2em 1em;
}

.subscriber_bl h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 2.4em;
  text-align: left;
  margin-bottom: 0;
}

.subscriber_bl h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
}

.subscriber_bl h3 .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.8em;
  text-align: left;
}

.subscriber_bl h3 .price strong {
  font-weight: 700;
}

.mainFoot {
  background-color: #1c1c1c;
  color: #898989;
  padding: 2.8em 1.2em;
}

.mainFoot h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
}

.mainFoot li a {
  color: #898989;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #898989;
  font-size: 0.8rem;
  text-align: left;
}

.mainFoot li a:hover {
  color: #f18421;
  transition: 0.3s;
}

.mainFoot li {
  margin: 0.4em 0;
}

.mainFoot img {
  padding: 1em 1em;
}

.mainFoot p a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9em;
}

.mainFoot p {
  font-size: 0.9em;
}

.mainFootBt {
  background-color: #161616;
  padding: 2em 1em;
  padding-top: 3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 1em;
  text-align: initial;
}

.mainFootBt .img_break {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.mainFootBt .img_break img {
  width: auto;
  max-width: 100%;
}

.mainFootBt a {
  text-decoration: none;
  color: inherit;
}

.breadcrumb {
  background-size: cover;
  padding: 7em 1em;
}

.breadcrumb h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.6em;
  text-align: left;
  margin-bottom: 2px;
  line-height: 1em;
}

.breadcrumb h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #f18421;
  font-size: 2.6em;
  text-align: left;
  margin-bottom: 2px;
  line-height: 1em;
}

.breadcrumb h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #05a3e1;
  font-size: 3.8em;
  text-align: left;
  margin-bottom: 2px;
  line-height: 1.1em;
}

@media screen and (max-width: 480px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.bc_bg_affiliat{
  background: url("img/bread/affiliatplan-bg.jpg");
  background-size: cover;
  border-radius: 0px;
}
.bc_bg_01 {
  background: url("img/bread/reseller_01.jpg");
  background-size: cover;
  border-radius: 0px;
}
.bc_bg_wp {
  background: url("img/wphostingbread.jpg");
  background-size: cover;
  border-radius: 0px;
}
.bc_bg_design{
	background: url("img/bread/webDesign-img.jpg");
  background-size: cover;
  border-radius: 0px;
}
.domain-bg{
	background: url("img/bread/domain-bg.jpg");
  background-size: cover;
  border-radius: 0px;
}
.bc_bg_sarver{
	background: url("img/bread/web-server.jpg");
	background-size: cover;
	border-radius: 0px;
}
.bc_bg_02 {
  background: url("img/bread/reseller_02.jpg");
  background-size: cover;
  border-radius: 0px;
}

.bc_bg_03 {
  background: url("img/bread/serverCoLocation_01.jpg");
  background-size: cover;
  border-radius: 0px;
}

.bc_bg_31 {
  background: url("img/bread/analytic.jpg");
  background-size: cover;
  border-radius: 0px;
}

.bc_bg_41 {
  background: url("img/bread/ecommercePackage.jpg");
  background-size: cover;
  border-radius: 0px;
}

.bc_bg_51 {
  background: url("img/bread/siteBuilder.jpg");
  background-size: cover;
  border-radius: 0px;
}

.bc_bg_72 {
  background: url("img/contactUs.jpg");
  background-size: cover;
  border-radius: 0px;
}
.bc_bg_payment {
  background: url("img/paymentbread.jpg");
  background-size: cover;
  border-radius: 0px;
}
.bc_bg_ssl {
  background: url("img/sslbread.jpg");
  background-size: cover;
  border-radius: 0px;
  background-position: center center;
}

.bc_bg_21 {
  background-color: #242424;
  background-size: cover;
  border-radius: 0px;
}

.orgBluTable a {
  text-decoration: none;
  color: inherit;
}

.orgBluTable a:hover {
  text-decoration: none;
  color: inherit;
}

.orgBluTable tbody tr:nth-child(odd) {
  background-color: #ccedfa;
  color: #4e4e4e;
}

.orgBluTable tbody tr:nth-child(even) {
  background-color: #fce6d2;
  color: #4e4e4e;
}

.orgBluTable tbody td, .orgBluTable thead th {
  border-left: 3px solid #fff;
  min-width: 60px !important;
  vertical-align: middle !important;
}

.orgBluTable thead th {
  vertical-align: middle;
  border-bottom: 2px solid #e9ecef;
}

.page {
  padding: 2em 0em;
}

.bl_cell {
  background-color: #05a3e1;
  color: white;
}

.page_orgSec {
  background: url("img/price-bg.png");
  padding: 2em 0em;
}

.tb_whiteBor {
  font-size: 0.8em;
  color: white;
  font-weight: 300;
}

.tb_whiteBor td, .tb_whiteBor th {
  padding: .64em .4em;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
}

.tb_whiteBor tbody {
  border-right: 1px solid #e9ecef !important;
  border-bottom: 1px solid #e9ecef !important;
}

.orderSeq {
  padding: 1em 0.2em;
  color: white;
}

.orderSeq .btn_order {
  font-size: 0.8em;
  width: 100%;
  background-color: #b95300;
  padding: 0.8em 2.2em;
  color: white;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
}

.orderSeq p {
  margin-bottom: 0px;
  margin-left: 0.4em;
}

.orderSeq h5 {
  margin-bottom: 0.6em;
  margin-top: 0.4em;
}

.orderSeq i {
  margin-right: 0.2em;
}

.containerPad {
  padding-bottom: 2em !important;
  padding-top: 2em !important;
}

@media screen and (min-width: 1092px) {
  .borRight {
    border-right: 1px solid #fff;
  }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #05a3e1 !important;
  background-color: #fff !important;
  border-color: #fff #fff #ddd !important;
}

a {
  color: inherit;
}

.btOrgLg {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f18421;
  font-size: 1.2em;
  text-align: center;
  margin: 1em 0em;
}

.rSpHead {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #05a3e1;
  font-size: 2.3em;
  text-align: center;
}

.orgShortText {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #f18421;
  font-size: 1em;
  text-align: center;
}

.gryShortText {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #444444;
  font-size: 1em;
  text-align: center;
}

.spText {
  font-size: 1.4em;
}

.spText strong {
  font-size: 2em;
}

@media screen and (min-width: 1092px) {
  .bor_leftDiff {
    border-left: 1px solid #f18421;
  }
  .bor_leftWh {
    border-left: 1px solid #fff;
  }
}

.whiteHeadOrgBkgd {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 0.8em;
}

.simWhite {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

.mg10 {
  margin: 0.8em 0em;
}

.mg1t {
  margin-top: 1em;
}

.fullBlBkgd {
  background-color: #05a3e1;
  color: white;
  text-align: center;
  padding: 0.3em 0;
  margin: 0;
}

.lightBlBkgd {
  background-color: #ccedfa;
  padding: 1em 0.7em;
  margin: 0;
}

.ctrlOption li {
  margin: 0.3em 0.9em;
}

.ctrlOption li i {
  color: #f18421;
}

.terH2 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #05a3e1;
  font-size: 3em;
  text-align: left;
}

.terH1 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #f18421;
  font-size: 3em;
  text-align: left;
}

.terH3 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #05a3e1;
  font-size: 1.4em;
  text-align: left;
}

.terH4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #f18421;
  font-size: 1.9em;
  text-align: left;
}

.bkBl {
  background-color: #05a3e1;
  padding: 3.6em 0;
}

.blbkgd {
  background-color: #05a3e1;
  padding: 6.6em 3.6em;
}

.orgbkgd {
  background-color: #f18421;
  padding: 6.6em 3.6em;
}

.cusInput {
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 1em;
  text-align: left;
  margin: 0.7em 0;
}

.brOr {
  border-color: #f18421;
}

.girl-img-r {
  background: url("img/girl-img-r.jpg");
  background-size: cover;
  min-height: 400px;
}

.girl-img-l {
  background: url("img/girl-img-l.jpg");
  background-size: cover;
  min-height: 400px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.blox_01 {
  background: url("img/reg-img-1.jpg");
  border-radius: 10px;
  background-size: cover;
  padding: 2em 2em;
  margin: 1em 0em;
  min-height: 320px;
}

.blox_01 .circle01 {
  background-color: #f18421;
  color: white;
  text-align: left;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  -moz-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  position: absolute;
  right: 6em;
  top: 35%;
  padding: 2em 2em;
  width: 11em;
  height: 11em;
}

.blox_01 .circle01 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}

.blox_01 .circle01 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
}

.blox_01 .circle02 {
  background-color: #05a3e1;
  color: white;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  -moz-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  position: absolute;
  right: 2.6em;
  top: 14em;
  padding: 1em 1em;
  width: 5em;
  height: 5em;
}

.blox_01 .circle02 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.blox_03 {
  background: url("img/reg-img-3.jpg");
  border-radius: 10px;
  background-size: cover;
  padding: 2em 2em;
  margin: 1em 0em;
  min-height: 320px;
}

.blox_03 .circle01 {
  background-color: #f18421;
  color: white;
  text-align: left;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  -moz-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  position: absolute;
  right: 6em;
  top: 35%;
  padding: 2em 2em;
  width: 11em;
  height: 11em;
}

.blox_03 .circle01 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}

.blox_03 .circle01 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
}

.blox_03 .circle02 {
  background-color: #05a3e1;
  color: white;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  -moz-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  position: absolute;
  right: 2.6em;
  top: 14em;
  padding: 1em 1em;
  width: 5em;
  height: 5em;
}

.blox_03 .circle02 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.blox_04 {
  background: url("img/reg-img-4.jpg");
  border-radius: 10px;
  background-size: cover;
  padding: 2em 2em;
  margin: 1em 0em;
  min-height: 320px;
}

.blox_04 .circle01 {
  background-color: #f18421;
  color: white;
  text-align: left;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  -moz-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  position: absolute;
  right: 6em;
  top: 35%;
  padding: 2em 2em;
  width: 11em;
  height: 11em;
}

.blox_04 .circle01 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}

.blox_04 .circle01 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
}

.blox_04 .circle02 {
  background-color: #05a3e1;
  color: white;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  -moz-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  position: absolute;
  right: 2.6em;
  top: 14em;
  padding: 1em 1em;
  width: 5em;
  height: 5em;
}

.blox_04 .circle02 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.blox_02 {
  background: url("img/reg-img-2.jpg");
  border-radius: 10px;
  background-size: cover;
  padding: 2em 2em;
  margin: 1em 0em;
  min-height: 320px;
}

.blox_02 .circle01 {
  background-color: #f18421;
  color: white;
  text-align: left;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  -moz-box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  box-shadow: 0 0 0 25px rgba(242, 130, 30, 0.5);
  position: absolute;
  right: 6em;
  top: 35%;
  padding: 2em 2em;
  width: 11em;
  height: 11em;
}

.blox_02 .circle01 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}

.blox_02 .circle01 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
}

.blox_02 .circle02 {
  background-color: #05a3e1;
  color: white;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  -moz-box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  box-shadow: 0 0 0 15px rgba(2, 165, 230, 0.3);
  position: absolute;
  right: 2.6em;
  top: 14em;
  padding: 1em 1em;
  width: 5em;
  height: 5em;
}

.blox_02 .circle02 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

.block-title::after {

  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 17px;
  position: absolute;
  width: 60px;
}

.block-title {
  margin-bottom: 30px;
}

.slideSpace {
  background: url(img/slide/slide.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6em 0em;
  min-height: 600px;
}

.slideSpace h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #f18421;
  font-size: 3.2em;
  text-align: left;
 /* margin-bottom: -24px;*/
}

.slideSpace h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #05a3e1;
  font-size: 4em;
  text-align: left;
  text-transform: uppercase;
}

.i_org {
  color: white;
}

.i_org i {
  color: #f18421;
}

@media screen and (max-width: 991px) {
  .slideSpace {
    background: linear-gradient(rgba(87, 87, 87, 0.7), rgba(8, 8, 8, 0.7), transparent), url(img/slide/slide.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media screen and (min-width:992px){
      .lvl1:hover ul {
        display: block;
      }
}

@media screen and (max-width:991px){
      .lvl1 ul {
        display: block;
      }
}


.btn_subscribe {
  background-color: #05a3e1;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 1em 2.4em;
  text-transform: uppercase;
  border-radius: 10px;
  border: 2px solid #f18421;
  cursor: pointer !important;
}

.btn_dom {
  background: #f2b92c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2b92c 0%, #f26b18 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2b92c 0%, #f26b18 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2b92c 0%, #f26b18 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 2.07em;
  text-transform: uppercase;
  border-radius: 14px;
  cursor: pointer !important;
}

.btn_orgGrade {
  background: #f2b92c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2b92c 0%, #f26b18 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2b92c 0%, #f26b18 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2b92c 0%, #f26b18 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 1em 2.6em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0px;
  cursor: pointer !important;
}

.btn_blGrade {
  background: #19a8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #19a8e7 0%, #0190cf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #19a8e7 0%, #0190cf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #19a8e7 0%, #0190cf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 1em 2.6em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0px;
  cursor: pointer !important;
}

.btn_bl {
  background-color: #05a3e1;
  color: white !important;
  padding: 0.2em 0.6em;
  font-size: 0.9em;
}

.btn_sec {
  background-color: #f18421;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1em 2em;
  cursor: pointer;
  margin: 1em 0.4em;
}

.btn_whiteRd {
  background-color: #fff;
  color: #f18421;
  font-weight: 400;
  border-radius: 0.8em;
  border: 0px;
  padding: 0.6em 1.4em;
  margin-bottom: 1em;
}

.btnORG {
  background-color: #f18421;
  color: #fff;
  font-weight: 400;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  margin: 0.3em 0em;
  padding: 0.9em 0em;
}

.btnBLU {
  background-color: #05a3e1;
  color: #fff;
  font-weight: 400;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  margin: 0.3em 0em;
  padding: 0.9em 0em;
}

.flWidth {
  width: 100%;
}

.org_bt i{
      color:#f2821e;
      margin-right:10px;
}

.orgwp{
      background: url("img/blog_feature_bg.jpg");
      padding:60px 0px;
      color:white;
}
.orgwp p{
margin-bottom: 0px;
}

.pricetable01{
      text-align: center;
      background-color: #f8f8f7;
      padding:20px 10px;
}

.pricetable11{
      text-align: center;

background: #ff856f; /* Old browsers */
background: -moz-linear-gradient(top, #ff856f 0%, #ff1600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff856f 0%,#ff1600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff856f 0%,#ff1600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      padding:20px 10px;
}
.pricetable12{
      text-align: center;

      background: #85dfff; /* Old browsers */
      background: -moz-linear-gradient(top, #85dfff 0%, #16c3ff 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #85dfff 0%,#16c3ff 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #85dfff 0%,#16c3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      padding:20px 10px;
}
.pricetable13{
      text-align: center;

      background: #85dfff; /* Old browsers */
      background: #eb9bff; /* Old browsers */
background: -moz-linear-gradient(top, #eb9bff 0%, #d940ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eb9bff 0%,#d940ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eb9bff 0%,#d940ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      padding:20px 10px;
}
.pricetable01 ul li{
      border-bottom: 1px solid #85dfff;
      padding:6px 0px;
}
.pricetable11 ul li{
      border-bottom: 1px solid #f2f2f2;
      padding:6px 0px;
      color:white;
}
.pricetable12 ul li{
      border-bottom: 1px solid #f2f2f2;
      padding:6px 0px;
      color:white;
}
.pricetable13 ul li{
      border-bottom: 1px solid #f2f2f2;
      padding:6px 0px;
      color:white;
}

.priBlock01{
      background: #f1e0ce;
      border-radius:10px;
      text-align: center;
      padding: 20px 20px;
      margin: 20px 0px;
}
.priBlock01 h3{
color:#f29723;
font-weight: 700;
font-size: 42px;
}
.priBlock01 ul li{
padding: 6px 0px;
border-bottom:1px solid #ccc;
}
.priBlock02{
      background: #dbf0f2;
      border-radius:10px;
      text-align: center;
      padding: 20px 20px;
      margin: 20px 0px;
}
.priBlock02 h3{
color:#f29723;
font-weight: 700;
font-size: 42px;
}
.priBlock02 ul li{
padding: 6px 0px;
border-bottom:1px solid #ccc;
}
.priBlock03{
      background: #eff2e1;
      border-radius:10px;
      text-align: center;
      padding: 20px 20px;
      margin: 20px 0px;
      overflow: hidden;
}
.priBlock03 h3{
color:#f29723;
font-weight: 700;
font-size: 42px;
}
.priBlock03 ul li{
padding: 6px 0px;
border-bottom:1px solid #ccc;
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: relative;
  top: 15px;
  left: -30px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  font-size:8px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
  position: relative;
}
.corner-ribbon.top-left{
  top: -10px;
  left: -85px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.red{background: #e43;}
.rearrange{
      top:-90px;
      margin-top: -49px;
}

@media screen and (max-width:600px){
      .payment-img {
display: none!important;
      }
}

@media screen and (min-width:601px){
      .mobilePayments {
display: none!important;
      }
}



.serverCoLoc li{
border-bottom:1px solid #eee;
padding-bottom: 6px;
padding-top:6px
}

.serverCoLoc li:first-child{
  background-color: #f18421;
  padding: 20px 0px;
  margin-bottom: 10px;
}
.serverCoLoc li h2{
margin-bottom: 0px;
color: white;
font-weight: 700;

}

.serverCoLoc{
  background-color: #fafafa;
  margin-bottom: 20px;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
}

.serverCoLoc p{
font-weight: 700;
display: inline-block;
margin-bottom: 0px;
}

.serverCoLoc ul{
margin-bottom: 0px;
}


.btn_orderBut{
  background-color: #05a3e1;
  color:white;
}
.serverCoLoc li:last-child{
  background-color: #05a3e1;
  padding: 20px 0px;
}
.serverCoLoc li:last-child a:hover{
text-decoration: none;

}

#carouselExampleIndicators .carousel-inner{
  height:100%!important;
  width: auto !important;
}

.carousel-control-next, .carousel-control-prev {
    /* width: 10%!important; */
}


@media screen and (min-width:991px){
  .img-special{
    width:100%;
    height:auto;
  }
}
