/*fix*/
/* line 3, ../sass/style.scss */
body {
  font-family: "open-sans",sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

/* line 9, ../sass/style.scss */
html, body {
  height: 100%;
  min-height: 100%;
}

/* colors */
/* line 24, ../sass/style.scss */
.large-text {
  font-size: 1.2em !important;
}

/* line 27, ../sass/style.scss */
.logo_sub_title {
  color: #6B6969;
}

/*sections*/
/* line 41, ../sass/style.scss */
#home_sec,
#support_dep_sec,
#ssd_serv_sec,
#sas_vps_sec,
#platforms_sec,
#order_sec,
#testimonials_sec,
#getin_touch_sec,
#social_responsibility_sec,
#footer_sec, #toolkit, #server_sync {
  background-size: cover;
  position: relative;
}
/* line 45, ../sass/style.scss */
#home_sec p,
#support_dep_sec p,
#ssd_serv_sec p,
#sas_vps_sec p,
#platforms_sec p,
#order_sec p,
#testimonials_sec p,
#getin_touch_sec p,
#social_responsibility_sec p,
#footer_sec p, #toolkit p, #server_sync p {
  font-size: 1.8em;
  color: #a2a2a2;
}
/* line 49, ../sass/style.scss */
#home_sec p.small,
#support_dep_sec p.small,
#ssd_serv_sec p.small,
#sas_vps_sec p.small,
#platforms_sec p.small,
#order_sec p.small,
#testimonials_sec p.small,
#getin_touch_sec p.small,
#social_responsibility_sec p.small,
#footer_sec p.small, #toolkit p.small, #server_sync p.small {
  font-size: 1.2em;
  color: #a2a2a2;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 55, ../sass/style.scss */
#home_sec h1,
#support_dep_sec h1,
#ssd_serv_sec h1,
#sas_vps_sec h1,
#platforms_sec h1,
#order_sec h1,
#testimonials_sec h1,
#getin_touch_sec h1,
#social_responsibility_sec h1,
#footer_sec h1, #toolkit h1, #server_sync h1 {
  font-size: 5em;
  margin-top: 0;
}

/* line 61, ../sass/style.scss */
#server_sync ul {
  margin: 0;
}
/* line 63, ../sass/style.scss */
#server_sync ul li {
  list-style: none;
  font-size: 1.6em;
  line-height: 2em;
  display: inline-block;
}
/* line 68, ../sass/style.scss */
#server_sync ul li:before {
  font-family: "fontAwesome";
  content: '\f00c';
  color: #2db035;
  margin-right: 10px;
}
/* line 76, ../sass/style.scss */
#server_sync h1 {
  color: #ff5a00;
}
/* line 79, ../sass/style.scss */
#server_sync h2 {
  font-weight: 700;
  color: #ff5a00;
}
/* line 83, ../sass/style.scss */
#server_sync h3 {
  color: #a2a2a2;
}

/* line 88, ../sass/style.scss */
#home_sec {
  background: url(../images/home_sec_bg.jpg) no-repeat top center fixed;
}
/* line 90, ../sass/style.scss */
#home_sec .logo {
  max-width: 80%;
  margin: 0 auto;
}
/* line 94, ../sass/style.scss */
#home_sec .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 15px;
}
/* line 100, ../sass/style.scss */
#home_sec .navigation ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 103, ../sass/style.scss */
#home_sec .navigation ul li {
  display: inline-block;
}
/* line 105, ../sass/style.scss */
#home_sec .navigation ul li a {
  font-size: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  padding: 0 15px 0 15px;
}

/* line 116, ../sass/style.scss */
#support_dep_sec {
  background: #333333;
  color: white;
}
/* line 120, ../sass/style.scss */
#support_dep_sec h3 {
  margin-top: 0;
}

/* line 125, ../sass/style.scss */
#ssd_serv_sec {
  background: url(../images/order_sec_bg.jpg) no-repeat top center fixed;
  color: white;
}
/* line 128, ../sass/style.scss */
#ssd_serv_sec p {
  color: white !important;
}
/* line 131, ../sass/style.scss */
#ssd_serv_sec h1 {
  font-size: 3.5em !important;
}

/* line 136, ../sass/style.scss */
#sas_vps_sec {
  color: white;
}

