/*
Theme Name: Simplicant
Author: Simplicant
Author URI: https://simplicant.com/
Version: 1.0.0
Description:Simplicant's modern approach to applicant tracking and digital candidate management helps you hire more efficiently. Find top talent from multiple sources, organize and manage interviews and make faster and better decisions.
*/

@charset "UTF-8";
/* CSS Document */

/* common */
* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

input {
    border: none;
}

.reset {
    float: none;
    clear: both;
    height: 0;
}

.center {
    text-align: center;
}

.offset-0 {
    padding-left: 0;
    padding-right: 0;
}

/* body start */
body {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #666666;
    background: #f7f8fb;
    height: 100%;
    position: relative;
}

.navbar {
    border-top: 0px;
}

a:ACTIVE {
    text-decoration: none;
}

/* font-size */
h1, h2, .sub_title, .tip_txt,

,
.contact_wrap {
    font-weight: normal;
    line-height: 150%;
}

h1 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 40px;
    font-family: Source Sans Pro, sans-serif;
}

h2 {
    color: #213c68;
    font-size: 30px;
    width: 60%;
    margin: 40px auto;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: Source Sans Pro, sans-serif;
}

h3 {
    font-size: 21px;
    line-height: 150%;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
}

h4 {

    text-transform: uppercase;
    font-family: Source Sans Pro, sans-serif;
}

p {
    font-size: 18px;
    line-height: 160%;
}

.s_txt {
    font-size: 14px;
}

/* btn */
.btn {
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
}

.btn:hover {
    opacity: .8;
}

.btn.blue {
    background-color: #1bb5f5;
    color: #ffffff;
}

.btn.white {
    background-color: #ffffff;
    border: 1px solid #213c68;
    color: #213c68;
}

/* -------------------------------- nav ---*/
.navbar {
    height: 65px;
    display: block;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150;
    border-radius: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.nav {
    padding-top: 5px;
}

.logo {
    margin-top: 15px;
}

.icon {
    display: none;
}

.login_demo {
    float: right;
    padding: 10px;
    margin-top: 5px;
}

/*--------------------- menu --------*/

.navbar .menu {
    float: right;
    padding-top: 0px;
}

/* ---------- nav ---------------- */
.menu-top-menu-container {
    margin-top: 0px;
}

/* Иконка меню */
#menu-icon {
    display: none; /* Скрываем иконку при инициализации */
}

#menu-top-menu {
    margin: 0;
    padding: 0;
}

#menu-top-menu > li {
    margin: 0;
    padding: 0;
}

#menu-top-menu li {
    list-style: none;
    float: left;
    margin-right: 1px;
}

/* Ссылки навигации */
#menu-top-menu a {
    padding: 0px 30px;
    display: block;
    color: #213c68;
    text-decoration: none;
}

#menu-top-menu li {
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#menu-top-menu li:hover {
    /* background: #1bb5f5 ;#b7e0ff;e46c51*/
    background: #1bb5f5;

}

#menu-top-menu li:hover > a {
    color: #fff;
}

#menu-top-menu > li > a {

    position: relative;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 64px;

    font-family: Source Sans Pro, sans-serif;

}

/* Выпадающий список */
@media screen and (min-width: 769px) {

    #menu-top-menu ul {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        width: 200px;
        margin-top: 0px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        /*margin-left: -40px;*/
        display: none;
        -webkit-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.2);
    }

    #menu-top-menu .sub-menu {
        font-size: 13px;
    }

    #menu-top-menu .sub-menu:BEFORE {
        content: '';
        position: absolute;
        left: 30%;
        top: 0;
        margin-top: -10px;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        transform: rotateX(-180deg);

        border-style: solid;
        border-color: #e6e6e6 transparent transparent;
        border-width: 10px 8px 0;

    }

    #menu-top-menu .two-col .sub-menu:BEFORE {
        left: 48%;
    }

    #menu-top-menu .three-col .sub-menu:BEFORE {
        left: 46%;
    }

    #menu-top-menu .sub-menu:AFTER {

    }

    #menu-top-menu .two-col > ul {
        width: 520px;
        margin-left: -200px;

    }

    #menu-top-menu .three-col > ul {
        width: 780px;
        margin-left: -300px;

    }
}

#menu-top-menu ul li {
    float: none;
    margin: 0;
}

#menu-top-menu li:hover > ul {
    display: block;
}

#menu-top-menu .menu-item-has-children {
    position: relative;
}

#menu-top-menu .menu-item-has-children > a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 45%;
    margin-top: -3px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    border-style: solid;
    border-color: #000 transparent transparent;
    border-width: 5px 4px 0;

}

#menu-top-menu .current-menu-parent.menu-item-has-children > a:before {
    border-color: #fff transparent transparent;
}

#menu-top-menu .menu-item-has-children:HOVER > a:before {
    transform: translateY(6px);
    -ms-transform: translateY(6px); /* prefix for IE 9 */
    -webkit-transform: translateY(6px);
    border-color: #fff transparent transparent;
}

