html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
body {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 300;
}
b, strong {
    font-weight: 600;
}
#page {
    overflow: hidden;
}
.wide-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.wide-90 {
    padding-top: 100px;
    padding-bottom: 90px;
}
.wide-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}
.wide-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.wide-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}
.wide-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.wide-40 {
    padding-top: 100px;
    padding-bottom: 40px;
}
.wide-30 {
    padding-top: 100px;
    padding-bottom: 30px;
}
.wide-20 {
    padding-top: 100px;
    padding-bottom: 20px;
}
.wide-10 {
    padding-top: 45px;
    padding-bottom: 10px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-0 {
    margin-bottom: 0;
}
.ml-70 {
    margin-left: 70px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-5 {
    margin-left: 5px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-0 {
    padding-bottom: 0;
}
.pl-100 {
    padding-left: 100px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-0 {
    padding-left: 0;
}
.pr-100 {
    padding-right: 100px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-0 {
    padding-right: 0;
}
.pc-45 {
    padding-right: 45px;
    padding-left: 45px;
}
.pc-40 {
    padding-right: 40px;
    padding-left: 40px;
}
.pc-35 {
    padding-right: 35px;
    padding-left: 35px;
}
.pc-30 {
    padding-right: 30px;
    padding-left: 30px;
}
.pc-25 {
    padding-right: 25px;
    padding-left: 25px;
}
.pc-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.pc-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.bg-fixed,
.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-scroll {
    background-attachment: fixed !important;
}
.bg-primary {
    background-color: #ef3f54 !important;
}
.bg-lightdark {
    background-color: #283034;
}
.bg-dark {
    background-color: #1d1e29 !important;
}
.bg-lightcyan {
    background-color: #ecfaff;
}
.bg-lightgrey {
    background-color: #f8f9fb;
}
.bg-carrot {
    background-color: #e67e22;
}
.bg-dodgerblue {
    background-color: #2980b9;
}
.bg-blue {
    background-color: #405982;
}
.bg-bluestone {
    background-color: #517082;
}
.bg-darkblue {
    background-color: #162a59;
}
.bg-skyblue {
    background-color: #12a5ea;
}
.bg-green {
    background-color: #20ab5c;
}
.bg-deepgreen {
    background-color: #1b904e;
}
.bg-indigo {
    background-color: #3a3953;
}
.bg-magenta {
    background-color: #8e3178;
}
.bg-olive {
    background-color: #7ba323;
}
.bg-orange {
    background-color: #ff4500;
}
.bg-red {
    background-color: #ef3f54;
}
.bg-teal {
    background-color: teal;
}
.bg-purple {
    background-color: #4c47a1;
}
.bg-violet {
    background-color: #8a8cbd;
}
.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-map,
.bg-pattern {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}
.bg-03 {
    background-image: url(/wp-content/themes/imdirectolog/assets/images/kb_bg.jpg);
}
.white-overlay-top,
.white-overlay-wave,
.white-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.white-overlay-wave {
    background-image: url(/wp-content/themes/imdirectolog/assets/images/white-overlay-wave.png);
    height: 155px;
}
.white-overlay-top {
    background-image: url(/wp-content/themes/imdirectolog/assets/images/white-overlay-top.png);
    height: 48px;
}
.white-overlay-bottom {
    background-image: url(/wp-content/themes/imdirectolog/assets/images/white-overlay-bottom.png);
    height: 200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Arsenal", sans-serif;
    text-transform: uppercase;    
}
h5.h5-xs {
    font-size: 1.125rem;
}
h5.h5-sm {
    font-size: 1.25rem;
}
h5.h5-md {
    font-size: 1.25rem;
}
h5.h5-lg {
    font-size: 1.375rem;
}
.h5-lg {
    font-size: 1.375rem;
}
h5.h5-xl {
    font-size: 1.5rem;
}
h4.h4-xs {
    font-size: 1.625rem;
}
h4.h4-sm {
    font-size: 1.75rem;
}
h4.h4-md {
    font-size: 1.875rem;
}
h4.h4-lg {
    font-size: 2rem;
}
h4.h4-xl {
    font-size: 1.6rem;
}
h4.h4-case {
    font-size: 2rem;
}
h3.h3-xs {
    font-size: 2.375rem;
}
h3.h3-sm {
    font-size: 2.5rem;
}
h3.h3-md {
    font-size: 2.625rem;
}
h3.h3-lg {
    font-size: 2.7rem;
}
.h3-lg {
    font-size: 2.7rem;
}
h3.h3-xl {
    font-size: 3rem;
}
h2.h2-xs {
    font-size: 3.25rem;
}
h2.h2-sm {
    font-size: 3.375rem;
}
h2.h2-md {
    font-size: 3.5rem;
}
h2.h2-lg {
    font-size: 3.75rem;
}
h2.h2-xl {
    font-size: 4rem;
}
h2.h2-huge {
    font-size: 5rem;
}
p.p-sm {
    font-size: 0.95rem;
}
p {
    font-size: 1.05rem;
}
p.p-js {
    font-size: 1.0rem;
    text-align: left;    
}
p.p-lgjs {
    font-size: 1.15rem;
    text-align: justify;
    text-indent: 1.5em;
    line-height: 1.3;
}
p.p-md {
    font-size: 1.125rem;
}
p.p-lg {
    font-size: 1.25rem;
}
p.p-xl {
    font-size: 1.3175rem;
}
.jus {
    text-align: justify;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.txt-list {
    list-style: disc;
    margin-left: 15px;
}
ul.txt-list li,
ul.ico-list li {
    font-size: 1.05rem;
    margin-bottom: 15px;
}
.ico-list span {
    background: #fafafa;
    padding: 4px 15px;
    border-radius: 20px;
}
ul.txt-list li:last-child,
ul.ico-list li:last-child {
    margin-bottom: 0;
}
ul.txt-list li span {
    font-weight: 700;
}
ul.ico-list li i {
    text-align: center;
    float: left;
    font-size: 0.85rem;
    margin-top: 6px;
    margin-right: 10px;
}
.btn {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.btn.btn-sm {
    font-size: 13px;
    padding: 11px 22px;
}
.btn.btn-md {
    font-size: 23px;
    padding: 15px 35px;
}
.btn.btn-lg {
    font-size: 18px;
    padding: 18px 45px;
}
.btn-primary,
.white-color .btn-primary {
    color: #000;
    background-color: #fc1;
    border-color: #fc1;
    font-family: "Arsenal", sans-serif;
}
.btn-tra-black,
.white-color .btn-tra-black {
    color: #333;
    background-color: transparent;
    border-color: #333;
}
.btn-black,
.white-color .btn-black {
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
}
.btn-tra-grey,
.white-color .btn-tra-grey {
    color: #333;
    background-color: transparent;
    border: 2px solid #ccc;
}
.btn-tra-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff !important;
}
.btn-blue,
.scroll .btn-blue,
.white-color .btn-blue {
    color: #fff !important;
    background-color: #405982;
    border-color: #405982;
}
.btn-bluestone,
.scroll .btn-bluestone,
.white-color .btn-bluestone {
    color: #fff !important;
    background-color: #517082;
    border-color: #517082;
}
.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue {
    color: #fff !important;
    background-color: #12a5ea;
    border-color: #12a5ea;
}
.btn-dodgerblue,
.scroll .btn-dodgerblue,
.white-color .btn-dodgerblue {
    color: #fff !important;
    background-color: #2980b9;
    border-color: #2980b9;
}
.btn-carrot,
.scroll .btn-carrot,
.white-color .btn-carrot {
    color: #fff !important;
    background-color: #e67e22;
    border-color: #e67e22;
}
.btn-green,
.scroll .btn-green,
.white-color .btn-green {
    color: #fff !important;
    background-color: #20ab5c;
    border-color: #20ab5c;
}
.btn-deepgreen,
.scroll .btn-deepgreen,
.white-color .btn-deepgreen {
    color: #fff !important;
    background-color: #1b904e;
    border-color: #1b904e;
}
.btn-magenta,
.scroll .btn-magenta,
.white-color .btn-magenta {
    color: #fff !important;
    background-color: #8e3178;
    border-color: #8e3178;
}
.btn-olive,
.scroll .btn-olive,
.white-color .btn-olive {
    color: #fff !important;
    background-color: #7ba323;
    border-color: #7ba323;
}
.btn-orange,
.scroll .btn-orange,
.white-color .btn-orange {
    color: #fff !important;
    background-color: #ff4500;
    border-color: #ff4500;
}
.btn-red,
.scroll .btn-red,
.white-color .btn-red {
    color: #fff !important;
    background-color: #ef3f54;
    border-color: #ef3f54;
}
.btn-teal,
.scroll .btn-teal,
.white-color .btn-teal {
    color: #fff !important;
    background-color: teal;
    border-color: teal;
}
.btn-purple,
.scroll .btn-purple,
.white-color .btn-purple {
    color: #fff !important;
    background-color: #6b507d;
    border-color: #6b507d;
}
.btn-violet,
.scroll .btn-violet,
.white-color .btn-violet {
    color: #fff !important;
    background-color: #8a8cbd;
    border-color: #8a8cbd;
}
.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow {
    color: #333 !important;
    background-color: #ffc832;
    border-color: #ffc832;
}
.primary-hover:hover,
.scroll .primary-hover:hover,
.white-color .primary-hover:hover {
    color: #fff !important;
    background-color: #ef3f54;
    border-color: #ef3f54 !important;
}
.white-hover:hover,
.scroll .white-hover:hover {
    color: #333 !important;
    background-color: #fff;
    border-color: #fff;
}
.black-hover:hover,
.scroll .black-hover:hover {
    color: #fff !important;
    background-color: #333;
    border-color: #333;
}
.grey-hover:hover,
.scroll .grey-hover:hover {
    color: #333 !important;
    background-color: #ddd;
    border-color: #ddd;
}
.tra-white-hover:hover,
.scroll .tra-white-hover:hover .white-color .tra-white-hover:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff !important;
}
.tra-black-hover:hover,
.scroll .tra-black-hover:hover .white-color .tra-black-hover:hover {
    color: #333 !important;
    background-color: transparent;
    border-color: #333 !important;
}
.blue-hover:hover,
.scroll .blue-hover:hover,
.white-color .blue-hover:hover {
    color: #fff !important;
    background-color: #405982;
    border-color: #405982;
}
.bluestone-hover:hover,
.scroll .bluestone-hover:hover,
.white-color .bluestone-hover:hover {
    color: #fff !important;
    background-color: #517082;
    border-color: #517082;
}
.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
    color: #fff !important;
    background-color: #12a5ea;
    border-color: #12a5ea !important;
}
.carrot-hover:hover,
.scroll .carrot-hover:hover,
.white-color .carrot-hover:hover {
    color: #fff !important;
    background-color: #e67e22;
    border-color: #e67e22 !important;
}
.dodgerblue-hover:hover,
.scroll .dodgerblue-hover:hover,
.white-color .dodgerblue-hover:hover {
    color: #fff !important;
    background-color: #2980b9;
    border-color: #2980b9;
}
.green-hover:hover,
.scroll .green-hover:hover,
.white-color .green-hover:hover {
    color: #fff !important;
    background-color: #20ab5c;
    border-color: #20ab5c !important;
}
.deepgreen-hover:hover,
.scroll .deepgreen-hover:hover,
.white-color .deepgreen-hover:hover {
    color: #fff !important;
    background-color: #1b904e;
    border-color: #1b904e !important;
}
.magenta-hover:hover,
.scroll .magenta-hover:hover,
.white-color .magenta-hover:hover {
    color: #fff !important;
    background-color: #8e3178;
    border-color: #8e3178 !important;
}
.olive-hover:hover,
.scroll .olive-hover:hover,
.white-color .olive-hover:hover {
    color: #fff !important;
    background-color: #7ba323;
    border-color: #7ba323 !important;
}
.orange-hover:hover,
.scroll .orange-hover:hover,
.white-color .orange-hover:hover {
    color: #fff !important;
    background-color: #ff4500;
    border-color: #ff4500 !important;
}
.red-hover:hover,
.scroll .red-hover:hover,
.white-color .red-hover:hover {
    color: #fff !important;
    background-color: #ef3f54;
    border-color: #ef3f54 !important;
}
.teal-hover:hover,
.scroll .teal-hover:hover,
.white-color .teal-hover:hover {
    color: #fff !important;
    background-color: teal;
    border-color: teal !important;
}
.purple-hover:hover,
.scroll .purple-hover:hover,
.white-color .purple-hover:hover {
    color: #fff !important;
    background-color: #6b507d;
    border-color: #6b507d !important;
}
.violet-hover:hover,
.scroll .violet-hover:hover,
.white-color .violet-hover:hover {
    color: #fff !important;
    background-color: #8a8cbd;
    border-color: #8a8cbd !important;
}
.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-tra-black:focus,
.btn.btn-tra-grey:focus {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-content {
    position: relative;
    background: #fff;
    padding: 2em 3em;
    margin: 20px auto;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 36px;
    height: 52px;
    border-radius: 50%;
    padding: 20px 22px 20px 34px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background: rgba(248, 248, 248, 0.5);
    border-radius: 50%;
    -webkit-animation: pulse-border 2200ms ease-out infinite;
    animation: pulse-border 2200ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    transition: all 500ms;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 36px solid #fff;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.play-btn-primary .video-play-button:after {
    background: #ef3f54;
}
.play-btn-primary .video-play-button:hover:after {
    background: #ef3f54;
}
.play-btn-blue .video-play-button:after {
    background: #405982;
}
.play-btn-blue .video-play-button:hover:after {
    background: #364b6e;
}
.play-btn-skyblue .video-play-button:after {
    background: #12a5ea;
}
.play-btn-skyblue .video-play-button:hover:after {
    background: #1095d3;
}
.play-btn-carrot .video-play-button:after {
    background: #e67e22;
}
.play-btn-carrot .video-play-button:hover:after {
    background: #e67e22;
}
.play-btn-dodgerblue .video-play-button:after {
    background: #2980b9;
}
.play-btn-dodgerblue .video-play-button:hover:after {
    background: #2980b9;
}
.play-btn-green .video-play-button:after {
    background: #20ab5c;
}
.play-btn-green .video-play-button:hover:after {
    background: #1c9650;
}
.play-btn-magneta .video-play-button:after {
    background: #8e3178;
}
.play-btn-magneta .video-play-button:hover:after {
    background: #792a66;
}
.play-btn-olive .video-play-button:after {
    background: #7ba323;
}
.play-btn-olive .video-play-button:hover:after {
    background: #7ba323;
}
.play-btn-orange .video-play-button:after {
    background: #ff4500;
}
.play-btn-orange .video-play-button:hover:after {
    background: #e43e00;
}
.play-btn-red .video-play-button:after {
    background: #ef3f54;
}
.play-btn-red .video-play-button:hover:after {
    background: #d13749;
}
.play-btn-teal .video-play-button:after {
    background: teal;
}
.play-btn-teal .video-play-button:hover:after {
    background: teal;
}
.play-btn-purple .video-play-button:after {
    background: #6b507d;
}
.play-btn-purple .video-play-button:hover:after {
    background: #584267;
}
.play-btn-violet .video-play-button:after {
    background: #8a8cbd;
}
.play-btn-violet .video-play-button:hover:after {
    background: #73759f;
}
.quote p {
    color: #666;
    font-size: 1.125rem;
    font-style: italic;
    border-left: 3px solid #6bbb28;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.quote.quote-primary p {
    border-left: 3px solid #ef3f54;
}
.quote.quote-blue p {
    border-left: 3px solid #405982;
}
.quote.quote-bluestone p {
    border-left: 3px solid #517082;
}
.quote.quote-skyblue p {
    border-left: 3px solid #12a5ea;
}
.quote.quote-carrot p {
    border-left: 3px solid #e67e22;
}
.quote.quote-dodgerblue p {
    border-left: 3px solid #2980b9;
}
.quote.quote-green p {
    border-left: 3px solid #20ab5c;
}
.quote.quote-magneta p {
    border-left: 3px solid #8e3178;
}
.quote.quote-olive p {
    border-left: 3px solid #7ba323;
}
.quote.quote-orange p {
    border-left: 3px solid #ff4500;
}
.quote.quote-red p {
    border-left: 3px solid #ef3f54;
}
.quote.quote-teal p {
    border-left: 3px solid teal;
}
.quote.quote-purple p {
    border-left: 3px solid #6b507d;
}
.quote.quote-violet p {
    border-left: 3px solid #8a8cbd;
}
.quote-avatar {
    display: inline-block;
    margin: 0 auto;
}
.quote-avatar img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.quote-author {
    display: inline-block;
    padding: 0 0 0 15px;
    text-align: left;
    position: relative;
    top: 10px;
}
.quote-author h5 {
    font-weight: 400;
    margin-bottom: 0;
}
.quote-author span {
    font-size: 0.95rem;
    font-weight: 700;
    display: block;
}
.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 3.25rem;
    line-height: 1 !important;
}
.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 3.75rem;
    line-height: 1 !important;
}
.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 4.125rem;
    line-height: 1 !important;
}
.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 4.5rem;
    line-height: 1 !important;
}
.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 6rem;
    line-height: 1 !important;
}
.img-150 {
    width: 150px;
    height: 150px;
}
.img-145 {
    width: 145px;
    height: 145px;
}
.img-140 {
    width: 140px;
    height: 140px;
}
.img-135 {
    width: 135px;
    height: 135px;
}
.img-130 {
    width: 130px;
    height: 130px;
}
.img-125 {
    width: 125px;
    height: 125px;
}
.img-120 {
    width: 120px;
    height: 120px;
}
.img-115 {
    width: 115px;
    height: 115px;
}
.img-110 {
    width: 110px;
    height: 110px;
}
.img-105 {
    width: 105px;
    height: 105px;
}
.img-100 {
    width: 100px;
    height: 100px;
}
.img-95 {
    width: 95px;
    height: 95px;
}
.img-90 {
    width: 90px;
    height: 90px;
}
.img-85 {
    width: 85px;
    height: 85px;
}
.img-80 {
    width: 80px;
    height: 80px;
}
.img-75 {
    width: 75px;
    height: 75px;
}
.img-70 {
    width: 70px;
    height: 70px;
}
.img-65 {
    width: 65px;
    height: 65px;
}
.img-60 {
    width: 60px;
    height: 60px;
}
.img-55 {
    width: 55px;
    height: 55px;
}
.img-50 {
    width: 50px;
    height: 50px;
}
.img-45 {
    width: 45px;
    height: 45px;
}
.img-40 {
    width: 40px;
    height: 40px;
}
.img-35 {
    width: 35px;
    height: 35px;
}
.img-30 {
    width: 30px;
    height: 30px;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title p {
    color: #464646;
    padding: 0 8%;
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}
.section-subtitle {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.white-color,
.white-color h2,
.white-color h1,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color a,
.white-color li,
.white-color i,
.white-color span {
    color: #fff;
}
.grey-color,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color a,
.grey-color li,
.grey-color i,
.grey-color span,
.white-color .grey-color {
    color: #757575;
}
.lightgrey-color,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color h6,
.lightgrey-color p,
.lightgrey-color a,
.lightgrey-color li,
.lightgrey-color i,
.lightgrey-color span,
.white-color .lightgrey-color {
    color: #bbb;
}
.primary-color,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color p,
.primary-color a,
.primary-color li,
.primary-color i,
.primary-color span,
.grey-color .primary-color,
.white-color .primary-color {
    color: #ef3f54;
}
.blue-color,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color p,
.blue-color a,
.blue-color li,
.blue-color i,
.blue-color span,
.grey-color .blue-color,
.white-color .blue-color {
    color: #405982;
}
.bluestone-color,
.bluestone-color h2,
.bluestone-color h3,
.bluestone-color h4,
.bluestone-color h5,
.bluestone-color h6,
.bluestone-color p,
.bluestone-color a,
.bluestone-color li,
.bluestone-color i,
.bluestone-color span,
.grey-color .bluestone-color,
.white-color .bluestone-color {
    color: #517082;
}
.skyblue-color,
.skyblue-color h2,
.skyblue-color h3,
.skyblue-color h4,
.skyblue-color h5,
.skyblue-color h6,
.skyblue-color p,
.skyblue-color a,
.skyblue-color li,
.skyblue-color i,
.skyblue-color span,
.grey-color .skyblue-color,
.white-color .skyblue-color {
    color: #12a5ea;
}
.darkblue-color,
.darkblue-color h2,
.darkblue-color h3,
.darkblue-color h4,
.darkblue-color h5,
.darkblue-color h6,
.darkblue-color p,
.darkblue-color a,
.darkblue-color li,
.darkblue-color i,
.darkblue-color span,
.grey-color .darkblue-color,
.white-color .darkblue-color {
    color: #162a59;
}
.carrot-color,
.carrot-color h2,
.carrot-color h3,
.carrot-color h4,
.carrot-color h5,
.carrot-color h6,
.carrot-color p,
.carrot-color a,
.carrot-color li,
.carrot-color i,
.carrot-color span,
.grey-color .carrot-color,
.white-color .carrot-color {
    color: #e67e22;
}
.dodgerblue-color,
.dodgerblue-color h2,
.dodgerblue-color h3,
.dodgerblue-color h4,
.dodgerblue-color h5,
.dodgerblue-color h6,
.dodgerblue-color p,
.dodgerblue-color a,
.dodgerblue-color li,
.dodgerblue-color i,
.dodgerblue-color span,
.grey-color .dodgerblue-color,
.white-color .dodgerblue-color {
    color: #2980b9;
}
.green-color,
.green-color h2,
.green-color h3,
.green-color h4,
.green-color h5,
.green-color h6,
.green-color p,
.green-color a,
.green-color li,
.green-color i,
.green-color span,
.grey-color .green-color,
.white-color .green-color {
    color: #20ab5c;
}
.deepgreen-color,
.deepgreen-color h2,
.deepgreen-color h3,
.deepgreen-color h4,
.deepgreen-color h5,
.deepgreen-color h6,
.deepgreen-color p,
.deepgreen-color a,
.deepgreen-color li,
.deepgreen-color i,
.deepgreen-color span,
.grey-color .deepgreen-color,
.white-color .deepgreen-color {
    color: #1b904e;
}
.indigo-color,
.indigo-color h2,
.indigo-color h3,
.indigo-color h4,
.indigo-color h5,
.indigo-color h6,
.indigo-color p,
.indigo-color a,
.indigo-color li,
.indigo-color i,
.indigo-color span,
.grey-color .indigo-color,
.white-color .indigo-color {
    color: #3a3953;
}
.magneta-color,
.magneta-color h2,
.magneta-color h3,
.magneta-color h4,
.magneta-color h5,
.magneta-color h6,
.magneta-color p,
.magneta-color a,
.magneta-color li,
.magneta-color i,
.magneta-color span,
.grey-color .magneta-color,
.white-color .magneta-color {
    color: #8e3178;
}
.olive-color,
.olive-color h2,
.olive-color h3,
.olive-color h4,
.olive-color h5,
.olive-color h6,
.olive-color p,
.olive-color a,
.olive-color li,
.olive-color i,
.olive-color span,
.grey-color .olive-color .white-color .olive-color {
    color: #7ba323;
}
.orange-color,
.orange-color h2,
.orange-color h3,
.orange-color h4,
.orange-color h5,
.orange-color h6,
.orange-color p,
.orange-color a,
.orange-color li,
.orange-color i,
.orange-color span,
.grey-color .orange-color,
.white-color .orange-color {
    color: #ff4500;
}
.red-color,
.red-color h2,
.red-color h3,
.red-color h4,
.red-color h5,
.red-color h6,
.red-color p,
.red-color a,
.red-color li,
.red-color i,
.red-color span,
.grey-color .red-color,
.white-color .red-color {
    color: #ef3f54;
}
.salmon-color,
.salmon-color h2,
.salmon-color h3,
.salmon-color h4,
.salmon-color h5,
.salmon-color h6,
.salmon-color p,
.salmon-color a,
.salmon-color li,
.salmon-color i,
.salmon-color span,
.grey-color .salmon-color,
.white-color .salmon-color {
    color: #f77459;
}
.purple-color,
.purple-color h2,
.purple-color h3,
.purple-color h4,
.purple-color h5,
.purple-color h6,
.purple-color p,
.purple-color a,
.purple-color li,
.purple-color i,
.purple-color span,
.grey-color .purple-color,
.white-color .purple-color {
    color: #6b507d;
}
.teal-color,
.teal-color h2,
.teal-color h3,
.teal-color h4,
.teal-color h5,
.teal-color h6,
.teal-color p,
.teal-color a,
.teal-color li,
.teal-color i,
.teal-color span,
.grey-color .teal-color,
.white-color .teal-color {
    color: teal;
}
.violet-color,
.violet-color h2,
.violet-color h3,
.violet-color h4,
.violet-color h5,
.violet-color h6,
.violet-color p,
.violet-color a,
.violet-color li,
.violet-color i,
.violet-color span,
.grey-color .violet-color,
.white-color .violet-color {
    color: #8a8cbd;
}
.darkviolet-color,
.darkviolet-color h2,
.darkviolet-color h3,
.darkviolet-color h4,
.darkviolet-color h5,
.darkviolet-color h6,
.darkviolet-color p,
.darkviolet-color a,
.darkviolet-color li,
.darkviolet-color i,
.darkviolet-color span,
.grey-color .darkviolet-color,
.white-color .darkviolet-color {
    color: #35344c;
}
.txt-block h4.h4-lg,
.txt-block h4.h4-xl,
.txt-block h3.h3-xs {
    margin-bottom: 30px;
}
.txt-block h4.h4-case {
    margin-bottom: 15px;
}
.txt-block h4.h4-xs {
    margin-bottom: 20px;
}
.txt-block h5.h5-lg {
    margin-top: 5px;
    margin-bottom: 20px;
}
.txt-block .btn {
    margin-top: 20px;
}
.img-block {
    text-align: center;
}
#header {
    width: 100%;
    display: block;
    padding-top: 0;
}
.header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
.posrlt {
    position: relative;
}
.wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.tra-menu .wsmainfull {
    background-color: transparent !important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.white-menu .wsmainfull {
    background-color: #fff !important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}
.wsmenu > .wsmenu-list > li > a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 6px;
    padding: 10px;
    line-height: 50px;
    text-decoration: none;
}
.navbar-dark .wsmenu > .wsmenu-list > li > a {
    color: #444;
}
.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}
.worktime {
    color: #fff;
    font-size: 13px;
    margin-bottom: 2px;
    text-align: right;
    margin-top: 7px;
}
.wsmenu > .wsmenu-list > li a.last-link-number {
    font-size: 25px !important;
    margin-left: 35px;
    margin-right: 0;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 0;
    padding-right: 0;
    padding-left: 10px;
}
.wsmenu > .wsmenu-list > li a.last-link-number i {
    position: relative;
    font-size: 16px;
    margin-right: 1px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    font-size: 16px;
    padding: 11px 9px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
    padding: 11px 9px 11px 15px;
}
.wsmegamenu .latest-news li {
    padding: 15px 0;
    border-bottom: 1px dashed silver;
}
.wsmegamenu .latest-news li:first-child {
    padding: 0 0 15px;
}
.wsmegamenu .latest-news li:last-child {
    padding: 15px 0 0;
    border-bottom: 0;
}
.wsmegamenu .latest-news img {
    text-align: center;
    float: left;
    width: 85px;
    height: 85px;
}
.wsmegamenu .post-summary {
    overflow: hidden;
    padding-left: 20px;
}
.wsmegamenu .post-summary a {
    color: #888 !important;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
}
.wsmegamenu h5.h5-md a {
    color: #333 !important;
    margin-bottom: 0;
}
.wsmegamenu .latest-news .post-summary a:hover {
    color: #333 !important;
    text-decoration: underline;
}
.wsmegamenu .latest-news p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 0;
}
.tra-menu .wsmainfull.scroll {
    background-color: #fff !important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}
.white-menu .wsmainfull.scroll {
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}
.tra-menu.dark-scroll .wsmainfull.scroll {
    background-color: #35344c !important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}
.scroll .btn-tra-white {
    color: #444 !important;
    background-color: transparent;
    border-color: #444 !important;
}
.scroll .tra-white-hover:hover {
    color: #fff !important;
    background-color: #444;
    border-color: #444 !important;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.primary-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.primary-scroll a {
    color: #050505;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.blue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.blue-scroll a {
    color: #12a5ea;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.carrot-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.carrot-scroll a {
    color: #e67e22;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.dodgerblue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.dodgerblue-scroll a {
    color: #2980b9;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.green-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.green-scroll a {
    color: #20ab5c;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.magneta-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.magneta-scroll a {
    color: #8e3178;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.olive-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.olive-scroll a {
    color: #7ba323;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.orange-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.orange-scroll a {
    color: #ff4500;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.red-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.red-scroll a {
    color: #ef3f54;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.teal-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.teal-scroll a {
    color: teal;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.purple-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li.purple-scroll a {
    color: #6b507d;
}
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
    color: #444;
}
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
    color: #fff;
}
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a {
    color: #666;
}
.logo-white,
.logo-black {
    display: block;
}
.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
    display: none;
}
.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
    display: block;
}
#hero-6 .hero-section,
.hero-section .container {
    position: relative;
    z-index: 3;
}
#hero-5 {
    padding-top: 130px;
    padding-bottom: 100px;
}
#hero-10 {
    background-image: url(/wp-content/themes/imdirectolog/assets/images/hero-10.jpg);
    padding-top: 200px;
}
#hero-20 {
    background-image: url(/wp-content/themes/imdirectolog/assets/images/hero-10.jpg);
    padding-top: 160px;
}
#hero-11 {
    padding-top: 120px;
    padding-bottom: 100px;
}
.slider {
    position: relative;
    max-width: 100%;
    height: 680px;
}
.slider .slides {
    margin: 0;
    height: 680px;
}
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .slides li .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.slider .slides li.active {
    z-index: 2;
}
.center-align {
    text-align: center;
}
.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
    z-index: 98;
}
.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    margin: 0 7px;
    opacity: 0.5;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%;
}
.slider .indicators .indicator-item.active {
    background-color: #fff;
    opacity: 0.65;
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}
#hero-1 .hero-txt {
    margin-top: -40px;
}
#hero-3 .hero-txt {
    margin-left: 30px;
}
#hero-6 .caption-txt {
    margin-top: 50px;
}
#hero-7 .hero-txt {
    margin-top: -30px;
}
#hero-8 .hero-txt,
#hero-10 .hero-txt {
    padding-bottom: 80px;
}
#hero-9 .hero-txt {
    margin-top: -25px;
}
#hero-1 h3,
#hero-2 h3 {
    font-size: 3.35rem;
    line-height: 1.2;
    margin-bottom: 25px;
}
#hero-3 h3 {
    font-size: 3.25rem;
    line-height: 1.2;
    margin-bottom: 25px;
}
#hero-4 h3 {
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#hero-5 h4 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
#hero-5 h3 {
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
#hero-6 h2 {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0 5%;
    margin-bottom: 25px;
}
#hero-7 h3 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 25px;
}
#hero-8 h4 {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}
#hero-8 h2 {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 40px;
}
#hero-9 h3 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
#hero-9 h3 span {
    font-size: 4.15rem;
    font-weight: 800;
    letter-spacing: 0.25px;
}
#hero-10 h1 {
    font-size: 3.5rem;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
