* {
  outline: none !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
li,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
}
*:focus {
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
section h1 {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #333333;
  margin-bottom: 99px;
  margin-top: 80px;
}
section h1:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background: #0070c0;
  bottom: -14px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.section-background-image {
  background-image: url(../images/header-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  float: left;
}
.section-background-image .shadow-box {
  padding-top: 86px;
  width: 100%;
  float: left;
  background: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff 14%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff 41%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(90deg, #ffffff 0%, #ffffff 41%, rgba(255, 255, 255, 0.7) 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #ffffff 41%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 41%, rgba(255, 255, 255, 0.7) 100%);
}
.bottom-section {
  background: url(../images/who-we-are-background.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  background-color: #fff;
  padding-bottom: 74px;
}
.cookie-box {
  background: #0070c0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
  display: none;
}
@media (max-width: 768px) {
  .cookie-box {
    position: fixed;
    z-index: 9;
  }
  .cookie-box .inner-cookie {
    flex-direction: column;
    align-items: unset;
    text-align: center;
  }
  .cookie-box .inner-cookie .left-section p a {
    display: block;
  }
  .cookie-box .inner-cookie .right-section {
    text-align: center;
    padding-top: 10px;
  }
}
.cookie-box .inner-cookie {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.cookie-box .inner-cookie .left-section {
  float: left;
}
.cookie-box .inner-cookie .left-section p {
  float: left;
}
.cookie-box .inner-cookie .left-section p span {
  color: #fff;
}
.cookie-box .inner-cookie .left-section p a {
  color: #fff;
  text-decoration: underline;
}
.cookie-box .inner-cookie .right-section {
  min-width: 200px;
}
.cookie-box .inner-cookie .right-section button {
  color: #0070c0;
  background: #fff;
  border-radius: 50px;
  border: none;
  float: right;
  padding: 10px 20px;
  font-weight: bold;
}
.navbar {
  background: #fff;
  border-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.navbar .navbar-brand {
  padding-bottom: 14px;
}
.navbar .nav > li > a {
  padding: 31px 18px !important;
  font-size: 18px;
}
.navbar .navbar-nav {
  float: right;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav a:focus,
.navbar .navbar-nav a:hover {
  color: #0070c0 !important;
  background-color: transparent;
  border-bottom: 3px solid #0070c0;
}
.navbar .navbar-nav .dropdown > .active > a,
.navbar .navbar-nav .dropdown a:focus,
.navbar .navbar-nav .dropdown a:hover {
  color: #333 !important;
  background-color: transparent;
  border-bottom: none;
}
.navbar .dropdown-menu {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 7px !important;
  padding-right: 4px;
}
.navbar .dropdown-menu li a {
  padding: 10px 20px;
}
.navbar .navbar-brand {
  height: auto !important;
}
.navbar .navbar-toggle {
  margin-top: 24px;
}
.navbar select {
  border: 0px;
  outline: 0px;
  margin: 31px 20px !important;
  margin-left: 5px;
  border-left: 1px solid #b4b4b4;
  padding-bottom: 0 !important;
  background: #fff;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/lang-arrow.png) no-repeat right;
}
.navbar select option {
  box-sizing: content-box;
  padding: 5px 0;
}
header {
  height: 100vh;
  background-image: url(../images/header-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header .header-info {
  width: 100%;
  height: 100vh;
  background: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(90deg, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.7) 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 1%, rgba(255, 255, 255, 0.7) 100%);
}
header .header-info .header-info-text {
  text-align: center;
  position: relative;
  top: 32%;
  left: 50%;
  width: 50em;
  height: 18em;
  margin-left: -25em;
}
header .header-info .header-info-text h1 {
  font-size: 60px;
  color: #333333;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  display: inline-flex;
}
header .header-info .header-info-text h1 p {
  padding-right: 20px;
  font-family: 'Playfair Display', serif;
}
header .header-info .header-info-text h1 span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #0070c0;
  font-weight: 700;
}
header .header-info .header-info-text h1 span span {
  font-weight: 700;
  padding-left: 5px;
  font-style: normal;
}
header .header-info .header-info-text h4 {
  color: #333333;
  font-weight: 600;
}
header .header-info .header-info-text .button-link {
  margin-top: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 20px 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  background: #0070c0;
  border-color: #0070c0;
  color: #fff;
  max-width: 260px;
  width: 100%;
}
header .bounce {
  position: absolute;
  bottom: 2%;
  margin: auto;
  left: 0;
  right: 0;
  width: 24px;
  height: 52px;
  background: url(../images/go-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.middle-section {
  width: 100%;
  float: left;
  background-image: url(../images/content_background.png);
  background-position: right top;
  background-repeat: repeat-y;
}
#about_us .col-lg-7 {
  background: url(../images/information_security.png);
}
#software_development .col-lg-7 {
  background: url(../images/software-development.png);
}
#software_development .col-lg-5 {
  text-align: right;
}
#software_development .col-lg-5 .button-link {
  float: right;
}
#about_us,
#software_development {
  position: relative;
}
#about_us .col-lg-5,
#software_development .col-lg-5,
#about_us .col-lg-7,
#software_development .col-lg-7,
#about_us .col-lg-6,
#software_development .col-lg-6,
#about_us .col-lg-12,
#software_development .col-lg-12 {
  padding: 0;
}
#about_us .col-lg-7,
#software_development .col-lg-7 {
  background-position: center center;
  background-size: cover;
}
#about_us span,
#software_development span {
  font-weight: 700;
  color: #0070c0;
  font-size: 28px;
  padding-bottom: 40px;
  display: block;
}
#about_us .col-lg-5,
#software_development .col-lg-5 {
  padding: 50px;
}
#about_us .about-us-section,
#software_development .about-us-section {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.3);
}
#about_us .about_us_text,
#software_development .about_us_text {
  font-style: italic;
}
#about_us .left-element,
#software_development .left-element {
  position: absolute;
  z-index: 1;
  border-top: 0px solid #fff;
  border-bottom: 455px solid transparent;
  border-left: 227px solid #fff;
  left: 0;
  top: 0;
}
#about_us .right-element,
#software_development .right-element {
  position: absolute;
  z-index: 1;
  border-top: 0px solid #fff;
  border-bottom: 455px solid transparent;
  border-right: 227px solid #fff;
  right: 0;
  top: 0;
}
#about_us img,
#software_development img {
  width: 100%;
  float: left;
  max-height: 450px;
}
#about_us .button-link,
#software_development .button-link {
  margin-top: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 11px 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: #0070c0;
  border-color: #0070c0;
  color: #fff;
  float: left;
}
#partners {
  width: 100%;
  float: left;
}
#partners .partners-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
#partners .partner-logo {
  float: left;
  padding: 20px;
}
#partners .partner-logo img {
  float: left;
  width: 100%;
}
#partners .partners-carousel {
  padding-bottom: 80px;
}
#partners .partners-carousel .carousel-control.right,
#partners .partners-carousel .carousel-control.left {
  background: none;
  color: #333333;
}
#partners .partners-carousel #partners .partners-carousel .carousel-control.right,
#partners .partners-carousel #partners .partners-carousel .carousel-control.left {
  color: #333333;
}
#partners .partners-carousel img {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 250px;
}
#infosec h1,
#software_development_page h1 {
  margin-bottom: 19px !important;
}
#infosec .shadow-box,
#software_development_page .shadow-box {
  background: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 100%);
}
#infosec .bottom-dotts,
#software_development_page .bottom-dotts {
  background-image: url(../images/infosec_dotts.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 700px;
}
#infosec .button-link,
#software_development_page .button-link {
  margin-top: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 10px 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: #0070c0;
  border-color: #0070c0;
  color: #fff;
}
#infosec .info-box,
#software_development_page .info-box {
  padding-top: 100px;
}
#infosec .info-box:last-child,
#software_development_page .info-box:last-child {
  padding-bottom: 80px;
}
#infosec .info-box .image-info,
#software_development_page .info-box .image-info {
  background: #eaeaea;
  height: 350px;
  border-radius: 10px;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.3);
}
#infosec .info-box .image-info img,
#software_development_page .info-box .image-info img {
  position: relative;
  top: 25%;
  bottom: 25%;
}
#infosec .info-box .text-info,
#software_development_page .info-box .text-info {
  padding-top: 80px;
  padding-left: 80px;
}
#infosec .info-box .text-info h3,
#software_development_page .info-box .text-info h3 {
  color: #0070c0;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
