/*Template Name: Amplify Digital
Description: Amplify
Author: Emmanuel Chilaka
Author URL: github.com/echilaka1
Version: 1.0.0
Website: www.amplify.ng
*/


/* ==========================================================================
   01. GENERAL & BASIC STYLES
========================================================================== */
@font-face {
    font-family: 'GraphikBold';
    src: url('../fonts/GraphikBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikRegular';
    src: url('../fonts/GraphikRegular.otf') format('sopentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeomanistItalic';
    src: url('./fonts/geomanist-regular-italic-webfont.eot');
    src: url('./fonts/geomanist-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/geomanist-regular-italic-webfont.woff2') format('woff2'),
         url('./fonts/geomanist-regular-italic-webfont.woff') format('woff'),
         url('./fonts/geomanist-regular-italic-webfont.ttf') format('truetype'),
         url('./fonts/geomanist-regular-italic-webfont.svg#geomanistitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeomanistRegular';
    src: url('./fonts/geomanist-regular-webfont.eot');
    src: url('./fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('./fonts/geomanist-regular-webfont.woff') format('woff'),
         url('./fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('./fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantBold';
    src: url('../fonts/ITCAvantGardePro-Bold.eot');
    src: url('../fonts/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ITCAvantGardePro-Bold.woff2') format('woff2'),
         url('../fonts/ITCAvantGardePro-Bold.woff') format('woff'),
         url('../fonts/ITCAvantGardePro-Bold.ttf') format('truetype'),
         url('../fonts/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantDemiBold';
    src: url('../fonts/ITCAvantGardePro-Demibold.eot');
    src: url('../fonts/ITCAvantGardePro-Demibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ITCAvantGardePro-Demibold.woff2') format('woff2'),
         url('../fonts/ITCAvantGardePro-Demibold.woff') format('woff'),
         url('../fonts/ITCAvantGardePro-Demibold.ttf') format('truetype'),
         url('../fonts/ITCAvantGardePro-Demibold.svg#ITCAvantGardePro-Demibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Regular.eot');
    src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Merriweather-Regular.woff2') format('woff2'),
         url('../fonts/Merriweather-Regular.woff') format('woff'),
         url('../fonts/Merriweather-Regular.ttf') format('truetype'),
         url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.ttf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'ITCAvantGardePro';
	src: url('../fonts/ITCAvantGardePro.woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.ttf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'SpeakOT';
	src: url('../fonts/speak-heavy.ttf');
    font-style: normal;
    font-weight: normal;
}

html {
  position: relative;
  min-height: 100%;
  margin:0 !important;
}

body {
	font-family: 'Georgia', sans-serif;
  position: relative;
	-webkit-font-smoothing: antialiased;
	margin:0 auto;
}

body h2 {
  font-family: "ITCAvantBold", sans-serif;
}

#homepage section {
  height: 100vh !important; }

@media only screen and (max-width:1024px) {
  #homepage section {
  height: auto !important; }
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
 }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.display-how{
  padding:190px 100px 50px 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1024px) {
  .display-how {
    padding:10px;
  }
}

@media only screen and (max-width:1024px) {
  .container {
    padding-left:40px !important;
    padding-right:40px !important;
  }
}

/* ==========================================================================
   End general
========================================================================== */

/* ==========================================================================
 Navigation
========================================================================== */

div.header {
  height:0px !important;
}

.header{

  position: relative;

  z-index: 9;

}

.header a {

  text-decoration: none;

  -webkit-transition: 200ms ease-in-out;

  -o-transition: 200ms ease-in-out;

  transition: 200ms ease-in-out; }

  .header a:hover {

    color: #dd1064; }


.header input[type="checkbox"] {

  display: none; }


.header h1, .header h2, .header h3, .header h4 {

  font-size: 14px;

  font-family: "ITCAvantBold";

  font-weight: normal;

  margin: 0; }


.header .punctuationHighlight {

  color: #dd1064; }

.header .menu-icon1 {

  z-index: 999;

  height: 20px;

  width: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  position: absolute;

  top: 10px;
  right: 7%;

  cursor: pointer; }

@media only screen and (max-width:1024px) {
  .header .menu-icon1 {
    display:none;
  }
}

  .header .menu-icon1 .line {

    border-radius: 40px 0px 0px 40px;

    height: 20%;

    width: 100%;

    background: #dd1064;

    -webkit-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out; }

    .header .menu-icon1 .line:nth-child(2) {

      width: 70%; }

    .header .menu-icon1 .line:nth-child(3) {

      width: 50%; }


.header .note {

  border: 1px solid black; }


.header #menuToggle[type="checkbox"]:checked ~ label .menu-icon1 .first-line {

  -webkit-transform: translateY(-17vh);
  background: #dd1064;

  -ms-transform: translateY(-17vh);

  transform: translateY(-17vh); }


.header #menuToggle[type="checkbox"]:checked ~ label .menu-icon1 .second-line {

  -webkit-transform: rotate(180deg);
  background: #dd1064;

  -ms-transform: rotate(180deg);

  transform: rotate(180deg); }


.header #menuToggle[type="checkbox"]:checked ~ label .menu-icon1 .third-line {

  -webkit-transform: translateY(90vh);
  background: #dd1064;

  -ms-transform: translateY(90vh);

  transform: translateY(90vh); }

.header .menu-icon {

  z-index: 999;

  height: 20px;

  width: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  position: absolute;

  top: 45px;
  right: 7%;

  cursor: pointer; }

@media only screen and (max-width:1024px) {
  .header .menu-icon {
    display:none;
  }
}

  .header .menu-icon .line {

    border-radius: 40px 0px 0px 40px;

    height: 20%;

    width: 100%;

    background: #dd1064;

    -webkit-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out; }

    .header .menu-icon .line:nth-child(2) {

      width: 70%; }

    .header .menu-icon .line:nth-child(3) {

      width: 50%; }


      .header .menu-icon .line1 {

    border-radius: 40px 0px 0px 40px;

    height: 20%;

    width: 100%;

    background: white;

    -webkit-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out; }

    .header .menu-icon .line1:nth-child(2) {

      width: 70%; }

    .header .menu-icon .line1:nth-child(3) {

      width: 50%; }


.header .note {

  border: 1px solid black; }


.header #menuToggle[type="checkbox"]:checked ~ label .menu-icon .first-line {

  -webkit-transform: translateY(-17vh);
  background: #dd1064;

  -ms-transform: translateY(-17vh);

  transform: translateY(-17vh); }


.header #menuToggle[type="checkbox"]:checked ~ label .menu-icon .second-line {

  -webkit-transform: rotate(180deg);
  background: #dd1064;

  -ms-transform: rotate(180deg);

  transform: rotate(180deg); }


.header #menuToggle[type="checkbox"]:checked ~ label .menu-icon .third-line {

  -webkit-transform: translateY(90vh);
  background: #dd1064;

  -ms-transform: translateY(90vh);

  transform: translateY(90vh); }


.header .menuBackground {

  background: white;

  height: 1vh;

  opacity: 0;

  width: 99.9vw;

  position: fixed;

  z-index: -1;

  top: 10vh;

  left: 0;

  -webkit-transition: all 400ms ease-in-out;

  -o-transition: all 400ms ease-in-out;

  transition: all 400ms ease-in-out; }


.header #menuToggle:checked ~ .menuBackground {

  top: 0;

  height: 99vh;

  opacity: 1; }


.header .menu {

  z-index: 0;

  width:80%;

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  padding: 150px 0px 100px 0px;

  opacity: 1;
  visibility: hidden; }

  .header .menu .rolled {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-bottom: 30px; }

    .header .menu .rolled a {

      color: #c4c4c4; }

      .header .menu .rolled a:hover {

        color: #dd1064; }

    .header .menu .rolled p {

      color: black; }

    .header .menu .rolled .column {

      opacity: 0;

      font-size: 24px;
      pointer-events: none;

      font-family: "ITCAvantBold", sans-serif;

      -webkit-transition: all 600ms cubic-bezier(0.2, 0.8, 0.2, 1);

      -o-transition: all 600ms cubic-bezier(0.2, 0.8, 0.2, 1);

      transition: all 600ms cubic-bezier(0.2, 0.8, 0.2, 1);

      -webkit-transform: translateY(30px);

      -ms-transform: translateY(30px);

      transform: translateY(30px); }

      .header .menu .rolled .column:nth-child(1) {

        -webkit-transition-delay: 100ms;

        -o-transition-delay: 100ms;

        transition-delay: 100ms; }

      .header .menu .rolled .column:nth-child(2) {

        -webkit-transition-delay: 200ms;

        -o-transition-delay: 200ms;

        transition-delay: 200ms; }

      .header .menu .rolled .column:nth-child(3) {

        -webkit-transition-delay: 300ms;

        -o-transition-delay: 300ms;

        transition-delay: 300ms; }

      .header .menu .rolled .column:nth-child(4) {

        -webkit-transition-delay: 400ms;

        -o-transition-delay: 400ms;

        transition-delay: 400ms; }

      .header .menu .rolled .column:nth-child(5) {

        -webkit-transition-delay: 500ms;

        -o-transition-delay: 500ms;

        transition-delay: 500ms; }

      .header .menu .rolled .column h3 {

        font-size: 30px;

        margin: 0;

        margin-bottom: .7em; }

        .header .menu .rolled .column h3 a {

          color: black; }

          .header .menu .rolled .column h3 a:hover {

            color: #dd1064; }

        .header .menu .rolled .column h3 a.seeAll {

          font-size: 16px;

          margin-top: 2em; }

      .header .menu .rolled .column p {

        font-size: 20px;

        font-family: "Georgia";

        margin: 0;

        margin-bottom: .9em; }

    .header .menu .rolled .social {

      color: #9f9f9f;

      font-size: 14px;

      -webkit-box-flex: 3;

      -ms-flex: 3;

      flex: 3; }

      .header .menu .rolled .social ul {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        list-style: none;

        padding: 0; }

        .header .menu .rolled .social ul li {

          margin-right: 15px; }

    .header .menu .rolled .blacked {

      font-size: 14px;

      color: #0f1d2b;

      -webkit-box-flex: 1;

      -ms-flex: 1;

      flex: 1; }

    .header .menu .rolled .last-column {

      border-left: 1px solid gray;

      height: 20px;

      justify-self: flex-end;

      margin-left: 20px;

      text-align: right;

      padding-left: 9px; }

  .header .menu .social-row {

    border-top: 1px solid rgba(123, 123, 123, 0);

    -webkit-transition: border 600ms ease-in-out;

    -o-transition: border 600ms ease-in-out;

    transition: border 600ms ease-in-out;

    padding-top: 20px;

    margin-top: 50px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: flex-start; }


.header #menuToggle:checked ~ .menu .rolled.social-row {

  border-top: 1px solid #7b7b7b; }


.header #menuToggle:checked ~ .menu .rolled .column {

  opacity: 1;
  pointer-events: auto;

  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
  visibility: visible; }

  .header #menuToggle:checked ~ .menu .rolled .column .contact .column p {

    color: black; }

  .header #menuToggle:checked ~ .menu .rolled .column .contact .column span.punctuationHighlight {

    color: #dd1064; }

/*#toggleOn{
 display: none;
}
#toggleOn:unchecked ~ .menu{
 display: none;
}

#toggleOn:checked ~ .menu{
 display: inline-block;
}
#toggleOn:checked ~ .menu-white{
 display: inline-block;
}

#toggleOn:checked ~ .toggle_container .first {
  transform: translateY(4px) rotate(45deg)  translateZ(0);
  background: black;
}
#toggleOn:checked ~ .toggle_container .second {
  transform: translateY(-4px) rotate(-45deg)  translateZ(0);
  background: black;
  width:25px;
}
#toggleOn:checked ~ .toggle_container .third {
  opacity:0;
  background: black;
}

#toggleOn:checked ~ .toggle_container1 .first {
  transform: translateY(4px) rotate(45deg)  translateZ(0);
  background: black;
}
#toggleOn:checked ~ .toggle_container1 .second {
  transform: translateY(-4px) rotate(-45deg)  translateZ(0);
  background: black;
  width:25px;
}
#toggleOn:checked ~ .toggle_container1 .third {
  opacity:0;
  background: black;
}

.toggle_container {
  position: absolute;
  top: 45px;
  right: 7%;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 999;
  display:block;
  transition: opacity .25s ease;
}

@media only screen and (max-width:1024px) {
    .toggle_container {
        padding-top:40px;
    }
}

.toggle_container1 {
  position: absolute;
  top: 45px;
  right: 7%;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 999;
  display:block;
  transition: opacity .25s ease;
}

@media only screen and (max-width:1024px) {
  .toggle_container {
    display:none;
  }
}

.toggle_container1:hover {
  opacity: .7;
}

@media only screen and (max-width:1024px) {
  .toggle_container1 {
    display:none;
  }
}

.toggle_container:hover {
  opacity: .7;
}

.toggle_container span {
  background: #dd1064;
  border: none;
  height: 5px;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 50px 0px 0px 50px;

}
.toggle_container span:nth-of-type(2) {
  top: 7px;
  width: 60%;
}
.toggle_container span:nth-of-type(3) {
  top: 14px;
  width: 30%;
}

.toggle_container1 span {
  background: white;
  border: none;
  height: 5px;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 50px 0px 0px 50px;

}
.toggle_container1 span:nth-of-type(2) {
  top: 7px;
  width: 60%;
}
.toggle_container1 span:nth-of-type(3) {
  top: 14px;
  width: 30%;
}

.menu {
 position: absolute;
 right: -50px;
 width: 770px;
 display: none;
 top: 43px;
 overflow: hidden;
 z-index:99;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  float:left;
  display:inline;
  padding-left:25px;
}

.menu ul li a {
  font-family: "ITCAvantBold";
  font-weight:normal;
  font-size:14px;
  color:#1c1c1c;
  text-decoration: none;
}

.menu ul li a:hover {
  color: #dd1064;
}

.menu ul li {
-webkit-animation: slide-in 0.5s ease;
          animation: slide-in 0.5s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.menu-white {
  position: absolute;
 right: -20px;
 width: 800px;
 display: none;
 top: 40px;
 overflow: hidden;
 z-index:99;
}

.menu-white ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-white ul li {
  float:left;
  display:inline;
  padding-left:25px;
}

.menu-white ul li a {
  font-family: "ITCAvantBold";
  font-weight:normal;
  font-size:14px;
  color:white;
  text-decoration: none;
}

.menu-white ul li a:hover {
  color: black;
}

.menu-white ul li {
-webkit-animation: slide-in 0.5s ease;
          animation: slide-in 0.5s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slide-in{
 0% {
   opacity: 0;
   transform: translateY(-50px);
 }
 
 100% {
   opacity: 1;
   transform: translateY(0px)
 }
}*/

.button_container {
  display:none;
}

@media only screen and (max-width:1024px){
.button_container {
  position: absolute;
  top: 45px;
  right: 7%;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  display:block;
  transition: opacity .25s ease;
}
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(4px) rotate(45deg)  translateZ(0);
  background: black;
}
.button_container.active .middle {
  transform: translateY(-4px) rotate(-45deg)  translateZ(0);
  background: black;
  width:25px;
}
.button_container.active .bottom {
  opacity:0;
  background: black;
}
.button_container span {
  background: #dd1064;
  border: none;
  height: 5px;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 50px 0px 0px 50px;

}
.button_container span:nth-of-type(2) {
  top: 7px;
  width: 60%;
}
.button_container span:nth-of-type(3) {
  top: 14px;
  width: 30%;
}

.button_container1 {
  display:none;
}

@media only screen and (max-width:1024px){
.button_container1 {
  position: absolute;
  top: 45px;
  right: 7%;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  display:block;
  transition: opacity .25s ease;
}
}
.button_container1:hover {
  opacity: .7;
}

.button_container1.active .top {
  transform: translateY(4px) translateX(0) rotate(45deg);
  background: black;
}
.button_container1.active .bottom {
  opacity: 0;
  background: black;
}
.button_container1.active .middle {
  transform: translateY(-4px) translateX(0) rotate(-45deg);
  background: black;
  width:25px;
}
.button_container1 span {
  background: #dd1064;
  border: none;
  height: 5px;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 50px 0px 0px 50px;
}
.button_container1 span:nth-of-type(2) {
  top: 7px;
  width: 60%;
}
.button_container1 span:nth-of-type(3) {
  top: 14px;
  width: 30%;
}

.overlay {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index:99;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-family: 'ITCAvantBold', sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: ;
  height: 16.6666666667%;
  height: calc(100% / 6);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: ;
  position: relative;
  color: black;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li a:active {
  color: #dd1064;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* ==========================================================================
   End Navigation
========================================================================== */


/* ==========================================================================
  Home Page
========================================================================== */

.hello-amplify {
  background-color: #ffffff;
  background: url('../img/home/bam.png') no-repeat;
}

@media only screen and (max-width:1024px) {
  .hello-amplify {
    background-image:none;
  }
}

.top-space {
  padding-top:-15px !important;
}

@media only screen and (max-width:1024px) {
    .top-space {
        padding-top:40px;
        margin-left:-120px;
    }
}

.top-space23 {
  padding-top:15px;
}

@media only screen and (max-width:1024px) {
    .top-space23 {
        padding-top:15px;
        margin-left:-120px;
    }
}


.home-logo {
    max-width:130px;
}

@media only screen and (max-width:1024px) {
	.home-logo {
        padding-left:20px;
    }
}

.callout {
  padding-top:100px;
  padding-bottom:50px;
}

.callous {
        font-family: 'ITCAvantDemiBold';

        font-size: 52px;

        font-style: normal;

        line-height: 1.27;

        letter-spacing: -1.9px;

        color: #001f38;
  }
 
.callout  h2 {
        font-family: 'Georgia';

        font-size: 16px;

        font-weight: normal;

        font-style: normal;

        font-stretch: normal;

        line-height: 1.8;

        letter-spacing: normal;

        color: #aaaaaa;
  }
.callout  h1 {
        font-size: 50px;

        line-height: 0.99;

        color: #dd1064;
        font-style: normal;

        font-stretch: normal;

        font-family: 'ITCAvantBold';
        letter-spacing: -1.9px;
  }

@media only screen and (max-width:1024px) {
    .callout {
      padding-top:130px;
      padding-bottom:50px;
  	}
      .callous {
        font-size: 30px;
      }
      .callout h2 {
        font-size: 10px;
      }
      .callout h1 {
        font-size: 40px;
      }
}

.callout a {
   padding:18px 28px;
   border-radius: 28px;

   box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

   background-color: #ffffff;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #0f1d2b;
    text-decoration:none;
}

.callout a { 
  transition: .8s; 
}

.callout a:hover {
  border:1px solid #dd1064;
  background-color:#dd1064;
  color:#ffffff;
}

#socialicons {
    position:absolute;
    top:42%;
    right:6.9%;
}

@media only screen and (max-width:1024px) {
    #socialicons {
      top:8.5%;
      left:11%;
    }
}

.callout-social .oval {
    border-radius:50%;
    width:30px;
    height:30px;
    line-height:30px;
    background-color: #adadad;
    text-align: center;
    vertical-align: middle;
    display:block;
    color:white;
    font-size:12px !important;
    margin-top:5px;
}

.callout-social .oval:hover {
  color: white;
  background-color: #dd1064;
}

@media only screen and (max-width:1024px) {
	.callout-social .oval {
      display:inline-block;
      margin-top:5px;
    }
}

.firsthl {
  position:absolute;
  top:25%;
  right:7.9%;
    width: 1px;

  height: 90px;

  opacity: 0.77;

  background-color: #d4d4d4;
}

@media only screen and (max-width:1024px) {
  .firsthl {
    display:none;
  }
}

.secondhl {
  position:absolute;
  top:62%;
  right:7.9%;
    width: 1px;

  height: 90px;

  opacity: 0.77;

  background-color: #d4d4d4;
}

@media only screen and (max-width:1024px) {
  .secondhl {
    display:none;
  }
}

.home-about {
	background-color:#f6f6f6;
}

.home-about-about {
  padding-top:100px;
  padding-bottom:200px;
}

@media only screen and (max-width:1024px) {
  .home-about-about {
    padding-top:220px;
    padding-bottom: 40px;
  }
}

.home-about h2 {
  font-family: ITCAvantBold;

  font-size: 30px;


  font-style: normal;

  font-stretch: normal;

  line-height: 1.9;

  letter-spacing: -1.1px;

  color: #14192d;
}

@media only screen and (max-width:1024px) {
  .home-about h2 {
    font-size:20px;
  }
}

.home-about h1 {
	  opacity: 0.44;

	  font-family: 'Georgia';

	  font-size: 20px;

	  font-weight: normal;

	  font-style: normal;

	  font-stretch: normal;

	  line-height: 1.87;

	  letter-spacing: normal;

	  color: #4a4a4a;
}

@media only screen and (max-width:1024px) {
  .home-about h1 {
    font-size:13px;
  }
}

.home-about a {
    padding:18px 28px;

    border-radius: 28px;

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px #dd1064;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #dd1064;
    text-decoration:none;
}

.home-about a { 
  transition: .8s; 
}

.home-about a:hover {
  background-color:#dd1064;
  border:1px solid #dd1064;
  color:#f6f6f6;
}

@media only screen and (max-width:1024px) {
  .home-aiico {
    padding-top:120px;
    padding-bottom:60px;
  }
}

.mobileShow { display: none;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){ 
  .mobileShow { 
    display: inline;
  }
}

.mobileHide { display: inline;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){  
  .mobileHide { 
    display: none;
  }
}

.home-aiico h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .home-aiico h1 {
    font-size:25px;
    text-align: center;
  }
}

