@import "assets/css/bootstrap.min.css";
@import "assets/css/font-awesome.min.css";
@import "assets/css/owl.carousel.min.css";
@font-face {
  font-family: "Rams";
  src: url("assets/fonts/rams/83d52164c3fbf7269e87fb7bb5e84973.eot");
  src: url("assets/fonts/rams/83d52164c3fbf7269e87fb7bb5e84973.eot?#iefix") format("embedded-opentype"), url("assets/fonts/rams/83d52164c3fbf7269e87fb7bb5e84973.woff2") format("woff2"), url("assets/fonts/rams/83d52164c3fbf7269e87fb7bb5e84973.woff") format("woff"), url("assets/fonts/rams/83d52164c3fbf7269e87fb7bb5e84973.ttf") format("truetype"), url("assets/fonts/rams/83d52164c3fbf7269e87fb7bb5e84973.svg#Rams") format("svg");
}
body {
  font-family: "Rams";
  line-height: normal;
  border-top: solid 6px #2b63c2;
}

.container {
  padding: 0;
}

a {
  cursor: pointer;
  transition: 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  transition: 0.3s;
}

#siteTopbar {
  position: relative;
  width: 100%;
  height: 50px;
  background: #46484d;
}
#siteTopbar #topbarPhone {
  position: relative;
  background: url(assets/img/iconphone.png) no-repeat top 7px left;
  background-size: 25px;
  padding-top: 7px;
}
#siteTopbar #topbarPhone span {
  display: block;
  font-size: 15px;
  color: #fff;
  text-indent: 30px;
}
#siteTopbar #topbarPhone span:nth-child(2) {
  font-weight: bold;
}
#siteTopbar #topbarMenu {
  position: relative;
  text-align: right;
}
#siteTopbar #topbarMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteTopbar #topbarMenu ul li {
  position: relative;
  display: inline-block;
}
#siteTopbar #topbarMenu ul li a {
  line-height: 50px;
  padding: 10px;
  font-size: 15px;
  color: #fff;
}
#siteTopbar #topbarMenu ul li a:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff225;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
#siteTopbar #topbarSocial {
  position: relative;
  text-align: right;
}
#siteTopbar #topbarSocial ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteTopbar #topbarSocial ul li {
  display: inline-block;
}
#siteTopbar #topbarSocial ul li a {
  line-height: 50px;
  display: block;
  padding: 0 5px;
  font-size: 15px;
  color: #fff;
}

#siteHeader {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  border-bottom: solid 1px #c0c0c0;
}
#siteHeader #siteLogo {
  position: relative;
  float: left;
  width: 200px;
  height: 70px;
  padding-top: 15px;
}
#siteHeader #siteLogo a {
  display: block;
}
#siteHeader #siteLogo a img {
  display: block;
  max-width: 100%;
}
#siteHeader #siteMenu {
  position: relative;
  float: right;
}
#siteHeader #siteMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteHeader #siteMenu ul li {
  display: inline-block;
}
#siteHeader #siteMenu ul li a {
  line-height: 100px;
  padding: 10px;
  color: #212020;
  font-size: 16px;
  border: solid 1px transparent;
  border-radius: 50px;
}
#siteHeader #siteMenu ul li a:hover {
  border: solid 1px #8e8e8e;
}

#siteSlider {
  position: relative;
  width: 100%;
  height: 500px;
  background: #496c8b;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

#siteContent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
#siteContent #hostingInner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#siteContent #hostingInner #hostingHeader {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
#siteContent #hostingInner #hostingHeader h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #3b3e41;
}
#siteContent #hostingInner #hostingHeader h1 strong {
  font-weight: bolder;
}
#siteContent #hostingInner .packageInner {
  position: relative;
  border: solid 1px #131313;
  text-align: center;
  padding: 25px 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
