/* This stylesheet generated by Transfonter (https://transfonter.org) on June 14, 2017 3:01 PM */

@font-face {
    font-family: 'Elektra Medium Pro';
    src: url('../fonts/ElektraMediumPro.eot');
    src: url('../fonts/ElektraMediumPro.eot?#iefix') format('embedded-opentype'), url('../fonts/ElektraMediumPro.woff2') format('woff2'), url('../fonts/ElektraMediumPro.woff') format('woff'), url('../fonts/ElektraMediumPro.ttf') format('truetype'), url('../fonts/ElektraMediumPro.svg#ElektraMediumPro') format('svg');
    font-weight: 500;
    font-style: normal;
}


/* This stylesheet generated by Transfonter (https://transfonter.org) on June 14, 2017 2:55 PM */

@font-face {
    font-family: 'Elektra Light Pro';
    src: url('../fonts/ElektraLightPro.eot');
    src: url('../fonts/ElektraLightPro.eot?#iefix') format('embedded-opentype'), url('../fonts/ElektraLightPro.woff2') format('woff2'), url('../fonts/ElektraLightPro.woff') format('woff'), url('../fonts/ElektraLightPro.ttf') format('truetype'), url('../fonts/ElektraLightPro.svg#ElektraLightPro') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStdBook';
    src: url('../fonts/CircularStdBook.eot');
    src: url('../fonts/CircularStdBook.eot') format('embedded-opentype'), url('../fonts/CircularStdBook.woff2') format('woff2'), url('../fonts/CircularStdBook.woff') format('woff'), url('../fonts/CircularStdBook.ttf') format('truetype'), url('../fonts/CircularStdBook.svg#CircularStdBook') format('svg');
}

@font-face {
    font-family: 'CircularStdBold';
    src: url('../fonts/CircularStdBold.eot');
    src: url('../fonts/CircularStdBold.eot') format('embedded-opentype'), url('../fonts/CircularStdBold.woff2') format('woff2'), url('../fonts/CircularStdBold.woff') format('woff'), url('../fonts/CircularStdBold.ttf') format('truetype'), url('../fonts/CircularStdBold.svg#CircularStdBold') format('svg');
}

@font-face {
    font-family: 'KlinicSlab-Light';
    src: url('../fonts/KlinicSlab-Light.eot');
    src: url('../fonts/KlinicSlab-Light.eot') format('embedded-opentype'), url('../fonts/KlinicSlab-Light.woff2') format('woff2'), url('../fonts/KlinicSlab-Light.woff') format('woff'), url('../fonts/KlinicSlab-Light.ttf') format('truetype'), url('../fonts/KlinicSlab-Light.svg#KlinicSlab-Light') format('svg');
}

@font-face {
    font-family: 'KlinicSlab-Medium';
    src: url('../fonts/KlinicSlab-Medium.eot');
    src: url('../fonts/KlinicSlab-Medium.eot') format('embedded-opentype'), url('../fonts/KlinicSlab-Medium.woff2') format('woff2'), url('../fonts/KlinicSlab-Medium.woff') format('woff'), url('../fonts/KlinicSlab-Medium.ttf') format('truetype'), url('../fonts/KlinicSlab-Medium.svg#KlinicSlab-Medium') format('svg');
}

@font-face {
    font-family: 'KlinicSlab-Bold';
    src: url('../fonts/KlinicSlab-Bold.eot');
    src: url('../fonts/KlinicSlab-Bold.eot') format('embedded-opentype'), url('../fonts/KlinicSlab-Bold.woff2') format('woff2'), url('../fonts/KlinicSlab-Bold.woff') format('woff'), url('../fonts/KlinicSlab-Bold.ttf') format('truetype'), url('../fonts/KlinicSlab-Bold.svg#KlinicSlab-Bold') format('svg');
}

@font-face {
    font-family: 'KlinicSlab-Light';
    src: url('../fonts/KlinicSlab-Light.eot');
    src: url('../fonts/KlinicSlab-Light.eot') format('embedded-opentype'), url('../fonts/KlinicSlab-Light.woff2') format('woff2'), url('../fonts/KlinicSlab-Light.woff') format('woff'), url('../fonts/KlinicSlab-Light.ttf') format('truetype'), url('../fonts/KlinicSlab-Light.svg#KlinicSlab-Light') format('svg');
}

@font-face {
    font-family: 'KlinicSlab-Book';
    src: url('../fonts/KlinicSlabBook.otf');
}

*,
html {
    margin: 0;
    padding: 0;
}

body {
    /*color: #8a8d8d;*/
    color: #919191;
    font: 400 18px/24px 'KlinicSlab-Medium';
    background-color: #fff;
}

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

input,
textarea {
    box-sizing: content-box;
}

a {
    color: #6a2d91;
    text-decoration: none;
    outline: none;
}

a:hover,
a.active,
a:focus {
    color: #009ddc;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: 'KlinicSlab-light';
    margin: 0 0 35px;
    color: #6b2f92;
}

h2 {
    font-size: 48px;
    margin: 0;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
    color: #009ddc;
}

h2 span,
h3 span {
    color: #009ddc;
}

h2 strong {
    color: #009ddc;
}

p {
    margin: 0 0 35px;
}

.color-white {
    color: white;
}

.mar-bot-10 {
    margin-bottom: 10px;
}


/*header*/

.header {
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}

