body, h1, h2, h3, a {
  color: #333;
  font-family: Titillium Web, sans-serif; }

body {
  font-size: 18px; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 0;
  margin-top: 0; }

a:hover, a.focus, a:focus, a.active.focus, a.active:focus, a.active:hover, a.focus:active, a:active:focus, a:active:hover {
  color: #1a92c3;
  text-decoration: none; }

.content-80 {
  padding-bottom: 80px;
  padding-top: 80px; }

a, a:hover, a:active, a:focus {
  outline: 0; }

.navbar-wrapper {
  position: relative; }

.navbar-default .navbar-collapse {
  border-bottom: 2px solid #1a92c3; }

.navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top; }

.navbar {
  margin-bottom: 0; }

.navbar-default {
  border: none; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: white;
  border-color: white; }

.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: white;
  border-color: white; }

.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: white; }

.navbar-default .navbar-nav > li > a {
  color: white;
  border: 2px solid transparent;
  margin: 10px 2px;
  padding: 10px;
  font-size: 20px; }

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 0;
  padding: 0; }
  .navbar-default .navbar-toggle i {
    color: white;
    font-size: 24px;
    line-height: 90px; }

.navbar-default .navbar-collapse {
  border: none; }

.navbar-collapse {
  box-shadow: none; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.navbar-nav > li > a {
  font-size: 16px;
  font-weight: 800;
  padding: 20px 23px;
  text-transform: uppercase; }

#navbar {
  padding-top: 13px; }

.navbar {
  background-color: #1a92c3; }

.navbar-default .navbar-brand {
  padding: 0;
  line-height: 90px;
  color: white;
  font-size: 30px;
  height: 90px; }
  .navbar-default .navbar-brand .brand-name {
    float: right; }
    @media (max-width: 767px) {
      .navbar-default .navbar-brand .brand-name {
        font-size: 20px; } }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: white; }

#choose-us .icons {
  font-size: 50px;
  color: #1a92c3;
  display: inline-block;
  margin-right: 30px; }
#choose-us .choose-us-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 80px; }
#choose-us p {
  overflow: hidden;
  text-align: justify;
  margin-bottom: 50px;
  margin-left: 80px; }

#content .icons {
  font-size: 50px;
  color: #1a92c3;
  display: inline-block;
  margin-right: 30px; }
#content .content-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 80px; }
#content .row p {
  overflow: hidden;
  text-align: justify;
  margin-bottom: 50px;
  margin-left: 80px; }

#contact .border-bottom {
  border-bottom: 1px solid rgba(26, 146, 195, 0.5); }
@media (min-width: 768px) {
  #contact .border-left {
    border-left: 1px solid rgba(26, 146, 195, 0.5); } }
#contact .contact-list .col-sm-6 {
  float: none;
  margin: 0 auto; }
#contact .contact-list .contact-icon {
  padding: 40px 0; }
#contact .contact-list .service-heading {
  font-size: 18px;
  font-weight: bold; }
#contact .contact-list .p-icon {
  font-size: 22px;
  margin-top: 10px; }
#contact .contact-list .icons, #contact .contact-list #choose-us .icons {
  font-size: 60px;
  margin-bottom: 30px;
  color: #1a92c3;
  display: inline-block; }
#contact form {
  margin-top: 60px; }
  #contact form .row > div {
    margin-bottom: 17px; }
  #contact form #submit-message {
    color: white; }
    #contact form #submit-message .alert {
      border-radius: 0; }
    #contact form #submit-message .alert-success {
      background-color: #a6ffa6;
      color: #006800; }
    #contact form #submit-message .alert-danger {
      color: #b12331;
      background-color: #eeaab0; }
  #contact form .help-block {
    color: #b12331;
    margin-bottom: 0; }
  #contact form .input-group textarea, #contact form .input-group input {
    border-left: none; }