#infosec .info-box .text-info p,
#software_development_page .info-box .text-info p {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #949494;
}
#software_development_page .info-box {
  margin-bottom: 80px;
}
#software_development_page .info-box .image-info {
  background: transparent;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
#software_development_page .info-box .image-info img {
  float: left;
  top: 0;
  bottom: 0;
  width: 100%;
}
#software_development_page .info-box .text-info {
  padding-top: 48px;
}
#who_we_are .image-section {
  background: #0070c0;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  font-size: 16px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 112, 192, 0.8), rgba(0, 112, 192, 0.8)), url(../images/code_image.jpg) no-repeat;
  background-position: center center;
  padding: 40px 10%;
}
#who_we_are .text-bottom-image-section {
  font-style: italic;
}
#who_we_are .line {
  text-align: center;
}
#who_we_are .line hr {
  width: 40% !important;
  height: 2px !important;
  background: #cecece;
  border: none;
  margin-top: 40px;
  margin-bottom: 30px;
}
#who_we_are .bottom-section .who-we-are-box {
  background: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 30px 34px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-size: 97px;
  background-position: top 51px center;
}
#who_we_are .bottom-section .who-we-are-box h3 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
#who_we_are .bottom-section .who-we-are-box p {
  padding-bottom: 40px;
}
#who_we_are .bottom-section .who-we-are-box div {
  text-align: center;
  width: 100%;
}
#who_we_are .bottom-section .who-we-are-box div .button-link {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 4px 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: #0070c0;
  border-color: #0070c0;
  color: #fff;
}
/*CONTACT US PAGE*/
html,
body {
  height: 100%;
  background: #fff;
}
#contactPage {
  height: 100%;
  background-image: url(../images/contact_map.png);
  background-repeat: no-repeat;
  background-position: center right;
}
#contactPage #contact {
  min-height: 100%;
}
#contactPage h1 {
  margin-top: 166px;
}
#contactPage #contactForm .form-group {
  margin-bottom: 25px;
}
#contactPage #contactForm .form-group input {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
#contactPage #contactForm .form-group textarea {
  height: 200px;
  resize: none;
  border: 1px solid #e4e4e4;
}
#contactPage #contactForm .form-group .error-field {
  border: 1px solid red;
}
#contactPage #contactForm button {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 8px 70px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 80px;
}
#contactPage #contactForm .button-form {
  max-width: 184px;
  margin: 0 auto;
  position: relative;
}
#contactPage #contactForm .button-form #overlay {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 38px;
  z-index: 1;
}
#contactPage .floatLeft {
  float: left;
}
#contactPage .checkbox_privacy {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
  float: left;
  display: flex;
  align-items: center;
  background: #fff;
}
#contactPage .checkbox_privacy.hover-bttn p span,
#contactPage .checkbox_privacy.hover-bttn p a {
  color: red;
}
#contactPage .checkbox_privacy.hover-bttn input + label:before {
  border: 1px solid red;
}
@media (max-width: 990px) {
  #contactPage .checkbox_privacy {
    margin-bottom: 20px;
  }
}
#contactPage .checkbox_privacy input {
  display: none;
}
#contactPage .checkbox_privacy input + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contactPage .checkbox_privacy input + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #0070c0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
#contactPage .checkbox_privacy input:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contactPage footer {
  margin-top: -49px;
}
.template-page .shadow-box {
  background: -moz-linear-gradient(90deg, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0.9) 100%);
  background: -o-linear-gradient(90deg, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-linear-gradient(90deg, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0.9) 100%);
}
.template-page section {
  height: 100%;
  min-height: 100%;
  background: #fff;
}
.template-page section .container {
  height: 100%;
  padding-bottom: 50px;
}
.template-page section ul {
  padding: 10px 20px;
  padding-right: 0;
}
.template-page .box {
  padding-bottom: 35px;
}
.template-page h4 {
  color: #0070c0;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 35px;
}
.template-page p {
  color: #333333;
  font-size: 16px;
  line-height: 19px;
}
.template-page footer {
  position: fixed;
  bottom: 0;
}
footer {
  position: relative;
  width: 100%;
  float: left;
  padding: 15px 0;
  color: #777;
  background: #333333;
  text-align: right;
}
footer a {
  text-transform: uppercase;
  color: #777;
  text-decoration: underline;
}
footer .col-md-12 {
  padding: 10px 10px;
  padding-bottom: 0;
}
footer #BtnTop {
  float: right;
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  font-weight: 400;
}
footer .arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}
footer .footer-Copyright {
  float: left;
  color: #777;
  text-align: left;
}
@media (max-width: 1200px) {
  .navbar .nav li a {
    padding: 31px 9px !important;
    font-size: 14px;
  }
  .navbar .nav li .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px !important;
  }
  footer .footer-nav {
    margin-top: 0px;
  }
  #about_us .col-lg-7,
  #software_development .col-lg-7,
  #about_us .col-lg-5,
  #software_development .col-lg-5 {
    float: left;
    width: 100%;
  }
  #about_us .col-lg-5 span,
  #software_development .col-lg-5 span,
  #about_us .col-lg-5 p,
  #software_development .col-lg-5 p {
    width: 100%;
    float: left;
  }
  #about_us .col-lg-5 a,
  #software_development .col-lg-5 a {
    float: left;
  }
}
@media (max-width: 998px) {
  .navbar .navbar-brand {
    width: 115px;
    margin-left: -25px !important;
    padding-top: 25px;
  }
  .navbar .navbar-brand img {
    width: 100%;
    float: left;
  }
  .navbar .nav li a {
    font-size: 12px;
    padding: 31px 6px !important;
  }
}
@media (min-width: 768px) {
  #infosec .info-box:nth-child(2n+2) .text-info {
    float: left;
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 0;
  }
  #infosec .info-box:nth-child(2n+2) .image-info {
    float: right;
  }
}
@media (max-width: 768px) {
  .template-page footer {
    position: relative;
  }
  .navbar {
    position: fixed !important;
  }
  #infosec .info-box .text-info,
  #software_development_page .info-box .text-info {
    padding-left: 0;
  }
  #software_development_page .info-box .image-info {
    padding-bottom: 20px;
    float: left;
  }
  #about_us .col-lg-4,
  #software_development .col-lg-4 {
    padding-bottom: 50px;
    float: left;
  }
  #about_us .col-lg-8,
  #software_development .col-lg-8 {
    position: relative;
    float: left;
  }
  .footer-logo {
    text-align: center;
  }
  .navbar {
    position: relative;
    z-index: 1;
  }
  .navbar .navbar-nav {
    float: none;
    width: 96%;
    padding: 2%;
  }
  .navbar select {
    border: none;
    margin: 14px 11px !important;
    padding-left: 0;
  }
  .navbar .nav li a {
    padding: 17px 6px !important;
  }
  .navbar .nav .dropdown-menu a {
    padding-left: 20px !important;
  }
  .navbar .navbar-brand {
    width: 140px;
    margin-left: -15px !important;
  }
  header {
    height: 90vh;
  }
  header .header-info .header-info-text {
    left: auto;
    width: auto;
    height: 18em;
    margin-left: 0;
    top: 28%;
  }
  header .header-info .header-info-text h1 {
    display: block;
    font-size: 40px;
  }
  header .header-info .header-info-text .button-link {
    padding: 7px 16px;
  }
  footer .col-xs-12 {
    padding: 15px 10px;
    text-align: center;
  }
  footer .footer-nav {
    float: none;
    width: auto;
    margin: 0 auto;
    display: inline-flex;
  }
}