.brand {
    display: block;
    background: url(../images/logo.svg) no-repeat left top;
    width: 187px;
    height: 54px;
    font-size: 0;
    margin-top: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header li {
    display: inline-block;
    margin-left: 25px;
    line-height: 100px;
    text-transform: capitalize;
}

.header li:last-child a {
    border: solid 1px #6a2d91;
    padding: 0 20px;
    display: block;
    line-height: 33px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 20px;
}

.header li a.active {
    color: #009ddc;
}

.header li:last-child a:hover {
    background: #6a2d91;
    color: #fff;
}

.shrink {
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.shrink .brand {
    margin-top: 10px;
    width: 125px;
}

.shrink li {
    line-height: 60px;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.wrapper {
    padding-top: 100px;
}

header.onscroll {
    box-shadow: 0 3px 10px rgba(102, 102, 102, 0.13);
}


/*banner*/

.banner {
    position: relative;
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
}

.banner:before {
    content: "";
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: 0;
    background: #6a2d91;
    background: -moz-linear-gradient(left, #6a2d91 0%, #8a3dbc 100%);
    background: -webkit-linear-gradient(left, #6a2d91 0%, #8a3dbc 100%);
    background: linear-gradient(to right, #6a2d91 0%, #8a3dbc 100%);
    width: 45%;
    border-radius: 0 50% 50% 0;
}

.banner:after {
    content: "";
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: 0;
    background: rgba(138, 61, 188, 0.5);
    width: 47%;
    border-radius: 0 50% 50% 0;
}

.banner-shade:after {
    content: "";
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: 0;
    background: rgba(138, 61, 188, 0.3);
    width: 49%;
    border-radius: 0 50% 50% 0;
}

.banner-text {
    display: table;
    height: 595px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-text div {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.banner-text h2 {
    color: #fff;
    margin-bottom: 15px;
}

.btn-more {
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    background-color: #6b2f92;
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #6b2f92;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: 'KlinicSlab-Bold';
    margin-top: 10px;
}

.banner-text .btn-more,
.p-violet_block__content .btn-more {
    color: #6b2f92;
    background-color: #fff;
    border-color: #fff;
}

.btn-more:hover,
.btn-more:focus {
    color: #6b2f92;
    background-color: #fff;
}

.banner-text .btn-more:hover,
.p-violet_block__content .btn-more:hover,
.banner-text .btn-more:focus,
.p-violet_block__content .btn-more:focus {
    color: #fff;
    background-color: #6b2f92;
    border-color: #fff;
}

section.banner {
    overflow: hidden;
}


/*promo*/

.promo {
    padding-top: 110px;
    padding-bottom: 110px;
}

.promo li {
    text-align: center;
}

.promo img {
    display: inline-block;
}


/*intro*/

.intro {
    background-color: #f4f8f9;
    padding: 75px 0;
}

.intro article {
    margin-top: 25px;
}

.intro h2 {
    margin-bottom: 20px;
}

.intro figure {
    text-align: center;
}

.intro figure img {
    display: inline-block;
}


/*progress-block*/

.progress-block {
    background: #6b2f92 url(/wp-content/uploads/2022/06/banner1.webp) no-repeat center bottom;
    padding: 100px 0;
    color: #fff;
}

.progress-block h2 {
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}

.progress-block li p {
    margin: 0 20px 20px 0;
}


/*footer*/

.bottom-footer ul.flex-item-pp {
	text-align: right;
}

.container.bottom-footer {
	padding-top: 2em;
}

.footer {
    padding: 60px 0 20px;
    color: #653090;
    font-size: 14px;
    font-family: 'CircularStdBook';
}

.footer strong {
    font-family: 'CircularStdBold';
}

.social {
    text-align: right;
}

.social li {
    display: inline-block;
}

.social li a {
    background: url(../images/icon/social.png) no-repeat -39px top;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.social li a:hover {
    opacity: 0.7;
}

.social li:first-child a {
    background: url(../images/icon/social.png) no-repeat 0px top;
}

.social li:last-child a {
    background: url(../images/icon/social.png) no-repeat -79px top;
}

.page-template-services footer.footer {
    border-top: 1px solid #f0eaf4;
}


/*animation*/

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}


/*about*/

.banners {
    background: url(../images/banner/about.jpg) no-repeat center center;
    background-size: cover
}

.text-block {
    background-color: #fff;
    padding: 80px 0;
}

.text-block h2 {
    text-align: center;
}

.text-block p,
.text-about p {
    margin: 40px 25px 0 0;
}

.ed {
    background: url(../images/banner/banner_fade.jpg) repeat-x center center;
    height: 230px;
}

.ed h2 {
    text-align: center;
    color: #fff;
}

.text-about {
    padding: 100px 0;
    background: url(../images/banner/about_bg.jpg) no-repeat right bottom;
}

.promo-abt {
    background-color: #f4f8f9;
    padding: 75px 0;
    text-align: center;
}

.promo-abt h4 {
    max-width: 950px;
    margin: 0 auto 35px;
}

.about-tb h2 {
    margin-bottom: 40px;
}


/*
 * Main styles
 */

.header li.current-menu-item a {
    color: #009ddc;
}

section.light_blue {
    background-color: rgb(243, 248, 249);
}

h2 .blue {
    color: #009ddc;
}

.wrapper>section {
    padding: 75px 0;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/*
 * Page services
 */

.page-template-services .header-banner {
    background: url(../images/Layer28.png) center center transparent;
    background-size: cover;
}

.page-template-services .text-block h6 {
    font-size: 18px;
    color: #009ddc;
    font-weight: bold;
}

#services_specialties {
    min-height: 650px;
}

#services_encore {
    min-height: 700px;
}

#services_encore h5 {
    font-family: 'KlinicSlab-Medium';
    font-size: 18px;
    color: #5a247d;
    margin-top: 5px;
    margin-bottom: 50px;
}

#services_easing {
    min-height: 650px;
    background: url("../images/services-easing.jpg") no-repeat center center transparent;
    background-size: cover;
    color: white;
}

#services_study {
    min-height: 750px;
}

#services_study .wrap-iconescp-page,
.single-spec-wrap .wrap-iconaba-page {
    min-height: 47px;
}

#services_encore_serv {
    min-height: 685px;
}

#services_about {
    min-height: 520px;
    position: relative;
    padding: 0;
}

#services_about h2 {
    margin-bottom: 35px;
}

#services_plans {
    min-height: 750px;
}

#services_easing h2 {
    color: white;
    margin-bottom: 40px;
}

#services_study h2 {
    margin-bottom: 20px;
}

#services_encore_serv h2 {
    margin-bottom: 60px;
}

.services-about-img {
    min-height: 520px;
}

.single-spec-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-spec {
    margin-bottom: 40px;
    text-align: center;
    color: #111111;
}

.single-spec .serv-title {
    max-width: 185px;
    margin: 0 auto;
    color: #8a8d8d;
}

.serv-icon {
    margin-bottom: 15px;
}

.ssplan-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.services-about-content {
    padding: 100px 80px 50px;
}

.services-about-img {
    background: url(../images/services-about.jpg) no-repeat right center #e5f5fb;
    background-size: cover;
    position: relative;
    height: 100%;
}

.ssplan {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
}


/*
 * Contact page
 */

#contact-section {
    /*background: url(../images/contactbg.jpg) calc(50% - 235px) bottom no-repeat;*/
    background: url(../images/contactbg.jpg) calc(50% - 50px) bottom no-repeat;
    background-color: #f4f8f9;
}

.tac {
    text-align: center;
}

#contact-section .contact-title {
    font-family: 'KlinicSlab-Light';
    font-size: 48px;
    color: #6a2d91;
    margin-bottom: 50px;
}

form {
    font-size: 16px;
    color: #8c8e8f;
    font-family: 'KlinicSlab-light';
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    height: 50px;
    line-height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e3ee;
    margin-bottom: 20px;
}

.ins-attend-form .form-group input[type="text"],
.ins-attend-form .form-group input[type="tel"],
.ins-attend-form .form-group input[type="email"] {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none !important;
    border-bottom: 1px solid #653090;
}

.form-group textarea {
    resize: none;
    height: 100px;
    line-height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e3ee;
    margin-bottom: 60px;
}

.ins-attend-form .form-group textarea {
    min-height: 50px;
    height: 50px;
    line-height: 35px;
    margin-bottom: 15px;
}

.form-group input[type="submit"] {
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #6b2f92;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #6b2f92;
    width: 90%;
    font-family: 'KlinicSlab-Bold';
    transition: 0.2s all linear;
    outline: none;
}

.ins-attend-form .form-group {
    text-align: center;
}

.ins-attend-form .form-group input[type="submit"] {
    width: 50%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:active,
.form-group input[type="submit"]:focus {
    color: #6b2f92;
    background-color: #fff;
    border-color: #6b2f92;
}


/* 
 * Careers page
 */

#careers-banner {
    background-image: url('../images/careers-banner.jpg');
    background-size: cover;
}

#careers-banner h3 {
    font-family: 'KlinicSlab-Light';
    color: white;
    font-size: 48px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 50px;
}

#careers-banner h4 {
    font-family: 'KlinicSlab-Light';
    color: white;
    text-align: center;
    font-size: 18px;
}

#careers-banner a {
    color: white;
    text-decoration: underline;
    opacity: 0.8;
}

#careers-section {
    border-bottom: 1px solid #f0eaf4;
}

.careers-elem .careers-elem-title {
    font-family: 'KlinicSlab-Light';
    color: #6a2d91;
    font-size: 29px;
}

.careers-elem .careers-elem-list {
    font-family: 'KlinicSlab-Light';
    color: #6a2d91;
    font-size: 18px;
}

.careers-elem .careers-elem-list ul li {
    list-style: initial;
}

.careers-elem .careers-elem-list p {
    margin: 0
}

.careers-elem {
    padding: 50px;
    border-top: 1px solid #EFEFEF;
}

.careers-elem:hover {
    cursor: pointer;
    box-shadow: 0 0 24.8px 2.2px rgba(106, 45, 145, 0.06);
}

.careers-elem .careers-elem-list strong {
    font-family: 'KlinicSlab-Bold';
}

.careers-elem .apply-wrap {
    padding-top: 15px;
    float: right;
}

.careers-elem .apply {
    font-family: 'KlinicSlab-Bold';
    display: inline-block;
    width: 95px;
    height: 30px;
    background-color: #e5f5fb;
    color: #009ddc;
    line-height: 28px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    font-size: 13px;
}

.careers-elem .apply:hover {
    border: 1px solid #009ddc;
}


/* 
 * FAQs page
 */

.faq-text-block h3,
.faq-services h3 {
    font-size: 18px;
    font-family: 'KlinicSlab-Medium';
    margin-bottom: 5px;
}

.faq-text-block p,
.faq-services p {
    color: #6c6d6e;
    margin: 0 25px 40px 0;
}

.faq-text-block p a,
.faq-services p a {
    color: #009ddc;
    text-decoration: underline;
}

#faq-banner {
    background: url('../images/faq-banner.jpg') no-repeat center center transparent;
    background-size: cover;
}