#hero-11 h2 {
    font-size: 4rem;
    letter-spacing: -1px;
    font-weight: 400;
    margin-bottom: 25px;
}
#hero-11 h2 span {
    font-weight: 800;
    letter-spacing: -1.5px;
}
#hero-12 h3 {
    font-size: 3.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.centdown {
    text-align: center;
    padding-bottom: 25px;
}
.hero-txt p {
    font-size: 1.2rem;
    margin-bottom: 35px;
}
#hero-2 .hero-txt p {
    padding: 0 12%;
}
#hero-3 .hero-txt p {
    font-size: 1.25rem;
}
#hero-4 .hero-txt p {
    font-size: 1.25rem;
    padding: 0 10%;
    margin-bottom: 40px;
}
#hero-5 .hero-txt p,
#hero-7 .hero-txt p,
#hero-9 .hero-txt p {
    padding-right: 5%;
}
#hero-6 .caption-txt p {
    font-size: 1.25rem;
    padding: 0 15%;
    margin-bottom: 35px;
}
#hero-10 .hero-txt p {
    font-size: 1.35rem;
    padding: 0 10%;
    margin-bottom: 40px;
    line-height: 1.4;
}
#hero-12 .hero-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
}
.hero-3-btn {
    position: relative;
    margin-top: -30px;
    margin-left: 50px;
}
.hero-links {
    margin-top: 45px;
}
.hero-links span {
    font-size: 1rem;
    line-height: 1;
    margin-right: 25px;
}
.hero-links span:last-child {
    margin-right: 0;
}
.hero-links span a {
    text-decoration: underline;
}
.hero-links span a:hover {
    opacity: 0.8;
}
.form-holder {
    background-color: #fff;
    padding: 35px 30px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#hero-2 .form-holder {
    background-color: rgba(255, 255, 255, 0.45);
}
.form-holder [class^="col-lg"] {
    padding: 0 8px;
}
.seo-form .form-control {
    height: 54px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 1.05rem;
    padding: 5px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hero-section .form-control::-moz-placeholder {
    color: #999;
}
.hero-section .form-control:-ms-input-placeholder {
    color: #999;
}
.hero-section .form-control::-webkit-input-placeholder {
    color: #999;
}
.seo-form .form-control:focus,
.seo-form .form-control:focus {
    background-color: #fff;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
}
.seo-form .btn {
    height: 54px;
    width: 100%;
    font-size: 1.05rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.seo-form-msg {
    width: 100% !important;
    display: block;
    text-align: center;
}
.seo-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-family: "Hind", sans-serif;
    font-weight: 500;
}
.seo-form .error {
    color: #e74c3c;
    font-size: 14px;
    font-weight: 300;
    padding-top: 0;
}
.hero-1-img {
    margin-bottom: -50px;
    padding-left: 20px;
    position: relative;
    z-index: 999;
}
.hero-2-img {
    margin-top: 45px;
    margin-bottom: -100px;
    position: relative;
    z-index: 999;
}
.hero-1-img img,
.hero-5-img img,
.hero-7-img img,
.hero-10-img img,
.hero-11-img img {
    position: relative;
    max-width: none;
    display: inline-block;
}
.hero-5-img {
    margin-left: -50%;
}
.hero-7-img {
    margin-left: 20px;
}
.hero-9-img {
    position: relative;
    margin-right: -40px;
}
.hero-11-img {
    margin-left: 30px;
}
.hero-12-img {
    margin-top: 50px;
    margin-bottom: -120px;
    position: relative;
    z-index: 999;
}
#services-1 .section-title,
#services-2 .section-title {
    margin-bottom: 55px;
}
#services-3 .section-title {
    margin-bottom: 80px;
}
#services-7 .inner-bg {
    padding: 100px 60px 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.services-txt {
    position: relative;
    margin-top: 100px;
    margin-right: -150px;
    z-index: 9999;
}
.services-txt h3 {
    letter-spacing: -1px;
    margin-bottom: 30px;
}
#services-1 .service-boxes {
    margin: 0 40px;
}
#services-4 .services-boxes {
    padding: 0 30px;
}
.sbox-1,
.sbox-2 {
    position: relative;
    top: 0;
    z-index: 999;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 40px 10px;
    margin-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.sbox-1:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    top: -10px;
    cursor: default;
}
.sbox-3 {
    text-align: center;
    margin-bottom: 40px;
}
.sbox-4,
.sbox-5,
.sbox-6 {
    margin-bottom: 40px;
}
.sbox-8 {
    position: relative;
    top: 0;
    z-index: 999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 40px 25px;
    margin-bottom: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.bg-lightgrey .sbox-8 {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
}
.sbox-8:hover {
    top: -10px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.bg-lightgrey .sbox-8:hover {
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.07), 0 8px 14px 1px rgba(56, 60, 67, 0.15);
}
.sbox-4-txt {
    overflow: hidden;
    padding-left: 25px;
    padding-right: 15px;
}
.sbox-5-txt {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 15px;
}
.step {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 auto 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.step span {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
}
.sbox-1 h5 {
    font-size: 1.135rem;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.sbox-2 h5,
.sbox-3 h5 {
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 25px;
}
.sbox-4 h5,
.sbox-5 h5,
.sbox-7 h5 {
    margin-bottom: 12px;
}
.sbox-6 h5 {
    line-height: 1.3;
    padding-right: 5%;
    margin-bottom: 0;
}
.sbox-2 p,
.sbox-3 p,
.sbox-4 p,
.sbox-5 p,
.sbox-6 p,
.sbox-7 p {
    line-height: 1.5;
    margin-bottom: 0.7rem;
}
.sbox-3 p {
    padding: 0 10%;
}
.sbox-6 p:before {
    display: block;
    content: "";
    height: 0.045rem;
    width: 65px;
    background: #aaa;
    margin: 35px 0 27px;
    position: relative;
}
.sbox-8 p {
    line-height: 1.35;
    margin-top: 25px;
    margin-bottom: 0;
}
.sbox-8 p:after {
    display: block;
    content: "";
    height: 2px;
    width: 80px;
    background: #517082;
    margin: 25px auto 0;
    position: relative;
    opacity: 0.5;
}
.sbox-4 span,
.sbox-4 img,
.sbox-5 span,
.sbox-5 img {
    float: left;
    /* text-align: center; */
    margin-top: 4px;
    font-family: "Arsenal", sans-serif;
}
.sbox-6 span,
.sbox-6 img {
    float: left;
    text-align: center;
    margin-right: 30px;
}
.services-7-img {
    position: relative;
    text-align: center;
    left: -85%;
}
.services-7-img img {
    max-width: none;
    display: inline-block;
}
#content-9 .container {
    overflow: hidden;
}
#content-9 .section-title {
    margin-bottom: 50px;
}
.cbox-1-txt {
    overflow: hidden;
    padding-left: 10px;
}
.cbox-1 i {
    text-align: center;
    float: left;
    font-size: 0.85rem;
    margin-top: 6px;
}
.content-3-img {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 40px;
}
.content-4-img {
    text-align: center;
    padding-left: 50px;
}
.content-5-img {
    text-align: center;
    padding-left: 25px;
    margin-bottom: 40px;
}
.content-6-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    left: -65%;
}
.content-4-img img,
.content-5-img img,
.content-6-img img {
    max-width: none;
    display: inline-block;
}
#tabs-1 .tab-content {
    display: none;
}
.tabs-nav {
    border-bottom: 1px solid #e5e5e5;
}
#tabs-1 .tab-content.current,
#tabs-1 .tab-content.displayed {
    display: inherit;
}
.tabs-1 li {
    display: inline-block;
    margin: 0 15px;
    background-color: transparent;
    color: #bbb;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.tabs-1 li.displayed,
.tabs-1 li.displayed:hover {
    color: #666;
    font-weight: 600;
    border-color: #517082;
}
.tabs-1.primary-tabs li.displayed,
.tabs-1.primary-tabs li.displayed:hover {
    border-color: #ef3f54;
}
.tabs-1.blue-tabs li.displayed,
.tabs-1.blue-tabs li.displayed:hover {
    border-color: #12a5ea;
}
.tabs-1.bluestone-tabs li.displayed,
.tabs-1.bluestone-tabs li.displayed:hover {
    border-color: #517082;
}
.tabs-1.carrot-tabs li.displayed,
.tabs-1.carrot-tabs li.displayed:hover {
    border-color: #e67e22;
}
.tabs-1.dodgerblue-tabs li.displayed,
.tabs-1.dodgerblue-tabs li.displayed:hover {
    border-color: #2980b9;
}
.tabs-1.green-tabs li.displayed,
.tabs-1.green-tabs li.displayed:hover {
    border-color: #20ab5c;
}
.tabs-1.olive-tabs li.displayed,
.tabs-1.olive-tabs li.displayed:hover {
    border-color: #7ba323;
}
.tabs-1.orange-tabs li.displayed,
.tabs-1.orange-tabs li.displayed:hover {
    border-color: #ff4500;
}
.tabs-1.red-tabs li.displayed,
.tabs-1.red-tabs li.displayed:hover {
    border-color: #ef3f54;
}
.tabs-1.teal-tabs li.displayed,
.tabs-1.teal-tabs li.displayed:hover {
    border-color: teal;
}
.tabs-1.purple-tabs li.displayed,
.tabs-1.purple-tabs li.displayed:hover {
    border-color: #4c47a1;
}
#tabs-2 .list-group-item {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 30px 35px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
#tabs-2 .list-group-item.active {
    background-color: #f6f9fd;
    color: #333;
}
#tabs-2.bg-lightgrey .list-group-item.active {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
}
#tabs-2.bg-primary .list-group-item.active {
    background-color: #456070;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
}
#tabs-1 .tab-content {
    margin-top: 70px;
}
.tbox-1 span {
    float: left;
    margin-right: 12px;
}
.tbox-1 h5 {
    line-height: 2rem !important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.tbox-1 p {
    margin-bottom: 0;
}
.bg-bluestone .tbox-1 p {
    color: #eee;
}
.list-group-item.active .tbox-1 h5,
.list-group-item.active .tbox-1 span {
    color: #12a5ea;
}
.bg-bluestone .list-group-item.active .tbox-1 h5,
.bg-bluestone .list-group-item.active .tbox-1 span,
.bg-bluestone .list-group-item.active .tbox-1 p {
    color: #fff;
}
.tbox-1.icon-xs [class*="flaticon-"]:before,
.tbox-1.icon-xs [class*="flaticon-"]:after {
    font-size: 2rem;
    line-height: 1 !important;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
#resources-1 .masonry-item {
    width: 33.3333%;
    margin: 0;
}
.rbox-1 {
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 40px 30px;
    margin: 0 10px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.rbox-1:hover {
    top: -10px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.rbox-1 h4 {
    margin-bottom: 20px;
}
.rbox-1 p {
    margin-bottom: 30px;
}
#projects-1 .col-md-4 {
    padding: 0 10px;
}
.project-1 {
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 25px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.bg-lightcyan .project-1,
.bg-lightgrey .project-1 {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
}
.project-1:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    top: -10px;
}
.project-2 {
    margin-bottom: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.project-3 {
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
    margin-bottom: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.project-3:hover {
    background-color: #fff;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
    top: -10px;
}
.project-1 .project-data {
    border-top: 1px solid #d5d5d5;
    padding-top: 22px;
    margin-top: 10px;
}
.project-3 .project-data {
    padding: 35px 20px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.project-3 .project-data h5 {
    color: #757575;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pd-box {
    display: block;
    margin-bottom: 6px;
}
.pd-box h5 {
    display: inline-block;
    float: left;
    font-weight: 800;
    margin-right: 12px;
    margin-bottom: 0;
}
.project-1 p.p-sm {
    color: #757575;
    margin-top: 0;
    margin-bottom: 0;
}
.pd-box h5 i {
    margin-right: 3px;
}
.pd-box p {
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 0;
}
.project-1 img {
    padding-right: 40%;
    margin-bottom: 10px;
}
.project-3 .project-data img {
    padding-right: 50%;
}
.project-3 .project-preview img {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.project-description {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.project-description img {
    padding: 0 22%;
}
.project-description p {
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}
.project-description p:before {
    display: block;
    content: "";
    height: 1px;
    width: 85px;
    background: #fff;
    margin: 15px auto 20px;
    position: relative;
}
.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.blog-post .hover-overlay,
.blog-post-img .hover-overlay {
    text-align: center;
}
.hover-overlay img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
}
.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.6);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.project-2:hover img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.project-2:hover .item-overlay {
    background: rgba(10, 10, 10, 0.75);
}
.sp-wrapper {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.sp-page {
    margin-top: -185px;
}
.sp-txt {
    position: relative;
    padding: 0 30px;
}
.sp-logo {
    margin-left: -20px;
    margin-bottom: 10px;
}
.sp-right .sp-logo {
    margin-left: -5px;
}
.sp-logo img {
    width: 40%;
    height: auto;
}
.sp-txt p.p-sm {
    color: #999;
    font-size: 0.875rem;
    margin-bottom: 0;
}
.sp-data {
    text-align: center;
    position: relative;
    background-color: #fafafa;
    padding: 35px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0 20px -220px;
    z-index: 20;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.sp-right .sp-data {
    margin: 20px -220px 15px 0;
}
.sp-data .row {
    margin-right: 0;
    margin-left: 0;
}
.sp-data .col-md-4 {
    border-right: 1px dashed #ccc;
}
.sp-data .col-md-4:last-child {
    border-right: none;
}
.sp-data h4 {
    font-weight: 800;
    margin-bottom: 10px;
}
.sp-data p {
    color: #999;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sp-data span {
    display: block;
    color: #999;
    line-height: 1.2;
    padding: 0 8%;
    margin-bottom: 0;
}
.sp-links {
    position: absolute;
    top: 25px;
    right: 40px;
}
.sp-links a {
    display: block;
    margin-bottom: 20px;
}
.sp-preview {
    position: relative;
}
.sp-preview img {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
.sp-right .sp-preview img {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}
.all-projects-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}
#projects-2 .all-projects-btn,
#projects-3 .all-projects-btn {
    margin-top: 30px;
}
.team-member {
    text-align: center;
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #fff;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.team-member:hover {
    top: -10px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.team-member img {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.tm-meta {
    padding: 25px 20px;
}
.tm-meta h5 {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}
.tm-meta span {
    display: block;
}
.tm-meta a {
    color: #888;
    font-weight: 0.9rem;
    line-height: 1;
}
.team-member-photo {
    position: relative;
}
.tm-social ul {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin-top: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.tm-social ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}
.tm-social a {
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 1.05rem;
    line-height: 34px !important;
    margin-right: 1px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tm-social a.ico-facebook {
    background-color: #3b5998;
}
.tm-social a.ico-twitter {
    background-color: #00a9ed;
}
.tm-social a.ico-instagram {
    background-color: #e44772;
}
.tm-social a.ico-dribbble {
    background-color: #d92d84;
}
.tm-social a.ico-behance {
    background-color: #2473f6;
}
.tm-social a.ico-pinterest {
    background-color: #ac281a;
}
.tm-social a.ico-linkedin {
    background-color: #015886;
}
.tm-social a.ico-google-plus {
    background-color: #cd1111;
}
.tm-social a.ico-youtube {
    background-color: #cd1b20;
}
.tm-social a.ico-tumblr {
    background-color: #3a5976;
}
.tm-social a.ico-vk {
    background-color: #3b5998;
}
.team-member:hover .tm-social ul {
    bottom: 6%;
    opacity: 1;
    -moz-opacity: 1;
}
#video-3 .video-link {
    padding-left: 30px;
}
#video-3 .video-link .play-btn {
    margin-right: 30px;
}
#video-3 .video-link img {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}
.video-txt p {
    margin-top: 30px;
    margin-bottom: 30px;
}
#reviews-4 {
    padding-top: 80px;
    padding-bottom: 70px;
}
#reviews-3 span.title-digit,
#reviews-3 span.count-element {
    font-weight: 800;
}
.review-1 {
    text-align: center;
}
.review-2 {
    text-align: center;
    margin-bottom: 70px;
}
.review-3 {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 40px 30px;
    margin: 0 25px;
    overflow: visible;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 8px 20px 0 rgba(20, 20, 20, 0.15);
}
.review-4 {
    padding: 0 30px;
    margin-bottom: 30px;
}
.review-5 {
    width: 50%;
    padding: 0 2%;
    margin: 0 0 60px;
}
#reviews-1 img,
#reviews-2 img {
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.review-3 .author-avatar,
.review-5 .author-avatar {
    display: inline-block;
    float: left;
}
.owl-carousel .owl-item .review-3-author img {
    width: 55px;
    height: 55px;
    display: inline-block;
    margin: 0 15px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.review-5-author img {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: 0 15px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.quote-ico {
    position: relative;
    margin-bottom: -25px;
}
.review-4 .quote-ico {
    margin-bottom: -55px;
}
.review-4 .quote-ico img {
    width: 85px;
    height: 85px;
    opacity: 0.15;
}
.owl-carousel .owl-item .quote-ico img {
    width: 65px;
    height: 65px;
    opacity: 0.15;
}
.review-1-txt p,
.review-2-txt p {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 25px;
}
.review-3 p {
    color: #757575;
    line-height: 1.4;
    margin-bottom: 25px;
}
.review-4 p {
    color: #bbb;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 25px;
}
.review-4 p span {
    color: #fff;
    font-weight: 700;
}
.review-5-txt p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 25px;
}
.review-1-author h5,
.review-2-author h5 {
    font-size: 1rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 5px;
}
.review-3-author h5,
.review-5-author h5 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}
.review-5-author h5 {
    font-size: 1.075rem;
}
.review-4-author h5 {
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 35px;
    margin-bottom: 0;
}
.review-1-author span,
.review-2-author span {
    font-size: 1.05rem;
    margin-bottom: 0;
}
.review-3-author span,
.review-5-author span {
    color: #858585;
    font-size: 0.95rem;
    font-weight: 300;
}
.review-4-author span {
    font-size: 1.25rem;
    font-weight: 300;
}
.review-5 .app-rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
}
.review-5 .app-rating i {
    color: #ea7000;
    font-size: 0.85rem;
    line-height: 1;
}
.flex-control-paging li a {
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #bbb;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #bbb;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #bbb;
    border: 2px solid transparent;
}
#statistic-1,
#statistic-2 {
    padding-top: 80px;
    padding-bottom: 40px;
}
#statistic-3 .bg-inner {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 130px;
}
.statistic-block {
    text-align: center;
    margin-bottom: 50px;
}
#statistic-3 .statistic-block {
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 70px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#statistic-3 .statistic-block:hover {
    top: -10px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.statistic-block h5 {
    font-size: 3.25rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 50px;
}
.statistic-block {
    font-size: 3.25rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 50px;
}
.statistic-block p{
    margin-top: 10px;
}
#statistic-2 .statistic-block h5 {
    font-size: 4.5rem;
    margin-top: 25px;
    margin-bottom: 20px;
}
#statistic-3 .statistic-block h5 {
    font-size: 3rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.statistic-block p.p-md {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0;
}
#statistic-2 .statistic-block p.p-md {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 800;
}
#statistic-2 .statistic-block p.p-sm {
    padding: 0 10%;
    margin-bottom: 0;
}
#statistic-3 .statistic-block p.p-md {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
#statistic-3 .statistic-block p.p-sm {
    margin-bottom: 0;
}
.small-statistic {
    margin-top: 20px;
    padding: 0 5px;
}
.small-statistic .statistic-block {
    text-align: left;
    margin-bottom: 0;
}
#reviews-4 .small-statistic .statistic-block {
    margin-bottom: 30px;
}
.small-statistic .statistic-block h5 {
    font-size: 2.65rem;
    margin-bottom: 10px;
}
.small-statistic .statistic-block p {
    font-weight: 500;
    margin-bottom: 5px;
}
#reviews-4 .small-statistic .statistic-block p {
    font-weight: 300;
    padding-right: 15%;
    margin-bottom: 5px;
}
.small-statistic .statistic-block p.p-sm {
    font-weight: 300;
    margin-bottom: 0;
}
#price .pricing-table {
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 40px 15px;
    text-align: center;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#price.bg-lightgrey .pricing-table {
    border: 1px solid #eee;
}
#price .pricing-table:hover {
    top: -10px;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
