@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/*UNIVERSAL*/
body {
	background:#ffffff;
	color:#333333;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:21px;
	font-weight:400;
	/*line-height:1.1;*/
	margin-top: 0;
}
a, a:hover {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#336699;
}
h1, h2, h3, h4, h5, h6 {
	color:#336699;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
.blueback h1, .blueback h2, .blueback h3 {
    color: #fff;
}
.blueback a {
	color: #fff;
	font-weight: 700;
}

b, strong {
	font-weight: 700;
}

img {
	height: auto;
	max-width: 100%;
}
li {
    margin: 0 0 5px;
}
.btn, .btn:hover, .btn:focus,
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.aboutclient .field--name-field-link a {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #336699;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #336699;
	padding: 5px 50px;
    text-transform: uppercase;
	font-size: 22px;
}
.btnwhite, .btnwhite:hover, .btnwhite:focus, 
.blueback .btn, .blueback .btn:hover, .blueback .btn:focus, .blueback .btn:active {
    border: 1px solid #fff;
	color: #fff;
}


.container {
    width: 100%;
    max-width: 1920px;
	position:relative;
}
.container > .row {
    padding: 0 20px;
    margin: 0 auto;
}

.form-required {
    position: relative;
}
.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    vertical-align: super;
    content: '*';
    color: #f10000;
    position: absolute;
    top: -1px;
	background-image: none;
}
.webform-required .form-required {
    padding-left: 17px;
}
.webform-required .form-required:after {
    left: 0;
}


.mobile, .mobilenav {
	display:none;
}


/*HEADER and NAV*/
#header {
	background-color: #fff;
}
#header .navbar.affix {
    background-color: #fff;
    border-bottom: 2px solid #33669a;
}
#navbar-main {
    background-color: #fff;
}
.navbar-brand img {
    max-width: 150px;
    transition: 1s;
}
.scrolled .navbar-brand img {
    max-width: 65px;
}
#block-getaquote {
    margin-right: 25px;
}
.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #336699;
    font-size: 15px;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background: transparent;
}
.menu--account > div > a {
    font-size: 12px !important;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    color: #336699;
    background: transparent;
}
.dropdown-toggle::after {
	color: #336699;
}
.dropdown-menu {
    border: none;
    font-size: 15px;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > active > a {
    background-color: transparent;
}
.dropdown-item {
    padding: 0 10px 10px;
}
.dropdown-item:hover, .dropdown-item:focus {
	background: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}







/*MAIN*/
#contenttop .row, #slideshow .row, #contentbottom .row {
    margin: 0 auto;
    display: block;
    flex-wrap: unset;
}
#main-wrapper {
    overflow: hidden;
}
#main {
    margin: 50px auto;
}
.view-title .row {
    display: block;
    margin: 0;
}
.views-field-edit-node {
    font-size: 80%;
    font-style: italic;
    margin: 10px 0;
}


#slideshow {
    position: relative;
    z-index: 1;
}
#block-video {
	background:#336699;
    height: 800px;
    overflow: hidden;
    -webkit-clip-path: polygon(0% 0%,100% 0%,100% 100%,41% 100%,36% 94%,0% 94%);
    clip-path: polygon(0% 0%,100% 0%,100% 100%,41% 100%,36% 94%,0% 94%);
	/*-webkit-clip-path: polygon(0% 0%,100% 0%,100% 100%,61% 100%,58% 94%,0% 94%);
    clip-path: polygon(0% 0%,100% 0%,100% 100%,61% 100%,58% 94%,0% 94%);*/
}
video {
    width: 100%;
}
#block-video video {
    opacity: .5;
}
.videotext {
	color: #fff;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 1;
	font-size: 30px;
	text-align:center;
}
.videotextbig {
    font-size: 130px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 105px;
    margin-bottom: 40px;
}
.videotextsmall {
    max-width: 580px;
    margin: 0 auto;
}
.videotext .btn {
	color: #fff;
	border-color:#fff;
	font-size: 30px;
}