#siteContent #hostingInner .packageInner .packIcon {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
#siteContent #hostingInner .packageInner .packIcon img {
  width: 100px;
}
#siteContent #hostingInner .packageInner .packName {
  position: relative;
  margin: 0 auto;
  line-height: 40px;
  font-size: 20px;
  color: #887676;
  margin-bottom: 20px;
}
#siteContent #hostingInner .packageInner .packName::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background: url(assets/img/shape.png) no-repeat center;
}
#siteContent #hostingInner .packageInner .packName .siteIcon {
  display: inline-block;
}
#siteContent #hostingInner .packageInner .packName .siteIcon img {
  width: 20px;
}
#siteContent #hostingInner .packageInner .packItem {
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteContent #hostingInner .packageInner .packItem li {
  display: block;
  margin-bottom: 5px;
}
#siteContent #hostingInner .packageInner .packItem li .pItem {
  color: #887676;
  font-size: 16px;
}
#siteContent #hostingInner .packageInner .packPrice {
  position: relative;
}
#siteContent #hostingInner .packageInner .packPrice div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: left;
}
#siteContent #hostingInner .packageInner .packPrice .curpriceInner {
  font-size: 30px;
  color: #513f3f;
  font-weight: bold;
  letter-spacing: -5px;
}
#siteContent #hostingInner .packageInner .packPrice .curunitInner span {
  display: block;
}
#siteContent #hostingInner .packageInner .packPrice .curunitInner span:first-child {
  font-weight: bolder;
  font-size: 16px;
  color: #513f3f;
}
#siteContent #hostingInner .packageInner .packPrice .curunitInner span:last-child {
  font-size: 13px;
  color: #513f3f;
}
#siteContent #hostingInner .packageInner .packhover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.67);
  z-index: 99;
  top: 0;
  left: 0;
  border: solid 5px #5288c9;
  display: none;
  border-radius: 2px;
}
#siteContent #hostingInner .packageInner .packhover .packhoverInner {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
#siteContent #hostingInner .packageInner .packhover .packhoverInner .packhoverIcon {
  display: block;
  width: 66px;
  height: 100px;
  margin: 0 auto;
  background: url(assets/img/hoverhand.png) no-repeat center;
  background-size: 40px;
}
#siteContent #hostingInner .packageInner .packhover .packhoverInner .packhoverLink {
  color: #1c1e20;
  font-size: 20px;
  text-align: center;
}
#siteContent #hostingInner .packageInner:hover {
  border: solid 1px transparent;
}
#siteContent #hostingInner .packageInner:hover .packhover {
  display: block;
}
#siteContent #homeAbout {
  position: relative;
  width: 100%;
  height: auto;
}
#siteContent #homeAbout #aboutHead {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#siteContent #homeAbout #aboutHead::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #23117f;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
#siteContent #homeAbout #aboutHead h2 {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  border: solid 1px #23117f;
  color: #524d4d;
  font-size: 25px;
  border-radius: 50px;
  background: #fff;
  z-index: 10;
}
#siteContent #homeAbout #aboutHead h2::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fff;
  left: -50.5px;
  z-index: 1;
}
#siteContent #homeAbout #aboutHead h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #fff;
  right: -51.5px;
  z-index: 1;
}
#siteContent #homeAbout #aboutTxt {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 40px;
}
#siteContent #homeAbout #aboutTxt p {
  font-size: 16px;
  color: #524d4d;
  line-height: 120%;
}
#siteContent #homeAbout #aboutBoxes {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  border: solid 2px #acacac;
  transition: 0.3s;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon img {
  width: 100px;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxTxt {
  position: absolute;
  font-size: 20px;
  color: #3f3535;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover {
  border: solid 1px transparent;
  background: #feea98;
  transition: 0.3s;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxIcon {
  top: auto;
  bottom: 40px;
  transition: all 0.3s linear;
}
#siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxTxt {
  top: 40px;
  bottom: auto;
  transition: all 0.3s linear;
}
#siteContent #homeArticle {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 25px 0;
}
#siteContent #homeArticle .txtInner {
  position: relative;
  width: 70%;
  height: 450px;
  margin: 0 auto;
  border-radius: 100%;
  border: solid 1px #000;
  padding: 70px 50px;
  text-align: center;
}
#siteContent #homeArticle .txtInner::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  z-index: 99;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: url(assets/img/servericon.png) no-repeat center #fff;
  background-size: contain;
}
#siteContent #homeArticle .txtInner .txtHeader {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
#siteContent #homeArticle .txtInner .txtHeader h3 {
  font-size: 25px;
  color: #000;
}
#siteContent #homeArticle .txtInner .txtHeader h3 strong {
  display: block;
  font-weight: bold;
  color: #32863b;
}
#siteContent #homeArticle .txtInner .txtDesc {
  position: relative;
  width: 100%;
  height: auto;
}
#siteContent #homeArticle .txtInner .txtDesc p {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}
#siteContent #homeArticle .txtInner .txtDesc img {
  width: 50px;
}
#siteContent #homeArticle .img-responsive {
  width: 400px;
}
#siteContent #homeTestimonial {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  border-top: solid 1px #9d9d9d;
  border-bottom: solid 1px #9d9d9d;
}
#siteContent #homeTestimonial .owl-dots {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 10px;
}
#siteContent #homeTestimonial .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}
#siteContent #homeTestimonial .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #a4a7e3;
  display: block;
  transition: 0.3s;
  border-radius: 100%;
}
#siteContent #homeTestimonial .owl-dots .active span {
  background: #906b6b;
}
#siteContent #homeTestimonial .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  transform: translateY(-30%);
}
#siteContent #homeTestimonial .owl-nav .owl-prev {
  position: absolute;
  width: 31px;
  height: 57px;
  left: -50px;
  background: url(assets/img/testprev.png) no-repeat center;
}
#siteContent #homeTestimonial .owl-nav .owl-next {
  position: absolute;
  width: 31px;
  height: 57px;
  right: -50px;
  background: url(assets/img/testnext.png) no-repeat center;
}
#siteContent #homeTestimonial .customerInner {
  position: relative;
  padding: 0 50px;
}
#siteContent #homeTestimonial .customerInner .customerImage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border: solid 2px #78bb4f;
  border-radius: 100%;
  padding: 6px;
}
#siteContent #homeTestimonial .customerInner .customerImage img {
  border-radius: 100%;
  display: block;
}
#siteContent #homeTestimonial .customerInner .customerComment {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
  height: auto;
  padding-left: 20px;
  font-size: 16px;
  color: #3c3333;
}
#siteContent #homeTestimonial .customerInner .customerComment .customerName {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: #0a0808;
}
#siteContent #packageContent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
}
#siteContent #packageContent #packContentHead {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#siteContent #packageContent #packContentHead #contentIcon {
  position: relative;
  width: 200px;
  height: 145px;
  float: left;
}
#siteContent #packageContent #packContentHead #contentIcon img {
  width: 200px;
}
#siteContent #packageContent #packContentHead #contentTxt {
  position: relative;
  float: right;
  width: calc(100% - 230px);
  height: 145px;
  border: solid 1px #242424;
  border-left: 0;
  padding-top: 25px;
}
#siteContent #packageContent #packContentHead #contentTxt h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #3b3e41;
  margin-bottom: 10px;
}
#siteContent #packageContent #packContentHead #contentTxt p {
  margin: 0;
  color: #3b3e41;
  font-size: 18px;
}
#siteContent #packTabs {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#siteContent #packTabs #packHead {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  list-style: none;
}
#siteContent #packTabs #packHead #current {
  border: solid 1px #232323;
  border-bottom: solid 1px #fff;
  background: #fff;
}
#siteContent #packTabs #packHead #current a h1 {
  color: #205e94;
}
#siteContent #packTabs #packHead li {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  text-align: left;
  padding: 10px;
  border: solid 1px transparent;
  z-index: 99;
}
#siteContent #packTabs #packHead li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
}
#siteContent #packTabs #packHead li a h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #595c5f;
}
#siteContent #packTabs #packDesc {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -1px;
  border: solid 1px #232323;
  padding: 30px 15px;
}
#siteContent #packTabs #packDesc .packFeat {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteContent #packTabs #packDesc .packFeat li {
  display: block;
  font-size: 22px;
  color: #595c5f;
  margin-bottom: 10px;
}
#siteContent #packTabs #packDesc .packFeat li i {
  float: right;
  color: #149d38;
  margin-right: 15px;
}
#siteContent #packTabs #packDesc .packFeat-2 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteContent #packTabs #packDesc .packFeat-2 li {
  display: block;
  font-size: 20px;
  color: #595c5f;
  margin-bottom: 10px;
}
#siteContent #packTabs #packDesc .packFeat-2 li img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
#siteContent #packTabs #packDesc .packFeat-2 li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
  width: calc(100% - 90px);
}
#siteContent #packTabs #packDesc .packPrice {
  position: relative;
  float: right;
}
#siteContent #packTabs #packDesc .packPrice div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: left;
}
#siteContent #packTabs #packDesc .packPrice .curpriceInner {
  font-size: 64px;
  color: #513f3f;
  font-weight: bold;
  letter-spacing: -10px;
}
#siteContent #packTabs #packDesc .packPrice .curunitInner {
  padding-top: 10px;
}
#siteContent #packTabs #packDesc .packPrice .curunitInner span {
  display: block;
}
#siteContent #packTabs #packDesc .packPrice .curunitInner span:first-child {
  font-weight: bolder;
  font-size: 25px;
  color: #513f3f;
}
#siteContent #packTabs #packDesc .packPrice .curunitInner span:last-child {
  font-size: 13px;
  color: #513f3f;
}
#siteContent #packTabs #packDesc .packInput {
  position: relative;
}
#siteContent #packTabs #packDesc .packInput label {
  display: block;
  width: 35%;
  float: left;
}
#siteContent #packTabs #packDesc .packInput input[type=radio] {
  display: none;
}
#siteContent #packTabs #packDesc .packInput input[type=radio] + label span {
  position: absolute;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: #a5a5c8;
  cursor: pointer;
  border-radius: 100%;
}
#siteContent #packTabs #packDesc .packInput input[type=radio]:checked + label span {
  width: 50px;
  height: 50px;
  background: #fff;
  border: solid 13px #3838b8;
  border-radius: 100%;
}
#siteContent #packTabs #packDesc .buyLine {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  background: -moz-linear-gradient(left, white 0%, rgba(0, 0, 0, 0.87) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(100%, rgba(0, 0, 0, 0.87)));
  background: -webkit-linear-gradient(left, white 0%, rgba(0, 0, 0, 0.87) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(0, 0, 0, 0.87) 100%);
  background: -ms-linear-gradient(left, white 0%, rgba(0, 0, 0, 0.87) 100%);
  background: linear-gradient(to right, white 0%, rgba(0, 0, 0, 0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=1 );
}
#siteContent #packTabs #packDesc .packBuyLink {
  margin: 10px 0;
  text-indent: 20px;
  color: #149d38;
  font-size: 45px;
  display: block;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  background: url(assets/img/buy.png) no-repeat right center;
}
#siteContent #packTabs #packDesc .varPadding {
  padding-top: 120px;
}
#siteContent #servicesList {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 35px;
}
#siteContent #servicesList .serListInner {
  position: relative;
  width: 100%;
  height: auto;
}
#siteContent #servicesList .serListInner .serListIcon {
  display: block;
  height: 100px;
}
#siteContent #servicesList .serListInner .serListIcon img {
  width: 80px;
  display: block;
  margin: 0 auto;
}
#siteContent #servicesList .serListInner .serListTxt {
  font-size: 20px;
  color: #524d4d;
  padding: 0 5px;
}
#siteContent #weContact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
#siteContent #weContact .contactHead {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: solid 1px #5a5a5a;
  margin-bottom: 30px;
}
#siteContent #weContact .contactHead h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #262020;
}
#siteContent #weContact .contactForm {
  position: relative;
  width: 100%;
  height: auto;
}
#siteContent #weContact .contactForm .myLabel {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #262020;
  font-size: 18px;
  display: block;
  font-weight: lighter;
}
#siteContent #weContact .contactForm .myInput {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: solid 1px #c6c6c6;
  padding: 10px;
}
#siteContent #weContact .contactForm .myTextarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 175px;
  border: solid 1px #c6c6c6;
  padding: 10px;
}
#siteContent #weContact .contactForm .setInputs {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#siteContent #weContact .contactForm .setInputs #Clear {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #666970;
  color: #fff;
  font-size: 18px;
}
#siteContent #weContact .contactForm .setInputs #Send {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #415fac;
  color: #fff;
  font-size: 18px;
}
#siteContent #weContact .weAdress {
  font-size: 16px;
  color: #262020;
  margin: 0;
  font-weight: lighter;
  margin-bottom: 15px;
}
#siteContent #weContact .weContactList {
  margin: 0;
  padding: 0;
  list-style: none;
}
#siteContent #weContact .weContactList li {
  display: block;
  margin-bottom: 10px;
}
#siteContent #weContact .weContactList li span {
  display: inline-block;
  font-weight: bold;
}
#siteContent #weContact .weContactList li span:first-child {
  width: 50px;
}
#siteContent #weContact .weContactList li span:last-child {
  width: calc(100% - 55px);
}

