@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Bold.eot');
    src: url('../fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/PTSerif-Bold.woff') format('woff'),  url('../fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Regular.eot');
    src: url('../fonts/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/PTSerif-Regular.woff') format('woff'),  url('../fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-BoldItalic.eot');
    src: url('../fonts/PTSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/PTSerif-BoldItalic.woff') format('woff'),  url('../fonts/PTSerif-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-Italic.eot');
    src: url('../fonts/PTSerif-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/PTSerif-Italic.woff') format('woff'),  url('../fonts/PTSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Larsseit';
    src: url('../fonts/Larsseit-Regular.eot');
    src: url('../fonts/Larsseit-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Larsseit-Regular.woff') format('woff'),  url('../fonts/Larsseit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Larsseit';
    src: url('../fonts/Larsseit-Bold.eot');
    src: url('../fonts/Larsseit-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Larsseit-Bold.woff') format('woff'),  url('../fonts/Larsseit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body, html {
    font-family: 'Larsseit';
    color: #fff;
    height: 100%;
    font-weight: bold;
    font-style: normal;
}
a, button, .form-control {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
/*=== Custome Styles ===*/


/*=== Header ===*/
.header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header .navbar {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
}
.header .navbar-nav {
    padding: 32px 0 28px;
}
.header .navbar > .container .navbar-brand, .header .navbar > .container-fluid .navbar-brand {
    margin: 0;
}
.header .navbar-header {
    padding: 19px 50px 17px 0;
}
.header .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
}
.header .navbar-collapse {
    padding: 0;
    float: left;
}
.header .navbar-nav li.apply-form {
    margin: 0 27px;
}
.header .navbar-nav li.apply-form:last-child {
    margin: 0;
}
.header .navbar-nav li.apply-form a {
    border: solid 3px #ffffff;
    padding: 6px 23px;
}
.header .navbar-nav li.apply-form a:hover {
    color: #fff;
    background-color: #f9a633;
    border: solid 3px #f9a633;
}
.header .navbar-nav > li > a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
    font-family: 'Larsseit';
    padding: 6px 25px;
}
.header .navbar-nav li a:hover {
    color: #f9a633;
}
.header .navbar-nav li a:focus {
    color: #f9a633;
}
.header .navbar-nav li.active a:hover {
    color: #f9a633 !important;
}
.header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:focus, .header .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff;
}
.search-number {
    float: right;
    padding: 27px 0 15px;
}
.serch-sec {
    float: left;
}
.serch-sec .form-control, .serch-sec.active1.active11 .form-control {
    background-color: #ffffff;
    border: medium none;
    border-radius: 50px;
    box-shadow: none;
    color: #333333;
    display: inline-block;
    font-family: "PT Serif";
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    margin: 0 -45px 0 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.serch-sec.active1 .form-control {
    width: 213px;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.serch-sec a {
    width: 50px;
    height: 50px;
    background-color: #f9a633;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 13px 0 14px;
}
.number-sec {
    float: left;
    overflow: hidden;
    padding-left: 21px;
}
.number-sec a {
    width: 50px;
    height: 50px;
    background-color: #f9a633;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 11px 0 12px;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.number-sec .inner-number, .number-sec.active1.active11 .inner-number {
    background-color: #ffffff;
    border: medium none;
    border-radius: 50px;
    color: #333333;
    display: inline-block;
    font-family: "PT Serif";
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    margin: 0 -45px 0 0;
    padding: 13px 20px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}
.number-sec.active1 .inner-number {
    width: 190px;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
/*=== Banner ===*/
.inner-banner .image-holder {
    position: relative;
}
.inner-banner .image-holder img {
    height: 794px;
    object-fit: cover;
    width: 100%;
}
.inner-banner .image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-banner .text-box {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
}
.inner-banner .text-box .text-iner {
    width: 100%;
    max-width: 463px;
    margin-left: 110px;
}
.inner-banner .text-box .text-iner h1 {
    font-family: 'Larsseit';
    font-size: 62px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 47px;
}
.inner-banner .text-box .text-iner a, .btn-default {
    display: inline-block;
    padding: 5px 31px;
    border: solid 3px #ffffff;
    text-decoration: none;
    font-family: 'Larsseit';
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
}
.inner-banner .text-box .text-iner a:hover, .btn-default:hover {
    color: #fff;
    background-color: #f9a633;
    border: solid 3px #f9a633;
}
section.socail-certificate .btn.btn-default {
    border-color: #f9a633;
}
.inner-banner .owl-theme .owl-controls {
    bottom: 33px;
    left: 114px;
    margin-top: 0;
    position: absolute;
}
.inner-banner .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    display: block;
    height: 26px;
    margin: 0 12px;
    opacity: 1;
    width: 26px;
}
.inner-banner .owl-theme .owl-controls .owl-page.active span, .inner-banner .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(255, 255, 255, 1);
}
/*=== Our Story ===*/
.our-strory-sec {
    padding-top: 57px;
    padding-bottom: 53px;
}
.our-strory-inner {
    text-align: center;
}
.our-strory-inner .hedding {
    margin-bottom: 70px;
}
.our-strory-inner .hedding h2 {
    font-family: 'Larsseit';
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #007383;
}
.our-strory-inner .clapes_contant p {
    font-family: 'PT Serif';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
    margin: 0;
}
.our-strory-inner .clapes_contant strong {
    font-family: 'PT Serif';
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    display: block;
    line-height: 1.5;
    color: #333333;
}
.our-strory-inner .clapes_contant h3 {
    font-family: 'Larsseit';
    font-size: 26px;
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
    color: #007383;
    margin: 41px 0 35px 0;
}
.our-strory-inner .clapes_contant h3.build-dje {
    margin: 0;
}
.our-strory-inner .down_arrow a {
    width: 50px;
    height: 50px;
    background-color: #faa633;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding: 16px 0;
}
.our-strory-inner .down_arrow a .triangle-up {
    display: none;
}
.our-strory-inner .down_arrow.active a .triangle-up {
    display: inline-block;
    vertical-align: top;
}
.our-strory-inner .down_arrow.active a .triangle-down {
    display: none;
}
/*=== Wisdom Spirituality ===*/
.wisdom-spirituality {
    background: url(../img/wisdom-spirituality-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 837px;
    padding-top: 93px;
    padding-bottom: 103px;
}
.wisdom-left {
    width: 541px;
    height: 541px;
    object-fit: contain;
    background-color: rgba(0, 160, 227, 0.8);
    border-radius: 50%;
    text-align: center;
    padding: 100px 0;
    float: left;
    margin-left: -20px;
}
.wisdom-spirituality-inner.finsihed.test .wisdom-left {
    margin-left: 50px;
    transition: all 0.5s ease-in-out;
}
.wisdom-spirituality-inner.finsihed.test .wisdom-right {
    margin-left: -80px;
    transition: all 0.5s ease-in-out;
}
.wisdom-spirituality-inner.finsihed.test .wisdom-right .westom-logo {
    left: 5px;
    transition: all 0.5s ease-in-out;
}
.wisdom-left h3 {
    font-family: 'Larsseit';
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 3.6px;
    color: #ffffff;
}
.wisdom-left p {
    color: #ffffff;
    font-family: "Larsseit";
    font-size: 26px;
    font-weight: normal;
    line-height: 2.04;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
}
.wisdom-right {
    width: 541px;
    height: 541px;
    object-fit: contain;
    background-color: rgba(0, 115, 131, 0.7);
    border-radius: 50%;
    text-align: center;
    padding: 100px 0;
    position: relative;
    margin-left: 50px;
    float: left;
}
.wisdom-right h3 {
    font-family: 'Larsseit';
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 3.6px;
    color: #ffffff;
}
.wisdom-right p {
    color: #ffffff;
    font-family: "Larsseit";
    font-size: 26px;
    font-weight: normal;
    line-height: 2.04;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
}
.wisdom-right .westom-logo {
    left: -60px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
}
/*=== Socail Certificate===*/
.socail-certificate {
    background-color: #f95470;
    padding: 34px 0 37px;
    position: relative;
    overflow-x: hidden;
}
.socail-certificate-contant {
    width: 600px;
}
.socail-certificate-contant h3 {
    font-family: "Larsseit";
    font-size: 42px;
    font-weight: bold;
    line-height: 1.12;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.socail-certificate-contant span {
    font-family: "Larsseit";
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 13px;
    margin-bottom: 12px;
    display: block;
}
.socail-certificate-contant p {
    font-family: 'PT Serif';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.56;
    color: #ffffff;
    width: 87%;
}
.online-person {
    position: absolute;
    right: 0;
    top: 0;
}
.online-person .text-box {
    background-color: #007383;
    padding-left: 42px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.online-person .text-box span {
    display: block;
    font-family: "Larsseit";
    font-weight: normal;
    font-size: 26px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}
.online-person .text-box h4 {
    margin: 0;
    font-family: "Larsseit";
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    position: relative;
    color: #ffffff;
}
.online-person .text-box h4:after {
    background-color: #fff;
    position: absolute;
    content: "";
    left: 0;
    top: -5px;
    width: 68px;
    height: 3px;
}
.socail-certificate-tabs-left {
    float: left;
    width: 342px;
}
.socail-certificate-tabs-left .nav-tabs {
    border-bottom: none;
}
.socail-certificate-tabs-left .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
.socail-certificate-tabs-left .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    margin-right: 0;
    font-family: "Larsseit";
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.socail-certificate-tabs-left .nav-tabs > li > a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 1px;
    width: 95%;
    height: 1px;
    background-color: #fff;
}
.socail-certificate-tabs-left .nav-tabs > li.active a:after {
    width: 100%;
}
.socail-certificate-tabs-left .nav-tabs > li > a:focus {
    color: #fff;
}
.socail-certificate-tabs-left .nav-tabs > li > a i {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.socail-certificate-tabs-left .nav-tabs > li > a .fa-angle-left {
    display: none;
}
.socail-certificate-tabs-left .nav-tabs li.active a .fa-angle-left {
    display: inline-block;
    ;
}
.socail-certificate-tabs-left .nav-tabs li.active a .fa-angle-right {
    display: none;
}
.socail-certificate-tabs-left .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.socail-certificate-tabs-left .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .socail-certificate-tabs-left .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    text-align: right;
    font-weight: bold;
    border-right: 1px solid #f95470;
    margin-right: -1px;
    padding-right: 0;
}
.socail-certificate-tabs-right {
    float: left;
    padding-left: 0px;
    padding-top: 13px;
}
.tab-content:before {
    content: "";
    width: 1px;
    background-color: #f95470;
    position: absolute;
    left: 0;
    top: -14px;
}
.tab-content.first:before {
    height: 57px;
}
.tab-content.second:before {
    height: 99px;
}
.tab-content.third:before {
    height: 171px;
}
.tab-content {
    position: relative;
}
.tab-content>.active {
    border-bottom: 1px solid #fff;
    padding-left: 27px;
    border-left: 1px solid #fff;
    padding-bottom: 13px;
}
.text-box-home p {
    font-family: 'PT Serif';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.61;
    color: #ffffff;
    margin-bottom: 0;
}
.text-box-profile h3 {
    font-family: 'PT Serif';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.39;
    color: #ffffff;
    margin-top: 15px;
}
.text-box-profile h3 span {
    font-weight: normal;
}
.text-box-profile p {
    font-family: 'PT Serif';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.39;
    margin: 0;
    color: #ffffff;
}
.text-box-messages ul {
    padding: 0;
}
.text-box-messages ul li {
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    margin-bottom: 11px;
}
.wisdom-seed {
    margin-top: 35px;
}
.wisdom-seed span {
    float: left;
    font-family: "Larsseit";
    font-weight: normal;
    font-size: 116px;
    color: #2ab573;
    padding-right: 20px;
    display: inline-block;
}
.wisdom-seed p {
    overflow: hidden;
    margin: 25px 0 !important;
    text-align: left;
    width: 60%;
}
/*=== Bayron Revess===*/
.bayron-revess-iner .image-holder {
    position: relative;
}
.bayron-revess-iner .text-box {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
}
.bayron-revess-iner .text-box .col-md-12 {
    padding-right: 0;
    position: relative;
}
.bayron-revess-iner .baryan-first .text-box .col-md-12:after {
    background-color: #4b8c89;
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}
.bayron-revess-iner .baryan-second .text-box .col-md-12:after {
    background-color: rgba(41, 181, 115, 0.65);
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}
.bayron-revess-iner .baryan-thrd .text-box .col-md-12:after {
    background-color: rgba(247, 94, 5, 0.65);
    content: "";
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}
.mobail-bg {
    display: none;
}
.crv-bg img {
    float: right;
}
.text-bauy {
    position: absolute;
    right: 80px;
    text-align: right;
    width: 50%;
}
.text-bauy h2 {
    font-family: "Larsseit";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #ffffff;
}
.text-bauy .panel-default > .panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}
.text-bauy .panel-default > .panel-heading h4 {
    padding: 0;
}
.text-bauy .panel-default > .panel-heading h4 a {
    font-family: "Larsseit";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    text-align: right;
    text-decoration: none;
    color: #ffffff;
}
.text-bauy .panel {
    background-color: transparent;
    border: medium none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}
.text-bauy .panel-body {
    font-family: 'PT Serif';
    font-size: 17px;
    line-height: 1.56;
    text-align: right;
    color: #ffffff;
    border-top: medium none !important;
    font-weight: normal;
}
.text-bauy .panel-body .boday-text {
    line-height: 2.67;
}
.stanford-logo {
    margin-top: 25px;
}
.stanford-logo img {
    float: none;
}
.bayron-revess-iner .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    opacity: 1;
    padding: 0;
}
.bayron-revess-iner .owl-theme .owl-controls {
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}
.owl-prev {
    left: 20px;
    position: absolute;
}
.owl-next {
    right: 20px;
    position: absolute;
}
/*=== Footer===*/
.footer {
    background-color: #404041;
    padding-top: 60px;
    padding-bottom: 43px;
}
.footer-links ul {
    padding: 0;
}
.footer-links ul li {
    list-style: none;
    font-family: "Larsseit";
    font-weight: normal;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
    color: #ffffff;
    margin-bottom: 3px;
}
.footer-links ul li a {
    font-family: "Larsseit";
    font-weight: normal;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
    color: #ffffff;
}
.footer-links p {
    font-family: "Larsseit";
    font-weight: normal;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
    margin-bottom: 0;
    margin-top: 21px;
    color: #ffffff;
}
.footer-socail {
}
.footer-socail ul {
    padding: 0;
    margin-bottom: 30px;
    display: none;
}
.footer-socail ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.footer-socail ul li a {
    width: 50px;
    height: 50px;
    background-color: #f9a633;
    border-radius: 50%;
    display: inline-block;
    padding: 13px 0;
    text-align: center;
}
.footer-socail ul li a:hover {
    background-color: #f85e04;
}
.footer-apply a {
    border: 4px solid #f85e04;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Larsseit";
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-bottom: 13px;
}
.footer-apply a:hover {
    background-color: #f85e04;
}
.footer-apply a:last-child {
    border: 4px solid #2ab573;
}
.footer-apply a:last-child:hover {
    background-color: #2ab573;
}
header.header.affix {
    position: fixed;
    background-color: #007383;
}
i.fa.fa-angle-left img {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -7px;
}
i.fa.fa-angle-right img {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: -7px;
}
.fa-angle-left:before, .fa-angle-right:before {
    content: "";
}
.banner figcaption.text-box:before {
    content: "";
    max-width: 528px;
    width: 70%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
}
.text-bauy .panel-default > .panel-heading h4 a span {
    display: inline-block;
}
.text-bauy .panel-default > .panel-heading h4 a img {
    float: none;
    display: inline-block;
    width: auto !important;
    margin-right: 20px;
    height: 14px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.text-bauy .panel-default > .panel-heading h4 a.collapsed img {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.uppercase {
    text-transform: uppercase !important;
}
#anchor {
    padding-top: 50px;
    margin-top: 50px;
}
/*classes added on 27/10/2017 by MT*/



.form-txt {
    font-family: 'PT Serif';
    font-size: 20px;
    font-weight: 300;
}
.formbox {
    padding: 40px;
    margin: 5% 5% 15% 5%;
    background:  #ececec;
    color:#000;
}
.formbox label {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}
.inpt {
    width: 100%;
    border: none;
    padding: 10px;
    color: #333;
}
.clear {
    clear: both;
}
.formbtn {
    border: solid 3px #f85470;
    padding: 6px 23px;

    background: #f85470;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Larsseit";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
}

.formbtn:hover {
    color: #fff;
    background-color: #faa633;
    border: solid 3px #faa633;
}

.checkboxtxt {
    font-family: 'PT Serif';
    font-size: 16px;
    font-weight: 300;
    margin: 20px auto;
}
.checkboxtxt label {
    font-family: 'PT Serif';
    font-size: 16px;
    font-weight: 300;
}
.formsection {
    /* background: url(../img/wisdom-spirituality-bg.jpg) no-repeat; */
    background-size: cover;
    overflow: hidden;
     /* padding-top: 80px;*/

}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .2em;
    font-size: 1.2em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #ccc;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid blue;
}
/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9!important;
}

#apply-confirmation-form{
    width:100%;
    height: 630px;
}
.header-image img{
        margin-top: 100px;
    }
	.introtxt{
	padding: 40px 0px;
    color: #555;
    font-size: 20px;
	}
	
	
	.carousel-control.left, .carousel-control.right{
		background:none;
	}
	
	.carousel-control{
		width:6%;
	}
	
	
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
		top:250px;
	}
	
	
	.textbox-profile2{
	    margin-top: 10px;
		margin-left:-1px;
		z-index:0;
}


	.textbox-meaagae2{
		padding-right:80px;
}

.text-box-home2{
	padding:10px 0 30px;}
	
	.paddt0{
		padding-top:0;
	}
	
	#profile2 .text-box-profile {
		margin-top:15px;
	}
	
	#profile2 .btn {
		margin-top:20px !important;
		display:inline-block;
		clear:both;
	}
	
	
	.modules-anchor-tag{
		color:#007383;
		font-weight:bold;
	}
	
	.modulesdiv p{
		font-size:1em;
		}