#pricing-2 .pricing-table {
    margin-bottom: 40px;
}
.pricing-plan h5 {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.pricing-plan h4 {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pricing-table span.price {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}
.pricing-table p.p-sm {
    color: #999;
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 0;
}
ul.features {
    color: #757575;
    font-size: 1.03rem;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: 300;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 28px;
}
#pricing-2 ul.features {
    font-size: 1rem;
    line-height: 1.3;
    border-top: none;
    margin-top: 0;
    padding-top: 20px;
}
ul.features li {
    padding: 7px 0;
}
#priceing-2 ul.features li {
    padding: 0 8% 14px;
}
ul.features li span {
    font-weight: 400;
}
#pricing-2 ul.features li span {
    font-weight: 600;
}
ul.features li.disabled-option {
    color: #ccc;
}
.pricing-table .btn {
    margin-top: 25px;
}
#price .pricing-table .btn {
    display: block;
    width: 100%;
    font-family: "Arsenal", sans-serif;
    font-size: 20px;
}
.pricing-notice p {
    padding: 0 8%;
    margin-top: 10px;
    margin-bottom: 0;
}
#pricing-2 .pricing-notice p {
    margin-top: 20px;
}
.pricing-notice p span {
    font-weight: 700;
    margin-right: 5px;
}
#brands-1,
#brands-5 {
    padding-top: 80px;
    padding-bottom: 50px;
}
#brands-2 {
    padding-bottom: 75px;
}
#brands-3 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.brands-section h4 {
    margin-bottom: 50px;
}
.brands-section span.title-digit,
.brands-section span.count-element {
    font-weight: 800;
}
.brands-section p {
    font-weight: 400;
    margin-bottom: 40px;
}
#brands-4.brands-section p {
    font-weight: 300;
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}
.brands-section .btn {
    margin-top: 15px;
}
.brands-list {
    text-align: center;
}
#brands-1 .brand-logo,
#brands-3 .brand-logo,
#brands-5 .brand-logo {
    margin-bottom: 30px;
}
#brands-2 .brand-logo {
    width: 19%;
    padding: 22px 18px;
    display: inline-block;
}
#brands-4 .brand-logo {
    margin-bottom: 40px;
}
#brands-1 .brand-logo img {
    padding: 0 15px;
}
#brands-1.bg-map .brand-logo img,
#brands-1.bg-pattern .brand-logo img {
    opacity: 0.75;
}
#brands-1.bg-02 .brand-logo img,
#brands-1.bg-05 .brand-logo img,
#brands-1.bg-06 .brand-logo img {
    opacity: 0.65;
}
#brands-2 .brand-logo img {
    opacity: 0.85;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}
