@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'TheBoldFont'; /*a name to be used later*/
  src: url('../font/THE BOLD FONT.ttf'); /*URL to font*/
}

.jti_wrapper {
  width: 1920px;
  max-width: 100%;
  margin: 0px auto;
}
header {
  width: 100%;
  /*height: 764px;
	background: url("../images/header1.jpg");
    background-repeat: no-repeat;
	box-sizing: border-box;
    background-size: contain;*/
}
header a {
  display: block;
}
header img {
  width: 100%;
  display: block;
}
.headercontainer {
  display: flex;
}
.headeraside1 {
  width: 60%;
  margin-right: 80px;
}
.headeraside1 h1, h2 {
  color: #467c65;
}
.headeraside1 h1 {
  font-size: 85px;
  text-align: right;
  line-height: 110px;
  font-family: 'TheBoldFont';
  padding-top: 50px;
}
.headeraside1 h2 {
  font-size: 60px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  padding-top: 30px;
  line-height: 70px;
}
.headeraside2 {
  width: 30%;
  text-align: center;
}
.headeraside2 img {
  width: 90%;
}
/*Touch points starts*/
.contactTouchponts {
  width: 1280px;
  float: left;
  background-image: linear-gradient(to right, #9e61bc, #bc93d0, #9f63bc);
  padding: 60px 60px;
  box-sizing: border-box;
}
.contactTouchponts li {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.contactTouchponts h2 {
  text-transform: uppercase;
  color: #ffffff;
  /*	 font-family: "Roboto", sans-serif;*/
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 80px;
  font-weight: bold;
  padding-bottom: 50px;
}
.iconbox, .contDetails {
  float: left;
}
/*
.iconbox{
	padding-top: 10px;
}
*/
.contDetails {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: #ffffff;
  padding: 15px 0px 0px 20px;
}
.contDetails span, .contDetails a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.text1 {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
}
.text2 {
  font-size: 42px;
  font-weight: bold;
  padding-top: 15px;
  /*    padding-bottom: 20px;*/
}
.text3 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 10px;
}
.privacyCTA {
  color: #467c65;
  text-decoration: none;
  background: #ffffff;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 35px;
  border-radius: 15px;
  display: inline-block;
  margin-top: 60px;
}
.brandsWrapper {
  width: 640px;
  background: #ffffff;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 60px 0px;
  font-family: "Arial Narrow", Arial, sans-serif;
}
.brandsWrapper h2 {
  text-transform: uppercase;
  color: #467c65;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 80px;
  font-weight: bold;
  padding-bottom: 50px;
}
/*
.brandsWrapper li{
	    padding: 25px 0px;
}
*/
/*Touch points ends*/
section {
  width: 100%;
  float: left;
  display: flex;
}
footer {
  width: 1920px;
  max-width: 100%;
  clear: both;
  text-align: center;
  color: #ffffff;
  background: #000000;
  font-size: 40px;
  /*    padding: 30px 10px;*/
  font-family: "Arial Narrow", Arial, sans-serif;
  box-sizing: border-box;
  height: 15%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
footer p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  left: 0px;
  right: 0px;
}
/*Responsive*/
@media (max-width:1600px) {
  .brandsWrapper h2, .contactTouchponts h2 {
    font-size: 65px;
  }
}
@media (max-width:1400px) {
  .contactTouchponts {
    padding: 40px;
  }
  .contactTouchponts h2 {
    font-size: 40px;
  }
  .brandsWrapper h2 {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .contDetails {
    padding: 5px 0px 0px 20px;
  }
  /*
	.brandsWrapper li{
		padding: 20px 0px;
	}
*/
  .iconbox {
    width: 10%;
  }
  .iconbox img {
    width: 100%;
  }
  .text2 {
    font-size: 30px;
  }
  .text1 {
    font-size: 20px;
  }
  .text3 {
    font-size: 20px;
  }
  .privacyCTA {
    margin-top: 0px;
    font-size: 20px;
  }
  .brandsWrapper {
    padding: 20px 0px;
  }
  .brandsWrapper img {
    width: 40%;
  }
  /*
	.LDlogo img{
		 width: 22%;
	}
*/
  footer {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width:1200px) {
  .contactTouchponts {
    padding: 40px;
  }
  .contactTouchponts h2 {
    font-size: 30px;
  }
  .brandsWrapper h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  /*
	.brandsWrapper li{
		padding: 20px 0px;
	}
*/
  .iconbox {
    width: 10%;
  }
  .iconbox img {
    width: 100%;
  }
  .text2 {
    font-size: 30px;
  }
  .text1 {
    font-size: 20px;
  }
  .text3 {
    font-size: 20px;
  }
  .privacyCTA {
    margin-top: 0px;
    font-size: 20px;
  }
  .brandsWrapper {
    padding: 20px 0px;
  }
  .brandsWrapper img {
    width: 45%;
  }
  /*
	.LDlogo img{
		 width: 22%;
	}
*/
}
@media (max-width:1024px) {
  .contactTouchponts {
    padding: 40px;
  }
  .contactTouchponts h2 {
    font-size: 30px;
  }
  .brandsWrapper h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  /*
	.brandsWrapper li{
		padding: 20px 0px;
	}
*/
  .iconbox {
    width: 10%;
  }
  .iconbox img {
    width: 100%;
  }
  .text2 {
    font-size: 26px;
  }
  .text1 {
    font-size: 16px;
  }
  .text3 {
    font-size: 16px;
  }
  .privacyCTA {
    margin-top: 0px;
    font-size: 20px;
  }
  .brandsWrapper {
    padding: 20px 0px;
  }
  .brandsWrapper img {
    width: 45%;
  }
  /*
	.LDlogo img{
		 width: 22%;
	}
*/
  footer {
    font-size: 25px;
  }
}
@media (max-width:992px) {
  .contactTouchponts {
    padding: 20px;
  }
  .contactTouchponts h2 {
    font-size: 30px;
  }
  .brandsWrapper h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  /*
	.brandsWrapper li{
		padding: 20px 0px;
	}
*/
  .iconbox {
    width: 10%;
  }
  .iconbox img {
    width: 100%;
  }
  .text2 {
    font-size: 22px;
  }
  .text1 {
    font-size: 16px;
  }
  .text3 {
    font-size: 16px;
  }
  .privacyCTA {
    margin-top: 0px;
    font-size: 20px;
  }
  .brandsWrapper {
    padding: 20px 0px;
  }
  .brandsWrapper img {
    width: 45%;
  }
  /*
	.LDlogo img{
		 width: 22%;
	}
*/
  footer {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width:768px) {
  .headeraside1 {
    margin-right: 50px;
  }
  .headeraside1 h1 {
    font-size: 35px;
    line-height: 40px;
    padding-top: 20px;
  }
  .headeraside1 h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 15px;
  }
  .contDetails {
    padding: 15px 0px 0px 20px;
  }
  section {
    display: block;
  }
  .contactTouchponts {
    padding: 40px;
  }
  .contactTouchponts, .brandsWrapper {
    width: 100%;
  }
  .contactTouchponts h2 {
    font-size: 30px;
  }
  .contactTouchponts li {
    padding-bottom: 30px;
  }
  .iconbox {
    width: 13%;
    padding-top: 10px;
  }
  .iconbox img {
    width: 100%;
  }
  .text1 {
    font-size: 20px;
  }
  .text2 {
    font-size: 24px;
  }
  .text3 {
    font-size: 17px;
  }
  .brandsWrapper h2 {
    font-size: 40px;
  }
  .privacyCTA {
    margin-top: 20px;
    font-size: 18px;
  }
  .brandsWrapper img {
    width: 25%;
  }
  /*
	.LDlogo img{
		 width: 15%;
	}
*/
}
@media (max-width:580px) {
  .headeraside1 {
    margin-right: 5px;
    width: 70%;
  }
  .headeraside1 h1 {
    font-size: 23px;
    line-height: 26px;
    padding-top: 12px;
  }
  .headeraside1 h2 {
    font-size: 17px;
    line-height: 19px;
    padding-top: 5px;
  }
  .contactTouchponts {
    padding: 30px 20px;
  }
  .contactTouchponts h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .text1 {
    font-size: 14px;
  }
  .text2 {
    font-size: 20px;
  }
  .text3 {
    font-size: 14px;
  }
  .contactTouchponts li {
    padding-bottom: 20px;
  }
  .privacyCTA {
    margin-top: 20px;
    font-size: 14px;
  }
  .brandsWrapper {
    padding: 30px 0px;
  }
  .brandsWrapper h2 {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .brandsWrapper img {
    width: 25%;
  }
  /*
	.LDlogo img{
		 width: 15%;
	}
*/
}
@media (max-width:480px) {
  .headeraside1 {
    margin-right: 5px;
    width: 70%;
  }
  .headeraside1 h1 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
  }
  .headeraside1 h2 {
    font-size: 14px;
    line-height: 17px;
    padding-top: 5px;
  }
  .contactTouchponts {
    padding: 30px 20px;
  }
  .contactTouchponts h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .text1 {
    font-size: 14px;
  }
  .text2 {
    font-size: 16px;
  }
  .text3 {
    font-size: 14px;
  }
  .contactTouchponts li {
    padding-bottom: 20px;
  }
  .privacyCTA {
    margin-top: 20px;
    font-size: 14px;
  }
  .brandsWrapper {
    padding: 30px 0px;
  }
  .brandsWrapper h2 {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .brandsWrapper img {
    width: 25%;
  }
  /*
	.LDlogo img{
		 width: 20%;
	}
*/
}