/*! Font */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

/*! Font */

/*! Standards */

body, html {
  width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
  text-decoration: none;
	color: #666666;
	transition: color 0.3s ease;
}

a:hover {
	color: #039EDF;
	text-decoration: none;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.row {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.container {
  max-width: 1280px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
}

#margin-top {
  margin-top: 95px;
}

#margin-top-strt {
  margin-top: 95px;
}

.col-sp-right {
  padding-right: 15px;
}

.col-sp-left {
  padding-left: 15px;
}

.col-sp-right-mid {
  padding-right: 7.5px;
}

.col-sp-left-mid {
  padding-left: 7.5px;
}

@media (max-width: 992px) {	
  
  .col-sp-right {
    padding-right: 0;
  }

  .col-sp-left {
    padding-left: 0;
    padding-top: 25px;
  }

  .col-sp-right-mid {
    padding-right: 0;
  }
  
  .col-sp-left-mid {
    padding-left: 0px;
    padding-top: 25px;
  }
  
}

@media (max-width: 992px) {	

  #margin-top {
    margin-top: 85px;
  }

  #margin-top-strt {
    margin-top: 85px;
  }
  
  .disp-none {
    display: none;
  }

  .text-right {
    text-align: center !important;
  }
  
}

/*! Standards */

/*! Various */

#separator-sm {
  margin: 0 auto 0 auto;
  height: 50px;
}

#separator-sm-x2 {
  margin: 0 auto 0 auto;
  height: 25px;
}

#separator-md {
  margin: 0 auto 0 auto;
  height: 100px;
}

#separator-lg {
  margin: 0 auto 0 auto;
  height: 150px;
}

#divide-line {
  max-width: 75px;
  margin: 15px auto 0 auto;
  border-bottom: 3.5px solid #F5F5F5;
}

#divide-line-min {
  max-width: 35px;
  margin: 15px auto 35px auto;
  border-bottom: 3.5px solid #CCC;
}

#divide-line-left {
  max-width: 75px;
  margin: 7.5px 0 7.5px 0;
  border-bottom: 3.5px solid #F5F5F5;
}

#divide-line-right {
  max-width: 75px;
  margin: 7.5px 0 7.5px auto;
  border-bottom: 3.5px solid #F5F5F5;
}

#divide-line-center {
  max-width: 75px;
  margin: 7.5px auto 7.5px auto;
  border-bottom: 3.5px solid #F5F5F5;
}

@media (max-width: 992px) {	

  #divide-line-left {
    margin: 7.5px auto 7.5px auto;
  }

  #divide-line-center {
    margin: 7.5px auto 7.5px auto;
  }

  #divide-line-right {
    margin: 7.5px auto 7.5px auto;
  }
  
}

/*! Various */

/*! Mail Crit */

.inverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/*! Mail Crit */

/* Navbar */

#navigation {
  background-color: #FFF;
  top: 0;
  box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.25);
}

@media (max-width: 992px) {	
  
  #navigation {
    top: 0;
  }
  
}

#navigation .navbar-brand img {
  max-height: 50px;
}

#navigation .navbar-nav .nav-item .nav-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 16px;
  padding: 0 0 0 0;
	text-transform: uppercase;
	color: #666666;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin-left: 35px;
}

#navigation .navbar-nav .nav-item .nav-link:hover {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #469AE9;
  border-top: 2px solid #469AE9;
  border-bottom: 2px solid #469AE9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
}

#navigation .navbar-nav .nav-item .active {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #469AE9;
  border-bottom: 2px solid #469AE9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
}

#navigation .dropdown-menu {
  border: 0px solid #000;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.25);
}

#navigation .dropdown-item {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  font-size: 16px;
  padding: 7.5px 15px 7.5px 15px;
	text-transform: uppercase;
	color: #666666;
  background: #FFF;
}

#navigation .dropdown-item:hover {
  color: #469AE9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  background: #FFF;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: 0px solid #FFF;
}

@media (max-width: 992px) {	
  
  #navigation .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 7.5px 0 7.5px 0;
  }
  
  #navigation .dropdown-menu {
    border: 0px solid #000;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  }
  
}

.flags {
  width: 16px;
  padding-bottom: 3.5px;
}

/* Navbar */

/* Slider */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
}

.rslides li {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-shadow: 0px 0px 0px #000000;
  width: 1280px;
}

.rslides .centered h4 {
  font-size: 62px;
  padding: 0 0 0 0;
  margin-left: 15px;
  margin-right: 15px;
  color: #469AE9;
  font-weight: 300;
}

