*{
    box-sizing: border-box;
}

@font-face {
    font-family: 'Concepto';
    src: url('a_Concepto BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
ul{
    padding: 0;
    margin: 0;
}
textarea{
    outline: none;
}

section.header {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

@media(min-width:1400px){
    .container{
        max-width: 1500px;
    }
}

.z-index-1{
    position: relative;
    z-index: 99999;
}

input,select{
    outline: none;
}

li{
    list-style: none;
}

a,a:hover{
    text-decoration: none;
}

body{
    font-family: 'Alumni Sans', sans-serif;
}


.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('/webcoreimg/image/1582033174_abstract-digital-art_vsthemes_ru-65.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}



.page-navigate-webcore{
    
display: flex;
    
justify-content: space-between;
    
background: #fff;
    
position: fixed;
    
width: 100%;
    
top: 0;
    
left: 0;
    
height: 100vh;
    
transform: scale(0);
    
transform-origin: top left;
    
transition: .2s;
    
opacity: 0;
    
z-index: 9999999999999999999999;
}

.bars{

display: inline-block;

width: 100px;

height: 100px;

display: flex;

align-items: center;

justify-content: center;

font-size: 25px;

cursor: pointer;

box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);

background: #fff;
}

.first-column-webcore{width: 5%;display: flex;flex-direction: column;justify-content: space-between;align-items: center;/* background: #7777fb; */}

.close-navigate-page{

width: 100%;

height: 100px;

display: flex;

align-items: center;

justify-content: center;

font-size: 25px;

cursor: pointer;

box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);

background: #fff;
}

.socials-webcore{

display: flex;

flex-direction: column;
}

.socials-webcore a{
    
color: #fff;
    
margin: 20px 0;
    
font-size: 25px;
}

.second-column-webcore{
    width: 45%;
}
.route-list-webcore{

display: flex;

flex-wrap: wrap;
}

.route-list-webcore a{

width: 50%;

display: flex;

align-items: center;

justify-content: center;

height: 34vh;

font-size: 39px;

color: #fff;

text-transform: uppercase;
}
.route-list-webcore a:last-child{
    width: 100%;
}

.third-column-webcore{
    width: 50%;
   
    padding: 50px 50px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.third-column-webcore-back{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/webcoreimg/image/Hero_web.png);
    background-size: cover;
    background-position: center;
    /*filter: blur(5px) brightness(0.5);*/
    z-index: -1;
    /* filter: brightness(0.5); */
}

.third-column-webcore-form__title {
    font-size: 62px;
    margin-bottom: 52px;
}


.third-column-webcore-form__input{

width: 100%;

margin-bottom: 37px;

color: #fff;

border: none;

background: transparent;

border-bottom: 1px solid;

height: 39px;

font-size: 22px;

padding-left: 26px;
}

.third-column-webcore-form__input::placeholder{
    color: #fff;
}


.third-column-webcore-form__submit{

margin-top: 30px;

font-size: 18px;

text-transform: uppercase;

display: inline-block;

width: auto;

background: #FFF;

color: #414141;

position: relative;

overflow: hidden;

/* margin: 0; */

opacity: 0.999999;

border: none;

outline: none;

cursor: pointer;

text-decoration: none;

line-height: 130%;

text-align: center;

border-radius: 50px;

padding: 11px 24px;

box-shadow: none;
}

.third-column-webcore__address{

display: flex;

flex-direction: column;

margin-top: 113px;
}

.third-column-webcore__address .phone{

font-style: normal;

font-weight: 500;

font-size: 54px;

line-height: 33px;

color: #FFF;

margin-bottom: 39px;
}

.third-column-webcore__address .address{

width: 100%;

font-style: normal;

font-weight: 300;

font-size: 39px;

color: #FFF;

opacity: 0.6;

margin-bottom: 0;
}

.third-column-webcore__address .mail{
    
color: #FFF;
    
font-size: 28px;
}

.page-navigate-webcore.show{
    transform: scale(1);
    opacity: 1;
}

.logo-webcore{
    font-family: 'Concepto';
    display: flex;
    align-items: center;
}

.main-company-info-webcore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 31px;
}

.logo-webcore a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.logo-preview{

}

.otehr-items-webcore{

width: 43%;

display: flex;

align-items: center;

justify-content: end;
}

.otehr-items-webcore .tel{
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    margin-right: 50px;
    font-family: 'Alumni Sans';
    /* opacity: 0.6; */
}

.otehr-items-webcore .consult{
    
background: #673ab7;
    
color: #FFF;
    
box-shadow: none;
    
padding: 11px 24px;
    
font-size: 18px;
    
border-radius: 26px;
    
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

.logo-preview p {
    margin: 0;
    font-family:  'Alumni Sans', sans-serif;
    padding-left: 23px;
    max-width: 290px;
    color: #e5e5e5;
    font-size: 19px;
}

.section-full{
    height: 100%;
}

.section-full.section1{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 165px;
    padding-bottom: 150px;
    background-attachment: fixed;
}

.section-full.section1:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
    background: linear-gradient(317deg, #673ab7, #9c27b0);
}

.banner-section .section-wrapper .banner-content .intro-form {
    max-width: 420px;
    border: 5px solid #fff;
    padding: 40px 30px;
    margin-bottom: 100px;
    border-radius: 10px;
}

.banner-content .intro-form * {
    color: #fff;
}

.intro-form-inner__title {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 33px;
}

.banner-content .intro-form .intro-form-inner p {
    line-height: 30px;
    max-width: 420px;
    font-size: 24px;
}

.banner-form .gender,.banner-form .person,
.banner-form .age{
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.banner-form .gender .right, .banner-form .person .right, .banner-form .age .right, .banner-form .city .right, .banner-form .interest .right {
    width: calc(100% - 30%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: none;
    padding: 10px 15px;
    outline: none;
    background: transparent !important;
}

.banner-form button,.banner-form .button{
    background-color: #fff;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 4.3rem;
    color: #112240!important;
    border: none;
    font-size: 27px;
    /* display: block; */
    max-width: 250px;
    width: 100%;
    margin-top: 35px;
    cursor: pointer;
    outline: none;
    text-align:center;
}

.banner-content{
    position: relative;
    z-index: 9;
}

.intro-form input,.intro-form select{
    width: 100%;
    background: transparent;
    border: none;
    font-size: 21px;
}
.intro-form input::placeholder{
    color: #e5e5e5;
}
.intro-form select option{
    color: #414141!important;
}

.intro-form-inner {
    background: #0a192f;
    padding: 29px 35px;
    border-radius: 19px;
}


.intro-form-inner label {
    font-size: 24px;
}

.section1 h1{

font-size: 10em;

margin-top: 0;

color: #fff;



text-align: center;

position: relative;

line-height: 113px;

text-transform: uppercase;
}

.section-main-preview-webcore{
    
color: #fff;
    
text-align: center;
    
font-size: 26px;
}


.section1-hrefs {
    text-align: center;
}

.section1-hrefs a{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #673ab7;
    border: 0;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: .3s;
    border-radius: 0;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    border-radius: 26px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
    margin-top: 36px;
}

.section1 h1:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #673ab7;
    top: -24px;
    left: 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

.section1 h1:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #673ab7;
    bottom: -60px;
    right: 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

img.bottom-main-close {
    width: 100%;
}

section.body {
    position: relative;
}


.services-area .services-single-item {
    padding: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-position: 50% 0% !important; */
    border: 4px solid #e6e6e6;
    margin-bottom: 0;
    margin-top: 15px;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
}

.services-area .services-single-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: #fff;
}

.services-single-item .number {
    color: #fbfbfb;
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    z-index: 90;
    background: #6607ff;
    line-height: 56px;
}

.services-area .services-single-item .services-content {
    position: relative;
    z-index: 7;
    /* background: rgb(255 0 0 / 66%); */
    padding: 50px 15px;
    text-align: center;
    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%); */
}

.services-area .services-single-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.section-title>* {
    text-align: center;
    font-size: 5em;
    margin-bottom: 40px;
}

.section2{
    padding-top: 100px;
    padding-bottom: 50px;
}

.services-area .services-single-item h5,.services-area .services-single-item .h5 {
    color: #6607ff;
    font-size: 22px;
    font-weight: 700;
    /* margin-bottom: 15px; */
}

.services-area .services-single-item p {
    color: #000;
    padding: 0 30px;
    font-size: 24px;
    font-family: 'Alumni Sans';
}

img.imag-on-section1 {
    width: 100%;
    filter: hue-rotate(36deg);
}

.timeline-area {
    padding: 80px 0;
}

.all-timelines {
    position: relative;
}

.all-timelines::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 2px;
    background: #d5d5d5;
    top: 20px;
}

.single-timeline {
    margin-bottom: 22px;
}

.d-flex-2 {
    display: flex;
    align-items: center;
}

.timeline-blank {
    width: 50%;
}

.timeline-text {
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.t-square {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    background: #6607ff;
}

.timeline-text h6,.timeline-text .h6 {
    color: #6607ff;
    font-weight: 900;
    display: inline-block;
    font-size: 26px;
}
.single-timeline:nth-child(even) .timeline-text {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
    justify-content: end;
}

.single-timeline:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.single-timeline:nth-child(even) .t-square {
    right: -6px;
    left: unset;
}

.timeline-text p {
    font-size: 19px;
    max-width: 400px;
}

.section3.motivation{
background-image: url(/webcoreimg/image/banner-pic.webp);
background-size: cover;
background-position: center;
padding: 50px 0;
}

.section3.motivation .motivation.title{
color: #e6e6e6;
font-size: 75px;
}

.section3.motivation .subtitle{
    color: #e6e6e6;
width: 680px;
    
font-size: 25px;
    
font-weight: 200;
    
margin-bottom: 46px;
}

.motivation-tab-body li{
    display: none;
    margin-top: 24px;
    font-size: 25px;
}

.motivation-tab-header li.active,.motivation-tab-body li.active{
    display: block;
}

.motivation-tab-header ul{
    display: flex;
}

.motivation-tab-header ul li{

cursor: pointer;

padding: 9px 18px;

font-size: 20px;

font-weight: 600;

color: #fff;

background-color: #390a76;
}

.motivation-tab-header li{

}

.motivation-tab-header li.active{

border-bottom: 2px solid #6607ff;

font-weight: 600;

color: #495057;

background-color: #fff;

/* border-color: #dee2e6 #dee2e6 #fff; */
}

.motivation-tab-body{
    color: #e6e6e6;
}

.img-responsive{
    width: 100%;
}

.motivation-img-block {
    margin-top: 100px;
}

.service-item-text h2{
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-item-text p{
    font-size: 23px;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 31px;
}

.service-item-text ul{

/* max-width: 400px; */
}

.service-item-text ul li{
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 22px;
    margin-right: 15px;
}

.to-detail{
    margin-top: 25px;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    margin: 0;
    width: 180px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 16px;
    margin-right: 8px;
    padding: 10px 10px;
    transition: all 0.5s;
    border: solid 1px #fff;
    background-color: #673ab7;
    text-align: center;
    border-radius: 0.25rem;
}

footer {
    padding: 0 0 0 0;
    display: inline-block;
    width: 100%;
    background: #212529;
    /* background-size: cover; */
    padding-top: 50px;
}

.comon-footer .list-unstyled {
    list-style: none !important;
    padding-left: 0;
}

.comon-footer ul {
    margin: 0;
    padding: 3px 0 0 18px;
    margin-bottom: 15px;
    list-style: disc;
    color: #fff;
}

.socal {
    justify-content: start;
    display: flex;
}

.comon-footer ul li a {
    text-decoration: none;
    font-size: 23px;
    color: #fff;
    transition: all 0.5s;
}

.comon-footer .list-unstyled li a {
    margin: 0 5px;
    font-size: 18px;
}

.comon-footer p {
    font-size: 18px;
}

ul.list-unstyled.cont-para i {
    padding-right: 16px;
}

ul.list-unstyled.cont-para li {
    font-size: 20px;
}

.newsletter-area {
    background: #212529 none repeat scroll 0 0;
    color: #ffffff;
    position: relative;
}

.newsletter-area:before{
    content: "";
    width: 46.5%;
    background: #673ab7;
    height: 148px;
    left: 0;
    right: auto;
    top: -20px;
    width: 44%;
    position: absolute;
    z-index: 9;
}


.newsletter-content {
    padding-top: 26px;
    z-index: 9;
    position: relative;
    text-align: center;
    /* font-size: 40px; */
}

.newsletter-content h2,.newsletter-content .h2 {
    font-weight: 700;
    font-size: 49px;
}

.newsletter-area:after {
    left: 46.5%;
}

.about-area:after, .newsletter-area:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #673ab7 #673ab7;
}

.newsletter-area:after {
    content: "";
    border-width: 74.5px 40px;
    height: 5px;
    position: absolute;
    right: auto;
    top: -20px;
    left: 44%;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #673ab7 #673ab7;
    border-width: 74.5px 40px;
    border-image: none;
    border-style: solid;
    right: auto;
    top: -20px;
    width: 0;
}

.newsletter-area:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 74.5px 56px;
    content: "";
    height: 59px;
    position: absolute;
    right: 0;
    top: -21px;
    width: 0;
}

.fix {
    overflow: hidden;
}

.newsletter-form {
    overflow: hidden;
    padding: 36px 0;
}

.subscribe-form {
    float: right;
    height: 56px;
    position: relative;
    width: 525px;
}

.subscribe-form:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #fff transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 28px 15px;
    content: "";
    height: 5px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 0;
}

