/* Τεχνολογικό Πάρκο Λεύκιππος */
/* https://www.youtube.com/watch?v=yDD8MN8nDT4 - css4 */


/* css4 */

:root {
  --color-primary: #278da4;
  --color-secondary: #b13c69;
}

body {
  font-family: 'Open Sans Condensed', sans-serif;
      height:100%;
}

.btn-message {
  font-size: 12px;
  padding: 10px 20px;
  background-color: var(--button-bg);
  border-radius: 2px;
}

.btn.callout {
  --button-bg: #1de9b6;
}

.btn.info {
  --button-bg: #0097bf;
}

.text-primary {
  color: var(--color-primary);
}

/* css4 */

.text-muted {
  color: #777777;
}
.text-primary {
  color: #fd774c; /*#e65349;*/ /*#7165E3;*/ /*#fe6192;*/
}

.text-white {
  color: #FFFFFF;
}

.text-main {
  color: #4b4397;
}

p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eef5f9;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fd774c; /*#7165E3;*/ /*#fe6192;*/
  border-color: #fd774c;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: rgba(255, 255, 255, 0.8);
  /*background-color: rgba(3, 176, 243, 0.8);*/
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fe6192;
  border-color: #fe6192;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #a8a9ac; /*white*/
}

.nav>li>a {
  padding: 7px 7px;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #ffffff;/*#fe544b; #fed136;*/
  outline: none;
  background-color: #4280b9;
  border-radius: 3px;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color:#4280b9; /* #fd774c; #7165E3;*/ /*#fe6192;*/
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color:#fd774c; /* #fec503;*/
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: rgba(255,255,255, 0.2); /*background-color: transparent;*/
    /*padding: 25px 0;*/
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }

  .navbar-custom .nav li a {
    line-height: 25px;
  }

}