#menu-top-menu .two-col li {
    display: block;
    float: left;
    width: 50%;
    margin: 0px;

}

#menu-top-menu .three-col li {
    display: block;
    float: left;
    width: 33.333%;
    margin: 0px;
    min-height: 50px;
    display: table;

}

#menu-top-menu .sub-menu li a {
    padding: 15px 10px;
    text-transform: capitalize;
}

#menu-top-menu .two-col li a {
    padding: 15px 10px 15px 20px;
}

#menu-top-menu .three-col li a {
    padding: 5px 10px 5px 15px;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#menu-top-menu:AFTER, #menu-top-menu .sub-menu:AFTER {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

#menu-top-menu .current-menu-parent > a, #menu-top-menu > .current-menu-item > a {
    color: #fff;
    background: #213c68;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#menu-top-menu .current-menu-parent > a:HOVER, #menu-top-menu > .current-menu-item > a:HOVER {
    background: #1bb5f5;
}

#menu-top-menu .sub-menu .current-menu-item > a {
    font-weight: bold;
    background: #213c68;
    color: #fff;
}

#menu-top-menu .sub-menu .current-menu-item > a:HOVER {
    background: #1bb5f5;
    color: #fff;
}

/* click dropdown */
.clicked {
    height: auto;
    display: block;
}

/* ---------------------------------------------- top */
.top {
    border-bottom: 1px solid #ccd5d9;
    min-height: 490px;
    margin-top: 50px;
}

.top_img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 120%;
    background-color: rgba(57, 65, 78, 0.9);
    background-blend-mode: multiply;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    min-height: 490px;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
    background-position: center center;
}

.top_img.resource {
    background-position: center top;
}

.top_img.article {
    background-position: center top;
}

.top_img.company {
    background-color: rgba(57, 65, 78, 0.9);
    background-blend-mode: multiply;
}

.top_txt {
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 70px;
    padding-left: 50px;
    width: 60%;
}

.top_txt p {
    color: #ffffff;
    padding-top: 30px;
}

.btn_wrap .btn {
    margin-top: 20px;
    margin-right: 10px;
    padding: 10px 25px;
}

/* footer ------------------------------------*/

footer {
    background-color: #042254;
    color: #fff;
    padding-bottom: 40px;
    position: relative;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:HOVER, footer a:ACTIVE {
    color: #fff;
    text-decoration: none;
}

footer .menu {
    padding: 0px;
    text-align: center;
    margin-top: 35px;
}

footer .sub-menu {
    margin-top: 0px;
}

footer .sub-menu a {
    color: #9cabc5;
}

.footer-menu .menu > li {
    display: block;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-menu .menu li {
    text-align: left;
}

.footer-menu .current-menu-item > a {
    font-weight: bold;
    color: #fff;
}

.footer-menu .no_select > a {
    font-weight: normal;
    color: #9cabc5;
}

footer .sub_title {
    padding-top: 30px;
    height: 60px;
    font-size: 18px;
    margin: 0;
}

footer li {
    list-style: none;
    font-size: 12px;
}

footer .contact_wrap {
    background-color: #cfdef2;
    margin-top: 40px;
}

.contact, .follow {
    padding-top: 47px;
}

.contact_wrap p {
    font-size: 18px;
    padding-left: 40px;
}

.contact_wrap i {
    background-color: #1f3759;
    color: #edf4fe;
    padding: 10px;
    margin-left: 10px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
}

.contact_wrap i:hover {
    opacity: .8;
}

.footer_blog_link a {
    width: 100%;
    display: block;
    font-size: 36px;
    background: url("images/icn_simplicant.png") no-repeat 30px 15px;
    background-color: #aebfd5;
    min-height: 80px;
    color: #213c68;
    padding: 20px 40px 15px 100px;
}

.footer_blog_link a:hover {
    text-decoration: none;
    opacity: .8;
}

footer .address {
    color: #5a6e91;
    margin-top: 50px;
    border-top: 1px solid #5a6e91;
    padding-top: 10px;
    margin-left: 18px;
}

footer .address a {
    color: #ffffff;
}

footer .contact {
    text-align: left;
}

footer .contact .ico {
    display: inline-block;
    margin-top: 30px;
}

footer .contact .ico img {
    width: 25px;
    margin: -13px 9px 0px;
}

footer .contact .ico img {
    filter: invert(100%);
}

footer .contact .ico i:BEFORE {
    font-size: 25px;
    margin: 0 14px;
}

.menu-footer-menu-col3-container, .menu-footer-menu-col2-container {
    padding-left: 30px;
}

.footer-menu .menu > li > a {
    text-transform: uppercase;
    position: relative;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: Source Sans Pro, sans-serif;
}

.footer-menu .sub-menu {
    min-height: 70px;
}

/* fancybox_popup -------------------------*/

#inline0, #inline1, #inline2, #inline3 {
    display: none;
    margin: 0;
    padding: 30px 10px;
    background: #f0efee;
}

#inline0 h2, #inline1 h2, #inline2 h2, #inline3 h2 {
    font-size: 33px;
}

