/*------------------------------------------------------------------
Project:	 clinic
Version: 	1.0
Assigned to:	Alximicus
Primary use:	clinic



TABLE CONTENT


- RESET - no
- GLOBAL - no
- FOOTER - no
- SIDEBAR - yes
- SECTION ELEMENTS
- PORTFOLIO - yes
- LOADER - yes
- HOVER EFFECT - none
- ALERTS - yes
- PROGRESS - yes
- SERVICE TABS - no
 -SERVICE ITEM - no
- COUNTERS - yes
- SOCIAL LIST - yes
- PAGINATION - yes
- NAV TABS - yes
- CONTACT - yes
- GALLERY - yes
- FEATURED SECTION - yes
- ACCORDION  SECTION - yes
- SKILL SECTION - yes
- FEATURED LIST SECTION - yes
- TEAM SECTION - yes
- PRELOADERS - yes
- SERVICES - yes
- PORTFOLIO - no
- PLAN SECTION - yes
- INTRO SECTION - yes
- PRICE SECTION - yes
- JARALLAX - yes
- BUTTONS STYLES - yes
- SHUFFLE TEXT - no





-------------------------------------------------------------------*/


/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}





/******GLOBAL*******/


body {
    font-size: 15px;
    color: #333333;
    overflow-x: hidden;
}