#siteFooter {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px;
}
#siteFooter .footerHeader {
  position: relative;
  font-size: 18px;
  color: #212020;
  margin-bottom: 5px;
  font-weight: bold;
}
#siteFooter .footerLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
#siteFooter .footerLinks > li a {
  display: block;
  color: #212020;
  font-size: 16px;
  margin-bottom: 5px;
}
#siteFooter .footerTxt {
  font-size: 16px;
  color: #212020;
  line-height: 130%;
  margin: 0;
  margin-bottom: 10px;
  display: block;
}
#siteFooter .footerPhone {
  color: #c77310;
  font-size: 22px;
  display: block;
  font-weight: bold;
}
#siteFooter .applicationLink {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

#footerLogoTxt {
  position: relative;
  width: 100%;
  height: auto;
}
#footerLogoTxt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 25px;
  margin: auto;
  background: #707070;
}
#footerLogoTxt #footerLogo {
  position: relative;
  width: 200px;
  height: 60px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
}
#footerLogoTxt #footerLogo a {
  display: block;
  text-align: center;
}
#footerLogoTxt #footerLogo a img {
  max-width: 100%;
}
#footerLogoTxt #footerTxt {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 80px;
  margin-bottom: 30px;
}
#footerLogoTxt #footerTxt p {
  color: #111111;
  font-size: 16px;
  line-height: 120%;
}
#footerLogoTxt #footerSocial {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footerLogoTxt #footerSocial > li {
  display: inline-block;
}
#footerLogoTxt #footerSocial > li a {
  padding: 10px;
  color: #828282;
  font-size: 20px;
}