.faq-text-block h2 {
    margin-bottom: 65px;
}

p.title {
    font-family: 'KlinicSlab-Medium';
    color: #653090;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}

p.content {
    font-family: 'KlinicSlab-Medium';
    font-size: 18px;
    color: #111;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 40px;
    opacity: 0.6;
}

.underl {
    text-decoration: underline;
}

p.content a {
    text-decoration: underline;
    color: #009ddc;
}

.ed-faq {
    background: url('../images/ed-faq.jpg') center center;
}

.ed-faq h2 {
    text-align: center;
    color: white;
}

.faq-services {
    background: url('../images/faq-bg-2.jpg') bottom right;
    background-color: #f4f8f9;
    background-size: 100%;
    background-position-x: 55px;
    background-repeat: no-repeat;
    padding-top: 100px;
}


/* 
 * Institute page 
 */

#ins-section {
    border-bottom: 1px solid #f0eaf4;
}

#ins-banner {
    background: url('../images/Layer41.jpg');
    background-size: cover;
}

#ins-promo {
    background: #ffffff;
    padding: 80px;
}

.ins-promo-text h2 {
    font-size: 17px;
    margin: 20px 0 45px;
}

.ins-promo-text p,
.ins-promo-text h2 {
    padding: 0 17px;
}

#ins-promo .img-responsive {
    margin: 0 auto;
}

#ins-quote {
    background: #6a2d91;
    padding: 60px;
}

#ins-quote .text-center {
    color: #ffffff;
    font-size: 42px;
    font-family: 'KlinicSlab-Light';
    line-height: 45px;
}

.ins-elem .ins-elem-title {
    font-family: 'KlinicSlab-Light';
    color: #6a2d91;
    font-size: 29px;
    margin-bottom: 15px;
}

.ins-elem .ins-elem-title+h6 strong {
    font-family: 'KlinicSlab-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #6a2d91;
}

.ins-elem .ins-elem-title+h6+h6 {
    font-family: 'KlinicSlab-Book';
    font-size: 18px;
}

.ins-elem .ins-elem-list {
    font-family: 'KlinicSlab-Light';
    font-size: 18px;
}

.ins-elem {
    padding: 50px;
    border-top: 1px solid #EFEFEF;
}

.ins-elem:hover {
    cursor: pointer;
    box-shadow: 0 0 24.8px 2.2px rgba(106, 45, 145, 0.06);
}

.ins-elem h6 {
    margin-bottom: 5px;
}

.ins-elem .ins-elem-list strong {
    font-family: 'KlinicSlab-Bold';
}

.ins-elem .apply-wrap {
    padding-top: 15px;
    float: right;
}

.ins-elem .apply {
    font-family: 'KlinicSlab-Bold';
    display: inline-block;
    width: 95px;
    height: 30px;
    background-color: #e5f5fb;
    color: #009ddc;
    line-height: 28px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    font-size: 13px;
}

.ins-elem .apply:hover {
    border: 1px solid #009ddc;
}

.ins-elem .ins-readmore {
    font-family: 'KlinicSlab-Bold';
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    background-color: #EFEAF4;
    color: #6C3B94;
    line-height: 30px;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 13px;
    margin-bottom: 20px;
    float: left;
    border: 1px solid transparent;
    font-size: 13px;
}

.ins-elem .ins-readmore:hover {
    border: 1px solid #6C3B94;
}

.ins-promo-text h2 {
    font-size: 16px;
    font-family: 'Arial';
    letter-spacing: 0.3px;
    color: #6b2f92;
}

.ins-promo-text p {
    color: #707070;
}

#ins-section .nav-tabs {
    border: 0;
}


/*
#ins-section .nav-tabs li{
    margin-bottom: 0
}
#ins-section .nav-tabs li a{
    border:0;
    color:#6a2d91;
    opacity:0.8;
    background: transparent;
    padding: 20px 15px;
    border-bottom: 4px solid transparent;
}
#ins-section .nav-tabs li a:hover{
    border-color: #6a2d91;
}
#ins-section .nav-tabs li.active a{
    opacity: 1;
    font-weight: bold;
    border-color:#6a2d91;
}
*/

#ins-section .nav-tabs li {
    border: 0;
    color: #bdabcc;
    min-width: 150px;
    background: transparent;
    padding: 20px 25px 20px 15px;
    border-bottom: 4px solid transparent;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    background: url('../../../uploads/2016/05/classes-bg.jpg')no-repeat right center transparent;
}

#ins-section .ins-nav-classes-wrap {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9;
    min-width: 170px;
    display: none;
    background-color: #EFEAF4;
    border-radius: 5px;
    padding: 0 15px;
}

#ins-section .ins-nav-classes-wrap a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

#ins-section .ins-nav-classes-wrap:hover a {
    color: #6a2d91;
}

#ins-section .ins-nav-classes-wrap a:hover,
#ins-section .ins-nav-classes-wrap a.active {
    font-weight: bold;
    color: #6a2d91;
}

#ins-section .ins-nav-classes-wrap a:first-child {
    border-bottom: 1px solid #e1dbe7;
}

#ins-section .ins-nav-classes-wrap.active {
    display: block;
}

#ins-section .nav-tabs li:hover {
    border-color: #6a2d91;
}

#ins-section .nav-tabs li.active {
    font-weight: bold;
    border-color: #6a2d91;
    color: #6a2d91;
}


/*
 * Community page
 */

#com-intro {
    position: relative;
}

#com-partnership {
    padding: 90px 0 80px;
    background: url(../images/Layer36.png) center center #6a2d91;
}

#com-partnership h2 {
    margin: 0 auto;
    max-width: 850px;
}

#com-intro h2,
#com-abc h2,
#com-care h2,
#com-support h2 {
    margin-bottom: 25px;
}

#com-partnership h2 {
    color: white;
}

#com-partnership h6 {
    color: white;
    margin-bottom: 0;
    font-family: 'KlinicSlab-Medium';
    font-size: 18px;
    margin-top: 20px;
}

.com-intro-left {
    position: relative;
    background: url(../images/com-intro.png) no-repeat left bottom transparent;
}

.com-abc-right,
.com-support-right {
    text-align: center;
}

div.wpcf7-validation-errors {
    border: 0 !important;
}

span.wpcf7-not-valid-tip {
    
}

.form-group input[type="text"].wpcf7-not-valid,
.form-group input[type="tel"].wpcf7-not-valid,
.form-group input[type="email"].wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid {
    border-bottom: 1px solid red;
}

div.wpcf7 img.ajax-loader,
#s1z1 > p > span.ajax-loader {
    display: none !important;
}


/* new header styles */


/*.violet-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    background: #6A2D91;
}*/

.wrapper section.p-stage_1 {
    padding: 0
}

.p-stage_1 {
    position: relative;
    overflow: hidden;
    background-image: url('https://encoresupport.org/wp-content/uploads/2025/03/Encore-website-update-image-homepage-resized-v2.webp');
    background-repeat: no-repeat;
    background-position: top center;
}

.violet_block {
    position: relative;
    background-color: #6b2f92;
    color: #FFF;
}

.p-stage_1__bgd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    background: #6A2D91;
}

.p-violet_block {
    position: relative;
    height: 600px;
    overflow: hidden;
    width: 50%;
    min-width: 400px;
}

.p-violet_block__background {
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: rgba(138, 61, 188, 0.3);
    border-radius: 0 50% 50% 0;
    z-index: 0;
}

