@font-face {
    font-family: 'OpenSansBold';
    src: url("../fonts/OpenSansBold/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'OpenSansLight';
    src: url("../fonts/OpenSansLight/OpenSansLight.eot");
    src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
    url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
    url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

body{
    font-family:OpenSansRegular;
    min-height: 300px;
    font-size:16px;
    line-height:1.6;
}
h1, h2, h3, h4, h5, h6{
    font-family:OpenSansBold;
    text-align: center;
    padding-bottom: 20px;
}
h1{
    text-transform: uppercase;
}
span, label {
    font-family: 'OpenSansLight';
}
h2 {
    font-family: OpenSansLight;
    font-weight: 100;
    font-size: 42px;
    color: #2e3f47;
}
article {
    margin-bottom:1rem;
}
.layout-content-page h2{
    font-size:2em;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
p {
    margin-bottom: 30px;
    color: #2e3f47;
}
b, strong {
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
.ui.input input::-webkit-input-placeholder{
    color:#000;
    font-size:16px;
}
.ui.input input::-moz-placeholder{
    color:#000;
    font-size:16px;
}
.ui.input input:-ms-input-placeholder{
    color:#000;
    font-size:16px;
}
html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
    height: initial !important;
}
#main-wrapper {
    overflow-x: hidden;
}
.swing{
    -webkit-animation: swing 0.5s ease;
    animation: swing 0.5s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.oveflower {
    overflow: hidden!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
#wrapper-mobile-menu {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wrapper-front-page  h2 {
    text-align: center;
    position: relative;
    margin-bottom:60px;
}
.ui.container {
    position: relative;
    z-index:10;
    margin-left: 1rem;
    margin-right: 1rem;
}
/*Header*/

.ui-sidebar-right.vertical.visible {
    width: 260px;
    right: 0!important;
    left: auto!important;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.ui-sidebar-right.vertical{
    display: block;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #3c4f56;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
    height: 100%!important;
    max-height: 100%;
    border-radius: 0!important;
    margin: 0!important;
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    /*overflow-y: auto!important;*/
    z-index: 200;
}
.ui-sidebar-right.visible.overlaying {
    opacity: 1;
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}

.header-wrapper-ui.ui.sticky.fixed.top {
    background: rgba(0, 0, 0, 0.37);
}
.header-container::after, .header-container::before {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
.nav-column {
    float: right;
}
.logo-column {
    float: left;
    max-width: 180px;
}
.nav-column,
.logo-column {
    line-height: 40px;
}
.header-buttons {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 .1em;
    margin-right: 3.5em;
    display: none;
}

.header-buttons a {
    background: #6fcdd6;
    color: #fff;
    border-radius: .22888em;
    padding: 0 .5em;
    display: inline-block;
    vertical-align: top;
    font-size: 0.65em;
}

.header-buttons .hb_login {
    background: transparent;
    color: #6fcdd6;
    -webkit-box-shadow: inset 0px 0px 0px 1px #6fcdd6;
    -moz-box-shadow: inset 0px 0px 0px 1px #6fcdd6;
    box-shadow: inset 0px 0px 0px 1px #6fcdd6;
}
.header-wrapper-ui {
    padding-top: 5px;
    padding-bottom:5px;
}
.custom-logo-link {
    max-width: 135px;
    width: 100%;
    height: auto;
}
#header .column {
    padding-bottom: 0;
}
#header .ui.menu{
    background: transparent;
    border: none;
    box-shadow: none;
}
#header .menu-item > a{
    font-family: OpenSansRegular;
    color: #fff;
    -webkit-transition: color .350ms ease;
    transition: color .350ms ease;
}
#header .menu-item:hover a {
    color: #4bbeca;
}
#header .menu-item {
    margin: auto;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .92857143em 1.14285714em;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-weight: 400;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: .85714286em 1.14285714em;
    border-bottom-width: 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}
#menu-prime-menu {
    border-width: 2px;
    border-color: rgba(34,36,38,.15);
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    background: transparent;
    font-weight: 400;
    border-radius: .28571429rem;
    min-height: 2.85714286em;
}
.header-wrapper-ui.header-fix.fadeInDown {
    -webkit-animation: fadeInDown 0.25s;
    -moz-animation: fadeInDown 0.25s;
    animation: fadeInDown 0.25s;
    animation-name: fadeInDown;
    animation-duration: 0.25s;
    animation-timing-function: initial;
    animation-delay: initial;
    animation-iteration-count: initial;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}
/*#header .menu-item.current_page_item a{*/
/*color: #4bbeca!important;*/
/*}*/
#menu-prime-menu li {
    display: inline-block;
}
/*#menu-prime-menu  ul.sub-menu {*/
/*display: none;*/
/*}*/
.header-wrapper-ui {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 101;
}
.fade-up{

}
.ui.sidebar.right.uncover.visible {
    background: #1b1c1d!important;
}
.header-wrapper-ui.header-fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);;
    z-index: 101;
    background-color: #3c4f56;
}
.oveflower::after {
    content: "";
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.65);
    z-index: 101;
}
#header .ui.menu .item:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: transparent;
}
#header .menu-item-has-children {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: left;
    -webkit-transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    -webkit-tap-highlight-color: transparent;
}
#header .sub-menu {
    left: 0;
}
#header .sub-menu{
    cursor: auto;
    position: absolute;
    outline: 0;
    top: 100%;
    height: 0;
    opacity: 0;
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transform:translateY(10px);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0;
    padding: 0 0;
    background: #fff;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 11;
    will-change: transform,opacity,height;
}
#header .menu-item-has-children:hover{
    overflow: visible;
}
#header .menu-item-has-children:hover .sub-menu {
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    height: auto;
    opacity: 1;
}
#header .menu-item .sub-menu a{
    color: #000;
    -webkit-transition: color .350ms ease;
    transition: color .350ms ease;
}
#header .menu-item .sub-menu li {
    -webkit-border-radius:.28571429rem;
    -moz-border-radius:.28571429rem;
    border-radius:.28571429rem;
    -webkit-transition: background .350ms ease;
    transition: background .350ms ease;
}
#header .menu-item .sub-menu li:hover {
    background: rgba(0,0,0,.05);
}
.nav-icon.open {
    display: none;
}
.nav-icon {
    display: none;
}
/* Icon 1 */
#menu-mobile-menu .three-btn {
    display: none;
}
.close-btn-right {
    background: url(../img/close.svg) no-repeat 50%;
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    margin-left: -2.5em;
    cursor: pointer
}

.nav-icon {
    visibility: visible;
    width: 25px;
    height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -9px!important;
    z-index: 101;
    cursor: pointer;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span, .nav-icon3 span, .nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #25c3d5;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2) {
    top: 8px;
}

.nav-icon span:nth-child(3) {
    top: 16px;
}

.nav-icon.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.ui.attached.segment {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    box-shadow: none;
    border: none;
}
.menu-mobile-menu-container .menu-item  a{
    padding: 0 20px 0 25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size:18px;
    color: rgba(255,255,255,.9);
}


#menu-mobile-menu .menu-item-has-children > a{
    background: url(../img/play-arrow.svg) no-repeat 95% 50%;
    background-size: 10px!important;
    will-change: background;
    -webkit-transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    -ms-transition: background .35s ease-in-out;
    -o-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;

}
#menu-mobile-menu .menu-item-has-children.active > a {
    background: #fff url(../img/down-arrow-1.svg) no-repeat 95% 50%!important;
    background-size: 10px!important;
    will-change: background;
    color: #2e3f47;
}
#menu-mobile-menu .menu-item .sub-menu .menu-item a {
    color: rgba(255,255,255,.5);
    font-size: .85714286em;
}
#menu-mobile-menu .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    position: relative;
    font-family:OpenSansLight;
    color: rgba(255,255,255,.9);
    height: inherit;
    line-height: 1.3;
    padding: 10px 10px 10px 45px;
}
#menu-mobile-menu .menu-item .sub-menu .menu-item a::after {
    content: " ";
    position: absolute;
    left: 1.75em;
    top: 49%;
    color: #fff;
    background: url(../img/minus-symbol.svg) no-repeat 50%;
    height: 1px;
    width: 10px;
    background-size: cover;
}
/*End Header*/

/*First Screen*/