.subscribe-form input {
    color: #696969;
    height: 100%;
    padding-left: 15px;
    width: 100%;
    border: 0;
}

.subscribe-form > button{
    border-color: #673ab7;
    background: #673ab7;
    border: 2px solid #673ab7;
    font-weight: 700;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 34%;
    color: #fff;
    cursor: pointer;
}

.bread-webcore{

}


.bread-webcore ul{

display: flex;

align-items: center;
}

.bread-webcore li{

margin-right: 25px;

color: #d9d9d9;

font-size: 20px;

position: relative;
}


.bread-webcore li a{
    
color: #fff;
    
font-size: 17px;
}

.section-full .page-title-webcore{
    
font-size: 10em;
    
color: #fff;
    
line-height: 112px;
    
margin-top: 44px;
text-align: left;
margin-bottom: 0;
}
.section-full .page-title-webcore:before,.section-full .page-title-webcore:after{
	content:none;
}

.bread-webcore li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(316deg);
}

.bread-webcore li:last-child:before{
    content: none;
}

.section-full.section1.about-area {
    padding-bottom: 50px;
    padding-top: 101px;
}

.aside-section{

}

.aside-section ul{

}

.aside-section li{

}

.aside-section ul li a,.aside-section ul li span{

display: block;

width: 100%;

text-align: left;

border-bottom: 1px solid #EFF1F5;

color: #00000063;

font-size: 28px;

padding: 18px 35px;

border-right: 1px solid #EFF1F5;

border-left: 1px solid #EFF1F5;

line-height: 22px;
}