#brands-2 .brand-logo img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
}
#brands-3 .brand-logo img {
    opacity: 0.65;
    padding: 0 2px;
}
#brands-5 .brand-logo img {
    opacity: 0.65;
    padding: 0 30px;
}
#faqs-1 .card-header {
    position: relative;
    padding: 22px 20px;
    background-color: #f6f7f9;
    border: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
#faqs-1 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-1 #accordion [data-toggle="collapse"]:after {
    content: "-";
    position: absolute;
    font-size: 1.5rem;
    top: 19px;
    right: 20px;
}
#faqs-1 #accordion [data-toggle="collapse"].collapsed:after {
    content: "+";
}
#faqs-1 .card-header a:hover {
    color: #151515;
}
#accordion .card {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#accordion .card-header h5 {
    line-height: 1;
    margin-bottom: 0;
}
#accordion .card-header h5 span {
    font-weight: 400;
    margin-right: 2px;
}
#accordion .card-body {
    padding: 30px 25px 15px;
}
#accordion .card-body p {
    color: #000;
    line-height: 1.4;
}
#accordion .card-body .content-list {
    margin-bottom: 1rem;
}
#faqs-1 h4 {
    margin-left: 10px;
    margin-bottom: 60px;
}
.more-questions {
    margin-top: 60px;
}
.more-questions h5 {
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}
.more-questions a {
    text-decoration: underline;
    letter-spacing: -1px;
    margin-left: 3px;
}
.more-questions a:hover {
    color: #111;
}
#cta-2 .inner-bg {
    padding: 80px 0 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#cta-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#cta-5 {
    padding-top: 100px;
    padding-bottom: 110px;
}
#cta-6 {
    padding-top: 80px;
    padding-bottom: 85px;
}
.cta-txt h2 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.cta-txt h3 {
    letter-spacing: 0;
    margin-bottom: 10px;
}
#cta-2 .cta-txt h3,
#cta-3 .cta-txt h3 {
    padding: 0 5%;
    margin-bottom: 40px;
}
#cta-5 .cta-txt h3 {
    letter-spacing: 0;
    margin-bottom: 5px;
}
#cta-5 .cta-txt h5 {
    font-size: 1.9rem;
    font-weight: 300;
    margin-bottom: 30px;
}
#cta-6 .cta-txt h3 {
    font-weight: 400;
}
#cta-1 .cta-txt p {
    font-size: 1.35rem;
    padding: 0 8%;
    margin-bottom: 40px;
}
#cta-2 .cta-txt p {
    font-size: 0.9rem;
    margin-top: 40px;
    margin-bottom: 0;
}
#cta-4 .cta-txt p {
    padding: 0 15% 0 0;
    margin-bottom: 0;
}
#cta-6 .cta-txt p {
    font-size: 1.4rem;
    padding: 0 10%;
}
#cta-5 .cta-txt a {
    font-size: 3rem;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1;
    font-weight: 800;
}
#cta-5 .cta-txt a i {
    font-size: 2.35rem;
    position: relative;
    top: -3px;
    right: 3px;
}
.cta-section .form-holder {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 22px 25px 11px;
    margin: 30px 60px 0;
}
.blog-post {
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #fff;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blog-post:hover {
    top: -10px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
#leave-comment,
.single-post-title,
.single-post-txt {
    padding: 0 3%;
}
.single-post-txt .txt-list {
    margin-bottom: 16px;
}
#blog-2 .masonry-item {
    width: 33.3333%;
    margin: 0;
}
#blog-2 .blog-post {
    margin: 0 10px 50px;
}
.blog-post-img img {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
p.post-read {
    color: #999;
    font-size: 0.975rem;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}
.blog-post-txt {
    padding: 25px 20px;
}
.blog-post-txt h5 {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 10px;
}
.blog-post-txt a:hover {
    color: #858585;
}
p.post-tag {
    color: #aaa;
    font-size: 0.975rem;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
}
p.post-tag a {
    color: #aaa;
}
p.post-data {
    color: #aaa;
    font-size: 0.975rem;
    line-height: 1;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}
p.post-data a {
    color: #353637;
    font-weight: 700;
}
.more-posts {
    margin-top: 30px;
    margin-bottom: 40px;
}
.post-share-links {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #e5e5e5;
}
.single-post-txt h5 {
    margin-bottom: 20px;
}
.single-post-txt h4 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-post-data {
    margin-top: 15px;
}
.single-post-data p {
    font-size: 1.1rem;
    font-family: "IBM Plex Sans", sans-serif;
}
.single-post-data a {
    color: #222;
    font-weight: 700;
}
.post-title-meta {
    margin-bottom: 20px;
}
.post-title-meta span {
    color: #bbb;
    font-size: 0.815rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.post-inner-img p.p-sm {
    margin-top: 20px;
    margin-bottom: 0;
}
.follow-author {
    position: relative;
    color: #757575;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 400;
    padding: 3px 8px;
    top: -2px;
    margin-left: 8px;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-share-links {
    margin-top: 70px;
}
.post-tags-list span a {
    color: #999;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 7px 16px;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.post-tags-list span a:hover {
    background-color: #f0f1f3;
    border-color: #f0f1f3;
}
.share-social-icons {
    display: inline-block;
    padding-left: 0;
}
.share-social-icons li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}
a.share-ico {
    color: #555;
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: block;
    margin-right: 3px;
}
.author-senoff {
    background-color: #f8f9fb;
    margin: 100px 0;
    padding: 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.author-senoff img {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.author-senoff-txt {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
}
.author-senoff-txt h5.h5-xs {
    color: #757575;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.author-senoff-txt h5.h5-lg {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
.author-senoff-txt p {
    color: #757575;
    padding-right: 5%;
    margin-bottom: 0;
}
.author-follow-btn {
    display: inline-block;
    position: absolute;
    color: #757575;
    font-size: 0.925rem;
    line-height: 1;
    font-weight: 400;
    padding: 4px 10px;
    top: 1px;
    right: 12px;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.single-post-comments {
    padding: 0 3%;
}
.single-post-comments img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.comment-meta {
    margin-bottom: 10px;
}
.comment-meta h5 {
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 2px;
}
.comment-date {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.btn-reply a {
    background-color: #888;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 8px;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btn-reply a:hover {
    color: #fff;
    background-color: #555;
}
.comment-reply {
    margin-left: 40px;
}
.single-post-comments hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
#leave-comment h5.h5-lg {
    margin-bottom: 3px;
}
.comment-form {
    position: relative;
}
.comment-form p {
    color: #333;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
}
.comment-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.comment-form .form-control:focus {
    border-color: #16a2e0;
    outline: 0 none;
    box-shadow: none;
}
.comment-form textarea {
    min-height: 200px;
}
.comment-form textarea.form-control {
    padding: 20px;
}
.comment-form-msg {
    width: 100% !important;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.comment-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
}
.error {
    color: #e74c3c;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
#contacts-2 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.contact-box {
    margin-bottom: 40px;
}
#contacts-2 .contact-box {
    margin-bottom: 30px;
}
.cbox-2-txt {
    overflow: hidden;
    padding-left: 20px;
}
.contact-box h5 {
    margin-bottom: 10px;
}
.contact-box p {
    font-size: 1.125rem;
    margin-bottom: 0;
}
#contacts-2 .contact-box p {
    font-size: 1.1rem;
    margin-bottom: 1px;
}
#contacts-2 .contact-box span,
#contacts-2 .contact-box img {
    float: left;
    text-align: center;
    margin-top: 3px;
}
#contacts-1 .form-holder {
    background-color: transparent;
    padding: 0;
}
.contact-form-title {
    width: 100%;
}
.contact-form-title h4 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
}
.contact-form .form-control {
    height: 38px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.0rem;
    font-weight: 300;
    padding: 0 10px;
    margin-bottom: 17px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.bg-lightgrey .contact-form .form-control {
    background-color: #fcfcfc;
    border-color: #ccc;
}
.contact-form-popup .form-control {
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.bg-lightgrey .contact-form-popup .form-control {
    background-color: #fcfcfc;
    border-color: #ccc;
}
.contact-form textarea {
    min-height: 200px;
}
.contact-form textarea.form-control {
    padding: 10px;
}
.contact-form-popup textarea {
    min-height: 100px;
}
.contact-form-popup textarea.form-control {
    padding: 20px;
}
.contact-form .form-control::-moz-placeholder {
    color: #555;
}
.contact-form .form-control:-ms-input-placeholder {
    color: #555;
}
.contact-form .form-control::-webkit-input-placeholder {
    color: #555;
}
.contact-form .form-control:focus,
.bg-lightgrey .contact-form .form-control:focus {
    outline: 0 none;
    box-shadow: none;
    border-color: #517082;
}
.contact-form-msg {
    width: 100% !important;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.contact-form .loading {
    color: #00b2e4;
    font-size: 18px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
}
.error {
    color: #e74c3c;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
#gmap {
    width: 100%;
    height: 450px;
}
.footer h5 {
    letter-spacing: 0;
    margin-top: 3px;
    margin-bottom: 25px;
}
.footer-info p {
    margin-top: 25px;
}
.footer-contacts p {
    font-size: 1.05rem;
    margin-bottom: 1px;
}
.footer-copyright p span {
    font-weight: 800;
}
.footer-contacts .btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}
.footer-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    font-size: 1.05rem;
    margin: 0 0 9px;
    padding: 0;
}
.foo-socials {
    display: inline-block;
    padding-left: 0;
    margin: 10px auto 0;
}
.bottom-footer .foo-socials {
    margin: 0;
}
.foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
}
.foo-socials a {
    color: #888;
    font-size: 1rem;
    line-height: 30px !important;
    margin-right: 22px;
    display: block;
}
#footer-3 .foo-socials a {
    color: #aaa;
    background-color: #fff;
    border: 2px solid #aaa;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    line-height: 37px !important;
    margin-right: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.foo-socials a.ico-facebook:hover {
    color: #3b5998;
}
.foo-socials a.ico-twitter:hover {
    color: #00a9ed;
}
.foo-socials a.ico-instagram:hover {
    color: #e44772;
}
.foo-socials a.ico-dribbble:hover {
    color: #d92d84;
}
.foo-socials a.ico-behance:hover {
    color: #2473f6;
}
.foo-socials a.ico-pinterest:hover {
    color: #ac281a;
}
.foo-socials a.ico-linkedin:hover {
    color: #015886;
}
.foo-socials a.ico-google-plus:hover {
    color: #cd1111;
}
.foo-socials a.ico-youtube:hover {
    color: #cd1b20;
}
.foo-socials a.ico-tumblr:hover {
    color: #3a5976;
}
.foo-socials a.ico-vk:hover {
    color: #3b5998;
}
#footer-3 .foo-socials a.ico-facebook:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}
#footer-3 .foo-socials a.ico-twitter:hover {
    color: #fff;
    background-color: #00a9ed;
    border-color: #00a9ed;
}
#footer-3 .foo-socials a.ico-instagram:hover {
    color: #fff;
    background-color: #e44772;
    border-color: #e44772;
}
#footer-3 .foo-socials a.ico-dribbble:hover {
    color: #fff;
    background-color: #d92d84;
    border-color: #d92d84;
}
#footer-3 .foo-socials a.ico-behance:hover {
    color: #fff;
    background-color: #2473f6;
    border-color: #2473f6;
}
#footer-3 .foo-socials a.ico-pinterest:hover {
    color: #fff;
    background-color: #ac281a;
    border-color: #ac281a;
}
#footer-3 .foo-socials a.ico-linkedin:hover {
    color: #fff;
    background-color: #015886;
    border-color: #015886;
}
#footer-3 .foo-socials a.ico-google-plus:hover {
    color: #fff;
    background-color: #cd1111;
    border-color: #cd1111;
}
#footer-3 .foo-socials a.ico-youtube:hover {
    color: #fff;
    background-color: #cd1b20;
    border-color: #cd1b20;
}
#footer-3 .foo-socials a.ico-tumblr:hover {
    color: #fff;
    background-color: #3a5976;
    border-color: #3a5976;
}
#footer-3 .foo-socials a.ico-vk:hover {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}
.footer-form .form-control {
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    color: #333;
    font-size: 0.925rem;
    padding: 0 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.footer-form .form-control:focus {
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
    box-shadow: none;
}
.footer-form .btn {
    height: 48px;
    color: #aaa;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 1.45rem;
    line-height: 1 !important;
    padding: 0 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.footer-form .form-notification {
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 15px;
    margin-left: 5px;
}
.bottom-footer {     
    padding-top: 35px;
    padding-bottom: 35px;
}
.bg-dark .bottom-footer {
    border-top: 1px solid #454647;
}
.bottom-footer p {
    margin-bottom: 0;
}
.bottom-footer p.p-sm {
    display: inline-block;
    font-size: 0.905rem;
    line-height: 1;
    margin-left: 17px;
    margin-bottom: 0;
}
.bg-dark .bottom-footer p.p-sm {
    color: #ddd;
}
.bottom-footer-list li {
    font-size: 1rem;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 9px 5px 0;
    padding: 0;
}
.bottom-footer-list li a {
    font-weight: 600;
}
.bottom-footer-list p:after {
    content: "|";
    padding-left: 11px;
    position: relative;
    top: -1px;
}
.bottom-footer-list p.last-li:after {
    content: " ";
    padding-left: 0;
}
.inner-page-wrapper {
    margin-top: 85px;
}
.page-hero-section {
    background: no-repeat center center;
    padding-top: 100px;
    padding-bottom: 110px;
    background-size: cover;
}
.page-hero-section h3 {
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.page-hero-section p {
    font-size: 1.35rem;
    font-weight: 400;
    padding: 0 15%;
    margin-bottom: 0;
}
.breadcrumb {
    padding: 30px 5px 26px;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}
.breadcrumb-item a,
.breadcrumb-item.active {
    font-size: 0.975rem;
    font-weight: 500;
}
.breadcrumb-item.active {
    color: #999;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 1.1rem;
    display: inline-block;
    padding-right: 10px;
    margin-top: -1px;
    content: "\00bb";
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 12px;
}
.page-pagination {
    padding-bottom: 100px;
}
.page-link {
    color: #666;
    font-weight: 600;
    padding: 7px 14px;
    margin: 0 3px;
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.page-item.disabled .page-link {
    color: #aaa;
    background-color: transparent;
    border-color: transparent;
}
.next-page.page-link1 {
    margin-left: 30px;
}
.page-link:hover,
.page-item.active .page-link {
    background-color: #3a3953;
    color: #fff;
    border-color: #3a3953;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
}
.page-link:focus {
    background-color: transparent;
    color: #666;
    border-color: transparent;
    box-shadow: 0 0;
}
#scrollUp {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 14px;
    right: 14px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(35, 35, 35, 0.65);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}
#scrollUp:hover {
    background-color: #151515;
}
nav a#pull {
    display: none;
}
.my_checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 12px;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.my_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    display: inherit;
    background: #fff;
    border: 1px solid #ccc;
}
.my_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.my_checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
    border: 0;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.my_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.my_checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.my_checkbox a {
    text-decoration: underline;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}