@media (max-width: 768px) {
  .navbar-custom .nav li a {
    line-height: 12px;
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .navbar-custom .nav li a {
    line-height: 20px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: rgba(255, 255, 255, 0.8);
    /*background-color: rgba(3, 176, 243, 0.8);*/
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

}
header {
  background-image: url('../img/header-bgv3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

.padding-all {
  padding: 0px 50px 0px 50px;
}

#fullimage {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
.v03 {
  background-image: url('../img/header-bgv3.jpg');
}

.v04 {
  background-image: url('../img/header-bgv4.jpg');
}

.v05 {
  background-image: url('../img/header-bgv5.jpg');
}

.v06 {
  background-image: url('../img/header-bgv6.jpg');
}

.v07 {
  background-image: url('../img/header-bgv7.jpg');
}

.v08 {
  background-image: url('../img/header-bgv8.jpg');
}

.v10 {
  background-image: url('../img/header-bgv10.jpg');
}

.v11 {
  background-image: url('../img/header-bgv11.jpg');
}

.v12 {
  background-image: url('../img/header-bgv12.jpg');
}

.v13 {
  background-image: url('../img/header-bgv13.jpg');
}

.v14 {
  background-image: url('../img/header-bgv14.jpg');
}

.v15 {
  background-image: url('../img/header-bgv15.jpg');
}

.over-bg-color {
  background-color: rgba(255,255,255, 0.3);
}

.minh {
  min-height: 374px;
}

.text-size {
  font-size: 30px;
  font-weight: 700;
}

.margin-top: {
  margin-top: 20px;
}

#fullimage-services {
  background-image: url('../img/header-bgv7.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

#fullimage-serve {
 background-image: url('../img/header_imgv5_1.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

#fullimage-services {
  background-color: #4b4397; /*#55A7D8;*/
}

#fullimage-serve {
  background-color: #eef5f9;
}

#fullimage-serve {padding: 150px 0;}
#fullimage-services {padding: 300px 0;}
#fullimage {padding: 300px 0;}

  .intro-centre {
    font-size: 25px;
    padding:10px 0px 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom:20px;
  }
  .intro-lead-in {
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-style: italic;*/
  padding-top: 25px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

  .intro-heading {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}

.logoinline {
  display: inline-block;
}

.logotextinline {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

.navbar-brand {
  height: 150px;
}

.na

@media (min-width: 768px) {

    .intro-lead-in {
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-style: italic;*/
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
    .intro-heading {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }


}

section {
  padding: 170px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #ffffff; /*#4b4397;  #483d8e;*/
  font-weight: 800;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

.paragraph {
  font-size: 20px;
}

.paragraph-small {
  font-size: 16px;
}

.margin-top {
  margin-top: 20px;
}

.clients {
  padding: 80px 0;
}

@media (min-width: 768px) {
  section {
    padding: 220px 0; /*padding: 150px 0;*/
  }

  .carousel-section {
   padding: 400px 0px 100px 0px;
  }

}
.service-heading {
  margin: 15px 0;
  text-transform: none;
  font-size: 22px;
  color: #45398c;
  line-height: 40px;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(113,101,227,0.9); /*rgba(66,54,137,0.9);*/ /*rgba(254, 209, 54, 0.9)*/
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: #deeaf6;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
  font-size: 20px;
  color: #45398e;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-style: italic;
  font-size: 18px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4b4397; /*#45398c;#f1f1f1;*/
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #4b4397; /*#463b8c;#fed136;*/
  color: white;
  border-radius: 100%;
  border: 5px solid #4b4397; /*#f1f1f1;*/
  text-align: center;
}

.timeline > li .timeline-image:hover {
  background-color: #FFFFFF;
  color: #4b4397;
}

.timeline-image a img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.timeline-image a img:hover {
  opacity: .5;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
  font-size: 22px;
  color: #45398e;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 20px;
}
.team-member img {
  margin: 0 auto;
  border: 5px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 19px;
  color: #45398c;
  line-height: 25px;
}

.team-member-hover-s:hover {
  color: #fe6192;
}

.team-member-hover, .team-member {
  display: inline-block;
  margin-left: 10px;
  color: #45398c;
  font-size: 18px;
  font-weight: 800;
}

.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-imagev5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.padding-bottom {
  padding-bottom: 50px;
}

section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
  font-size: 20px;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #35bff5;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}

.modal-content {
  background-color: #eef5f9;
}

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
  color: #45398c;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 19px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}

.list-inline {
  display: block;
  list-style: none;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
  display:table;
}
.content-b {
  display:table-cell;
    position:relative;
  vertical-align:middle;
  text-align:center;
}

/*services */

.services-quotes {
  font-size: 20px;
  border-left: 5px solid #F0452B;
}

.margin-left {margin-left: 15px;}

.minh {min-height: 356px; }

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

#mainNav {
  border-bottom: 5px solid #2c7ab7;
  /*padding: 20px;*/
}

#mainNav {
  background-image: url('../img/hdbg/header_bgv4.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}

.carousel-section {
  border-bottom: 5px solid #a8a9ac;
  padding: 200px 0px 100px 0px;
}

.contact-section, .services-section {
  border-bottom: 5px solid #a8a9ac;
  padding: 150px 0px 0px 0px;
}

.inner-contact {
  padding: 250px;
  background-color: #222222;
  background-image: url('../img/map-imagev5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.inner-services {
  padding: 0px 0px 90px 0px;
}

.maintitle {
  font-size: 50px;
  color: #a8a9ac;
}

.maintitle-subheading {
  font-size: 25px;
  font-weight: 700;
  color: #a8a9ac;
}

.maintext {
  font-size: 17px;
  line-height: 30px;
  padding: 5px 0px 5px 0px;
}

.maintext-services {
  font-size: 17px;
  line-height: 30px;
  padding: 30px;
  text-align: justify;
}

.category-title {
  font-size: 30px;
  color: #a8a9ac;
}

.mainsubtitle {
  color: #a8a9ac;
  font-size: 16px;
  text-align: justify;
  padding: 0px;
  line-height: 25px;
}

.panel-default {
  background-color: #2c7ab7;
  color: #ffffff;
  border-radius: 0px;
  border: none;
}

.panel-body {
  font-size:18px;
}

.padding-top-ul {
  padding-top: 35px;
}

.padding-top-link, .padding-top {
  padding-top: 20px;
}

.links {
  color: #4b4397;
}

.link-text {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

a .links:hover {
  color: #fed136;
}

.container-link {
  width: 95%;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  background-color:  #deeaf6; /*#eef5f9;*/
  height: 80px;
}

.container-link:hover {
  background-color: #fed136;
}

.portfolio-link {
  border-top: 1px solid #4b4397;
}

.portfolio-caption {
  border-bottom: 1px solid #4b4397;
}

.image-box {
  border-radius: 3px;
  border: 1px solid #4280b9;
}

.image-center {
   margin: 0px auto;
}

.container-procure,
.container-news,
.container-events {
  width: 95%;
  display: inline-block;
  padding: 10px;
  background-color: #deeaf6;
}

.container-procure-header {
  padding: 10px;
}

.procure-text {
  font-size: 18px;
  font-weight: 700;
  color: #4b4397;
}

.procure-date,
.news-date,
.events-date {
  font-size: 14px;
  font-weight: 700;
  color: #4b4397;
  padding-bottom: 10px;
  text-align: right;
}

.container-procure-body,
.container-news-body,
.container-events-body {
  padding: 10px;
  min-height: 180px;
  max-height: 180px;
}

.container-procure-body .paragraph,
.container-news-body .paragraph,
.container-events-body .paragraph {
  color: #4b4397;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
}

.container-procure-footer,
.container-news-footer,
.container-events-footer {
  padding: 10px;
  background-color: #98CAFC;
}

.container-procure-footer .title,
.container-news-footer .title,
.container-events-footer .title {
  font-size: 18px;
  color: #4b4397;
  font-weight: 300;
  display: inline-block;
  padding: 10px;
}

.container-procure-footer .title-icon,
.container-news-footer .title-icon,
.container-events-footer .title-icon {
   color: #4b4397;
   text-align: right;
}

 .title:hover {
   color: #FFFFFF;
}


.inner-soon {
  height: calc(100vh - 530px);
  overflow: auto;
}