.wrapper-front-page {
    overflow-x: hidden;
}
.front-page {
    padding-top: 85px;
    padding-bottom: 85px;
    text-align: center;
    color: #fff;
}
.front-page h1 {
    margin: 0;
    text-transform: inherit;
    font-size: 35px;
    text-align: center;
}
.front-page .sub-heading {
    font-size: 28px;
    color: #4BBECA;
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 43px;
}
.line-height-width {
    vertical-align: bottom;
}
.front-page .ui.button.line-height-width{
    padding: 1.05em 1.5em;
}
.wrapper-form-inner .line-height-width {
    width: 100%;
}
.fp__top-form.fp__form-for-client {
    padding-bottom: 85px;
}
.mini-row {
    padding-top: 40px;
}
.mw {
    max-width: 770px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color: rgba(43,60,67,0.25);
    padding: 30px!important;
    text-align: center;
    margin: 0 auto!important;
}
.ui.button.uk-button.line-height-width {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    border: none;
    overflow: visible;
    color: #fff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #6fcdd6;
    border-radius: 3px;
    vertical-align: middle;
    padding: 17px 35px;
    min-height: 40px;
    font-weight: 600;
    box-shadow: inset 0 -3px 0 #5DBAC3;
    text-shadow: 0 1px 1px #449299;
    font-size: 16px;
    outline: none;
    text-decoration: none;
    text-align: center;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.ui.button.uk-button.line-height-width:hover {
    background: #4eadb6;
}
.ui.button.uk-button.line-height-width:active  {
    top: -1px;
    background: #51a2aa;
}
/* End First Screen*/

/*Second Screen*/

.our-team {
    padding: 110px 0 140px;
    background-color: #4bbeca;
    position: relative;
    z-index: 3;
}
.our-team .sub-heading {
    color: #fff;
    font-size: 18px;
    max-width: 940px;
    margin: 0 auto 45px;
}
.our-team h2 {
    color: #fff;
    font-family:OpenSansLight;
    font-weight:100;
    font-size: 42px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.our-team h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 18px;
    background: url(../img/uzor.png) 0 0 no-repeat;
    background-size: 92px 18px;
    left: 50%;
    margin-left: -46px;
    bottom: -30px;
}
.page-scroll-btn {
    position: absolute;
    top: -87px;
    left: 50%;
    margin-left: -24px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: url(../img/wood.jpg) center center no-repeat;
    border-radius: 50%;
    border: 3px solid #fff;
}
.page-scroll-btn>.icon-arrow-down {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    background-size: 83px 1335px;
    background-image: url(../img/icon-sprite.png);
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: 0 -147px;
    height: 11px;
    width: 19px;
    margin-right: 0;
}
.our-team h2+.sub-heading {
    margin: 0 auto 45px auto !important;
    color: #fff;
    font-size: 1.25em;
}
.sub-heading {
    text-align: center;
}
.some-more-details {
    padding: 10px 0 140px 0;
    position: relative;
    z-index: 3;
}

/*Content Block*/

.html-page_content {
    padding: 0 0 30px 0
}

/*Carousel Our Team*/

.our-team .item {
    padding: 20px;
    background-color: #41b4c0;
    max-width: 300px;
    margin: 7.5px auto;
    color: #a7e0e7;
}
.our-team .item .item_top {
    padding-bottom: 15px;
    border-bottom: 1px solid #7ed3dd;
    overflow: hidden;
}
.our-team .item .item_top a {
    width: 74px;
    height: auto;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border: 4px solid #7ed3dd;
    -webkit-border-radius: 50px;;
    -moz-border-radius: 50px;;
    border-radius: 50px;;
}
.our-team .item {
    -webkit-box-shadow: 0 0 0 1px #43abb6, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    -moz-box-shadow: 0 0 0 1px #43abb6, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 0 0 1px #43abb6, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
}
.item img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
.our-team .item .item_top .writer_main {
    float: left;
    text-align: left;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
.our-team .item .item_top .writer_main .name {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.our-team .item .item_top .writer_main .status {
    color: #a7e0e7;
    font-size: 15px;
    margin: 3px 0 15px 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}
.our-team .item .item_top .writer_main .star-rate {
    margin: 2px 0;
    background-image: url(../img/star-empty@2x.png);
    background-size: 20px 18px;
    width: 100px;
    height: 18px;
}
.item .star-rate {
    margin-left: auto;
    margin-right: auto;
}
.star-rate {
    width: 75px;
    height: 15px;
    background-image: url(../img/star-empty@2x.png);
    background-repeat: repeat-x;
    background-size: 15px 15px;
    margin: 3px 0;
}
.our-team .item .item_top .writer_main .star-rate div {
    background-image: url(../img/star-full@2x.png);
    background-size: 20px 18px;
    height: 18px;
}
.star-rate>div {
    width: 75px;
    height: 15px;
    background-image: url(../img/star-full@2x.png);
    background-size: 15px 15px;
}
.our-team .item .item_middle {
    border-bottom: 1px solid #7ed3dd;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.our-team .item .item_middle .info {
    padding: 13px 5px 13px 0;
    float: left;
    width: 58%;
    text-align: left;
}
.our-team .item .item_middle .info .description {
    color: #a7e0e7;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}
.our-team .item .item_middle .success {
    float: left;
    width: 42%;
    padding: 13px 0 13px 5px;
    border-left: 1px solid #7ed3dd;
    text-align: center;
    color: #fff;
}
.our-team .item .item_middle .success p {
    color: #ffffff;
}
.our-team .item .item_middle .success .number {
    font-size: 30px;
    line-height: 1em;
    margin: 0 5px 0 0;
    font-weight: bold;
}
.our-team .item .item_middle .success .text {
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}
.our-team .item .item_bottom {
    overflow: hidden;
    padding-top: 20px;
}
.our-team .item .item_bottom button:hover {
    opacity: 0.8;
}
.our-team .item .item_bottom button {
    padding: 0 30px 2px 30px;
    background-color: #ffcc53;
    border: none;
    color: #26828c;
    font-size: 16px;
    line-height: 32px;
    min-height: 34px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    box-shadow: inset 0 -3px 0 #ddad3c;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.owl-dots span {
    font-size: 0;
    line-height: 0;
    border: none;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    background-color: #41b4c0;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    color: transparent;
    outline: none;
}
.owl-dot.active span {
    background-color: #a7e0e7;
}
.owl-dots {
    text-align: center;
    margin-top: 40px;
}


/* End Carousel Our Team*/

.some-more-details:before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 150%;
    height: 175px;
    margin-left: -46%;
    background: #4bbeca;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    z-index: -10;
}
/*.some-more-details:after {*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*bottom: -75px;*/
/*left: 0;*/
/*width: 150%;*/
/*height: 175px;*/
/*margin-left: -46%;*/
/*background: #4bbeca;*/
/*transform: rotate(-3deg);*/
/*-webkit-transform: rotate(-3deg);*/
/*-moz-transform: rotate(-3deg);*/
/*-ms-transform: rotate(-3deg);*/
/*-o-transform: rotate(-3deg);*/
/*z-index: -10;*/
/*}*/

.some-more-details:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 150%;
    height: 175px;
    margin-left: -46%;
    background: #fff;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    z-index: -10;
}

/*Third Screen*/

.choose-best-wr.third-screen {
    padding: 0 0 40px;
    position: relative;
    z-index: 10;
}

.choose-best-wr h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 18px;
    background: url(../img/uzor-dark.png) 0 0 no-repeat;
    background-size: 92px 18px;
    left: 50%;
    margin-left: -46px;
    bottom: -30px;
}
.choose-best-wr h2 {
    max-width: 940px;
    margin: 0 auto 60px;
    position: relative;
    text-align: center;
    color: #2e3f47;
}

.advantage {
    max-width: 100%;
    margin-top: 70px;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}
.advantage {
    display: flex;
    padding: 0;
    text-align: center;
    max-width: 940px;
    margin: 0 auto 39px auto;
}
.advantage li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
    margin-bottom: 1em;
}
.advantage li:first-child img {
    width: 74px;
}
.advantage li img {
    width: 74px;
    position: relative;
    z-index: 2;
}
.advantage li img,
.advantage li:first-child img,
.advantage li:last-child img {
    width: 125px;
    height: 125px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    max-width: none;
}

.advantage b {
    font-weight: bold;
    color: #4BBECA;
    margin: 15px auto 5px auto;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 140px;
    display: block;
}
.advantage li small {
    line-height: 16px;
    color: #738991;
    display: block;
    max-width: 175px;
    margin: 7px auto 0 auto;
    font-size: 13px;
}
.advantage li small {
    display: block;
    max-width: 165px;
    margin: 7px auto 0 auto;
    font-size: 13px;
    line-height: 1.6;
}
.advantage li+li:before {
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background: #E8F7F8;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    position: absolute;
    left: -40%;
    top: 52px;
}

/*End Third Screen*/

/*Four Screen*/

.block__read_more {
    padding: 0 0 80px 0;
    position: relative;
    z-index: 3;
    text-align: center;
}

.block__read_more > h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 18px;
    background: url(../img/uzor-dark.png) 0 0 no-repeat;
    background-size: 92px 18px;
    left: 50%;
    margin-left: -46px;
    bottom: -30px;
}
.block__read_more .read_more_text_wrapper {
    position: relative;
    z-index: 2;
}
.link_read_more {
    position: relative;
}
.link_read_more:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #34D8E9;
}
.block__read_more p {
    font-size: 16px;
    font-family: OpenSansLight;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}