.aside-section ul li:first-child a{
    border-top: 1px solid #EFF1F5;
}

.nav-socials{

text-align: center;

margin: 22px 0;
}


.nav-socials a{

color: #000;

margin: 0 16px;

font-size: 30px;
}


.aside-section ul li a.active,.aside-section ul li span.active {
    background: #8080802b;
    /* color: #fff!important; */
}

.text-page-webcore h2{

font-size: 5em;
}


.text-page-webcore p{
    
font-size: 20px;
}

.gender textarea {
    width: calc(100% - 30%);
    background: transparent !important;
    height: 79px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    font-size: 24px;
}

.gender textarea::placeholder{
    color: #fff;
}

.page-body__content {
   
    padding-left: 40px;
}

.page-body__content h2{
    font-style: normal;
    font-weight: 600;
    font-size: 69px;
    line-height: 120%;
    color: #333;
    margin-bottom: 30px;
}

.page-body__content ul{
    counter-reset: myCounter;
    margin-bottom: 35px;
}


.page-body__content li{
    font-style: normal;
    font-weight: normal;
    list-style: none;
    font-size: 26px;
    line-height: 150%;
    color: #333;
    margin-bottom: 18px;
    padding-left: 38px;
}
.page-body__content li:before{
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    font-size: 22px;
    font-weight: 600;
    background-color: #673ab7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    min-width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 10px;
    margin-left: -38px;
    /* display: flex; */
    /* align-items: center; */
    padding-top: 1px;
}