.home-aiico p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #ffffff;
    margin-top:10px
}

@media only screen and (max-width:1024px) {
  .home-aiico p {
    font-size:13px;
    text-align: center;
  }
}

.home-aiico a {
    padding:15px 25px;

    border-radius: 28px;

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px white;
    background-color:white;
    font-family: 'ITCAvantBold';
    font-size: 13px;


    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #0f1d2b;
    text-decoration:none;
}

.home-aiico a { 
  transition: .8s; 
}

.home-aiico a:hover {
  background-color:#2ca2f3;
  color:white;
  border-color:white;
}

@media only screen and (max-width:1024px) {
  .home-aiico a {
    font-size:12px;
    padding:5px 10px;
    left:32%;
    position:absolute;
  }
}

@media only screen and (max-width:1024px) {
  .home-lydia {
    padding-top:50px;
    padding-bottom:60px;
  }
}

.home-lydia h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .home-lydia h1 {
    font-size:25px;
    text-align:center;
  }
}

.home-lydia p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #4a4a4a;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .home-lydia p {
    font-size:13px;
    text-align:center;
  }
}

.home-lydia a {
    padding:15px 25px;

    border-radius: 28px;

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px #0f1d2b;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #0f1d2b;
    text-decoration:none;
}

@media only screen and (max-width:1024px) {
  .home-lydia a {
    font-size:12px;
    padding:5px 10px;
    left:33%;
    position:absolute;
  }
}

.home-lydia a { 
  transition: .8s; 
}

.home-lydia a:hover {
  color:white;
  border:none;
  background-color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .home-mtn {
    padding-top:150px;
    padding-bottom:60px;
  }
}

.home-mtn h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: white;
}

@media only screen and (max-width:1024px) {
  .home-mtn h1 {
    font-size:25px;
    text-align: center;
  }
}

.home-mtn p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: white;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .home-mtn p {
    font-size:13px;
    text-align: center;
  }
}

.home-mtn a {
    padding:15px 25px;

    border-radius: 28px;

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px white;
    background-color:white;
    font-family: 'ITCAvantBold';
    font-size: 13px;
    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #0f1d2b;
    text-decoration:none;
}

@media only screen and (max-width:1024px) {
  .home-mtn a {
    font-size:12px;
    padding:5px 10px;
    left:32%;
    position:absolute;
  }
}

.home-mtn a { 
  transition: .8s; 
}

.home-mtn a:hover {
  color:white;
  border:none;
  background-color: #ffa602;
}

@media only screen and (max-width:1024px) {
  .home-chi {
    padding-top:50px;
    padding-bottom:60px;
  }
}

.home-chi h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
  .home-chi h1 {
    font-size:25px;
    text-align: center;
  }
}

.home-chi p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #4a4a4a;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .home-chi p {
    font-size:13px;
    text-align: center;
  }
}

.home-chi a {
    padding:15px 25px;

    border-radius: 28px;

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px white;
    background-color:white;
    font-family: 'ITCAvantBold';
    font-size: 13px;
    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #0f1d2b;
    text-decoration:none;
}

@media only screen and (max-width:1024px) {
  .home-chi a {
    font-size:12px;
    padding:5px 10px;
    left:32%;
    position:absolute;
  }
}

.home-chi a { 
  transition: .8s; 
}

.home-chi a:hover {
  color:white;
  border:none;
  background-color: #8d1327;
}


@media only screen and (max-width:1024px) {
  .home-lasaco {
    padding-top:50px;
    padding-bottom:70px;
  }
}

.home-lasaco h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: white;
}

@media only screen and (max-width:1024px) {
  .home-lasaco h1 {
    font-size:25px;
    text-align:center;
  }
}

.home-lasaco p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: white;
    margin-top:5px;
}

@media only screen and (max-width:1024px) {
  .home-lasaco p {
    font-size:13px;
    text-align: center;
  }
}

.home-lasaco a {
    padding:15px 25px;

    border-radius: 28px;
    /*opacity: 0.44;*/

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px white;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: white;
    text-decoration:none;
}

@media only screen and (max-width:1024px) {
  .home-lasaco a {
    font-size:12px;
    padding:5px 10px;
    left:32%;
    position:absolute;
  }
}

.home-lasaco a { 
  transition: .8s; 
}

.home-lasaco a:hover {
  color:#45b2d1;
  border:#45b2d1;
  background-color: white;
}

.home-lasaco img {
  padding-top:40px;
}

@media only screen and (max-width:1024px) {
  .home-wadex {
    padding-top:70px;
    padding-bottom:60px;
  }
}

.home-wadex h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: white;
}

@media only screen and (max-width:1024px) {
  .home-wadex h1 {
    font-size:25px;
    text-align: center;
  }
}

.home-wadex p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: white;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .home-wadex p {
    font-size:13px;
    text-align: center;
  }
}

.home-wadex a {
    padding:15px 25px;

    border-radius: 28px;

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px #272727;
    background-color:white;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #272727;
    text-decoration:none;
}

@media only screen and (max-width:1024px) {
  .home-wadex a {
    font-size:12px;
    padding:5px 10px;
    left:32%;
    position:absolute;
  }
}

.home-wadex a { 
  transition: .8s; 
}

.home-wadex a:hover {
  color:white;
  border:white;
  background-color: #030f2d;
}

.home-wadex img {
  padding-top:80px;
}

@media only screen and (max-width:1024px) {
  .home-fbn {
    padding-top:100px;
    padding-bottom:60px;
  }
}

.home-fbn h1 {
    padding-top:30px;
    font-family: 'ITCAvantBold';

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #002d5b;
}

@media only screen and (max-width:1024px) {
  .home-fbn h1 {
    font-size:25px;
    text-align: center;
  }
}

.home-fbn p {
    font-family: 'Georgia';

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #002d5b;
    margin-top:5px;
}

@media only screen and (max-width:1024px) {
  .home-fbn p {
    font-size:13px;
    text-align: center;
  }
}

.home-fbn a {
    padding:15px 25px;

    border-radius: 28px;
    /*opacity: 0.44;*/

    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

    border: solid 1px #dd1064;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;
    color: #dd1064;
    text-decoration:none;
}

@media only screen and (max-width:1024px) {
  .home-fbn a {
    font-size:12px;
    padding:5px 10px;
    left:32%;
    position:absolute;
  }
}

.home-fbn a { 
  transition: .8s; 
}

.home-fbn a:hover {
  color:white;
  border:white;
  background-color: #002d5b;
}

.leftMargin {
  margin-left:100px;
}

@media only screen and (max-width:1024px) {
  .leftMargin {
    margin-left:0px;
    margin-bottom:10px;
  }
}

/* ===============================================================
   End Home page
========================================================================== */

/* ==========================================================================
   About Page
========================================================================== */

.image-overlay {
    position: relative;}

.group-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    opacity:0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;}

.image-overlay:hover .group-overlay {
    opacity: 1;}

.img-content {
  margin-top:150px;
  padding:30px;
}

@media only screen and (max-width:1024px) {
  .img-content {
    margin-top:5px;
    padding:10px;
  }
}

.img-content h4 {
    font-family: ITCAvantBold;

    font-size: 20px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.6;

    letter-spacing: -0.3px;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .img-content h4 {
    font-size:10px;
  }
}

.img-content h3 {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.44;

    letter-spacing: normal;

    text-align: center;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .img-content h3 {
    font-size:7.5px;
  }
}

.img-content h5 {
    font-family: Georgia;

    font-size: 12px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: center;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .img-content h5 {
    font-size:6px;
  }
}

.img-content hr {
    border-top: 1px solid white;
    width:50%;
    margin-left:70px;
}

@media only screen and (max-width:1024px) {
  .img-content hr {
    margin-left:22px;
  }
}

.about-slide-image {
  width:100%;
  height:auto;
  padding:1px;
}
/* Custom Arrow */
.prevbtn {
  color: #969696;
  position: absolute;
  top: 38%;
  left: 15.5px;
  font-size: 1.7em;
  background-color: #fafafa;
  border:1px solid white;
  padding:10px;
  cursor: pointer;
}
.prevbtn :hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #dd1064;
}

@media screen and (max-width: 800px) {
  .prevbtn {
    display: none !important;
  }
}

.nextbtn {
  color: #969696;
  position: absolute;
  top: 38%;
  right: 15px;
  font-size: 1.7em;
  background-color: #fafafa;
  border:1px solid white;
  padding:10px;
  cursor: pointer;
}
.nextbtn :hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #dd1064;
}

@media screen and (max-width: 800px) {
  .nextbtn {
    display: none !important;
  }
}

.amplify-about {
  padding-bottom:70px;
}

.amplify-about h1 {
    font-family: ITCAvantBold;

    font-size: 100px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.45;

    letter-spacing: -0.4px;

    text-align: center;

    color: #030f2d;
}

@media only screen and (max-width:1024px) {
    .amplify-about h1 {
        font-size:50px;
    }
}

.amplify-about p {
      font-family: Georgia;

      font-size: 15px;

      font-weight: bold;

      font-style: normal;

      font-stretch: normal;

      line-height: normal;

      letter-spacing: 8px;
      text-transform: uppercase;

      text-align: center;

      color: #030f2d;
      margin-top:20px;
}

@media only screen and (max-width:1024px) {
    .amplify-about p {
        font-size:10px;
    }
}

.about-callout {
    padding-top:70px;
    padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .about-callout {
    padding-top:50px;
    padding-bottom:50px;
  }
}