.read-more-vis {
    margin-left: 1em;
    position: relative;
    cursor: pointer;
    color: #28d6e8!important;
    font-family: OpenSansLight;
}
.read-more-vis::after {
    content: "";
    display: block;
    width: 0;
    background: #28d6e8;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -ms-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.read-more-vis:hover::after {
    width: 90%;
}
.read-more-hide.op {
    opacity: 0;
}
/*.read-more-vis */
.read-more-hide {
    color: #28d6e8;
    font-family: OpenSansLight;
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 120px;
    margin: 0 auto;
}
.read-more-hide:hover {
    text-decoration: none;
}
.read-more-hide:hover::after{
    width: 65%;
}
.read-more-hide::after{
    content: '';
    display: block;
    width: 0;
    background: #28d6e8;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 10px;
    right: 0;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -ms-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.read-more-hide:hover {
    color: #23A6B5;
}

.read_more_text_hidden {
    height: 0;
    overflow: hidden;
}
.block__read_more .columns {
    /*-webkit-column-count: 2;*/
    /*-moz-column-count: 2;*/
    /*column-count: 2;*/
    /*text-align: left;*/
    /*-webkit-column-gap: 40px;*/
    /*-moz-column-gap: 40px;*/
    /*column-gap: 40px;*/

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block__read_more .columns .part {
    flex-basis: 46%;
}
.block__read_more .columns > p {
    flex-basis: 100%;
}
.block__read_more .columns .sub-heading {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 20px 0 10px;
    color: #4BBECA;
    font-weight: normal;
    text-transform: uppercase;
    font-family: OpenSansBold;
}
.block__read_more .columns p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.toggle-height {
    height: 100%;
}
/*.link_read_more {*/
/*display: none;*/
/*}*/
.hidden_btn {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.link_read_more.js_link_read_more a {
    color: #28d6e8;
    font-size: 1em;
    font-family: OpenSansLight;
}
.link_read_more.js_link_read_more a:hover {
    color: #50b6e8;
    text-decoration: underline;
}
.read_more_text_visible {
    margin-bottom: 2em;
}
.block__read_more .columns ul {
    list-style-type: disc;
    padding-left: 17px;
    margin-bottom: 15px;
    color: #4BBECA;
}
.block__read_more .columns ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #4BBECA;
}
.block__read_more p.list_item_title {
    font-weight: bold;
    color: #4BBECA!important;
    margin: 15px 0 5px;
}
.block__read_more .columns ul li p {
    color: #2e3f47;
}
.minus-icon {
    margin-top:2em;
}
.minus-icon:after {
    display: none;
}
.block__read_more:after {
    content: '';
    display: none;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 150%;
    height: 175px;
    margin-left: -46%;
    background: #fff;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

ul.type-of-services{
    column-count: 2;
    font-size: 20px;
    line-height: 2;
}

/*End Four Screen*/

/*Five Screen*/

.current_activity {
    background: url(../img/choose_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 215px 0 215px 0;
    margin-top: -50px;
}
.current_activity h2 {
    color: #FFFFFF;
    position: relative;
}
.current_activity h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 18px;
    background: url(../img/uzor.png) 0 0 no-repeat;
    background-size: 92px 18px;
    left: 50%;
    margin-left: -46px;
    bottom: -30px;
}
.current_activity ul {
    text-align: center;
}
.current_activity ul li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 0;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 210px;
    min-height: 210px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: rgba(43,60,67,0.3);
    padding-top: 52px;
}
.current_activity ul li .activity-round {
    display: none;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    background: rgba(231,242,109,0.25);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    padding-top: 10px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-top: 0;
    font-style: normal;
    position: absolute;
    left: 0;
}
.current_activity ul li span {
    display: block;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 0 5px 0;
}
.current_activity ul li p {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    margin-top: 27px;
    position: relative;
    color: #fff;
}
.current_activity .center {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.current_activity ul li p:after {
    content: '';
    display: block;
    width: 85px;
    height: 1px;
    background: #4bbeca;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -42.5px;
}

/*End Five Screen*/

/*Fix Screen*/

.slider-reviews {
    background: #FFF;
    padding: 0px 0 115px 0;
    position: relative;
}
.seven-screen.slider-reviews:before {
    content: '';
    display: block;
    position: absolute;
    top: -84px;
    left: 0;
    width: 150%;
    height: 190px;
    margin-left: -46%;
    background: #fff;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}
/*.seven-screen.slider-reviews:after {*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*bottom: -105px;*/
/*left: 0;*/
/*width: 150%;*/
/*height: 175px;*/
/*margin-left: -46%;*/
/*background: #fff;*/
/*transform: rotate(-3deg);*/
/*-webkit-transform: rotate(-3deg);*/
/*-moz-transform: rotate(-3deg);*/
/*-ms-transform: rotate(-3deg);*/
/*-o-transform: rotate(-3deg);*/
/*}*/
.slider-reviews h2 {
    position: relative;
    margin-bottom: 60px;
    z-index:2;
}
.slider-reviews h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 18px;
    background: url(../img/uzor-dark.png) 0 0 no-repeat;
    background-size: 92px 18px;
    left: 50%;
    margin-left: -46px;
    bottom: -30px;
}
.seven-screen.slider-reviews .ui.tabular.menu {
    border: none;
}
.ui.tabular.menu .item {
    border: none;
    position: relative;
    cursor: pointer;
}
.ui.tabular.menu .item:first-child {
    margin: auto 0 auto auto;
}
.ui.tabular.menu .item:last-child {
    margin: auto auto auto 0;
}
.seven-screen.slider-reviews .ui.tabular.menu {
    border: none;
    text-align: center!important;
    margin: 1rem auto;
}
.ui.tabular.menu .item::after {
    content: "";
    height: 2px;
    width: 98%;
    display: block;
    position: absolute;
    background: #DAE6E6;
    bottom: 0;
    left: 1%;
}
.ui.tabular.menu .item.active::after {
    background: #4BBECA;
}
.ui.tabular.menu .active.item {
    margin-bottom: 0;
}
.items-reviews {
    max-width: 300px;
    margin: 7.5px auto;
    -webkit-box-shadow: 0 0 0 1px rgb(248, 248, 248), 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    -moz-box-shadow: 0 0 0 1px rgb(248, 248, 248), 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 0 0 1px rgb(248, 248, 248), 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
}
.items-reviews {
    padding: 20px 30px;
    background-color: #f6fafb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    min-height: 400px;
    position: relative;
    text-align: center;
}
.items-reviews .img-round {
    margin-right: auto;
    margin-left: auto;
    border-color: #E9F2F5;
    margin-bottom: 20px;
    position: relative;
}
.items-reviews .img-round {
    display: block;
    width: 120px;
    height: 120px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow: hidden;
    border: 3px solid #E9F2F5;
}
.items-reviews img {
    display: block;
}
.items-reviews .review-text {
    margin-top: 0;
    font-size: 14px;
    font-family: OpenSansRegular;
    line-height: 1.4;
}
.items-reviews p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 32px;
    font-family:OpenSansBold;
    position: relative;
}
.items-reviews p:after {
    content: '';
    display: block;
    width: 85px;
    height: 1px;
    background: #4bbeca;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -42.5px;
}
.items-reviews small {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    display: block;
}
.seven-screen.slider-reviews .ui.tab {
    padding-top: 50px;
    max-width: 980px;
    margin: 0 auto;
}
.owl-prev, .owl-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    background-size: 125px 2003px;
    height: 38px;
    width: 20px;
    margin-top: -13px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: none;
    opacity: 0.7;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.seven-screen.slider-reviews .owl-prev {
    background: #e8f7f8 url(../img//blue-arrows.png) no-repeat 0 0;
    background-size: 105px 50px;
    left: -60px;
    width: 50px;
    height: 50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
}
.seven-screen.slider-reviews .owl-next {
    background: #e8f7f8 url(../img/blue-arrows.png) no-repeat -53px 0;
    background-size: 105px 50px;
    right: -60px;
    width: 50px;
    height: 50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
}
.seven-screen.slider-reviews .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
}

/*End Seven Screen*/

/*Eight Screen*/

.eight-screen {
    position: relative;
}
.bottom-form {
    background: url(../img/header_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 150px 0 200px 0;
}

.eight-screen::before {
    content: '';
    display: block;
    position: absolute;
    top: -84px;
    left: 0;
    width: 150%;
    height: 170px;
    margin-left: -46%;
    background: #fff;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}
.bottom-form-wrapper .bottom-form .sub-heading {
    margin: 25px 0 50px 0;
    color: #fff;
    text-align: center;
    font-weight: 100;
    font-size: 42px;
}
.bottom-form-wrapper .bottom-form .sub-heading b {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-top: 60px;
}
.bottom-form-wrapper .bottom-form .sub-heading b:before {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 18px;
    background: url(../img/uzor.png) 0 0 no-repeat;
    background-size: 92px 18px;
    left: 50%;
    margin-left: -46px;
    top: -33px;
}
.bottom-form-wrapper .ui.button.line-height-width {
    padding: 1.05em 1.5em;
}
.bottom-form-wrapper h2 {
    color: #fff;
}

/*End Eight Screen*/

/*Pre-Footer Screen*/

.pre-footer-screen {
    display: none;
    background-color: #43b0bb;
    height: auto;
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.pre-footer-screen li a {
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize;
}
.pre-footer-screen li {
    padding: .25rem 0;
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
}
.pre-footer-screen li:hover {
    padding-left: .5rem;
}
/* End Pre-Footer Screen*/

/*Footer Screen*/

.footer-wrapper .layout-footer {
    background-color: #4bbeca;
    height: auto;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom:50px;
}
.footer-wrapper .footer-inner {
    width: 100%;
    margin: 0 0 0 0;
    padding-bottom: 60px;
    text-align: justify;
    position: relative;
    z-index: 3;
}
.footer-wrapper .useful {
    width: 50%;
}
.footer-wrapper .site-map, .footer-wrapper .useful {
    display: inline-block;
    padding: 0 10px;
    float: left;
}
.footer-wrapper .disclaimer_img {
    max-width: 550px;
    width: 100%;
}
.footer-wrapper .site-map {
    width: 15%;
    margin-left: 20px;
}
.footer-wrapper .site-map, .footer-wrapper .useful {
    display: inline-block;
    padding: 0 10px;
    float: left;
}
.footer-wrapper .layout-footer h4, .footer-wrapper .layout-footer .h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-wrapper .layout-footer ul li a {
    color: #c4f5fa;
    margin-right: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}
.footer-wrapper .accept {
    display: inline-block;
    padding: 0 10px;
    float: left;
}
.footer-wrapper .accept {
    width: 31%;
}
.footer-wrapper .layout-footer p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #4985a9;
}
.footer-wrapper .layout-footer h4, .footer-wrapper .layout-footer .h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-wrapper .accept span {
    margin-right: 5px;
}
ul.social:after {
    content: "";
    clear: both;
    display: table;
}
.footer-copyright {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #c4f5fa;
    margin-top: 1em;
}
.footer-copyright a {
    color: #c4f5fa;
}
.footer-wrapper .social {
    margin-top: 32px;
}
.footer-wrapper .social li {
    float: left;
    margin-right: 15px;
}
.footer-wrapper .layout-footer ul li a {
    color: #c4f5fa;
    margin-right: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}
.footer-wrapper .social li a {
    background: #b9e6ea;
    width: 42px;
    height: 42px;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    display: inline-block;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.footer-wrapper .social li a:hover {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.footer-wrapper .social li a {
    margin-right: 0 !important;
    font-size: 2em;
}
.footer-wrapper .social li:last-child {
    margin-right: 0;
}
.footer-wrapper .social a {
    margin: 0;
}
.footer-wrapper .copyr {
    background: #43b0bb;
    font-size: 13px;
    padding: 15px 0;
    color: #c4f5fa;
    margin-top: 3rem;
}
.footer-wrapper .copyr > div {
    margin: 5px 10px 0px 10px;
}
.footer-wrapper .copyr span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
}
.footer-wrapper .copyr a {
    color: #c4f5fa;
}
.footer-wrapper .social i {
    color: #0f4d53;
    font-size: 1.75em;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.footer-wrapper .social li a {
    display: table;
}

/*End Footer Screen*/

/*Other Page*/

.layout-custom-color .header-wrapper-ui {
    top:0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 101;
    background-color: #3c4f56;
}
.layout-content-page {
    padding-top: 75px;
}
.layout-content-page h1{
    font-family:'OpenSansRegular';
    margin-bottom: 30px;
}
.layout-content-page h1,
.layout-content-page h2,
.layout-content-page h3,
.layout-content-page h4{
    text-align: center;
    margin: 0 auto;
    display: block!important;
}
.layout-content-page p{
    margin-bottom:20px;
    line-height: 1.6;
    font-size:1rem;
}
#primary-sidebar h4 {
    font-family: inherit;
    font-size: 1.35em;
    letter-spacing: -1px;
}
#primary-sidebar .ui.selection.dropdown {
    min-width: inherit;
}
.before-widget-wrapper {

}
.before-widget-wrapper {
    background: #fcfcfc;
    padding: 1em;
    -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);;
    -moz-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);;
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-border-radius:0.28571429rem;
    -moz-border-radius:0.28571429rem;
    border-radius:0.28571429rem;
    margin-bottom: 2em;
}
.wid-wrapp-segment > div {
    width: 100%;
    margin-bottom: 1.25rem;
}
.wid-wrapp-segment button {
    width: 100%;
}
.menu-services-menu-container li {
    padding: .2em 0 .2em 1.5em;
    background: url(../img/success.svg) no-repeat 0 50%;
    -webkit-background-size:15px;
    background-size:15px;
}
.menu-services-menu-container li a {
    -webkit-transition: padding 150ms ease-in-out;
    -moz-transition: padding 150ms ease-in-out;
    -ms-transition: padding 150ms ease-in-out;
    -o-transition: padding 150ms ease-in-out;
    transition: padding 150ms ease-in-out;
    color: #535353;
    font-size: 1rem;
}
.menu-services-menu-container li a:hover {
    -webkit-transition: padding 150ms ease-in-out;
    -moz-transition: padding 150ms ease-in-out;
    -ms-transition: padding 150ms ease-in-out;
    -o-transition: padding 150ms ease-in-out;
    transition: padding 150ms ease-in-out;
    padding-left: 5px;
    text-decoration: none;
}
.before-widget-wrapper ul {
    list-style-type: none!important;
}
.textwidget.custom-html-widget p {
    margin-bottom: .25em;
}
.layout-content-page ul {
    list-style-type: disc;
    list-style-position: inside;
}
.layout-content-page article ul li{
    margin-bottom:1em;
}
.layout-content-page ul li{
    font-size: 1rem;
}
.howitworks-wrapper {
    width: 100%;
}
.howitworks-wrapper .work-scheme ul li {
    width: 24%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.howitworks-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.howitworks-wrapper .work-scheme ul li img {
    margin-bottom: 15px;
    width: 120px;
}
.howitworks-wrapper .work-scheme ul li b {
    display: block;
    color: #333;
}
.howitworks-wrapper .work-scheme ul li small {
    display: block;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    font-weight: 300;
    max-width: 182px;
    min-height: 55px;
    margin: 5px auto;
}
.howitworks-wrapper .work-scheme ul {
    width: 100%;
    text-align: center;
}
.howitworks-wrapper .work-scheme {
    position: relative;
    max-width: 1100px;
    margin: 30px auto;
}
.howitworks-wrapper .work-scheme ul li:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/misc.png);
    background-position: -10px -262px;
    background-size: 160px 572px;
    width: 82px;
    height: 33px;
    right: -45px;
    top: 40px;
    z-index: 2;
}
.howitworks-wrapper .work-scheme ul li:last-child:after {
    display: none;
}
.some-our-writers .user-card-row {
    background: #fff;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 48.5%;
    margin: 0 0 17px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    float: left;
}
.user-card-row:nth-child(2n) {
    float: right;
}
/*.some-our-writers h2 {*/
/*font-size: 32px;*/
/*}*/
.some-our-writers a {
    cursor: pointer;
}
.some-our-writers a:hover .user-card-row {
    background: #eaeaea;
}
.some-our-writers a {
    display: inline-block;
    max-width: 290px;
    width: 100%;
    margin-right: 2em;
}
.some-our-writers .user-card-row>.user-card-image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
}
.user-card-row>.card-cell {
    display: inline-block;
    vertical-align: middle;
}
.some-our-writers .user-card-row>.user-card-image img {
    min-width: 100%;
    min-height: 100%;
}
.some-our-writers .user-card-data {
    text-align: left;
    min-height: 65px;
    padding-left: 10px;
    width: calc(100% - 90px);
}
.user-card-row>.card-cell {
    display: inline-block;
    vertical-align: middle;
}
.some-our-writers .user-card-data .user-name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0 0;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 5px;
}
.some-our-writers .user-card-data .user-works {
    font-size: 12px;
    color: #999;
    margin-bottom: -2px;
    display: block;
}
.star-rate {
    width: 75px;
    height: 15px;
    background-image: url(../img/star-empty@2x.png);
    background-repeat: repeat-x;
    background-size: 15px 15px;
    margin: 3px 0;
}
.star-rate>div {
    width: 75px;
    height: 15px;
    background-image: url(../img/star-full@2x.png);
    background-size: 15px 15px;
}
.user-card-data.card-cell p {
    margin-bottom: 10px;
}
.layout-content-page address {
    margin-top: 2em;
}
.offset-to-bottom {
    margin-bottom:2em;
}
.twelve.wide.column.response-width .offset-to-bottom {
    width: 100%;
}
form.ui.form.form-valid {
    margin-bottom: 2em;
}
.errors-filed{
    border-color: #842c3b!important;
}
.success-send {
    display: none;
    background: #66b751;
    color: #fff;
    padding: 1em;
    border-radius: .3em;
}
.error-send {
    display: none;
    background: #b72831;
    color: #fff;
    padding: 1em;
    border-radius: .3em;
}