* {
    outline: none !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-responsive {
    display: inline-block;
    vertical-align: middle;
}

.vtop {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}

.no-margin {
    margin: 0 !important;
}

.row.row-margin {
    margin-bottom: 40px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.relative {
    position: relative;
}

.text-white {
    color: #fff;
}

.no-border {
    border: none !important;
}

.font-bold {
    font-weight: bold;
}

.font-bold.btn {
    font-weight: bold;
}

.invertX {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

h1 {
    font-size: 44px;
    margin: 0;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    margin: 0 ;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    margin: 0 
    font-weight: 400;
}

h4 {
    font-size: 20px;
    margin: 0 ;
    font-weight: 400;
} 

h5 {
    font-size: 18px;
    margin: 0 ;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    margin: 0 ;
    font-weight: 400;
}

h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
      font-weight: 500;
}

h1.with-underline.under-orange:after,
h2.with-underline.under-orange:after,
h3.with-underline.under-orange:after,
h4.with-underline.under-orange:after,
h5.with-underline.under-orange:after,
h6.with-underline.under-orange:after {
    border-color: #6ac4c1;
}

h1.with-underline.under-blue:after,
h2.with-underline.under-blue:after,
h3.with-underline.under-blue:after,
h4.with-underline.under-blue:after,
h5.with-underline.under-blue:after,
h6.with-underline.under-blue:after {
    border-color: #088cdc;
}

h1.with-underline:after,
h2.with-underline:after,
h3.with-underline:after,
h4.with-underline:after,
h5.with-underline:after,
h6.with-underline:after {
    content: "";
    display: block;
    width: 60px;
    max-width: 100%;
    border-bottom: 1px solid #088cdc;
    margin-top: 20px;
    margin-bottom: 0.5em;
}

.bold {
    font-weight: bold;
}

a.orange:hover {
    color: #05a85e;
}



a:hover {
    text-decoration: none;
}

p , .rtd {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

p span.hightlited-blue,
p span.hightlited-orange {
    padding: 0 5px;
    color: #fff;
}

p span.hightlited-blue {
    background: #088cdc;
}

p span.hightlited-orange {
    background: #05a85e;
}

p span.hightlited-dotted {
    border: 1px dotted #777777;
    color: #088cdc;
    padding: 0 5px;
}

p .first-letter {
    font-size: 48px;
    width: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin: 8px 15px 15px 0;
    float: left;
    text-transform: uppercase;
}

p .first-letter.circle {
    border-radius: 50%;
}

p .first-letter.blue-first-letter {
    background: #237ac6;
    color: #fff;
}

p .first-letter.square {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

p .first-letter.orange-first-letter {
    background: #05a85e;
    color: #fff;
}

blockquote {
    display: block;
}

blockquote.blockquote-free {
    padding: 15px 0 15px 70px;
    font-size: 26px;
    color: #333;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 60px;
}

blockquote.blockquote-free .author {
    font-size: 14px;
    font-weight: bold;
    color: #05a85e;
    text-transform: uppercase;
    font-style: normal;
}



blockquote.blockquote-box {
    padding: 15px 35px 10px 35px;
    font-size: 14px;
    /* color: #000000; */
    font-style: italic;
    line-height: 28px;
    margin-bottom: 60px;
    background: #f6f6f6;
    border-left: 5px solid #05a85e;
}


blockquote.blockquote-box p{
     font-size: 14px; 
     font-style: italic;
      line-height: 28px;
}


blockquote.blockquote-box.text-left {
    text-align: left;
}



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

blockquote.blockquote-full {
    padding: 50px 25px 50px 135px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 60px;
    background-color: #237ac6;
}



.blockquote-box {
    text-align: right;
    margin-bottom: 20px;
}

.blockquote-box.white-box blockquote {
    background-color: #fff;
    background-size: 25px 20px;
}

.blockquote-box.white-box blockquote:after {
    border-left-color: #fff;
}



.blockquote-box.white-box .wrap-author .avatar {
    border: 5px solid #fff;
}

.blockquote-box blockquote {
    text-align: left;
    padding: 40px 20px 40px 80px;
    color: #333333;
    font-style: italic;
    line-height: 28px;
    position: relative;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    background-size: 25px 20px;
}



.blockquote-box blockquote:after {
    content: "";
    border: 20px solid transparent;
    border-left-color: #f6f6f6;
    display: block;
    position: absolute;
    top: 100%;
    right: 30px;
    margin-top: -20px;
}


.blockquote-box blockquote:before{
    content: url(/wp-content/themes/clinic/img/quote-ico.png);
    left: 35px;
    position: absolute;
    top: 25px;
}

.blockquote-box .wrap-author {
    display: inline-block;
    text-align: left;
}

.blockquote-box .wrap-author .avatar {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 5px solid #f6f6f6;
    border-radius: 50%;
    background: #fff;
}

.blockquote-box .wrap-author .author {
    padding-left: 10px;
}

.blockquote-box .wrap-author .author a {
    display: block;
    color: #237ac6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.blockquote-box .wrap-author .author span {
    color: #777777;
    font-size: 13px;
    font-style: italic;
    text-align: left;
}

.post-password-form input[type=password]{
     background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    padding: 5px;
}

input[type=submit] , button[type=submit]  {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
    line-height: 18px;
    border-radius: 3px;
    text-transform: uppercase;
    background: #05a85e;
    box-shadow: none !important;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    border: 0;
}

.pix-row-overlay{
    overflow: hidden;
}


.wpcf7  input[type=submit]  {
    float: right;
}


.wpcf7 input[type=text] , .wpcf7 input[type=email]{
    border: 0;
    border-bottom: 1px solid #eee ;
    margin-bottom: 25px !important;
    padding: 10px !important;
    width: 100%;
    margin: 10px 0px;
    background: transparent;
}

.wpcf7-textarea{
    border-bottom: 1px solid #eee !important;
    background: transparent;
    margin-bottom: 25px !important;
    padding: 10px !important;
    width: 100%;
    margin: 10px 0px;
    height: 245px;
    border: 0;
}


.wpcf7  label {
    display: inline-block;
    width: 100%;
}

 .wpcf7  .order-form label{
    display: inline-block !important;
    width: auto !important;
    margin: 0 13px;
    font-size: 39px;
}






.text-white-color  ::-webkit-input-placeholder {color:#fff; opacity: 0.5;}
.text-white-color  ::-moz-placeholder          {color:#fff;  opacity: 0.5;}/* Firefox 19+ */
.text-white-color  :-moz-placeholder           {color:#fff;  opacity: 0.5;}/* Firefox 18- */
.text-white-color  :-ms-input-placeholder      {color:#fff;  opacity: 0.5;}






 .wpcf7  .order-form input[type=text],  .wpcf7  .order-form input[type=email] {
    border-bottom: 1px solid #eee !important;
    color: #333333;
    font-size: 35px;
    padding-left: 0 !Important;
    margin-left: 10px;
    position: relative;
    top: -2px;
    margin-bottom: 0 !important;
}


 .wpcf7  .order-form input[type=submit] {
    float: none;
    display: block;
    margin: 29px auto 0 !important;
    padding: 15px;
    font-size: 18px;
    height: auto;
    max-width: 800px;
    width: 100%;
}



 .wpcf7  .order-form .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}

 #respond .btn {
    margin: 25px 0;
    float: right;
}


.btn.btn-warning {
    background: #05a85e;
    border: 1px solid #05a85e !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
    line-height: 30px;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: none !important;
}

.btn .fa {
    font-size: 14px;
    padding-left: 10px;
}

.btn .icon-envelope {
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.btn.btn-sm {
    padding: 5px 15px;
    font-size: 13px;
}

.btn.btn-lg {
    padding: 15px 35px;
    font-size: 18px;
}

.btn.btn-checkbox {
    padding: 0;
    line-height: 30px;
    color: #555555;
    text-transform: none;
    margin-right: 10px;
}

.btn.btn-checkbox.active:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #555;
}

.btn.btn-checkbox.checkbox-blue:before {
    background: #088cdc;
    border-color: #088cdc;
    color: #fff;
}

.btn.btn-checkbox.checkbox-orange:before {
    background: #05a85e;
    border-color: #05a85e;
    color: #fff;
}

.btn.btn-checkbox:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #cccccc;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: center;
}

.btn.btn-radio {
    padding: 0;
    line-height: 30px;
    color: #555555;
    text-transform: none;
    margin-right: 10px;
}

.btn.btn-radio.active:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #555;
}

.btn.btn-radio.radio-blue:before {
    background: #088cdc;
    border-color: #088cdc;
    color: #fff;
}

.btn.btn-radio.radio-white:before {
    border: 1px solid #ccc;
    background: #fff;
    color: #088cdc;
}

.btn.btn-radio:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}

.btn.btn-primary {
    background: #237ac6;
    border: 1px solid #237ac6 !important;
    color: #fff;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #1664A9;
}

.btn.btn-white-orange {
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
}

.btn.btn-white-orange.orange {
    color: #05a85e;
}

.btn.btn-white-orange.orange i {
    color: #088cdc;
}

.btn.btn-white-orange:active,
.btn.btn-white-orange:focus,
.btn.btn-white-orange:hover {
    background: #05a85e;
    border: 1px solid #05a85e !important;
    color: #fff;
}

.btn.btn-white-orange:active i,
.btn.btn-white-orange:focus i,
.btn.btn-white-orange:hover i {
    color: #fff;
}

.btn.btn-white-orange:active.no-border,
.btn.btn-white-orange:focus.no-border,
.btn.btn-white-orange:hover.no-border {
    border: none !important;
}

.btn.btn-white-orange.no-border {
    border: none !important;
}


.under-name:after {
    border-top: 1px solid #237ac6;
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 40px;
}

.post-body  .btn {
    background: #05a85e;
    border: 1px solid #05a85e !important;
    color: #fff;
}

.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
    background: #DF831D;
}

.btn.btn-default {
    background: #f6f6f6;
    border: 2px solid #eeeeee !important;
    color: #555555;
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background: #EFEFEF;
}

.btn.btn-default.btn-default-bordered {
    border: 2px solid #cccccc !important;
}


.btn.btn-transparent {
    background: none;
    border: none;
    box-shadow: none;
}

.btn.btn-transparent.orange i {
    color: #237ac6;
}

.btn.btn-transparent.orange:hover {
    color: #05a85e;
}

.input-group input[type=text] {
    height: 52px;
    background: #fff;
}

.input-group input[type=text]:first-child {
    padding-left: 15px;
    border-radius: 3px 0 0 3px;
}

.form-group.has-feedback input[type=text]-feedback {
    line-height: 40px;
    height: 40px;
    color: #05a85e;
}

.form-group.has-feedback input[type=text] {
    padding-right: 45px;
}

textarea {
    max-width: 100%;
}

textareainput[type=text] {
    margin-bottom: 40px;
    min-height: 100px;
    resize: none;
}

input[type=text], select {
    padding: 10px 0;
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    border-radius: none;
    padding-left: 0;
    color: #999;
    color: #aaaaaa;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 25px;
}

textarea {
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    border-radius: none;
    padding-left: 0;
    color: #999;
    color: #aaaaaa;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 10px 0;
}


#respond textarea {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
    width: 100% !important;
    padding: 15px;
    min-height: 180px;
    color: #333;
    line-height: 26px;
}

.logged-in-as{
    padding-bottom: 15px;
}


.comment-reply-title {
    position: relative;
    font-size: 20px;
}

.comment-reply-title small {
    padding-left: 10px;
}

.comment-reply-title:after {
    content: "";
    display: block;
    width: 60px;
    max-width: 100%;
    border-bottom: 1px solid #088cdc;
    margin-top: 15px;
    margin-bottom: 25px;
}



input[type=text]:focus,
input[type=text]:active {
    border-color: #dddddd;
}

input[type=text].bordered {
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #777777;
    font-style: italic;
    padding: 0 15px;
}

input[type=text]-feedback {
    /*top: 8px;*/
}

.orange {
    color: #05a85e;
}

.orange + .tooltip .tooltip-inner {
    background: #05a85e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

.orange + .tooltip .tooltip-arrow {
    border-top-color: #05a85e;
}

.blue {
    color: #088cdc;
}

.blue + .tooltip .tooltip-inner {
    background: #088cdc;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

.blue + .tooltip .tooltip-arrow {
    border-top-color: #088cdc;
}

.grey {
    color: #aaaaaa;
}

.dark {
    position: relative;
}

.dark.dark-strong:after {
    background: #0b0f12;
    opacity: 0.9;
}

.dark:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #191919;
    opacity: 0.72;
    z-index: 1;
}

.blue-dark {
    position: relative;
}

.blue-dark:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #237ac6;
    opacity: 0.95;
    z-index: 1;
}

.blue-dark.solid:after {
    opacity: 1;
}

.orange-dark {
    position: relative;
}

.orange-dark:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #05a85e;
    opacity: 0.95;
    z-index: 1;
}

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




.light-title {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 100;
    color: #777777;
}

ul.list,
ol.list {
    margin-bottom: 30px;
}

ul.list.list-round-check.orange-list li:before,
ol.list.list-round-check.orange-list li:before {
    color: #05a85e;
}

.list-round-check{
    padding-left: 25px;
}

.list-round-check li{
    position: relative;
}

ul.list.list-round-check li:before,
ol.list.list-round-check li:before {
    font-family: FontAwesome;
    content: "\f05d";
    color: #05a85e;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: -25px;
}

ul.list.list-caret-right li:before,
ol.list.list-caret-right li:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #237ac6;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

ul.list.list-check li:before,
ol.list.list-check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #088cdc;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

ul.list.list-check li.disable:before,
ol.list.list-check li.disable:before {
    content: "\f00d";
    color: #05a85e;
}