section .p-violet_block__background:before {
    right: 60px;
    background: #6a2d91;
    background: -moz-linear-gradient(left, #6a2d91 0%, #8a3dbc 100%);
    background: -webkit-linear-gradient(left, #6a2d91 0%, #8a3dbc 100%);
    background: linear-gradient(to right, #6a2d91 0%, #8a3dbc 100%);
    z-index: 2;
}

.p-violet_block__background:after,
.p-violet_block__background:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 35px;
    background: rgba(139, 61, 188, 0.5);
    border-radius: 0 50% 50% 0;
    z-index: 1;
}

.p-violet_block__content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 380px;
}

.text-reg {
    font-size: 18px;
    margin-bottom: 1em;
}

@media screen and (min-width: 1800px) {
    .p-stage_1__bgd {
        width: 42%
    }
    .p-stage_1 {
        background-position: top right;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width:1025px) {
    #bodyInactive {
        display: none!important;
    }
    .text-block {
        margin: -220px 0 0;
    }
    /* about */
    .banners {
        height: 615px;
    }
    /* services */
    .page-template-services .header-banner {
        height: 600px;
    }
    .services-about-img {
        width: 50%;
        float: left;
    }
    .services-about-content {
        width: 50%;
        float: right;
    }
    #services_specialties {
        padding: 80px 0 100px;
    }
    #services_encore {
        padding: 175px 0
    }
    #services_easing {
        padding: 90px 0 110px;
    }
    #services_study {
        padding: 150px 0;
    }
    #services_encore_serv {
        padding: 115px 0 160px;
    }
    #services_plans {
        padding: 100px 0 120px;
    }
    #services_encore p {
        max-width: 460px;
    }
    #services_study p {
        max-width: 425px;
    }
    #services_about p {
        max-width: 440px;
    }
    #services_specialties h2,
    #services_plans h2 {
        margin-bottom: 90px;
    }
    #services_study .block-right .img-responsive {
        margin-top: 60px;
    }
    #services_study .block-right {
        float: right;
    }
    /* community */
    .com-intro-left {
        height: 445px;
    }
    .com-intro-right {
        padding-bottom: 120px;
    }
    #com-intro {
        padding: 100px 0 0;
    }
    #com-abc {
        padding: 115px 0 115px;
    }
    #com-care {
        padding: 125px 0 110px;
    }
    #com-support {
        padding: 120px 0 110px;
    }
    .page-template-community .wrapper p {
        max-width: 445px;
    }
    .com-abc-right,
    .com-support-right {
        float: right;
    }
    /* institute */
    #ins-promo {
        margin: -210px 0 0;
    }
    #ins-banner {
        height: 535px;
    }
    #ins-promo .img-responsive {
        padding-top: 45px;
    }
    #ins-section {
        padding-top: 90px;
    }
    #faq-banner {
        height: 500px;
    }
    /* faqs */
    .faq-text-block .block-right {
        padding-left: 50px;
    }
    /* careers */
    #careers-banner {
        height: 615px;
        padding-top: 200px;
    }
    #careers-section {
        padding-top: 90px;
    }
    .careers-elem .careers-elem-title {
        max-width: 285px;
    }
    /* contact */
    #contact-section {
        padding: 135px 0 295px;
    }
    #contact-section .contact-title {
        max-width: 360px
    }
    .form-group input[type="text"],
    .form-group input[type="tel"],
    .form-group input[type="email"] {
        width: 90%
    }
    .form-group textarea {
        width: 95%;
    }
    .form-group input[type="submit"] {
        width: 90%;
    }
    .ins-attend-form .form-group {
        text-align: center;
    }
    #menu.pull-right {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    /*menu*/
    h2 {
        font-size: 40px;
    }
    .header li {
        margin-left: 10px;
    }
    .progress-block li p {
        margin: 0 0 20px;
    }
    .intro article {
        margin-top: 0;
    }
    .footer {
        font-size: 11px;
    }
    .footer .brand {
        width: 100px;
    }
    #closemenu {
        position: absolute;
        right: -9999px;
        height: 26px;
        width: 26px;
        left: 50px;
        top: 50px;
    }
    #closemenu span {
        top: 50%;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #6a2d91;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    #closemenu span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #closemenu span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #bodyInactive {
        display: none;
        z-index: 9;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(33, 33, 33, 0.3);
    }
    .header .menu-main-menu-container {
        padding-top: 60px;
        padding-right: 75px;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 65%;
        height: auto;
        z-index: 999;
        overflow: hidden;
        -webkit-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -moz-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -ms-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -o-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        right: -9999px;
        background-color: rgba(255, 255, 255, 1);
        float: none!important;
    }
    body.admin-bar .header ul {
        position: fixed;
        top: 132px;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 999;
        overflow: hidden;
        -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -moz-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -ms-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -o-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        left: -9999px;
        background-color: #843AB5;
        float: none!important;
    }
    .shrink ul {
        top: 60px;
    }
    .header ul li {
        display: block;
        margin: 0;
        line-height: normal;
        display: block;
        text-align: right;
    }
    .header ul li a {
        font-family: 'KlinicSlab-Book';
        font-size: 26px;
        outline: none;
        display: block;
        padding: 15px 0;
        color: #6a2d91;
    }
    .header li:last-child a {
        border: 0;
        padding: 15px 20px;
        display: block;
        line-height: normal;
        border-radius: 0;
    }
    .header li:last-child a:hover {
        background: none;
        color: #fff;
    }
    .header .current {
        left: 0;
    }
    #menu {
        position: relative;
        margin: 27px 20px 0 0;
        cursor: pointer;
    }
    .text-block {
        padding: 40px 0;
    }
    h4 {
        font-size: 25px;
    }
    .text-block p,
    .text-about p {
        margin: 20px 0;
    }
    /* home */
    .progress-block {
        background-size: cover;
    }
    /* about */
    .banners {
        height: 300px;
    }
    /* services */
    .page-template-services .header-banner {
        height: 300px;
    }
    #services_encore .block-left img,
    #services_study .block-right img {
        margin: 0 auto;
    }
    #services_specialties h2,
    #services_plans h2 {
        margin-bottom: 40px;
    }
    /* community */
    .com-intro-left {
        height: 320px;
        margin-bottom: 50px;
    }
    .com-care-left {
        margin-bottom: 50px;
    }
    .com-care-left img {
        display: block;
        margin: 0 auto;
    }
    /* institute */
    #ins-banner {
        height: 300px;
    }
    #ins-promo .img-responsive {
        margin-bottom: 50px
    }
    /* faqs */
    #faq-banner {
        height: 300px;
    }
    /* careers */
    /* contact */
    #contact-section {
        padding: 50px 0
    }
    #contact-section .contact-title {
        text-align: center;
    }
    .form-group input[type="text"],
    .form-group input[type="tel"],
    .form-group input[type="email"] {
        width: 100%
    }
    .form-group textarea {
        width: 100%;
    }
    .form-group input[type="submit"] {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {}

@media only screen and (max-width: 767px) {
    .promo {
        padding: 50px 0;
    }
    .promo li {
        margin-bottom: 25px;
    }
    .promo li:last-child {
        margin-bottom: 0;
    }
    .progress-block,
    .text-about,
    .promo-abt {
        padding: 50px 0;
    }
    .progress-block h2 {
        margin-bottom: 25px;
    }
    .footer {
        padding: 25px;
    }
    .footer .brand {
        height: auto;
        margin: 0 0 15px -15px;
    }
    .social {
        text-align: left;
        margin-top: 15px;
    }
    .ed {
        height: auto;
        padding: 20px 0;
    }
    .ed h2 {
        line-height: normal;
    }
    .services-about-content {
        padding: 60px 40px;
    }
    .ssplan-wrap {
        justify-content: space-around
    }
    #ins-promo {
        padding: 60px 0px;
    }
    .ins-content-logo {
        margin: 0 auto 20px;
        display: block;
    }
    .careers-elem {
        padding: 25px;
    }
    .ins-elem {
        padding: 25px;
    }
    body.admin-bar .header ul {
        top: 146px;
    }
    #closemenu {
        left: 20px;
        top: 20px;
    }
    .header .menu-main-menu-container {
        padding-top: 30px;
        padding-right: 35px;
    }
    .header ul li a {
        padding: 10px 0;
        font-size: 22px;
    }
}

.wpcf7-response-output.wpcf7-display-none {
    padding: 0;
    font-family: 'KlinicSlab-Light';
    font-size: 30px;
    line-height: 1.25;
    color: red;
    margin: 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin: 0 0 50px;
    color: green;
    font-size: 36px;
    border: 1px solid green;
    padding: 20px 10px;
}



.read_more_content_bg,
.ins-attend-form_bg {
    width: 50vw;
    height: 75vh;
    z-index: 999;
    position: fixed;
    left: 25vw;
    top: 15vh;
    display: none;
    background: white;
    padding: 30px;
    border-radius: 15px;
}
#applyforminp.wpcf7-response-output.wpcf7-display-none{    font-size: 20px; line-height:20px; text-align: center; padding-top: 20px;
}
#applyforminp.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin: 15px 0 15px;
    color: green;
    
    border: 1px solid green;
    padding: 20px 10px;
}
.fileup {
   
    padding-left: 15px;
}