.rslides .centered h5 {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin-left: 15px;
  margin-right: 15px;
  color: #666666;
  font-weight: 300;
  max-width: 512px;
}

@media (min-width: 1920px) {	
  
  .rslides {
    height: 100vh;
  }
  
}

@media (max-width: 992px) {	
  
  .rslides .centered {
    width: 75%;
  }
  
  .rslides .centered h4 {
    font-size: 32px;
    font-weight: 100;
  }

  .rslides .centered h5 {
    display: none;
  }

  .rslides .centered {
    position: absolute;
    top: 35%;
    left: 0;
    transform: none;
    transform: translate(0, -35%);
    width: 100%;
  }

  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: auto;
    border: 0;
  }
  
}

.container-header {
  color: #FFF;
}

/* Slider */

/* Container */

#container {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#container-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.add-padd {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.add-padd-vert {
  padding-top: 50px;
}

#container-fluid {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#container-content-fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#container-content h1 {
  font-weight: 100;
  text-align: center;
  font-size: 32px;
  color: #469AE9;
  padding-bottom: 7.5px;
}

#container-content h2 {
  font-weight: 100;
  text-align: center;
  font-size: 24px;
  color: #949598;
}

#container-content h3 {
  font-weight: 100;
  text-align: center;
  font-size: 32px;
  color: #469AE9;
  padding-bottom: 7.5px;
}

#container-content h4 {
  font-weight: 100;
  text-align: center;
  font-size: 24px;
  color: #949598;
}

#container-content p {
  text-align: justify;
  font-size: 16px;
  color: #333333;
}

#container-content p a {
  color: #469AE9;
}

#container-content p a:hover {
  color: #469AE9;
}

.abstr-img {
  max-width: 85px;
}

/* Container */

/* Container - Footer */

#container-footer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFF;
}

#container-footer h5 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 15px;
}

#container-footer p {
  text-align: left;
  font-size: 14px;
}

#container-footer p a {
  color: #FFF;
}

#container-footer p a:hover {
  color: #758FD8;
}

@media (max-width: 992px) {	
  
  #container-footer h5 {
    text-align: center;
  }

  #container-footer p {
    text-align: center;
  }
  
}

.brand-footer {
  max-width: 150px;
}

/* Container - Footer */

/* Preview */

.preview-mil {
  position: relative;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(32,124,229,0.45);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.preview-mil:hover {
  background-color: #FFF;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.preview-mil img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.preview-mil-right {
  position: relative;
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(32,124,229,0.45);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 0;
}

.preview-mil-right:hover {
  background-color: #FFF;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.preview-mil-right img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

@media (max-width: 992px) {	

  .preview-mil {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .preview-mil-right {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  
}

/* Preview */

/* Widget - Services */

#widget-services {
  position: relative; 
  text-align: center;
  background-color: #F5F5F5;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transition: all 0.3s ease-in-out;
  margin-top: 75px;
}

.pdd-widget {
  padding-bottom: 15px;
}

.pdd-left {
  padding-left: 7.5px;
  text-align: right;
}

.pdd-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
}

#widget-services:hover {
  background-color: #F9F9F9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#widget-services h5 {
  font-weight: 100;
  text-align: center;
  font-size: 24px;
  color: #469AE9;
}

#widget-services p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.preview-services {
  position: relative;
  width: 145px;
  height: 145px;
  overflow: hidden;
  border-radius: 50%;
  border: 9px solid #F5F5F5;
  margin-left: auto;
  margin-right: auto;
  top: -50px;
  margin-bottom: -35px;
}

.preview-services img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.preview-services-modal {
  position: relative;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #F5F5F5;
}

.preview-services-modal img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.modal-dialog p {
  font-size: 14px;
}

@media (max-width: 992px) {	

  .preview-services-modal {
    position: relative;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #F5F5F5;
    margin-left: auto;
    margin-right: auto;
  }

  .prev-services-divider {
    margin-top: 25px;
  }
  
}

/* Widget - Services */

/* Backgrounds */

#bg-index {
  background: url("../imgs/bg-image-index.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 350px;
}