.top-space1 {
  padding-top:35px;
  margin-left:-110px;
}

@media only screen and (max-width:1024px) {
    .top-space1 {
        padding-top:10px;
        margin-left:-90px;
    }
}

.top-space2 {
  padding-top:40px;
}

@media only screen and (max-width:1024px) {
    .top-space2 {
        padding-top:40px;
        margin-left:-30px;
    }
}

.amplify-about-first {
  padding-top:100px;
  padding-bottom:100px;
  background-color: #fafafa;
}

@media only screen and (max-width:1024px) {
  .amplify-about-first {
    padding-top:50px;
    padding-bottom:50px;
  }
}

.amplify-about-first h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.27;

    letter-spacing: -2px;

    color: #3e3e3e;
}

@media only screen and (max-width:1024px) {
  .amplify-about-first h1 {
    font-size:25px;
  }
}

.amplify-about-first p {
    font-family: Georgia;

    font-size: 16px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .amplify-about-first p {
    font-size:13px;
  }
}

.amplify-about-second {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .amplify-about-second {
    padding-top:50px;
    padding-bottom:50px;
  }
}

.amplify-about-second h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.33;

    letter-spacing: -2px;

    color: #e62b76;
}

@media only screen and (max-width:1024px) {
  .amplify-about-second h1 {
    font-size:20px;
  }
}

.amplify-about-second h2 {
      font-family: ITCAvantBold;

      font-size: 25px;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.23;

      letter-spacing: -1.3px;

      color: #13202e;
}

@media only screen and (max-width:1024px) {
  .amplify-about-second h2 {
    font-size:20px;
  }
}

.amplify-about-second p {
      font-family: Georgia;

      font-size: 15px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.63;

      letter-spacing: normal;

      color: #13202e;
}

@media only screen and (max-width:1024px) {
  .amplify-about-second p {
    font-size:13px;
  }
}

.amplify-about-third {
  padding-top:10px;
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .amplify-about-third {
    padding-top:5px;
    padding-bottom:20px;
  }
}

.amplify-about-third h1 {
    font-family: ITCAvantBold;

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.96;

    letter-spacing: -2.2px;

    color: #e62b76;
}

@media only screen and (max-width:1024px) {
  .amplify-about-third h1 {
    font-size:20px;
  }
}

.amplify-about-third h2 {
    font-family: ITCAvantBold;

    font-size: 20px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.23;

    letter-spacing: -1.3px;

    color: #13202e;
}

@media only screen and (max-width:1024px) {
  .amplify-about-third h2 {
    font-size:17px;
  }
}

.amplify-about-third p {
      font-family: Georgia;

      font-size: 14px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.63;

      letter-spacing: normal;

      color: #13202e;
}

@media only screen and (max-width:1024px) {
  .amplify-about-third p {
    font-size:13px;
  }
}

.amplify-about-fourth {
  padding-top:70px;
  padding-bottom:230px;
  background-color: #fafafa;
}

.amplify-about-forth .strategy-points{
   position: relative;
   margin-top: 20px;
   padding-bottom: 100px;
}
.amplify-about-fourth .strategy-points .strategy-point {
   max-width: 220px;
   text-align: right;
   position: absolute;
}
.amplify-about-fourth .strategy-points .strategy-point h4 {
     color: #e62b76;
     font-family: "ITCAvantBold";
}
.amplify-about-fourth .strategy-points .strategy-point p.strategy{
   text-align: right;
   color: #1B1B1B
;
   font-size: 15px;
}
.strategy-points .first{
 top: -30px;
 left: 650px;
}
.strategy-points .second{
 top: 120px;
 left: 390px;
}
.strategy-points .third{
 top: 140px;
 left: 50px;
}
.strategy-points .fourth{
 top: 490px;
 left: 380px;
}
.strategy-points .fifth{
 top: 360px;
 left: 750px;
}

.amplify-about-fourth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.96;

    letter-spacing: -2.2px;

    color: #e62b76;
}

@media only screen and (max-width:1024px) {
  .amplify-about-fourth h1 {
    font-size:20px;
  }
}

.amplify-about-fourth p {
    font-family: Georgia;

    font-size: 13px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: center;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .amplify-about-fourth p {
    font-size:12px;
  }
}

.perks .perkabt {
  width: 15em;
  min-width: 25%;
  padding: 3em;
  border: 1px solid #ededed;
  margin: 0;
}

.perks .perkabt:nth-child(1) {
  border-top-color: transparent;
  border-left-color: transparent;
}

.perks .perkabt:nth-child(2) {
  border-top-color: transparent;
}

.perks .perkabt:nth-child(3) {
  border-top-color: transparent;
}

.perks .perkabt:nth-child(4) {
  border-top-color: transparent;
  border-right-color: transparent;
}

.perks .perkabt:nth-child(5) {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.perks .perkabt:nth-child(6) {
  border-bottom-color: transparent;
}

.perks .perkabt:nth-child(7) {
  border-bottom-color: transparent;
}

.perks .perkabt:nth-child(8) {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

@media only screen and (max-width:1024px) {
  .perks .perkabt {
    border:none;
  }
}

/* ==========================================================================
   End About page
========================================================================== */

/* ==========================================================================
   Works Page
========================================================================== */

.allworks-first {
  padding-top:25px;
background-color: #ffffff;
  background: url('../img/works/ziggy.png') no-repeat;
}

@media only screen and (max-width:1024px) {
  .allworks-first {
    background-image:none;
  }
}

.allworks-first h1 {
    font-family: ITCAvantBold;

    font-size: 80px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.45;

    letter-spacing: -0.4px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .allworks-first h1 {
    font-size:40px;
  }
}

.allworks-first p {
      font-family: Georgia;

      font-size: 18px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.68;

      letter-spacing: normal;
      margin-top:20px;

      color: #aaaaaa;
}

@media only screen and (max-width:1024px) {
  .allworks-first p {
    font-size:13px;
    color:black;
  }
}

.allworks-callout {
    padding-top:300px;
    padding-bottom:200px;
}

@media only screen and (max-width:1024px) {
  .allworks-callout {
    padding-top:100px;
    padding-bottom:50px;
  }
}

.allworks-second {
  padding-top:50px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .allworks-second {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.allworks-second h4 {
    font-family: ITCAvantBold;

    font-size: 23px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.6;

    letter-spacing: -1.3px;

    color: #2a2a2a;
    margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .allworks-second h4 {
    font-size:14px;
  }
}

.allworks-second p {
      font-family: Georgia;

      font-size: 15px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.44;

      letter-spacing: normal;

      text-align: center;

      color: #525252;
}

@media only screen and (max-width:1024px) {
  .allworks-second p {
    font-size:12px;
  }
}

.wadex-border {
  max-width: 500px;
  max-height: 666px;
  overflow: hidden;
}

.aiico-border {
  max-width: 500px;
  max-height:517px;
  overflow: hidden;
}

.lasaco-border {
  max-width: 500px;
  max-height:517px;
  overflow: hidden;
}

.chi-border {
   max-width: 500px;
   max-height: 666px;
   overflow: hidden;
}

.fbn-border {
  max-width: 500px;
  max-height: 666px;
  overflow: hidden;
}

.lydia-border {
  max-width: 500px;
  max-height:508px;
  overflow: hidden;
}

.wadex-border img {
  transition-duration: 2s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.wadex-border img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.aiico-border img {
  transition-duration: 2s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.aiico-border img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.lasaco-border img{
  transition-duration: 2s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.lasaco-border img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.chi-border img{
  transition-duration: 2s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.chi-border img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.fbn-border img{
  transition-duration: 2s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.fbn-border img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.lydia-border img{
  transition-duration: 2s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.lydia-border img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.move-chi-up {
  margin-top:-148px;
}

@media only screen and (max-width:1024px) {
  .move-chi-up {
    margin-top:-41px;
  }
}

.mobile-aiico-bg {
  background: url('../img/aiico/bg.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile-aiico {
  padding-top:40px;
  padding-bottom:40px;
  padding-left:40px;
  padding-right:40px;
}

.mobile-aiico h2 {
  color:white !important;
  font-size:20px !important;
}

.mobile-aiico p {
  color:white !important;
}

.aiico-first {
    padding-bottom:20px;
}

.aiico-top-space {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .aiico-top-space {
    padding-top:20px;
  }
}

.aiico-first h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-first h2 {
        font-size: 20px;
    }
}

.aiico-first p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.43;

    letter-spacing: normal;

    text-align: center;

    color: rgba(74, 74, 74, 0.82);
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
    .aiico-first p {
        font-size: 12px;
    }
}

.aiico-second {
    background: url('../img/aiico/bg.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.aiico-third {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .aiico-third {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.aiico-third h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-third h2 {
        font-size: 30px;
    }
}

.aiico-third p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .aiico-third p {
        font-size: 13px;
    }
}

.aiico-third a {
    text-decoration: none;

    font-family: ITCAvantBold;

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #2ca2f3;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
    .aiico-third a {
        font-size: 12px;
    }
}

.aiico-third a:hover:after, .aiico-third a:focus:after, .aiico-third a:active:after {
  width: 15%;
}
.aiico-third a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:7.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #2ca2f3;
  transition: .35s;
}

.aiico-fourth {
    padding-top:50px;
    padding-bottom:20px;
    background-color: #fcfcfc;
}

@media only screen and (max-width:1024px) {
    .aiico-fourth {
        padding-top:20px;
    }
}

.aiico-fourth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-fourth h2 {
        font-size: 25px;
    }
}

.aiico-fourth h3 {

    font-family: ITCAvantGardePro;

    font-size: 30px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.37;

    letter-spacing: -1.6px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-fourth h3 {
        font-size: 17px;
    }
}

.aiico-fourth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:15px;
}

@media only screen and (max-width:1024px) {
    .aiico-fourth p {
        font-size: 10px;
    }
}

.color-codes {
    padding-top:50px;
}

@media only screen and (max-width:1024px) {
    .color-codes {
        padding-top:10px;
    }
}

.aiico-fifth {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .aiico-fifth {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.aiico-fifth h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    letter-spacing: -2.2px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-fifth h2 {
        font-size: 25px;
    }
}

.aiico-fifth h3 {
    font-family: ITCAvantBold;

    font-size: 30px;
    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    letter-spacing: -2.2px;

    color: #2ca2f3;
    margin-top:8px;
}

@media only screen and (max-width:1024px) {
    .aiico-fifth h3 {
        font-size: 17px;
    }
}

.aiico-fifth p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:15px;
}

@media only screen and (max-width:1024px) {
    .aiico-fifth p {
        font-size: 10px;
    }
}

.scroll-effects {
    padding-top:200px;
    padding-left:40px;
    padding-right:100px;
}

@media only screen and (max-width:1024px) {
    .scroll-effects {
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
    }
}

.aiico-sixth {
    padding-bottom: 40px;
}

.aiico-sixth h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-sixth h2 {
        font-size: 25px;
    }
}

.aiico-sixth h3 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-sixth h3 {
        font-size: 25px;
    }
}

.aiico-sixth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .aiico-sixth p {
        font-size: 10px;
        text-align:center !important;
    }
}

.aiico-sixth h4 {

    font-family: ITCAvantBold;

    font-size: 22px;

    line-height: 1.22;

    letter-spacing: -1.2px;

    color: #2ca2f3;
}

@media only screen and (max-width:1024px) {
    .aiico-sixth h4 {
        font-size: 15px;
        text-align:center !important;
    }
}

.aiico-image  img {
  max-width:350px;
}

.scroll-align {
    padding-top:150px;
    padding-left:100px;
    padding-right:40px;
}

@media only screen and (max-width:1024px) {
    .scroll-align {
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
    }
}

.scroll-align1 {
    padding-top:120px;
    padding-left:40px;
    padding-right:100px;
}

@media only screen and (max-width:1024px) {
    .scroll-align1 {
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
    }
}

.scroll-align2 {
    padding-top:110px;
    padding-left:40px;
    padding-right:100px;
}

@media only screen and (max-width:1024px) {
    .scroll-align2 {
        padding-top:20px;
        padding-left:0px;
        padding-right:0px;
    }
}

.scroll-align3 {
    padding-top:100px;
    padding-left:40px;
    padding-right:100px;
}

@media only screen and (max-width:1024px) {
    .scroll-align3 {
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
    }
}

.sticky {
  height: auto !important;
}

.con-sticky {
  position:sticky; 
  height: 800px; 
  top:0px;
}

@media only screen and (max-width:1024px){
  .con-sticky {
    position: relative;
    height: 250px; 
    top:0px;
  }
}

.closed-text {
  padding-left:40px;
  padding-right:100px;
}

@media only screen and (max-width:1024px) {
  .closed-text {
    padding-left:0px;
    padding-right:0px;
  }
}

.closed-text-right {
  padding-right:50px;
}

@media only screen and (max-width:1024px) {
  .closed-text-right {
    padding-right:0px;
  }
}

.aiico-seven {
    padding-top:70px;
    padding-bottom:40px;
}

@media only screen and (max-width:1024px) {
    .aiico-seven {
        padding-top:20px;
        padding-bottom:20px;
    }
}

.aiico-seven h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #000000;
}

@media only screen and (max-width:1024px) {
    .aiico-seven h2 {
        font-size: 15px;
    }
}

.aiico-seven p {

    font-family: ITCAvantGardePro;

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #da1c5c;
    vertical-align: middle;
}

@media only screen and (max-width:1024px) {
  .aiico-seven p {
    font-size:10px;
  }
}

.new-works-sub h4 {
    font-family: ITCAvantBold;

    font-size: 23px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.6;

    letter-spacing: -1.3px;

    color: #2a2a2a;
    margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .new-works-sub h4 {
    font-size:14px;
  }
}

.new-works-sub p {
      font-family: Georgia;

      font-size: 15px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.44;

      letter-spacing: normal;

      text-align: center;

      color: #525252;
}

@media only screen and (max-width:1024px) {
  .new-works-sub p {
    font-size:12px;
  }
}

.send-right {
  float:right;
}

.mobile-mtn-bg {
  background: url('../img/mtn/musicbg.svg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile-mtn {
  padding-top:40px;
  padding-bottom:40px;
  padding-left:40px;
  padding-right:40px;
}

.mobile-mtn h2 {
  color:white !important;
  font-size:20px !important;
}

.mobile-mtn p {
  color:white !important;
}

.mtn-first {
    padding-bottom:20px;
}

.mtn-top-space {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .mtn-top-space {
    padding-top:20px;
  }
}

.mtn-first h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #f8a13e;
}

@media only screen and (max-width:1024px) {
    .mtn-first h2 {
        font-size: 20px;
    }
}

.mtn-first p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.43;

    letter-spacing: normal;

    text-align: center;

    color: rgba(74, 74, 74, 0.82);
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
    .mtn-first p {
        font-size: 12px;
    }
}

.mtn-second {
    background: url('../img/mtn/musicbg.svg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:70px;
    padding-bottom:100px;
}

.mtn-third {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .mtn-third {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.mtn-third h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #f8a13e;
}

@media only screen and (max-width:1024px) {
    .mtn-third h2 {
        font-size: 30px;
    }
}

.mtn-third p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .mtn-third p {
        font-size: 13px;
    }
}

.mtn-fourth {
  padding-top:70px;
  padding-bottom:70px;
}

@media only screen and (max-width:1024px) {
  .mtn-fourth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.mtn-fourth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    text-align: center;

    color: #f8a13e;
}

@media only screen and (max-width:1024px) {
  .mtn-fourth h1 {
    font-size:20px;
  }
}

.mtn-fourth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .mtn-fourth p {
        font-size: 13px;
    }
}