.blog-cart{
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    display: inline-block;
    width: 100%;
   height: 100%;
}

.blog-img{
    height: 270px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s;
}

.blog-cart:hover .blog-img img{
    transform: scale(1.2);
}

.blog-date{
    text-decoration: none;
    color: #131314;
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
}

.blog-title{
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 29px;
    margin-bottom: 16px;
    color:#000;
}

.blog-body{
    padding: 0 25px 25px 25px;
}

.blog-preview{
    font-size: 18px;
    color: #212529;
}

.in-blog-link a,.in-blog-link span{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    background: #262b2b;
    color: #fff;
    font-size: 19px;
}

.blog-text-content h2 {
    font-size: 55px;
}

.blog-text-content p{font-size: 22px;}


.blog-text-content li{
    
font-size: 22px;
    
position: relative;
    
padding-left: 35px;
    
margin-bottom: 9px;
}

.blog-text-content li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #673ab7;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

li.blog-nav-title a {
    padding-left: 53px!important;
}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
}

.layout_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999999999;
    opacity:0;
    visibility:hidden;
    display: none;
    transition:.5s;
}

.layout_modal__body {
    color: #fff;
    background: #673ab7;
    max-width: 500px;
    width: 100%;
    height: 160px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    border-radius: 15px;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191/ 10%);
}