.input-group input, .input-group textarea, .input-group span {
  background-color: transparent;
  border-color: rgba(26, 146, 195, 0.5);
  color: #1a92c3;
  font-size: 18px; }
  .input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder, .input-group span::-webkit-input-placeholder {
    color: #333; }
  .input-group input:-moz-placeholder, .input-group textarea:-moz-placeholder, .input-group span:-moz-placeholder {
    color: #333; }
  .input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder, .input-group span::-moz-placeholder {
    color: #333; }
  .input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder, .input-group span:-ms-input-placeholder {
    color: #333; }

.form-control, .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none; }

.form-control:focus {
  -moz-appearance: none;
  border-color: #1a92c3;
  box-shadow: none;
  outline: medium none; }

.form-horizontal .control-label {
  font-size: 24px; }

.form-control {
  padding: 10px;
  height: 44px; }

.input-group-addon .icons {
  font-size: 18px; }

.btn-primary {
  border: 2px solid #1a92c3;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background: white none repeat scroll 0 0;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 4px;
  padding: 12px;
  color: #1a92c3;
  white-space: normal; }
  .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #1a92c3 none repeat scroll 0 0;
    color: white;
    border: 2px solid #1a92c3; }

.btn-transparent {
  background-color: transparent;
  color: white;
  border-color: white;
  margin: 15px 0; }
  .btn-transparent:hover, .btn-transparent.focus, .btn-transparent:focus, .btn-transparent.active.focus, .btn-transparent.active:focus, .btn-transparent.active:hover, .btn-transparent.focus:active, .btn-transparent:active:focus, .btn-transparent:active:hover {
    background: white none repeat scroll 0 0;
    color: #1a92c3;
    border: 2px solid white; }

footer {
  background-color: #333;
  color: white; }
  footer p, footer p a, footer p {
    margin: 10px 0;
    font-size: 22px;
    line-height: 30px;
    color: white; }
    footer p:hover, footer p.focus, footer p:focus, footer p.active.focus, footer p.active:focus, footer p.active:hover, footer p.focus:active, footer p:active:focus, footer p:active:hover, footer p a:hover, footer p a.focus, footer p a:focus, footer p a.active.focus, footer p a.active:focus, footer p a.active:hover, footer p a.focus:active, footer p a:active:focus, footer p a:active:hover, footer p:hover, footer p.focus, footer p:focus, footer p.active.focus, footer p.active:focus, footer p.active:hover, footer p.focus:active, footer p:active:focus, footer p:active:hover {
      color: white; }

#topcontrol {
  font-size: 18px;
  line-height: 30px;
  background-color: #1a92c3;
  color: white;
  forn-weight: 1200;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px; }

.workshop {
  box-shadow: 0 0 0 2000px rgba(26, 146, 195, 0.5) inset;
  color: white;
  position: relative; }
  .workshop .container {
    padding-top: 50px;
    padding-bottom: 50px; }

.workshop1 {
  background: #fff url("../images/image15-min.jpg") no-repeat fixed center center; }

.workshop2 {
  background: #fff url("../images/image12-min.jpg") no-repeat fixed center; }

#for-you {
  color: white;
  background: #1a92c3; }
  #for-you .container {
    padding-top: 60px;
    padding-bottom: 60px; }
  #for-you .particles-js-canvas-el {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #for-you #particles {
    width: 100%;
    position: relative;
    font-size: 46px;
    font-weight: 600; }
    @media (max-width: 767px) {
      #for-you #particles {
        font-size: 28px; } }

#for-action {
  background-color: #ab3071;
  margin: 60px 0; }
  #for-action .container {
    padding: 15px; }
  #for-action .particles-js-canvas-el {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #for-action #particles2 {
    width: 100%;
    position: relative; }
  #for-action .btn {
    width: 100%; }
    #for-action .btn:focus {
      color: white;
      background: transparent; }
    #for-action .btn:hover, #for-action .btn.focus, #for-action .btn.active.focus, #for-action .btn.active:focus, #for-action .btn.active:hover, #for-action .btn.focus:active, #for-action .btn:active:focus, #for-action .btn:active:hover {
      background: white none repeat scroll 0 0;
      color: #ab3071; }
  #for-action a {
    position: relative;
    z-index: 999; }

.section-title {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase; }
  .section-title + p {
    margin-bottom: 50px; }
  .section-title h4 {
    font-size: 20px;
    color: #ab3071;
    font-weight: bold; }
  .section-title h2 {
    font-size: 40px;
    font-weight: 900;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .section-title h2 {
        font-size: 28px; } }
  .section-title h2::after {
    background: #1a92c3 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    height: 5px;
    left: 50%;
    margin-left: -75px;
    margin-top: 5px;
    position: absolute;
    width: 150px; }

.summary {
  font-size: 22px; }

.ms-layers-template {
  margin-top: 90px; }

#masterslider {
  color: white; }
  #masterslider .ms-opaque {
    position: absolute;
    background-color: rgba(26, 146, 195, 0.5); }
  #masterslider .color-light {
    color: white;
    text-transform: uppercase; }
  #masterslider h3 {
    font-size: 30px; }

@media (max-width: 1000px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.ad-list .ad-list-item {
  margin-bottom: 6px; }
  .ad-list .ad-list-item i {
    float: left;
    color: #1a92c3;
    margin-top: 3px; }
  .ad-list .ad-list-item div {
    margin-left: 25px; }

.text-xl {
  font-size: 46px;
  font-weight: 600; }

.text-lg {
  font-size: 40px; }

.text-md {
  font-size: 24px; }

.logo {
  color: white;
  background-color: #1a92c3;
  margin-top: 200px;
  font-size: 50px;
  font-weight: 600;
  padding-left: 500px; }
  .logo .brand {
    margin-left: 60px;
    margin-top: -35px;
    padding-bottom: 25px; }

.logo2 {
  color: #1a92c3;
  background-color: white;
  margin-top: 200px;
  font-size: 50px;
  font-weight: 600;
  padding-left: 500px; }
  .logo2 .brand {
    margin-left: 60px;
    margin-top: -35px;
    padding-bottom: 25px; }