.mtn-fifth {
  padding-top:70px;
  padding-bottom:70px;
  background-color: #fafafa;
}

@media only screen and (max-width:1024px) {
  .mtn-fifth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.mtn-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    text-align: center;

    color: #f8a13e;
}

@media only screen and (max-width:1024px) {
  .mtn-fifth h1 {
    font-size:20px;
  }
}

.mtn-fifth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .mtn-fifth p {
        font-size: 13px;
    }
}

.mobile-lasaco {
  padding-top:40px;
  background-color:#45b2d1;
  padding-left:40px;
  padding-right:40px;
}

.mobile-lasaco h2 {
  color:white !important;
  font-size:20px !important;
}

.mobile-lasaco p {
  color:white !important;
}

.lasaco-first {
  padding-bottom:20px;
}

.lasaco-top-space {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .lasaco-top-space {
    padding-top:20px;
  }
}

.lasaco-first h2 {
    font-size: 30px;

    font-family: ITCAvantBold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #45b2d1;
}

.lasaco-first p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.43;

    letter-spacing: normal;

    text-align: center;

    color: rgba(74, 74, 74, 0.82);
    margin-top:15px;
}

.lasaco-second {
    background: url('../img/lasaco/lasaco.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:550px;
}

.lasaco-third {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .lasaco-third {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.lasaco-third h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-third h2 {
        font-size: 25px;
    }
}

.lasaco-third p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .lasaco-third p {
        font-size: 10px;
    }
}

.lasaco-third a {
    text-decoration: none;

    font-family: ITCAvantGardePro;

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-third a {
        font-size: 13px;
    }
}

.lasaco-third a:hover:after, .lasaco-third a:focus:after, .lasaco-third a:active:after {
  width: 15%;
}
.lasaco-third a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:7.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #45b2d1;
  transition: .35s;
}

.lasaco-fourth {
  padding-top:20px;
    padding-bottom: 40px;
    background-color: #fafafa;
}

.lasaco-fourth h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-fourth h2 {
        font-size: 25px;
    }
}

.lasaco-fourth h3 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-fourth h3 {
        font-size: 25px;
    }
}

.lasaco-fourth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .lasaco-fourth p {
        font-size: 10px;
    }
}

.lasaco-fifth {
  padding-top:150px;
  padding-bottom:150px;
}

@media only screen and (max-width:1024px) {
  .lasaco-fifth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.lasaco-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-fifth h1 {
        font-size: 25px;
    }
}

.lasaco-fifth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-fifth h2 {
        font-size: 25px;
    }
}

.lasaco-fifth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .lasaco-fifth p {
        font-size: 10px;
    }
}

.lasaco-sixth {
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .lasaco-sixth {
    padding-bottom:20px;
  }
}

.lasaco-sixth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-sixth h1 {
        font-size: 25px;
    }
}

.lasaco-sixth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    color: #45b2d1;
}

@media only screen and (max-width:1024px) {
    .lasaco-sixth h2 {
        font-size: 25px;
    }
}

.lasaco-sixth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .lasaco-sixth p {
        font-size: 10px;
    }
}

.lasaco-seven {
  padding-top:70px;
  padding-bottom:30px;
    background: url('../img/lasaco/lasaco-bg.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lasaco-seven h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -1.2px;

    color: white;
}

@media only screen and (max-width:1024px) {
    .lasaco-seven h1 {
        font-size: 17px;
    }
}

.lasaco-seven p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: white;
}

@media only screen and (max-width:1024px) {
    .lasaco-seven p {
        font-size: 10px;
    }
}

.chi-first {
    padding-bottom:20px;
}

.chi-top-space {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .chi-top-space {
    padding-top:20px;
  }
}

.chi-first h2 {
    font-size: 30px;

    font-family: ITCAvantBold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-first h2 {
        font-size: 20px;
    }
}

.chi-first p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.43;

    letter-spacing: normal;

    text-align: center;

    color: rgba(74, 74, 74, 0.82);

    margin-top:15px;
}

@media only screen and (max-width:1024px) {
    .chi-first p {
        font-size: 12px;
    }
}

.chi-second {
    background-color: #fafafa;
    padding-top:50px;
    padding-bottom:50px;
}

@media only screen and (max-width: 1024px) {
  .chi-second {
    padding-top:20px;
    padding-bottom:20px;
  }
}

@media only screen and (max-width:1024px) {
  .chi-mobile-car {
    padding-top:80px;
  }
}

.chi-second h1 {
    font-family: Merriweather;

    font-size: 20px;

    font-weight: 900;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    text-align: center;

    color: #8d1328;
}


@media only screen and (max-width:1024px) {
  .chi-second h1 {
    font-size:10px;
  }
}

.chi-card {
    max-width: 155px;
    min-height:120px;
    padding:25px;

    border-radius: 5px;

    background-color: #ffffff;

    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.chi-card:hover {
  background-color:#8d1328;
}

.chi-card:hover .svg-test {
  filter: invert(87%) sepia(100%) saturate(3%) hue-rotate(270deg) brightness(110%) contrast(97%);
}

.chi-card:hover p {
  color:white;
}

.chi-card img {
  width:35px;
}

@media only screen and (max-width:1024px) {
  .chi-card {
    padding:5px;
    width:50px;
    height:20px;
  }

  .chi-card img {
    width:20px;
  }
}

.chi-card p {
    font-family: Merriweather;

    font-size: 10px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    text-align: center;

    color: #8d1328;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .chi-card p {
    font-size:8px;
  }
}


.chi-button {
    border-radius: 5px;
    border: solid 2px #8d1328;
    padding: 5px 20px;
    color: #8d1328;
    font-size:12px;
    font-family: Merriweather;
    background-color:transparent;
}

@media only screen and (max-width:1024px) {
  .chi-button {
    padding:2.5px 5px;
    font-size:8px;
  }
}

.chi-button:hover {
  background-color:#8d1328;
  color:white;
}

.chi-third {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .chi-third {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.chi-third h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-third h2 {
        font-size: 20px;
    }
}

.chi-third p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:15px;
}

@media only screen and (max-width:1024px) {
    .chi-third p {
        font-size: 13px;
    }
}

.chi-third a {
    text-decoration: none;

    font-family: ITCAvantGardePro;

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #8d1327;
    margin-top:13px;
}

@media only screen and (max-width:1024px) {
    .chi-third a {
        font-size: 12px;
    }
}

.chi-third a:hover:after, .chi-third a:focus:after, .chi-third a:active:after {
  width: 15%;
}
.chi-third a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:7.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #8d1327;
  transition: .35s;
}

.chi-fourth {
  padding-top:20px;
    padding-bottom: 40px;
    background-color: #fafafa;
}

.chi-fourth h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-fourth h2 {
        font-size: 25px;
    }
}

.chi-fourth h3 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-fourth h3 {
        font-size: 20px;
    }
}

.chi-fourth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .chi-fourth p {
        font-size: 10px;
    }
}

.chi-fifth {
  padding-top:150px;
  padding-bottom:150px;
}

@media only screen and (max-width:1024px) {
  .chi-fifth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.chi-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;


    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-fifth h1 {
        font-size: 25px;
    }
}

.chi-fifth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-fifth h2 {
        font-size: 25px;
    }
}

.chi-fifth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;

    margin-top:15px;
}

@media only screen and (max-width:1024px) {
    .chi-fifth p {
        font-size: 10px;
    }
}

.chi-sixth {
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .chi-sixth {
    padding-bottom:20px;
  }
}

.chi-sixth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-sixth h1 {
        font-size: 25px;
    }
}

.chi-sixth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    color: #8d1327;
}

@media only screen and (max-width:1024px) {
    .chi-sixth h2 {
        font-size: 25px;
    }
}

.chi-sixth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .chi-sixth p {
        font-size: 10px;
    }
}

.chi-seven {
  padding-top:70px;
  padding-bottom:30px;
    background: url('../img/chi/Mask.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.chi-seven h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    color: white;
}

@media only screen and (max-width:1024px) {
    .chi-seven h1 {
        font-size: 17px;
    }
}

.chi-seven p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: white;
}

@media only screen and (max-width:1024px) {
    .chi-seven p {
        font-size: 10px;
    }
}

/*.chi-con {
  max-width:300px;
  max-height:500px;
  height:500px;
}*/

.mobile-wadex {
  padding-top:40px;
  background-color:#1d2a5d;
  padding-left:40px;
  padding-right:40px;
}

.mobile-wadex h2 {
  color:white !important;
  font-size:20px !important;
}

.mobile-wadex p {
  color:white !important;
}

.wadex-first {
    padding-bottom:20px;
}

.wadex-top-space {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .wadex-top-space {
    padding-top:20px;
  }
}

.wadex-first h2 {
    font-size: 30px;

    font-family: ITCAvantBold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-first h2 {
        font-size: 20px;
    }
}

.wadex-first p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.43;

    letter-spacing: normal;

    text-align: center;

    color: rgba(74, 74, 74, 0.82);
    margin-top:15px;
}

@media only screen and (max-width:1024px) {
    .wadex-first p {
        font-size: 12px;
    }
}

.wadex-second {
  background-color:#202c5d;
  padding-top:50px;
  padding-bottom:50px;
}

.wadex-third {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .wadex-third {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.wadex-third h2 {

    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-third h2 {
        font-size: 18px;
    }
}

.wadex-third p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
    .wadex-third p {
        font-size: 13px;
    }
}

.wadex-third a {
    text-decoration: none;

    font-family: ITCAvantBold;

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-third a {
        font-size: 12px;
    }
}

.wadex-third a:hover:after, .wadex-third a:focus:after, .wadex-third a:active:after {
  width: 15%;
}
.wadex-third a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:7.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #1d2a5d;
  transition: .35s;
}

.wadex-fourth {
    padding-top:50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}

@media only screen and (max-width:1024px) {
  .wadex-fourth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.wadex-fourth h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-fourth h2 {
        font-size: 20px;
    }
}

.wadex-fourth h3 {
    font-family: ITCAvantGardePro;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #1d2a5d;
    margin-top:8px;
}

@media only screen and (max-width:1024px) {
    .wadex-fourth h3 {
        font-size: 20px;
    }
}

.wadex-fourth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
    .wadex-fourth p {
        font-size: 10px;
    }
}

.wadex-fifth {
  padding-top:150px;
  padding-bottom:150px;
}

@media only screen and (max-width:1024px) {
  .wadex-fifth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.wadex-fifth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-fifth h2 {
        font-size: 25px;
    }
}

.wadex-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-fifth h1 {
        font-size: 25px;
    }
}

.wadex-fifth h3 {
    font-family: ITCAvantGardePro;

    font-size: 18px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 2.67;

    letter-spacing: -1.3px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-fifth h3 {
        font-size: 15px;
    }
}

.wadex-fifth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .wadex-fifth p {
        font-size: 10px;
    }
}

.img-bordered {
    max-width: 170px;
    padding:50px 25px;

    border-radius: 20px;

    background-color: #ffffff;

    box-shadow: 0 2px 40px 15px rgba(0, 0, 0, 0.24);
}

.wadex-sixth {
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .wadex-sixth {
    padding-bottom:20px;
  }
}

.wadex-sixth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #1d2a5d;
}

@media only screen and (max-width:1024px) {
    .wadex-sixth h1 {
        font-size: 25px;
    }
}

.wadex-sixth p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .wadex-sixth p {
        font-size: 10px;
    }
}

.wadex-seven {
    background: url('../img/wadex/card.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:700px;
}

.fbn-header {
    padding-bottom:20px;
}

.fbn-redesign {
  background-image: url('../img/home/mainimage.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  background-color: #fafafa;
  padding-top:20px; 
  padding-bottom:20px;
}

@media only screen and (max-width:1024px) {
  .fbn-redesign {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.fbn-redesign h1 {
  padding-top:40px;
  padding-bottom:20px;
  font-family: 'Calibri';
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #002d5b;
  text-shadow: 0 2px 33px rgba(255, 255, 255, 0);
}

@media only screen and (max-width:1024px) {
  .fbn-redesign h1 {
    font-size:20px;
    padding-top:20px;
    padding-bottom:10px;
  }
}

.card {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 02px  9px 6px rgba(0, 0, 0, 0.03);
  padding:10px 10px;
}

.card-block  h5{
  font-family: 'Calibri';
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002d5b;
  margin-top:10px;
  transition: all 0.3s ease-in-out;
}

.onboarding-card-pad {
  padding-top:20px;
  padding-bottom:40px;
}

@media only screen and (max-width:1024px) {
  .onboarding-card-pad {
    padding-top:10px;
    padding-bottom:20px;
  }
}

.card:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .card:hover .card-block h5 {
  color: #002d5b;
  -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

.goal-card {
  max-width:150px;
}

.goal-card img {
  max-width:100px;
  margin-left:12px;
}

@media only screen and (max-width:1024px) {
  .goal-card {
    width:200px !important;
    margin-left:57px;
  }
}

.fbn-first {
  padding-top:50px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .fbn-first {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.fbn-first h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.33;

    letter-spacing: -2px;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-first h1 {
    font-size:20px;
  }
}

.fbn-first p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .fbn-first p {
    font-size:12px;
  }
}

.fbn-first a {
    font-family: ITCAvantBold;

    font-size: 13px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #b50256;
    text-decoration: none;
}

@media only screen and (max-width:1024px) {
  .fbn-first a {
    font-size:12px;
  }
}

.fbn-first a:hover:after, .fbn-first a:focus:after, .fbn-first a:active:after {
  width: 15%;
}
.fbn-first a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:7.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #b50256;
  transition: .35s;
}

.fbn-second {
  background-color: #fafafa;
  padding-top:50px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .fbn-second {
    padding-top:0px;
    padding-bottom:90px;
  }
}

.fbn-second h1 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #b50256;
}

@media only screen and (max-width:1024px) {
  .fbn-second h1 {
    font-size:18px;
  }
}

.fbn-second h2 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.37;

    color: #000000;
}

@media only screen and (max-width:1024px) {
  .fbn-second h2 {
    font-size:18px;
  }
}

.fbn-second p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 2.19;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .fbn-second p {
    font-size:13px;
  }
}

.fbn-third {
  background-image: url('../img/fbn/bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  background-color: #fafafa;
  padding-top:100px;
}

@media only screen and (max-width:1024px) {
  .fbn-third {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.fbn-third h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    text-align: center;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-third h1 {
    font-size:20px;
  }
}

.fbn-third h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    text-align: center;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-third h2 {
    font-size:20px;
  }
}

.fbn-third p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: center;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .fbn-third p {
    font-size:13px;
  }
}

/* Create two unequal columns that floats next to each other */
.column-row {
    float: left;
    /* padding: 10px; */
}


.left-row {
  width: 35%;
}

@media only screen and (max-width:1024px){
  .left-row {
    display:none;
  }
}

.right-row {
  width: 65%;
  background: white;
  height:626px;
  max-height:626px;
}

@media only screen and (max-width:1024px){
  .right-row {
    width: 100%;
    }
}

/* Clear floats after the columns */
.rowed:after {
    content: "";
    display: table;
    clear: both;
}

.bg-color-trans {
  background: transparent !important;
}

.navbar-nav .nav-link {
  font-family: Calibri;
  font-weight: bold;
  font-size:15px;
}

.onboard-logo {
  width:20%;
}

.navbar1 {
  padding-top:50px;
}

.navbar-nav .onboarding-nav {
  font-family: "ITCAvantBold";
  font-weight:normal;
  font-size:14px;
  color: #dd1064 !important;
  text-decoration: none;
  padding-left:20px !important;
}

.ms-form {
  padding:100px 150px 0px 150px;
}

@media only screen and (max-width:1024px) {
  .ms-form {
    padding-top:50px 50px 0 50px;
  }
}

.ms-form h1 {
  padding-top:40px;
  padding-bottom:20px;
  font-family: 'Calibri';
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #002d5b;
  text-shadow: 0 2px 33px rgba(255, 255, 255, 0);
}

.ms-form label {
  color:black;
  font-weight:bold;
  font-family: 'Calibri';
  font-size: 13px;
}

.ms-form1 {
  padding:100px 150px 0px 150px;
}

@media only screen and (max-width:1024px) {
  .ms-form1 {
    padding-top:50px 50px 0 50px;
  }
}

.ms-form1 h1 {
  color: #b50256 !important;
  font-family: Calibri !important;
  font-weight:bold !important;
  font-size: 18px !important;
  text-align:left !important;
}

.ms-form1 h2 {
  font-family: Calibri !important;
  font-size: 20px !important;
  font-weight:bold !important;
  color: #002d5b;
  text-align:left !important;
}

.ms-form1 label {
  color:black;
  font-weight:bold;
  font-family: 'Calibri';
  font-size: 13px;
}

.radio-item1 input[type='radio'] {
  display: none;
  z-index: -1;
    opacity: 0;
}

.radio-item1 label {
  width:350px;
  height:55px;
  background-color:   #E0E0E0;
  font-family: 'Calibri';
  font-size: 14px;
  padding:10px 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: black;

  -webkit-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(-10deg);
  overflow:hidden;
  -webkit-backface-visibility: hidden;
}

.radio-item1 label:hover {
   box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.radio-item1 label:before {
  content: " ";
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  background-color: transparent;
}

.radio-item1 input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 16px;
  height: 16px;
  position: absolute;
  content: " ";
  display: block;
}

.radio-item1 input[type=radio]:checked + label {
  color: white;
  background-color:#b50256;
}

.retire-button {
  background-color:transparent;
  border:none;
  color: #b50256;
  font-family: 'Calibri';
  font-size: 15px;
  font-weight:bold;
}

.quiz-bg {
  background: url('../img/fbn/quized.png') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
  height:626px;
  position:relative;
}

.fbn-edge {
    background-color: #fafafa;
    padding-top:20px;
    padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .fbn-edge {
    padding-bottom:20px;
  }
}

.fbn-fourth {
  padding-top:100px;
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .fbn-fourth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.fbn-fourth h1 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    letter-spacing: -2.2px;

    color: #b50256;
}

@media only screen and (max-width:1024px) {
  .fbn-fourth h1 {
    font-size:18px;
  }
}

.fbn-fourth h2 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    color: #b50256;
}

