@import url('../icon/css/all.min.css');

html {
  font-size: 18px;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  background: #fff;
  color: #111;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-variant-ligatures: common-ligatures;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}

h1,
.h1 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 400;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 400;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

h5,
.h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

h6,
.h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
}


ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #3e4681;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover, a:focus, a:active {
  color: #3e4681;
  text-decoration: none;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

sup {
  color: #3e4681;
}


.logo-head {
    width: 450px;
}

.background-white {
	background-color: #fff;
}

.background-grey {
	background-color: #fbfbfb !important; 
}

#page-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-x: hidden;
}

#page-sidebar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 24px 32px;
  width: 280px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.03);
  z-index: 200;
}

#page-content-wrapper {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}

#page-wrapper.toggled #page-sidebar-wrapper {
  -webkit-transform: translate3d(230px, 0, 0);
  transform: translate3d(230px, 0, 0);
  overflow-y: auto;
}

#page-wrapper.toggled #page-content-wrapper {
  -webkit-transform: translate3d(230px, 0, 0);
  transform: translate3d(230px, 0, 0);
  height: 100%;
}

#page-wrapper.toggled #page-content-overlay {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  opacity: 0.48;
  z-index: 150;
}

#page-wrapper.toggled .responsive-menu {
  opacity: 1;
}

#page-content-overlay {
  position: absolute;
  background: #111;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

section, .section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}





.main-onepage .container .row, .main-onepage .container-fluid .row {
  margin-left: 230px;
}

.main-onepage hr {
  margin: 0 0 0 230px;
  border-top: 1px solid #D4D4D4;
}


.logo-wrapper {
  z-index: 300;
}

.logo-wrapper img {
   width: 80px;
}

.logo-top {
   margin-top: 100px;
}


.top-menu {
  margin-top: 50px;
  position: relative;
}

.top-menu li {
    display: block;
    padding: 8px 0px;
    text-align: center;
}

.top-menu li a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase;
    
  display: block;
  color: #111;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}

.top-menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #3e4681;
  height: 1px;
  -webkit-transition: right 1s ease;
  transition: right 1s ease;
}

.top-menu li a:hover, .top-menu li a:focus, .top-menu li a:active {
  background: none;
}

.top-menu li a:hover:before, .top-menu li a:focus:before, .top-menu li a:active:before {
  right: 0;
}

.top-menu li.has-child-menu:hover .child-menu {
  visibility: visible;
  opacity: 1;
}

.top-menu li.disabled a {
  color: #888 !important;
}

.top-menu li.disabled a:before {
  background: none;
}

.top-menu .child-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -18px;
  right: -228px;
  background: #fff;
  padding: 18px 0px;
}

.top-menu .child-menu li {
  padding: 5px 32px 5px 64px;
}

.top-menu .child-menu li a {
  color: #111;
}

.top-menu .child-menu li a:before {
  right: 100%;
}

.top-menu .child-menu li a:hover, .top-menu .child-menu li a:focus, .top-menu .child-menu li a:active {
  background: none;
  color: #3e4681;
}

.top-menu .child-menu li a:hover:before, .top-menu .child-menu li a:focus:before, .top-menu .child-menu li a:active:before {
  right: 0;
}

.top-menu .child-menu .current a {
  color: #3e4681;
}

.top-menu .child-menu .current a:before {
  right: 0;
}

.top-menu .menu-next-btn, .top-menu .menu-prev-btn {
  color: #3e4681;
  position: absolute;
  top: 2px;
  display: none;
  font-size: 13px;
  cursor: pointer;
  padding: 5px;
}

.top-menu .menu-prev-btn {
  left: -5px;
}

.top-menu .menu-next-btn {
  right: -5px;
}

.top-menu .active a, .top-menu .current a {
  color: #3e4681;
}

.top-menu .active a:before, .top-menu .current a:before {
  right: 0;
}

.responsive-menu {
  width: 100%;
  background: #fff;
  z-index: 150;
  position: relative;
  padding: 10px 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.03);
}

.responsive-menu-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.38889rem;
  color: #111;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.responsive-menu-toggle {
  float: right;
  display: table-cell;
  vertical-align: middle;
  margin-top: 5px;
}

.responsive-menu-toggle img {
  height: 25px;
}