.contenttop {
    padding-top: 100px;
    margin-top: -60px;
    padding-bottom: 100px;
	overflow:hidden;
	position:relative;
}
.contenttop .block {
    z-index: 1;
}
#block-successful {
    font-weight: 700;
    text-align: right;
    max-width: 745px;
    font-size: 45px;
    text-transform: uppercase;
}
#block-successful span {
	margin-right: 80px;
}
.three {
    max-width: 50%;
    position: absolute;
    z-index: 0 !important;
}
#block-threetop {
    left: -100px;
    top: -10px;
}
#block-threemiddle {
    right: -100px;
    top: 50%;
}
#block-threebottom {
    left: -100px;
    bottom: -10px;
}


.blueback {
    background: #336699;
	color: #fff;
	overflow:hidden;
    padding: 150px 20px;
	position:relative;
}
.blueback.webform-submission-form {
    padding: 60px 40px;
}
.blueback .container,
.blueback .form-actions {
    max-width: 1000px;
    margin: 0 auto;
}
.blueback #block-threetop {
    left: unset;
	right: -100px;
}
.blueback > .container > fieldset {
    margin-bottom: 40px !important;
}
.blueback .fieldset-legend {
    text-transform: uppercase;
    font-size: 40px;
    color: #d4e5f7;
	line-height:1;
}
.blueback fieldset fieldset .fieldset-legend {
    text-transform: unset;
    font-size: 1.071em;
	color: unset;
}
.blueeback legend {
    line-height: 1;
}
#edit-project {
    margin-bottom: 40px;
}
#edit-project .details-wrapper {
    margin-top: 25px;
}
#edit-project .details-wrapper .js-form-type-textfield, #edit-project .details-wrapper .js-form-type-select {
    margin-bottom: 30px !important;
}


.whiteback {
    background: #fff;
	overflow:hidden;
    padding: 150px 20px;
	position:relative;
}
.whiteback .container {
    max-width: 1000px;
    margin: 0 auto;
}
.whiteback #block-threetop {
    left: unset;
	right: -100px;
}


.node-1 .field--name-field-title-views, .node-1 .field--name-field-image {
    display: none;
}


.halfwidth {
	display:inline-block;
	vertical-align:top;
	width: 49%;
	padding:0 1% 50px;
}





/*SERVICES*/
.services .views-row {
    clear: both;
    padding: 150px 0;
    max-width: 1150px;
    margin: 0 auto;
	line-height: 1.3;
    /*display: flex;
    align-items: center;*/
}
.services .views-row > div {
	width: 50%;
}
.services .views-row:nth-child(odd) .views-field-field-image {
  float: left;
}
.services .views-row:nth-child(even) .views-field-field-image {
  float: right;
}
.services .views-field-nothing {
    padding-top: 145px;
}
.services .views-row:nth-child(odd) .views-field-nothing {
    max-width: 40%;
    margin-left: 10%;
	float:right;
}
.services .views-row:nth-child(even) .views-field-nothing {
    max-width: 40%;
    margin-right: 10%;
	float:left;
}
.services h2 {
    text-transform: uppercase;
    font-size: 64px;
    line-height: .9;
}
.services .btn {
    margin-top: 10px;
    font-size: 22px;
}




