* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:200,400,300,700&subset=latin,latin-ext);
html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    position: relative;
}

#menuoverlay {
    display: none;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
}

h2 {
    margin-bottom: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: left;
    color: #383D41;
}

a {
    color: #012f6e;
}

.center {
    text-align: center;
}

.home {
    background-image: linear-gradient(rgba(0, 57, 143, 0.56), rgba(0, 59, 147, 0.49)), url(../img/header.png);
    height: 100%;
    min-height: 487px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 487px;
    background-attachment: fixed;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
}

.home .header_text_box {
    text-align: center;
    clear: both;
    display: block;
    margin-top: 120px;
}

h1 {
    color: white;
    margin: 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
}

.header_text_box .header_small {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin-top: 0.625rem;
}

.home .header_text_box .button {
    margin-bottom: 35px;
}

.home .header_small {
    margin-top: 1rem;
}

.otherpage {
    background-image: linear-gradient(rgba(26, 108, 208, 0.6), rgba(26, 108, 208, 0.6)), url(../img/header_other.jpg);
    min-height: 20.8125em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 32px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .otherpage {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding-bottom: 2em;
    }
}

#page_content p {
    margin: 0 0 1em 0;
}

#page_content h2+p {
    padding-top: 10px;
}

#page_content .tryUsContainer h2 {
    margin-top: 10px;
}


/*
#page_content ul,
#page_content .okpipe ul {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding: 50px;
    padding-bottom: 15px;
}
*/


/*
#page_content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 35px;
    font-weight: 400;
}
*/

#page_content {
    padding-top: 60px;
    margin-bottom: 65px;
    overflow: hidden;
    min-height: 750px;
}

#page_content_new,
.page_othercontent_new {
    padding-top: 50px;
    margin-bottom: 110px;
    overflow: hidden;
    min-height: 750px;
    /*padding-bottom: 200px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#page_content .width50 {
    padding: 10px 30px 0px 0px
}

#page_content_new .leftContainer,
.page_othercontent_new .leftContainer {
    display: flex;
    flex-direction: column;
}

#page_content_new .leftContainer .quoteCont {
    margin-top: 0px;
}

#page_content_new .leftColumn,
.page_othercontent_new .leftColumn {
    flex: 1 0 0;
}

#page_content_new .centerLeft,
.page_othercontent_new .centerLeft {
    width: 50%;
    padding-right: 10px;
    max-width: 540px;
}

#page_content_new .centerRight,
.page_othercontent_new .centerRight {
    width: 50%;
    padding-left: 20px;
}

#page_content_new .xtraTextCont,
.page_othercontent_new .xtraTextCont {
    max-width: 540px;
}

#page_content_new .mainImageCont {
    position: absolute;
    margin-top: -140px;
}

#page_content_new .blankPicture img {
    width: 100%;
    max-height: 500px;
}

.ulh2 {
    font-weight: 400;
    margin-top: 32px !important;
    margin-bottom: 16px !important;
}

#page_content .featuredImgContent .main_img_other {
    position: absolute;
    margin-top: -201px;
    z-index: 555;
    display: block;
    height: auto;
    min-height: 340px;
    max-height: 650px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text_center {
    text-align: center;
}

.button {
    background: #e12d20;
    color: white;
    /*padding: 10px 23px 20px 23px;*/
    border-radius: 50px;
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
    max-height: 48px;
    text-align: center;
    /*line-height: 39px;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    transition: transform 0.1s ease-in-out;
    padding: 0.75em 1.3em;
}

button.button {
    border: none;
    font-size: 100%;
}

.button.gray {
    background-color: #726E84;
}

.button.white {
    background-color: #ffffff;
    color: #04509d;
}

.button.white.svg {
    color: #04509d;
}

.button.help {
    background-color: #ffffff;
    border: 2px solid #e12d20;
    color: #e12d20;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 1rem;
    max-height: 48px;
    /*line-height: 44px;*/
    margin-top: 0;
    padding: 0.6em 1.3em 0.9em 1.3em;
}

.button.help .svg {
    vertical-align: text-bottom;
}

.button:hover {
    transform: scale(1.01, 1.01);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}


/* Fade in the pseudo-element with the bigger shadow */

.button:hover::after {
    opacity: 1;
}

.button.services_more {
    padding: 0 40px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    /*content: '\00bb';*/
    content: '';
    /*font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;*/
    text-decoration: inherit;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -8px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 8px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.sipka {
    display: inline-block;
    height: 15px;
    width: 28px;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.sipka path {
    fill: white;
}

.clearit {
    clear: both;
}

.center_line {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0px;
    margin-bottom: 0.3em;
}

.logo {
    float: left;
    display: block;
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 99999;
}

.logo a {
    color: white;
}

.container-main {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    padding: 0 130px;
    overflow: hidden;
}

.container-header {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    padding: 0 60px;
    height: 100%;
}

@media screen and (max-width: 1250px) {
    .container-header,
    .container-main {
        padding: 0 30px;
    }
}

.overlay {
    width: 100%;
}

.imgfull {
    width: 100%;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    padding: 0;
    margin: 0;
}

.menumain {
    float: right;
    margin-top: 20px;
}

.menumain ul#menu-menu li {
    position: relative;
}

.menumain ul#menu-menu li.menu-item-has-children {
    background: url(../img/menu_down_arrow.png) right 7px no-repeat;
    padding-right: 15px;
}