/*Blog*/

.blog-post-list-wrapper .row-post-block {
    margin-bottom: 40px;
}
.ui.items:hover {
    background: #fffefe;
}
.item h2 a {
    font-family: OpenSansLight!important;
    color: #6fcdd6;
    font-size: 1em!important;
}
.ui.label a {
    text-transform: capitalize;
}
.next, .prev {
    display: inline-block;
}
#nav-posts {
    background: #fcfcfc;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 2px 2px 2px #d9d9d9;
    -moz-box-shadow: 2px 2px 2px #d9d9d9;
    box-shadow: 2px 2px 2px #d9d9d9;
    color: #969696;
}
.next a:hover i{
    -webkit-transform: translateX(-7px);
    -moz-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -o-transform: translateX(-7px);
    transform:translateX(-7px) ;
}
.prev a:hover i{
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform:translateX(7px) ;
}
.next a, .prev a, #nav-posts i {
    color: #4f4f4f;
    vertical-align: text-top;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.next a:hover, .prev a:hover {
    color: #000;
}
#nav-posts {
    margin: 0!important;
}
#header .three-btn {
    display: none;
}
#header .menu-item-has-children:not(.three-btn) {
    background: url(../img/chevron-arrow-down.svg) no-repeat 85% 50%!important;
    background-size: 8px!important;
}
#menu-mobile-menu .sub-menu {
    display: none;
}
#header .menu-item-has-children .sub-menu::after {
    visibility: visible;
    position: absolute;
    content: '';
    top: 0;
    left: 25%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background: 0 0;
    margin: .5px 0 0;
    width: .57142857em;
    height: .57142857em;
    border: none;
    z-index: -1;
    background: #fff;
}