@media only screen and (max-width:1024px) {
  .fbn-fourth h2 {
    font-size:18px;
  }
}

.fbn-fourth p {
    font-family: Georgia;

    font-size: 14px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .fbn-fourth p {
    font-size:12px;
  }
}

.fbn-fifth {
  padding-top:100px;
  padding-bottom:100px;
  background-color: #fafafa;
}

@media only screen and (max-width:1024px) {
  .fbn-fifth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.fbn-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    text-align: center;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-fifth h1 {
    font-size:20px;
  }
}

.fbn-fifth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;
    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    text-align: center;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-fifth h2 {
    font-size:20px;
  }
}

.fbn-fifth p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: center;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .fbn-fifth p {
    font-size:13px;
  }
}

.fbn-fbn a {
    font-family: ITCAvantBold;

    font-size: 13px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #b50256;

    text-decoration: none;
}

@media only screen and (max-width:1024px) {
  .fbn-fbn a {
    font-size:10px;
  }
}

.fbn-fbn a:hover:after, .fbn-fbn a:focus:after, .fbn-fbn a:active:after {
  width: 5%;
}
.fbn-fbn a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #b50256;
  transition: .35s;
}

.fbn-sixth {
  padding-top:100px;
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .fbn-sixth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.fbn-sixth h1 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    letter-spacing: -2.2px;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-sixth h1 {
    font-size:18px;
  }
}

.fbn-sixth h2 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    color: #0b3460;
}

@media only screen and (max-width:1024px) {
  .fbn-sixth h2 {
    font-size:18px;
  }
}

.mobile-lydia-bg {
  background: url('../img/lydia/bg.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile-lydia {
  padding-top:40px;
  padding-bottom:40px;
  padding-left:40px;
  padding-right:40px;
}

.mobile-lydia h2 {
  color:#8d2fab !important;
  font-size:20px !important;
}

.mobile-lydia p {
  color: rgba(74, 74, 74, 0.82) !important;
}

.lydia-first {
    padding-bottom:20px;
}

.lydia-top-space {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .lydia-top-space {
    padding-top:20px;
  }
}

.lydia-first h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    letter-spacing: -2.1px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
    .lydia-first h2 {
        font-size: 28px;
    }
}

.lydia-first p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.43;

    letter-spacing: normal;

    text-align: center;
    margin-top:15px;

    color: rgba(74, 74, 74, 0.82);
}

@media only screen and (max-width:1024px) {
    .lydia-first p {
        font-size: 12px;
    }
}

.lydia-second {
    background: url('../img/lydia/bg.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lydia-third {
    padding-top:100px;
    padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
    .lydia-third {
        padding-top:30px;
        padding-bottom:30px;
    }
}

.lydia-third h2 {

    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
    .lydia-third h2 {
        font-size: 20px;
    }
}

.lydia-third p {

    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
    .lydia-third p {
        font-size: 10px;
    }
}

.lydia-third a {
    text-decoration: none;

    font-family: ITCAvantBold;

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: justify;

    color: #8d2fab;

    margin-top:10px;
}

@media only screen and (max-width:1024px) {
    .lydia-third a {
        font-size: 13px;
    }
}

.lydia-third a:hover:after, .lydia-third a:focus:after, .lydia-third a:active:after {
  width: 15%;
}
.lydia-third a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:7.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #8d2fab;
  transition: .35s;
}

.lydia-fourth .influencers-image {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.lydia-fourth .influencers-image:hover .content {
  opacity: 1;
}

@media only screen and (max-width:1024px) {
  .lydia-fourth .influencers-image:hover .content {
    opacity: 1;
  }
}

.img-content-lydia {
  margin-top:250px;
  padding:30px;
}

@media only screen and (max-width:1024px) {
  .img-content-lydia {
    margin-top:70px;
    padding:10px;
  }
}

.lydia-fourth .influencers-image img {
  z-index: 0;
}

.lydia-fourth .influencers-image .content {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    opacity:0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;}
}

.lydia-fourth .influencers-image .content h3 {
  font-size: 25px;
  line-height: 1.63;
  font-family: ITCAvantBold;
}

.lydia-fourth .influencers-image .content h5 {
  font-size: 25px;
  line-height: 1.63;
  font-family: ITCAvantBold;
}

.row2-content #first{
  position: absolute;
    bottom: 0;
    padding-bottom: 6% !important;
    padding-left: 10%;}

.row2-content .icon{
  padding-bottom: 3px;}

.row2-content .watch{
  color: white;
  font-size: 16px;
  font-family:'Geomanist';
    text-transform: uppercase !important;
    letter-spacing: 3px !important;}

@media only screen and (max-width:1024px) {
.row2-content .watch {
  font-size:13px;
}
}

@media only screen and (max-width:1024px) {
  .lydia-fourth .influencers-image .content h3 {
    font-size:15px;
  }
}

.lydia-fourth .influencers-image .content p {
  font-size: .9em;
  line-height: 1.63;
  margin-bottom: 1em;
  font-family: Georgia;
}

@media only screen and (max-width:1024px) {
  .lydia-fourth .influencers-image .content p {
    font-size:10px;
  }
}

.lydia-fourth .influencers-image .content a {
  color: white;
  font-family: "ITCAvantBold";
  font-size: .9em;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

@media only screen and (max-width:1024px) {
  .lydia-fourth .influencers-image .content a {
    font-size:10px;
  }
}

.lydia-fifth {
  padding-top:50px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .lydia-fifth {
    padding-top:0px;
    padding-bottom:90px;
  }
}

.lydia-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -2px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .lydia-fifth h1 {
    font-size:18px;
  }
}

.lydia-fifth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;
    letter-spacing: -2px;

    line-height: 1.37;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .lydia-fifth h2 {
    font-size:18px;
  }
}

.lydia-fifth p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .lydia-fifth p {
    font-size:13px;
  }
}

.lydia-sixth {
  background-color: #fafafa;
  padding-top:100px; 
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .lydia-sixth {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.lydia-sixth h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    text-align: center;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .lydia-sixth h1 {
    font-size:20px;
  }
}

.lydia-sixth h2 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;
    letter-spacing: -2.2px;

    text-align: center;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .lydia-sixth h2 {
    font-size:20px;
  }
}

.lydia-sixth p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: center;

    color: #6d6d6d;
    margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .lydia-sixth p {
    font-size:13px;
  }
}

.lydia-book-button {
  padding-top:160px;
}

@media only screen and (max-width:1024px) {
  .lydia-book-button {
    padding-top:20px;
  }
}

.lydia-sixth h3 i {
  color: #8d2fab;
  vertical-align: middle;
  font-size:25px;
}


.lydia-sixth .lydia-book-button i {
  color: #8d2fab;
  text-align:center;
  font-size:25px;
}

.lydia-sixth h3 .lydia-btn {
    padding:20px 10px;
    border-radius: 100px;
    background-color: #8d2fab;
    font-family: ITCAvantBold;

    font-size: 15px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 2.44;

    letter-spacing: -2px;

    color: #ffffff;
}

.lydia-onboard {
  padding-top:70px;
}

.onboard-screen img {
  max-width:200px;
  min-height:350px;
}

.lydia-seventh {
  padding-top:100px;
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .lydia-seventh {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.lydia-seventh h1 {
    font-family: ITCAvantBold;

    font-size: 28px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    letter-spacing: -2.2px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .lydia-seventh h1 {
    font-size:18px;
  }
}

.lydia-seventh h2 {
    font-family: ITCAvantGardePro;

    font-size: 28px;

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.1;

    letter-spacing: -2.2px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
  .lydia-seventh h2 {
    font-size:18px;
  }
}

.lydia-seventh p {
    font-family: Georgia;

    font-size: 14px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #6d6d6d;
    margin-top:15px;
}

@media only screen and (max-width:1024px) {
  .lydia-seventh p {
    font-size:12px;
  }
}

.lydia-eight {
  background-image: url('../img/lydia/sm.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover; 
  padding-top:100px;
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .lydia-eight {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.lydia-eight h1 {
    font-family: ITCAvantGardePro;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.33;

    text-align: center;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .lydia-eight h1 {
    font-size:20px;
  }
}

.lydia-nine {
  padding-top:70px;
  padding-bottom:30px;
    background: url('../img/lydia/ovals.png') no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lydia-nine h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.22;

    letter-spacing: -2.2px;

    color: #8d2fab;
}

@media only screen and (max-width:1024px) {
    .lydia-nine h1 {
        font-size: 17px;
    }
}

.lydia-nine p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #888888;
    margin-top:20px;
}

@media only screen and (max-width:1024px) {
    .lydia-nine p {
        font-size: 10px;
    }
}

.upUp {
  padding-top:170px;
}

@media only screen and (max-width:1024px) {
  .upUp {
    padding-top:15px;
  }
}

/* ==========================================================================
   End Works Page
========================================================================== */

/* ==========================================================================
   Careers Page
========================================================================== */

.amplify-career-first {
   background: url('../img/career/careerbg.png') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:200px 0;
}

.amplify-career-first p {
  font-family: GraphikRegular;

  font-size: 12px;
  text-transform: uppercase;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #ffffff;
}

.amplify-career-first h1 {
  max-width: 378px;
  font-family: GraphikBold;

  font-size: 36px;

  font-weight: noraml;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.19;

  letter-spacing: normal;

  margin:auto;

  color: #ffffff;
}

.amplify-career-first a {
  font-family: GraphikRegular;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;
  border-radius: 3px;

  padding:20px 30px;

  background-color: #dd0f63;

  color: #ffffff !important;
}

.amplify-career-second {
  padding:70px 0;
}

.amplify-career-second h1 {
  font-family: GraphikBold;
  max-width: 680px;

  font-size: 38px;

  font-weight: 900;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2c;
  margin-bottom: 35px;
}

.amplify-career-second p {
  max-width:400px;
  font-family: GraphikRegular;

  font-size: 13px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.46;

  letter-spacing: normal;

  color: #030f2c;
  margin-bottom:35px;
}

.amplify-career-third {
  background-color:#fafafa;
  padding:80px 0;
  position: relative;
}

.amplify-career-third h1 {
  font-family: GraphikBold;
  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #dd0f63;
  margin-bottom:30px;
}

.amplify-career-third h2 {
  font-family: GraphikBold;
  max-width:318px;
  font-size: 29px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2c;
  margin-bottom:25px;
}

.amplify-career-third p {
  font-family: GraphikRegular;
  max-width: 389px;

  font-size: 13px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.62;

  letter-spacing: normal;

  color: #030f2c;
}

#tile-1 .tab-pane
{
  padding:20px 0;
}

#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
}

#tile-1 .nav-tabs li
{
  margin:0px!important;
}

#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 20px 0px!important;
  font-size:16px;
  border:none!important;
  color:#333;
}

#tile-1 .nav-tabs a:hover
{
  border:none;
}

#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#dd0f63;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}

.hrforslide {
  width: 1111px;
    height: 2px;
    opacity: 0.63;
    border: solid 0.6px #b5b5b5;
    position: absolute;
    bottom: 80px;
}

@media only screen and (max-width:1024px) {
  .hrforslide {
    display:none;
  }
}

/*.amplify-career-third .nav-justified .nav-item {
     text-align: left !important; 
}*/

#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#dd0f63!important;
}

.amplify-career-fourth {
  padding:80px 0;
}

.amplify-career-fourth h1 {
  font-family: GraphikBold;
  font-size: 26px;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #030f2c;
  margin-bottom:30px;
}

.amplify-career-fourth p {
  font-family: GraphikRegular;
  max-width: 590px;

  font-size: 15px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;
  margin:auto;

  color: #030f2c;
}

.centerchi {
  width:100%;
}

.centerchi img {
  padding: 10px;
}

.slide-dots {
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border:none;
}
.slide-dots li button:before {
  content:url(../img/path11.png);
  text-indent: 0px;
  position: absolute;
  top: 15px;
  left: 0;
  
}
.slide-dots li.slick-active button:before {
  content:url(../img/path826.png);
}

.svg-color {
  filter: invert(45%) sepia(97%) saturate(7241%) hue-rotate(324deg) brightness(86%) contrast(103%);
}

.centerchi button.slick-prev, .centerchi button.slick-next {
  display:none !important;
}

.career-third {
  background-color:#fafafa;
  padding-top:100px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .career-third {
    padding-top:40px;
    padding-bottom:20px;
  }
}

.career-third h1 {

    font-family: GraphikBold;

    font-size: 26px;

    font-weight: normal;

    font-stretch: normal;

    font-style: normal;

    line-height: normal;

    letter-spacing: normal;

    text-align: center;

    color: #030f2c;
}

@media only screen and (max-width:1024px) {
  .career-third h1 {
    font-size:18px;
  }
}

.career-third p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    text-align: center;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .career-third p {
    font-size:13px;
  }
}