.menumain li {
    list-style-type: none;
    float: left;
    margin-left: 48px;
    height: 30px;
    padding-bottom: 9px;
    position: relative;
}

.menumain a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
}

.menumain a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.menumain a:hover {
    border-bottom: 3px solid #eb3326;
}

.menumain ul.sub-menu {
    /* display: none;*/
    visibility: hidden;
    transition: 0.2s 1s;
    position: absolute;
    top: 30px;
    left: -60px;
    /*background:#fff;*/
    padding: 0;
    z-index: 1000;
    border: none !important;
}

.menumain ul.sub-menu:not(:hover) {
    visibility: hidden;
    transition-delay: 0s;
}

.menumain ul.sub-menu {
    width: 300px
}

.menumain ul.sub-menu li {
    padding-top: 15px;
    width: 100%;
    background-color: rgba(20, 90, 150, 0.9);
    padding-left: 15px;
    height: 45px;
}

body.whitemenu .menumain ul.sub-menu li {
    padding: 10px;
    width: 100%;
    background-color: white !important;
    /*padding-left: 15px;*/
    height: 45px;
}

body.whitemenu .menumain ul.sub-menu li a {
    color: #000 !important;
    padding-bottom: 13px;
    width: 90%;
    display: inline-block;
    border-bottom: thin #f7f7f7 solid;
}


/*.menumain ul.sub-menu li:hover {
    background-color: rgba(20, 90, 150, 1);
}*/

.menumain ul.sub-menu li.current_page_item {
    /*border: none !important;*/
}

.menumain ul#menu-menu li:hover>ul {
    /*display: block;*/
    visibility: visible;
    transition-delay: 0s;
}

.menumain .fixed-logo {
    display: none;
}

.menumain .fixed-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.menumain.x-navbar.fixed-down .fixed-wrapper {
    padding: 0.3em 60px;
}

@media screen and (max-width: 1250px) {
    .menumain.x-navbar.fixed-down .fixed-wrapper {
        padding: 0.3em 30px;
    }
}

.menumain.fixed-down .fixed-logo {
    display: inline-block;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 4px;
}

.menumain.fixed-down .fixed-logo:hover {
    border-bottom: none;
}

.menumain.fixed-down .fixed-logo img {
    height: 35px;
}

.menumain.fixed-down ul.sub-menu {
    top: 35px;
}

.title {
    text-align: center;
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
}

.iconCont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5em;
}

.ico_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 65px;
}

.ico_left {
    display: inline-block;
    width: 40px;
    height: auto;
    margin-right: 0.75em;
}

.ico_center:hover,
.bigest {
    transform: scale(1.1) rotate(0.01deg);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#services {
    color: #383D41;
    padding: 0 160px;
}

@media screen and (max-width: 1600px) {
    #services {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1250px) {
    #services {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 600px) {
    #services {
        padding: 0 15px;
    }
}

#services p {
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
}

.servicesCont {
    cursor: pointer;
}

#services .servicesCont p {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

#services .width25 {
    text-align: left;
    margin-top: 50px;
}

#services .width25 h3 {
    color: #383D41;
    text-align: left;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

#services .over_services {
    overflow: visible;
    display: inline-table;
}

#services .width25 .services_more {
    color: #383D41;
    text-decoration: none;
    margin-top: 0.6em;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

#services .services_more:hover,
.moveSipka {
    transform: translateX(10px);
    transition-duration: 0.5s;
}

#services .width25 .sipka_more {
    height: 12px;
    width: 23px;
    position: relative;
    margin-left: 6px;
    top: 0px;
}

#services .width25 .sipka_more path {
    fill: #383D41;
}

.sipka_more path:hover {
    stroke-width: 3px;
}

.about_us_over {
    background: #f7f7f7;
    padding-top: 80px;
    position: relative;
    width: 100%;
    display: inline-block;
}

#about_us {}

#about_us .about_us_text {
    width: 85%;
}

#about_us p {
    text-align: justify;
}

#about_us .server {
    bottom: -8px;
    position: absolute;
}

.proc_over {
    background: #04509D;
}

.current_page_item a,
.current-menu-parent>a {
    border-bottom: 3px solid #eb3326;
    /*content: "\00ab";
    color: #eb3326;
    padding-right: 20px;
    float: right;
    font-size: 1.1em;*/
}

.otherpage .normal_line {
    font-size: 40px;
    color: white;
    font-weight: 400;
}

.otherpage .header_text_box {
    margin-top: 70px;
    text-align: center;
}

.normal_line {
    margin-bottom: 0px;
}

#proc {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

#proc h2 {
    margin: 0;
    color: white;
    font-weight: 500;
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

#proc p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
}

