@import url('black-hat.css');
@import url('https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  color: #0077f0;
}

a:focus, a:hover {
  color: #0352e2;
}

a, a:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #ffffff !important;
}

input:-moz-placeholder {
  color: #ffffff !important;
}

input::-moz-placeholder {
  color: #ffffff !important;
}

input:-ms-input-placeholder {
  color: #ffffff !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.mar-right20 {
  margin-right: 20px;
}

.mar-top20 {
  margin-top: 20px;
}

.mar-top40 {
  margin-top: 40px;
}

.hr {
  color: transparent;
  height: 1px;
  border: none;
  border-bottom: 1px solid #d3d1d1;
}

.red-txt {
  color: #c20d00;
}

.green-txt {
  color: #459d0a;
}

.green-txt1 {
  color: #039c85;
}

.semi-bold {
  font-weight: 500;
}

strong, .bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 900;
}

.grey-color-bg {
  background-color: #ededeb;
}

.white-color-bg {
  background-color: #ffffff;
}

.btn:active:focus, .btn:focus {
  outline: none;
}

.btn:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.blue-btn {
  background-color: #056ae7;
  border-color: #056ae7;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}

.blue-btn:active, .blue-btn:focus {
  background-color: #015ccd;
  border-color: #015ccd;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.blue-btn:hover {
  background-color: #348eea;
  border-color: #007eff;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.green-btn {
  /*background-color: #28d400;*/
  background:#28d400;
  background: -moz-linear-gradient(center top,  #28d400 0%, #4a824d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28d400), color-stop(100%,#4a824d));
  background: -webkit-linear-gradient(top, #28d400 0%, #4a824d 100%);
  background: -o-linear-gradient(top, #28d400 0%, #4a824d 100%);
  background: -ms-linear-gradient(top, #28d400 0%, #4a824d 100%);
  background: linear-gradient(top, #28d400 0%, #4a824d 100%);
  -pie-background: linear-gradient(#28d400 0%, #4a824d 100%);
  border-color: #a4de06;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 8px;
  outline: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}

.green-btn:active,.green-btn:focus {
  /*background-color: #76d803;*/
  background:#4a824d;
  background: -moz-linear-gradient(center top,  #4a824d 0%, #28d400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a824d), color-stop(100%,#28d400));
  background: -webkit-linear-gradient(top, #4a824d 0%, #28d400 100%);
  background: -o-linear-gradient(top, #4a824d 0%, #28d400 100%);
  background: -ms-linear-gradient(top, #4a824d 0%, #28d400 100%);
  background: linear-gradient(top, #4a824d 0%, #28d400 100%);
  -pie-background: linear-gradient(#4a824d 0%, #28d400 100%);
  border-color: #76d803;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.green-btn:hover {
 /* background-color: #bbff05;*/
  background:#4a824d;
  background: -moz-linear-gradient(center top,  #4a824d 0%, #28d400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a824d), color-stop(100%,#28d400));
  background: -webkit-linear-gradient(top, #4a824d 0%, #28d400 100%);
  background: -o-linear-gradient(top, #4a824d 0%, #28d400 100%);
  background: -ms-linear-gradient(top, #4a824d 0%, #28d400 100%);
  background: linear-gradient(top, #4a824d 0%, #28d400 100%);
  -pie-background: linear-gradient(#4a824d 0%, #28d400 100%);
  border-color: #bbff05;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.orange-btn {
  /*background-color: #28d400;*/
  background:#ff7e4e;
  background: -moz-linear-gradient(center top,  #ff7e4e 0%, #fc4603 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e4e), color-stop(100%,#fc4603));
  background: -webkit-linear-gradient(top, #ff7e4e 0%, #fc4603 100%);
  background: -o-linear-gradient(top, #ff7e4e 0%, #fc4603 100%);
  background: -ms-linear-gradient(top, #ff7e4e 0%, #fc4603 100%);
  background: linear-gradient(top, #ff7e4e 0%, #fc4603 100%);
  -pie-background: linear-gradient(#ff7e4e 0%, #fc4603 100%);
  border-color: #ff7e4e;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 8px;
  outline: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
.orange-btn:hover {
 /* background-color: #bbff05;*/
  background:#fc4603;
  background: -moz-linear-gradient(center top,  #fc4603 0%, #ff7e4e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc4603), color-stop(100%,#ff7e4e));
  background: -webkit-linear-gradient(top, #fc4603 0%, #ff7e4e 100%);
  background: -o-linear-gradient(top, #fc4603 0%, #ff7e4e 100%);
  background: -ms-linear-gradient(top, #fc4603 0%, #ff7e4e 100%);
  background: linear-gradient(top, #fc4603 0%, #ff7e4e 100%);
  -pie-background: linear-gradient(#fc4603 0%, #ff7e4e 100%);
  border-color: #fc4603;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.drk-green-btn {
  background-color: #04b499;
  border-color: #04b499;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  outline: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}

.drk-green-btn:active,.drk-green-btn:focus {
  background-color: #039c85;
  border-color: #039c85;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.drk-green-btn:hover {
  background-color: #17ccb0;
  border-color: #17ccb0;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.breadcrumbs li { list-style: none; float: left; margin-top: 10px;}
.breadcrumbs li a::after {
  content:' > ' ;
  display: inline-block;
  margin: 0 10px;
  position: relative;
   }

.breadcrumb li { list-style: none; float: left; margin-top: 10px;}
.breadcrumb li a::after {
  content:' > ' ;
  display: inline-block;
  margin: 0 10px;
  position: relative;
   }

.lgt-green-btn {
  background-color: #97b2ae;
  border-color: #97b2ae;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  outline: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}

.lgt-green-btn:active,.lgt-green-btn:focus {
  background-color: #7fa19c;
  border-color: #7fa19c;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.lgt-green-btn:hover {
  background-color: #aec9c5;
  border-color: #aec9c5;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.white-btn {
  background-color: #ffffff;
  border-color: #000000;
  color: #626262;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 50px;
  outline: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}

.white-btn:active, .white-btn:focus {
  background-color: #c6c6c6;
  border-color: #000000;
  color: #000000;
  outline: none;
  text-decoration: none;
}

.white-btn:hover {
  background-color: #c6c6c6;
  border-color: #000000;
  color: #000000;
  outline: none;
  text-decoration: none;
}

.blue-transparent-btn {
  background-color: transperant;
  border-color: #056ae7;
  color: #056ae7;
  font-size: 30px;
  font-weight: 100;
  padding: 10px 50px;
  outline: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}

.blue-transparent-btn:active, .blue-transparent-btn:focus {
  background-color: #cde1fa;
  border-color: #056ae7;
  color: #056ae7;
  outline: none;
  text-decoration: none;
}

.blue-transparent-btn:hover {
  background-color: #cbdff9;
  border-color: #007eff;
  color: #056ae7;
  outline: none;
  text-decoration: none;
}

.cross-mark-list li {
  font-size: 15px;
  padding-left: 23px;
  position: relative;
}

.cross-mark-list li:before {
  content: '';
  background: url(/assets/images/list-icons/cross-mark.png) no-repeat 0px 0px;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 13px;
  height: 12px;
}

.check-mark-list li {
  font-size: 15px;
  padding-left: 25px;
  padding-bottom: 15px;
  position: relative;
}

.check-mark-list li:before {
  content: '';
  background: url(/assets/images/list-icons/check-mark.png) no-repeat 0px 0px;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 13px;
}

.cross-mark-icon {
  display: inline-block;
  background: url(/assets/images/list-icons/cross-mark.png) no-repeat 0px 0px;
  width: 13px;
  height: 12px;
  padding-right: 20px;
}

.check-mark-icon {
  display: inline-block;
  background: url(/assets/images/list-icons/check-mark.png) no-repeat 0px 0px;
  width: 16px;
  height: 13px;
  padding-right: 20px;
}

.plain-list li {
  font-size: 15px;
  padding-bottom: 15px;
  position: relative;
}

.black-list li {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  padding-left: 25px;
  padding-bottom: 5px;
  position: relative;
}

.black-list li:before {
  content: '';
  background: url(/assets/images/list-icons/black-list.png) no-repeat 0px 0px;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 13px;
}

.grey-list li {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 300;
  padding-left: 25px;
  padding-bottom: 5px;
  position: relative;
}

.grey-list li:before {
  content: '';
  background: url(/assets/images/list-icons/grey-list.png) no-repeat 0px 0px;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 13px;
}

.container-fluid {
  width: 100%;
  max-width: 1225px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-header {
  background-color: #484948;
  height: 120px;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.main-header.opacity6 {
  background-color: rgba(0,0,0,0.6);
}

.main-header .logo {
  position: absolute;
  left: 20px;
  top: 35px;
}

@media only screen and (max-width:980px) {
  .main-header .logo {
    position: static;
    display: block;
    float: left;
    margin-top: 10px;
  }
}

.main-header .topnav {
  position: absolute;
  right: 20px;
  top: 10px;
}

@media only screen and (max-width:980px) {
  .main-header .topnav {
    top: 60px;
  }
}

.main-header .topnav ul {
  list-style: none;
  padding: 0px;
  float: right;
}

@media only screen and (max-width:767px) {
  .main-header .topnav ul {
    float: left;
    padding-top: 10px;
    clear: both;
  }
}

.main-header .topnav li {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
  display: inline-block;
}

.main-header .topnav li span {
  display: inline-block;
  padding: 0px 5px;
}

.main-header .topnav li a {
  color: #8a8a8a;
}
.main-header .topnav li a:hover {
  color:#d4d5d5;
}
.hero-banner {
  padding-top: 120px;
  padding-bottom: 200px;
}

@media only screen and (max-width:1199px) {
  .hero-banner {
    height: auto;
    padding-bottom: 0px;
  }
}

.main-content {
  min-height: 650px;
}

.inner .main-content {
  padding-top: 120px;
}

.section {
  padding: 60px 0px;
}

.round-bullet {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom:10px;
}

.round-bullet li {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  position: relative;
  padding: 0px 0px 10px 25px;
}

.round-bullet li:before {
  content: '';
  position: absolute;
  background-color: #000000;
  left: 0px;
  top: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 8px;
  height: 8px;
}

.tick-bullet {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom:10px;
}

.tick-bullet li {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  position: relative;
  padding: 0px 0px 10px 25px;
}

.tick-bullet li:before {
  content: '';
  position: absolute;
  background: url(../images/list-icons/tick-list.png) no-repeat 0px 0px;
  left: 0px;
  top: 6px;
  width: 13px;
  height: 9px;
}

.heading17 {
  font-size: 17px !important;
  font-weight: 900;
  margin-bottom: 25px;
}

.heading17 h2{
  font-size: 17px !important;
  font-weight: 900;
  margin-bottom: 25px;
}

.heading17 h3{
  font-size: 17px !important;
  font-weight: 900;
  margin-bottom: 25px;
}

.opening-section {
  padding-bottom: 100px;
}

.opening-block {
  max-width: 810px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}

.opening-block p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom:25px;
}

.pattern-section {
  padding: 100px 0px;
  margin-bottom: 100px;
}

.purple-pattern-bg {
  background: #dedeef url(/assets/images/pattern-bg/purple-pattern-bg.jpg) repeat left top;
}

.yellow-pattern-bg {
  background: #e7e8d1 url(/assets/images/pattern-bg/green-pattern-bg.jpg) repeat left top;
}

.blue-pattern-bg {
  background: #d1e0e8 url(/assets/images/pattern-bg/blue-pattern-bg.jpg) repeat left top;
}

.lg-green-pattern-bg {
  background: #e7ebd9 url(/assets/images/pattern-bg/lg-green-pattern-bg.jpg) repeat left top;
}

.block-flex-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width:767px) {
  .block-flex-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-flex-box .image-block {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  position: relative;
  text-align: center;
  padding: 0px 40px 0px 0px;
}

@media only screen and (max-width:767px) {
  .block-flex-box .image-block {
    padding: 0px;
  }
}

.block-flex-box .image-block img {
  display: inline-block;
}

.block-flex-box.switch .image-block {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0px 0px 0px 40px;
}

@media only screen and (max-width:767px) {
  .block-flex-box.switch .image-block {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0px;
  }
}

.block-flex-box .content-block {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  position: relative;
  padding: 0px 0px 0px 40px;
}

@media only screen and (max-width:767px) {
  .block-flex-box .content-block {
    padding: 40px 0px 0px 0px;
  }
}

.block-flex-box.switch .content-block {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 0px 40px 0px 0px;
}

@media only screen and (max-width:767px) {
  .block-flex-box.switch .content-block {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 40px 0px 0px 0px;
  }
}

.block-flex-box.switch .content-block p {
  margin-bottom: 20px;
}

.benifits-block {
  padding: 20px;
}

.benifits-head-block {
  padding-bottom: 20px;
}

.benifits-body-block {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.benifits-body-block .benifits-image-block {
  min-height: 130px;
}

.benifits-body-block .benefits-heading {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 25px;
}

.requirement-section {
  margin-bottom: 100px;
}

.additional-section {
  padding: 80px 0px;
}

@media only screen and (max-width:991px) {
  .additional-section .additional-block {
    text-align: center;
  }
}

@media only screen and (max-width:992px) {
  .additional-section .additional-block  .image-container {
    height: 259px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width:991px) and (max-width:1119px) {
  .additional-section .additional-block  .image-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
}

.additional-section .additional-block p {
  color: #626262;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
}

.additional-section .additional-block p.additional-txt {
  color: #626262;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 35px;
}

#awards .logos {
  max-width:980px;
  width:100%;
  margin:0px auto 10px;
  text-align:center;
}

#awards .logos li.award {
  display: inline-block;
  font-size: 14px;
  min-height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  vertical-align: middle;
}

#backtotop {
  position: fixed;
  right: 0px;
  bottom: 90px!important;
  display: none;
  z-index: 10000;
}

#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 80px;
  outline: none;
}

#backtotop a:hover {
  opacity: .8;
}

#footer {
  background-color: #000000;
  text-align: center;
  margin: 0;
  padding: 80px 0px;
  color: #a4a6a7;
  font-size: 11px;
  min-height: 100px;
}

#footer .container {
  padding: 65px 0px 40px;
  text-align: center;
}

#footer .social-media {
  margin: 0px 0 45px;
}

#footer .social-media ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#footer .social-media li {
  display: inline-block;
  line-height: 17px;
  padding: 0 10px;
}

#footer .social-media li a {
  background: url(/assets/images/footer/social-icons.png) no-repeat 0 0;
  display: inline-block;
  height: 66px;
  width: 68px;
}

#footer .social-media li.facebook a {
  background-position: 0px -66px;
}

#footer .social-media li.google-plus a {
  background-position: -104px -66px;
}

#footer .social-media li.twitter a {
  background-position: -206px -66px;
}

#footer .social-media li.youtube a {
  background-position: -309px -66px;
}

#footer .social-media li.instagram a {
  background-position: -413px -66px;
}

#footer .social-media li.facebook a:hover {
  background-position: 0px 0px;
}

#footer .social-media li.google-plus a:hover {
  background-position: -104px 0px;
}

#footer .social-media li.twitter a:hover {
  background-position: -206px 0px;
}

#footer .social-media li.youtube a:hover {
  background-position: -309px 0px;
}

#footer .social-media li.instagram a:hover {
  background-position: -413px 0px;
}

#footer .footer-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  padding-bottom: 25px;
}

#footer .footer-menu li {
  display: inline-block;
  color: #a4a6a7;
  font-weight: 400;
}

#footer .footer-menu li:after {
  color: #a4a6a7;
  content: "|";
  font-size: 17px;
  margin: 0 5px;
  /*margin: 0 10px 0 15px;*/
}

#footer .footer-menu li:last-child:after {
  content: "";
  margin: 0px;
}

#footer .footer-menu li a {
  color: #a4a6a7;
  font-size: 13px;
  text-decoration: none;
}

#footer .footer-menu li a:hover {
    color: #d4d5d5;
    text-decoration:underline;
}

#footer .copyright {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #a4a6a7;
  font-weight: 400;
}

#footer .copyright a {
    color:#a4a6a7;
    text-decoration:none;
}
#footer .copyright .v-bar {
    padding: 0px 5px;
}

.inline{display:inline;}

.personal-firewall-overview-ab .primary-btn {
  color:#ffffff;
  font-size:16px;
  font-weight:500;
  background:#fc4603;
  padding:20px 20px;
  margin: auto;
  border-radius:5px;
  display:inline-block;
  max-width:245px;
  text-transform: uppercase;
}
.personal-firewall-overview-ab .primary-btn:hover {
  background:#e43d00;
  text-decoration:none;
}

.inline{display:inline;}
.btn-orang{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background: #fc4603;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  display: inline-block;
  max-width: 245px;
  text-transform:uppercase;
  text-align:center; 
  text-decoration: none!important;
}
.btn-orang:focus,
.btn-orang:hover{
  background: #e43d00;
  color:#fff;
  text-decoration: none;
}
.btn-orang img
{
  width:15px;
  height:15px;
}
.margin-auto{
  margin:auto!important;
}
.float-none{
  float:none!important;
}

a.btn-green{
  font: 700 16px/20px 'Roboto';
  background-color: #4fa200;
  color: #ffffff;
  padding:20px;
  display: inline-block;
  box-shadow:none;
  border-radius: 4px;
  max-width:255px !important;
  width:100%;
  text-transform: uppercase;
  text-align:center;
}


a.btn-green:hover,
a.btn-green:focus,
a.btn-green:active {
  background-color: #418302;
  text-decoration:none;
  color:#ffffff;
}

@media only screen and (max-width:767px) {
  .personal-firewall-overview-ab .primary-btn{
    margin:0 0 20px 0px !important;
  }
  .green-btn, .orange-btn{display:block;padding:10px 35px;}
}


.silo-section { padding: 20px 0; background: #cbd1d0; background: -moz-linear-gradient(top, #cbd1d0 10%, #dfe1e0 30%, #eeeeec 100%); background: -webkit-linear-gradient(top, #cbd1d0 0%, #dfe1e0 30%, #eeeeec 100%); background: -o-linear-gradient(top, #cbd1d0 0%, #dfe1e0 30%, #eeeeec 100%); background: -ms-linear-gradient(top, #cbd1d0 0%, #dfe1e0 30%, #eeeeec 100%); background: linear-gradient(to bottom, #cbd1d0 0%, #dfe1e0 30%, #eeeeec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd1d0', endColorstr='#eeeeec', GradientType=0 ); }
.silo-section .breadcrumb { background-color: transparent; }
.silo-section .breadcrumb span { display: inline-block; padding: 0px 5px; }
.silo-section .breadcrumb span:first-child { padding-left: 0px; }
.silo-section h1 { color: #000000; font-size: 40px; font-weight: 400; margin-bottom: 25px; }
.silo-section h2 { color: #000000; font-size: 25px; font-weight: 400; margin: 15px 0; }
.silo-section .opening-block p { font-weight: 300; }
.silo-section .btn-orang { padding: 20px; max-width: 255px; width: 100%; }
.silo-section .breadcrumbs { margin-bottom: 20px; }



@media only screen and (max-width:767px) {
  .silo-section .sm-center { text-align: center !important; }
  .silo-section .btn-section div { margin-bottom: 15px; }
}

.glyphicon.responsive-nav-close { display: none !important; }

@media only screen and (max-width:980px) {
  .slide-in .glyphicon.responsive-nav-close { top: 20px; right: 20px; display: block !important; position: inherit; }
}