.select_name {
    display: none;
}
.ctn-footer {
    text-align: justify;
    line-height: 1.35;
    font-size: 1.135rem;
}

.ctn-footer a {
    border-bottom: 1px solid #000;
    color:#000;
}

.heading_contact {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 20px;
}
.note_box {
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    background: #fcd444;
    padding: 25px;
    border-radius: 10px;
}
.footer_worktime {
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 200;    
}
.footer_phone {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 30px;
    font-family: "Arsenal", sans-serif;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: none;
    cursor: auto;
}
.row-rules {
    max-width: 900px;
}
#popup-seo-order-form {
    max-width: 500px;
}
.text-right-footer {
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .contact-form-popup textarea {
        min-height: 70px !important;
    }
    .my_checkbox {
        margin-bottom: 0;
        font-size: 13px;
    }
    .worktime {
        color: #666;
        font-size: 13px;
        margin-bottom: 2px;
        text-align: center;
        padding-left: 31px;
        margin-top: 11px;
        border-top: dashed 1px #cdcdcd;
        padding-top: 12px;
    }
    .wsmenu > .wsmenu-list > li > a {
        display: block;
        font-size: 20px;
        line-height: 40px;
    }
    .txt-block h4.h4-case {
        font-size: 28px;
        text-align: center;
    }
    ul.ico-list li span {
        display: grid !important;
        overflow: hidden;
        width: 100%;
    }
    .ico-list span {
        background: none !important;
        padding: 0 !important;
        border-radius: 20px;
        text-decoration: underline;
    }
    .footer_phone {
        font-size: 35px;
    }
    .text-right-footer {
        text-align: center;
        padding-top: 10px;
    }
}
.top_block {
    background: rgba(255, 255, 255, 0.2); /* Полупрозрачный фон */
    padding: 1rem; /* Поля вокруг текста */    
    color:#fff;    
    width: 100%;
    font-size: 14px;
}
.top_block p {
    margin-bottom: 0;
    font-size: 14px;
}