.career-third h2 {
   font-family: GraphikRegular;

    font-size: 15px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.48;

    letter-spacing: -1.1px;

    color: #dd0f63;

    margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .career-third h2 {
    font-size:15px;
  }
}

.career-third h3 {
    font-family: GraphikRegular;

    font-size: 13px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #13202e;
    margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .career-third h3 {
    font-size:12px;
  }
}

.career-third img {
  width:30px;
}

.career-fifth {
  padding:70px 0;
  position: relative;
}

.img_cont {
  width: 100%;
  overflow:hidden;
}

.img1 {
  margin: 0 50px 0 0px;
  float:left;
  position: relative;
}

.img1 img {
  width: 180px;
  height:180px;
  border-radius:50%;
}

@media only screen and (max-width:1024px) {
  .img1 img {
    width: 100px;
    height:100px;
  }
}

.img2 {
  margin: 50px 50px 0 0px;
  float:left;
  position: relative;
}

.img2 img {
  width: 180px;
  height:180px;
  border-radius:50%;
}


@media only screen and (max-width:1024px) {
  .img2 img {
    width: 100px;
    height:100px;
  }
}

.marqueee{
  display:block;
  position:relative;
  width:1200px;
  animation:scroll 30s linear infinite;
}

.marqueee1 {
  margin-left:50px;
}

.img1 .content-overlay {
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  height: 180px;
  width: 180px;
  border-radius:50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width:1024px) {
  .img1 .content-overlay {
    width: 100px;
    height:100px;
  }
}

.img2 .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 180px;
  width: 180px;
  border-radius:50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

@media only screen and (max-width:1024px) {
  .img2 .content-overlay {
    width: 100px;
    height:100px;
  }
}

.imgboxtext {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgboxtext .text {
  font-family: GraphikRegular;
    font-size: 14px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #ffffff;
  margin-bottom:15px;
}

@media only screen and (max-width:1024px) {
  .imgboxtext .text {
    font-size: 10px;
    margin-bottom:10px;
  }
}

.imgboxtext .test2 {
  font-family: GraphikRegular;
    font-size: 10px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .imgboxtext .test2 {
    font-size: 8px;
  }
}

.img1:hover .content-overlay{
  opacity: 1;
}

.img2:hover .content-overlay{
  opacity: 1;
}

.img1:hover .imgboxtext {
  opacity: 1;
}

.img2:hover .imgboxtext {
  opacity: 1;
}

/*.marqueee:hover {
    animation-play-state: paused
}
*/
@keyframes scroll{
  0% {left:800px;}
  100% {left:-800px;}
}

.hrforjobs {
  width: 1111px;
    height: 2px;
    opacity: 0.63;
    border: solid 0.6px #b5b5b5;
    position: absolute;
    top: 822px;
}

@media only screen and (max-width:1024px) {
  .hrforjobs {
    display:none;
  }
}

.career-fifth .image {
  width:120px;
  height:120px;
}

.career-fifth h1 {
  max-width: 400px;

 font-family: GraphikBold;

  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;
  margin:auto;
  color: #030f2c;
}

/*.push-down {
  margin-top:40px !important;
}

.restructure {
  margin-left: -90px !important;
  margin-top: -20px !important;
}

@media only screen and (max-width:1024px) {
  .push-down {
    margin-top:0px !important;
  }

  .restructure {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
}
*/
#content34, #content35, #content36, #content37, #content38, #content39 {
  display: none;
  padding: 10px 0;
}

#alljobone {
  display: none;
}

#bizdevone {
  display: none;
}

#contentdevone {
  display: none;
}

#designdevone {
  display: none;
}

#enginedevone {
  display: none;
}

#marketdevone {
  display: none;
}

.alljobone, .bizdevone, .contentdevone, .designdevone, .enginedevone, .marketdevone {
  display: inline-block;
  padding: 10px 45px;

  font-size: 17px;
  font-family: GraphikRegular;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #030f2c;
  border-bottom: solid 1.5px rgba(181, 181, 181, 0.35);

}

.alljobone:hover, .bizdevone:hover, .contentdevone:hover, .designdevone:hover, .enginedevone:hover, .marketdevone:hover {
  color: #dd0f63;
  border-bottom:1.5px solid #dd0f63;
  cursor: pointer;
}

#alljobone:checked + .alljobone {
  color: #dd0f63;
  border: none;
  border-bottom:1.5px solid #dd0f63;
}

#bizdevone:checked + .bizdevone {
  color: #dd0f63;
  border: none;
  border-bottom:1.5px solid #dd0f63;
}

#contentdevone:checked + .contentdevone {
  color: #dd0f63;
  border: none;
  border-bottom:1.5px solid #dd0f63;
}

#designdevone:checked + .designdevone {
  color: #dd0f63;
  border: none;
  border-bottom:1.5px solid #dd0f63;
}

#enginedevone:checked + .enginedevone {
  color: #dd0f63;
  border: none;
  border-bottom:1.5px solid #dd0f63;
}

#marketdevone:checked + .marketdevone {
  color: #dd0f63;
  border: none;
  border-bottom:1.5px solid #dd0f63;
}

#alljobone:checked ~ #content34,
#bizdevone:checked ~ #content35, 
#contentdevone:checked ~ #content36,
#designdevone:checked ~ #content37,
#enginedevone:checked ~ #content38,
#marketdevone:checked ~ #content39 {
  display: block;
}

@media screen and (max-width: 500px) {
  .alljobone, .bizdevone, .contentdevone, .designdevone, .enginedevone, .marketdevone {
    padding: 10px 15px;
  }
}

.perspective {
  padding:23px 20px;
  border: solid 1px #dd0f63;

  background-color: rgba(216, 216, 216, 0.01);
  border-radius:4px;
}

.career-fifth h2 {
  font-family: GraphikBold;
  font-size: 15px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2c;
  margin-bottom:35px;
}

.career-fifth p {
    opacity: 0.62;

  font-family: GraphikRegular;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #030f2c;
}

.career-sixth {
  background-color:#fafafa;
  padding:80px 0;
}

.career-sixth h1 {
  font-family: GraphikBold;
  max-width: 400px;

  font-size: 21px;

  font-weight: 900;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  margin:auto;

  color: #030f2c;
  margin-bottom:25px;

}

.career-sixth p {
  max-width: 474px;
  font-size: 14px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.86;

  letter-spacing: normal;

  margin:auto;
  color: #030f2c;
  font-family: GraphikRegular;
  margin-bottom:25px;
}

.career-sixth a {
  font-family: GraphikRegular;
    font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.86;

  letter-spacing: normal;

  color: #dd0f63;
}


.perks {
   margin: 0 auto;
  padding-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80em;
  min-width: 85%;
}

.perks .perk {
  width: 20em;
  min-width: 25%;
  padding: 3em;
  background-color: #ffffff;
  margin: 5px;
}

@media only screen and (max-width:1024px) {
  .perks .perk {
    border:none;
  }
}


/* ==========================================================================
   End Career Page
========================================================================== */

/* ==========================================================================
   Contact Us
========================================================================== */

.contact-first {
  background-image: url('../img/contact/banner.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover; 
}

.contact-callout {
  padding-top:400px;
  padding-bottom:100px;
}

@media only screen and (max-width:1024px) {
  .contact-callout {
  padding-top:200px;
  padding-bottom:50px;
}
}

.contact-first h1 {
    font-family: ITCAvantBold;

    font-size: 140px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.45;

    letter-spacing: -7.1px;

    text-align: center;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
    .contact-first h1 {
        font-size:50px;
    }
}

.contact-second img {
  max-width:50px;
  max-height:50px;
  height:50px;
}

@media only screen and (max-width:1024px) {
  .contact-second img {
    max-width:30px;
    max-height:30px;
  }
}

.contact-second h2 {
    font-family: ITCAvantBold;

    font-size: 15px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #030f2d;
    margin-top:20px;

}

@media only screen and (max-width:1024px) {
  .contact-second h2 {
    font-size:10px;
  }
}

.contact-second h3 {
    font-family: Georgia;

    font-size: 18px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.54;

    letter-spacing: normal;

    color: #0f1d2b;
    margin-top:10px;
}

@media only screen and (max-width:1024px) {
  .contact-second h3 {
    font-size:13px;
  }
}

.contact-third {
  padding-top:50px;
  padding-bottom:70px;
}

.contact-third h1 {
    font-family: ITCAvantBold;

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.3;

    letter-spacing: normal;
    text-align: center;

    color: #000000;
}

@media only screen and (max-width:1024px) {
  .contact-third h1 {
    font-size:20px;
  }
}

.contact-third p {
    font-family: Georgia;

    font-size: 20px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.36;

    letter-spacing: normal;

    text-align: center;

    color: #b8b8b8;
}

@media only screen and (max-width:1024px) {
  .contact-third p {
    font-size:17px;
  }
}

.contact-third section {
  display: none;
  padding: 20px 0 0;
}

#business {
  display: none;
}

#individual {
  display: none;
}

.individual, .business {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 100px;
  border-bottom: 2px solid #d8d8d8;

  font-family: Lato;

  font-size: 20px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #959595;

}

.individual, .business:hover {
  color: #789;
  cursor: pointer;
}

#business:checked + .business {
  color: #dd1064;
  border: none;
  border-bottom: 2px solid #dd1064;
}

#individual:checked + .individual {
  color: #dd1064;
  border: none;
  border-bottom: 2px solid #dd1064;
}

#business:checked ~ #content1,
#individual:checked ~ #content2{
  display: block;
}

@media screen and (max-width: 500px) {
  .business, .individual {
    padding: 15px;
  }
}

.contact-form {
    font-family: ITCAvantGardePro;

    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #959595;
}

.contact-input {
  height: 70px;

  font-family: ITCAvantBold;

  font-size: 12px;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #959595;

  border-radius: 9px;

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);

  border: solid 1px rgba(151, 151, 151, 0.13);

  background-color: #f8f8f8;
}

label.wrap {
    width:100%;
    overflow: hidden;   
    position: relative;
    display: block;
    color: #959595;
    font-family: ITCAvantBold;
    font-size: 12px; 
    font-style: normal;
    padding: 15px 20;
    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal; 
}

label.wrap select {
  height:70px;
}

select.dropdown{  
    width:100%;
    padding: 10px;
    color: #959595;

    border-radius: 9px;

    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);

    border: solid 1px rgba(151, 151, 151, 0.13);

    background-color: #f8f8f8;
    font-size: 12px;  
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label.wrap:after {
    content:"\f00c ";
    font-family: FontAwesome;
    position: absolute; 
    right: 15px; 
    top: 28px;
    z-index: 1;
    pointer-events: none;  

    color:#19725e;
    width:14px;
    height:14px;
    font-size:8px;
    border: solid 2px rgba(80, 227, 194, 0.37);

    background-color: rgba(80, 227, 194, 0.56);

    border-radius: 9px;
}

.contact-input:focus {
    outline: none !important;
    border:1px solid #dd1064;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact-input1:focus {
    outline: none !important;
    border:1px solid #dd1064;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.radio-item input[type='radio'] {
  display: none;
  z-index: -1;
    opacity: 0;
}

.radio-item label {
  max-width: 213px;

  height: 170px;
  max-height: 170px;
  border-radius: 9px;

  box-shadow: 0 2px 9px 7px rgba(0, 0, 0, 0.02);

  border: solid 1px #979797;

  background-color: white;
  padding:40px 30px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #818181;
  cursor: pointer;

  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.radio-item label h3 {
    font-family: ITCAvantBold;

    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #818181;
}

.radio-item label h4 {
    font-family: Georgia;

    font-size: 10px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.7;

    letter-spacing: normal;

    text-align: center;

    color: #818181;
}

.radio-item label i {

    font-size: 12px;

    text-align: center;
    font-weight:900;

    color: #818181;
}

.radio-item label:hover {
  background-color: #dd1064;
  border: solid 1px #dd1064;
}

.radio-item label:hover h3 {
  color:white;
}

.radio-item label:hover h4 {
  color:white;
}

.radio-item label:hover i {
  color:white;
}

.radio-item input[type=radio]:checked + label {
  background-color: #dd1064;
  border: solid 1px #dd1064;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.radio-item input[type=radio]:checked + label h3 {
  color:white;
}

.radio-item input[type=radio]:checked + label h4 {
  color:white;
}

.radio-item input[type=radio]:checked + label i {
  color:white;
}

.contact-button {
    border-radius: 59px;
    font-family: ITCAvantBold;

    padding:10px 50px;

    font-size: 14px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.86;

    letter-spacing: normal;

    text-align: center;

    color: #ffffff;
    background-color: #da1c5c;
    border:none !important;
    cursor:pointer;
}

.contact-fourth {
  background-image: url('../img/contact/bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover; 
  padding-top:50px;
  padding-bottom:70px;
}

.contact-fourth h1 {
    font-family: ITCAvantBold;

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.3;

    letter-spacing: normal;
    text-align: center;

    color: #000000;
}

@media only screen and (max-width:1024px) {
  .contact-fourth h1 {
    font-size:20px;
  }
}

.contact-fourth p {
    font-family: Georgia;

    font-size: 17px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.36;

    letter-spacing: normal;

    text-align: center;

    color: #b8b8b8;
}

@media only screen and (max-width:1024px) {
  .contact-fourth p {
    font-size:17px;
  }
}

.contact-fourth img {
  max-width:50px;
  max-height:50px;
  height:50px;
}

@media only screen and (max-width:1024px) {
  .contact-fourth img {
    max-width:30px;
    max-height:30px;
  }
}

.contact-fourth ul {display: inline-block;}
.contact-fourth ul li {
  display:inline-block;
  list-style-type: none;
}

.contact-fourth ul .push {
  padding-left:100px;
}

@media only screen and (max-width:1024px) {
  .contact-fourth ul .push {
    padding-left:10px;
  }
}

.perks .perkcontact {
  width: 50%;
  min-width: 20%;
  padding: 3em;
  border: 1px solid #ededed;
  margin: 0;
}

.perks .perkcontact:nth-child(1) {
  border-top-color: transparent;
  border-left-color: transparent;
}

.perks .perkcontact:nth-child(2) {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

@media only screen and (max-width:1024px) {
  .perks .perkcontact {
    border:none;
  }
}

/* ==========================================================================
   End Contact Us
========================================================================== */

/* ==========================================================================
   Amplify Story
========================================================================== */

.amplify-story-first {
    padding-bottom:20px;
}

.amplify-story-second {
  background-image: url('../img/story/banner.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
}

.amplify-story-second h1 {
    padding-top:250px;
    padding-bottom:250px;
    font-family: ITCAvantBold;

    font-size: 80px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.6;

    letter-spacing: -5.3px;
    text-align: center;

    color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .amplify-story-second h1 {
    font-size: 25px;
    padding-top:100px;
    padding-bottom:100px;
    letter-spacing: 0.5px;
  }
}

.amplify-story-third {
  padding-top:50px;
  padding-bottom:50px;
}

.amplify-story-third h1 {
    font-family: ITCAvantBold;

    font-size: 100px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.03;

    letter-spacing: -4.4px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .amplify-story-third h1 {
    font-size:50px;
  }
}

.amplify-story-third p {
    font-family: Georgia;

    font-size: 18px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .amplify-story-third p {
    font-size:15px;
  }
}


.amplify-story-fourth {
    background-color: #00081a;
    padding-top:70px;
    padding-bottom:70px;
}

.amplify-story-fourth h1 {
    font-family: ITCAvantBold;

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.47;

    letter-spacing: 0.1px;

    color: #ffffff;
    margin-bottom:30px;
}

.amplify-story-fourth p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: white;
}

.amplify-story-fourth-img {
  margin-top:50px;
  margin-right:-100px;
}

.amplify-story-fifth {
  padding-top:70px;
  padding-bottom:70px;
}

.amplify-story-fifth h1 {
    font-family: ITCAvantBold;

    font-size: 50px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.47;

    letter-spacing: -0.4px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .amplify-story-fifth h1 {
    font-size:30px;
  }
}

.amplify-story-fifth p {
    font-family: Georgia;

    font-size: 18px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .amplify-story-fifth p {
    font-size:15px;
  }
}

.amplify-story-fifth h3 {
    font-family: ITCAvantBold;

    font-size: 15px;

    font-style: normal;

    font-stretch: normal;

    line-height: 5.15;

    letter-spacing: -1.3px;

    color: #14192d;
}

.amplify-story-fifth-image {
  position:relative;
  padding-top:20px;
  padding-bottom:50px;
}

.amplify-story-fifth-images {
  position:absolute;
}

.amplify-story-fifth-image .first {
  top:100px;
  right:40px;
}

.amplify-story-fifth-image .second {
  top:340px;
  left:40px;
}

.amplify-story-fifth-image .third {
  top:700px;
  right:350px;
}

.amplify-story-fifth h2 {
    font-family: ITCAvantBold;

    font-size:40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.91;

    letter-spacing: -0.4px;

    color: #dd1064;
}

@media only screen and (max-width:1024px) {
  .amplify-story-fifth h2 {
    font-size:20px;
  }
}

.pink-bar {
    border-radius: 8px;

    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);

    background-color: #ffffff;
    padding:20px;
    max-width:230px;
}

.white-bar {
    border-radius: 8px;

    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);

    background-color: #14192d;
    padding:20px;
    max-width:230px;
}

.black-bar {
    border-radius: 8px;

    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);

    background-color: #ffffff;
    padding:20px;
    max-width:230px;
}