.some-our-writers {
    max-width: calc(580px + 4em);
}
.some-our-writers::after, .some-our-writers::before {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
.not-found img {
    max-width: 40em;
    margin-bottom: 2em;
    width: 100%;
    display: block;
}
button.ui.secondary.basic.button i {
    margin: 0 0 0 .2em!important;
}
.item .read-more {
    font-size: .9em;
}
.not-found-ser ul {
    list-style-type: none;
}
.not-found-ser .ui.secondary.basic.button {
    margin: 1.25em 0;
}
.ui.breadcrumb a {
    font-family:OpenSansLight;
}
.ui.breadcrumb {
    margin: 1em 0!important;
}
.color-p {
    color: #d52727;
    text-decoration: underline;
    text-transform: uppercase;
}
#header .order-now-menu a{
    border: .1em solid transparent;
    background: #6fcdd6;
    cursor: pointer;
}
#header .order-now-menu a:hover {
    border-color: #6fcdd6;
    background: transparent;
}
#header .log-in-menu a{
    border: .1em solid #6fcdd6;
    background: transparent;
    color: #6fcdd6;
    cursor: pointer;
}
#header .log-in-menu a:hover{
    background: #6fcdd6;
    border-color: transparent;
    color: #fff;
}
#header .order-now-menu a, #header .log-in-menu a{
    padding: .75714286em 1.04285714em;
    -webkit-border-radius:.22888em;
    -moz-border-radius:.22888em;
    border-radius:.22888em;
}
#header .order-now-menu, #header .log-in-menu {
    padding: 0;
}
#header .log-in-menu {
    margin-left: calc(1.14285714em * 2);
}
#header .menu-item-has-children:not(.three-btn) {
    padding-right: calc(1.14285714em * 2);
}
#header .order-now-menu {
    margin-left: 1.14285714em;
}

.ui.right.icon.input.line-height-width input {
    overflow: hidden;
    font-size:16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 5px 37px 5px 15px;
    height: 50px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}
.ui.selection.dropdown.line-height-width {
    cursor: pointer;
    word-wrap: break-word;
    width: 100%;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    font-size: 16px;
    min-height: 50px;
    background: #fff;
    display: inline-block;
    padding: .441429em 2.1em .441429em 5px;
    color: #000;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
}
.ui.input {
    font-size: 1em;
    width: 100%;
}
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
    color: #000!important;
}
.ui.selection.dropdown>.delete.icon,
.ui.selection.dropdown>.dropdown.icon,
.ui.selection.dropdown>.search.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: 50%;
    right: 1em;
    margin-top: -18px!important;
    z-index: 3;
    margin: -.78571429em;
    padding: .91666667em;
    opacity: .8;
    outline: none;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
.six.wide.column.aligned label {
    position: absolute;
    top: -10px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.ui.icon.input>i.icon:after, .ui.icon.input>i.icon:before {
    margin-top: -5px;
    color: #000;
}
.content-page-body .response-block {
    display: inline-block;
}
.response-block * {
    display: inline-block;
    font-family: OpenSansLight;
    font-weight: 100;
    color: #2e3f47
}
h2 + .response-block {
    margin-left: 0;
}
.response-block small + a {
    margin-left: .35em;
    color: #4183c4;
}
.howitworks-wrapper .response-block {
    font-size: 1.8em;
}
.titlename-testimonial {
    color: #4183c4;
    font-family:OpenSansRegular;
}
.orange-btn{
    display: block;
    margin: 30px auto;
    background-color: orange;
    color: #fff;
    padding: .75714286em 1.04285714em;
    border: none;
    border-radius: .22888em;
    cursor: pointer;
}

.contact-us-btn{
    padding: 1.4314286em 2.04285714em;
}

.front-page .main-content-page h2{
    margin-top: 40px;
}

#owl-details{
    width: 95%;
    margin: 0 auto;
}

#owl-details .owl-nav .owl-prev,
#owl-details .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.3;
    z-index: 999;
}

#owl-details .owl-nav .owl-prev{
    top: 38%!important;
    left: -60px;
    background: #fff url(../img/blue-arrows.png) no-repeat 0 0;
    background-size: 105px 50px;
}

#owl-details .owl-nav .owl-next{
    top: 38%!important;
    right: -60px;
    background: #fff url(../img/blue-arrows.png) no-repeat -53px 0;
    background-size: 105px 50px;
}

form.wpcf7-form{
    margin-bottom: 100px;
}

form.wpcf7-form label{
    line-height: 20px;
    display: block;
    color: #999;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea{
    line-height: normal;
    height: 50px;
    max-width: 100%;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #ced6e7;
    color: #738991;
    width: 100%;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    -moz-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    margin-top: 8px;
}
form.wpcf7-form textarea{
    height: 100px;
}

form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form textarea:focus{
    outline: 0;
    border-color: #6FCDD6;
    box-shadow: 0 0 6px rgba(111,205,214,0.32);
    color: #444444;
}


form.wpcf7-form input[type="submit"]{
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    color: #fff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #6fcdd6;
    border-radius: 3px;
    vertical-align: middle;
    padding: 16px 35px;
    min-height: 40px;
    font-weight: 600;
    box-shadow: inset 0 -3px 0 #5DBAC3;
    text-shadow: 0 1px 1px #449299;
    font-size: 16px;
    outline: none;
    text-decoration: none;
    text-align: center;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    float: right;
    cursor: pointer;
}

form.wpcf7-form .wpcf7-response-output{
    display: none!important;
}

/*////////////////////////////////////////////////////// RESPONSIVE /////////////////////////////////////////*/

@media (max-width: 992px) {
    #owl-details{
        width: 75%;
        margin: 0 auto;
    }
    .eight-screen::before {
        display: none;
    }
    .bottom-form {
        padding: 0 0 200px 0;
    }
    .nav-column {
        float: none;
    }
    .howitworks-wrapper .work-scheme ul li {
        width: 49%;
        margin-bottom: 85px;
    }
    .howitworks-wrapper .work-scheme ul li:nth-child(3),
    .howitworks-wrapper .work-scheme ul li:nth-child(4){
        margin-bottom: 0;
    }
    .howitworks-wrapper .work-scheme ul li:nth-child(3):after{
        display: none;
    }
    .howitworks-wrapper .work-scheme ul li:after {
        transform: rotate(90deg);
        moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        right: 50%;
        margin-right: -40px;
        top: 118%;
        background-position: -32px -262px;
    }

    #example-ui-sticky .response-width {
        width: 100%!important;
    }
    #nav {
        display: none;
    }
    .nav-icon, .header-buttons {
        display: block;
        margin-top: 5px;
    }
    .footer-wrapper .footer-inner {
        margin: 40px 0 0 0;
        padding-bottom: 20px;
    }
    .footer-wrapper .site-map, .footer-wrapper .useful, .footer-wrapper .accept {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        margin-left: 0;
        padding: 0px 10px 0px 10px;
    }
    .current_activity ul li {
        margin-bottom: 20px;
    }
    .header-wrapper-ui {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-wrapper-ui.header-fix {
        /*height: 50px;*/
    }
    h2 + .response-block{
        margin-left:0;
    }

}
@media (max-width: 767px) {
    .some-our-writers .user-card-row {
        width: 100%;
        display: block;
        float: none !important;
        overflow: hidden;
    }
    .fp__top-form.fp__form-for-client {
        padding-bottom: 45px;
        margin-bottom: 40px;
    }
    .some-our-writers a {
        display: inline-block;
        max-width: 100%;
        margin-right: 0;
    }
    .some-our-writers .user-card-row {
        margin:0 0 2em 0;
    }
    .ui.grid>* {
        padding-left: 0;
        padding-right: 0;
    }
    .response-block * {
        font-size: 1em;
    }
    .front-page {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .eight-screen::before {
        display: none;
    }
    .bottom-form {
        padding: 0 0 50px 0!important;
    }

    .howitworks-wrapper .work-scheme ul li {
        width: 49%;
    }
    .sub-heading {
        text-align: center;
        padding: 0 1rem;
    }
    .ui.container {
        margin-left: 1em!important;
        margin-right: 1em!important;
    }
    .header-buttons {
        margin-right: 2em;  /*2.5em*/
    }
    .bottom-form {
        padding: 100px 0 100px 0;
    }
    .front-page h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 36px;
    }
    .advantage {
        display: flex;
        flex-direction: column;
    }
    .advantage li {
        width: 100%;
        text-align: center;
    }

    .advantage li+li:before {
        display: none;
    }
}