.lang-webcore a{
	
background: #673ab7;
    color: #FFF;padding: 11px 24px;
    font-size: 23px;
    border-radius: 26px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);margin-right: 27px;transition: .3s;}
.lang-webcore a:hover{
	background: transparent;
}

@media(max-width:1500px){
	.section1 h1 {
    	font-size: 8em;
   }
}

@media(max-width:1400px){
	
}

@media(max-width:1200px){
	.otehr-items-webcore .tel{
		    font-size: 23px;
	}
	
	.logo-preview p{
		font-size: 16px;
	}
	
	.logo-webcore a{
		font-size: 17px;	
	}
	
	.newsletter-area:before{
		width: 100%;
	}
	
	.newsletter-content{
		margin-bottom: 36px;
	}
	
	.section1 h1:before,.section1 h1:after{
		content:none;
	}
	
	.first-column-webcore{
		width: 10%;
	}
	.second-column-webcore{
		width: 50%;
	}
	
	.third-column-webcore{
		width: 40%;
	}
	
	.third-column-webcore__address{
		margin-top: 27px
	}
	.third-column-webcore__address .address{
		    font-size: 29px;
	}
	.third-column-webcore-form__title{
		font-size: 44px;
	}
	
	.page-navigate-webcore{
		height: 100%;
		    overflow-y: scroll;
	}
	
	.route-list-webcore a{
		height: 290px;
	}
	
	.third-column-webcore-form {
    height: 54vh;
}

.third-column-webcore__address{
	    height: 25vh;
}
}