/* line 144, ../sass/style.scss */
.guarantee span {
  font-size: 3.8em;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #2db035;
}
/* line 150, ../sass/style.scss */
.guarantee span font {
  color: #ff5a00;
}
/* line 154, ../sass/style.scss */
.guarantee p {
  font-size: 1.5em !important;
}

/* line 158, ../sass/style.scss */
.paddless {
  padding: 0 !important;
}

/* line 162, ../sass/style.scss */
#platforms_sec h1, #platforms_sec h2 {
  color: #ff5a00;
}
/* line 165, ../sass/style.scss */
#platforms_sec .texture {
  background: none !important;
}

/* line 169, ../sass/style.scss */
#order_sec {
  background: url(../images/order_sec_bg.jpg) no-repeat top center fixed;
  color: white;
}
/* line 172, ../sass/style.scss */
#order_sec #type_of_hosts {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 9;
}
/* line 178, ../sass/style.scss */
#order_sec #type_of_hosts ul {
  margin: 0;
  padding: 0;
}
/* line 181, ../sass/style.scss */
#order_sec #type_of_hosts ul li {
  font-size: 1.5em;
  line-height: 40px;
  display: block;
  list-style: none;
}
/* line 186, ../sass/style.scss */
#order_sec #type_of_hosts ul li:before {
  font-family: "fontawesome";
  content: '\f058';
  padding: 5px;
  color: #ff5a00;
}
/* line 192, ../sass/style.scss */
#order_sec #type_of_hosts ul li a {
  color: #333333;
}
/* line 200, ../sass/style.scss */
#order_sec #host_features ul {
  margin: 50px 0;
  padding: 0;
}
/* line 203, ../sass/style.scss */
#order_sec #host_features ul li {
  list-style: none;
  font-size: 1.8em;
}

/* line 211, ../sass/style.scss */
#testimonials_sec {
  background: #fff;
  min-height: 650px;
}
/* line 215, ../sass/style.scss */
#testimonials_sec h1 {
  color: #ff5a00;
}
/* line 219, ../sass/style.scss */
#testimonials_sec .testimonials {
  font-style: italic;
}
/* line 222, ../sass/style.scss */
#testimonials_sec .texture {
  background: none !important;
}

/* line 227, ../sass/style.scss */
#getin_touch_sec {
  background: #d1230a;
  color: white;
}
/* line 231, ../sass/style.scss */
#getin_touch_sec .circle {
  width: 150px;
  height: 150px;
  margin: 15px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 130px;
}
/* line 243, ../sass/style.scss */
#getin_touch_sec #contact_tabs .tab_row {
  display: none;
}
/* line 245, ../sass/style.scss */
#getin_touch_sec #contact_tabs .tab_row p {
  color: #ddd !important;
}
/* line 247, ../sass/style.scss */
#getin_touch_sec #contact_tabs .tab_row p a {
  color: #fff;
  font-weight: 400;
}
/* line 253, ../sass/style.scss */
#getin_touch_sec #contact_tabs h2 {
  font-size: 3em !important;
}
/* line 256, ../sass/style.scss */
#getin_touch_sec #contact_tabs .blak_btn {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background: #333;
  margin: 10px auto;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 272, ../sass/style.scss */
#getin_touch_sec #contact_tabs .blak_btn:hover {
  background: #000;
}
/* line 281, ../sass/style.scss */
#getin_touch_sec #contact_tab_menu .current .circ_fill {
  fill: #333;
}

/* line 289, ../sass/style.scss */
.world_map {
  background-image: url(../images/svg/world_map.svg) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-attachment: fixed !important;
  background-size: cover;
}

/* line 296, ../sass/style.scss */
#social_responsibility_sec {
  background: #333333;
  color: white;
}

/* line 300, ../sass/style.scss */
#footer_sec {
  background: #414042 url(../images/texture.png) repeat top left;
  color: #a2a2a2;
}
/* line 303, ../sass/style.scss */
#footer_sec .vert_center {
  padding: 10px 0;
}

/* line 307, ../sass/style.scss */
#toolkit {
  background: url(../images/design_development_bg.jpg) repeat top center fixed;
  color: white;
}
/* line 310, ../sass/style.scss */
#toolkit h3 {
  margin-top: 0;
}