#inline2 {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

#inline2::-webkit-scrollbar {
    width: 1em;
}

#inline2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(048, 29, 16, 0.3);
}

#inline2::-webkit-scrollbar-thumb {
    background-color: #cbbeb1;
    outline: 1px solid slategrey;
}

.txt, .txtarea, .contact .submit_btn {
    width: 60%;
    padding: 15px;
    border: none;
    margin: 10px;
}

.txtarea {
    height: 200px;
}

/* --------------------------- demo -- */
#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=70); /* For IE8 and earlier*/
    display: none;
    z-index: 100;
}

#backgroundOverlay2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=70); /* For IE8 and earlier*/
    display: none;
    z-index: 300;
}

#popupDemo {
    padding: 10px 15px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

body .jconfirm .jconfirm-box div.jconfirm-closeIcon {
    width: 20px !important;
    height: 20px !important;
    top: 10px !important;
    right: 8px !important;
    font-size: 35px !important;
    z-index: 10;
}

#popupDemo h2 {
    width: 100%;
    margin: 0;
}

.demo_txt {
    padding: 20px 0;
}

.demo_left {
    padding-right: 20px;
    padding-bottom: 10px;
}

.demo_left span {
    color: red;
}

.pageDemo #popupDemo {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0px;
}

.pageDemo #popupDemo input {
    padding: 12px 10px;
    border-radius: 3px;
}

.pageDemo #popupDemo [type=submit] {
    width: 50%;
}

.pageDemo .row-form {
    margin-bottom: 17px;
}

.popupDemoCont h1 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 35px;
}

.pageDemo p {
    color: #ffffff;
    padding-top: 30px;
    font-size: 18px;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 3px 0px;
}

.pageDemo .txt-row {
    margin-bottom: 15px;
}

.customerDemo {
    text-align: center;
}

.containerDemo {
    background: #fff;
    padding: 20px;
    margin: 0 auto 30px;
}

.containerDemo img {
    margin-bottom: 30px;
    max-width: 100%;
    height: 40px;
    width: auto;
}

.bg-white {
    background: #fff;
}

#popupDemo input, #popupDemo select {
    background-color: #eaeef2;
    padding: 10px;
    width: 100%;
}

#popupDemo select {
    height: 38px;
    border: 0;
}

#popupDemo input.submit_btn {
    background-color: #1bb5f5;

}

#popupDemo input.mybtn {
    width: 100px;
    margin: 0px auto;
}