.block-copyright {
    bottom: 15px;
    color: #888;
    text-transform: uppercase;
    position: relative;
    margin-top: 70px;
    text-align: center;
    font-size: 12px;
}

.section-intro {
    padding: 80px 0px !important;
    position: relative;
    background: none;
    height: 100vh;
    overflow: hidden;
    background: url(../img/bg.jpg) no-repeat;
    background-position: 0 0 !important;
    background-size: cover;
}



.section-intro .section-content {
  padding: 290px 0px;
}

.section-intro h1 {
    display: block;
    color: #3e4681;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.section-intro h1 span {
  color: #0b4680;
}

.section-intro h2 {
    display: inline-block;
    color: #6d6e71;
    font-size: 18px;
    border: none;
    margin: 5px 0px;
    line-height: 1.4;
}


.section-about .btn-cta {
  margin: 15px 0px;
  display: block;
  width: 100%;
  padding: 15px 0px;
}

.section-about .block-about-me {
  margin: 40px 0px;
}

.section-about .block-about-me .about-avatar {
  border: 3px solid #3e4681;
  width: 100%;
}

.section-about .block-about-me .about-me-list {
  font-size: 1.11111rem;
}

.section-about .block-about-me .about-me-list li {
  margin-bottom: 25px;
}

.section-about .block-about-me .about-me-list li:last-child {
  margin-bottom: 0px;
}

.section-about .block-about-me .about-me-list li span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.section-about .block-my-advantages {
  text-align: center;
}

.section-about .block-my-advantages .advantage-icon {
  display: inline-block;
  width: 64px;
}

.section-about .block-my-advantages .advantage-heading {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.88889rem;
  margin: 15px 0px;
  text-transform: uppercase;
}

.section-skills .block-circles-skills {
  padding: 45px 0px;
}

.section-skills .skill-wrapper {
  display: table;
}

.section-skills .circle-skill {
  position: relative;
  display: table-cell;
}

.section-skills .circle-skill canvas {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section-skills .circle-skill strong {
  display: inline-block;
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.77778rem;
}

.section-skills .circle-skill strong i {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.section-skills .circle-skill-heading {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.section-skills .my-skill-heading, .section-skills .my-skill-exp {
  display: block;
}

.section-skills .my-skill-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.11111rem;
  text-transform: uppercase;
}

.section-skills .my-skill-exp {
  margin-top: 12px;
  font-size: 0.88889rem;
}

.section-skills .knowledge-list {
  margin: 40px 0px;
}

.section-skills .knowledge-list li i {
  margin-right: 10px;
}

.section-skills .block-skillbars {
  margin: 40px 0px 0px;
}

.section-skills .skillbar-block {
  display: table;
}

.section-skills .skillbar-exp {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.66667rem;
  padding-right: 30px;
}

.section-skills .skillbar-exp i {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.section-skills .skillbar-wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.section-skills .skillbar-wrapper .skillbar-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.section-skills .skillbar-container {
  background: #3e4681;
  position: relative;
  height: 7px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.section-skills .skillbar-container .bar-skill {
  background: #D4D4D4;
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  width: 100%;
}





.social-links-list li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}

.social-links-list li:last-child {
  margin-right: 0px;
}

.my-social-link {
  display: inline-block;
  -webkit-filter: gray;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.my-social-link img {
  width: 40px;
}

.my-social-link:hover {
  -webkit-filter: none;
  filter: none;
}

.carousel-indicators {
  bottom: 15px;
  margin: 0;
  padding: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  margin: 0;
  background: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  background: #3e4681;
}

.blog-post-link {
  color: #000;
}

ul.blog-tags-list li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
}

ul.blog-tags-list li a {
  display: inline-block;
  color: #f5f5f5;
  background: #888;
  line-height: 1;
  padding: 8px;
  margin: 4px 2px;
}

ul.blog-tags-list li a:hover {
  background: #3e4681;
}

ul.blog-pagination li {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
}

ul.blog-pagination li a {
  display: block;
  line-height: 1;
  padding: 15px;
  color: #888;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

ul.blog-pagination li a:hover {
  background: #3e4681;
  color: #f5f5f5;
  border-color: transparent;
}

ul.blog-pagination .active a {
  background: #3e4681;
  color: #f5f5f5;
  border-color: transparent;
}


.block-timeline .timeline {
  margin-top: 40px;
}

.block-timeline .timeline:before {
  background: #D4D4D4;
  width: 3px;
}

.block-timeline .timeline .event label {
  font-weight: normal;
}

.block-timeline .timeline .event label:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -3px;
  color: #3e4681;
  -webkit-box-shadow: 0 0 0 2px #eeeeee;
  box-shadow: 0 0 0 2px #eeeeee;
  background: #eeeeee;
}

.block-timeline .timeline .event input[type="radio"] {
  width: 100%;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .thumb {
  -webkit-box-shadow: 0 0 0 8px #d02014, 0 1px 1px white;
  box-shadow: 0 0 0 8px #d02014, 0 1px 1px white;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .content-perspective .content-inner {
  border-color: #d02014;
  -webkit-box-shadow: 10px 10px 0px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 0px -6px rgba(0, 0, 0, 0.1);
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
  color: #111;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .content-perspective .content-inner h3 {
  color: #111;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .content-perspective .content-inner:before {
  color: #d02014;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .content-perspective:before {
  background: #3e4681;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .thumb span {
  color: #111;
}

.block-timeline .timeline .event input[type="radio"]:checked ~ .thumb:before {
  background: #3e4681;
}

.block-timeline .timeline .event input[type="radio"]:checked + label:after {
  color: #d02014;
  -webkit-box-shadow: 0 0 0 5px #f5f5f5;
  box-shadow: 0 0 0 5px #f5f5f5;
}

.block-timeline .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  -webkit-box-shadow: 0 0 0 8px #3e4681, 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 8px #3e4681, 0 1px 1px rgba(255, 255, 255, 0.5);
  background-color: #fff;
}

.block-timeline .thumb span {
  bottom: -40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.88889rem;
  color: #111;
}

.block-timeline .thumb:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #D4D4D4;
  height: 1px;
  top: 44px;
  width: 45px;
}

.block-timeline .thumb:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #D4D4D4;
  height: 1px;
}

.block-timeline .content-inner {
  border-left: 6px solid #3e4681;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-timeline .content-inner:before {
  color: #3e4681;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-timeline .content-inner h3 {
  margin: 15px 0px 0px;
  font-size: 1.11111rem;
  color: #111;
}

.block-timeline .content-inner h3 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: none;
}