.amplify-measure-pad {
  padding-top:200px;
  padding-bottom:200px;
}

.amplify-measure {
  position:relative;
}

.amplify-measures {
  position:absolute;
}

.amplify-story-fifth h4 {
    font-family: Avenir;

    font-size: 28px;

    font-weight: 500;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #929497;
}

.amplify-measure .first {
  top:-100px;
  left:170px;
}

.amplify-measure .second {
  top:-100px;
  right:290px;
}

.amplify-measure .third {
  top:300px;
  left:170px;
}

.amplify-measure .fourth {
  top:300px;
  right:340px;
}

.amplify-measure .fifth {
  top:120px;
  left:80px;
}

.amplify-measure .sixth {
  top:120px;
  right:440px;
}

.amplify-story-sixth {
  background-color: #00081a;
  padding-top:100px;
  padding-bottom:100px;
}

.amplify-story-sixth h1 {
    font-family: ITCAvantBold;

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 0.43;

    letter-spacing: -0.4px;

    color: #ffffff;
    margin-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .amplify-story-sixth h1 {
    font-size:20px;
  }
}

.amplify-story-sixth p {
      font-family: Georgia;

      font-size: 15px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.5;

      letter-spacing: normal;

      color: #ffffff;
      margin-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .amplify-story-sixth p {
    font-size:13px;
  }
}

.amplify-measure-logo {
  position:relative;
}

.amplify-measure-logos {
  position:absolute;
}

.amplify-measure-logo .first {
  top:450px;
  left:-50px;
}

.amplify-measure-logo .second {
  top:300px;
  right:-700px;
}

.full-logo-length {
  position:relative;
}

.full-logo-lengths {
  position:absolute;
}

.full-logo-length .first {
  top:-50px;
  left:125px;
}

.full-logo-length .second {
  top:200px;
  left:10px;
}

.amplify-logo-black {
    margin-top:50px;
    border-radius: 8px;

    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);

    background-color: #ffffff;
    padding:70px;
}

.amplify-logo-white {
    margin-top:30px;
    border-radius: 8px;

    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);

    background-color: #14192d;
    padding:70px;
}

.amplify-logo-pink {
    margin-top:30px;
    border-radius: 8px;

    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.1);

    background-color: #e62b76;
    padding:70px;
}

.amplify-story-seven {
  padding-top:100px;
  padding-bottom:100px;
}

.amplify-story-seven h1 {
    font-family: ITCAvantBold;

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.47;

    letter-spacing: -0.4px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .amplify-story-seven h1 {
    font-size:20px;
  }
}

.amplify-story-seven p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #6d6d6d;
}

@media only screen and (max-width:1024px) {
  .amplify-story-seven p {
    font-size:13px;
  }
}

.amplify-story-seven h2 {
    font-family: ITCAvantBold;

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.91;

    letter-spacing: -0.4px;

    color: #dd1064;
    margin-top:50px;
}

@media only screen and (max-width:1024px) {
  .amplify-story-seven h2 {
    font-size:25px;
  }
}

.amplify-story-eight {
    background-color: #00081a;
    padding-top:100px;
    padding-bottom:100px;
}

.amplify-story-eight h1 {
    font-family: ITCAvantBold;

    font-size: 40px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.47;

    letter-spacing: -0.4px;

    color: white;
}

@media only screen and (max-width:1024px) {
  .amplify-story-eight h1 {
    font-size:20px;
  }
}

.amplify-story-eight p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: white;
    margin-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .amplify-story-eight p {
    font-size:13px;
  }
}

/* ==========================================================================
   End Amplify Story
========================================================================== */

/* ==========================================================================
   Social Media
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Merriweather:700&display=swap');

.sales-funnel:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(3, 15, 43, 0.83));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sales-funnel {
  background-image: url('../img/social/bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  position:relative;
  padding:30px;
}

.sales-size {
  padding-top:150px;
}

@media only screen and (max-width:1024px) {
  .sales-size {
    padding-top:50px;
  }
}

.sales-size h1 {
  max-width: 630px;

  font-family: Merriweather;

  font-size: 50px;

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.04;

  letter-spacing: normal;
  margin:auto;
  margin-bottom:15px;

  color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .sales-size h1 {
    font-size:30px;
  }

}

.sales-size p {
  max-width: 700px;

  font-family: Georgia;

  font-size: 14px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.8;

  letter-spacing: normal;
  margin:auto;
  margin-bottom:25px;

  color: #ffffff;
}

.sales-size a {
  padding:12px 35px;
  border-radius: 28px;
   font-family: 'ITCAvantBold';
   border: 1px solid white;
   font-size: 13px;

   font-style: normal;

   font-stretch: normal;

   line-height: normal;

   letter-spacing: normal;

   color: white;
   text-decoration:none;
   margin-top:20px;
}

.sales-get {

  background-color: #f5f5f5;
  padding: 50px 0;
}

.sales-get h1 {
  max-width: 425px;

  font-family: ITCAvantBold;

  font-size: 35px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.14;

  letter-spacing: normal;
  margin:auto;

  color: #030f2b;
  margin-bottom:20px;
}

@media only screen and (max-width:1024px) {
  .sales-get h1 {
    font-size:25px;
  }
}

.sales-get p {
  max-width: 600px;

  font-family: Georgia;

  font-size: 15px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.5;

  letter-spacing: normal;
  margin:auto;
  margin-bottom:20px;

  color: #737373;
}

@media only screen and (max-width:1024px) {
  .sales-get p {
    font-size:14px;
  }
}

.sales-cards {
  padding:50px 0;
}

.sales-cards h1 {
  max-width: 230px;

  font-family: ITCAvantBold;

  font-size: 30px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.1;

  letter-spacing: normal;

  color: #030f2b;
  padding-top:30px;
}

.something-sales {
  margin-bottom:40px;
}

.sales-cards p {
  max-width: 290px;

  font-family: Georgia;

  font-size: 15px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.5;

  letter-spacing: normal;

  color: #737373;
}

.sales-img-card {
  position:relative;
  max-width: 340px;

  height: 280px;

  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.21);
  padding:20px;

  background-color: #ffffff;
  transition: box-shadow .3s;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:1024px) {
  .sales-img-card {
    height:230px;
  }
}

.sales-img-card:hover {
  box-shadow: 0 0 10px rgba(33,33,33,.2);
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(0, -2px);
}

.sales-img-card .sales-img-card-img {
  height: 240px;
  max-width:300px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width:1024px) {
  .sales-img-card .sales-img-card-img {
    height:190px;
  }
}


.sales-img-card .sales-img-card-img img {
  width: 100%;
  object-fit: contain;
}

.sales-blue {
  background-color: #030f2b;
  padding:150px 100px !important;
}

@media only screen and (max-width:1024px) {
  .sales-blue {
    padding:50px 50px !important;
  }
}

.sales-blue h1 {
  max-width: 391px;

  font-family: ITCAvantBold;

  font-size: 30px;

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.56;

  letter-spacing: normal;

  color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .sales-blue h1 {
    font-size:25px;
  }
}

.sales-form-details {
  padding:70px;
}

@media only screen and (max-width:1024px) {
  .sales-form-details {
    padding:30px;
  }
}

.sales-form-details p {
  max-width: 430px;

  font-family: Georgia;

  font-size: 15px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.63;

  letter-spacing: normal;

  color: #979797;
}

.sales-form-details label {
  font-family: Montserrat;

  font-size: 12px;

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #303750;
  margin-top:10px;
}

.sales-form-details button {
  margin-top:20px;
  border-radius: 2px;

  background-color: #c1c4ca !important;
  font-family: Montserrat;

  font-size: 12px;
  padding:10px 96px;
  border:none !important;

  font-weight: 800;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #ffffff;
}

@media only screen and (max-width:1024px) {
  .sales-form-details button {
    padding:10px 70px;
  }
}

.sales-input {
  border: solid 0.5px #e3e3e3 !important;

  background-color: #ffffff !important;
}

.sales-video {
  padding:50px 0;
}

.sales-video h1 {
  max-width: 482px;
  text-transform: uppercase;

  font-family: ITCAvantBold;

  font-size: 30px;

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.14;
  margin:auto;

  letter-spacing: normal;

  color: #030f2b;
}

@media only screen and (max-width:1024px) {
  .sales-video h1 {
    font-size:20px;
  }
}
.text-box-icon {
  position: absolute;
  left: 45%;
  bottom:50%;
  border: 6px solid white;
  border-radius:50%;
  width:100px;
  opacity: 0.41;
  height:100px;
  
}

@media only screen and (max-width:1024px) {
  .text-box-icon {
    left:40%;
    bottom:40%;
    width:50px;
    height:50px;
  }
}

.text-box-icon i {
  font-size:70px;
  margin-top:12px;
  color: white;
  opacity: 0.41;
  margin-left:7px;
}

@media only screen and (max-width:1024px) {
  .text-box-icon i  {
    font-size:30px;
    margin-top:5px;
  }
}

.ebook-download {
    margin-top:10px;
    background-color: #f5f5f5;
  padding-top:100px;
  padding-bottom:50px;
}

@media only screen and (max-width:1024px) {
  .ebook-download {
    padding-top:20px;
    padding-bottom:20px;
  }
}

.ebook-download h1 {
  max-width: 450px;

    font-family: ITCAvantBold;
  font-size: 41px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: -1.8px;
  margin:auto;

  color: #030f2d;
}

@media only screen and (max-width:1024px) {
  .ebook-download h1 {
    font-size:20px;
  }
}

.ebook-download p {
  max-width: 470px;
 font-family: Georgia;

  font-size: 17px;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.76;
  margin:auto;

  letter-spacing: normal;

  color: #7a7d83;
}

@media only screen and (max-width:1024px) {
  .ebook-download p {
    font-size:14px;
  }
}

.socialmedia-first {
  background-color: #fafafa;
  background-image: url('../img/social/bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  padding-bottom:30px;
}

.social-size {
    padding-top:150px;
    padding-bottom:150px;
}

@media only screen and (max-width:1024px) {
  .social-size {
    padding-top:50px;
    padding-bottom:50px;
  }
}

.social-size h1 {
    font-family: ITCAvantBold;

    font-size: 33.6px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.24;

    letter-spacing: -1.5px;

    color:white;
}

@media only screen and (max-width:1024px) {
  .social-size h1 {
    font-size: 22px;
  }
}

.social-size p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.67;

    letter-spacing: normal;

    color:white;
}

@media only screen and (max-width:1024px) {
  .social-size p {
    font-size: 13px;
  }
}

.social-size a {
   padding:18px 28px;
   border-radius: 28px;

   box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);

   background-color: #dd1064;
    font-family: 'ITCAvantBold';
    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: white;
    text-decoration:none;
    margin-top:15px;
}

@media only screen and (max-width:1024px) {
  .social-size a {
    padding:9px 14px;
    font-size:10px;
  }
}

.social-size a { 
  transition: .8s; 
}

.social-size a:hover {
  border:1px solid #dd1064;
  background-color:#dd1064;
  color:#ffffff;
}

.socialmedia-second {
  padding-top:100px;
  padding-bottom:100px; 
}

@media only screen and (max-width:1024px) {
  .socialmedia-second {
    padding-top:20px;
    padding-bottom:20px; 
  }
}

.socialmedia-second h1 {
    font-family: ITCAvantBold;

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.07;

    letter-spacing: -1.5px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .socialmedia-second h1 {
    font-size: 22px;
  }
}

.socialmedia-third {
  padding-top:20px;
  padding-bottom:20px;
}

.socialmedia-third h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.18;

    letter-spacing: -1.5px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .socialmedia-third h1 {
    font-size:20px;
  }
}

.socialmedia-third p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #565656;
}

@media only screen and (max-width:1024px) {
  .socialmedia-third p {
    font-size:13px;
  }
}

.socialmedia-third img {
  margin-top:-80px;
}

.quotes1 {
  display: none;
}

.social-insight {
 padding:0px 100px 0px 50px;
 margin-left: auto;
 margin-right: auto;
}

@media only screen and (max-width:1024px) {
  .social-insight {
    padding:10px;
  }
}

#picArea {
  max-width:500px;
  height:500px;
}

#picArea1 {
  max-width:500px;
  height:200px;
}

.socialmedia-third-new {
  padding-top:20px;
  padding-bottom:20px;
}

.socialmedia-third-new h1 {
    font-family: ITCAvantBold;

    font-size: 30px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.18;

    letter-spacing: -1.5px;

    color: #14192d;
}

@media only screen and (max-width:1024px) {
  .socialmedia-third-new h1 {
    font-size:20px;
  }
}

.socialmedia-third-new p {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.63;

    letter-spacing: normal;

    color: #565656;
}

@media only screen and (max-width:1024px) {
  .socialmedia-third-new p {
    font-size:13px;
  }
}

.socialmedia-third-new img {
  margin-top:-80px;
}

.socialmedia-footer {
  padding-top:100px;
  padding-bottom:100px;
}

.socialmedia-footer h1 {
    font-family: ITCAvantBold;

    font-size: 35px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.12;

    letter-spacing: -1.5px;

    color: #030f2d; 
    max-width:700px;
  margin:auto;
}

@media only screen and (max-width:1024px) {
  .socialmedia-footer h1 {
    font-size:20px;
  }
}

.socialmedia-footer p {
      font-family: Georgia;

      font-size: 15px;

      font-weight: normal;

      font-style: normal;

      font-stretch: normal;

      line-height: 1.56;

      letter-spacing: normal;

      color: #252525;
      max-width:600px;
      margin:auto;
      margin-top:20px;
}

@media only screen and (max-width:1024px) {
  .socialmedia-footer p {
    font-size:13px;
  }
}

.social-size a { 
  transition: .8s; 
}

.social-size a:hover {
  border:1px solid #dd1064;
  background-color:#dd1064;
  color:#ffffff;
}

.socialmedia-footer a {
    padding: 18px 28px;
    border-radius: 28px;
    box-shadow: 0 11px 15px 0 rgb(0 0 0 / 15%);
    background-color: #dd1064;
    font-family: 'ITCAvantBold';
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    text-decoration: none;
    margin-top: 15px;
}

.contact-form-foot {
    font-family: ITCAvantBold;

    font-size: 13px;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #030f2d;
}

.contact-input-lead {

  font-family: ITCAvantBold;

  font-size: 12px;

  font-style: normal;

  font-stretch: normal;
  background-color:transparent !important;
  color: #959595;
  border: none; 
  border-width: 0; 
  box-shadow: none;
  border-bottom: solid 1px #979797;
}

.contact-input-lead:focus {
    outline: none !important;
    border-bottom:1px solid #dd1064;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact-button-lead {
    border-radius: 59px;
    font-family: ITCAvantBold;

    padding:10px 50px;

    font-size: 14px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.86;

    letter-spacing: normal;

    text-align: center;

    background-color:#ffffff; 
    color:#959595;  
    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);
    border:none !important;
    cursor:pointer;
}

.contact-button-lead{
 transition: .8s;
 }

.contact-button-lead:hover {
  background-color:#dd1064;
  color:#ffffff;
}

/* ==========================================================================
   End Social Media
========================================================================== */