#proc .circle_padding {
    padding-top: 54px;
}

#proc .circle_img {
    float: left;
    display: inline-block;
    margin-right: 14px;
}

#proc span {
    font-size: 18px;
    color: white;
    font-weight: 300;
    display: table;
}

#proc span strong {
    font-weight: 500;
    line-height: 25px;
}

#proc .single_proc {
    margin-bottom: 80px;
    max-width: 295px;
}

#proc .description {
    flex: 1 0 auto;
    width: 50%;
    padding: 0 7.25em;
    align-self: center;
}

@media screen and (max-width: 1024px) {
    #proc .description {
        width: 100%;
        align-self: flex-start;
        padding: 0 0 5em 0;
    }
}

@media screen and (max-width: 650px) {
    #proc .description {
        padding: 0 0 4em;
    }
}

.masonry h3 {
    margin: 0;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}

#actual .width80 {
    padding: 0;
}

#actual .width20 {
    padding: 0;
}

#actual h2,
#services h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
}

#actual .actualImgCont {
    position: relative;
}

#actual .actualImgCont .img_actual {
    width: 100%;
    /*opacity:0.9;
    transition: all 0.3s ease-in;*/
}

#actual .actualImgCont .img_actual_mask {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0.2;
    visibility: visible;
    border: 100px solid rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

#actual .actualImgCont:hover .img_actual_mask {
    border: 0px double rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

#actual .actualImgCont:hover img {
    opacity: 1;
}

.masonry {
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 60px;
    padding: 0;
    -moz-column-gap: 37px;
    column-gap: 37px;
}

#actual .item {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 1em;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1em;
    margin-top: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease-in-out;
}

#actual .item:hover {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #FFFBFF;
}

#actual .item p {
    /*text-align: justify;*/
}

#actual .actuallink {
    position: absolute;
    right: 35px;
    top: 235px;
    width: 60px;
    display: block;
}

#actual .actual_more {
    font-size: 15px;
    color: #246fb5;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 33px;
    text-align: right;
    display: inline-block;
}

#actual .actual_more.shlink {
    font-weight: 500;
    transition: text-shadow 0.6s ease-in-out;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#actual .sipka_more {
    height: 12px;
    width: 23px;
    position: relative;
    margin-left: 3px;
    top: 1px;
    display: inline-block;
}

#actual .sipka_more path {
    fill: #fff;
}

.refbox {
    min-height: 200px;
    border: 5px solid black;
}

#reference .width25 {
    width: 24%;
    float: left;
    padding: 10px;
    margin-right: 1%;
    margin-bottom: 1%;
}

.width100 {
    width: 100%;
    float: left;
}

.width90 {
    width: 90%;
    float: left;
    padding: 10px;
}

.width80 {
    width: 80%;
    float: left;
    padding: 10px;
}

.width70 {
    width: 70%;
    float: left;
    padding: 10px;
}

.width60 {
    width: 60%;
    float: left;
    padding: 10px;
}

.width50 {
    width: 50%;
    float: left;
}

.width40 {
    width: 40%;
    float: left;
    padding: 10px;
}

.width30 {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.width25 {
    width: 25%;
    float: left;
    padding: 10px;
}

.width20 {
    width: 20%;
    float: left;
    margin-left: -25px;
    padding: 10px;
}

.width10 {
    width: 10%;
    float: left;
    padding: 10px;
}

#mobile-menu {
    display: none;
}

form label {
    float: left;
    padding: 0.5em 0;
}

.input_single {
    display: inline-block;
    width: 48%;
}

@media screen and (max-width: 650px) {
    .input_single {
        width: 100%;
        padding: 0 0 10px 0;
    }
}

.input_single.right {
    float: right;
}

.inputtext {
    background: white;
    padding: 0.5em 0.3em;
    border: 0px;
    color: #726E84;
    font-size: 16px;
    width: 100%;
}

.inputtext2 {
    background: white;
    padding: 0.5em 0.3em;
    border: 0px;
    color: #726E84;
    font-size: 16px;
}

.over_form_button {
    margin: 20px 0px 20px 0;
}

.over_form_button .button {
    margin-top: 0px;
    cursor: pointer;
}

.form_footer .center_line {
    margin-top: 6.25rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 59, 147, 0.1);
    font-style: normal;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 2rem;
    text-align: left;
}