.block-timeline .content-inner p {
  font-size: 100%;
  color: #111;
}

.block-timeline .content-perspective:before {
  left: -49px;
  background: #D4D4D4;
}

.btn-cta {
    background: transparent;
    border: 2px solid #3e4681;
    color: #3e4681;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 12px 46px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    -webkit-border-radius: 2px;
    border-radius: 50px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  opacity: 0.7;
  color: #3e4681e6;
}

.btn-cta-solid {
  color: #f5f5f5;
  background: #3e4681;
}

.btn-search {
  background: none;
}

.btn-search img {
  width: 18px;
  height: 18px;
}


.sstt.is-single {
  z-index: 999;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 15px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 40px;
  height: 40px;
  text-align: center;
}

.sstt.is-single img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


@media only screen and (max-width: 1200px) {

  .section-portfolio #portfolio-masonry-grid .portfolio-grid-sizer {
    width: 25%;
  }
  .section-portfolio #portfolio-masonry-grid .portfolio-item {
    width: 25%;
  }
  .section-portfolio #portfolio-masonry-grid .item-wide {
    width: 50%;
  }
  a.sstt.is-single {
    position: fixed;
  }
  .section-intro {
    background-position: 360px;
  }
  .section-blog-posts h1 {
    margin: 0;
  }
  .section-blog-posts .blog-grid-sizer, .section-blog-posts .blog-post-preview {
    width: 100%;
  }
  .section-blog-posts .blog-post-preview {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {

  .section-skills .skill-wrapper {
    margin-bottom: 64px;
  }
  .section-portfolio #portfolio-masonry-grid .portfolio-grid-sizer {
    width: 50%;
  }
  .section-portfolio #portfolio-masonry-grid .portfolio-item {
    width: 50%;
  }
  .section-portfolio #portfolio-masonry-grid .item-wide {
    width: 100%;
  }
}