.closeMobileMenu, #mobileTopmenuOpen, #mobileSitemenuOpen {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .closeMobileMenu {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
  }

  #siteTopbar #mobileTopmenuOpen {
    display: block;
    line-height: 50px;
    text-align: right;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  #siteTopbar #topbarMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2b63c2;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
  }
  #siteTopbar #topbarMenu ul {
    position: relative;
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #siteTopbar #topbarMenu ul li {
    display: block;
  }

  #siteHeader #mobileSitemenuOpen {
    display: block;
    line-height: 100px;
    text-align: right;
    font-size: 30px;
    float: right;
    cursor: pointer;
    color: #2b63c2;
  }
  #siteHeader #siteMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2b63c2;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
  }
  #siteHeader #siteMenu ul {
    position: relative;
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #siteHeader #siteMenu ul li {
    display: block;
  }
  #siteHeader #siteMenu ul li a {
    line-height: 100%;
    display: block;
    color: #fff;
  }

  .owl-nav {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  #siteContent {
    padding: 15px;
  }
  #siteContent #hostingInner #hostingHeader {
    margin-bottom: 10px;
  }
  #siteContent #hostingInner #hostingHeader h1 {
    font-size: 25px;
  }
  #siteContent #hostingInner .packageInner {
    margin-bottom: 10px;
  }
  #siteContent #homeAbout #aboutHead h2 {
    height: auto;
    line-height: 100%;
    font-size: 20px;
    padding: 10px 0;
  }
  #siteContent #homeAbout #aboutHead h2::before, #siteContent #homeAbout #aboutHead h2::after {
    display: none;
  }
  #siteContent #homeAbout #aboutTxt {
    padding: 0;
  }
  #siteContent #homeAbout #aboutTxt p {
    font-size: 16px;
    line-height: 100%;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner {
    height: 150px;
    margin-bottom: 10px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon {
    top: 10px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon img {
    width: 100px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxTxt {
    bottom: 10px;
    font-size: 20px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxIcon {
    bottom: 10px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxTxt {
    top: 10px;
  }
  #siteContent #homeArticle .txtInner {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  #siteContent #homeArticle .txtInner::before {
    display: none;
  }
  #siteContent #homeArticle .txtInner .txtHeader h3 {
    font-size: 25px;
  }
  #siteContent #homeArticle .txtInner .txtDesc p {
    font-size: 16px;
  }
  #siteContent #homeArticle .txtInner .txtDesc img {
    display: none;
  }
  #siteContent #homeArticle .img-responsive {
    display: none;
  }
  #siteContent #homeTestimonial .customerInner {
    padding: 0;
  }
  #siteContent #homeTestimonial .customerInner .customerImage {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #siteContent #homeTestimonial .customerInner .customerComment {
    width: 100%;
    display: block;
    padding: 0;
  }
  #siteContent #homeTestimonial .customerInner .customerComment .customerName {
    margin-top: 15px;
    text-align: center;
  }
  #siteContent #packageContent #packContentHead #contentIcon {
    display: none;
  }
  #siteContent #packageContent #packContentHead #contentTxt {
    width: 100%;
    height: auto;
    padding: 10px;
    border: solid 1px #242424;
    text-align: center;
  }
  #siteContent #packageContent #packTabs #packHead {
    display: block;
    margin-bottom: 10px;
  }
  #siteContent #packageContent #packTabs #packHead #current {
    border: solid 1px #232323;
  }
  #siteContent #packageContent #packTabs #packHead li {
    flex: none;
    width: 100%;
  }
  #siteContent #packageContent #packTabs #packHead li a h1 {
    font-size: 20px;
  }
  #siteContent #packageContent #packTabs #packDesc {
    padding: 10px;
  }
  #siteContent #packageContent #packTabs #packDesc .tablar div {
    padding: 0;
  }
  #siteContent #packageContent #servicesList .col-lg-3 {
    float: left;
    width: 50%;
  }
  #siteContent #packageContent #servicesList .serListInner {
    margin-bottom: 10px;
  }

  #siteFooter {
    padding: 0;
  }
  #siteFooter .footerLinks {
    margin-bottom: 15px;
  }
  #siteFooter .noPad {
    padding: 0;
  }
  #siteFooter .applicationLink {
    display: block;
    text-align: center;
  }

  #footerLogoTxt #footerTxt {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  #siteContent {
    padding: 15px;
  }
  #siteContent #hostingInner #hostingHeader {
    margin-bottom: 10px;
  }
  #siteContent #hostingInner #hostingHeader h1 {
    font-size: 25px;
  }
  #siteContent #hostingInner .col-md-4 {
    float: left;
    width: 50%;
  }
  #siteContent #hostingInner .packageInner {
    margin-bottom: 10px;
  }
  #siteContent #homeAbout #aboutHead h2 {
    height: auto;
    line-height: 100%;
    font-size: 20px;
    padding: 10px 0;
  }
  #siteContent #homeAbout #aboutHead h2::before, #siteContent #homeAbout #aboutHead h2::after {
    display: none;
  }
  #siteContent #homeAbout #aboutTxt {
    padding: 0;
  }
  #siteContent #homeAbout #aboutTxt p {
    font-size: 16px;
    line-height: 100%;
  }
  #siteContent #homeAbout #aboutBoxes .col-md-4 {
    float: left;
    width: 33.3333%;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner {
    height: 150px;
    margin-bottom: 10px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon {
    top: 10px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon img {
    width: 100px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxTxt {
    bottom: 10px;
    font-size: 20px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxIcon {
    bottom: 10px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxTxt {
    top: 10px;
  }
  #siteContent #homeArticle .txtInner {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  #siteContent #homeArticle .txtInner::before {
    display: none;
  }
  #siteContent #homeArticle .txtInner .txtHeader h3 {
    font-size: 25px;
  }
  #siteContent #homeArticle .txtInner .txtDesc p {
    font-size: 16px;
  }
  #siteContent #homeArticle .txtInner .txtDesc img {
    display: none;
  }
  #siteContent #homeArticle .img-responsive {
    display: none;
  }
  #siteContent #homeTestimonial .customerInner {
    padding: 0;
  }
  #siteContent #homeTestimonial .customerInner .customerImage {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #siteContent #homeTestimonial .customerInner .customerComment {
    width: 100%;
    display: block;
    padding: 0;
  }
  #siteContent #homeTestimonial .customerInner .customerComment .customerName {
    margin-top: 15px;
    text-align: center;
  }
  #siteContent #packageContent #packContentHead #contentIcon {
    display: none;
  }
  #siteContent #packageContent #packContentHead #contentTxt {
    width: 100%;
    height: auto;
    padding: 10px;
    border: solid 1px #242424;
    text-align: center;
  }
  #siteContent #packageContent #packTabs #packHead li a h1 {
    font-size: 20px;
  }
  #siteContent #packageContent #packTabs #packDesc {
    padding: 10px;
  }
  #siteContent #packageContent #packTabs #packDesc .tablar div {
    padding: 0;
  }
  #siteContent #packageContent #packTabs #packDesc .packFeat-2 li {
    display: inline-block;
    width: 32.333%;
  }
  #siteContent #packageContent #packTabs #packDesc .packFeat-2 li img {
    width: 50px;
  }
  #siteContent #packageContent #packTabs #packDesc .packFeat-2 li span {
    padding: 0 10px;
    width: calc(100% - 55px);
    font-size: 15px;
  }
  #siteContent #packageContent #packTabs #packDesc .buyLine {
    display: none;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput, #siteContent #packageContent #packTabs #packDesc .packBuyLink {
    float: left;
    width: 33.3333%;
  }
  #siteContent #packageContent #packTabs #packDesc .packBuyLink {
    font-size: 30px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    background: url(assets/img/buy.png) no-repeat right 15px center;
    background-size: contain;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput input[type=radio] + label span {
    width: 25px;
    height: 25px;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput input[type=radio]:checked + label span {
    border: solid 4px #3838b8;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice {
    margin-right: 55px;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice .curpriceInner {
    font-size: 30px;
    letter-spacing: -5px;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice .curunitInner span {
    font-size: 16px;
  }
  #siteContent #packageContent #servicesList .col-lg-3 {
    float: left;
    width: 50%;
  }
  #siteContent #packageContent #servicesList .serListInner {
    margin-bottom: 10px;
  }

  #siteFooter {
    padding: 0;
  }
  #siteFooter .col-lg-2 {
    float: left;
    width: 33.333%;
  }
  #siteFooter .col-lg-6 .col-lg-8, #siteFooter .col-lg-6 .col-lg-4 {
    float: left;
    width: 50%;
  }
  #siteFooter .footerLinks {
    margin-bottom: 15px;
  }
  #siteFooter .noPad {
    padding: 0;
  }
  #siteFooter .applicationLink {
    display: block;
    text-align: center;
  }

  #footerLogoTxt #footerTxt {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner {
    position: relative;
    width: 100%;
    height: 175px;
    text-align: center;
    border: solid 2px #acacac;
    transition: 0.3s;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxIcon img {
    width: 100px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner .boxTxt {
    position: absolute;
    font-size: 20px;
    color: #3f3535;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover {
    border: solid 1px transparent;
    background: #feea98;
    transition: 0.3s;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxIcon {
    top: auto;
    bottom: 20px;
    transition: all 0.3s linear;
  }
  #siteContent #homeAbout #aboutBoxes .aboutBoxInner:hover .boxTxt {
    top: 20px;
    bottom: auto;
    transition: all 0.3s linear;
  }
  #siteContent #homeArticle .txtInner {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  #siteContent #homeArticle .txtInner::before {
    display: none;
  }
  #siteContent #homeArticle .txtInner .txtHeader h3 {
    font-size: 25px;
  }
  #siteContent #homeArticle .txtInner .txtDesc p {
    font-size: 16px;
  }
  #siteContent #homeArticle .txtInner .txtDesc img {
    display: none;
  }
  #siteContent #homeArticle .img-responsive {
    display: none;
  }
  #siteContent #packageContent #packTabs #packHead li a h1 {
    font-size: 20px;
  }
  #siteContent #packageContent #packTabs #packDesc {
    padding: 10px;
  }
  #siteContent #packageContent #packTabs #packDesc .tablar div {
    padding: 0;
  }
  #siteContent #packageContent #packTabs #packDesc .buyLine {
    display: none;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput, #siteContent #packageContent #packTabs #packDesc .packBuyLink {
    float: left;
    width: 33.3333%;
  }
  #siteContent #packageContent #packTabs #packDesc .packBuyLink {
    font-size: 30px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    background: url(assets/img/buy.png) no-repeat right 15px center;
    background-size: contain;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput input[type=radio] + label span {
    width: 25px;
    height: 25px;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput input[type=radio]:checked + label span {
    border: solid 4px #3838b8;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice {
    margin-right: 55px;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice .curpriceInner {
    font-size: 30px;
    letter-spacing: -5px;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice .curunitInner span {
    font-size: 16px;
  }

  .noPad {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #siteContent #packageContent #packTabs #packHead li a h1 {
    font-size: 20px;
  }
  #siteContent #packageContent #packTabs #packDesc {
    padding: 10px;
  }
  #siteContent #packageContent #packTabs #packDesc .tablar div {
    padding: 0;
  }
  #siteContent #packageContent #packTabs #packDesc .buyLine {
    display: none;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput, #siteContent #packageContent #packTabs #packDesc .packBuyLink {
    float: left;
    width: 33.3333%;
  }
  #siteContent #packageContent #packTabs #packDesc .packBuyLink {
    font-size: 30px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    background: url(assets/img/buy.png) no-repeat right 15px center;
    background-size: contain;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput input[type=radio] + label span {
    width: 25px;
    height: 25px;
  }
  #siteContent #packageContent #packTabs #packDesc .packInput input[type=radio]:checked + label span {
    border: solid 4px #3838b8;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice {
    margin-right: 55px;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice .curpriceInner {
    font-size: 30px;
    letter-spacing: -5px;
  }
  #siteContent #packageContent #packTabs #packDesc .packPrice .curunitInner span {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