@media screen and (max-width: 650px) {
    .form_footer .center_line {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.form_footer .black {
    color: #383D41;
    font-size: 25px;
    font-weight: 500;
    margin: 0px;
}

.form_footer .add_information {
    text-align: left;
    display: inline-block;
    margin-right: 5em;
}

.form_footer .add_information .call,
.form_footer .add_information_bottom .call {
    font-size: 17px;
}

.form_footer .add_information .call strong,
.form_footer .add_information_bottom .call strong {
    color: #e12d20;
}

.form_footer .add_information_bottom,
.form_footer .fast_help_bottom {
    display: none;
}

.form_footer .fast_help {
    margin-top: 40px;
    text-align: left;
    display: inline-block;
    margin-right: 5em;
}

.form_footer h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 1em 0;
    color: #383D41;
}

.fast_help_link {
    display: block;
    width: 100%;
    height: 100%;
}

.fast_help_icon {
    width: 64px;
    height: 64px;
    margin: 15px auto -75px;
    background: url('../img/work_wheel_small.png') center no-repeat;
    background-size: 64px;
}

.fast_help_icon:hover {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.win_help {
    position: relative;
    width: 500px;
    height: 150px;
    background: url('../img/win_logo.jpg') left center no-repeat;
}

.mac_help {
    position: relative;
    width: 500px;
    height: 150px;
    background: url('../img/apple_logo.jpg') left 75% no-repeat;
}

.win_help a,
.mac_help a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.win_text,
.mac_text {
    position: absolute;
    right: 0;
    top: 60px;
    background: gray;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
}

.form_footer .email {
    color: #726E84;
    font-weight: bold;
    text-decoration: none;
}

textarea {
    background: white;
    padding: 0.5em 0.3em;
    color: #726E84;
    resize: none;
    border: 0px solid #d5d5d5;
    width: 100%;
    font-size: 16px;
    outline: none;
    height: 100%;
    padding: 10px;
    min-height: 150px;
    font-family: inherit;
}

footer {
    position: relative;
    background-color: #F2F7FF;
}

footer .move_top {
    position: absolute;
    bottom: 35px;
    right: 100px;
    cursor: pointer;
    display: none;
}

footer a {
    color: #383D41;
}

footer p {
    color: #383D41;
    text-align: left;
}

.foot_copy {
    color: #383D41;
    font-weight: 300;
    text-align: center;
}

.form_footer {
    position: relative;
    padding: 1em 215px 5.5em;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.form_footer .width50 {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    float: left;
}

.form_footer .povinne {
    color: #595959;
    font-style: italic;
    font-size: 15px;
    text-align: right;
    display: block;
}

.form_footer p {
    margin: 0;
    line-height: 32px;
}

.form_footer form {
    margin: -10px;
}

.superFooter {
    height: 100%;
    width: 100%;
    min-height: 150px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    justify-content: center;
}

.okpipe ul,
ul.okpipe {
    list-style-image: url('../img/check_icon.svg');
}

.okpipe ul li,
ul.okpipe li {
    padding-bottom: 0px;
    font-weight: 400;
}

.okpipe ul li ul,
ul.okpipe li ul {
    list-style: none;
    padding-left: 1em;
}

.okpipe ul li ul li:before,
ul.okpipe li ul li::before {
    content: "\25A0";
    color: #e12d20;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: text-bottom;
}

.featuredImgContentFull {
    min-height: 550px;
    max-height: 650px;
    max-width: 1050px;
    display: block;
    position: absolute;
    z-index: 750;
    width: 100%;
    top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featuredImgContent {
    display: none;
}

.quoteCont {
    color: #383D41;
    font-style: italic;
    font-weight: 100;
    padding-left: 60px;
    padding-top: 20px;
    padding-right: 30px;
    margin-top: 430px;
    font-size: 20px;
    background-image: url('../img/quoteBottom.png'), url('../img/quoteTop.png');
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
}

.tryUsContainer,
.tryUsContainerRes {
    background: url('../img/redtopcorner.png') 60px top no-repeat;
    margin-top: 35px;
    min-width: 200px;
    display: block;
    min-height: 150px;
    padding-left: 90px;
    padding-top: 20px;
}

.tryUsContainer h2,
.tryUsContainerRes h2 {
    font-size: 1.7em !important;
    margin-top: 5px !important;
}

.tryUsContainer .sipka_more,
.tryUsContainerRes .sipka_more {
    height: 12px;
    width: 23px;
    position: relative;
    left: -40px;
    top: 0px;
}

.tryUsContainer .sipka_more path,
.tryUsContainerRes .sipka_more path {
    fill: white;
}

.tryUsContainer a.button {
    /*padding-right: 50px;*/
}

.tryUsContainerRes {
    display: none;
}

.twoColumn {
    margin-bottom: 50px;
}

.borderDiv,
.page_newver .borderDiv {
    border: 1px solid #dbdbdb;
    padding: 30px;
    padding-top: 15px;
    margin-top: 50px;
    clear: both;
}

.borderDiv p,
.borderDiv li {
    margin-top: 15px !important;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

#page_content .icon.borderDiv .ulh2,
#contact_content .icon.borderDiv .ulh2 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: inline-block;
    font-weight: 700
}

#page_content .icon.borderDiv p {
    padding: 0;
    margin: 0 !important;
}

.icon.borderDiv .attachment-icon {
    vertical-align: middle;
    margin-right: 0.5em;
}

.borderDiv ul.okpipe {
    border: none !important;
    padding-top: 10px !important;
}

.twoColumn h3 {
    margin-bottom: 0;
    font-size: 1em;
}

#about_us .width50 img.server {
    max-width: 100%;
    height: auto;
}

.img-server {
    height: 0;
    padding-bottom: 74.03%;
    position: relative;
}

.acf-map {
    height: 550px !important;
}

.x-navbar.fixed-down {
    display: flex;
    justify-content: right;
    /*height: 43px;*/
    z-index: 15000;
    position: fixed !important;
    /*background: #2a7cca !important;*/
    top: -20px !important;
    left: 0px;
    transition: opacity 0.3s linear;
    opacity: 0.98 !important;
    width: 100%;
    background-image: linear-gradient(rgba(0, 57, 143, 0.8), rgba(0, 59, 147, 0.6)), url(../img/header_other.jpg);
    background-position: top;
}

.x-navbar.fixed-down:hover {
    opacity: 1 !important;
}


/*.x-navbar.fixed-down ul.sub-menu li:hover {
    background-color: rgba(20, 90, 150, 1);
}*/

.x-navbar.fixed-down ul#menu-menu {
    margin: 0;
    padding-top: 13px;
    float: right;
}

.x-mobilenavbar.fixed-down {
    display: flex;
    justify-content: right;
    height: 72px;
    z-index: 15000;
    position: fixed !important;
    background-image: linear-gradient(rgba(0, 57, 143, 0.8), rgba(0, 59, 147, 0.6)), url(../img/header_other.jpg);
    background-repeat: no-repeat;
    /*top: -20px !important;*/
    left: 0px;
    opacity: 0.9;
    transition: opacity 0.3s linear;
    width: 100%;
    background-size: cover;
    background-position: top;
}

.x-mobilenavbar.fixed-down #menu-icon {
    position: relative;
    top: 25px;
    right: 0px;
}