/* line 319, ../sass/style.scss */
#services_tab .tab_item {
  display: none;
}
/* line 322, ../sass/style.scss */
#services_tab h1 {
  font-size: 3.5em !important;
}
/* line 325, ../sass/style.scss */
#services_tab p {
  font-size: 1.3em !important;
}

/* line 330, ../sass/style.scss */
#tab_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  display: none;
}

/* line 342, ../sass/style.scss */
.active_tab_link svg .stroke {
  stroke: #ff5012;
}
/* line 346, ../sass/style.scss */
.active_tab_link svg .fill {
  fill: #ff5012;
}

/* line 352, ../sass/style.scss */
.table h3 {
  margin: 0 !important;
}

/*sections*/
/*texture*/
/* line 361, ../sass/style.scss */
.texture {
  /*position: absolute;*/
  padding: 100px 0;
  background: transparent url(../images/texture.png) repeat top left fixed;
}

/* line 368, ../sass/style.scss */
#server_sync .texture {
  padding: 100px 0 !important;
}

/* line 373, ../sass/style.scss */
.hexagon {
  width: 180px;
  height: 180px;
  line-height: 180px;
  margin: 0 auto;
  /*background:url(../images/svg/hexagon.svg) no-repeat top left;*/
  background-size: 100% 100%;
  text-align: center;
}

/* line 383, ../sass/style.scss */
.vert_center {
  display: table;
  width: 100%;
}
/* line 386, ../sass/style.scss */
.vert_center .texture {
  display: table-cell;
  vertical-align: middle;
}

/* line 393, ../sass/style.scss */
p.small {
  font-size: 1em;
}

/*heading*/
/* line 397, ../sass/style.scss */
h1 {
  font-size: 3em;
}

/* line 401, ../sass/style.scss */
.server_management ul, .server_hardening ul {
  margin: 0;
  padding: 0;
}
/* line 404, ../sass/style.scss */
.server_management ul li, .server_hardening ul li {
  list-style: none;
}
/* line 407, ../sass/style.scss */
.server_management ul li p.head, .server_hardening ul li p.head {
  color: white !important;
}
/* line 409, ../sass/style.scss */
.server_management ul li p.head::before, .server_hardening ul li p.head::before {
  font-family: "fontAwesome";
  content: '\f00c';
  color: #2db035;
  margin-right: 5px;
}
/* line 418, ../sass/style.scss */
.server_management h2, .server_hardening h2 {
  border-bottom: solid 1px #a2a2a2;
  font-size: 2.5em;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #ff5a00;
}
/* line 424, ../sass/style.scss */
.server_management h2 i, .server_hardening h2 i {
  color: white;
}
/* line 428, ../sass/style.scss */
.server_management i, .server_hardening i {
  color: #2db035;
}

/* Pricing Table */
/* line 434, ../sass/style.scss */
#pricing-table {
  width: auto;
  margin: 0 auto;
}

/* line 436, ../sass/style.scss */
.pricing-table ul {
  /*border-width: 3px; 
  border-style: solid; 
  border-color: #000; */
  border-radius: 20px;
  margin: 2px;
  width: 32%;
  text-align: center;
  list-style: none;
  float: left;
  padding: 5px;
  background-color: #FFFFFF;
}
/* line 448, ../sass/style.scss */
.pricing-table ul li {
  padding: 7px;
  background-color: #FFFFFF;
  border-width: 0px;
  border-style: solid;
  border-color: #B8B8B8;
  border-radius: 15px;
  border-bottom-width: 0px;
  font-size: 16px;
  color: #333;
}

/* line 461, ../sass/style.scss */
.pricing-table li:nth-child(odd) {
  background-color: #FFFFFF;
}

/* line 464, ../sass/style.scss */
.pricing-table ul .heading {
  color: #ffffff;
  background-color: #F53500;
  font-size: 22px;
}

/* line 469, ../sass/style.scss */
.pricing-table ul .price {
  color: #F53500;
  background-color: #FFFFFF;
  font-size: 32px;
}

/* line 474, ../sass/style.scss */
.pricing-table ul .action {
  font-size: 16px;
  background-color: #26BD01;
  color: #fff;
  border-radius: 10px;
}

/* line 480, ../sass/style.scss */
.feature {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
}