.read_more_content,
.ins-attend-form {
    width: 100%;
    float: left;
    overflow-y: auto;
    height: 100%;
}

.page-overlay {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.close_rm {
    font-family: arial;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid grey;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 17px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    /* h2,h3,h4,h5{width:100%;text-align:center;} */
    .p-violet_block__content {
        max-width: 80%;
    }
    .p-violet_block {
        max-width: 600px;
        width: 60%;
        height: 380px;
    }
    .p-stage_1 {
        -webkit-background-size: cover;
        background-size: cover;
    }
    .p-violet_block__content .btn-more,
    .intro .btn-more {
        margin: 0 auto;
        display: inline-block;
        float: none;
        text-align: center;
    }
    .read_more_content_bg {
        width: 80vw;
        height: 80vh;
        z-index: 999;
        position: fixed;
        left: 10vw;
        top: 10vh;
    }
    /*about*/
    .wrapper>section.text-about {
        padding-bottom: 350px;
    }
    /*contact*/
    #contact-section {
        background-position: top left;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 57px;
    }
    .header {
        height: auto;
    }
    .brand {
        width: 100px;
        height: 40px;
        margin-top: 15px;
    }
    #menu {
        margin: 15px 0 0 0;
    }
    #menu img {
        max-width: 23px;
    }
    .text-reg {
        font-size: 12px;
        line-height: 20px;
    }
    .p-violet_block {
        min-width: 1px;
        width: 80%;
        height: 280px;
        max-width: 400px;
    }
    .p-violet_block__content h2 {
        font-size: 24px;
    }
    .wrapper>section {
        padding: 40px 0;
    }
    .wrapper>section.promo {
        padding-bottom: 140px;
    }
    .promo img {
        max-width: 171px;
    }
    .promo li p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .promo li a.btn-more {
        background-color: #6b2f92;
        color: #fff;
    }
    h2 {
        font-size: 27px;
        font-weight: bold;
    }
    .intro figure img {
        max-width: 210px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -65%);
        -ms-transform: translate(-50%, -65%);
        -o-transform: translate(-50%, -65%);
        transform: translate(-50%, -65%);
    }
    .intro h2 {
        margin-top: 100px;
    }
    .intro article {
        text-align: center;
    }
    .intro article p {
        font-size: 13px;
        padding: 0 20px;
    }
    .progress-block {
        text-align: center;
    }
    .progress-block p {
        font-size: 13px;
        padding: 0 10px;
    }
}


/* gradient in iphones */

@media screen and (min-width: 320px) and (max-width: 415px) and (orientation:portrait) {
    .p-stage_1 .container {
        padding: 0;
    }
    .p-violet_block__content {
        padding-left: 15px;
        max-width: 190px;
    }
    .p-violet_block__background {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
        height: 470px;
        background: none;
    }
    section .p-violet_block__background:before {
        width: 100%;
    }
    .p-stage_1__bgd {
        display: none;
    }
    .p-violet_block__background:after,
    .p-violet_block__background:before {
        border-radius: 0 50% 65% 0;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        transform: rotate(-40deg);
        right: -15px;
    }
    .p-violet_block {
        overflow: visible;
    }
}

@media screen and (max-width:480px) {
    .read_more_content_bg,
    .ins-attend-form_bg {
        width: 94vw;
        height: 90vh;
        left: 3vw;
        top: 5vh;
    }
    .ins-attend-form .form-group input[type="submit"] {
        min-width: 100px;
    }
    .p-stage_1 {
        background-position: 65% 50%;
    }
}

@media all and (max-width:320px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1025px) {
    .page-template-especial .header-banner {
        height: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-especial .header-banner {
        height: 300px;
    }
}

.page-template-especial .header-banner {
    background: url(../images/Encore-website-update-special-ed-image.png) center center transparent;
    background-size: cover;
}

@media only screen and (min-width: 1025px) .page-template-especial .text-block {
    margin: -220px 0 0;
}

.page-template-especial .text-block {
    background-color: #853dbd;
    color: white;
    padding-left: 37px;
    padding-right: 37px;
}

@media (max-width: 992px) {
    .page-template-especial .text-block {
        background-color: #853dbd;
        color: white;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.page-template-especial .especial-p {
    margin-bottom: 11px;
}

.especial-space-beetwin {
    padding: 25px;
}

.page-template-especial .text-block p,
.page-template-especial .text-about p {
    margin-top: 10%;
}

.especial-p {
    font-size: 24px;
    color: white;
}

.page-template-especial .text-block h4 {
    font-size: 30px;
    color: #fff;
}

.page-template-especial .text-block h2,
.page-template-especial .text-block h6 {
    color: white;
}

@media only screen and (min-width: 1025px) {
    .page-template-especial #services_easing {
        padding: 90px 0 110px;
    }
}

.page-template-especial #services_easing {
    padding-top: 8%;
    min-height: 650px;
    background: url(/wp-content/uploads/especial-ed/bg-here.jpg) no-repeat center center transparent;
    background-size: cover;
    color: white;
    background-attachment: fixed;
}

.page-template-especial #services_study,
.page-template-encore-aba #services_study {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-template-especial #services_study h2,
.page-template-encore-aba #services_study h2 {
    margin-bottom: 80px;
}

.page-template-especial #services_study .serv-title,
.page-template-encore-aba #services_study .serv-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-template-encore-aba .header-banner {
    background: url(/wp-content/uploads/encore-aba/Encore-website-update-ABA-image.png) center center transparent;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    .page-template-encore-aba .header-banner {
        height: 600px;
    }
}

.page-template-encore-aba .text-block h2,
.page-template-encore-aba .text-block h6 {
    color: white;
}

.page-template-encore-aba .text-block {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37c3f1+1,008bc3+100 */
    background: #37c3f1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #37c3f1 1%, #008bc3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37c3f1 1%, #008bc3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37c3f1 1%, #008bc3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37c3f1', endColorstr='#008bc3', GradientType=1);
    /* IE6-9 */
    color: white;
    padding-left: 37px;
    padding-right: 37px;
}

@media (max-width: 992px) {
    .page-template-encore-aba .text-block {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37c3f1+1,008bc3+100 */
        background: #37c3f1;
        /* Old browsers */
        background: -moz-linear-gradient(left, #37c3f1 1%, #008bc3 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #37c3f1 1%, #008bc3 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #37c3f1 1%, #008bc3 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37c3f1', endColorstr='#008bc3', GradientType=1);
        /* IE6-9 */
        color: white;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.page-template-encore-aba .text-block h4 {
    color: white;
}

.page-template-encore-aba #services_easing {
    padding-top: 14%;
    background: url(/wp-content/uploads/encore-aba/video/1.jpg) no-repeat center center transparent;
    background-size: cover;
    color: white;
    background-attachment: fixed;
}

@media (min-width: 1200px) {
    .page-template-encore-aba #services_easing .col-md-6 {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.wrap-h2-encore-aba {
    background-image: url(/wp-content/uploads/encore-aba/star.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15%;
}

@media (min-width: 992px) {
    #line__and__grad_steps {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.hrgr {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 0;
    position: relative;
    margin-bottom: 27px;
}

.wrap182-grad {
    height: 182px;
}

.hrgr1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,8ad0ed+50,8ccdec+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 49%, #8ad0ed 50%, #8ccdec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 49%, #8ad0ed 50%, #8ccdec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 49%, #8ad0ed 50%, #8ccdec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8ccdec', GradientType=1);
    /* IE6-9 */
}

.hrgr2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90c8e9+0,95c1e6+100 */
    background: #90c8e9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #90c8e9 0%, #95c1e6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #90c8e9 0%, #95c1e6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #90c8e9 0%, #95c1e6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#90c8e9', endColorstr='#95c1e6', GradientType=1);
    /* IE6-9 */
}

.hrgr3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95c1e6+0,a1b3dd+100 */
    background: #95c1e6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #95c1e6 0%, #a1b3dd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #95c1e6 0%, #a1b3dd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #95c1e6 0%, #a1b3dd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#95c1e6', endColorstr='#a1b3dd', GradientType=1);
    /* IE6-9 */
}