/*PORTFOLIO*/
.view-content-header-for-nodes {
    border-bottom: 10px solid #336699;
}
.view-content-header-for-nodes .views-field-nothing {
    background: #fff;
    display: inline-block;
    width: auto;
    margin: 400px auto 0;
    text-align: center;
    padding: 10px 30px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.view-content-header-for-nodes h1 {
	color: #333;
    margin-bottom: 5px;
    line-height: 1;
}
.portfoliocategory, .portfolioindustry {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
	font-size: 80%;
}
.aboutclient > div {
    display: inline-block;
    vertical-align: top;
}
.aboutclient .field__label {
    font-weight: 700;
}
.field--name-field-client-logo {
    width: 210px;
    max-width: 12%;
}
.field--name-field-client-logo img {
    margin: 0;
}
.field--name-field-about-the-client {
    width: 67%;
    padding: 0 1%;
}
.field--name-field-technology-used {
	width: 17%;
}
.field--name-field-technology-used .field__item {
    float: left;
    margin-right: 10px;
}
.field--name-field-technology-used .field__item::after {
    content: ", ";
}
.field--name-field-technology-used .field__item:last-child::after {
    content: none;
}
.aboutclient .field--name-field-link {
    margin: 50px auto 0;
    text-align: center;
    display: block;
}





.beforeafter .field--name-field-title,
.node--type-portfolio-item .field--name-body .field__label,
.testimonial .view-header {
	text-transform: uppercase;
	color: #336699;
    font-size: 64px;
	font-weight: 700;
    line-height: .9;
	text-align:center;
	margin-bottom:50px;
	margin-top: 100px;
}
.beforeafter .paragraph--type--image-with-caption .field--name-field-image img {
    border: none;
}
.col2 .field--name-field-paragraph > .field__item {
    width: 49%;
    display: inline-block;
}



.projectgrid h3 {
    width: 100%;
    padding: 0 20px;
}
.projectgrid .views-row {
    width: 31%;
    padding: 20px;
    display: inline-block;
	vertical-align:top;
    text-align: center;
    border: 1px solid #efefef;
    margin: 0 1% 50px;
    border-radius: 15px;
	position:relative;
}
.projectgrid .views-row:hover {
    border: 1px solid #c1c1c1;
}
.projectgrid .views-row .views-field {
	margin-bottom: 10px;
}
.projectgrid .views-field-title {
    font-size: 120%;
    margin-bottom: 0 !important;
    line-height: 1;
    margin-top: 20px !important;
}
.views-field-field-portfolio-category, .views-field-field-technology-used {
    font-size: 80%;
    display: inline-block;
    margin: 0 2%;
}
.views-small {
	font-size: 80%;
}

.views-field-field-before-and-after {
    margin: 0 auto;
    position: absolute;
    top: 55px;
    right: -8px;
}
.beforeaftertag {
    background: #336699;
    padding: 5px 10px 5px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 3px 3px 5px #00000040;
	-webkit-clip-path: polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
	clip-path:  polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
}


.block-views-blockportfolio-for-services-pages-block-1 .view-header {
    margin-top: 80px;
}



/*TESTIMONIALS*/
.field--name-field-portfolio-item-views {
    margin-top: 50px;
}
.projectgrid.view-testimonials .views-row {
    text-align: left;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 50px;
    display: block;
}
.projectgrid.view-testimonials .views-field {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    vertical-align: middle;
}
.projectgrid.view-testimonials .views-field.views-field-field-image {
    width: 35%;
    padding-right: 2%;
}
.projectgrid.view-testimonials .views-title {
    margin-top: 20px;
}

.testimonial {
    background: #f9f9f9;
    padding: 10px 20% 70px;
    margin-top: 90px;
}
.testimonial .row {
	display:block;
	margin:0 auto;
}
.testimonial .views-field-title {
    text-align: right;
    font-size: 130%;
    margin-top: 10px;
}



/*HOW TO*/
.view-how-to .views-exposed-form {
    margin-top: 60px;
}
.view-how-to .row {
    display: block;
    margin: 50px auto 0;
}
.view-how-to .views-row {
    margin-bottom: 60px;
}


.node--type-how-to .field--name-body {
    margin-bottom: 30px;
}
.paragraph--type--image-with-caption {
    margin: 0 auto 100px;
    max-width: 900px;
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 15px;
}
.node--type-how-to .paragraph--type--image-with-caption {
    background: #f9f9f9;
}

.paragraph--type--image-with-caption .field--name-field-image {
    float: none;
}
.paragraph--type--image-with-caption .field--name-field-image img {
	border: 1px solid #ccc;
}





/*WEBFORMS*/
.webform-submission-form {
    margin: 30px auto;
}
.form-inline .form-control {
    display: block;
    width: 100%;
}

.webform-type-fieldset .js-form-item {
    display: inline-block;
	vertical-align:top;
    width: 49%;
    padding: 0 15px 0 0;
}
.webform-type-fieldset .js-form-item.webform-checkboxes-other,
.webform-type-fieldset .js-form-item.js-form-type-textarea {
    display: block;
    width: 100%;
}
.js-form-item .webform-element-description {
    font-size: 17px;
    color: #d4e5f7;
}
#edit-anythingelse .webform-element-description {
    color: #fff;
}
#edit-anythingelse label {
    display: none;
}