@media(max-width:990px){
	.page-title-webcore{
		font-size: 6em;
	}
	.bread-webcore {
	    margin-top: 64px;
	}
	.comon-footer ul{
	    padding: 3px 0 0 0px;	
	}
	
	.page-navigate-webcore.show {
	    flex-wrap: wrap;
	    background: #724be9;
	}
	
	.third-column-webcore-back{
		display:none;
	}
	
	
	.third-column-webcore {
		    width: 100%;
		    background: #724be9;
		}
	.second-column-webcore {
	    width: 90%;
	}
	
	.otehr-items-webcore .tel{
		margin-right: 13px;
	}
	
	.main-company-info-webcore {
	    flex-wrap: wrap;
	}
	
	.logo-webcore {
	    justify-content: space-between;
	    width: 100%;
	}
	
	.otehr-items-webcore {
	    width: 100%;
	    justify-content: center;
	    margin-top: 22px;
	}
	.otehr-items-webcore .tel {
	    margin-right: 45px;
	}
	.motivation-tab-header ul{
		    justify-content: center;
	}
}

@media(max-width:767px){
	.bread-webcore ul{
		flex-wrap: wrap;
	}
	.motivation-tab-header ul li{
		    font-size: 16px;
	}
	.page-title-webcore{
		    font-size: 6em;
		    line-height: 71px;
	}
	
	.text-page-webcore h2 {
	    font-size: 3em;
	}
	
	.bread-webcore {
	    margin-top: 70px;
	}
	
	.subscribe-form{
		width:100%;
	}
}


@media(max-width:580px){
	
	.third-column-webcore-form{
		    height: auto;
	}
	.third-column-webcore__address {
	    height: auto;
	}
	.page-title-webcore,.page-body__content h2{
		font-size: 13vw;
	}
	
	.page-body__content{
		padding-left:0px;
	}
	
	.logo-webcore {
	    flex-wrap: wrap;
	    justify-content: center;
	    text-align: center;
	}
	.logo-preview p{
		padding-left:0;
	}
	
	.otehr-items-webcore{
		    flex-direction: column;
	}
	.otehr-items-webcore .tel{
		margin-right:0;
		margin-bottom: 14px;
		margin-top: 23px;
	}
	
	.section-full.section1{
		    padding-top: 270px;
	}
	
	.section1 h1{
		font-size: 5em;
	}
	.section-title>*{
	    font-size: 4em;	
	}
	.service-item-text h2{
		    font-size: 3rem;
	}
	
	.banner-form .gender .right, .banner-form .person .right, .banner-form .age .right, .banner-form .city .right, .banner-form .interest .right{
		width:100%;
	}
	
	.section-full.section1.about-area{
		padding-top: 180px;
	}
	
}

@media(max-width:460px){
	.third-column-webcore__address .phone{
		line-height: 60px;
	}
	.timeline-text{
		padding-left: 14px;
	}
	.timeline-text h6, .timeline-text .h6{
		font-size: 20px;
	}
	.first-column-webcore {
	    width: 20%;
	}
	
	.second-column-webcore{
		 width: 80%;
	}
	
	.route-list-webcore a {
	    height: 130px;
	    font-size: 31px;
	    width: 100%;
	}
	
	.motivation-tab-header ul {
	    flex-wrap: wrap;
	    text-align: center;
	}
	.motivation-tab-header li {
	    width: 100%;
	}
}

@media(max-width:380px){
	.main-company-info-webcore{
		padding:0;
	}
	
	/*.page-title-webcore {
    	font-size: 4em;
  }*/
}

.service-text {
    font-size: 21px;
}