.wpcf7-form div > p:not([class]) {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.wpcf7-spinner {
	display: none !important;
	vertical-align: middle;
}

form.submitting .wpcf7-spinner {
    display: inline-block !important;
}

.demoCont {
    display: none;
}

.jconfirm-box {
    border-radius: 0px !important;
}

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

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

.why-block .why-row {
    margin-bottom: 0px;
    border-top: 1px solid #d7dee2;
    padding: 40px 0px;
}

.why-block .why-row:nth-child(even) {
    background: #fff;
}

.why-block .why-text {
    text-align: left;
    padding-left: 40px;
}

.why-block .why-text li {
    margin-bottom: 5px;
    font-size: 16px;
}

.why-block .why-text h3 {
    width: 100%;
    margin-top: 0px;
}

.why-img img {
    width: 95%;
    height: auto;
    margin-bottom: 20px;
}

.testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.testimonial-text {
    text-align: right;
    font-style: italic;
}

.why-testimonial-row {
    margin: 40px 0px 20px;
}

.why-testimonial-row .row {
    margin-bottom: 10px;
}

.trending-blok h3 {
    text-align: center;
    margin: 15px auto;
}

.trending-item {
    margin-bottom: 20px;
}

.trending-item h4 {
    margin: 0 auto 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 135%;
    color: #337ab7;
}

.trending-item .zmdi-trending-up {
    margin-top: 3px;
}

.trending-title {
    margin-left: 20px;
    overflow: hidden;
}

.trending-blok {
    background: #fff;
    padding: 10px;
    margin: 0px auto 30px;
    border-bottom: 1px solid #d7dee2;
    width: 100%;
}

.trending-blok a:hover {
    text-decoration: none;
}

.trending-text, .trending-text p {
    font-size: 14px;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #999;
    position: relative;
    text-align: justify;
    padding: 0 10px;
}

.trending-text:AFTER {
    content: "...";
    position: absolute;
    letter-spacing: 2px;
    bottom: 0;
    right: 0;
    padding: 0 5px 1px;
    background-color: #fff;
    box-shadow: -4px 1px 6px -1px #fff;
}

.trending-more {
    padding: 0 20px;

}

.trending-item .trending-more {
    float: left;
}

.trending-item .blog-author {
    float: right;
    padding-right: 20px;
}

.blog-blok {
    background: #fff;
}

.blog-blok a:HOVER {
    text-decoration: none;
}

.blog-blok h2 {
    margin: 0 0 15px;
    width: 100%;
    font-size: 22px;

}

.blog-item {
    margin: 0px auto;
    max-width: 90%;
}

.blog-item:AFTER {
    content: '';
    clear: both;
    display: block;
}

.blog-blok article {
    border-top: 1px solid #d7dee2;
    padding: 40px 0px;
}

.blog-img {
    float: left;
    width: 500px;
    height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;

}

.trending-img {
    width: 70px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-date {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #999;
}

.blog-social a {
    display: inline-block;
    margin-right: 5px;
}

.blog-social {

    margin: 5px 0px;
    max-width: 30%;
    float: right;
}

.blog-full .blog-social {
    text-align: right;
    margin: 30px 0 0 30px;
    max-width: 0px;
    float: none;
}

.blog-full .blog-social a {
    display: block;
    margin-top: 10px;
}

.trending-item .blog-social {
    float: left;
}

.blog-social img {
    width: auto;
    height: 25px;
}

.blog-social.small {
    margin: 0px 0 2px 12px;
}

.blog-social.small img {
    width: auto;
    height: 23px;
}

.blog-category {
    float: left;
    max-width: 70%;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0;
    color: #e46c51;
}

.blog-category a {
    letter-spacing: 2px;
    color: #e46c51;
}

.blog-text {
    overflow: hidden;
    padding-left: 20px;
}

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

.blog-tags {
    margin-bottom: 10px;
}

.blog-tags a {
    display: inline-block;
    background: #25AAE1;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    margin: 5px 5px 5px 0;
    padding: 5px 8px;
    text-transform: lowercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    tr
}

.blog-tags a:HOVER {
    opacity: .8;
}

.blog-trending h3 {
    font-size: 16px;
    margin: 20px 0 20px;
    padding: 0px;
}

.blog-trending .text a {
    font-size: 13px;
}

.blog-full {
    padding: 60px 0px 0px;
}

.blog-sng {
    background: #fff;
    padding: 20px 20px 10px;
}

.blog-sng .blog-category {
    width: 100%;
    text-align: left;
    float: none;
    max-width: 100%;
}

.blog-trending .list-item {
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

.blog-full h1 {
    color: #000;
    margin: 0;
}

.blog-full .title-blog {
    background: #fff;
}

.blog-full-img {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

.blog-full-text {
    font-size: 18px;
    line-height: 160%;
    min-height: 200px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7dee2;
}

.blog-full-text h2 {
    font-size: 20px;
    margin: 5px 0;
    width: 100%;
}

.blog-full-text h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.blog-full-text ul,
.blog-full-text ol {
	padding-left: 40px;
}

.back-link {
    font-size: 14px;
}

.blog-sub form {
    background: #fff;
    padding: 10px;
}

.blog-sub form > label {
	position: absolute;
	top: -99999px;
	left: -99999px;
	z-index: -99;
}

.blog-sub h3 {
    font-size: 16px;
    margin: 20px 0 20px;
    padding: 0px
}

.blog-sub label {
    font-weight: 300;
}

.blog-sub input[type=text], .blog-sub input[type=email] {
    background-color: #eaeef2;
    padding: 10px;
    width: 100%;
    outline: none;
}

.blog-sub .es_button {
    text-align: center;
}

.blog-sub input[type=button] {
    width: 100px;
    margin: 0px auto;
    background-color: #1bb5f5;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}

.blog-sub input[type=button]:hover {
    opacity: .8;
}

.blog-sub .es_submit_button {
	border: 1px solid transparent;
	font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
	background-color: #1bb5f5;
    color: #fff;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.blog-sub .es_submit_button:hover {
	opacity: .8;
}

.social-icon {
    background: url('images/social-spr.png') no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0
}

.social-icon.twitter {
    background-position: -200px -78px
}

.social-icon.twitter:hover {
    background-position: -200px -116px
}

.social-icon.facebook {
    background-position: -7px -78px
}

.social-icon.facebook:hover {
    background-position: -7px -116px
}

.social-icon.linkedin {
    background-position: -123px -78px
}

.social-icon.linkedin:hover {
    background-position: -123px -116px
}

.social-icon.instagram {
    background-position: -84px -78px
}

.social-icon.instagram:hover {
    background-position: -84px -116px
}

.social-icon.slideshare {
    background-position: -161px -78px
}

.social-icon.slideshare:hover {
    background-position: -161px -116px
}

.social-icon.youtube {
    background-position: -239px -78px
}

.social-icon.youtube:hover {
    background-position: -239px -116px
}

.social-icon.rss {
    background-position: -277px -80px
}

.social-icon.rss:hover {
    background-position: -277px -116px
}

/* ---------------------------- pre_next_wrap ---- */
.blog-author {
    text-align: right;
    color: #999;
    text-transform: uppercase;
}

.pagination-arr {
    background: #ffffff;
    border-bottom: 1px solid #d7dee2;
    position: relative;
}

.pagination-arr a {

    color: #337ab7;
    min-height: 70px;
    font-size: 20px;
    line-height: 20px;
    margin: 0 10px;
    display: flex;
}

.pagination-arr .wrap_cont {
    margin: auto 0px;
    width: 100%;
}

.pagination-arr a span {
    display: block;
    font-size: 16px;
    color: #000;
}

.pagination-arr a.pre {
    padding: 10px 10px 10px 60px;
    background-image: url('images/arrow_left.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 55px 55px;
}

.pagination-arr a.next {
    padding: 10px 60px 10px 10px;
    background-image: url('images/arrow_right.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 55px 55px;

}

.blog-full .pagination-arr, .blog-full .clone-block {
    margin-bottom: 20px;
}

.blog-full .pagination-arr a {
    font-size: 16px;
}

.blog-full .pagination-arr a span {
    display: none;
}

.blog-full .pagination-arr a.pre {
    padding: 10px 5px 10px 45px;
    background-size: 40px 40px;
}

.blog-full .pagination-arr a.next {
    padding: 10px 45px 10px 5px;
    background-size: 40px 40px;
}

.pagination-arr a:hover {
    text-decoration: none;
    opacity: .8;
}

.pagination-arr a:ACTIVE, .pagination-arr a:FOCUS {
    text-decoration: none;
}

.pagination-f-col {
    position: fixed;
    top: 60px;
    margin-top: 5px;
    z-index: 20;
    background-color: transparent;
    border: 0px;
}

.pagination-a-col {
    position: absolute;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    width: 100%;
    z-index: 20;
}

.pagination-f-col a, .pagination-a-col a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    min-height: 45px !important;
    background-size: 40px 40px !important;
}

.title-f-col {
    position: fixed;
    top: 60px;
    margin-top: 5px;
    z-index: 15;
    border-bottom: 1px solid #d7dee2;
    padding: 5px 55px 5px;
    min-height: 60px;
    display: flex;
}

.blog-full .pagination-f-col {
    top: 65px;
    border: 0px;
}

.title-a-col {
    position: absolute;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    width: 100%;
    z-index: 20;
    border-top: 1px solid #d7dee2;
}

.title-f-col h1 {
    margin: auto 0;
    width: 100%;
}

.title-f-col h1, .title-a-col h1 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;

}

.pagination-f-col .wrap_cont, .pagination-a-col .wrap_cont {
    display: none;
}

.admin-add-margin {
    margin-top: 32px;
}

.clear-all {
    clear: both;
}

/* ----------------------------- price start ------- */
.price {
    padding-top: 80px;
}

.price .row {
    padding-bottom: 30px;
}

.price_left_text p {
    font-size: 24px;
    color: #002c40;
}

.demo_footer {
    background: #fff;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.demo_footer_inner {
    padding: 60px;
    float: left;
}

.demo_footer_inner h2 {
    width: 100%;
}

.demo_footer img {
    float: right;
    width: 50%;
}

.demo_footer:AFTER {
    content: '';
    display: block;
    clear: both;
}

.map_top {
    position: relative;
}

.cont_form {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    width: 100%;
}

.cont_form .form_field {
    margin-bottom: 10px;
}

.cont_form .form_field input {
    outline: none;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #213c68;
    width: 100%;
}

.cont_form .form_field textarea {
    height: 100px;
    width: 100%;
    resize: none;
    padding: 5px;
    outline: none;
    border: 1px solid #213c68;
    border-radius: 3px;
}

.contact_page h2 {
    text-align: center;
}

.contact_page {
    margin-bottom: 30px;
}

.contact_page .cont_form_text {
    text-align: left;
    padding: 5px 20px;
}

.contact_page h1 {
    margin-top: 100px;
    color: #002c40;
}

.map_top .top_txt {
    position: absolute;
    bottom: 80px;
    left: 25px;
    width: 378px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

.map_top .top_txt p, .map_top .top_txt h1 {
    color: #213c68;
    margin-top: 0px;
}

.clear-header {
    height: 70px;
}

.archive-title {
    color: #213c68;
    font-size: 33px;
    width: 60%;
    margin: 40px auto;
    text-align: center;
}

.product_main {
    display: table;
    height: 100%;
    width: 100%;
}

.twocol_wrap {
    background-color: #fff; /* #ccd2de;*/
}

.twocol_wrap:AFTER {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

.twocol_wrap .left_menu {
    float: left;
    width: 20%;
    font-size: 18px;
    position: relative;
    min-height: 50px;
    max-width: 340px;
    border-right: 1px solid #ccd2de;
}

.twocol_wrap .left_menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #aab6c3;
}

.fix_left_menu {
    padding: 0px;
    margin: 0px 0 0 0;
}

.blog-left-col {
    padding-top: 35px;
}

.f-col {
    position: fixed;
    top: 110px;
    margin-top: 5px;
    z-index: 10;
}

.a-col {
    position: absolute;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

.fix_left_soc.a-col {
    bottom: 20px;
}

.f-nav {
    position: fixed;
    top: 67px;
    margin-top: 0px;
    width: 20%;
    max-width: 340px;
    z-index: 10;
}

.a-nav {
    position: absolute;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    width: 100%;
    max-width: 340px;
}

.twocol_wrap .left_menu li a {
    color: #213c68;
    padding: 12px 10px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 17px;
    font-family: Source Sans Pro, sans-serif;
    position: relative;
}

.twocol_wrap .left_menu li a.hit, .twocol_wrap .left_menu .current_page_item a, .twocol_wrap .left_menu li a:ACTIVE, .twocol_wrap .left_menu li a:FOCUS {
    text-decoration: none;
    color: #fff;
    background: #213c68;
    font-weight: bold;
}

.twocol_wrap .left_menu li a:hover {
    background: #1bb5f5;
    text-decoration: none;
    color: #fff;
}

.twocol_wrap .left_menu .current_page_item {
    position: relative;
}

.twocol_wrap .left_menu .current_page_item:AFTER, .twocol_wrap .left_menu li a:ACTIVE:AFTER, .twocol_wrap .left_menu li a:FOCUS:AFTER {
    content: '';
    position: absolute;
    top: 25%;
    right: 0;
    margin-right: 0px;
    border: 10px solid transparent;
    border-right: 10px solid #f7f8fb;
}

.twocol_wrap .right_contents {
    overflow: hidden;
    background: #f7f8fb;
    min-height: 800px;
    position: relative;
}

.downloads_page {
    font-size: 18px;
    line-height: 160%;
    padding-bottom: 40px;
}

.downloads_page ul {
    margin: 20px 0 30px 20px;
}

.downloads_page .right-col {
    padding-top: 50px;
}

.downloads_page .right-col img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.downloads_page .right-col form {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.downloads_page .right-col form input, .downloads_page .right-col form select {
    width: 100%;
    background-color: #eaeef2;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 30px;
    border-color: #fff;
}

.downloads_page .right-col form input[type=submit] {
    width: 200px;
    margin: 0px auto;
    background-color: #1bb5f5;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}

.downloads_page .right-col form input[type=submit]:hover {
    opacity: .8;
}

.sub_title {
    background: url(images/square.gif) no-repeat 0px 17px;
	padding-top: 3px;
    padding-left: 25px;
    padding-bottom: 5px;
    color: #002c40;
    font-size: 24px;
    width: 100%;

}

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

.simple-page {
    margin-top: 100px;
    border: 0px;
}

.txt-row {
    margin-bottom: 20px;
}

.partner-bx {
    text-align: center;
}

.partner-bx div {
    float: left;
    height: 118px;
    width: 210px;
    margin: 15px;
    border: 1px solid #aab6c3;
    position: relative;
    padding: 10px;
}

.partner-bx div img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
}

.prev-next-posts {
    padding: 20px;
    text-align: center;
}

.prev-next-posts div {
    display: inline-block;
}

.pricing-page {
	background-color: #fff;
}

.pricing-page img {
    max-width: 100%;
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.pricing-page .wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.pricing-page .top-section {
    padding-top: 55px
}

.pricing-page .button, .pricing-page .dblue-btn {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    cursor: pointer
}

.pricing-page .button:active, .pricing-page .button:active:focus, .pricing-page .button:focus, .pricing-page .button:hover, .pricing-page .dblue-btn:active, .pricing-page .dblue-btn:active:focus, .pricing-page .dblue-btn:focus, .pricing-page .dblue-btn:hover {
    outline: 0;
    outline-offset: 0;
    box-shadow: none
}

.pricing-page .dblue-btn {
    -webkit-appearance: none;
    padding: 2px 20px;
    min-width: 132px;
    height: 32px;
    border: 1px solid #223c69;
    border-radius: 4px;
    background-color: #223c69;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.pricing-page .dblue-btn:focus, .pricing-page .dblue-btn:hover {
    background-color: #fff;
    color: #223c69
}

.pricing-page .dblue-btn.v1 {
    min-width: 196px;
    height: 48px;
    font-size: 18px
}

.pricing-page .text-bold {
    font-weight: 700
}

.pricing-page .text-semi-bold {
    font-weight: 600
}

.pricing-page .text-medium {
    font-weight: 500
}

.pricing-page .text-slim {
    font-weight: 300
}

.pricing-page .text-uppercase {
    text-transform: uppercase
}

.pricing-page .t-demo-section .t-demo-section-container {
    padding: 32px 15px 40px;
    display: flex;
    flex-wrap: wrap
}

.pricing-page .t-demo-section .title-part {
    flex: 1 0 100%;
    margin-bottom: 15px
}

.pricing-page .t-demo-section .title {
    color: #262c39;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    width: 100%
}

.pricing-page .t-demo-section .text-part {
    padding: 17px 15px 0;
    flex: 1 0 100%
}

.pricing-page .t-demo-section .text {
    color: #262c39;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 48px
}

.pricing-page .t-plane-section {
    position: relative;
    background-color: #c8d7e6
}

.pricing-page .t-plane-section .t-plane-section-container {
    padding: 25px 15px 0
}

.pricing-page .t-plane-section .plane-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.pricing-page .t-plane-section .plane-item {
    margin: 0 20.5px 32px
}

.pricing-page .t-plane-section .plane-item .item-container {
    position: relative
}

.pricing-page .t-plane-section .plane-item .item-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0
}

.pricing-page .t-plane-section .plane-item:nth-child(1) .item-container:after {
    background-color: #777b8e
}

.pricing-page .t-plane-section .plane-item:nth-child(2) .item-container:after {
    background-color: #7bb4ee
}

.pricing-page .t-plane-section .plane-item:nth-child(3) .item-container:after {
    background-color: #edbf7b
}

.pricing-page .t-plane-section .item-container {
    width: 296px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .09)
}

.pricing-page .t-plane-section .item-image-container {
    padding: 6px 20px 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.pricing-page .t-plane-section .item-body {
    padding: 25px 38px 25px
}

.pricing-page .t-plane-section .item-title {
    display: block;
    color: #213c68;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 32px
}

.pricing-page .t-plane-section .item-text {
    display: block;
    opacity: .88;
    color: #505560;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 35px
}

.pricing-page .t-plane-section .btn-container {
    text-align: center
}

.pricing-page .t-table-section .t-table-section-container {
    padding: 40px 15px 56px
}

.pricing-page .t-table-section .table-container {
    margin: 0 auto;
    max-width: 970px
}

.pricing-page .t-table-section .contact-us-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 45px 0 16px
}

.pricing-page .t-table-section .contact-us-text {
    color: #505560;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 15px 0
}

.pricing-page .t-table-section .table td:nth-child(2) .check-icon .svg-circle {
    fill: #777b8e
}

.pricing-page .t-table-section .table td:nth-child(3) .check-icon .svg-circle {
    fill: #7bb4ee
}

.pricing-page .t-table-section .table td:nth-child(4) .check-icon .svg-circle {
    fill: #edbf7b
}

.pricing-page .t-table-section .td-m-title {
    font-weight: 600;
    font-size: 14px;
    color: #262c39;
    text-transform: uppercase
}

.pricing-page .t-table-section .td-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #505560;
    margin-bottom: 9px
}

.pricing-page .t-table-section .td-text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #505560
}

.pricing-page .t-table-section .table {
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 38px
}

.pricing-page .t-table-section .table.table-borderless > tbody > tr > td, .pricing-page .t-table-section .table.table-borderless > tbody > tr > th, .pricing-page .t-table-section .table.table-borderless > thead > tr > td, .pricing-page .t-table-section .table.table-borderless > thead > tr > th {
    border: none
}

.pricing-page .t-table-section .table > tbody > tr > td {
    vertical-align: middle
}

.pricing-page .t-table-section .table > thead > tr > th {
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #223c69
}

.pricing-page .t-table-section .table > tbody > tr > td {
    padding: 8px 16px
}

.pricing-page .t-table-section .table > tbody > tr > .td-m-title {
    padding: 20px 0
}

.pricing-page .t-table-section .table > tbody > tr:first-child > .td-m-title {
    padding: 10px 0 20px
}

.pricing-page .t-table-section .table tbody tr td:not(:first-child) {
    text-align: center
}

.pricing-page .t-table-section .table thead th:not(:first-child) {
    text-align: center;
    min-width: 135px
}

@media (min-width: 768px) {
    .pricing-page .top-section {
        padding-top: 65px
    }

    .pricing-page .t-table-section .contact-us-container {
        flex-wrap: nowrap
    }

    .pricing-page .t-table-section .contact-us-text {
        margin: 0 15px 0 0
    }
}

@media (min-width: 1200px) {
    .pricing-page .t-demo-section .t-demo-section-container {
        flex-wrap: nowrap
    }

    .pricing-page .t-demo-section .title-part {
        flex: 1 1 33%;
        padding: 0 50px 0 0;
        margin: 0
    }

    .pricing-page .t-demo-section .text-part {
        flex: 1 1 67%
    }

    .pricing-page .t-plane-section .plane-list {
        flex-wrap: nowrap
    }
}

.contact-v2 .left-col {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    padding-top: 35px;
    margin-top: 45px;
    text-align: left;
    background: #fff;
}

.contact-v2 .left-col h2 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #4b4b4b;
    width: 100%;
    text-transform: none;
    margin: 0 0 25px 0;
    text-align: left;
}

.contact-v2 .left-col h4 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #212121;
    width: 100%;
    text-transform: none;
    margin: 40px 0 20px;
}

.contact-v2 .left-content {
    max-width: 540px;
    margin-right: 75px;
}

.contact-v2 .left-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.contact-v2 .left-content ul li {
    display: flex;
    margin-bottom: 25px;
}

.contact-v2 .left-content ul li span {
    display: block;
    margin-right: 25px;
    width: 41px;
    text-align: center;
}

.contact-v2 .left-content ul li img {
    max-width: 100%;
}

.contact-v2 .left-content ul li h3 {
    text-align: left;
    text-transform: none;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: 0.9px;
    color: #1B9DE0;
    width: 100%;
    padding-bottom: 10px;
}

.contact-v2 .left-content ul li p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0px;
    font-family: Source Sans Pro, sans-serif;
}

.contact-v2 .right-col {
    max-width: 45%;
    display: flex;
    justify-content: flex-start;
    padding-right: 0px;
    background: #fff;
}

.contact-v2 .right-col form {
    max-width: 430px;
    padding: 75px 10px 10px 10px;
    margin: 0 auto;
}

.contact-v2 h1 {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
}

.contact-v2 .box {
    justify-content: center;
}

.contact-v2 .cont_form {
    background: #91abbd;
    padding: 35px 35px;
    width: 100%;
    max-width: 613px;
    margin: 0;
    height: 100%;
}

.contact-v2 .cont_form h2 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;
    text-transform: none;
    text-align: center;
}

.contact-v2 .cont_form input[type=text], .contact-v2 .cont_form input[type=email], .contact-v2 .cont_form select {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f8f8f;
    padding: 8px 16px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    outline: none;
}

.contact-v2 .cont_form select {
    height: 40px;
}

.contact-v2 .cont_form [type="submit"] {
    width: 200px;
    height: 48px;
    border-radius: 4px;
    background-color: #1ebdf6;
    margin-top: 10px;
}

.contact-v2 .cont_form select option {
    color: #222222;
}

.contact-v2 .cont_form select option:first-child {
    color: #8f8f8f;
}

.contact-v2 .cont_form select option:selected {
    color: red;
}

.contact-v2 .cont_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
}