select {
    width: 100%;
}
.form-check-input {
    margin-left: 0;
    margin-top: 14px;
}
.form-check-label {
    font-size: 20px;
    margin-left: 20px;
}
.js-webform-checkboxes .js-form-item {
    display: block;
    width: 100%;
    padding: 0;
}






/*FOOTER*/
.site-footer {
    border: none;
    background: #333333;
	color: #ffffff;
	text-align:center;
    font-family: inherit;
	font-size: 17px;
}
.site-footer .container {
    padding: 0 50px;
    max-width: 1150px;
}
.site-footer .block {
	border: none;
}
.site-footer a, .site-footer a:hover, .site-footer a:focus,
.site-footer .content a, .site-footer .content a.is-active,
.site-footer h1 {
	color: #fff !important;
}
.site-footer__top .region {
    width: 33%;
    display: block;
    margin: 0;
    padding: 0 20px;
}
.site-footer__bottom {
    letter-spacing: inherit;
    margin-top: 25px;
    border-top: none;
    font-size: 15px;
}
.site-footer__bottom .region {
    margin: 0 auto;
}
#block-footercopyrightanalytics, #block-footersocial {
	text-align: left;
	width: 49%;
}
#block-footersocial {
    text-align: right;
}
.site-footer .content {
    color: inherit;
    font-size: inherit;
}
#block-footerlogo {
    text-align: left;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
#block-footer {
    text-align: left;
}
#block-footerabout {
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}




/**********************************************************************************/
/*MOBILE STYLES*/
/**********************************************************************************/
@media(max-width:1920px) {
.container {
	width: 1570px;
	padding-left: 0;
	padding-right: 0;
}

}


@media(max-width:1600px) {
.container {
	width: 1370px;
}
#block-video .content, #block-video .field--name-body {
    height: 100%;
}
video {
    width: auto;
    height: 100%;
}

}


@media(max-width:1400px) {
.container {
	width: 100%;
}
.videotextbig {
    font-size: 110px;
}

}


@media(max-width:1200px) {
.container {
	width: 100%;
}
.projectgrid .views-row {
    width: 48%;
}
.field--name-field-about-the-client {
    width: 54%;
}
.field--name-field-technology-used {
    width: 30%;
}
.videotext {
    width: 100%;
	padding:0 20px;
}
.videotextbig {
    font-size: 90px;
    line-height: 85px;
}
.services .views-field-nothing {
    padding-top: 80px;
}

}