@media only screen and (max-width: 768px) {

  html {
    font-size: 90%;
  }
  .responsive-menu {
    display: table;
  }
  .top-menu .child-menu {
    display: none !important;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
  }
  .top-menu .child-menu li {
    padding: 5px 0px;
  }
  .top-menu li.has-child-menu .menu-next-btn {
    display: inline-block;
  }
  .top-menu li.menu-expanded > a {
    padding-left: 20px;
  }
  .top-menu li.menu-expanded > a:before {
    right: -15px;
  }
  .top-menu li.menu-expanded .child-menu {
    display: block !important;
  }
  .top-menu li.menu-expanded ~ li:not(.has-child-menu) {
    display: none;
  }
  #page-sidebar-wrapper {
    left: -230px;
    width: 230px;
  }
  #page-content-wrapper {
    left: 0px;
  }
  .main-onepage .container .row, .main-onepage .container-fluid .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-onepage hr {
    margin: 0;
    border-top: 1px solid #D4D4D4;
  }
  .section-intro {
    padding: 0 !important;
    background-position: 96px;
  }
  .section-intro .section-content {
    margin-top: -20px;
    text-align: center;
  }
  .section-intro .section-content h1 {
    font-size: 2.5rem;
  }
  .section-intro .section-content h2 {
    font-size: 0.88889rem;
  }
  .section-intro-videobackground h2 {
    padding: 15px 40px;
  }
  .section-intro-videobackground .section-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .section-intro-videobackground .btn-cta {
    left: 0;
  }
  .section-portfolio .section-content {
    margin-left: 0px;
  }
  .section-skills .block-my-knowledge {
    padding-bottom: 30px;
  }
  .section-skills .block-my-knowledge p {
    margin-bottom: 30px;
  }
  .section-skills .block-my-knowledge .knowledge-list {
    margin: 0;
  }
  .section-skills .block-circles-skills {
    padding: 45px 0px 0px;
  }
  .section-skills .circle-skill strong {
    top: 33%;
  }
  .section-skills .skillbar-block {
    display: block;
  }
  .section-skills .skillbar-wrapper {
    margin-bottom: 30px;
    display: block;
  }
  .section-blog-posts {
    margin-left: 0;
  }
  .section-blog-posts .section-content {
    padding-left: 15px;
  }
  .section-blog-posts h1 {
    margin: 32px 0px 0px;
  }
  .section-blog-posts ul.blog-pagination {
    margin-left: 0;
  }
  aside.blog-sidebar {
    float: left;
    max-width: 100%;
    margin-top: 32px;
    margin-right: 15px;
  }
  .section-404 .wrapper-404 {
    padding-left: 0;
  }
    
    
    
    
    
.logo-top {
    margin-top: 30px;
}    
    
.top-menu li {
    padding: 5px 0px;
} 
    
    
    
.block-copyright {
    margin-top: 33px;
}  
    

.buttons-reg {
    display: grid;
}
 
.btn-signup {
    margin-bottom: 10px;
}
    
}


@media only screen and (max-width: 480px) {

  .section-intro {
    background-size: cover;
    background-position: left center;
  }
  .section-intro-videobackground .btn-cta:after {
    width: 2px;
    bottom: -170px;
  }
  .block-timeline .timeline:before {
    left: 64px;
  }
  .block-timeline .event input[type="radio"] {
    left: 15px;
  }
  .block-timeline .content-inner {
    border-top: 6px solid #3e4681;
    border-left: transparent;
  }
  .block-timeline .content-inner:before {
    left: 47px;
    top: -40px;
  }
  .block-timeline .thumb {
    left: 15px;
  }
  .block-timeline .thumb:before {
    height: 0;
  }
  .section-contact .contact-form button[type=submit] {
    display: block;
    width: 100%;
  }
  .btn-cta {
    border-width: 2px;
  }
  .section-404 h1 {
    font-size: 10rem;
  }
  .section-404 h1:before, .section-404 h1:after {
    width: 100px;
  }
  .section-blog-posts {
    display: block;
  }
  .section-blog-posts .section-content {
    display: block;
    padding: 0px 15px;
  }
  .section-blog-posts aside.blog-sidebar {
    display: block;
    width: 100%;
    float: left;
    padding: 0px 15px;
  }
  .section-blog-posts h1 {
    margin: 64px 0px 0px;
  }
  .section-blog-posts ul.blog-post-properties {
    margin-bottom: 12px;
  }
}