@media (max-width: 576px) {
    .bottom-form-wrapper h2 {
        font-size:28px;
    }
    .bottom-form-wrapper .bottom-form .sub-heading b {
        font-size: 16px;
    }
    .howitworks-wrapper .work-scheme ul li {
        width: 100%;
        margin-bottom: 1em !important;
    }
    .howitworks-wrapper .work-scheme ul li:after {
        display: none;
    }

    .block__read_more .columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .current_activity ul li {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        position: relative;
        padding-left: 0;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 150px;
        min-height: 150px;
        border-radius: 50%;
        background-color: rgba(43,60,67,0.3);
        padding-top: 20px;
    }
    .current_activity ul li p {
        font-size: 12px;
        margin-top: 20px;
    }
    .current_activity h2 {
        margin-bottom: 60px;
    }
    .current_activity {
        padding: 215px 0 150px 0;
    }
    .current_activity ul li span {
        font-size: 30px;
    }

}
@media (max-width: 480px) {
    h1 {
        min-height: 1rem;
        font-size: 1.55rem;
    }
    .howitworks-wrapper .response-block {
        font-size: 1.05em;
    }
    .logo-column {
        max-width: 100px;
    }
    .front-page .sub-heading {
        font-size: 22px;
    }
    .next a, .prev a {
        font-size: .9em;
        white-space: nowrap;
    }

    .bottom-form {
        padding: 100px 0 50px 0;
    }
    .line-height-width {
        vertical-align: bottom;
        width: 100%!important;
        min-width: 100%!important;
    }
    .line-height-width input {
        width: 100%!important;
        max-width: 100%!important;
        display: block;
        line-height: 1.121428;
    }

}
@media (max-width: 376px) {
    .ui.tabular.menu .item {
        margin: auto!important;
        text-align: center;
        font-size: 12px;
    }
}

@media (min-width: 375px){
    .header-buttons a {
        font-size: .8em;
        margin-left: .3rem;
    }
}
.howitworks-wrapper h1{
    color: #2e3f47;
}
@media (max-width: 479px){
    ul.type-of-services {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 1024px){
    .block__read_more .columns {
        display: block !important;
    }
}
.block__read_more .columns {
    text-align: left;
}

.items-reviews .review-text p {
    font-size: 14px;
    font-family: OpenSansRegular;
    line-height: 1.4;
}

.writers_box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.writers_box_content .left_side {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
}
.writers_box_content .right_side {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
}

.writers_list {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 25px;
}
.writers_list .writer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fcfcfc;
}
.writers_list .writer:not(:last-child) {
    margin-bottom: 20px;
}
.writers_list .writer:first-child i, .writers_list .writer:nth-child(2) i, .writers_list .writer:nth-child(3) i {
    color: #ffd30b !important;
}
.writers_list .writer .works, .writers_list .writer .reviews {
    display: block;
}
.writers_list .writer .thumb {
    display: inline-block;
    margin-right: 6%;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
}
.writers_list .writer .thumb img {
    border-radius: 50%;
}
.writers_list .writer h5 {
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}
.writers_list .writer .button {
    background: #6fcdd6;
    color: #ffffff;
    margin-left: 15px;
}
.writers_list .writer .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.writers_list .writer i.fa-trophy {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    margin-right: 6%;
    color: #b7ccce;
    position: relative;
}
.writers_list .writer i.fa-trophy img {
    width: 60px;
}
.writers_list .writer i.fa-trophy span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    top: 3px;
    left: -4px;
    right: 0;
    position: absolute;
}
.writers_list .writer .button {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    text-transform: uppercase;
}

.writers_list .alc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.writers_list #true_loadmore span{
    background: #6fcdd6;
    color: #ffffff;
}
.writers_list #true_loadmore {
    text-align: center;
}
.writers_list .box {
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 2px 2px 6px 0 #d3d3d3;
    box-shadow: 2px 2px 6px 0 #d3d3d3;
    padding: 2.5rem 25px;
}

.writers_box_content .right_side .testi_list .testi_item {
    font-size: 15px;
    padding: 18px 4%;
    border-radius: 10px;
    background: #f1f1f1;
    box-shadow: inset 0 0 7px 5px #eeeeee;
}
.writers_box_content .right_side .testi_list .testi_item:not(:last-child) {
    margin-bottom: 20px;
}
.writers_box_content .right_side .testi_list {
    margin-bottom: 20px;
}
.writers_box_content .right_side .testi_list .testi_item p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.block__read_more .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block__read_more .columns .part {
    flex-basis: 46%;
}
.block__read_more .columns > p {
    text-align: center;
    flex-basis: 100%;
}
@media screen and (max-width: 1200px) {
    .writers_box_content {
        display: block;
    }
}

@media screen and (max-width: 620px) {
    .writers_list .writer .button {
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    }
}
@media screen and (max-width: 540px)  {
    .writers_list .writer {
        display: block;
        text-align: center;
    }
    .writers_list .writer .thumb, .writers_list .writer i{
        margin-right: 0!important;
        display: block;
    }
    .writers_list .writer .button {
        margin-top: 10px;
    }
    .writers_list .writer h5 {
        text-align: center;
    }
}
.howitworks-wrapper.shd {
    padding: 0;
}

.howitworks-wrapper.shd .work-scheme {
    margin: 0;
}
.blog_page .item {
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15)!important;
    background: #f8f8f9!important;
    padding: 20px !important;
}

.navigation { list-style:none; font-size:12px;
    width: 100%;
    text-align: center; }
