
body, html {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

a {
  text-decoration-skip: ink;
}

a, a:hover {
  color: #4191bb;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

img {
  max-width: 100%;
}

section ol, 
section ul {
  padding-left: 20px;
  margin-bottom: 1rem;
}

  section ol li, 
  section ul li {
    margin-bottom: 0.4rem;
  }


.fixed-top {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 6px -6px #333;

}

  .fixed-top:hover {
    box-shadow: 0 4px 4px -4px #333;
  }

  .navbar-brand {
	flex-shrink:0;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 250px;
  }

  .fixed-top .logo {
    display: inline-block;
    width: auto;
    height: 40px;
  }


  #logo-svg {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    margin-right: 5px;
  }

    #logo-svg svg {
      display: block;
      width: 100%;
      height: auto;
    }

  #logo-text {
    display: block;
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #1f3c4c;
    letter-spacing: 1px;
  }


.navbar-collapse {
  margin-top: 10px;
}
@media(min-width:992px) {
  .navbar-collapse {
    margin-top: 0;
  }
}



.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.6);
}

  .navbar-light .navbar-nav .nav-link.active {
    color: #111;
  }


.intro-header {
  width: 100%;
  min-height: 100vh;

  text-align: left;
  color: #212529;
  background-color: #f1f1f1;
  background-image: url(../images/back-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

  .intro-header .back-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient(ellipse at top left, rgba(31,61,77,0.1) 0%,rgba(241,41,241,0.05) 50%,rgba(100,20,215,0.1) 100%);
  }

.intro-message {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}

.intro-message > h1 {
  margin: 0;
  font-size: 5.5em;
  color: #1f3c4c;
  letter-spacing: 4px;
  text-align: right;
  float: right;
  border-radius: 30px;
  margin-bottom: 15px;
}

hr.intro-divider {
  width: 100%;
  border-top: 5px solid #1f3c4c;
  margin: 0 0 15px 0;
  float: right;
}

.intro-message > h3 {
	font-size: 2em;
  color: #1f3c4c;
  font-weight: 200;
  letter-spacing: 6px;
  text-align: right;
  float: right;
  border-radius: 10px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(31, 60, 76, 0.60);
}

.intro-social-buttons i {
  font-size: 80%;
}


/* --------- Big Logo */
.intro-header-big-logo {
  display: block;
  width: 400px;
  position: absolute;
  bottom: 77px;
  left: 0;
}

/* ..1024] */
@media(max-width:1280px) {
  .intro-header-big-logo {
    width: 370px;
  }
  .intro-message > h1 {
    font-size: 4em;
  }
  .intro-message > h3 {
    font-size: 2em;
	letter-spacing: 3px;
    margin-right: 7px;
  }
}

@media(max-width:1024px) {
  .intro-header-big-logo {
    width: 320px;
  }
  .intro-message > h1 {
    font-size: 3em;
  }
  .intro-message > h3 {
    font-size: 1.6em;
	letter-spacing: 5px;
    margin-right: 7px;
  }
}

@media(max-width:990px) {
  .intro-header-big-logo {
    width: 250px;
  }
  .intro-message > h1 {
    font-size: 3em;
  }
  .intro-message > h3 {
    font-size: 1.6em;
	letter-spacing: 5px;
    margin-right: 7px;
  }
}

@media(max-width:767px) {
  .intro-header-big-logo {
    width: 150px;
  }
  .intro-message > h1 {
    font-size: 2.5em;
  }
  .intro-message > h3 {
    font-size: 1.2em;
	letter-spacing: 5px;
    margin-right: 7px;
  }
}

@media(max-width:600px) {
  .intro-header-big-logo {
    width: 50%;
    display: none;
  }
  .intro-message > h1 {
    font-size: 3em;
  }
  .intro-message > h3 {
    font-size: 1.2em;
	letter-spacing: 5px;
    margin-right: 7px;
  }
}

@media(max-width:400px) {
  .intro-header-big-logo {
    display: none;
  }
  .intro-message > h1 {
    font-size: 2.5em;
  }
  .intro-message > h3 {
    font-size: 1.2em;
	letter-spacing: 5px;
    margin-right: 7px;
  }
}
/* --------- Big Logo - End */

/* =========================== - Begin */
/* [736.. */
@media(min-width:600px) {
  .intro-message {
    padding-left: 0;
    padding-right: 0;
  }
}


/* [1024.. */
@media(min-width:1024px) {
  .fixed-top {
    top: 10px;
    left: 10px;
    width: 50%;
    min-width: 720px;
  }

}

/* =========================== - End */


@media(max-width:768px) {
  /*
  .intro-message {
    padding-bottom: 15%;
  }
  */

 

  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }

  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section {
  padding: 0;
  min-height: 100vh;
  position: relative;
}

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

  .content-section-padding-50 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .content-section-padding-30 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-section .back-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-section .container {
    position: relative;
    z-index: 2;
  }

.intro-header .align-items-center, 
.content-section .align-items-center {
  min-height: 100vh;
}

#about {
  background-color: transparent;
}

  #about .back-overlay {
    background-color: #efefef;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient( ellipse at top right, rgba(100,20,215,0.1) 0%, rgba(41,241,235,0.05) 45%, rgba(20,89,215,0.1) 100% );
  }