@media screen and (max-width: 1024px) {
    .x-mobilenavbar.fixed-down #menu-icon {
        top: 5px;
    }
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 64px;
    height: 64px;
    background: url('../img/scroll_top_btn.png') 0 0 no-repeat;
}

#scrollTopBtn:hover {
    background: url('../img/scroll_top_btn_hover.png') 0 0 no-repeat;
}

.width20 .actual_more:hover {
    transform: translateX(10px);
    transition-duration: 0.5s;
}

#alertoverlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1050;
}

.loadingSend {
    display: none;
    width: 450px;
    height: 180px;
    background: url('../img/image_loading.gif') center 50px no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1550;
    text-align: center;
    /*box-shadow:2px 3px 5px #999;*/
}

.successSend,
.failedSend {
    display: none;
    width: 450px;
    height: 180px;
    background: url('../img/pipe_background.jpg') #fff center 50px no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1550;
    text-align: center;
    box-shadow: 2px 3px 5px #999;
}

.failedSend {
    background: url('../img/failed_background.jpg') #fff center 50px no-repeat;
}

.closeCross {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #246fb5;
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

.closeCross:hover {
    transform: rotate(20deg);
    color: #e12d20;
}

.alertCont {
    margin: 95px 0 auto;
    text-align: center;
}


/*New Template*/

.page_newver {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-between;
    margin-bottom: 50px;
}

.newver_leftcont,
.newver_rightcont {
    flex-grow: 1;
    width: 50%;
}

.rightImage img {
    margin-top: -120px;
}

.rightImage img,
.leftImage img {
    width: 100%;
}

.midlelefttext,
.midlerighttext {
    max-width: 590px;
}

.midlelefttext {
    margin: 0px 0px 0px auto;
    padding: 5px 30px 0px 0px;
}

.midlerighttext {
    margin: 0px auto 0px 0px;
    padding: 5px 0px 0px 30px;
}

.page_newver .xtrabottomcontent .quoteCont {
    margin-top: 0px;
}

section:last-of-type {
    /*margin-bottom: 250px !important;*/
}

.mainsection .newver_leftcont {
    order: 1;
}

.mainsection .newver_rightcont {
    order: 2;
}

#page_content.container-main.flex-content {
    position: relative;
}

#page_content.container-main.flex-content .repeater-row {
    max-width: 1920px;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    display: inline-block;
}

#page_content.container-main.flex-content .repeater-row .width50.left {
    position: relative;
    padding: 10px 30px 0 0;
}

@media screen and (max-width: 1025px) {
    #page_content.container-main.flex-content .repeater-row:first-of-type .width50.left {
        top: 0;
        margin-bottom: 0;
    }
}

#page_content.container-main.flex-content .repeater-row .width50.right {
    position: relative;
    padding: 10px 0 0 30px;
    float: right;
}

@media screen and (max-width: 1025px) {
    #page_content.container-main.flex-content .repeater-row .width50.left,
    #page_content.container-main.flex-content .repeater-row .width50.right {
        padding: 10px 0 0 0;
    }
}

#page_content .text_area {
    max-width: 34.875rem;
    width: 100%;
    margin: 1em 0 2em 0;
    text-align: left;
    font-size: 0.875rem;
    color: #726E84;
    line-height: 1.5rem;
}

#page_content .text_area>p {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

@media screen and (max-width: 1025px) {
    #page_content .text_area {
        max-width: 100%;
    }
}

#page_content .text_area h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: left;
}

.text_area strong {
    font-weight: 700;
}