/* ==========================================================================
   Amplify Footer
========================================================================== */


.amplify-footer {
  padding-bottom:30px;
}

@media only screen and (max-width:1024px) {
  .amplify-footer {
    padding-bottom:30px;
  }
}

.amplify-footer1 {
  padding-top:60px;
}

@media only screen and (max-width:1024px) {
  .amplify-footer1 {
    padding-top:30px;
    padding-bottom:30px;
  }
}

.foot-section {
  height:100vh;
  padding-top:170px;
}

@media only screen and (max-width:1024px) {
  .foot-section {
    padding-top:50px;
    height: auto !important;
  }
}

.amplify-footer h1 {
    font-family: ITCAvantBold;

    font-size: 80px;

    font-style: normal;

    font-stretch: normal;

    text-align: center;

    color: #030f2d;

    line-height: 96px;

    letter-spacing: -4.4px;
}

@media only screen and (max-width:1024px) {
  .amplify-footer h1 {
    font-size:20px;
    letter-spacing: -0.4px;
  }
}

.amplify-footer h2 {
    font-family: ITCAvantBold;

    font-size: 15px;

    font-weight: 900;

    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #030f2d;
    margin-top:20px;

}

.amplify-footer h3 {
    font-family: Georgia;

    font-size: 13px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.54;

    letter-spacing: normal;

    color: #0f1d2b;
    margin-top:10px;
}

.amplify-footer img {
  max-width:50px;
  max-height:50px;
  height:50px;
}

@media only screen and (max-width:1024px) {
  .amplify-footer1 {
    padding-top:150px;
  }
}

.amplify-footer1 h1 {
    font-family: ITCAvantBold;

    font-size: 80px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1;

    text-align: center;

    color: #030f2d;

    line-height: 96px;

    letter-spacing: -4.4px;
}

@media only screen and (max-width:1024px) {
  .amplify-footer1 h1 {
    font-size:28px;
    letter-spacing: -0.4px;
  }
}

.amplify-footer1 h2 {
    font-family: ITCAvantBold;

    font-size: 15px;


    font-style: normal;

    font-stretch: normal;

    line-height: normal;

    letter-spacing: normal;

    color: #030f2d;
    margin-top:20px;

}

.amplify-footer1 h3 {
    font-family: Georgia;

    font-size: 13px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.54;

    letter-spacing: normal;

    color: #0f1d2b;
    margin-top:10px;
}

.amplify-footer1 img {
  max-width:50px;
  max-height:50px;
  height:50px;
}

.sub-footer {
  padding-top:10px;
  padding-bottom:10px;
}

@media only screen and (max-width:1024px) {
  .sub-footer {
    padding-top:200px;
    padding-bottom:50px;
  }
}

.sub-footer h1 {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.23;

    letter-spacing: normal;

    color: #0f1d2b;
}

.sub-footer i {
  color:#9f9f9f;
  font-size:15px;
  cursor: pointer;
}

.sub-footer i:hover, .sub-footer i:focus {
  color: #dd1064;
}

.sub-footer ul {
  padding-top:10px;
  display:inline-block;
}

.sub-footer ul li {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 2.23;

    letter-spacing: normal;

    color: #0f1d2b;
  display:inline-block;
  list-style-type: none;
  padding-left:15px;
}

.sub-footer ul li a {
  color: #0f1d2b;
}

.sub-footer1 {
  padding-top:100px;
  padding-bottom:30px;
}

@media only screen and (max-width:1024px) {
  .sub-footer1 {
    padding-top:180px;
    padding-bottom:50px;
  }
}

.sub-footer1 h1 {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.23;

    letter-spacing: normal;

    color: #0f1d2b;
}

@media only screen and (max-width:1024px) {
  .sub-footer1 h1 {
    margin-left:0px;
  }
}

@media only screen and (max-width:1024px) {
  .follo-foot1 {
    margin-left:20px;
  }
}

.sub-footer1 i {
  color:#9f9f9f;
  font-size:15px;
  cursor:pointer;
}

.sub-footer1 i:hover, .sub-footer1 i:focus {
  color: #dd1064;
}

.sub-footer1 ul {
  padding-top:10px;
  display:inline-block;
}

.sub-footer1 ul li {
    font-family: Georgia;

    font-size: 15px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 2.23;

    letter-spacing: normal;

    color: #0f1d2b;
  display:inline-block;
  list-style-type: none;
  padding-left:15px;
}

.sub-footer1 ul li a {
  color: #0f1d2b;
}

/* ==========================================================================
   End Amplify Footer
========================================================================== */

#myDiv {
  display: none;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
  background-color: #dd1064;
  animation-delay: 0;
}

.loading-bar:nth-child(2) {
  background-color: #dd1064;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  background-color: #dd1064;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #dd1064;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  font-family:Georgia;
  font-size:14px;
  color: #da1c5c;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  font-family:Georgia;
  font-size:14px;
  color: black;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

/* ==========================================================================
   Onboarding
========================================================================== */


.onboarding-first section {
  display: none;
  padding: 20px 0 0;
}

.onboarding-first h1 {
    font-family: Lato;

    font-size: 25px;

    font-weight: 900;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.6;

    letter-spacing: normal;

    color: #dd1064;
    padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .onboarding-first h1 {
    font-size:18px;
  }
}

.onboarding-first p {
    font-family: Georgia;

    font-size: 13px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.7;

    letter-spacing: normal;

    color: #b8b8b8;
}

#businesson {
  display: none;
}

#individualon {
  display: none;
}

.individualon, .businesson {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 175px;
  border-bottom: 2px solid #d8d8d8;

  font-family: Lato;

  font-size: 20px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: center;

  color: #959595;

}

.individualon, .businesson:hover {
  color: #789;
  cursor: pointer;
}

#businesson:checked + .businesson {
  color: #dd1064;
  border: none;
  border-bottom: 2px solid #dd1064;
}

#individualon:checked + .individualon {
  color: #dd1064;
  border: none;
  border-bottom: 2px solid #dd1064;
}

#businesson:checked ~ #content3,
#individualon:checked ~ #content4{
  display: block;
}

@media screen and (max-width: 500px) {
  .businesson, .individual {
    padding: 15px;
  }
}

.onboard-input {
  height: 70px;

  font-family: ITCAvantBold;

  font-size: 12px;

  font-style: normal;

  font-stretch: normal;

  line-height: normal;

  letter-spacing: normal;

  color: #959595;

  border-radius: 9px;

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);

  border: solid 1px rgba(151, 151, 151, 0.13);

  background-color: #f8f8f8;
}

.onboard-input:focus {
    outline: none !important;
    border:1px solid #dd1064;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.onboard-input1:focus {
    outline: none !important;
    border:1px solid #dd1064;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*form styles*/
#msform {
  position: relative;
  width: 100%;
}
#msform fieldset {
  position: absolute;
  background: white;
  width: 100%;
  height:750px;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

.radio-item-select {
  margin-top:15px;
}

.radio-item-select input[type='radio'] {
  display: none;
  z-index: -1;
  opacity: 0;
}

.radio-item-select label {
  width: 700px;

  height: 70px;
  border-radius: 9px;

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);

  border: solid 1px rgba(151, 151, 151, 0.13);

  background-color: #f8f8f8;
  padding:27px 20px;
  cursor: pointer;
}

@media only screen and (max-width:1024px) {
  .radio-item-select label {
    height:40px;
    width: 250px;
    padding-top:15px;
  }
}

.radio-item-select label h3 {
      font-family: ITCAvantBold;

      font-size: 14px;

      font-style: normal;

      font-stretch: normal;

      line-height: normal;

      letter-spacing: normal;

      color: #b6b6b6;
}

@media only screen and (max-width:1024px) {
  .radio-item-select label h3 {
    font-size:8px;
    text-align:left;
  }
}

.radio-item-select label h2 {
      color:transparent;
      width:14px;
      height:14px;
      font-size:8px;
      padding-top:1px;
      border: solid 2px rgba(204, 204, 204, 0.37);
      border-radius:50%;
      background-color: rgba(193, 193, 193, 0.56);
}

@media only screen and (max-width:1024px) {
  .radio-item-select label h2 {
    display:none;
  }
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.radio-item-select label:hover {
  border-radius: 9px;

    box-shadow: 0 2px 9px 3px rgba(221, 16, 100, 0.19);

    background-color: #f8f8f8;
}

.radio-item-select label:hover h3 {
  color:#dd1064;
}

.radio-item-select label:hover h2 {
  color:#19725e;
  border: solid 2px rgba(80, 227, 194, 0.37);

  background-color: rgba(80, 227, 194, 0.56);
}

.radio-item-select input[type=radio]:checked + label {
    border-radius: 9px;

    box-shadow: 0 2px 9px 3px rgba(221, 16, 100, 0.19);

    background-color: #f8f8f8;
}

.radio-item-select input[type=radio]:checked + label h3 {
  color:#dd1064;
}

.radio-item-select input[type=radio]:checked + label h2 {
  color:#19725e;
  border: solid 2px rgba(80, 227, 194, 0.37);

  background-color: rgba(80, 227, 194, 0.56);
}

/* ==========================================================================
   Onboarding End
========================================================================== */
#amplifyNewsletter {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between; }
#amplifyNewsletter .image {
   background: #030f2d
;
   height: 100vh;
   overflow: hidden;
   min-width: 500px;
   width: 50%; }
   #amplifyNewsletter .image img {
     height: 100%;
     padding: 0px 20px; }
 #amplifyNewsletter .subscribeForm {
   padding: 3% 5%;
   width: 40%; }
   #amplifyNewsletter .subscribeForm .content {
     margin-top: 145px;
     min-width: 300px; }
     #amplifyNewsletter .subscribeForm .content h1 {
       font-size: 50px;
       max-width: 8em;
       color:#030f2d;
       font-family: "ITCAvantBold", sans-serif;
       margin-bottom: 15px; }
       #amplifyNewsletter .subscribeForm .content h1 .punctuation {
         color: #dd1064
; }
     #amplifyNewsletter .subscribeForm .content p {
       font-size: 18px;
       color: #656565
;
       font-family: "Georgia", serif;
       margin: 0; }
     #amplifyNewsletter .subscribeForm .content form {
       margin-top: 60px;
       width: 100%;
       max-width: 570px;
       min-width: 300px;
       height: 70px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       border-radius:10px;
       -webkit-box-shadow: 0 2px 31px 1px rgba(149, 149, 149, 0.27);
       box-shadow: 0 2px 31px 1px rgba(149, 149, 149, 0.27);
       font-size: 16px; }
       #amplifyNewsletter .subscribeForm .content form input[type="email"] {
         width: 65%;
         margin: 0;
         border: none;
         font-family:ITCAvantBold;
         height: 100%;
         border-radius: 10px 0px 0px 10px;
         padding: 30px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box; }
       #amplifyNewsletter .subscribeForm .content form button[type="submit"] {
         width: 35%;
         margin: 0;
         border: none;
         font-family:ITCAvantBold;
         height: 100%;
         color: white;
         text-transform: uppercase;
         background: #dd1064
;
         border-radius: 0px 10px 10px 0px; }
         
 @media only screen and (max-width: 460px) {
 .image {
   display: none; }
 h1 {
   font-size: 36px; }
 p {
   padding-right: 0;
   font-size: 16px; }
 .subscribeForm .content {
   width: 100%; }
   .subscribeForm .content form {
     height: 70px !important;
     margin-top: 40px !important;
     font-size: 12px !important; }
     .subscribeForm .content form input[type="email"] {
      padding:0 0 0 30px;
      }
      #amplifyNewsletter .subscribeForm .content {
     margin-top: 100px;}
    }

.callout-social1 .oval {
    border-radius:50%;
    width:30px;
    height:30px;
    line-height:30px;
    background-color: #030f2d;
    text-align: center;
    vertical-align: middle;
    display:inline-block;
    color:white;
    font-size:12px !important;
    margin-top:5px;
}

.callout-social1 .oval:hover {
  color: white;
  background-color: #dd1064;
}

@media only screen and (max-width:1024px) {
  .callout-social1 .oval {
      margin-top:5px;
      display:inline-block;
    }
}

.ebook-page p {
    font-family: Georgia;

    font-size: 13px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    line-height: 2.23;

    letter-spacing: normal;

    color: #0f1d2b;
}

.ebook-page a {
  color:#dd1064;
  text-decoration: none;
  font-size:15px;
}

.ebook-content {
  padding-top:50px;
}

@media only screen and (max-width:1024px) {
  .ebook-content {
    padding-top:75px;
  }
}

.ebook-content h1 {
    font-family: ITCAvantBold;

    font-size: 50px;

    font-style: normal;

    font-stretch: normal;

    line-height: 1.04;

    color: #14192d;;
}

@media only screen and (max-width:1024px) {
  .ebook-content h1 {
    font-size:30px;
  }
}

.ebook-content p {
    font-family: Georgia;

    font-size: 14px;

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

    letter-spacing: normal;

    color: #aaaaaa;
}

@media only screen and (max-width:1024px) {
  .ebook-content p {
    font-size:13px;
  }
}

.ebook-content form {
       margin-top: 10px;
       width: 100%;
       max-width: 570px;
       min-width: 300px;
       height: 70px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       border-radius:10px;
       -webkit-box-shadow: 0 2px 31px 1px rgba(149, 149, 149, 0.27);
       box-shadow: 0 2px 31px 1px rgba(149, 149, 149, 0.27);
       font-size: 16px; }

.ebook-content form input[type="email"] {
         width: 65%;
         margin: 0;
         border: none;
         font-family:ITCAvantBold;
         height: 100%;
         border-radius: 10px 0px 0px 10px;
         padding: 30px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box; }
.ebook-content form button[type="submit"] {
         width: 35%;
         margin: 0;
         border: none;
         font-family:ITCAvantBold;
         height: 100%;
         color: white;
         text-transform: uppercase;
         background: #dd1064;
         border-radius: 0px 10px 10px 0px; }

 @media only screen and (max-width: 460px) {
  .ebook-content form {
     height: 70px !important;
     margin-top: 40px !important;
     font-size: 12px !important; }
     .ebook-content form input[type="email"] {
      padding:0 0 0 30px;
      }
    }