.navigation li{ display:inline-block; }
.navigation li a{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
.navigation li span.current { display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; background-color:#f5f5f5;  }
.navigation li span.dots { display:block; float:left; padding:4px 9px; margin-right:7px;  }

.calculator {
    overflow: hidden !important;
    max-width: 100% !important;
}


.iframe-1 {
    overflow: hidden !important;
}

.iframe-1 iframe{
    margin-top: -110px!important;
    margin-left: 0 !important;
}

.pre-footer-screen ul {
    display: block;
    width: 100%;
    column-count: 3;
    column-gap: 50px;
}
.pre-footer-screen {
    display: block !important;
}
@media screen and (max-width: 768px) {
    .pre-footer-screen ul {
        column-count: 2;
    }
}

@media screen and (max-width: 480px) {
    .pre-footer-screen ul {
        column-count: 1;
    }
}
.html_sitemap {
    padding: 20px 0;
}

.html_sitemap h5{
    text-align: left;
}
.html_sitemap h5 {
    padding-bottom: 0;
}
.html_sitemap nav {
    margin-bottom: 15px;
}

/*/////////////////////////////// Sweepstake template ///////////////////////////////*/
.diag {
    background-color: #ffffff;
    position: relative;
    margin: 116px 0;
    padding: 45px 0;
    text-align: center;
}

.diag:before,
.diag:after {
    content: '';
    display: block;
    width: 100%;
    height: 118px;
    background-color: #ffffff;
    -webkit-transform: skew(0deg, -3deg);
    -moz-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    -o-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);
    position: absolute;
}

.diag:before {
    top: -54px;
}

.diag:after {
    bottom: -54px;
}

.diag .diag-title {
    font-family: 'OpenSansLight';
    font-size: 42px;
    line-height: 129%;
    color: #2e3f47;
    margin-bottom: 30px;
}

.diag .diag-text {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    line-height: 138%;
    color: #2e3f47;
    max-width: 700px;
    margin: 0 auto 35px;
}

.diag.diag__green {
    background-color: #4bbeca;
}

.diag.diag__green:before,
.diag.diag__green:after {
    background-color: #4bbeca;
}

.diag.diag__green .diag-title,
.diag.diag__green .diag-text {
    color: #ffffff;
}

.diag.diag__hero {
    height: 630px;
    background-image: url('../img/1-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2b383e;
    margin-top: 0;
}

.diag.diag__hero:before {
    height: 100%;
    top: auto;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(43,56,62,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(43,56,62,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(43,56,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b383e',GradientType=0 );        -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
}

.diag.diag__hero:after {
    background-color: #2b383e;
}

.diag.diag__empty {
    padding: 0;
}

.diag .diag-content-title {
    font-family: 'OpenSansLight';
    font-size: 42px;
    line-height: 129%;
    color: #2e3f47;
    margin-bottom: 35px;
}

.content_list_ui {
    counter-reset: list;
}

.content_list_ui ol {
    max-width: 750px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_list_ui ol li {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    min-height: 60px;
    line-height: 130%;
    color: #2E3F47;
    text-align: left;
    position: relative;
    margin-bottom: 35px;
    padding-left: 45px;
    padding-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
}

.content_list_ui ol li:before {
    content: counter(list);
    counter-increment: list;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    font-family: 'OpenSansRegular';
    font-size: 60px;
    font-weight: 900;
    line-height: 100%;
    color: #6fcdd6;
}

.content_list_ui ol li:after {
    content: '';
    display: block;
    width: 50px;
    height: 30px;
    background-image: url('../img/list-arrows.svg');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -65px;
}

.sweepstake {
    position: relative;
}

.sweepstake .sweepstake-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sweepstake .sweepstake-form {
    max-width: 325px;
    opacity: 0;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(24, 34, 38, 0.7);
}

.sweepstake .sweepstake-form .sweepstake-form-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 171px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.sweepstake .sweepstake-form .sweepstake-form-coundate {
    font-family: 'OpenSansRegular';
    font-size: 34px;
    color: #ffffff;
    min-height: 55px;
    display: block;
    margin-bottom: 25px;
}

.sweepstake .sweepstake-form .sweepstake-form-coundate span {
    color: #ffcc53;
    position: relative;
    padding-bottom: 17px;
}

.sweepstake .sweepstake-form .sweepstake-form-coundate-word:after {
    content: attr(data-text);
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.sweepstake .sweepstake-form .sweepstake-form-field {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: #3c4f56;
    background-color: #ffffff;
    width: 100%;
    display: block;
    padding: 16px 18px;
    border: none;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sweepstake .sweepstake-form .sweepstake-form-field:focus {
    outline: none;
}

.sweepstake .sweepstake-form .sweepstake-form-btn {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: #3c4f56;
    background-color: #ffcc53;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 18px;
    text-align: center;
    border: none;
    margin-bottom: 20px;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sweepstake .sweepstake-form .sweepstake-form-btn:hover {
    cursor: pointer;
}

.sweepstake .sweepstake-form .sweepstake-form-btn:active,
.sweepstake .sweepstake-form .sweepstake-form-btn:focus {
    outline: none;
}

.sweepstake .sweepstake-form .sweepstake-form-row {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 143%;
    color: #FFF;
    margin-bottom: 15px;
}

.sweepstake .sweepstake-form .sweepstake-form-response {
    display: block;
    font-family: 'OpenSansRegular';
    font-size: 18px;
    line-height: 130%;
    color: #FFF;
    margin: 35px 0;
    padding: 0;
}

.sweepstake .sweepstake-form .sweepstake-form-response span {
    font-family: 'OpenSansBold';
    font-size: 21px;
    display: block;
    margin-bottom: 5px;
}

.sweepstake .sweepstake-form .sweepstake-form-socials {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.sweepstake .sweepstake-form .sweepstake-form-socials .sweepstake-form-socials-item {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}

.sweepstake .sweepstake-form .sweepstake-form-socials .sweepstake-form-socials-item.__facebook {
    background-image: url('../img/fb.svg');
}

.sweepstake .sweepstake-form .sweepstake-form-socials .sweepstake-form-socials-item.__twitter {
    background-image: url('../img/tw.svg');
}

.sweepstake .sweepstake-form.ready #sweepstakeForm {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}

.sweepstake .sweepstake-form.ready #tryMyLuckResponse {
    height: auto;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}

.sweepstake .sweepstake-side.__left {
    text-align: left;
}

.sweepstake .sweepstake-caption {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    color: #FFF;
}

.sweepstake .sweepstake-caption.__abs {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 15px;
}

.sweepstake .sweepstake-image {
    width: 244px;
    height: 155px;
    margin-top: 65px;
    background-image: url('../img/paper.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.sweepstake .sweepstake-text-row {
    font-family: 'OpenSansBold';
    color: #ffffff;
    margin-bottom: 20px;
}

.sweepstake .sweepstake-text-row.__yellow {
    color: #ffcc53;
}

.sweepstake .sweepstake-text-row.__lg {
    font-size: 42px;
    line-height: 129%;
}

.sweepstake .sweepstake-text-row.__md {
    font-size: 34px;
    line-height: 124%;
}

.sweepstake .sweepstake-text-row.__sm {
    font-size: 26px;
    line-height: 123%;
}

.sweepstake div.fca_eoi_layout_16 div.fca_eoi_layout_inputs_wrapper,
.sweepstake form.fca_eoi_layout_16 div.fca_eoi_layout_inputs_wrapper {
    padding: 0;
    background-color: transparent;
}

.sweepstake div.fca_eoi_layout_16 div.fca_eoi_layout_field_inner,
.sweepstake form.fca_eoi_layout_16 div.fca_eoi_layout_field_inner {
    padding: 8px;
}

.sweepstake div.fca_eoi_layout_16 div.fca_eoi_layout_submit_button_wrapper input,
.sweepstake form.fca_eoi_layout_16 div.fca_eoi_layout_submit_button_wrapper input {
    padding: 16px 12px;
}

.sweepstake div.fca_eoi_layout_16,
.sweepstake form.fca_eoi_layout_16 {
    padding-top: 15px;
}

@media (max-width: 991px) {
    .diag {
        padding: 15px 0;
    }

    .diag__hero {
        padding: 45px 0;
    }

    .sweepstake .sweepstake-side.__left {
        padding-right: 15px;
    }

    .sweepstake .sweepstake-text-row.__lg {
        font-size: 42px;
    }

    .sweepstake .sweepstake-text-row.__md {
        font-size: 24px;
    }

    .sweepstake .sweepstake-text-row.__sm {
        font-size: 26px;
        line-height: 131%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sweepstake .sweepstake-side.__left {
        padding-right: 15px;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .sweepstake .sweepstake-image {
        width: 204px;
        height: 125px;
    }
}

@media only screen and (max-width: 767px) {
    .diag {
        margin: 86px 0;
        padding: 45px 0;
    }

    .diag.diag__hero {
        height: auto;
        padding: 45px 0 25px;
    }

    .sweepstake .sweepstake-caption.__abs {
        position: relative;
        margin-top: 35px;
    }

    .sweepstake .sweepstake-column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sweepstake .sweepstake-side {
        padding-right: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .sweepstake .sweepstake-side.__left {
        text-align: center;
    }

    .sweepstake .sweepstake-image {
        height: 125px;
        margin: 35px auto;
    }

    .content_list_ui ol li:after {
        right: -57px;
    }

    .content_list_ui ol li:last-of-type {
        margin-bottom: 15px;
    }

    .content_list_ui ol li:last-of-type:after {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .diag:before,
    .diag:after {
        height: 78px;
    }

    .content_list_ui ol {
        max-width: 320px;
    }

    .content_list_ui ol li {
        margin-bottom: 100px;
        padding-left: 50px;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .content_list_ui ol li:after {
        top: auto;
        margin-top: 0;
        bottom: -65px;
        right: 50%;
        margin-right: -25px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 480px) {
    .diag .diag-title {
        font-size: 38px;
        line-height: 120%;
    }

    .diag .diag-text {
        line-height: 150%;
    }

    .sweepstake .sweepstake-form {
        padding: 25px 15px;
    }

    .sweepstake .sweepstake-caption.__abs {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 360px) {
    .sweepstake .sweepstake-text-row.__lg {
        font-size: 30px;
    }

    .sweepstake .sweepstake-text-row.__md {
        font-size: 16px;
    }

    .sweepstake .sweepstake-text-row.__sm {
        font-size: 22px;
        line-height: 155%;
    }
}

@media (min-width: 768px) {
    .content_list_ui ol li:last-of-type:after,
    .content_list_ui ol li:nth-of-type(2n):after {
        display: none;
    }
}

/*///*/
.zopim[data-test-id="ChatWidgetMobileUnreadCountBadge"], .zopim[data-test-id="ChatWidgetMobileButton"], .zopim[data-test-id="ChatWidgetButton"] {
    display: none!important;
}

iframe#launcher {
    display: none!important;
}

.zopim-btn {
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 1060;
}
.zopim-btn__body {
    margin: 0;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
}
.zopim-btn__avatar {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #fff;
    border: 2px solid #3c4f56;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.zopim-btn__avatar-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    background: url(/bundles/asterfreelance/_layout/images/EdubirdieCom/avatarDefault.jpg) bottom center no-repeat #fff;
    background-size: cover;
}
.zopim-btn__avatar-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    background: url(/bundles/asterfreelance/_layout/images/EdubirdieCom/avatarDefault.jpg) bottom center no-repeat #fff;
    background-size: cover;
}
.zopim-btn__avatar-img_gif {
    background-image: none;
    background-color: transparent;
}
.zopim-btn__bubble {
    position: relative;
    display: block;
    width: 130px;
    margin-left: -34px;
    padding: 19px 15px 19px 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    background-color: #3c4f56;
    border-radius: 13px;
    border-bottom-left-radius: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.zopim-btn__bubble::before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 0;
    display: block;
    width: 27px;
    height: 8px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2227%22%20height%3D%228%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.908.092a19.3%2019.3%200%2001-3.323%204.453C3.267%205.863%201.739%207.015%200%208h27V.092H7.908z%22%20fill%3D%22%233c4f56%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
}
.zopim-btn__unread-msg-label {
    position: absolute;
    top: 4px;
    left: -webkit-calc(100% - 4px);
    left: calc(100% - 4px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1.666;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #3c4f56;
}
.cookies-notify {
    position: fixed;
    z-index: 105;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    right: 0;
    bottom: 0;
    color: #2a2a2a;
    background-color: #fff;
    font-size: 11px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}
.cookies-notify__text {
    position: relative;
    margin-bottom: 0;
    padding-left: 35px;
    font-size: 11px;
    line-height: 14px;
    color: #2A2A2A;
}
.cookies-notify__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22%230f80de%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill-opacity%3D%22.045%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2213%22/%3E%3Cpath%20d%3D%22M13%2026a12.93%2012.93%200%2001-9.293-3.89%2012.815%2012.815%200%2001-3.705-9.262l.134-.348.285-.181a4.212%204.212%200%20002.708-2.158l.674-.258C6.665%2010.99%209.486%208.79%209.486%205.984c0-.096-.014-.19-.027-.282l-.022-.172.52-.6A4.185%204.185%200%200014.013.775l.61-.533C21.107%201.047%2026%206.56%2026%2013.066%2026%2020.198%2020.169%2026%2013%2026zM1.085%2013.252A11.732%2011.732%200%20004.48%2021.35%2011.86%2011.86%200%200013%2024.916c6.57%200%2011.917-5.315%2011.917-11.85%200-5.77-4.2-10.685-9.862-11.664a5.265%205.265%200%2001-4.487%204.562v.021a5.29%205.29%200%2001-5.284%205.286c-.472%200-.95-.07-1.426-.207a5.278%205.278%200%2001-2.773%202.188zm16.249-2.415a2.17%202.17%200%2001-2.167-2.167%202.17%202.17%200%20012.167-2.168A2.17%202.17%200%200119.5%208.67a2.17%202.17%200%2001-2.166%202.167zm0-3.25a1.085%201.085%200%20000%202.167%201.085%201.085%200%20000-2.168zM8.125%2017.34c-.895%200-1.624-.73-1.624-1.626%200-.896.729-1.625%201.624-1.625.896%200%201.625.729%201.625%201.625s-.729%201.626-1.625%201.626zm0-2.168a.543.543%200%20000%201.084.543.543%200%20000-1.084zm8.667%205.42a2.711%202.711%200%2001-2.708-2.71%202.711%202.711%200%20012.708-2.71%202.711%202.711%200%20012.708%202.71%202.711%202.711%200%2001-2.708%202.71zm0-4.336c-.896%200-1.625.73-1.625%201.626%200%20.896.729%201.625%201.625%201.625s1.625-.729%201.625-1.625c0-.897-.73-1.626-1.625-1.626zM13%2014.09a1.084%201.084%200%20110-2.167%201.084%201.084%200%20010%202.167zm-2.166%206.502a1.084%201.084%200%20110-2.167%201.084%201.084%200%20010%202.167zm-3.792%200a.542.542%200%20110-1.083.542.542%200%20010%201.083zm6.5-13.005a.542.542%200%20110-1.083.542.542%200%20010%201.083zm8.666%204.335a.542.542%200%20110-1.083.542.542%200%20010%201.083zm-1.083%206.503a.542.542%200%20110-1.084.542.542%200%20010%201.084zM2.71%2015.172a.542.542%200%20110-1.083.542.542%200%20010%201.083zM9.75%202.167A1.084%201.084%200%20119.75%200a1.084%201.084%200%20010%202.167zM19.5%2014.09a1.084%201.084%200%20110-2.167%201.084%201.084%200%20010%202.167zM5.417%208.669a2.17%202.17%200%2001-2.166-2.167%202.17%202.17%200%20012.166-2.167%202.17%202.17%200%20012.167%202.167A2.17%202.17%200%20015.417%208.67zm0-3.25c-.597%200-1.083.486-1.083%201.083%200%20.598.486%201.084%201.083%201.084S6.501%207.1%206.501%206.502c0-.597-.487-1.083-1.084-1.083z%22%20fill-rule%3D%22nonzero%22/%3E%3C/g%3E%3C/svg%3E);
    background-repeat: no-repeat;
}
.cookies-notify__link {
    text-decoration: underline;
    font-weight: normal;
    display: inline-block;
    color: inherit;
}
.cookies-notify__accept {
    font-weight: 500;
    cursor: pointer;
    outline: none;
    border: 1px solid rgba(4,82,129,0.15);
    border-radius: 7px;
    background: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    color: #0F80DE;
}
.cookies-notify__close {
    display: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    font-size: 0;
}
.cookies-notify__close::before, .cookies-notify__close::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 13px;
    width: 2px;
    height: 15px;
    background-color: currentColor;
}
.cookies-notify__close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cookies-notify__close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cookies-notify__text.sh-desk,
.cookies-notify__text.sh-mob{
    display: none;
}
.zopim-btn__msg-bubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -64px;
    padding: 13px 10px 13px 68px;
    background-color: #fff;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 12px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
    transition: transform cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
    transition: transform cubic-bezier(0.42, 0, 0.58, 1) 0.3s, -webkit-transform cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.zopim-btn__msg-bubble-content {
    padding-right: 5px;
    text-align: left;
}
.zopim-btn__msg-bubble-title {
    display: block;
    font-weight: 700;
    line-height: 1.5;
}
.zopim-btn__msg-bubble-text {
    display: block;
    line-height: 1.5;
}
.zopim-btn__msg-bubble-btn {
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff;
    background-color: #3c4f56;
    line-height: 1.2;
}
.zopim-btn__msg-bubble.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.zopim-btn__msg-bubble-close::before,
.zopim-btn__msg-bubble-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 12px;
    height: 1px;
    margin-top: -1px;
    background-color: #fff;
}
.zopim-btn__msg-bubble-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.zopim-btn__msg-bubble-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.zopim-btn__msg-bubble-close {
    position: absolute;
    top: -26px;
    right: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(4,82,129,0.2);
    font-size: 0;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}


@media only screen and (min-width: 320px){
    .cookies-notify__accept {
        margin-left: 15px;
        padding: 8px 20px;
    }
    .cookies-notify__close {
        display: none;
    }
}
@media only screen and (min-width: 375px){
    .cookies-notify__close {
        display: block;
    }
}
@media only screen and (min-width: 768px){
    .cookies-notify {
        max-width: 400px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 1024px){
    .zopim-btn {
        bottom: 10px;
        left: 10px;
    }
    .zopim-btn__avatar {
        width: 52px;
        height: 52px;
        margin-left: 0;
    }
    .zopim-btn__bubble {
        position: relative;
        margin-left: 15px;
        padding: 18px;
        width: 162px;
        font-size: 14px;
        font-weight: 500;
        box-shadow: 0 0 13px 0 rgba(0,0,0,0.15);
        -webkit-animation: fadeText 1s cubic-bezier(0.86, 0, 0.07, 1);
        animation: fadeText 1s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .zopim-btn__bubble::before {
        left: -8px;
    }
    .cookies-notify {
        right: 0;
        bottom: 45px;
        left: auto;
        max-width: 400px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .cookies-notify__accept {
        display: none;
    }
}
@media (max-width: 1023px) {
    .cookies-notify__text.sh-mob{
        display: block;
    }
    .zopim-btn__bubble::before{
        display: none;
    }
    .zopim-btn__bubble{
        border-top-left-radius: 0;
        margin-left: -30px;
    }
}
@media (min-width: 1024px) {
    .cookies-notify__text.sh-mob{
        display: none;
    }
    .cookies-notify__text.sh-desk{
        display: block;
    }
}
@media (max-width: 380px) {
    .cookies-notify__accept {
        margin-left: 13px;
    }
}
@media (max-width: 374px) {
    .cookies-notify__accept {
        margin-left: 5px;
    }
    .cookies-notify__text {
        white-space: nowrap;
    }
    .zopim-btn__msg-bubble-btn {
        padding: 10px 14px;
    }
    .zopim-btn__avatar {
        width: 52px;
        height: 52px;
    }
    .zopim-btn__bubble{
        padding: 18px 15px 18px 40px;
    }

}