#bg-aboutus {
  background: url("../imgs/bg-image-aboutus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}

.bg-milestones-up {
  background: url("../imgs/bg-image-milestones.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.bg-milestones-down {
  background: rgba(90,134,182,1);
  background: -moz-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(90,134,182,1)), color-stop(41%, rgba(0,98,155,1)), color-stop(100%, rgba(0,75,136,1)));
  background: -webkit-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: linear-gradient(135deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a86b6', endColorstr='#004b88', GradientType=1 );
}

.bg-aboutus-up {
  background: url("../imgs/bg-image-aboutus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.bg-aboutus-down {
  background: rgba(90,134,182,1);
  background: -moz-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(90,134,182,1)), color-stop(41%, rgba(0,98,155,1)), color-stop(100%, rgba(0,75,136,1)));
  background: -webkit-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  background: linear-gradient(135deg, rgba(90,134,182,1) 0%, rgba(0,98,155,1) 41%, rgba(0,75,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a86b6', endColorstr='#004b88', GradientType=1 );
}

/* Backgrounds */

/* Blocks */

#block-center {
  margin-left: auto;
  margin-right: auto;
}

#block-center h4 {
  text-align: center;
  font-weight: 100;
  color: #FFF;
  font-size: 32px;
}

#block-center h5 {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 15px;
}

#block-center p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  border: 1px solid #FFF;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

#block-center p:hover {
  text-align: center;
  color: #469AE9;
  background: #FFF;
  border: 1px solid #FFF;
}

#block-left {
  margin-left: auto;
  margin-right: auto;
}

#block-left h4 {
  text-align: left;
  font-weight: 100;
  color: #FFF;
  font-size: 32px;
}

#block-left h5 {
  text-align: left;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
}

#block-left p {
  text-align: left;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

#block-right {
  margin-left: auto;
  margin-right: auto;
}

#block-right h4 {
  text-align: right;
  font-weight: 100;
  color: #FFF;
  font-size: 32px;
}

#block-right h5 {
  text-align: right;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 15px;
}

#block-right p {
  text-align: right;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 992px) {	

  #block-left h5 {
    text-align: center;
  }

  #block-left p {
    text-align: center;
  }
  
  #block-right h5 {
    text-align: center;
  }

  #block-right p {
    text-align: center;
  }
  
}

/* Blocks */

/* Animations */

.infinite-animation {
  position: relative;
  -webkit-animation: mymove 3s;
  -webkit-animation-iteration-count: infinite;
  animation: mymove 3s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes mymove {
  0%    {left: 0px; top: 0px;}
  50%   {left: 15px; top: 0px;}
  100%  {left: 0px; top: 0px;}
}

@keyframes mymove {
  0%    {left: 0px; top: 0px;}
  50%   {left: 15px; top: 0px;}
  100%  {left: 0px; top: 0px;}
}

/* Animations */

.text-form {
  font-family: 'Roboto', sans-serif;
  color: #CCC;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
  border: 1px solid #CCC;
  height: 50px;
}

.text-form-captcha {
  font-family: 'Roboto', sans-serif;
  color: #039EDF;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #CCC;
  height: 25px;
  padding-left: 5px;
}

/*! Captcha */

.capbox {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.3px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 0;
}

.capbox-inner {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.3px;
  color: #666666;
  background-color: transparent;
  font-size: 14px;
  border: none;
  border-radius: 0;
}

#CaptchaDiv {
  font-family: 'Roboto', sans-serif;
  color: #039EDF;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
}

#CaptchaInput {
  margin-left: 5px; width: 85px;
}

/*! Captcha */

.table {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
  font-size: 14px;
}

@media (max-width: 992px) {	

  .hide_me {display: none;}

}

.btn {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
  font-size: 16px;
  border: 0px solid #000;
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #255F85;
  border-color: #255F85;
}

.btn-primary:hover {
  color: #fff;
  background-color: #469AE9;
  border-color: #469AE9;
}

input[type=text] {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
  border: 1px solid #CCC;
  border-radius: 0px;
  background-color: none;
  outline: 0;
  font-size: 16px;
  height: 50px;
}

input[type=text]:focus {
  border: none;
  background-color: none;
  outline: 0;
}

input[type=password] {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
  border: 1px solid #CCC;
  border-radius: 0px;
  background-color: none;
  outline: 0;
  font-size: 16px;
  height: 50px;
}

input[type=password]:focus {
  border: none;
  background-color: none;
  outline: 0;
}

input[type=email] {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
  border: 1px solid #CCC;
  border-radius: 0px;
  background-color: none;
  outline: 0;
  font-size: 16px;
  height: 50px;
}

input[type=email]:focus {
  border: none;
  background-color: none;
  outline: 0;
}

input[type=number] {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.3px;
  border: 1px solid #CCC;
  border-radius: 0px;
  background-color: none;
  outline: 0;
  font-size: 14px;
  height: 35px;
  padding-left: 7.5px;
}

input[type=number]:focus {
  border: none;
  background-color: none;
  outline: 0;
}

.disp-inline {
  display: inline-block;
}