ul.list.list-angle-right li:before,
ol.list.list-angle-right li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #05a85e;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

ul.list.list-square li:before,
ol.list.list-square li:before {
    font-family: FontAwesome;
    content: "\f096";
    color: #088cdc;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

ul.list.list-arrow-right li:before,
ol.list.list-arrow-right li:before {
    font-family: FontAwesome;
    content: "\f178";
    color: #088cdc;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

ul.list.list-circle li:before,
ol.list.list-circle li:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #05a85e;
    font-size: 10px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

ul.list li,
ol.list li {
    line-height: 30px;
    color: #333333;
    font-size: 15px;
    text-align: left;
    list-style: none;
}

ul.list-counter,
ol.list-counter {
    counter-reset: item;
}

ul.list-counter li,
ol.list-counter li {
    line-height: 30px;
    color: #333333;
    font-size: 15px;
    text-align: left;
}

ul.list-counter li:before,
ol.list-counter li:before {
    content: counter(item) ". ";
    counter-increment: item;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #05a85e;
}

ul.list-counter.list-counter-circle li:before,
ol.list-counter.list-counter-circle li:before {
    content: counter(item);
    color: #fff;
    background: #111;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    text-align: center;
}

.table {
    /*&.table-primary {*/
    border: 1px solid #eeeeee;
    /*}*/
}

.table thead tr th {
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    line-height: 30px;
    padding: 12px 15px;
    border-bottom: 4px solid #237ac6;
}

.table thead tr th:first-child {
    text-align: center;
}

.table tbody tr td {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 15px;
}

.table tbody tr td:first-child {
    text-align: center;
}

.table.table-warning thead tr th {
    border-bottom: 4px solid #05a85e;
}

.table.table-mixed thead tr th {
    background: #237ac6;
    color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #05a85e;
}

.table.table-mixed tbody tr td {
    border-color: #eeeeee;
}




/******** FOOTER *********/



.footer .common-footer{
    padding: 80px 0 80px;
}



.footer.contact-footer {
    padding: 100px 0 20px;
}

.footer .footer-text {
    margin-bottom: 60px;
    color: #fefefe;
}

.footer .footer-logo {
    margin-bottom: 20px;
}

.footer .list-social {
    margin-bottom: 20px;
}


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

.footer .list-social ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer .list-social ul li a {
    font-size: 16px;
    color: rgba(170, 170, 170, 0.8);
    padding: 0 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.footer .list-social ul li a:hover {
    color: #fff;
}

.footer .copyright {
    color: #7e848e;
    font-size: 12px;
}

.footer input[type=text] {
    border-color: #444444;
}


.footer{
    margin-top: 40px;
    font-size: 14px; 
}


.footer-fixed.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}


.fixed-footer-layout{
    position: relative;
    z-index: 3;
    background: #fff;

}



.footer li , .single-staticblocks .page-content li{
    padding-bottom: 15px;
    font-size: 14px;
}


.background-attachment-fixed {
    background-attachment: fixed !important;
    display: inline-block;
    width: 100%;
}


.single-staticblocks .page-content{
    padding-top: 5%;
}

.coming-soon-footer {
    padding: 60px 0;
    border-top: 1px solid #eeeeee;
    position: relative;
    color: #7e848e;
    text-transform: uppercase;
}

.coming-soon-footer .footer-logo {
    margin-bottom: 20px;
}

.coming-soon-footer .list-social {
    margin-bottom: 20px;
}

.coming-soon-footer .list-social ul li {
    display: inline-block;
    vertical-align: middle;
}

.coming-soon-footer .list-social ul li a {
    font-size: 16px;
    color: rgba(170, 170, 170, 0.8);
    padding: 0 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.coming-soon-footer .list-social ul li a:hover {
    color: #fff;
}

.coming-soon-footer .copyright {
    color: #7e848e;
    font-size: 12px;
}

.coming-soon-footer:before {
    content: "";
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    width: 10px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}


/******** LAYOUT ********/

body{
    background: #fff  ;
    transition: background 0.5s ease;
}



.page-layout-full-width   .page-content > .container{
       width: 100%; 
}


.page-layout-boxed{
    max-width: 1240px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

/*********  SECTIONS **********/


.top-arrow-effect {
    position: relative;
}

.top-arrow-effect:before {
    content: "";
    display: block;
    pointer-events: none;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to top, #f6f6f6, #ececec);
    background: -webkit-linear-gradient(to top, #f6f6f6, #ececec);
    background: -moz-linear-gradient(to top, #f6f6f6, #ececec);
}

.top-arrow-effect:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border: 20px solid transparent;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-color: #fff;
    margin-left: -30px;
}

.bulge-bottom-container {
    margin-top: -90px;
    position: relative;
    bottom: -90px;
}

.bulge-top-container {
    margin-bottom: -70px;
    position: relative;
    top: -70px;
}

.counter-item .count {
    color: #333333;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-item .counter-title {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.counter-item .counter-title:after {
    content: "";
    display: block;
    border-top: 1px solid #237ac6;
    width: 40px;
    margin-top: 20px;
}

.sep-element {
    border-bottom: 1px solid #237ac6;
    width: 100px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.sep-element:after {
    content: "";
    background-color: #ffffff;
    border: 1px solid #237ac6;
    width: 10px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.section-heading {
    text-align: center;
    padding: 50px 0 50px;
}

.section-heading.white-heading .section-subtitle {
color: #fff !important;
}

.section-heading.white-heading .section-title {
    color: #ffffff;
}

.section-heading.white-heading .sep-element {
    border-color: #fff;
}

.section-heading.white-heading .sep-element:after {
    border-color: #fff;
    background: #2f3849;
}

.section-heading .section-subtitle { 
    color: rgba(170, 170, 170, 0.8);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-heading .section-title {

    color: #333333;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
/*     letter-spacing: 4px; */
}




.header-section {
    padding: 180px 0 100px;
    text-align: center;
    border-bottom: 6px solid #088cdc;
}

.page-title-box {
    line-height: 44px;
}
.ui-title-page h1{
color: #fff;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}
.ui-title-page.pull-left h1, .ui-title-page.pull-left .subtitle{
	text-align: left;
}
.ui-title-page.pull-right h1, .ui-title-page.pull-right .subtitle{
	text-align: right;
}
.ui-title-page .subtitle{
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 26px;
    max-width: 1000px;
    margin-top: 10px;
}
.breadcrumbs, .breadcrumbs a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.header-section p {
	 color: #fff;
 }

.header-section.elements-header {
    background: url(../img/sections/section-1.jpg) top center no-repeat;
    background-size: cover;
}

.header-section.portfolio-single-header {
    background: url(../img/sections/section-6.jpg) top center no-repeat;
    background-size: cover;
}

.section-headings {
    padding: 110px 0 80px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 3px;
}

.section-texts {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-lists {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-blockquotes {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-blockquotes .light-title {
    margin-bottom: 70px;
}

.section-buttons {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-buttons .buttons-row {
    padding: 17px 0;
}

.section-buttons .buttons-row .btn {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.section-pagination {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-forms {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-alerts {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-bars {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
}

.section-tables {
    padding: 80px 0;
    border-top: 1px solid #eee;
}

.section-header-slider .vertical-slider {
    text-align: center;
    width: 100%;
    max-width: 100% !important;
    position: relative;
}

.section-header-slider .vertical-slider .sp-buttons {
    position: absolute;
    right: 30px;
    top: 50%;
    width: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-header-slider .vertical-slider .sp-buttons .sp-button {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 1px solid #666668;
}

.section-header-slider .vertical-slider .sp-buttons .sp-button:hover,
.section-header-slider .vertical-slider .sp-buttons .sp-button.sp-selected-button {
    background: #088cdc;
    border-color: #088cdc;
}

.section-header-slider .vertical-slider .sp-layer {
    position: relative;
}

.section-header-slider .vertical-slider .sp-mask {
    height: 800px !important;
    width: 100% !important;
    background: #333;
}

.section-header-slider .vertical-slider .slide-item {
    width: 100%;
    text-align: center;
    z-index: 5;
    position: absolute;
    height: 800px !important;
    width: 100% !important;
}

.section-header-slider .vertical-slider .slide-item .slider-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #dddddd;
    font-weight: bold;
    margin-bottom: 40px;
}

.section-header-slider .vertical-slider .slide-item .slider-title i {
    margin: 0 5px 0 8px;
    font-size: 24px;
    color: #05a85e;
    text-shadow: #393a39 2px 0px, #393a39 2px 2px, #393a39 0px 2px, #393a39 -2px 2px, #393a39 -2px 0px, #393a39 -2px -2px, #393a39 0px -2px, #393a39 2px -2px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px;
}

.section-header-slider .vertical-slider .slide-item p {
    color: #fff;
}

.section-header-slider .vertical-slider .slide-item .slide-image {
    background: #000;
    height: 800px;
    overflow: hidden;
}

.section-header-slider .vertical-slider .slide-item .slide-image img {
    width: auto;
    min-width: 100%;
}

.section-header-slider .vertical-slider .slide-item .time {
    color: #999999;
    font-size: 13px;

    font-style: italic;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
}

.section-header-slider .vertical-slider .slide-item .slide-content {
    padding: 250px 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 320px;
    padding-bottom: 280px;
}

.section-header-slider .vertical-slider .slide-item .slide-content.right-slide-content {
    text-align: left;
}

.section-header-slider .vertical-slider .slide-item .slide-content .above-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.section-header-slider .vertical-slider .slide-item .slide-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.section-header-slider .vertical-slider .slide-item .slide-content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.section-header-slider .vertical-slider .slide-item .slide-content .slider-buttons .btn {
    color: #fff;
    margin: 0 4px;
    min-width: 145px;
    margin-bottom: 10px;
    margin-left: 0;
}

.section-header-slider .vertical-slider .slide-item .slide-content .slider-buttons .btn:first-child {
    margin-left: 0;
}

.section-header-slider .vertical-slider .slide-item .slide-content .slider-buttons .btn:hover,
.section-header-slider .vertical-slider .slide-item .slide-content .slider-buttons .btn:focus,
.section-header-slider .vertical-slider .slide-item .slide-content .slider-buttons .btn.active {
    color: #fff;
    background: #05a85e;
    border-color: #05a85e !important;
}

.section-header-slider .vertical-slider .slide-item .slide-content .watch-video {
    text-decoration: none !important;
}

.section-header-slider .vertical-slider .slide-item .slide-content .watch-video i {
    font-size: 30px;
    display: inline-block;
    color: #05a85e;
    margin-bottom: 15px;
}

.section-header-slider .vertical-slider .slide-item .slide-content .watch-video span {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none !important;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.section-header-slider .vertical-slider .owl-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-header-slider .vertical-slider .owl-dots .owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 1px solid #666668;
}

.section-header-slider .vertical-slider .owl-dots .owl-dot:hover,
.section-header-slider .vertical-slider .owl-dots .owl-dot.active {
    background: #088cdc;
    border-color: #088cdc;
}



.section-intro .iphone {
    margin-top: -60px;
    margin-bottom: -60px;
}


.section-intro .iphone  img{
    max-width: 100%;
    height: auto;
}

.section-intro .arrow {
    padding-top: 155px;
    margin-bottom: 30px;
}



.section-intro{
    min-height: 315px;
}

.section-intro .intro-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    padding-left: 20px;
    text-transform: uppercase;
}

.section-intro .intro-text {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    height: 219px;
    padding-top: 68px;
    text-align: left;
    margin-bottom: 11px;
    line-height: 40px;
}

.section-intro .under-intro-text {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.section-intro-2 {
    padding: 60px 0;
    border-bottom: 1px solid #ebebeb;
}

.section-intro-2 .counters {
    padding-top: 70px;
}

.section-intro-2 p {
    margin-bottom: 32px;
}

.section-services-2 {
    background: url(../img/sections/section-4.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service-features-section {
    padding-bottom: 80px;
    position: relative;
}



.service-features-section .pages a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    opacity: 0.7;
    text-decoration: none;
}

.service-features-section .pages a:hover {
    opacity: 1;
}

.service-features-section .pages a i {
    font-size: 16px;
    color: #fff;
}

.section-gallery {
    padding-top: 80px;
}

.section-error-404 {
    text-align: center;
    padding: 220px 0 0 0;
    margin-bottom: 30px;
}

.section-error-404 .logo-container {
    background: #f6f6f6;
    padding: 0 15px;
}

.section-error-404 .logo-container .text-404 {
    width: 378px;
    height: 164px;
    background: url(../img/404.png) center no-repeat;
    background-size: contain;
    margin: 0 auto -30px;
    position: relative;
    top: -70px;
    max-width: 100%;
}

.section-error-404 .logo-container h5 {
    letter-spacing: 7px;
    margin-bottom: 75px;
}

.section-error-404 .logo-container p {
    font-size: 20px;
    margin-bottom: 100px;
}

.section-error-404 .logo-container p strong {
    font-weight: bold;
}

.section-error-404 .gohome-container {
    background: #237ac6;
    padding: 35px 0;
    margin-top: -35px;
}

.section-coming-soon {
    padding: 140px 0 120px;
    background: url(../img/sections/section-2.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
}

.section-coming-soon .big-logo {
    margin-bottom: 35px;
}

.section-coming-soon.section-contact-2 {
    background: url(../img/sections/section-2.jpg) top center no-repeat;
    background-size: cover;
}

.section-coming-soon h5 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.section-coming-soon .wrap-email-form {
    padding-top: 60px;
}

.section-coming-soon-2 {
    background: url(../img/sections/section-6.jpg) top center no-repeat;
    background-size: cover;
}

.section-contact {
    padding: 120px 0;
    background: #f6f6f6;
}

.section-socials {
    padding: 90px 0;
}

.section-socials h4 {
    margin-bottom: 35px;
    letter-spacing: 4px;
}

.blog-content-section {
    padding: 0;
}

.map-section {
    padding: 70px 0;
    background: url(../img/sections/map-section.jpg) top center/cover no-repeat;
}

.map-section a {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    text-decoration: none;
}

.section-purchase {
    padding: 60px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.section-purchase h3 {
    font-size: 26px;
    margin: 0;
    padding-bottom: 10px;
}

.section-purchase .btn.btn-default {
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
}

.section-purchase .btn.btn-default:hover {
    color: #333;
    background: #fff;
}

.section-purchase .logo-block {
    text-transform: uppercase;
    padding: 20px 60px 20px 0;
}

.banner-info-block p{
    margin: 0;
    padding: 0;
}

.banner-info-block{
    padding-left: 85px;
    padding-top: 10px;

}

.section-who-we-are .text-container .col-md-6 {
    margin-bottom: 30px;
}

.section-who-we-are .who-we-are-image {
    padding-top: 60px;
    text-align: center;
}

.section-who-we-are .who-we-are-image img {
    max-width: 100%;
}

.section-who-we-are .who-we-are-collage {
    padding-top: 60px;
    text-align: center;
    position: relative;
    min-height: 700px;
    margin-bottom: -100px;
}

.section-who-we-are .who-we-are-collage img {
    max-width: 100%;
}

.section-who-we-are .who-we-are-collage .collage-item {
    position: absolute;
}

.section-who-we-are .who-we-are-collage .collage-item.item-brac {
    top: 57%;
    right: 20%;
}

.section-who-we-are .who-we-are-collage .collage-item.item-camera {
    top: 51%;
    left: 15%;
}

.section-who-we-are .who-we-are-collage .collage-item.item-clips {
    top: 28%;
    left: 5%;
}

.section-who-we-are .who-we-are-collage .collage-item.item-headphones {
    top: 25%;
    right: 0%;
}

.section-who-we-are .who-we-are-collage .collage-item.item-keyboard {
    top: 48%;
    right: 42%;
}

.section-who-we-are .who-we-are-collage .collage-item.item-mouse {
    top: 48%;
    right: 32%;
}

.section-who-we-are .who-we-are-collage .collage-item.item-pen {
    top: 39%;
    right: 26%;
}

.section-skills .feature-section .wrap-feature-content {
    position: relative;
}

.section-skills .feature-section .wrap-feature-content > img {
    width: 100%;
}

.section-skills .feature-section .wrap-feature-content .feature-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-skills .feature-section .wrap-feature-content .feature-content img {
    display: block;
    margin: 0 auto 20px;
}

.section-skills .feature-section .wrap-feature-content .feature-content .feature-text {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.section-skills .feature-section .wrap-feature-content .feature-content .feature-text span {
    display: block;
    color: #cccccc;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.section-skills .feature-section .section-heading {
    padding-top: 100px;
}

.section-skills .skills-section .skills-features-section {
    padding: 70px 15px;
    background: url(../img/sections/section-9.jpg) bottom center/cover no-repeat;
    position: relative;
    color: #fff;
}

.section-skills .skills-section .skills-features-section:before {
    content: "";
    border-left: 1px solid #4590cf;
    position: absolute;
    display: block;
    top: 55px;
    bottom: 55px;
    left: 50%;
    z-index: 2;
}

.section-trust-us {
    padding: 120px 0 120px;
    position: relative;
}

.section-trust-us .trus-image {
    width: 50%;
    position: absolute;
    right: 50%;
    top: 30px;
    bottom: 30px;
    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;
}

.section-trust-us .trus-image img {
    max-width: 100%;
    max-height: 100%;
}

.section-trust-us .section-heading {
    padding-top: 40px;
    text-align: left;
}

.section-trust-us .section-heading .section-title {
    margin-bottom: 7px;
}

.section-blog {
    background: url(../img/sections/section-10.jpg) top center/cover no-repeat;
    background-attachment: fixed;
}

.section-blog .blog-list-container {
    padding: 55px 15px 35px;
    bottom: -80px;
}

.section-feedbacks {
    padding-top: 80px;
}

.section-feedbacks .feedbacks-container {
    background: #f6f6f6;
    padding: 100px 0 100px;
}

.feedbacks-container .feedbacks-carousel .wrap-author {
    margin-right: 30px;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #cecece;
    margin: 0 4px;
}

.owl-dot.active,
.owl-dots .owl-dot:hover {
    border-color: #088cdc !important;
    background: #088cdc !important;
}

.feedbacks-container .carousel-item {
    margin: 0 15px;
}

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

.section-brands .brand-item {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
}


.brand-item img{
    max-width: 100%;
    height: auto;
}

.section-price {
    padding-bottom: 90px;
}

.section-price .list-prices {
    padding: 40px 0 0 0;
}

.big-map-section .big-map {
    height: 600px;
    max-height: 70vh;
}

.contact-form-section {
    padding: 60px 0;
    background: #F9F9F9;
}

.contact-form-section .top-info {
    margin-bottom: 15px;
}

.contact-form-section .bottom-info i,
.contact-form-section .bottom-info p,
.contact-form-section .bottom-info label {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.contact-form-section .bottom-info i {
    margin-right: 5px;
    color: #088cdc;
}

.contact-form-section .bottom-info label {
    margin-right: 15px;
    font-weight: bold;
    min-width: 70px;
}

@media (max-width: 991px) {
    .contact-form-section .reply-form {
        margin-bottom: 30px;
    }
}


/******  CONTENT TABS ******/
.folio-isotop-filter ul {
    text-align: center;
    border: none;
    font-size: 0;
    padding: 0 0 50px 0;
}
.folio-isotop-filter ul > li {
    float: none;
    display: inline-block;
    border: 1px solid #eee;
    border-right: 4px solid #eee;
    margin-right: 5px;
    background: #fff;
    margin-bottom: 10px;
}
.folio-isotop-filter ul > li a {
  display: block;
  line-height: 1.1;
  border: none;
  padding: 0 35px;
  line-height: 45px;
  background: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}



.folio-isotop-filter ul > li a.selected {
    background: #2a64d9;
    color: #fff;
    text-decoration: none;
}


.sidebar-container ul.styled {
	margin: 0;
	padding: 0;
}

/******** SERVICE TABS ********/

.wrap-services-tabs .wrap-tabs {
    text-align: center;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs {
    border: none;
    text-align: center;
    font-size: 0;
    margin-bottom: 55px;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    border: none !important;
    background: none !important;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li:last-child a {
    border: none;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a {
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    border: none;
    background: none;
    border-right: 1px solid #f0f0f0;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent !important;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a .icons {
    display: block;
    height: 42px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 40px;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a .icons.icon-support {
    height: 41px;
    background: url(../images/icons/tabs/support.png) top center no-repeat;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a .icons.icon-responsive {
    background: url(../images/icons/tabs/responsive.png) top center no-repeat;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a .icons.icon-analytics {
    background: url(../images/icons/tabs/analytics.png) top center no-repeat;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a .icons.icon-customizable {
    background: url(../images/icons/tabs/customizable.png) top center no-repeat;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a .icons.icon-multipurpose {
    background: url(../images/icons/tabs/multipurpose.png) top center no-repeat;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li a span {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li.active a,
.wrap-services-tabs .wrap-tabs .nav.nav-tabs li:hover a {
    background: none;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li.active a .icons,
.wrap-services-tabs .wrap-tabs .nav.nav-tabs li:hover a .icons {
    background-position: bottom center;
}

.wrap-services-tabs .wrap-tabs .nav.nav-tabs li.active a span,
.wrap-services-tabs .wrap-tabs .nav.nav-tabs li:hover a span {
    color: #05a85e;
}

.wrap-tabs-content {
    background: #f6f6f6;
    padding: 90px 0;
}

.wrap-tabs-content img {
    max-width: 100%;
}

.wrap-tabs-content .tab-pane h5,
.wrap-tabs-content .tab-pane p,
.wrap-tabs-content .tab-pane ul {
    margin-bottom: 30px;
}

.wrap-tabs-content .tab-pane .designations .last-year {
    color: #999999;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
}

.wrap-tabs-content .tab-pane .designations .last-year span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #237ac6;
    width: 15px;
    height: 10px;
}

.wrap-tabs-content .tab-pane .designations .this-year {
    color: #999999;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
}

.wrap-tabs-content .tab-pane .designations .this-year span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #cccccc;
    width: 15px;
    height: 10px;
}


/******** SERVICE ITEM ********/

.service-item {
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-item.border-bottom {
  
}

.service-item.right-text-item {
    text-align: right;
}

.service-item.right-text-item .item-heading > .icon {
    margin-right: 0;
    margin-left: 15px;
}

.service-item.right-text-item .item-heading .title {
    position: relative;
    margin-bottom: 16px;
}

.service-item.right-text-item .item-heading .title:after {
    position: absolute;
    right: 0;
}

.service-item.right-text-item .item-body p {
    text-align: right;
}

.service-item .item-heading {
    margin-bottom: 30px;
}

.service-item .item-heading  .feature-number{
    left: -5px;
    opacity: 0.7;
    position: relative;
    top: -6px;
    font-size: 48px;
}


.right-text-item.service-item .item-heading  .feature-number{
    right: -5px;
    left: auto;
}

.service-item .item-heading > .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.service-item .item-heading > .icon span {
    font-size: 44px;
}

.service-item .item-heading .title {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.service-item .item-heading .title:after {
    width: 40px;
    content: "";
    display: block;
    border-bottom: 1px solid #92c0e4;
    margin-top: 15px;
}

.service-item .item-body,
.service-item .item-body p {
    margin: 0;
    line-height: 28px;
    text-align: left;
}


.text-white .service-item .item-body,
.text-white .service-item .item-body p{
    color: #b7deff !important;
}

/******** PORTFOLIO ********/

.portfolio-item {
    margin: 0 0 30px 0;
}

.portfolio-item .portfolio-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.portfolio-item .portfolio-image:hover > a::after,
.portfolio-item .portfolio-image:hover .portfolio-item-body {
    opacity: 1;
}

.portfolio-item .portfolio-image > a {
    display: block;
    position: relative;
}

.portfolio-item .portfolio-image > a:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.tax-portfolio_category  .gallery-item-hover{
    top: 30%;
}


.gallery-item-hover{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.portfolio-item:hover .gallery-item-hover{
    opacity: 0.9;
}





.item-hover-icon{
    color: #fff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    margin: 0 10px;
    line-height: 37px;
    font-size: 14px;
    font-weight: normal;
}

.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    min-width: 100%;
}

.portfolio-item .portfolio-image .portfolio-item-body {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    left: 35px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    opacity: 0;
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body {
    top: 50%;
    margin-top: -20px;
    left: 0;
    right: 0;
    text-align: center;
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background: url(/wp-content/themes/clinic/img/link-ico.png) no-repeat 50% 50%;
}

.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a span {
    font-size: 16px;
    line-height: 40px;
}

.portfolio-item .portfolio-image .portfolio-item-body .name {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.portfolio-item .portfolio-image .portfolio-item-body .under-name,
.portfolio-item .portfolio-image .portfolio-item-body .under-name a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.portfolio-item .portfolio-item-footer {
    padding-top: 25px;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #eff2f7;
}

.portfolio-item .portfolio-item-footer .name {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}

.portfolio-item .portfolio-item-footer .under-name {
    color: #999999;
    font-size: 12px;
}

.portfolio-item .portfolio-item-footer .views {
    position: absolute;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.portfolio-item .portfolio-item-footer .views .icon {
    font-size: 16px;
    color: #666666;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.portfolio-item .portfolio-item-footer .views span:not(.icon) {
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
    display: inline-block;
}


.portfolio-item .portfolio-item-footer .under-name:after{
    display: none !important;
    
}


.pix-no-space{
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.pix-no-space  .portfolio-item {
    margin: 0;
}

/*VC CUSTOM CHANGES*/


.wpb_gallery_slides.flexslider .slides img {
    max-width: 100%;
    display: block;
    height: auto;
}


html .wpb_heading.wpb_pie_chart_heading{
    color: #8a8a8a;
    padding-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
}





.home-template .vc_row {
    position: relative;
}

.vc_row-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vc_row-overlay:after {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.vc_row-overlay .wpb_column {
    position: relative;
    z-index: 3;
}

html .vc_row.vc_row-padding-top {
    padding-top: 50px;
}

html .vc_row.vc_row-padding-bottom {
    padding-bottom: 80px;
}

.vc_row.vc_row-padding-both {
    padding-top: 50px;
    padding-bottom: 50px;
}


.no-overlay {
    overflow: inherit !important;
    z-index: 7;
}

.text-white-color a {
    color: #fff;
}


html body  .container .text-white-color * {
    color: #fff;
}


html body  .container .text-white-color ::-webkit-input-placeholder {color:#333 !important;}
html body  .container .text-white-color  ::-moz-placeholder          {color:#333 !important;}
html body  .container .text-white-color  :-moz-placeholder           {color:#333 !important;}
html body  .container .text-white-color  :-ms-input-placeholder      {color:#333 !important;}




.text-white-color  .gallery-controls .btn-group a  ,  .text-white-color .section-heading , .white-heading * , .gallery-controls .btn-group a:hover i, .text-white-color .gallery-controls .btn-group a.active i{
    color: #fff !important;
}



.skills-features-section {
    position: relative;
    z-index: 88;
}

aside .widget-title {
    color: #333333;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
}

aside .widget-title:after {
    content: "";
    display: block;
    width: 60px;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 0.5em;
}

.block_content {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}




/* progressbar */
.vc_progress_bar .vc_single_bar
{
    background: #eff2f7 !important;
    margin-bottom: 35px !important;
    height: 5px;
    margin-top: 35px;
}
.vc_progress_bar .vc_single_bar .vc_label
{
    padding: .5em 0 !important;
    top: -23px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
	float: right;
	color: #999;
}
.vc_progress_bar .wpb_progress_bar_heading {
	margin-bottom: 55px;
}
.wpb_content_element,.wpb_row
{
	margin-bottom: 0 !important;
}
.vc_btn3.vc_btn3-size-md
{
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 20px !important;
    font-weight: 400 !important;
}


.rtd > .vc_row {
    margin-left: 0;
    margin-right: 0;
}

/*Icon*/



html .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
    width: auto !important;
    height: auto !important;
    margin: 3px 15px 0 10px !important;
}
footer .pix_icon_element_content {
}



.vc_icon_element {
	line-height: 0;
	font-size: 14px;
	margin: 0px 5px 0 0 !important;
	display: inline-block;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
	border: 1px solid #555;
}
.pix_icon_element_content {
	width: 100%;
	display: inline-block;
}
.pix_icon_element .vc_icon_element-inner {
	margin-right: 15px;
}
.pix_icon_element_content .vc_icon_element-inner {
	float: left;
}
.vc_icon_content {
	float: left;
	padding-top: 0;
	margin-top: -5px;
	padding-bottom: 22px;
	margin-left: 0;
}
footer .vc_icon_content strong {
	color: #fff;
}
.vc_icon_content p {
	padding: 0;
	margin: 0;
}
.pix_icon_element_content .vc_icon_element-inner {
	float: left;
	width: auto !important;
	margin: 0 22px 0 0;
}
footer .pix_icon_element_content .fa-map-marker {
	position: relative;
	top: 5px !important;
}
.pix_icon_element_content .vc_icon_content {
	padding-left: 10px;
}
.vc_icon_element-style-boxed-outline .vc_icon_element-icon {
    border: 0;
    border-right: 0;
    margin: 9px 25px 0 0;
    padding: 11px 5px 0 0;
    height: 40px;
}
.vc_icon_element-style-boxed-outline .vc_icon_element-icon:before {
	font-size: 16px !important;
	top: -8px;
	position: relative;
	left: -3px;
}
_element-outer .vc_icon_content {
	padding-left: 30px !important;
	padding-top: 8px;
	padding-bottom: 9px;
}
 .vc_icon_element-outer .vc_icon_content {
	padding-left: 0 !important;
	padding-top: 0;
	padding-bottom: 20px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	top: 0 !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    height: auto !important;
    width: auto !important;
    margin: 0 10px;
}
input[type="submit"] {
    background-color: #05a85e !important;
    border-color: #05a85e !important;
    font-size: 12px;
}
.wpb_map_wraper iframe {
	pointer-events: none;
}



/** SHUFFLE TEXT**/


 .shuffle h4{
    min-height: 26px;
     opacity: 0;
}


.shuffle-start {
    opacity: 1 !important;
}


.vc_custom_heading.shuffle {
    opacity: 0;  
    min-height: 72px;
}

.vc_custom_heading.shuffle.shuffle-start{
    opacity: 1;
}

footer .wpcf7-not-valid-tip{
    display: none !important;
}


footer  .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {¬4291
    width: auto;
}

/** advantages**/


.b-advantages {
    margin: 15px;
    padding: 67px 50px 60px;
    text-align: center;
    border: 1px solid #f4f4f4;
    background: #fff;
    font-size: 14px;
    line-height: 19px;
}



 .b-advantages__title {
    margin-top: 27px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
}


.b-advantages  .btn {
    margin-top: 33px;
    border-width: 1px;
    background-color: #fff;
}


.b-advantages img {
    height: auto;
    max-width: 100px;
}



/* Typed cursor */

 .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
 




/* Button hover */

.portfolio-image .btn-hover:after {
	border-radius: 100px;
}


.btn-hover , .btn {
	position: relative;
}

.btn-hover:after , .btn:after  {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}



.btn-hover , .btn {
	-webkit-transition: background 0.1s, color 0.1s;
	-moz-transition: background 0.1s, color 0.1s;
	transition: background 0.1s, color 0.1s
}

.btn-hover:after , .btn:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.1s, opacity 0.1s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.1s, opacity 0.1s;
	transform: scale(.8);
	opacity: 0;
}

.btn-hover , .btn {
	background: url(/wp-content/themes/clinic/img/link-ico2.png) no-repeat 50% 50%;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
    cursor: pointer;
}

.btn-hover:after , .btn:after  {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}



.btn-hover:hover:after  , .btn:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #ccc, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #ccc, 0 0 0 5px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.1);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #ccc, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #ccc, 0 0 0 5px rgba(255,255,255,0.5);
		-moz-transform: scale(1.1);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #ccc, 0 0 0 5px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 7px 7px #ccc, 0 0 0 5åpx rgba(255,255,255,0.5);
		transform: scale(1.1);
		opacity: 0;
	}
}


/* Circle Hover */


.img-hover-effect {
	position: relative;
    overflow: hidden;
}
.img-hover-effect::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
    cursor: pointer;
}
.img-hover-effect:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}


.img-hover-effect img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.img-hover-effect:hover img {
	transform: scale(1.1);
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

 
.btn-simple{
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    display: inline-block;  
}


.btn-simple i {
    color: #000;
    padding-left: 16px;
}


.comment-awaiting-moderation{
    padding-left: 15px;
    color: orange;
    font-size: 14px;
}


.comment-info-content  .fn a{
        color: #2da9c7 !important;
}
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/aZMswpodYeVhtRvuABJWvBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/VvXUGKZXbHtX_S_VCTLpGhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/fonts/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/s7gftie1JANC-QmDJvMWZhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/3Y_xCyt7TNunMGg0Et2pnhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/WeQRRE07FDkIrr29oHQgHBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/jyIYROCkJM3gZ4KV00YXOBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/phsu-QZXz1JBv0PbFoPmEBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/9_7S_tWeGDh5Pq3u05RVkhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/fonts/mnpfi9pxYH-Go5UiibESIltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*---------------------------- FROM DYNAMIC STYLES ----------------------------*/
html .header-section span.vc_row-overlay{
	background: #2da9c7; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right bottom, #2da9c7,#08c27a); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left, #2da9c7,#08c27a); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left, #2da9c7,#08c27a); /*Fx 3.6-15*/
	background: linear-gradient(to top left, #2da9c7,#08c27a); /*Standard*/
	opacity: 0.8;
}

	
html .header-section{
	padding: 200px 0 80px;
	margin-bottom: 50px;
    border-bottom:  6px solid #2da9c7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

html body, html p {
	font-family: 'Roboto' !important;     font-weight: 400 !important; }

.title_font_family , 
html .spl-title h2   , 
.clinic-column-info h3 ,
html .btn-style-1  * ,
html .btn-style-1 span ,
.quote-form input[type=submit] ,
.section-title ,
.person-description h5 ,
.our-services  h4 , 
.pix-lastnews-light .news-item  h3 a  ,
.pix-lastnews-light .one-news div *,
.pix-lastnews-light .news-item h3 a ,
.testimonial-author h4 ,
.team .user-info h4 ,
.stats > div > div,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 ,
.title,
.feature-item h5 ,
.blog-description h4 ,
.blog-description h4 a ,
.work-heading  h3 ,
.work-body  h5 ,
.ui-title-page.pull-left h1, .ui-title-page.pull-left .subtitle ,
.work-body h3 ,
.reply-title ,
.woocommerce #reviews #comments h2 ,
.woocommerce .rtd div.product .product_title
{
	font-family: 'Roboto' !important; }





html .spl-title h4 ,
.section-subtitle ,
.person-description .under-name ,
.testimonial-author small ,
.team .user-info small ,
.portfolio-single-section .work-heading .category a, .portfolio-single-section .work-heading .category ,
.services h4 
{
	font-family: 'Roboto' !important;     font-weight: 400 !important; }

a {
	color: #2da9c7;
}
html .nav > li > a:hover, html .nav > li > a:focus {
	color: #2da9c7;
}
html .pre-footer {
	background: none repeat scroll 0 0 #2da9c7;
}
html .after-heading-info, .highlight_text {
	color: #2da9c7;
}

html .full-title.banner-full-width {
	background-color: #2da9c7}
html .featured-item-simple-icon::after {
	border-color: #2da9c7;
}
html .top-cart i, html .top-cart .icon-basket {
	color: #2da9c7;
}
html .dropdown-menu > li > a:hover, html .dropdown-menu > li > a:focus {
	background-color: #2da9c7}
html .title-action a {
	background: none repeat scroll 0 0 #2da9c7 !important;
	border-color: #2da9c7 !important;
}
html .full-title-name .btn {
	background: none repeat scroll 0 0 #2da9c7!important;
	border-color: #2da9c7 !important;
}
html .marked_list1 li:before {
	color: #2da9c7;
}
html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button {
	background-color: #2da9c7 !important;
	border-color: #2da9c7 !important;
}
html .product-info .nav-tabs > li.active a, html .product-info .nav-tabs > li:hover a {
	background: #2da9c7 !important;
	color: #fff !important;
	outline: none !important;
	border: 1px solid #2da9c7;
}
html .product-info .nav-tabs {
	border-top-color: #2da9c7;
}
html .nav > li > a:hover, html .nav > li > a:focus {
	color: #2da9c7;
}
html .label-sale, .label-hot, html .label-not-available, html .label-best {
	color: #526aff;
}

html a {
  color: #2da9c7;
}

.box-date-post .date-2 {
   color: #2da9c7;
}



html .sep-element {
    border-bottom: 1px solid #2da9c7;
}
html .sep-element:after {
    border: 1px solid #2da9c7;
}

html .owl-dot.active, html .owl-dots .owl-dot:hover{
    border-color: #2da9c7 !important;
    background: #2da9c7 !important;
}
html .blockquote-box .wrap-author .author a,
html .panel-alt-two .panel-heading.active a,
html .panel-alt-two .panel-heading .panel-title a:hover {
    color: #fff;
}
.panel-alt-two .panel-heading.active .accordion-icon .stacked-icon {
    background: #2da9c7;
}

.btn.btn-sm.btn-success:before {
	background: #2da9c7 !important;
}
.big-hr.color-1, .one-news > div > div, .btn.btn-sm.btn-success:before, nav.pagination a.active, ul.styled > li.active, ul.styled > li.current-cat, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .info-texts:before, ul.blog-cats > li:before, ul.blog-cats li > ul, .btn.btn-success, .big-hr.color-1, .one-news > div > div, .btn.btn-sm.btn-success:before, .our-services div > a:hover:after, nav.pagination a.active, ul.styled > li.active, ul.styled > li.current-cat, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .info-texts:before, ul.blog-cats > li:before, ul.blog-cats li > ul, .title-option, .demo_changer .demo-icon, .vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat, .pagination>li.current a, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background: #2da9c7 !important;
}
 footer .copy a, .twitter-feeds div span, .recent-posts div a:hover {
    color: #2da9c7 !important;
}
 .btn.btn-sm.btn-default:hover, .comments > div > a.reply:hover, nav.pagination a:hover,  ul.blog-cats li:hover,  .testimonial-content span {
	border-color: #2da9c7 !important;
}
footer .color-part, .btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger, .btn.btn-danger:hover , .btn.btn-sm.btn-default:before, .big-hr.color-2, .our-services.styled div > a:hover:after, .adress-details > div > span:after, .comments > div > a.reply:hover, .comments > div > a.reply:after, nav.pagination a:hover,  ul.blog-cats > li:hover, #menu-open, .main-menu section nav, .testimonial-content span, .info-texts:after, .post-info:after, .customBgColor ,html  .big-hr , html .quote-form input[type=submit]  {
	background: #2da9c7 !important;
}
.team > div > div span {
	background-color: rgba(45,169,199, 0.75);
}
.one-news > div > div small.news-author, .two-news > div div:last-child small.news-author, #partners a {
	border-right-color: #2da9c7  ;
}

#body .vc_custom_1485881156746 .vc_row-overlay , .contact-item .striped-icon-xlarge:after , .contact-item .striped-icon-xlarge{

  background: #2da9c7 !important;

}

.post-footer , .post-footer a , .post-footer  .blog-footer-title , .reply a:hover{
    background: #2da9c7 !important;
}

.read-all-news , .blog-post .post-image .post-date , .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
background: #2da9c7 !important;
}



.wrap-blog-post .post-description .author a , .wrap-blog-post .post-description a , .reply a:after , .blog-post .post-description .author a , .blog-post .post-description a , .comment-info-content cite{
  color: #2da9c7 !important;
}


html .post-body > h4:after , .comment-reply-title:after{
 border-color: #2da9c7 !important;
}


.wrap-blog-post .wrap-image .post-date:before{
    background: #2da9c7 !important;
}

html .tagcloud a:hover{
    background: #2da9c7 !important;
}

.pricing-switcher .btn.active{
  background: #2da9c7 !important;
  border-color: #2da9c7 !important;
}


html .plan-item .item-body .price-type:after{
  background-color: #2da9c7 !important;
}

.sidebar-services li a:hover, .sidebar-services .active a, .sidebar-services .current-cat a{
   background-color: #2da9c7 !important;
}

html .plan-item .item-heading{
  background: #2da9c7 !important;
}

.woocommerce span.onsale{
   background: #2da9c7 !important;
}


.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: #2da9c7 ;
}

.global-customizer-color  .vc_custom_1470751506749 .vc_row-overlay , 
.global-customizer-color   .vc_custom_1485533138306  .vc_row-overlay ,
.global-customizer-color  .vc_custom_1485354779633 .vc_row-overlay,
.global-customizer-color  .vc_custom_1470759951360 .vc_row-overlay ,
.global-customizer-color .vc_custom_1485532885736 .vc_column-inner  .vc_row-overlay,
.global-customizer-color  .vc_custom_1485961142426 .vc_column-inner  .vc_row-overlay ,
.global-customizer-color  .vc_custom_1485941570033 .vc_column-inner  .vc_row-overlay {
background:  rgba(45,169,199, 0.75) !important;
}


.global-customizer-color .vc_custom_1485880836789 .vc_row-overlay{
background:  rgba(45,169,199, 0.95) !important;
}

.global-customizer-color .vc_custom_1470750373285{
color:#2da9c7 !important;
}




html .header-cart-count{
   background: #2da9c7 !important;
}


.pagination ul li span.current {
    background:#2da9c7 !important;
    border-color: #2da9c7 !important;
}


.global-customizer-color .service-item.border-bottom , .global-customizer-color .service-features-section:before {
    border-color: #2da9c7 !important;
}

.text-white .service-item .item-body, .text-white .service-item .item-body p , .service-item .item-heading .title:after{
color:#fff !important;
}

.service-item .item-heading .title:after{
 border-color:#fff !important;
}

.feature-item.feature-divider .feature-divider-item:before  , .feature-item.feature-divider .feature-divider-item:after , .feature-item.feature-divider .feature-divider-item{
    background: #fff !important;
}

.vc_custom_1485941788017 .section-heading .section-title , .vc_custom_1485941788017 .section-heading .section-subtitle{
   color:#fff !important;
}

html .global-customizer-color .vc_custom_1485532885736 .vc_row-overlay , html .global-customizer-color .vc_custom_1485961142426 .vc_row-overlay  ,  html .global-customizer-color .vc_custom_1485941570033 .vc_row-overlay{
    background-color:#2da9c7 !important;
}




  






html a {
  color: #4e736d ;
}





html .b-features-column:before, html .b-features-column-mod:before , html .portfolio-item .portfolio-image > a:after , html .blog-item-content .blog-item-img:before , .img-hover-effect:after , .list-services-2__overlay   {
   background: #2da9c7 !important;
    background: -webkit-linear-gradient(right bottom, rgba(45,169,199,0.72), #4e736d) !important;
    background: -o-linear-gradient(top left, rgba(45,169,199,0.72), #4e736d) !important;
    background: -moz-linear-gradient(top left, rgba(45,169,199,0.72), #4e736d) !important;
    background: linear-gradient(to top left, rgba(45,169,199,0.72), #4e736d) !important;
}


html .b-info-column .info-column-icon i:before , html .b-features-column .features-column-icon i:before, .b-features-column-mod .features-column-icon i:before , html .b-big-progress .b-progress-list__percent , html .custom-pager-mod a.active .pager-icon i:before  {
    background: #2da9c7;
    background: -moz-linear-gradient(top left, #2da9c7 0%, #4e736d 100%);
    background: -webkit-linear-gradient(right bottom, #2da9c7 0%, #4e736d 100%);
    background: -o-linear-gradient(top left, #2da9c7 0%, #4e736d 100%);
    background: -ms-linear-gradient(top left, #2da9c7 0%, #4e736d 100%);
    background: linear-gradient(to top left, #2da9c7 0%, #4e736d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da9c7', endColorstr='#4e736d',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}







.b-quote-caption .quote-icon{
   color:#4e736d;
}

html .b-links a {
     color:#4e736d;
}


html .vc_btn3.vc_btn3-style-custom:hover {
    background: #4e736d !important;
    border-color: #4e736d !important;
}


html .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    background:  #4e736d !important;
    border-color:  #4e736d !important;
}



html .b-home-features .page-arrow{
  background: #4e736d !important;
}


html .folio-isotop-filter ul > li a.selected:after {
   border-color:  #4e736d !important;
}


html .page-arrow {
    color:  #4e736d !important;
}

html .erinyen.tparrows{
  background: #4e736d !important;
}




html .sidebar-services .current-cat {
    border-bottom-color: #4e736d ;
}

html .type-post.sticky:after{
   background: #4e736d !important;
}