.top_block a {
    color:#fff;
}
.top_block_telegram a:hover,
.top_block_whatsapp a:hover {
    border-bottom: 1px solid #fff;
}

.remove {
    display: none;
}
.top_block_flex {
    display: flex;
    justify-content: space-between;
}
.top_block_info,
.top_block_messager {
    display: flex;
}
.top_block_description {
    padding-left: 20px;
}

/* .top_block_description::after {  
    content: 'ПН-ПТ - 10:00-18:00';
} */

.top_block .city {
    /* flex:1; */
    position:relative;
}   
.top_block .city #selected_city {
    display:inline-flex;
    align-items:center;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    cursor:pointer;
}
    
.top_block .city #selected_city:before {
    content:"";
    margin:0 6px 0 0;
    width:16px;
    height:16px;
    background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 256 256"%3E%3Cpath fill="%23fc1" d="M128 60a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44Zm0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20Zm0-112a92.1 92.1 0 0 0-92 92c0 77.36 81.64 135.4 85.12 137.83a12 12 0 0 0 13.76 0a259 259 0 0 0 42.18-39C205.15 170.57 220 136.37 220 104a92.1 92.1 0 0 0-92-92Zm31.3 174.71a249.35 249.35 0 0 1-31.3 30.18a249.35 249.35 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71Z"%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.top_block .city #selected_city::after {    
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 7px;    
    text-align: right;
    top: 33px;
    width: 0;
}

    
.cities-wrapper {
    position: absolute;
    top: calc(100% + 16px);
    left: 0px;
    z-index: 9;        
    background: rgba(255, 255, 255, 0.2);        
    backdrop-filter: blur(8px);
    border-radius: 0px 0px 8px 8px;
    padding: 24px 28px;       
    min-width: 235px; 
    display: none; 
}

.cities-wrapper .scroll {
    overflow-y:auto;
    max-height:228px;
    margin:12px 0 0 0;
}

.top_block .city ::-webkit-scrollbar {
    width:2px; 
}
    
.top_block .city ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px;
    width:2px;    
}
    
.top_block .city ::-webkit-scrollbar-thumb {
    background: #fc1;
    border-radius: 2px;
}

.cities-wrapper.active {display:block;}

.cities-wrapper input {
    border: 0;
    height:34px;
    width:100%;
    padding:0 16px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #484848;
    outline:none;
    border-radius: 8px;
}

.cities-wrapper ul {
    list-style:none;
    margin:0px 0 0 0px;
    padding:0px;
}

.cities-wrapper ul li {
    padding:6px 0;
    position:relative;
}

.cities-wrapper ul li a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-decoration:none;
}

.cities-wrapper ul li a:hover {
    border-bottom: 1px solid #fff;
}

    

    
    