.contact-v2 .cont_form input::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
}

.contact-v2 .cont_form input:-ms-input-placeholder { /* IE 10+ */
    color: #909090;
}

.contact-v2 .cont_form input:-moz-placeholder { /* Firefox 18- */
    color: #909090;
}

.contact-v2 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 25px 0 45px;
}

.contact-v2 .embed-container iframe,
.contact-v2 .embed-container object,
.contact-v2 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-v2 .customers .list {
    text-align: center;
    margin-bottom: 40px;
}

.contact-v2 .customers .list span {
    display: inline-block;
    margin: 0 28px 20px;

}

.contact-v2 .customers .list span img {
    height: auto;
    width: 120px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.contact-v2 .customers .title {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #149bdf;
    margin-bottom: 25px;
}

.contact-v2 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    padding-bottom: 35px;
}

.contact-v2 span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    font-size: 12px;

}

.contact-v2 div.wpcf7-validation-errors {
    border: none;
    color: #f00;
    font-size: 12px;
}

.contact-v2 .wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

@media screen and (max-width: 1024px) {
    .contact-v2 .left-col {
        width: 50%;
        max-width: 100%;
    }

    .contact-v2 .right-col {
        width: 50%;
        max-width: 100%;
    }

    .contact-v2 .left-content {
        margin-right: 10px;
    }
}