/* line 488, ../sass/style.scss */
.pricing-table .action a {
  border-color: #B83737;
  border-width: 0px;
  border-radius: 2px;
  background-color: #EEEEEE;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-style: solid;
  color: #000000;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  /* line 525, ../sass/style.scss */
  #home_sec h1,
  #support_dep_sec h1,
  #ssd_serv_sec h1,
  #sas_vps_sec h1,
  #platforms_sec h1,
  #order_sec h1,
  #testimonials_sec h1,
  #getin_touch_sec h1,
  #social_responsibility_sec h1,
  #footer_sec h1, #toolkit h1, #server_sync h1 {
    font-size: 3em;
    margin-top: 0;
  }

  /* line 532, ../sass/style.scss */
  .navigation ul li {
    display: block;
  }

  /* line 537, ../sass/style.scss */
  .guarantee {
    text-align: center;
  }

  /* line 540, ../sass/style.scss */
  .pricing-table ul {
    width: 90%;
    margin: 0 auto;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
  /* line 562, ../sass/style.scss */
  #home_sec h1,
  #support_dep_sec h1,
  #ssd_serv_sec h1,
  #sas_vps_sec h1,
  #platforms_sec h1,
  #order_sec h1,
  #testimonials_sec h1,
  #getin_touch_sec h1,
  #social_responsibility_sec h1,
  #footer_sec h1, #toolkit h1, #server_sync h1 {
    font-size: 3em;
    margin-top: 0;
  }

  /* line 569, ../sass/style.scss */
  .navigation ul li {
    display: block;
  }

  /* line 574, ../sass/style.scss */
  .guarantee {
    text-align: center;
  }

  /* line 577, ../sass/style.scss */
  .pricing-table ul {
    width: 90%;
    margin: 0 auto;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
  /* line 599, ../sass/style.scss */
  #home_sec h1,
  #support_dep_sec h1,
  #ssd_serv_sec h1,
  #sas_vps_sec h1,
  #platforms_sec h1,
  #order_sec h1,
  #testimonials_sec h1,
  #getin_touch_sec h1,
  #social_responsibility_sec h1,
  #footer_sec h1, #toolkit h1, #server_sync h1 {
    font-size: 3em;
    margin-top: 0;
  }

  /* line 606, ../sass/style.scss */
  .navigation ul li {
    display: block;
  }

  /* line 611, ../sass/style.scss */
  .guarantee {
    text-align: center;
  }

  /* line 614, ../sass/style.scss */
  .pricing-table ul {
    width: 90%;
    margin: 0 auto;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  /* line 627, ../sass/style.scss */
  .guarantee {
    text-align: left;
  }

  /* line 630, ../sass/style.scss */
  .pricing-table ul {
    width: 32%;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  /* line 643, ../sass/style.scss */
  .guarantee {
    text-align: left;
  }

  /* line 646, ../sass/style.scss */
  .pricing-table ul {
    width: 32%;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  /* line 659, ../sass/style.scss */
  .guarantee {
    text-align: left;
  }

  /* line 662, ../sass/style.scss */
  .pricing-table ul {
    width: 32%;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
  /* line 683, ../sass/style.scss */
  #home_sec h1,
  #support_dep_sec h1,
  #ssd_serv_sec h1,
  #sas_vps_sec h1,
  #platforms_sec h1,
  #order_sec h1,
  #testimonials_sec h1,
  #getin_touch_sec h1,
  #social_responsibility_sec h1,
  #footer_sec h1, #toolkit h1, #server_sync h1 {
    font-size: 5em;
    margin-top: 0;
  }

  /* line 688, ../sass/style.scss */
  .guarantee {
    text-align: left;
  }

  /* line 691, ../sass/style.scss */
  .pricing-table ul {
    width: 32%;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/* line 711, ../sass/style.scss */
.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999999999999;
  overflow: hidden;
  font-size: 1.3em;
  text-align: center;
  color: #ff5a00;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-decoration: none !important;
}

/* line 733, ../sass/style.scss */
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

/* line 738, ../sass/style.scss */
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}

/* line 743, ../sass/style.scss */
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/* line 747, ../sass/style.scss */
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: .5;
}

@media only screen and (min-width: 768px) {
  /* line 752, ../sass/style.scss */
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 758, ../sass/style.scss */
  .cd-top {
    right: 30px;
    bottom: 30px;
    opacity: .5;
  }
}