.text_area.left {
    float: right;
}

.text_area.right {
    float: left;
}

.text_area::after {
    content: "";
    clear: both;
    display: table;
}

.image_area.left {
    float: right;
    width: 100%;
    margin: 1em 0;
}

.image_area.right {
    float: left;
    width: 100%;
    margin: 1em 0;
}

.image_area.right:first {
    margin: 0 0 1em 0;
}

.image_area.left img {
    float: right;
    max-width: 60em;
    width: 100%;
    height: auto;
}

.image_area.right img {
    float: left;
    max-width: 60em;
    width: 100%;
    height: auto;
}

.image_area::after {
    content: "";
    clear: both;
    display: table;
}

.quote_area {
    color: #383D41;
    font-style: italic;
    font-weight: 100;
    padding-top: 3.6875rem;
    font-size: 20px;
    background-image: url('../img/quotes.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 3.1875rem;
    max-width: 41.875em;
    margin: 2em 0;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .quote_area {
        background-size: 36px 25px;
    }
}

.quote_area::after {
    content: "";
    clear: both;
    display: table;
}

.quote_area.left {
    float: right;
}

.quote_area.right {
    float: left;
}

.quote_area.center {
    margin-left: auto;
    margin-right: auto;
}

.quote_area.text-center {
    text-align: center;
}

.call_to_action_area {
    min-width: 200px;
    display: block;
    min-height: 150px;
    padding-left: 30px;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 2em 0;
    text-align: justify;
    border-left: 2px solid #E12D20;
}

.call_to_action_area::after {
    content: "";
    clear: both;
    display: table;
}

.call_to_action_area.left {
    float: right;
}

.call_to_action_area.right {
    float: left;
}

.call_to_action_area h2 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    font-weight: bold;
    text-align: left;
}

.wt-cli-manage-consent-link {
    text-decoration: underline;
    cursor: pointer;
  }

@media screen and (max-width: 1025px) {
    #page_content.container-main.flex-content .width50.left,
    #page_content.container-main.flex-content .width50.right {
        padding: 10px 0;
    }
    #page_content.container-main.flex-content .width50.left {
        top: 0;
    }
    .text_area.right,
    .text_area.left {
        max-width: 100%;
    }
    .image_area.left img,
    .image_area.right img {
        width: 100%;
    }
    .quote_area {
        max-width: 100%;
    }
    .quote_area.left {
        float: left;
    }
    .call_to_action_area {
        max-width: 100%;
    }
}


/* G Repatcha */

.grecaptcha-badge {
    visibility: hidden;
}

.reCaptcha,
.reCaptcha a {
    text-align: center;
    color: #726e84;
    text-decoration: none;
    margin: 0;
}

.reCaptcha {
    padding: 0 30px 1em 30px;
}

.width50.right.image_main {
    min-height: 15em;
}

@media screen and (max-width: 650px) {
    .width50.right.image_main {
        min-height: 5em;
    }
}

.margin-top-s {
    margin-top: 0.5em;
}

.margin-top-m {
    margin-top: 1.5em;
}

.margin-top-l {
    margin-top: 2.5em;
}

.margin-bot-s {
    margin-bottom: 0.5em;
}

.margin-bot-m {
    margin-bottom: 1.5em;
}

.margin-bot-l {
    margin-bottom: 2.5em;
}

/* PF */
.pf_wrapper{
    display: flex;
    justify-content: center;
    padding: 15px;
}
.pf_image{
    flex: 1 0 auto;
    max-width: 450px;
    width: 100%;
    height: auto;
}
/* END PF */

/*End of New Template*/

[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: unset !important;
}

@media screen and (max-width: 1600px) {
    .home {
        background-size: auto;
    }
    body {
        /*background-color: red;*/
    }
}