.hrgr4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1b3dd+0,aba6d6+100 */
    background: #a1b3dd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a1b3dd 0%, #aba6d6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a1b3dd 0%, #aba6d6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a1b3dd 0%, #aba6d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1b3dd', endColorstr='#aba6d6', GradientType=1);
    /* IE6-9 */
}

.hrgr5 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aba6d6+0,b49bd1+100 */
    background: #aba6d6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #aba6d6 0%, #b49bd1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aba6d6 0%, #b49bd1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aba6d6 0%, #b49bd1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aba6d6', endColorstr='#b49bd1', GradientType=1);
    /* IE6-9 */
}

.hrgr6 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b49bd0+0,b698cf+50,ffffff+51,ffffff+51 */
    background: rgb(180, 155, 208);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(180, 155, 208, 1) 0%, rgba(182, 152, 207, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 51%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(180, 155, 208, 1) 0%, rgba(182, 152, 207, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 51%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(180, 155, 208, 1) 0%, rgba(182, 152, 207, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 51%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b49bd0', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.ccea__aba {
    height: 31px;
    width: 31px;
    border-radius: 50px;
    background-color: lightblue;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin-top: -16px;
    z-index: 1;
    margin-bottom: -15px;
    position: relative;
    padding-top: -2px;
}

#line__and__grad_steps>div>div>div:nth-child(1)>h2,
#line__and__grad_steps>div>div>div:nth-child(4)>div.wrap182-grad>h2,
#line__and__grad_steps>div>div>div:nth-child(5)>h2 {
    color: #009ddc;
    font-weight: 600;
}

#line__and__grad_steps>div>div>div>h2,
#line__and__grad_steps>div>div>div:nth-child(6)>div.wrap182-grad>h2,
#line__and__grad_steps>div>div>div:nth-child(2)>div.wrap182-grad>h2 {
    font-weight: 600;
}

@media (max-width: 992px) {
    #line__and__grad_steps hr {
        background: white!important;
    }
    #line__and__grad_steps .serv-title,
    #line__and__grad_steps h2 {
        text-align: center!important;
    }
}

.color-circle-encor-aba {
    background-color: #03bcf2;
}

.color-circle-encor-aba-2 {
    background-color: #2a93cf;
}

.color-circle-encor-aba-3 {
    background-color: #3479be;
}

.color-circle-encor-aba-4 {
    background-color: #6356ad;
}

.color-circle-encor-aba-5 {
    background-color: #5445a9;
}

.color-circle-encor-aba-6 {
    background-color: #6f319f;
}

.wrap182-grad img {
    margin-top: 70px;
}

#line__and__grad_steps h2,
#line__and__grad_steps p {
    text-align: left;
}

#line__and__grad_steps .col-md-2 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#line__and__grad_steps p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

#line__and__grad_steps h2 {
    font-size: 29px;
    line-height: 30px;
}

@media only screen and (min-width: 1025px) {
    .page-template-news #careers-banner {
        height: 530px!important;
        padding-top: 200px;
    }
}

.page-template-news #careers-banner {
    background-image: url(/wp-content/uploads/news/bg-news.jpg);
}

#news-section img {
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

#news-section {
    padding-bottom: 50px;
}

.sub-menu li:last-child a {
    border: solid 0px;
}

.pp-new-menu {
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
	margin-top: -20px;
}

.sub-menu:hover {
    display: block;
}

#menu-item-235:hover .sub-menu,
#menu-item-293:hover .sub-menu,
#menu-item-30:hover .sub-menu {
    display: block;
}

@media (max-width: 1024px) {
    #menu-item-235 > a {
        margin-bottom: 10px!important;
    }
    .menu-main-menu-container {
        padding-top: 10px!important;
    }
    #menu-main-menu > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .pp-new-menu > .sub-menu {
        padding-top: 10px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
}

#menu-item-235 > a {
    margin-bottom: 30px;
}

.sub-menu {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 4px;
    margin-top: -25px;
    margin-left: -35px;
    display: none;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
}

.sub-menu li:last-child a:hover {
    background: #fff;
    color: #009ddc;
}

.sub-menu li {
    display: block;
    margin-left: 0px;
    line-height: initial;
}

.sub-menu li a {
    padding-left: 0px!important;
    padding-right: 0px!important;
    line-height: 40px;
}

@media (max-width: 1100px) {
    #menu-main-menu li {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 1024px) {
    body.admin-bar .header ul {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(132, 58, 181, 0);
    }
}

.page-template-encore-aba .header-banner {
    min-height: 150px;
}

.wrap__pp__video {
    width: 100%;
    margin-top: -320px;
}

.wrap__pp__video .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.zzcontent {
    position: relative;
    bottom: -525px;
    margin-top: 20%;
    z-index: 2;
    margin: 0 auto;
    color: white;
}

.zzcontent h2 {
    color: white;
    margin-bottom: 40px;
}

.video {
    /* position: relative; */
    min-width: 100%;
    min-height: 650px;
    width: 100%;
}

audio,
video {
    display: inline-block;
}

.especial-p span {
    font-size: 10px;
    line-height: 1px;
    position: absolute;
}


/* Modal Pavel Start */


/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/* Modal Pavel End */

.services-about-content a {
    color: #009ddc;
}

.services-about-content a:hover {
    color: #6b2f92;
}

@media (max-width: 991px) {
    .no-mob {
        display: none;
    }
}

@media (min-width: 992px) {
    .no-desk {
        display: none;
    }
}

#news-section {
    border-bottom: 1px solid #f0eaf4;
}