.top_block_description::before {
    content: '';
    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23fc1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 12h16m-7-7l7 7l-7 7"%2F%3E%3C%2Fsvg%3E'); */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="%23fc1" d="M13 2.05v2.02c3.95.49 7 3.85 7 7.93c0 3.21-1.92 6-4.72 7.28L13 17v5h5l-1.22-1.22C19.91 19.07 22 15.76 22 12c0-5.18-3.95-9.45-9-9.95M11 2c-1.95.2-3.8.96-5.32 2.21L7.1 5.63A8.195 8.195 0 0 1 11 4V2M4.2 5.68C2.96 7.2 2.2 9.05 2 11h2c.19-1.42.75-2.77 1.63-3.9L4.2 5.68M6 8v2h3v1H8c-1.1 0-2 .9-2 2v3h5v-2H8v-1h1c1.11 0 2-.89 2-2v-1a2 2 0 0 0-2-2H6m6 0v5h3v3h2v-3h1v-2h-1V8h-2v3h-1V8h-2M2 13c.2 1.95.97 3.8 2.22 5.32l1.42-1.42A8.21 8.21 0 0 1 4 13H2m5.11 5.37l-1.43 1.42A10.04 10.04 0 0 0 11 22v-2a8.063 8.063 0 0 1-3.89-1.63Z"%2F%3E%3C%2Fsvg%3E');
    width: 16px;
    height: 16px;
    position: absolute;    
    margin-left: -20px;
    margin-top: 2px;
}
.top_block_phone {
    margin-left: 42px;
}
.top_block_phone::before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23fc1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.554 6.24L7.171 2.335c-.39-.45-1.105-.448-1.558.006L2.831 5.128c-.828.829-1.065 2.06-.586 3.047a29.207 29.207 0 0 0 13.561 13.58c.986.479 2.216.242 3.044-.587l2.808-2.813c.455-.455.456-1.174.002-1.564l-3.92-3.365c-.41-.352-1.047-.306-1.458.106l-1.364 1.366a.462.462 0 0 1-.553.088a14.557 14.557 0 0 1-5.36-5.367a.463.463 0 0 1 .088-.554l1.36-1.361c.412-.414.457-1.054.101-1.465Z"%2F%3E%3C%2Fsvg%3E');
    width: 16px;
    height: 16px;
    position: absolute;    
    margin-left: -20px;
    margin-top: 2px;
}

.top_block_email {
    margin-left: 42px;
}

.top_block_email::before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="%23fc1" d="M12 22q-2.05 0-3.875-.788q-1.825-.787-3.187-2.15q-1.363-1.362-2.15-3.187Q2 14.05 2 12q0-2.075.788-3.887q.787-1.813 2.15-3.175Q6.3 3.575 8.125 2.787Q9.95 2 12 2q2.075 0 3.887.787q1.813.788 3.175 2.151q1.363 1.362 2.15 3.175Q22 9.925 22 12v1.45q0 1.475-1.012 2.512Q19.975 17 18.5 17q-.9 0-1.675-.4t-1.275-1.05q-.675.675-1.587 1.063Q13.05 17 12 17q-2.075 0-3.537-1.463Q7 14.075 7 12t1.463-3.538Q9.925 7 12 7t3.538 1.462Q17 9.925 17 12v1.45q0 .725.45 1.137q.45.413 1.05.413q.6 0 1.05-.413q.45-.412.45-1.137V12q0-3.275-2.363-5.638Q15.275 4 12 4Q8.725 4 6.362 6.362Q4 8.725 4 12t2.362 5.637Q8.725 20 12 20h5v2Zm0-7q1.25 0 2.125-.875T15 12q0-1.25-.875-2.125T12 9q-1.25 0-2.125.875T9 12q0 1.25.875 2.125T12 15Z"%2F%3E%3C%2Fsvg%3E');
    width: 16px;
    height: 16px;
    position: absolute;    
    margin-left: -20px;
    margin-top: 2px;
}


.top_block_whatsapp,
.top_block_telegram {
    margin-left: 40px;
}
.top_block_telegram::before{
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" fill-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12ZM12.43 8.859c-1.167.485-3.5 1.49-6.998 3.014c-.568.226-.866.447-.893.663c-.046.366.412.51 1.034.705c.085.027.173.054.263.084c.613.199 1.437.432 1.865.441c.389.008.823-.152 1.302-.48c3.268-2.207 4.955-3.322 5.061-3.346c.075-.017.179-.039.249.024c.07.062.063.18.056.212c-.046.193-1.84 1.862-2.77 2.726c-.29.269-.495.46-.537.504c-.094.097-.19.19-.282.279c-.57.548-.996.96.024 1.632c.49.323.882.59 1.273.856c.427.291.853.581 1.405.943c.14.092.274.187.405.28c.497.355.944.673 1.496.623c.32-.03.652-.331.82-1.23c.397-2.126 1.179-6.73 1.36-8.628a2.111 2.111 0 0 0-.02-.472a.506.506 0 0 0-.172-.325c-.143-.117-.365-.142-.465-.14c-.451.008-1.143.249-4.476 1.635Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
    width: 16px;
    height: 16px;
    position: absolute;    
    margin-left: -23px;
    margin-top: 2px;
}   
.top_block_whatsapp::before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" fill-rule="evenodd" d="M17.415 14.382c-.298-.149-1.759-.867-2.031-.967c-.272-.099-.47-.148-.669.15c-.198.296-.767.966-.94 1.164c-.174.199-.347.223-.644.075c-.297-.15-1.255-.463-2.39-1.475c-.883-.788-1.48-1.761-1.653-2.059c-.173-.297-.019-.458.13-.606c.134-.133.297-.347.446-.52c.149-.174.198-.298.297-.497c.1-.198.05-.371-.025-.52c-.074-.149-.668-1.612-.916-2.207c-.241-.579-.486-.5-.668-.51c-.174-.008-.372-.01-.57-.01c-.198 0-.52.074-.792.372c-.273.297-1.04 1.016-1.04 2.479c0 1.462 1.064 2.875 1.213 3.074c.149.198 2.095 3.2 5.076 4.487c.71.306 1.263.489 1.694.625c.712.227 1.36.195 1.872.118c.57-.085 1.758-.719 2.006-1.413c.247-.694.247-1.289.173-1.413c-.074-.124-.272-.198-.57-.347Zm-5.422 7.403h-.004a9.87 9.87 0 0 1-5.032-1.378l-.36-.214l-3.742.982l.999-3.648l-.235-.374a9.861 9.861 0 0 1-1.511-5.26c.002-5.45 4.436-9.884 9.889-9.884c2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.892 6.993c-.002 5.45-4.436 9.885-9.884 9.885Zm8.412-18.297A11.815 11.815 0 0 0 11.992 0C5.438 0 .102 5.335.1 11.892a11.864 11.864 0 0 0 1.587 5.945L0 24l6.304-1.654a11.881 11.881 0 0 0 5.684 1.448h.005c6.554 0 11.89-5.335 11.892-11.893a11.821 11.821 0 0 0-3.48-8.413" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
    width: 16px;
    height: 16px;
    position: absolute;    
    margin-left: -23px;
    margin-top: 2px;
}
.submenu {
    position: absolute;
    background: #f8f9fa;
    padding: 15px 20px 10px 20px;
    margin-top: -20px;
    border-radius: 8px;
    text-align: left!important;
}

.submenu a:hover {
    border-bottom: 1px solid #000;
}

.submenu li {
    margin-bottom: 5px;
}

.menu-item-has-children > a::before {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 -3px 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .cbx:hover {
    background: rgba(255,255,255,0.1); 
  }
  .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
    color:#fff;
  }
  .cbx:hover span:first-child {
    border-color: #fff;
  }
  .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .inp-cbx:checked + .cbx span:first-child {
    background: #fc1;
    border-color: #fc1;
    animation: wave 0.4s ease;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  
  .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    body {
      width: auto;
      display: inherit;      
    }
    .cbx {
      width: 100%;
      margin-bottom: 4px;
      display: inline-block;
    }
  }
  @-moz-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  
  .checklist {
    display: flex;    
    justify-content: center;
    margin-top: -65px;
  }

  .checklist_form {
      text-align: center;
      margin-bottom: 35px;
  }

  .checklist h5 {
    text-align: center;
    color:#fff;
    margin-bottom: 15px;
  }

  .checklist_send {
      text-align: center;
  }
  .breadcrumbs {
      margin-top: 15px;
      font-size: 14px;
  }
  .about_image {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 45px;
  }

  .about_image img{
      width: 170px;
  }

  .service_image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .service_image img {
    width: 150px;
  }

  .skill_list {
    margin-bottom: 35px;
    margin-top: 15px;
  }

  .skill_list p {
    line-height: 1.0;
    font-size: 1.135rem;  
  }

  .skill_list li {
      margin-bottom: 5px;
      padding-left: 40px;
  }

 .skill_list li::before {
    content: '';
    background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="%23fc1" d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425a.267.267 0 0 1 .02-.022z"%2F%3E%3C%2Fsvg%3E');
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -2px;
    position: absolute;
 }

 .price_page_item {
    display: flex;
    justify-content: space-between;    
    border: 1px dashed #e9ecef;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #cdcdcd05;
  }

.price_page_price {    
    text-align: right;
    font-size: 20px;
    font-weight: 400;
  }
 
  .price_page_description h5
  {
    display: inline-block;
    /* background: #fc1; */
    color: #000;
    padding: 5px 15px;
    /* border-radius: 4px; */
  }

 .price_page_price p {
    display: inline-block;
    background: #f8f9fa;
    color: #000;
    font-weight: 100;
    padding: 5px 15px;
    font-size: 1.0rem;
    border-radius: 4px;
  }
  
 .price_list p {
    line-height: 1.2;
    font-size: 1.0rem;
 }

 .price_list {
    margin-top: 15px;
    display: flex;    
    flex-wrap: wrap;
 }

 .price_list li {    
    padding-left: 40px;
    width: 50%;
} 

.price_list li::before {
    content: '';
    background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="%23fc1" d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425a.267.267 0 0 1 .02-.022z"%2F%3E%3C%2Fsvg%3E');
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -5px;
    position: absolute;
}

.price_title {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px; 
}

.price_title_line {
    display: flex;
    justify-content: space-between;
}

.one-time_item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.one-time_description::before {
    content: '';
    background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="%23fc1" d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425a.267.267 0 0 1 .02-.022z"%2F%3E%3C%2Fsvg%3E');
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -5px;
    position: absolute;
}

.one-time_price span {
    line-height: 0.7;
    font-size: 1.0rem;
}

.one-time {
    border: 1px dashed #e9ecef;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #cdcdcd05;
}

.one-time_description p {
    line-height: 0.7;
    font-size: 1.0rem; 
}

.one-time_description {
    margin-left: 40px;
}

.fly_block {
    display: none;
}

.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social img {
    width: 35px;
    margin-left: 12px;
}

.footer_social img:hover {
    transform: translatey(-5px);
    transition: transform ease-out 0.1s;
}

.footer_copyright {
    margin-top: 5px;
}

.service_steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.steps_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;

    width: 201px;
    height: 145px;
    /* background: #ecfaff;
    border-radius: 4px; */
}

.step_item_icons {
    background: #ecfaff;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.step_item_icons img {
    width: 35px;
    height: 35px;
}

.step_item_description {
    text-align: center;
    font-weight: 500;
}

.price_service p {
/* line-height: 1.35;
    font-size: 1.135rem; */
 }
 .price_service {
    margin-top: 15px;
 }

 .price_service li {    
    padding-left: 40px;
} 

.price_service li::before {
    content: '';
    background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="%23fc1" d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425a.267.267 0 0 1 .02-.022z"%2F%3E%3C%2Fsvg%3E');    
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -2px;
    position: absolute;
}