@media only screen and (min-width: 1600px) {
    
.list-two-block {
    margin-top: 185px !important;
}    
    
.img-mac-oneblock {
    position: absolute;
    width: 930px !important;
    left: 202px !important;
    top: 60px !important;
}    

  .container {
    width: 1200px;
  }
  .section-intro .section-content h1 {
    font-size: 4.33333rem;
  }
  .section-intro .section-content h2 {
    font-size: 1.47778rem;
  }
  .section-intro-videobackground .section-content {
    height: 55vh;
  }
}


@media only screen and (min-width: 1900px) {
  .container {
    width: 1400px;
  }
    
.list-two-block {
    margin-top: 210px !important;
}   
    
}


@media only screen and (max-height: 720px) {
  .block-copyright {
    position: relative;
    margin-top: 80px;
    text-align: center;
    font-size: 12px;
  }
}


@media only screen and (max-height: 590px) {

  .section-intro-videobackground .btn-cta {
    bottom: 50px;
  }
}

@media only screen and (max-height: 430px) {

  .section-intro-videobackground .btn-cta {
    bottom: 20px;
  }
}

@media only screen and (max-height: 360px) {

  .section-intro-videobackground .section-content {
    height: 50vh;
  }
  .section-intro-videobackground .btn-cta {
    bottom: 10px;
  }
}




.soc-block {
    margin-bottom: 10px;
}

.soc-link {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 50px;
}


.soc-link i{
    color: #333;
    width: 15px;
    height: 15px;
}

.soc-link:hover{
    opacity: 0.5;
}



.section-heading {
    text-align: center;
}

.bg-fixed {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.white {
    color: white !important;
}

.white h2 {
    border-bottom: 3px solid #fff;
}

.bottom-line-none {
    border: none !important;
}

section, .section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}




.colored h2 {
    color: #3e4681;
}

.colored h2 span {
  color: #0b4680;
}








.help-block ul li {
    color: #fff;
    border-radius: 3px;
    background: #d03732c7;
    padding: 5px 10px;
    font-size: 12px;
}
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #333;
}