section.inst1 {
    padding-top: 135px;
    padding-bottom: 135px;
    background-image: url(/wp-content/themes/encore/images/institute/bg-top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.inst1 h2 {
    color: white;
    line-height: 48px;
    margin-top: 70px;
}

.inst1 p {
    color: white;
    margin-top: 30px;
}


/*
.con-flt-post-first {
    padding-top: 100px;
}
*/

.post-first-row {
    min-height: 665px;
    background-image: url(/wp-content/themes/encore/images/post/bg.jpg);
    background-position: center center;
    padding-top: 145px;
    background-size: cover;
}

.art-big-letter {
    font-size: 116px;
    color: #6a2d91;
    line-height: 100px;
    text-align: right;
    padding-right: 50px;
    margin-top: 21px;
}

.article-header {
    font-size: 48px;
    color: #0099dd;
    font-weight: bold;
    line-height: 52px;
    max-width: 470px;
}

.post-static-text {
    color: white;
    font-size: 48px;
    line-height: 50px;
    max-width: 580px;
}

.post-static-text {
    margin-bottom: 140px;
}

.row-post-white-bg {
    background-color: white;
    padding-top: 141px;
}

.wrap-all-text-in-post {
    max-width: 710px;
}

.qestion-post-wrap {
    font-size: 26px;
    color: #4e4e4e;
}

.cw {
    color: white;
}

.text-in-last-slide-post {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
}

.single-post blockquote p {
    line-height: 46px;
    font-size: 48px;
    font-style: italic;
    border-left: none;
    margin-bottom: 10px;
}

blockquote {
    border-left: none;
}

.athor-img img {
    border-radius: 50px;
}

.athor-img {
    background-position: center center;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(235, 235, 235, 1);
    box-shadow: 0px 0px 20px 0px rgba(235, 235, 235, 1);
}

.post-question-here p {
    font-size: 20px;
}

.first-wrap-text-here .qestion-post-wrap {
    margin-bottom: 120px;
    margin-top: 50px;
}

.author-first {
    font-family: 'Elektra Light Pro';
    font-weight: 300;
    font-style: normal;
    color: #000;
    margin-bottom: 5px;
    margin-top: 20px;
}

.author-sec {
    font-family: 'Elektra Medium Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #0099dd;
}

.author {
    margin-top: 110px;
    margin-bottom: 50px;
}

.wrap-socical img {
    height: 25px;
    width: 25px;
}

.wrap-all-link-post {
    display: inline-block;
    float: right;
}

.wrap-socical img {
    margin-left: 5px;
}

.first-all-wr-post {
    min-height: 300px;
}

.wrap-all-link-post {
    max-width: 555px;
}

.footer-post-page {
    margin-bottom: 141px;
}

.fr {
    float: right;
}

.last-footer-post-div {
    margin-top: 30px;
    padding-top: 145px;
    min-height: 573px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8355a3+0,662d91+100 */
    background-color: #00b1ff;
}

.img-afret-post {
    max-width: 360px;
}

.addtoany_share_save_container {
    display: none;
}

.single-post .header {
    position: relative;
}

.addtoany_share_save_container {
    display: none;
}

@media (min-width: 991px) {
    .wrap-all-link-post {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .con-flt-post-first {
        padding-top: 0px;
    }
    .row-post-white-bg {
        padding-top: 0px;
    }
    .single-post blockquote p {
        line-height: 54px;
    }
    .author {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .athor-img {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-post-page {
        margin-bottom: 20px;
    }
    .wrap-all-link-post {
        margin-left: auto;
        margin-right: auto;
        display: initial;
        text-align: center;
        float: initial;
    }
    .post-first-row {
        margin-bottom: 0px;
    }
    .first-all-wr-post {
        padding-top: 100px;
    }
    .last-footer-post-div {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .img-afret-post {
        float: none;
        margin-left: auto;
        margin-bottom: 30px;
        margin-right: auto;
    }
    .text-in-last-slide-post {
        line-height: 39px;
        text-align: center;
    }
    .author-first,
    .author-sec {
        text-align: center;
    }
    .img-afret-post {
        width: 100%;
    }
}

.iamge-minis-marg {
    height: 260px;
    margin-bottom: -130px;
    margin-top: -130px;
    text-align: right;
    background-image: url(/wp-content/themes/encore/images/post/png-logo.png);
    z-index: 999;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-in-secz {
    max-width: 450px;
    font-size: 18px;
}

.text-in-f {
    font-size: 48px;
    line-height: 52px;
}

.sectext2 {
    color: #009ddc;
}

.sectext1 {
    color: #6a2d91;
    margin-top: 120px;
}

.bg-kakt {
    background-image: url(/wp-content/themes/encore/images/institute/bg-kakt.jpg);
    background-size: cover;
    height: 261px;
}

.sec-lets-talk {
    text-align: center;
}

.sec-lets-talk img {
    height: 344px;
    margin-top: -280px;
    margin-bottom: -142px;
    z-index: 1;
    position: relative;
}

@media (max-width: 775px) {
    .sec-lets-talk img {
        height: initial;
        margin-top: -70px;
        margin-bottom: -100px;
        z-index: 1;
        position: relative;
    }
}

.page-template-institute section.inst1 {
    background-size: cover;
    margin-bottom: -5px;
    z-index: 1;
    position: relative;
}

.page-template-institute .sectext2 {
    margin-top: -100px;
}

.sec-inst-last-do {
    background-color: #f3f8fb;
    padding-bottom: 180px;
}

.inst-last-text-a-closer {
    font-size: 47px;
    line-height: 50px;
    color: #009ddc;
}

.inst-last-text-two-col-head {
    font-size: 36px;
    color: #6a2d91;
    line-height: 38px;
}

.sec-inst-last-one {
    padding-top: 9%;
    padding-bottom: 8%;
    background-image: url(/wp-content/themes/encore/images/institute/bg-bott.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.textlast-slid {
    color: white;
    font-size: 48px;
    text-align: center;
    line-height: 50px;
}

.textlast-slid2 {
    color: white;
    text-align: center;
}

.header li:last-child #menu-item-320 a {
    border: none;
}

.header li:last-child #menu-item-320 a:hover {
    background: #fff;
    color: #009ddc;
}

.in-butt-arr-right,
.in-butt-text {
    display: inline-block;
}

.in-butt-arr-right img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 30px;
}

.like-button-post p {
    font-weight: bold;
}

@media (max-width: 433px) {
    .in-butt-arr-right img {
        display: none;
    }
    .in-butt-text p {
        text-align: center;
    }
    .like-button-post {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.in-butt-text {
    float: left;
}

.post-last-container-dop {
    background-color: #f8f4fa;
    padding-top: 105px;
    padding-bottom: 105px;
}

.wrap-all-link-post .author-first {
    display: none;
}

.in-butt-text p {
    font-size: 19px;
    text-transform: uppercase;
    color: #6a2d91;
    margin-top: 2px;
    margin-bottom: 27px;
}

.a-all-post-link {
    display: inline-block;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
    background-color: #f0eaf4;
    border-radius: 50px;
}

.f0eaf4 .post-static-text-all-posts {
    font-size: 48px;
    line-height: 50px;
    max-width: 580px;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.button-for-all-text p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.button-for-all-text {
    background-color: #f0eaf4;
}

.array-first-line-text {
    font-size: 48px;
    color: #0099dd;
    font-weight: 300;
    line-height: 52px;
    max-width: 470px;
}

.fluid-for-list-post-lets {
    min-height: 75vh;
    background-image: url(/wp-content/themes/encore/images/post/bg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 25vh;
    padding-bottom: 5vh;
    color: white;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}

.fluid-for-list-post-lets .plist-post-lets {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
}

.row-for-list-article hr {
    margin-top: 60px;
    border-top: 2px solid #e5f5fc;
}

@media (min-width: 991px) {
    .page-template-all-post-let-is-talk .first-all-wr-post > div.col-md-10 > div > div:nth-child(odd) {
        padding-right: 35px!important;
    }
    .page-template-all-post-let-is-talk .first-all-wr-post > div.col-md-10 > div > div:nth-child(even) {
        padding-left: 35px!important;
    }
    .page-template-all-post-let-is-talk .first-all-wr-post {
        margin-top: -20vh;
    }
}

.page-template-all-post-let-is-talk .first-all-wr-post > div.col-md-10 > div > div:nth-last-child(-n+2) hr {
    display: none;
    padding-bottom: 50px;
}

.row-for-list-article {
    padding-bottom: 150px;
}

.like-button-post {
    border: #ddd0e6;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    padding-top: 25px;
    padding-left: 60px;
    padding-right: 60px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.post-static-text-all-posts {
    color: white;
    margin-top: 16vh;
    font-size: 48px;
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
    line-height: 56px;
    margin-bottom: 18vh;
    text-align: center;
}

@media (max-width: 433px) {
    .like-button-post {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.for-previeev-art {
    max-width: calc(50% - 30px);
    display: inline-block;
    float: left;
    min-height: 450px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .for-previeev-art {
        max-width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
        min-height: 0px;
        margin-bottom: 15px;
    }
    .array-first-line-text {
        max-width: 100%;
    }
}

#ins-section > div.container > ul > li:nth-child(2) {
    display: none;
}

.light-ping-bg {
    background-color: #f0eaf4;
}

.minus-marg-top {
    margin-top: -150px;
}

.container-for-wrap-single-post {
    background-color: white;
}

.post-top-lets-talk {
    margin-top: -100px;
}

@media (min-width: 1420px) {
    .container-for-wrap-single-post {
        width: 1400px;
        margin-top: -280px;
    }
}

.bg-prew-image-singl-post {
    min-height: 360px;
    background-position: center center;
    background-size: cover;
    background-color: #f0eaf4;
}

@media (min-width: 1420px) {
    .marg-top-inner-sing {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .marg-top-inner-sing {
        margin-top: 70px;
    }
}

.podrub-head p {
    font-size: 24px;
    color: #0099dd;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    #s1 > div:first-child {
        padding-left: 70px;
        padding-right: 35px;
    }
    #s1 > div:nth-child(2) {
        padding-right: 70px;
        padding-left: 35px;
    }
}

#s1z1,
#s1z2,
#s1z3 {
    margin-bottom: 70px;
}

.qestion-header-s-post {
    font-size: 48px;
    color: #0099dd;
    font-weight: bold;
    line-height: 48px;
}

#s1 .art-big-letter {
    font-size: 72px;
    color: #6a2d91;
    margin-top: 0px;
    line-height: 60px;
}

#s1r2 .quest-descr {
    font-weight: 600;
    color: #4e4e4e;
    font-size: 24px;
    line-height: 32px;
}

#s1r2 {
    padding-top: 70px;
}

#s1 .author-first {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}

#s1 .author-sec {
    font-size: 18px;
    color: black;
}

#s1r4 p,
#s1r4 li {
    color: #4e4e4e!important;
}

#s1z1,
#s1z4 {
    background-color: #f0eaf4;
    padding-top: 34px;
    text-align: center;
    padding-bottom: 50px;
}

#s1z4 textarea,
#s1z1 input,
#s1z4 input {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-width: 0px;
    border-radius: 50px;
    width: 65%;
    margin-bottom: 10px;
    /* Change the white to any color ;) */
}

#s1z4 textarea {
    border-radius: 5px;
}

#s1z1 input:focus,
#s1z1 select:focus,
#s1z1 textarea:focus,
#s1z1 button:focus {
    outline: none;
}

#s1z4 input:focus,
#s1z4 select:focus,
#s1z4 textarea:focus,
#s1z4 button:focus {
    outline: none;
}