@media screen and (max-width: 1250px) {
    .container-main {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    footer .container-main {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1600px) {
    .form_footer {
        padding: 1em 60px 5.5em;
    }
}

@media screen and (max-width: 1025px) {
    .header_text_box h1,
    .header_text_box .header_small,
    .home .header_text_box {
        text-align: left;
    }
    h1 {
        font-size: 3rem;
    }
    .home {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .home .header_text_box {
        margin-top: 60px;
    }
    .home .header_text_box .header_small {
        font-size: 1.5rem;
    }
    .form_footer .add_information {
        margin-right: 2em;
    }
    .menumain,
    .leftColumn {
        display: none;
    }
    .x-navbar.fixed-down {
        display: none;
    }
    .x-mobilenavbar.fixed-down {
        opacity: 1 !important;
    }
    #menuoverlay {
        width: 100%;
        height: 100%;
        background: rgba(15, 85, 145, 0.9);
        position: absolute;
        z-index: 1050;
    }
    #mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 52px;
        z-index: 9999;
    }
    #menu-icon {
        float: right;
        /*margin-top: -15px;*/
        margin-right: 15px;
        color: white;
        font-size: 44px;
        background: center center no-repeat transparent;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAQCAYAAADqDXTRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRDE5MUIwODEyNUYxMUU4OTY3MUNEODlBNzZFRDVFRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRDE5MUIwOTEyNUYxMUU4OTY3MUNEODlBNzZFRDVFRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNEMTkxQjA2MTI1RjExRTg5NjcxQ0Q4OUE3NkVENUVEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNEMTkxQjA3MTI1RjExRTg5NjcxQ0Q4OUE3NkVENUVEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+t226zAAAADBJREFUeNpi/A8EDHQGTAwDAFiAmHFE+HTUUponJFpkGcbRLDOaekezzND2KUCAAQC7rwYl6bok4wAAAABJRU5ErkJggg==);
    }
    #mobile-menu .nav__container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 1000px;
        height: 100%;
    }
    #mobile-menu.openmenu {
        z-index: 99999;
    }
    #mobile-menu.openmenu .nav__container {
        /* The main point: */
        overflow-y: auto;
        /* Optional but highly reccomended: enables momentum scrolling on iOS */
        -webkit-overflow-scrolling: touch;
    }
    #mobile-menu.openmenu.fixed-down .menu {
        top: 52px;
    }
    #mobile-menu.menu {
        padding: 30px;
    }
    #mobile-menu.openmenu {
        height: 100% !important;
    }
    #mobile-menu.openmenu .menu {
        display: block;
    }
    #mobile-menu.closemenu .menu {
        display: none;
    }
    .sub-menu {
        display: none;
        clear: both;
        padding: 0;
        margin: 0;
        /*margin-top: -5px;*/
        margin-bottom: 5px;
    }
    .sub-menu li a {
        padding: 6px 0px;
        font-size: 16px;
        display: inline-block;
        color: white;
    }
    .sub-menu li {
        padding: 2px 0px 2px 0px;
        color: white;
    }
    .menu-item-sub {
        padding: 8px;
        margin-left: 10px;
        margin-right: 10px;
        list-style-type: none;
    }
    .sub-menu li a::before {
        content: "» ";
        font-size: 18px;
    }
    .menusub {
        padding: 28px
    }
    #menu-menu {
        display: none;
    }
    .navbar {
        min-height: 96px;
    }
    #menu-icon {
        width: 40px;
        height: 40px;
        float: right;
        margin-right: 30px;
        margin-top: 35px;
    }
    .fixed-down #menu-icon {
        margin-top: 0px;
    }
    nav ul,
    nav:active ul {
        position: absolute;
        background: rgba(4, 55, 109, 0.95);
        right: 0px;
        top: 100px;
        width: 100%;
        border-radius: 4px 0 4px 4px;
        z-index: 200000000;
    }
    nav ul,
    nav:active ul:hover {
        background: rgba(4, 55, 109, 1);
    }
    #mobile-menu ul ul {
        display: none;
    }
    #mobile-menu ul li>ul {
        /*display: block;  show sub menus when hovering over a parent */
        z-index: 80000;
        position: static;
        background: none;
        padding-top: 15px;
    }
    #mobile-menu li.menu-item-has-children {
        background: url(../img/menu_down_arrow.png) right 20px no-repeat;
        padding-right: 15px;
    }
    #mobile-menu li.current-menu-item {
        border: none;
    }
    #mobile-menu li.menu-item {
        border-bottom: thin #155d9b solid;
        padding-left: 25px;
    }
    nav li {
        list-style-type: none;
        width: 90%;
        padding: 10px 0;
        margin: 0;
        color: white;
    }
    nav li a {
        color: #fff !important;
        text-decoration: none !important;
        display: inline-block;
        color: white;
    }
    #page_content.container-main {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    #page_content.container-main .width50 {
        width: 100%;
        padding: 60px 10%;
    }
    #page_content.container-main.contactContent .width50 .width50 {
        width: 50%;
        padding: 100px 10% 0px;
    }
    #reference .width25 {
        width: 32%;
    }
    #actual .masonry {
        -moz-column-count: 2;
        column-count: 2;
        margin-left: -15px;
        margin-right: -15px;
    }
    .featuredImgContentFull,
    .mainImageCont {
        display: none;
    }
    .featuredImgContent {
        display: block;
    }
    #page_content .featuredImgContent .main_img_other,
    #page_content_new .featuredImgContent .main_img_other {
        position: relative;
        z-index: 0;
        display: block;
        height: auto;
        min-height: 150px;
        max-height: none;
        width: 100%;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .quoteCont {
        max-width: 100%;
        margin: 100px auto 0px;
    }
    #page_content.container-main .width50.flex-item:nth-of-type(1) {
        order: 2;
        -webkit-order: 2;
    }
    #page_content.container-main .width50.flex-item:nth-of-type(2) {
        order: 1;
        -webkit-order: 1;
    }
    .tryUsContainerRes {
        display: block;
    }
    .tryUsContainer {
        display: none;
    }
    .contactContent .tryUsContainer {
        display: block;
    }
    .featuredImgContent {
        min-height: 150px;
        max-height: none;
        /* position: absolute;
        left: 0;*/
        width: 100%;
        /*margin-top: 260px;*/
        order: -1;
    }
    .blankPicture {
        display: none;
    }
    .centerLeft,
    .centerRight {
        width: 100% !important;
        padding: 20px;
    }
    .wrapper omg {
        width: 100%;
        height: auto;
    }
    #page_content_new .xtraTextCont,
    .page_othercontent_new .xtraTextCont {
        margin: auto;
        margin-bottom: 50px;
    }
    #page_content_new .centerRight {
        order: -1;
    }
    .contactContent .featuredImgContent {
        max-height: 300px;
    }
    .contactContent .featuredImgContent .acf-map {
        height: 300px !important;
    }
    header.otherpage {
        /*position: absolute;*/
        position: relative;
    }
    h1.normal_line {
        margin: 0 auto;
        text-align: center;
        font-size: 28px !important;
        font-weight: 400;
    }
    .normal_line:before {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .otherpage .header_text_box {
        margin-top: 2em;
    }
    /*newtemplate*/
    .page_newver {
        flex-direction: column;
        margin-top: 110px;
    }
    .mainsection .newver_leftcont {
        order: 2;
    }
    .mainsection .newver_rightcont {
        order: 1;
    }
    .mainsection .newver_rightcont .rightImage {
        margin-top: 0px;
    }
    .newver_leftcont,
    .newver_rightcont {
        width: 100%;
    }
    .midlelefttext,
    .midlerighttext {
        max-width: 90%;
        padding: 5px 30px 0px 30px;
        margin: 0px auto;
    }
    section:last-of-type {
        margin-bottom: 30px !important;
    }
    .tryUsContainerRes.xtra {
        margin: 0px auto;
        width: 50%;
        margin-bottom: 250px;
    }
}