input.placeholder, textarea.placeholder { color: #575757; }

input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

textarea.form-control {
	height: auto !important;
}


.form-control.dark::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.form-control.dark:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.form-control.dark::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.form-control.dark:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.form-control.dark::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.form-control.dark:focus::-webkit-input-placeholder { color: #333; }  /* WebKit, Blink, Edge */
.form-control.dark:focus:-moz-placeholder { color: #333; }  /* Mozilla Firefox 4 to 18 */
.form-control.dark:focus::-moz-placeholder { color: #333; }  /* Mozilla Firefox 19+ */
.form-control.dark:focus:-ms-input-placeholder { color: #333; }  /* Internet Explorer 10-11 */
.form-control.dark:focus::-ms-input-placeholder { color: #333; }  /* Microsoft Edge */

.form-control {
	height: auto;
	line-height: 20px;
	padding: 16px 21px;
	border: 0;
	color: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	background: rgba(0,0,0,0.03);
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease;
}

.form-control:focus {
	outline: none !important;
	outline-offset: 0;
	background: rgba(0,0,0,0.01);
	border-color: #4452b1;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control.light {
	color: #fff;
	background: rgba(255,255,255,0.13);
}

.form-control.light:focus {
	background: rgba(255,255,255,0.21);
}

.form-control.dark {
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
}

.form-control.dark:focus {
	background: rgb(255, 252, 252);
    color: #333 !important;
}

.form-control.fc-bordered {
    background: transparent;
    border: 1px solid #bbbbbb85;
    color: #333;
    padding: 15px 21px;
    padding-bottom: 16px;
    border-radius: 6px;
}

.form-control.fc-bordered.light {
	border-color: #fff;
	color: #fff;
}

.form-control.fc-bordered.dark {
	border-color: #333;
	color: #fff;
}

.form-control.fc-bordered:focus {
	border-color: #515b9c;
}

.form-control.fc-bordered.light:focus {
	border-color: #e7e7e7;
}

.form-control.fc-bordered.dark:focus {
	border-color: #000;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #575757;
}

.form-control.light::-moz-placeholder,
.form-control.light:-ms-input-placeholder,
.form-control.light::-webkit-input-placeholder {
	color: #fff;
}

.form-control.dark::-moz-placeholder,
.form-control.dark:-ms-input-placeholder,
.form-control.dark::-webkit-input-placeholder {
	color: #fff !important;
}

.form-control.fc-bordered::-moz-placeholder,
.form-control.fc-bordered:-ms-input-placeholder,
.form-control.fc-bordered::-webkit-input-placeholder {
	color: #575757;
}

.form-control.fc-bordered.light::-moz-placeholder,
.form-control.fc-bordered.light:-ms-input-placeholder,
.form-control.fc-bordered.light::-webkit-input-placeholder {
	color: #fff;
}

.form-control.fc-bordered.dark::-moz-placeholder,
.form-control.fc-bordered.dark:-ms-input-placeholder,
.form-control.fc-bordered.dark::-webkit-input-placeholder {
	color: #fff !important;
}

.input-xs { padding: 7px 20px; font-size: 10px; line-height: 16px; }
.input-sm { padding: 12px 24px; font-size: 12px; line-height: 18px; }
.input-lg { padding: 21px 40px; font-size: 16px; }

.form-group,
.form-control,
.input-group {
	margin-bottom: 25px;
}

.form-group .input-group {
	margin-bottom: 0;
}

.form-group .form-control {
	margin-bottom: 0;
}

.helper-group a {
	color: #d9d8da;
	font-size: 12px;
	line-height: 1;
}

.helper-group a:hover {
	color: #575757;
}

label.input-desc {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', Verdana;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.form-control-feedback {
	top: 6px;
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static {
	height: 34px;
	padding: 7px 12px;
}

select.input-sm,
select.form-group-sm .form-control {
	height: 34px;
	line-height: 34px;
}

select option {
	line-height: 30px;
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 18px;
}

select.input-lg,
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}

.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

/* Checkboxed and Radios */
input[type="radio"],
input[type="checkbox"] {
	margin-top: 7px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -22px;
}

.radio label,
.checkbox label,
.radio-inline, 
.checkbox-inline {
	padding-left: 22px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 15px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f7f7f7;
}



.error_contact {	
	background-color: #ec5552;
    color: #fff;
    padding: 10px 0px;
    border-radius: 7px;
}

.success_contact {	
	background-color: #17c573;
    color: #fff;
    padding: 10px 0px;
    border-radius: 7px;
}


.btn-submit-send {
    width: 100%;
    pointer-events: all;
    cursor: pointer;
    background: #3e4681;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 16px;
    font-size: 16px;
    transition: 1s;
}


.btn-submit-send:hover,
.btn-submit-send:focus,
.btn-submit-send:active {
    opacity: 0.7;
}


/* telegram btn */

.telegram-btn {
    border: 1.5px solid #039ae5;
    border-radius: 50px;
    padding: 9px 13px;
    color: #039ae5;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

.telegram-btn:hover,
.telegram-btn:hover,
.telegram-btn:focus { 
    color: #039ae5;
    opacity: 0.8;
}

.telegram-btn img{
    width: 19px;
    margin-bottom: 2px;
    margin-right: 5px;
}


/* btn login */
.buttons-reg {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.btn-signup {
    background: #3f4781;
    color: #fff;
    padding: 9px 8px 9px 8px;
    border-radius: 6px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
    margin-right: 3px;
    font-size: 12px;
}

.btn-signup:focus:active,
.btn-signup:focus,
.btn-signup:active,
.btn-signup:hover {
    background: #4f59a7;
    color: #fff;
}


.btn-login {
    background-color: #fff;
    color: #333;
    padding: 9px 8px 9px 8px;
    border-radius: 6px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
    margin-right: 3px;
    font-size: 12px;
}





.header-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #777;
    margin-top: 25px;
}


.btn {
    border: 0 solid transparent;
    border-radius: 0;
    line-height: 20px;
    color: #fff;
    background-color: #3e4681;
    padding: 16px 34px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 5px;
}

.btn-group-alt .btn {
    margin: 0 10px;
}


.btn.btn-shadow {
	box-shadow: 0 10px 20px rgba(0,0,0,.09);
    border-radius: 6px;
}


.btn-colored { color: #fff; background-color: #3e4681; }
.btn-colored:hover,
.btn-colored:focus { opacity: 0.8; color: #fff; background-color: #3e4681; }
.btn-white { color: #333; background-color: #fff; }
.btn-white:hover,
.btn-white:focus { opacity: 0.8; color: #333; background-color: #fff; }
.btn-white.btn-link { color: #fff; }
.btn-white.btn-link:hover,
.btn-white.btn-link:focus { color: #fff; }
.btn-white.btn-border { color: #fff; border-color: #fff; }
.btn-white.btn-border:hover,
.btn-white.btn-border:focus { color: #fff; border-color: #fff; }










/* Header */


.header-img {
    max-width: 400px;
    margin-top: 200px;
}



/* line под тайтлом */

.divider {
	display: block;
	margin: 20px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 1px;
	background-color: #e8e8e8;
}

.divider.divider-alt {
	width: 37px;
	height: 1px;
	background-color: #e8e8e8;
}

.animate-divider:hover .divider.divider-alt {
	width: 54px;
}

.divider.divider-alt.divider-left {
	margin-left: 0;
	margin-right: 0;
}

.divider.divider-alt.divider-center {
	margin-left: auto;
	margin-right: auto;
}

.divider.divider-alt.divider-right {
	margin: 0;
	left: auto;
	float: right;
}

.divider.divider-alt.divider-light {
	background-color: #fff;
}

.divider.divider-alt.divider-dark {
	background-color: #333;
}




    
    
    
/* Другие стили для блоков */


.color-bg {
    color: #62A6D5;
}

.white {
    color: #fff;
}


.logo-padding {
    margin-bottom: 15px;
}

#about {
    padding-bottom: 0px;
}


.about-section {
    padding-top: 268px;
    padding-bottom: 182px;
}

.about-img {
    position: absolute; 
    padding-bottom: 40px;
}


.about-section-2 {
    padding-top: 70px;
    padding-bottom: 65px;
}

.about-img-2 {
}

.about-section-3 {
    padding-top: 50px;
    margin-bottom: -45px;
}

.about-img-3 {
    position: absolute; 
    top: 50px;
}



.platform-section-4 {
    padding-top: 150px;
}

.platform-img-4 {
    margin-top: 40px;
}


.platform-img-5 {
    margin-top: 20px;
}

.platform-img-6 {
    margin-top: 20px;
}


.platform-section-7 {
    padding-bottom: 0px;
}

.platform-img-7 {
    margin-top: 50px;
}


.platform-section-8 {
    padding-bottom: 0px;
}

.platform-img-8 {
    margin-top: 50px;
}


.platform-section-9 {
    padding-bottom: 0px;
}

.platform-img-9 {
    margin-top: 40px;
}

.platform-text-9 {
    margin-top: 40px;
}



.platform-section-10 {
    padding-bottom: 0px;
}

.platform-img-10 {
    margin-top: 40px;
}

.platform-text-10 {
    margin-top: 145px;
}



.platform-section-11 {
    padding-bottom: 0px;
    border-bottom: 1px solid #33333305;
}

.platform-img-11 {
    margin-top: 50px;
}



@media screen and (max-width: 768px){
   
    .text-xs-center {
        text-align: center !important;
    }    
       
    .header-nav li a {
       text-align: center !important; 
    }
 
    h1, .h1 {
    font-size: 39px;
    line-height: 45px;
    font-weight: 400;
}
    
.mob-pad {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}   
    
.header-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 55px;
    margin-left: -62px;
}   
    
    
    
    
    
/* секции */
    
    
.section-mobile-zero {
    padding-bottom: 0px;
}
    
.about-section {
    padding-top: 15px;
    padding-bottom: 0px;
}
    
.about-img {
    position: relative;
    padding-bottom: 0px;
}
   
    
    
.about-section-2 {
    padding-top: 20px;
    padding-bottom: 65px;
}
    
    
.about-section-3 {
    padding-top: 25px;
    margin-bottom: 0px;
}
    
    
.about-img-3 {
    position: relative;
    top: 25px;
}
    
.graph-img-3 {
    padding-bottom: 30px;
}
    
.about-section-pad-3 {
    padding-bottom: 0px;
}
 
    
    
.platform-section-4 {
    padding-top: 38px;
}
    
    
.platform-text-10 {
    margin-top: 38px;
}
    
    
  