#s1z1 textarea:-webkit-autofill,
#s1z1 input:-webkit-autofill,
#s1z4 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.s1-sing-post-submit h5 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#s1z1 button,
#s1z4 button,
#s1z4.wpcf7-submit,
#s1z1.wpcf7-submit,
#s1z4 > p > input,
#submitSingUpFirst {
    margin-top: 17px!important;
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border: none!important;
    border-width: 0px!important;
    border-radius: 50px!important;
    width: 75%!important;
    margin-bottom: 10px!important;
    background-color: #6a2d91!important;
    color: white!important;
    font-size: 14px!important;
}

#s1z1 button:hover,
#s1z4 button:hover,
#s1z4.wpcf7-submit:hover,
#s1z1.wpcf7-submit:hover {
    opacity: 0.8!important;
}

@media(max-width: 991px) {
    .athor-img {
        height: 65px;
        width: 65px;
    }
}

#s1z1 h4,
#s1z4 h4 {
    font-size: 24px;
    color: #6a2d91;
    font-weight: 700;
    margin-bottom: 10px;
}

#wpcf7-f400-o1 .ajax-loader {
    display: none;
}

#wpcf7-f400-o1 textarea::-webkit-input-placeholder,
#wpcf7-f400-o1 input::-webkit-input-placeholder,
#wpcf7-f401-o1 textarea::-webkit-input-placeholder,
#wpcf7-f401-o1 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3a3a3;
}

#wpcf7-f400-o1 textarea::-moz-placeholder,
#wpcf7-f400-o1 input::-moz-placeholder,
#wpcf7-f401-o1 textarea::-moz-placeholder,
#wpcf7-f401-o1 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3;
}

#wpcf7-f400-o1 textarea:-ms-input-placeholder,
#wpcf7-f400-o1 input:-ms-input-placeholder,
#wpcf7-f401-o1 textarea:-ms-input-placeholder,
#wpcf7-f401-o1 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3a3a3;
}

#wpcf7-f400-o1 textarea:-moz-placeholder,
#wpcf7-f400-o1 input:-moz-placeholder,
#wpcf7-f401-o1 textarea:-moz-placeholder,
#wpcf7-f401-o1 input:-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3;
}

#wpcf7-f400-o1 #buttSinglePageLastForm,
#wpcf7-f401-o1 #submitSingUpFirst {
    text-transform: uppercase;
    font-family: 'KlinicSlab-Light';
}

#s1z1 h5,
#s1z4 h5 {
    font-size: 16px;
    color: #99959b;
    font-weight: bold;
    margin-bottom: 22px;
}

.small-prew-post-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75px;
    width: 30%;
    display: inline-block;
}

.listen-recept-post li {
    display: flex;
    margin-top: 11px;
    margin-bottom: 11px;
}

.wrap-desc-small-prew-post-img {
    padding-left: 20px;
    display: inline-block;
    width: 70%;
}

.wrap-ing-small-prew-post-img {
    background-color: #f0eaf4;
}

p.pure-podrub-head {
    font-size: 16px;
    color: #6a2d91;
}

.podrub-head ul li {
    color: #464646;
}

p.li-text-singlepost {
    font-size: 16px;
    color: #464646;
    display: initial;
    font-weight: 400;
}

p.li-circle {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    color: #6a2d91;
    float: left;
    margin-bottom: 15px;
}

.podrub-head ul {
    display: grid;
}

.light-button-here {
    background-color: #f0eaf4;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    color: #6a2d91;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 14px;
}

.mlra {
    margin-right: auto;
    margin-left: auto;
}

.butt-under-icon-sing-post,
.butt-under-icon-sing-post:visited,
.butt-under-icon-sing-post:active,
.butt-under-icon-sing-post:focus {
    background-color: #00b1ff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
}

.for-first-light-button-here {
    margin-bottom: 50px;
}

.wrap-last-button {
    width: 100%;
    background-color: aquamarine;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    background-color: #f4f8f9;
    color: #bacbcf;
    padding-top: 38px;
    padding-bottom: 34px;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 90px;
}

@media (min-width: 1420px) {
    .container-for-wrap-single-post-last {
        width: 1400px;
    }
}

.tal {
    text-align: left;
}

.container-for-wrap-single-post-last img {
    margin-left: 15px;
}

.wrap-img-butt-under-icon-sing-post {
    width: 100%;
}

.img-butt-under-icon-sing-post {
    width: 130px;
}

#s11foot .butt-under-icon-sing-post {
    margin-top: 40px;
}

.last-post-butt-under-icon-sin {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

p.text-in-last-slide-post,
p.text-in-last-slide-post {
    font-family: 'KlinicSlab-Light';
}

@media (max-width: 1024px) {
    #menu-item-320 > a {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #menu-item-235 > div > ul {
        padding-right: 25px;
    }
    #menu-item-319 > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #menu-item-235 > div {
        margin-top: -25px;
    }
}

#news-section .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.page-template-news .carousel-inner img {
    margin-top: 0px!important;
}

.page-template-news .carousel-control.right {
    position: fixed;
    right: 0px;
}

.page-template-news .carousel-control.left {
    position: fixed;
    left: 0px;
}

.page-template-news .carousel-control.right,
.page-template-news .carousel-control.left {
    background-image: none!important;
}

#news-section .col-md-4 > img {
    border-radius: 6px;
}

.page-template-news span.glyphicon.glyphicon-chevron-right::before {
    content: url(/wp-content/themes/encore/images/news/arr/right-arrow.svg)!important;
    height: 50px!important;
    background-size: contain!important;
    background-size: 50px!important;
}

.page-template-news span.glyphicon.glyphicon-chevron-left::before {
    content: url(/wp-content/themes/encore/images/news/arr/left-arrow.svg)!important;
    height: 50px!important;
    background-size: contain!important;
    background-size: 50px!important;
}


/*
.swiper-container-z {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide-z {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}*/


/* /wp-content/themes/encore/images/news/update11-15/newsletters/1.jpg */

.news__all__wrap__row {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.news__all__wrap__row:not(:first-child) {
    padding-top: 80px;
}

.news__row__description p {
    color: #00a5e0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
}

.news__image__elemet {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap__news__ellement {
    margin-top: 20px;
    padding: 18px 18px 0px 18px;
    background-color: #f3f3f3;
    -webkit-transition: margin-top 0.3s;
    /* Safari */
    transition: margin-top 0.3s;
    cursor: pointer;
}

@media (min-width: 510px) {
    .wrap__news__ellement:hover {
        margin-top: 2px;
    }
}

@media (max-width: 510px) {
    .wrap__news__ellement {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 30px;
    }
    #news-section-update .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #news-section-update .wrap__news__ellement {
        padding: 5px 5px 0px 5px;
    }
    #news-section-update .news__all__wrap__row {
        padding-top: 30px;
    }
    #news-section-update .news__row__description p {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*
#menu-item-235 .sub-menu, #menu-item-293 .sub-menu, #menu-item-30 .sub-menu {
    opacity: 0!imporatant;
    -webkit-transition: opacity 2s;  Safari 
    transition: opacity 2s;
}
*/


/*
#menu-item-235:hover .sub-menu, #menu-item-293:hover .sub-menu, #menu-item-30:hover .sub-menu {
    opacity: 1;
}
*/

.footer .brand {
    margin-top: 0px;
}

.news__row__description p {
    margin-bottom: 10px;
}

#news-section-update {
    padding-bottom: 0px;
}

.flex-container-pp {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }

.flex-item-pp {
    padding: 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    }