@media screen and (max-width: 800px) {
    #services .width25 {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    h2 {
        font-size: 28px;
    }
    #reference .width25 {
        width: 49%;
    }
    .proc_over .width30 {
        width: 100%;
        flex-shrink: 0;
    }
    .proc_over .flex-item:nth-of-type(3) {
        order: 1;
        -webkit-order: 1;
    }
    .proc_over .flex-item:nth-of-type(1) {
        order: 2;
        -webkit-order: 2;
    }
    .proc_over .flex-item:nth-of-type(2) {
        order: 3;
        -webkit-order: 3;
    }
    .secondCP {
        padding-top: 0px !important;
    }
    #actual .masonry {
        display: flex;
        flex-wrap: wrap;
    }
    .form_footer .width50 {
        width: 100%;
    }
    .form_footer .add_information {
        width: 100%;
    }
    .form_footer .add_information_bottom,
    .form_footer .fast_help_bottom {
        display: block;
        text-align: center;
        margin: 50px auto;
    }
    footer {
        max-height: 1500px;
        background-size: auto 380px;
    }
    #page_content.container-main .width50 {
        padding: 60px 5%;
    }
    .tryUsContainerRes.xtra {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .logo {
        width: 120px;
        height: auto;
    }
    h1 {
        font-size: 2rem;
    }
    #actual h2,
    #services h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .center_line {
        margin-top: 50px;
    }
    .form_footer .center_line {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    #about_us .image_box_container {
        padding: 0;
    }
    #about_us .text-wrap,
    #about_us .image {
        border-radius: 0;
    }
    .home .header_text_box {
        margin-top: 30px;
    }
    .home .header_text_box .header_small {
        font-size: 1rem;
    }
    #wpadminbar #wp-admin-bar-new_draft>.ab-item {
        display: none;
    }
    #page_content.container-main.contactContent .width50 .width50 {
        width: 100%;
        padding: 100px 10% 0px;
    }
    #page_content.container-main.contactContent .width50 .width50.twoColumn {
        width: 100%;
        padding: 30px 10% 0px;
    }
    .mac_help {
        margin-top: 30px;
    }
    .win_help .win_text,
    .mac_help .mac_text {
        right: 145px;
        top: 145px;
        width: 70%;
        z-index: 2500;
    }
    .quoteCont {
        font-size: 17px;
        padding-left: 30px;
    }
    .midlelefttext,
    .midlerighttext {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #reference .width25 {
        width: 100%;
    }
    #about_us .width50 {
        width: 100%;
    }
    #page_content.container-main .width50 {
        padding: 60px 3%;
    }
    #page_content.container-main.contactContent .width50 .width50,
    #page_content.container-main.contactContent .width50 .width50.twoColumn {
        padding-left: 3%;
    }
    #page_content ul {
        padding-left: 0px;
        padding-right: 0px;
    }
    #page_content ul {
        border-left: none;
        padding-left: 30px;
    }
    .tryUsContainer,
    .tryUsContainerRes {
        background-position: 10px top;
        padding-left: 35px;
    }
    /*
    .g-recaptcha {
        justify-content: center;
        margin: 0;
    }
    */
}

@media screen and (max-width: 400px) {
    #services .width25 {
        width: 100%;
    }
    .title {
        text-align: center;
        font-size: 36px;
        font-weight: 200;
        text-transform: uppercase;
    }
}