@media (max-width: 767px) {
    .h1, h1 {
        font-size: 2.0rem;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    .breadcrumbs {    
        font-size: 13px;
    }

    .price_page_price p {
        text-align: center;
    }

    .price_page_description h5 {
        width: 100%;
        text-align: center;           
    }

    .price_title_line {
        flex-direction: column;
    }

    .price_list p {
        line-height: 1.1;;
    }

    .price_page_price {
        text-align: center;
        margin-top: 10px;
    }

    .price_page_item {
        flex-direction: column;
    }

    .price_list li::before {                
        margin-top: -1px;        
    }

    .one-time_price {
        width: 200px;
        text-align: right;
    }

    .one-time_description p {
        line-height: 1.1;
    }

    .submenu {
        display: block!important;
        position: relative;
        margin-top: 0px;
        padding: 0 0 0 25px;
        background: #fff;
    }

    .menu-item-has-children > a::before {
        content: '';
        border:0px
    }

    .fly_messager {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .fly_block {     
        display: none;           
        background: #fafafa;
        position: absolute;
        padding-top: 15px;
        z-index: 999;
        bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 4px;
        margin-bottom: 10px;
        left: 0;
        border: 1px dashed #dee2e6;
        right: 0;
        text-align: center;
    }
    .footer_block_telegram {
        margin-left: 30px;
    }

    .footer_block_whatsapp {
        margin-left: 60px;
    }

    .footer_block_telegram a::before {
        content: '';
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="black" fill-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12ZM12.43 8.859c-1.167.485-3.5 1.49-6.998 3.014c-.568.226-.866.447-.893.663c-.046.366.412.51 1.034.705c.085.027.173.054.263.084c.613.199 1.437.432 1.865.441c.389.008.823-.152 1.302-.48c3.268-2.207 4.955-3.322 5.061-3.346c.075-.017.179-.039.249.024c.07.062.063.18.056.212c-.046.193-1.84 1.862-2.77 2.726c-.29.269-.495.46-.537.504c-.094.097-.19.19-.282.279c-.57.548-.996.96.024 1.632c.49.323.882.59 1.273.856c.427.291.853.581 1.405.943c.14.092.274.187.405.28c.497.355.944.673 1.496.623c.32-.03.652-.331.82-1.23c.397-2.126 1.179-6.73 1.36-8.628a2.111 2.111 0 0 0-.02-.472a.506.506 0 0 0-.172-.325c-.143-.117-.365-.142-.465-.14c-.451.008-1.143.249-4.476 1.635Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
        width: 24px;
        height: 24px;
        position: absolute;
        margin-left: -33px;
        margin-top: -2px;
    }

    .footer_block_whatsapp a::before {
        content: '';
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="black" fill-rule="evenodd" d="M17.415 14.382c-.298-.149-1.759-.867-2.031-.967c-.272-.099-.47-.148-.669.15c-.198.296-.767.966-.94 1.164c-.174.199-.347.223-.644.075c-.297-.15-1.255-.463-2.39-1.475c-.883-.788-1.48-1.761-1.653-2.059c-.173-.297-.019-.458.13-.606c.134-.133.297-.347.446-.52c.149-.174.198-.298.297-.497c.1-.198.05-.371-.025-.52c-.074-.149-.668-1.612-.916-2.207c-.241-.579-.486-.5-.668-.51c-.174-.008-.372-.01-.57-.01c-.198 0-.52.074-.792.372c-.273.297-1.04 1.016-1.04 2.479c0 1.462 1.064 2.875 1.213 3.074c.149.198 2.095 3.2 5.076 4.487c.71.306 1.263.489 1.694.625c.712.227 1.36.195 1.872.118c.57-.085 1.758-.719 2.006-1.413c.247-.694.247-1.289.173-1.413c-.074-.124-.272-.198-.57-.347Zm-5.422 7.403h-.004a9.87 9.87 0 0 1-5.032-1.378l-.36-.214l-3.742.982l.999-3.648l-.235-.374a9.861 9.861 0 0 1-1.511-5.26c.002-5.45 4.436-9.884 9.889-9.884c2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.892 6.993c-.002 5.45-4.436 9.885-9.884 9.885Zm8.412-18.297A11.815 11.815 0 0 0 11.992 0C5.438 0 .102 5.335.1 11.892a11.864 11.864 0 0 0 1.587 5.945L0 24l6.304-1.654a11.881 11.881 0 0 0 5.684 1.448h.005c6.554 0 11.89-5.335 11.892-11.893a11.821 11.821 0 0 0-3.48-8.413" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
        width: 24px;
        height: 24px;
        position: absolute;
        margin-left: -33px;
        margin-top: -2px;
    }

    .service_steps {
        gap: 15px 0;   
        justify-content: space-between;
    }

    .steps_item {
        width: 46%;        
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .footer_social {        
        margin-top: 25px;
        margin-bottom: 25px;
    }
}


#popmake-118 {
    padding: 45px;
}
.pum-theme-110 .pum-title, .pum-theme-lightbox .pum-title {
    text-align: center!important;
}
.pop_make_content {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
.wpcf7-submit {
    height: 54px;
    width: 100%;
    font-size: 1.35rem;
    font-family: "Arsenal", sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    background-color: #fc1;
    border-color: #fc1;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.wpcf7-spinner {
    text-align: center;
}

.wpcf7-text{
    width: 100%;
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}



.portfolio_content {
    margin-bottom: 30px;
}

.portfolio_link_h5 {
    text-transform: uppercase;
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}

.portfolio_link {
    text-align: center;
}

.portfolio_link_item {
    background: #ffcc113d;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.short_description {
    background: #cdcdcd0d;
    margin-top: 20px;
    padding: 16px;
    border-radius: 6px;
}

.short_description p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;    
}

.price_note {
    background: #ffcc113d;
    padding: 3px 10px;
    border-radius: 6px;
}

.portfolio_content_desc {
    display: flex;
    justify-content: center;
}
.portfolio_content_block {
    width: 73%;
}


.tag_cloud {
    margin-top: 45px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    overflow: hidden;
}

.tag_item a {
    background: #fcfcfc;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    display: block;
}

.btn-link_tags {
    background: #ffcc1159;
    padding: 3px 14px;
    font-size: 15px;
    border-radius: 4px;
}

.pum-theme-110 .pum-container, .pum-theme-lightbox .pum-container {
    border: 4px dashed #ffcc11;
}

.discount_block {
    background: #ffcc115c;
    padding: 35px;
    font-weight: 400;    
    border-radius: 8px;
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
}

.discount_image img {
    width: 110px;
}
.discount_desc {
    margin-left: 55px;
}

.discount_desc h3 {
    margin-bottom: 15px;
}

@media (max-width: 320.95px) {
    .discount_block {
        flex-direction: column;
        align-items: center;
    }
    .discount_desc {
        margin-left: 0;
    }
    .discount_desc h3 {
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    
}


.toggle-switch {
    text-align: center;
    margin-bottom: 35px;
}

.btn-switch {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-switch:not(:last-child) {
    margin-right: 10px;
}

.pricing-table {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.toggle-switch {
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    justify-content: center; /* Центрируем кнопки */
}

.btn-switch {
    padding: 8px 16px;
    background-color: #f5f5f5; /* Цвет фона для неактивных кнопок */
    color: #333;
    border: 2px solid transparent; /* Прозрачная рамка для сохранения размера при изменении состояния */
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;   
    border-radius: 50px; 
}

.btn-switch:hover {
    background-color: #ccc; /* Немного темнее при наведении */
}

.btn-switch.active {
    background-color: #007bff; /* Синий цвет для активной кнопки */
    color: white;
    border-color: #007bff; /* Темно-синяя рамка для активной кнопки */
    border-radius: 50px;
}
.toggle-switch_bg {
    font-family: "Arsenal", sans-serif;
    font-size: 20px;
}

button:focus {
    outline: none; /* Убирает обводку при клике */
}

@media (max-width: 767px) {
    .btn-switch.active {
        margin-bottom: 10px;
    }
    .btn-switch:not(:last-child) {     
        margin-bottom: 10px;
    }
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-textarea {
    width: 100%;    
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 10px 20px 0 20px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
} 
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output {
    text-align: center;
    color: red;
}

.gotop.active {display:block;}

.block-scroll {
    position:fixed;
    bottom:50px;
    right:3%;
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:15px;    
    }
    
    .block-scroll.active {
    display:flex;
    }
      
    .block-scroll .open-contacts {
    text-decoration:none;
    cursor:pointer;
    width:50px;
    height:51px;
    background:url(../images/open-feedback.svg) no-repeat;
    }
    
    .block-scroll .open-contacts.hide {
    display:none;
    }
    
    .block-scroll .gotop {
    text-decoration:none;
    cursor:pointer;
    width:50px;
    height:51px;
    background:url(../images/top.svg) no-repeat;
    }
    
    .block-scroll .contacts {
    display:flex;
    flex-direction:column;
    gap:15px;
    display:none;
    }
    
    .block-scroll .contacts.show {
    display:flex;
    }
    
    .block-scroll .wh {
    display:block;
    text-decoration:none;
    width:50px;
    height:51px;
    background:url(../images/block-scroll-icon2.svg) no-repeat;
    position:relative;
    }
    
    .block-scroll .tl {
    display:block;
    text-decoration:none;
    width:50px;
    height:51px;
    background:url(../images/block-scroll-icon3.svg) no-repeat;
    position:relative;
    }
    
    .block-scroll .close {
    display:block;
    text-decoration:none;
    width:50px;
    height:51px;
    background:url(../images/block-scroll-close.svg) no-repeat center center, url(../images/block-scroll-close-bg.svg) no-repeat center center;
    cursor:pointer;
    }
    
    .block-scroll .feedback {
    display:block;
    text-decoration:none;
    width:50px;
    height:51px;
    background:url(../images/block-scroll-icon1.svg) no-repeat;
    cursor:pointer;
    position:relative;
    }
    
    .block-scroll .feedback span {
    position:absolute;
    top:0px;
    bottom:0px;
    right:0;
    background:#56C5FC;
    border-radius:555px;
    padding:18px 65px 18px 18px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    white-space: nowrap;
    z-index:-1;
    display:none;
    align-items:center;
    }
    
    .block-scroll .wh span {
    position:absolute;
    top:0px;
    bottom:0px;
    right:0;
    background:#56C5FC;
    border-radius:555px;
    padding:18px 65px 18px 18px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    white-space: nowrap;
    z-index:-1;
    display:none;
    align-items:center;
    }
    
    .block-scroll .tl span {
    position:absolute;
    top:0px;
    bottom:0px;
    right:0;
    background:#56C5FC;
    border-radius:555px;
    padding:18px 65px 18px 18px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    white-space: nowrap;
    z-index:-1;
    display:none;
    align-items:center;
    }
    
    .block-scroll .feedback:hover span, .block-scroll .wh:hover span, .block-scroll .tl:hover span {
    display:flex;
    }
    
    .block-scroll .tl br, .block-scroll .wh br {
    display:none;
    }

.sert-slider-small img {
    width: 100%;
}

.sert-slider-small {
    cursor: pointer;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}

.sert-slider-small .slick-track {
    display: flex !important;
    gap: 10px;
}

.wpcf7-select {
    width: 100%;
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10' opacity='0.5'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 8v8m0 0l3-3m-3 3l-3-3'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 24px;
    background-position: 96% center;
    background-repeat: no-repeat;
}

select:focus {
    outline: none;
}

.sert-slider-big {
    margin-top: 55px;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    .bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-map, .bg-pattern {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: initial !important;
    }
    }
    @media only screen and (max-width: 991px) {
        img {
            max-width: 100%;
        }
         .contact-form-title h4 {
            text-align: center;
            padding-bottom: 20px;
            font-size: 24px;
        }
        .wpcf7-text {
            width: 100%;
            height: 40px;
        }
        .wpcf7-select {
            width: 100%;
            height: 40px;
        }
    }

.services-boxes_title {
    display: block;
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;    
    margin-bottom: 12px;
}
.statistic_title {
    font-size: 43px;
    font-weight: 700;
    font-family: "Arsenal", sans-serif;
    text-transform: uppercase;
}
.pricing-plan {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-plan b {
    display: block;
    margin-bottom: 20px; 
    font-family: "Arsenal", sans-serif;
    font-size: 22px;
}

.voprosy {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Arsenal", sans-serif;    
}
.more-questions {
    font-size: 23px;
    font-weight: 700;
}
.contact-box  b{
    display: block;
    margin-bottom: 10px;
    font-family: "Arsenal", sans-serif;
}

@media (min-width: 321px) and (max-width: 479.95px) {
    .services-boxes_title {
        text-align: center;
        margin-top: 20px!important;
    }
}
@media (min-width: 480px) and (max-width: 767.95px) {
    .services-boxes_title {
        text-align: center;
        margin-top: 20px!important;
    }
}
@media (min-width: 321px) and (max-width: 479.95px) {
    .services-boxes_title {
        text-align: center;
        margin-top: 20px!important;
    }
}
@media (min-width: 768px) and (max-width: 991.95px) {
    .services-boxes_title {
        text-align: left!important;
        margin-top: 20px!important;
    }
}