@font-face {
  font-family: 'Proxima';
  src: url(fonts/proxima_nova-black-webfont.eot);
  src: url(fonts/proxima_nova-black-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/proxima_nova-black-webfont.woff) format('woff'), url(fonts/proxima_nova-black-webfont.ttf) format('truetype'), url(fonts/proxima_nova-black-webfont.svg#proxima_novablack) format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}


@font-face {
  font-family: 'Proxima';
  src: url(fonts/ProximaNova-Bold.eot);
  src: url(fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/ProximaNova-Bold.woff) format('woff'), url(fonts/ProximaNova-Bold.ttf) format('truetype'), url(fonts/ProximaNova-Bold.svg#Proxima_Nova_bol) format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Proxima';
  src: url(fonts/ProximaNova-Light.eot);
  src: url(fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'), url(fonts/ProximaNova-Light.woff) format('woff'), url(fonts/ProximaNova-Light.ttf) format('truetype'), url(fonts/ProximaNova-Light.svg#Proxima_Nova_light) format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Proxima';
  src: url(fonts/ProximaNova-Regular.eot);
  src: url(fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/ProximaNova-Regular.woff) format('woff'), url(fonts/ProximaNova-Regular.ttf) format('truetype'), url(fonts/ProximaNova-Regular.svg#Proxima_Nova_regular) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}



*{
	
	 -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

html *:before {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* UNIVERSAL */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  color: #333333;
  line-height: 1.2;
  font-family: 'Proxima', Helvetica, sans-serif;
}
textarea {
  font-family: 'Proxima', Helvetica, sans-serif;
}

a{color: #fb7e0b;}


/* ROOT FONT STYLES */
h1, h2, h3 {
  margin-top: 0;
	font-weight: 900;
	color: #1c274c;
	line-height: 1;
}
h1 span, h2 span, h3 span {
  color: #f26522;
}
/* TYPOGRAPHY */
h1 {
  font-size: 3.625rem;
}
h2 {
  font-size: 2.375rem;
	margin-bottom: 10px;
	line-height: 1.2
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5rem
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.875rem;
}
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}
.mt150{margin-top: 150px;}
.mt200{margin-top: 200px;}
#logos-footer{position: relative;
	box-shadow: 0px 20px 20px rgb(0, 0,0, 0.1)}
.logos-footer{ padding: 20px 0px !important}

.logo img{ max-width: 280px; margin-bottom: 20px}
.logo span{color: #fff;text-transform: uppercase;letter-spacing: 5.6px;font-size: 13px;}


.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-heavy {
  font-weight: 700;
}
/* POSITIONING */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
/* ==== GRID SYSTEM ==== */
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.hide {
  display: none;
}
.col-1 {
  width: 4.33%;
}
.col-2 {
  width: 12.66%;
}
.col-3 {
  width: 21%;
}
.col-4 {
  width: 29.33%;
}
.col-5 {
  width: 37.66%;
}
.col-6 {
  width: 46%;
}
.col-7 {
  width: 54.33%;
}
.col-8 {
  width: 62.66%;
}
.col-9 {
  width: 71%;
}
.col-10 {
  width: 79.33%;
}
.col-11 {
  width: 87.66%;
}
.col-12 {
  width: 96%;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.hidden-sm {
  display: none;
}
ul li {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px
}
ul.inline {
  margin: 0;
  padding: 0;
}
ul.inline li {
  display: inline-block;
  margin-left: 0;
  margin-right: 30px;
}
ul.inline li:before {
  content: '•';
  color: #f26522;
  font-size: 20px;
  line-height: 1px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle
}
ul.inline.block li {
  display: block;
  margin-bottom: 15px
}
.dark li {
  color: #fff;
}
.dark .cta {
  border-color: #fff;
	background-color: #fff;
	color: #333 !important;
	text-shadow:none;
}
.dark .cta:hover { color: #fff !important;}

input{font-family: 'Proxima', Helvetica, sans-serif;}

input[type="text"], input[type="email"] {
  font-size: 16px;
  border: 0px solid #636363;
  box-sizing: border-box;
  padding: 20px 10px;
  margin:10px 0px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .1) inset;
	border-radius: 7px;
}
textarea {
  font-size: 16px;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 15px;
  width: 100%;
  height: 65px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .1) inset
}
input[type="submit"], button {
  font-size: 18px !important;
  border: none;
  box-sizing: border-box;
  padding: 20px 40px;
  margin: 15px auto 0px;
  color: #ffffff;
  background-color: #19a96c;
  width: 100%;
	border-radius: 50px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2)
	
}

.diagonal-bg {
	transform: skewY(-5.5deg);
	padding-top: 0px;
	padding-bottom:0px
}

.diagonal-bg .container{transform: skewY(5.5deg);}





select {
  color: #333;
  border: 1px solid #999;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  margin-top: 15px;
  border-radius: 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .1) inset;
}
select option {
  padding: 1px 5px 1px;
  background-color: #f8f8f8;
}
.padding-small {
  padding: 10px 0px;
}
.header {
  background: url("../images/bg-hero.jpg") no-repeat left bottom #ffffff;
  background-size: cover;
}

.header .section p{ width: 82%}




.header h2 {
  margin-bottom: 0;
}
.header h1 {
  margin-bottom: 40px;
}
.square {
  background: #f26522;
background: -moz-linear-gradient(top,  #f26522 0%, #ff8a00 100%);
background: -webkit-linear-gradient(top,  #f26522 0%,#ff8a00 100%);
background: linear-gradient(to bottom,  #f26522 0%,#ff8a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#ff8a00',GradientType=0 );
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  transition: .5s;
  position: relative;
	min-height: 300px !important
}

.square .arrow{ position: absolute; background: url("../images/arrow.png") no-repeat; width: 40px; height: 40px; right: -17.5%; background-size: contain; top: -70px; opacity: .3}


#benifits{ float: left; margin: 140px 0px 100px 0px}

#benifits .square:nth-child(1):before{ content: "1"; position: absolute;}
#benifits .square:nth-child(2):before{ content: "2"; position: absolute;}
#benifits .square:nth-child(3):before{ content: "3"; position: absolute;}
#benifits .square:nth-child(4):before{ content: "4"; position: absolute;}
#benifits .square:before{ font-size: 200px; text-align: center; width: 100%; font-weight: 900; left: 0; top: -150px; z-index: -1; color: rgba(0,0,0,.1)}



.square img{ position: absolute; bottom: -50px; left: 0; right: 0; width: auto; margin: auto; max-width: 200px; transition: .5s;}


.square:hover img{

  transform: scale(1, 1);
}


.form {
  background-color: #112e8d;
  padding: 25px 35px 35px 35px;
  box-shadow: 12px 40px 40px rgb(0, 0, 0, .4);
	position: relative;
}

.form:before {
    background:linear-gradient(-45deg, #112e8d 12px, transparent 0), linear-gradient(45deg, #112e8d 12px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 23px 23px;
    content: " ";
    display: block;
    position: absolute;
    top: -23px;
    left: 0px;
    width: 100%;
    height: 24px;
}

.greybg:after {
    background:linear-gradient(-135deg, #132645 12px, transparent 0), linear-gradient(135deg, #132645 12px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 23px 23px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0px;
    width: 100%;
    height: 24px;
}



.formhead {
  color: #ffffff;
}
.formhead h3 {
  font-weight: 700;
  margin: 0;
	color: #fff;
}
.formhead h4 strong {
	font-weight: 700;
}

.formhead h3 strong {
	font-weight: 700;
	color: #ff9f4b
}

.formhead i {
  color:rgba(255,255,255,.7);
  font-size: 14px;
}
.formhead p {
  margin: 5px 0 5px 0;
}
.form input[type="text"], .form input[type="email"] {
  width: 100%;
}
.phone {
  background: url(../images/call.png) no-repeat left center;
  padding-left: 40px;
  font-size: 24px;
  color: #fff
}

.phone-dark {
  background: url(../images/call-dark.png) no-repeat left center;
  padding-left: 40px;
	margin: 10px 0;
 
}


.divider {
  background: url(../images/divider.jpg) no-repeat center
}
.section {
  padding: 50px 0px
}
.section.large {
  padding: 100px 0px
}
.contactbg {
  background: url("../images/icons-bg.png") no-repeat 20px bottom
}
.successbg {
  background: url("../images/sucess.jpg") no-repeat right bottom
}
.formbg {
  background: url("../images/bg-value.jpg") no-repeat left top;
  background-size: cover;
}

.ctabg {
  background: url("../images/bottom-bg.jpg") no-repeat center top;
  background-size: cover;
	position: relative;
	box-shadow: 0px 20px 20px rgb(0, 0,0, 0.1)
}

.footer_bg{position: relative;
	box-shadow: 0px 0px 20px rgb(0, 0,0, 0.3) inset}

.formbg h2, .formbg .section p {

	color: #fff;
}

.pd-tb100{padding: 100px 0px}
.pd-tb50{padding: 50px 0px}
.header .section{ position: relative}

.stamp{ background: url("../images/stamp.png") no-repeat; position: absolute; width: 250px; height: 250px; background-size: contain; top: 22%; right: 35%}
.value{margin-top: 20px;}
.value div{ min-height: 125px !important}
.value div p{float: left;width: calc(100% - 80px); margin-top: 0; padding-left: 20px; box-sizing: border-box; font-size: 18px}
.value div p strong{ font-size: 20px;}
.value div img{ float: left; width: 70px; height: auto}


.section p {
  font-size: 20px;
  color: #333333
}


.section .p-large{ font-size: 1.5rem}

.greybg{
	background-color: #132645;
	margin-top: 0 !important;
	padding-bottom: 20px
}

.icon-big{font-size: 150%;line-height: .8; padding-left: 10px;}

.icon-6 {
  width: calc(100% / 6 - 10px);
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top
}
.icon-5 {
  width: calc(100% / 5 - 10px);
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top
}
.img-full {
  width: 100%;
  height: auto
}
.icon-content {
  font-size: 18px;
  width: 100%;
  margin-top: 0px;
  color: #fff;
  line-height: 22px;
}
.icon-content strong {
  font-weight: 700;
  display: block;
	font-size: 22px;
	line-height: 1.5;
  color: #fff;
}
.dark h2, .dark p, .dark, .dark a {
  color: #fff !important
}

.dark .form a {color: #f26522 !important;}
.dark .greybg .form a

.cta-block {
  background: url(../images/footer-bg.jpg) no-repeat center center #002246;
  background-size: cover;
  padding: 100px 0px
}
.cta {
  border: 1px solid #333;
  color: #333;
  padding: 20px 50px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
	margin-top: 15px;
	border-radius: 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}
.cta.blue {
  background-color: #109fce;
  text-align: left;
  padding-right: 50px;
  padding: 20px 100px 20px 30px;
  font-size: 1.25rem;
  border: 0 !important;
  color: #fff
}
.cta.blue:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}
.cta:hover {
  transform: scale(1.0, 1.0);
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  color: #fff;
  border: 1px solid #f26522
}
.cta.blue:after {
  width: 70px;
  height: 100%;
  background: url(../images/download.png) #fff no-repeat center center;
  content: '';
  position: absolute;
  top: 0;
  right: 0
}
.cta:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cta:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #f26522;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1
}
.cta.orange {
  background: #ff8a00;
  background: -moz-linear-gradient(-45deg, #ff8a00 0%, #f26522 100%);
  background: -webkit-linear-gradient(-45deg, #ff8a00 0%, #f26522 100%);
  background: linear-gradient(135deg, #ff8a00 0%, #f26522 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a00', endColorstr='#f26522', GradientType=1);
  border: none;
  color: #ffff;
  
}
.cta.orange:before {
  border-bottom: 80px solid rgb(0, 54, 99);
}
.footer {
  font-size: 16px;
  vertical-align: bottom;
  line-height: 28px !important
}




.industry img {
  width: 70%;
  height: auto
}
.industry .icon-content {
  margin-bottom: 30px;
  font-family: 'Proxima', Helvetica, sans-serif;
  font-size: 18px
}


.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

   
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 40px; resize: none;
    line-height: 1;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #f26522;
background: -moz-linear-gradient(top,  #f26522 0%, #ff8a00 100%);
background: -webkit-linear-gradient(top,  #f26522 0%,#ff8a00 100%);
background: linear-gradient(to bottom,  #f26522 0%,#ff8a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#ff8a00',GradientType=0 );
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  border-radius: 100%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
	width: 40px;
	height: 40px
}

.slick-prev
{
    left: -49%;
	margin: 5px 5px 5px 5px;
}
[dir='rtl'] .slick-prev
{
    right: -15px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -49%;
    margin: 5px 5px 5px 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -15px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	text-align: center;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}



/* Simple Slider */
.white-back{
	box-shadow: 0 0px 20px rgba(0,0,0,0.08);
	background: #fff;
	margin-top: 30px;
	padding: 40px 0px;
	border-radius: 20px
}
.simple blockquote p {
	
	
	padding: 0px 10% 0px 10%;
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
}
.simple cite {
	font-size: 1em;
	font-style: normal;
	font-weight:700;
	margin-bottom: 30px
}
.simple cite a {
	color: #2d91c2;
	font-style: italic;
	text-decoration: none;
	font-size:.85em;
}
.simple cite a:hover {
	color: #00B4CC;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 50px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;border-radius: 10px;
	text-align: center;
    color: #fff;
}

.lightbox h2, .box p {
  margin: 0 20px;
}

.close {
   margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
	display: inline-block;
	padding: 0 50px;
}

.lightbox .cta{ font-size:150%}




@media only screen and (max-width: 78em) { /* 1024px */
  .container {
    width: 94%;
  }
  h1 {
    font-size: 3rem
  }
  h2 {
    font-size: 2rem
  }
	
	h3 {
    font-size: 1.25rem
  }
  p, .section p {
    font-size: 1.2rem
  }
  .cta.blue {
    font-size: 1rem
  }
  .header .section .hero {
    right: 0;
    width: 65%;
    bottom: -80px;
  }
  .header .section .hero img {
    width: 100%;
    height: auto;
  }
  .header h1 {
    margin-bottom: 40px
  }
  .header p {
    width: 85%;
  }
  .header p:last-child {
    margin-bottom: 0;
  }
  .header .section {
    min-height: auto;
  }
  .section {
    padding: 30px 0;
  }
  .section.large {
    padding: 60px 0px;
  }
  
	.icon-content strong{ font-size: 18px}
	.diagonal-bg .container{padding: 80px 0px;}
	.phone-dark{ font-size: 1rem}
  .successbg {
    background: url("../images/sucess.jpg") no-repeat right bottom;
    -webkit-background-size: 47%;
    background-size: 47%;
  }
  input[type="submit"], button {
    padding: 18px 20px !important;
    font-size: 16px !important
  }
  .industry .icon-content {
    font-size: 16px
  }
	input[type="text"], input[type="email"]{padding: 16px 10px;}

	.mt150{ margin-top: 100px}
	
	
}


@media only screen and (max-width: 64em) { /* 1024px */

	.stamp{ width: 150px; height: 150px}
	.mt150{ margin-top: 50px}

}



@media only screen and (max-width: 57em) { /* 720px */
  .col-1-md {
    width: 4.33%;
  }
  .col-2-md {
    width: 12.66%;
  }
  .col-3-md {
    width: 21%;
  }
  .col-4-md {
    width: 29.33%;
  }
  .col-5-md {
    width: 37.66%;
  }
  .col-6-md {
    width: 46%;
  }
  .col-7-md {
    width: 54.33%;
  }
  .col-8-md {
    width: 62.66%;
  }
  .col-9-md {
    width: 71%;
  }
  .col-10-md {
    width: 79.33%;
  }
  .col-11-md {
    width: 87.66%;
  }
  .col-12-md {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
  .formbg h2 {
    font-size: 2rem;
    margin-top: 20px
  }
  .header p {
    width: 65%;
  }
  .cta.blue {
    padding: 15px 80px 15px 20px;
  }
  .cta.blue::after {
    width: 55px;
  }
  .cta.orange {
    padding: 16px 30px;
  }
  p {
    margin-block-start: 1.25em;
  }
  h1, h2, h3 {
    margin-bottom: 20px;
  }
  h2 br, h3 br {
    display: none
  }
  ul li {
    font-size: 16px
  }
	
	.main-form{margin-top: 50px;}
	.mt150{margin-top: 0;}	
	.arrow{ display: none}
	.square{margin-bottom: 200px !important; min-height: 250px !important}
	#benifits .square:nth-child(3){ margin-bottom: 0 !important}
	#benifits .square:nth-child(4){ margin-bottom: 0 !important}
	.stamp{right: 0;}
	
}
@media only screen and (max-width: 48em) { /* 768px */
  .container {
    width: 94%;
  }
	
	.nav .right{ text-align: left !important}
  
  .successbg {
    padding-bottom: 110px;
  }
  .col-1-sm {
    width: 4.33%;
  }
  .col-2-sm {
    width: 12.66%;
  }
  .col-3-sm {
    width: 21%;
  }
  .col-4-sm {
    width: 29.33%;
  }
  .col-5-sm {
    width: 37.66%;
  }
  .col-6-sm {
    width: 46%;
  }
  .col-7-sm {
    width: 54.33%;
  }
  .col-8-sm {
    width: 62.66%;
  }
  .col-9-sm {
    width: 71%;
  }
  .col-10-sm {
    width: 79.33%;
  }
  .col-11-sm {
    width: 87.66%;
  }
  .col-12-sm {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
  .hero img {
    width: 100%;
    height: auto;
  }
  .header .section .hero {
    right: 0;
    bottom: -60px
  }
  .header .section {
    padding-bottom: 150px
  }
  .form {
    margin-top: 40px
  }
	
	
}
@media only screen and (max-width: 40em) { /* 640px */
  .container {
    width: 96%;
  }
  .phone {
    font-size: 20px;
    background-size: contain;
    padding-left: 20px
  }
	
	.nav{ border-bottom: 1px solid rgba(255,255,255,.5); margin-bottom: 20px}
	
  .section p, p {
    font-size: 1.2em
  }
	.header .section{padding: 10px 0px;}
	
  .header p {
    width: 100%;
  }
  .industry .icon-content {
    min-height: 50px;
    margin-bottom: 0;
  }
  .nav .col-6-sm img {
    width: 100%;
    height: auto
  }
  h2 {
    font-size: 1.75rem;
  }
  .hero img {
    width: 100%;
    height: auto;
  }
  .header .section .hero {
    right: 0;
    bottom: -60px;
    width: 100%
  }
  
  .header h1 {
    font-size: 36px
  }
  .header h2 {
    font-size: 24px;
  }
  .form {
    padding: 20px
  }
  .formbg h2 {
    margin-top: 0;
  }
  .header .header_content {
    padding-bottom: 10px
  }
  .section {
    padding: 30px 0px
  }
  .footer {
    text-align: center
  }
  .cta-block {
    padding: 50px 0px
  }
  .cta {
    font-size: 18px;
    text-align: center;
  }
  .cta.blue {
    display: block;
  }
  input[type="submit"], button {
    padding: 15px 10px;
    font-size: 16px
  }
  iframe {
    height: 300px
  }
	
	.simple blockquote p{ font-size: 1.2em}
	.slick-prev::before, .slick-next::before{font-size:18px !important; padding: 5px 5px !important; box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;}
	.slick-prev{left: -45%;margin: 5px 5px 5px 5px;}
	.slick-next{right: -45%;margin: 5px 5px 5px 5px;}
	.mt100{margin-top: 50px;}
	.logos-footer .img-full{ width: 80%}
	.footer .logo-image img{ max-width: 180px}
	.footer .right{ text-align: center}
	.footer p{margin-top: 0;}
	#benifits .square::before{display: none}
	#benifits{margin: 0;}
	.square{margin-bottom: 30px !important; text-align: left; padding-left: 150px; min-height: 150px !important}
	.square img{ bottom: inherit; left: 0; max-width: 120px; margin: inherit}
	#benifits .square:nth-child(3){margin-bottom: 30px !important;}
	.icon-big{display: none}
	.section .p-large{font-size: 1.2em; margin-top: 0;}
	.value div{ min-height: 80px !important}
	.value div p, .value div p strong{font-size: 16px}
	.value div p{width: calc(100% - 50px);}
}
@media only screen and (max-width: 30em) {
  .successbg {
    background: url("../images/sucess.jpg") no-repeat center bottom;
    background-size: 80%;
    padding-bottom: 50%;
  }
	.value div img{width: 50px;}
  
  .cta.orange {
    padding: 16px 24px;
  }
	
	.diagonal-bg .container{ padding: 40px 0px}
	.formbg h2{}
	.simple blockquote p{ padding: 0; font-size: 1em}
	
}