.big-container {
  overflow: hidden;
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  background-image: url('../images/container-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  padding-right: 20px;
  padding-left: 20px;
}

.header-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 155px;
}

.link {
  padding-left: 33px;
  background-image: url('../images/call-img.png');
  background-position: 0px 4px;
  background-repeat: no-repeat;
  font-family: FFMetaProMedium, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.banner {
  padding-right: 20px;
  padding-left: 20px;
}

.banner-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-left {
  position: relative;
  width: 55%;
	margin-top: 80px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: FFMetaProBold, sans-serif;
  color: #fff;
  font-size: 63px;
  line-height: 73px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: MetaPro-Norm, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -12%;
}

.form-blue {
  width: 40%;
  background-color: #1b2a85;
}

.form-c {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 55px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 34px;
  font-family: MetaPro-Bold, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.courses {
  padding-right: 20px;
  padding-left: 20px;
}

.courses-c {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 45px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: FFMetaProBold, sans-serif;
  color: #151e29;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 30px;
  font-family: FFMetaProLight, sans-serif;
  color: #151e29;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.list_container{
    overflow:hidden;
}

.list {
  margin-bottom: 30px;
  margin-left: 15px;
  float: left;
  width: 45%;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .list {
        float: none;
        width: 100%; 
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .list {
        float: none;
        width: 100%; 
    }
    
    .list_container > ul:first-child{
        margin-bottom:0;
    }
}

.list-item {
  margin-bottom: 10px;
  font-family: FFMetaProLight, sans-serif;
  color: #151e29;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.button {
  display: block;
  width: 355px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 18px;
  padding-left: 60px;
  border-radius: 2px;
  background-color: #3d9b35;
  background-image: url('../images/cta-arrow.png');
  background-position: 86% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: MetaPro-Medi, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #4cb244;
}

.button.sec {
  margin-bottom: 65px;
}

.how {
  padding-right: 20px;
  padding-left: 20px;
}

.how-c {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 110px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-holder {
  width: 53%;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: MetaPro-Bold, sans-serif;
  color: #151e29;
  font-size: 26px;
  line-height: 35px;
}

.paragraph-3 {
  margin-bottom: 25px;
  font-family: FFMetaProLight, sans-serif;
  color: #151e29;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.paragraph-3.last {
  margin-bottom: 0px;
}

.year {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/bottom-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.year-c {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 105px;
  padding-bottom: 105px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: MetaPro-Bold, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 30px;
  font-family: FFMetaProLight, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.footer {
  padding-right: 20px;
  padding-left: 20px;
}

.footer-c {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 45px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: FFMetaProBold, sans-serif;
  color: #8795a6;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 40px;
  font-family: FFMetaProLight, sans-serif;
  color: #8795a6;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: FFMetaProLight, sans-serif;
  color: #8795a6;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.link-2 {
  color: #8795a6;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

* {outline:none}

.inpt-c { margin-bottom:30px;}

label {margin-bottom: 5px;  font-family: 'MetaPro-Bold'; color: #ffffff;  font-size: 14px;  line-height: 23px;  font-weight: 700;}

input[type=text],input[type=email] {  background:none; border:none; margin:0; padding:0; width:100%; height:44px; font-size:16px; color:#151e29; font-family: 'MetaPro-Light'; font-weight: 300; line-height:19px;  text-indent:20px;}
.input-big { background:#fff; height:44px; margin-bottom:13px; position:relative; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}

button.btn { text-align: left; cursor: pointer; border: none; padding-left: 115px; width:100%;}



.check {  margin: 25px auto 25px;}
.check label { font-size:13px; color: #ffffff; font-family: 'FFMetaProLight'; font-weight: 300; line-height: 20px; margin-left: 20px ;}
.check label.error,.check label.valid { display:none !important;}
.error.ez-checkbox { border:1px solid red; width:13px; height:13px;}
label span { width:13px; height:13px; display:inline-block; vertical-align:text-top; cursor:pointer; margin:0 5px 0 0; display:none;}
.check label a { color:#fff; text-decoration:underline !important;}
input[type="checkbox"] {display:block; width:11px;height:11px; margin: 0; -webkit-appearance: none;  -moz-appearance: none; appearance: none;}
.ez-checkbox { float:left}


#ty .c-left { width:100%;}
#ty .banner-c { display:block; padding-bottom: 100px;}
#ty .heading { text-align:center;}
#ty .paragraph {text-align:center; margin-bottom: 80px;}
#ty .boxes {display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;}
#ty .boxes .boxx { width:30%;}
#ty .boxx-header { background:#1b2a85}
#ty .boxx-header-c { width:90%; margin: 0 auto; padding: 20px 0 25px;}
#ty .boxes .boxx h3 { font-size:24px; color: #ffffff;font-family: 'FFMetaProBold'; text-align: center; line-height: 33px; margin-top: 0; margin-bottom: 0}
#ty .boxx-content { padding: 190px 72px 28px;}
#ty .boxx-content.one { background: url(../images/ty-img1.jpg) no-repeat center top; background-size: cover;}
#ty .boxx-content.two {background: url(../images/ty-img2.jpg) no-repeat center top; background-size: cover;}
#ty .boxx-content.three {background: url(../images/ty-img3.jpg) no-repeat center top; background-size: cover;}
#ty .boxx-content .cta { background: url(../images/cta-arrow.png) no-repeat right 33px top 20px #4f9c36; width:175px; height: 50px; line-height: 50px; display:block; margin: 0 auto; font-size:16px; color: #ffffff; font-family: 'FFMetaProMedium'; text-align: left; padding-left: 40px; text-decoration: none;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;transition: all 0.3s ease;}
#ty .boxx-content .cta:hover {background: url(../images/cta-arrow.png) no-repeat right 33px top 20px #4cb244;}


#ty .c-left .button { width:300px; margin-bottom:50px;}


@media (max-width:1110px) {
	#ty .boxes {display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;}
	
	#ty .boxes .boxx { width:45%; margin: 2%}

}
@media (max-width:1012px) {
	.heading { font-size:56px; line-height: 66px;}
	button.btn { background:#4f9c36; padding-left: 0; text-align: center;}
}
@media (max-width: 991px) {
  .banner-c {
    padding-top: 25px;
  }
  .heading {
    font-size: 43px;
    line-height: 52px;
  }
  .paragraph {
    font-size: 19px;
    line-height: 29px;
  }
  .heading-2 {
    font-size: 33px;
    line-height: 41px;
  }
  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }
  .heading-4 {
    font-size: 24px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
	.c-left { margin-top:10px;}
  .image {
    width: 145px;
  }
  .link {
    font-size: 23px;
    line-height: 33px;
  }
  .banner-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-left {
    width: 100%;
    margin-bottom: 35px;
  }
  .image-2 {
    display: none;
  }
  .form-blue {
    width: 100%;
  }
  .courses-c {
    padding-top: 50px;
  }
  .how-c {
    padding-bottom: 50px;
  }
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .text-holder {
    width: 100%;
  }
  .year-c {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-6 {
    font-size: 15px;
  }
  .image-3 {
    margin-bottom: 20px;
  }
  .image-4 {
    margin-bottom: 20px;
  }
	#ty .paragraph { margin-bottom:30px;}
}

@media (max-width: 700px) {

	#ty .boxes .boxx { width:90%;}
	br { display:none}

}
@media (max-width: 479px) {
	#ty .boxx-content {
    padding: 190px 39px 28px;
}
  .image {
    width: 115px;
  }
  .link {
    padding-left: 0px;
    background-image: none;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .heading {
    margin-bottom: 25px;
    font-size: 39px;
    line-height: 47px;
  }
  .heading-3 {
    font-size: 36px;
    line-height: 46px;
  }
  .button {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    text-align: center;
  }
  .heading-5 {
    font-size: 36px;
    line-height: 46px;
  }
	#ty .c-left .button { width:100%;}
}

@font-face {
  font-family: 'FFMetaProMedium';
  src: url('../fonts/FFMetaProMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FFMetaProLight';
  src: url('../fonts/FFMetaProLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FFMetaProBold';
  src: url('../fonts/FFMetaProBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MetaPro-Norm';
  src: url('../fonts/MetaPro-Norm.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MetaPro-Bold';
  src: url('../fonts/MetaPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MetaPro-Medi';
  src: url('../fonts/MetaPro-Medi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}