@media screen and (min-width: 769px) {
    .box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .box .column {
        flex: 1;
    }
}

@media screen and (max-width: 768px) {
    .contact-v2 .left-col {
        width: 100%;
        max-width: 100%;
    }

    .contact-v2 .right-col {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    .contact-v2 .left-content {
        max-width: 100%;
    }

    .contact-v2 .cont_form {
        max-width: 100%;
    }

    .contact-v2 .customers .title, .contact-v2 .left-col h4, .contact-v2 h1, .contact-v2 .left-col h2 {
        text-align: center;
    }

}

@media screen and (max-width: 400px) {
    .contact-v2 .cont_form {
        padding: 10px;
    }
}

.grecaptcha-badge {
	visibility: hidden;
}

#cookie-notice {
	background-color: rgba(50, 50, 58, 1);
}

.cookie-notice-container {
	color: #fff;
}
.prev-next-posts {
	padding: 20px;
	text-align: center;
}

.prev-next-posts div {
	display: inline-block;
}

@media(min-width:769px) {
	.mobile-address {
		display: none;
	}
}

@media(max-width:768px) {
	.desktop-address {
		display: none;
	}

	footer .container:before {
		display: none;
	}

	.menu-footer-menu-col3-container,
	.menu-footer-menu-col2-container {
		padding-left: 0px;
	}

	footer .col-md-3 {
		padding-left: 0px;
	}

	.top-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.container-fluid,
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.top_img.home {
		background-size: cover !important;
		height: 456px;
	}

	.btn_wrap {
		margin-bottom: 20px !important;
	}

	.pagination-arr a.pre {
		padding: 10px 10px 10px 45px !important;
		background-size: 40px 40px !important;
	}

	.pagination-arr a.next {
		padding: 10px 45px 10px 10px;
		background-size: 40px 40px;
	}

	.pagination-arr a {
		font-size: 16px !important;
	}

	.why-img img {
		width: 35%;
	}
}

@media (max-width: 570px) {
	.pagination-arr a {
		font-size: 13px !important;
	}
}