@media(max-width:992px) {
.container {
	width: 100%;
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    background: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 4px;
    right: 10px;
    margin: 0;
}
.navbar-toggler .icon-bar {
    background-color: #336699;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}
.navbar-collapse {
    border: none;
    text-align: center;
}
.region-navigation {
    text-align: center;
}
.navbar-collapse .navbar-nav > li > a, .navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus, .navbar-collapse .navbar-nav > .active > a, .navbar-collapse .navbar-nav > .active > a:hover, .navbar-collapse .navbar-nav > .active > a:focus {
	font-size: 150%;
}
.dropdown-item {
	text-align:center;
	font-size: 150%;
}
.navbar-brand {
    display: block;
    margin: 0 auto;
}
#block-getaquote {
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.site-footer__top .region.region-footer-first {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
#block-footerlogo {
    text-align: center;
}
.site-footer__top .region.region-footer-second,
.site-footer__top .region.region-footer-third {
    display: none;
}
.site-footer__top .region:last-child {
    width: 65%;
}

.field--name-field-client-logo {
    max-width: 100%;
}
.field--name-field-about-the-client {
    width: 100%;
    margin: 20px auto;
	padding: 0;
}
.field--name-field-technology-used {
    width: 100%;
    font-size: 80%;
}

.services .views-row {
    padding: 80px 0;
}
.services .views-row:nth-child(odd) .views-field-nothing {
    margin-left: 2%;
    max-width: 47%;
}
.services .views-row:nth-child(even) .views-field-nothing {
    margin-right: 2%;
    max-width: 47%;
}
.services h2 {
    font-size: 50px;
}

.node .field--type-image {
    float: none;
    margin: 0 auto 30px;
}


.mobilenav {
    display: block;
}

.testimonial {
    padding: 10px 50px 70px;
}


}


@media(max-width:768px){
.container {
	width: 100%;
	padding: 0 20px;
}
#slideshow .container,
#contenttop .container,
#contentbottom .container {
    padding: 0;
}
.webform-type-fieldset .js-form-item {
    display: block;
    width: 100%;
    padding: 0;
}
.webform-options-display-three-columns {
    column-count: 2;
}
.blueback .form-actions {
    padding: 0 20px;
}
.three {
    max-width: 85%;
}
.col2 .field--name-field-paragraph > .field__item {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.paragraph--type--image-with-caption {
    margin: 0 auto;
}
.beforeafter .field--name-field-title, .node--type-portfolio-item .field--name-body .field__label,
.testimonial .view-header {
    font-size: 50px;
}


#block-successful {
    line-height: 1;
	padding: 0 20px;
}
#block-successful span {
    margin-right: 0;
}
#block-successful br {
    display: none;
}

.services .views-row:nth-child(odd) .views-field-field-image,
.services .views-row:nth-child(even) .views-field-field-image {
    float: none;
    width: 100%;
    text-align: center;
}
.services .views-row .views-field-field-image img {
	width: 100%;
}
.services .views-row:nth-child(odd) .views-field-nothing,
.services .views-row:nth-child(even) .views-field-nothing {
    margin: 40px auto;
    max-width: 100%;
    width: 100%;
	padding-top: 0;
}

.testimonial .views-field-title {
    font-size: 110%;
}

.projectgrid.view-testimonials .views-field {
    display: block;
    width: 100%;
}
.projectgrid.view-testimonials .views-field.views-field-field-image {
    width: 100%;
    padding: 0;
    max-width: 80%;
    margin: 0 auto 25px;
}



}


@media(max-width:576px){
.container {
	width: 100%;
}
.projectgrid .views-row {
    width: 100%;
	margin: 0 auto 50px;
	display:block;
}
.webform-options-display-three-columns {
    column-count: 1;
}

#block-footercopyrightanalytics, #block-footersocial {
    text-align: center;
    width: 100%;
}
#block-footersocial {
    text-align: center;
}
.btn {
    width: 100%;
}
.halfwidth {
    display: block;
    width: 100%;
    padding: 0 0 40px;
}
.beforeafter .field--name-field-title, .node--type-portfolio-item .field--name-body .field__label,
.testimonial .view-header {
    font-size: 40px;
}
.mobile {
    display: block;
}
.view-content-header-for-nodes .views-field-nothing {
    margin-top: 0;
    width: 100%;
}
.videotextbig {
    font-size: 75px;
    line-height: 75px;
}
.videotextsmall {
    line-height: 35px;
}
.videotext .btn {
    font-size: 23px;
}
#block-successful {
	text-align: left;
}



}





@media(max-width:450px){
#block-video {
    height: 600px;
}
.videotextbig {
    font-size: 55px;
    line-height: 55px;
}



}





@media(max-width:400px){
.beforeafter .field--name-field-title, .node--type-portfolio-item .field--name-body .field__label,
.testimonial .view-header {
    font-size: 30px;
}
.services h2 {
    font-size: 41px;
}
.services .btn {
    font-size: 19px;
}

}