#services {
  background-color: transparent;
}

  #services .back-overlay {
    background-color: #efefef;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.7' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient( ellipse at center, rgba(100,20,215,0.1) 0%, rgba(41,241,235,0.05) 75%, rgba(20,89,215,0.1) 100% );
  }

#partners {
  background-color: transparent;
}

  #partners .back-overlay {
    background-color: #efefef;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient( ellipse at top right, rgba(100,20,215,0.1) 0%, rgba(41,241,235,0.05) 45%, rgba(20,89,215,0.1) 100% );
  }

#contacts {
  background-color: transparent;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.3);
}

  #contacts .back-overlay {
    background-color: #efefef;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.7' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient( ellipse at top left, rgba(41,241,235,0.05) 0%, rgba(100,20,215,0.05) 50%, rgba(20,89,215,0.05) 100% );
  }


.section-heading {
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #1f3d4d;
}

.banner {
  padding: 100px 0;
  color: #212529;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}


.row div[class^="col-"] img {
  margin-bottom: 1rem;
  box-shadow: 0 7px 7px -7px #313131;
}


/* .image-wrapped-float-right {} */
/* =========================== - Begin */
/* [600..] */
@media(min-width:768px) {
  .image-wrapped-float-right {
    float: right;
    margin-right: -100px;
    margin-left: 1rem;
    max-width: 90%;
  }

  .image-wrapped-float-left {
    float: left;
    margin-left: -100px;
    margin-right: 1rem;
    max-width: 90%;
  }
}

/* [1024..] */
@media(min-width:1024px) {
  .image-wrapped-float-right {
    float: right;
    margin-right: -25%;
    margin-left: 1rem;
  }

  .image-wrapped-float-left {
    float: left;
    margin-left: -25%;
    margin-right: 1rem;
  }
}

/* [1440..] */
@media(min-width:1440px) {
  .image-wrapped-float-right {
    float: right;
    margin-right: -35%;
    margin-left: 1rem;
  }

  .image-wrapped-float-left {
    float: left;
    margin-left: -35%;
    margin-right: 1rem;
  }
}
/* =========================== - End */

/* height [..X] */
@media(max-height:1024px) {
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media(max-height:960px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(max-height:600px) {
  .content-section {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media(max-width:600px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}


#contacts .fa {
  margin-right: 5px;
  color: #4e1f4e;
}


footer {
  padding: 50px 0;
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.7' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"), radial-gradient( ellipse at top left, rgba(100,20,215,0.1) 0%, rgba(41,241,235,0.05) 50%, rgba(20,89,215,0.1) 100% );
}

p.copyright {
  margin: 15px 0 0;
}

/* ===== Back to Top - Begin */
#back-to-top {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
  background-color: rgba(243,243,243,0.7);
  border-radius: 50%;
  border: 1px solid #c1a8c3;
  text-align: center;
  color: #c1a8c3;
  box-shadow: 1px 6px 6px -6px #333;
}
  #back-to-top:hover {
    box-shadow: 0 4px 4px -4px #333;
  }
  #back-to-top .fa {
    width: 12px;
    height: 10px;
    line-height: 10px;
  }
    #back-to-top .fa:before {
      display: block;
      float: left;
      margin-top: -3px;
      margin-left: 1px;
    }
@media(min-width:1024px) {
  #back-to-top {
    bottom: 40px;
    right: 40px;
  }
}
/* ===== Back to Top - End */

/* === Animations */

.section-heading-spacer {
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.section-heading-spacer.do-animate {
  width: 280px;
}
