/* Font family  */
@font-face {
    font-family: "Calibri";
    src: url(../font/CalibriRegular.ttf);
}
/* ******************************* CSS Reset ********************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #006cfa
}
ul, li {list-style: none;}
img {
    max-width: 100%;
}
body {
    margin: 0;
    font-family: 'Calibri';
}
.block {display: block;}
.page__head {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.sub__head {
    color: #787878;
    font-size: 16px;
    text-align: center;
}
.borderBottom {position: relative;}
.borderBottom:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    background: #006cfa;
    bottom: -10px;
    left: 45%;
}
.errormsg {
    color:#f53a3a;
    background-color:#f2dede;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 6px;
    display:none
}
/* *******************************  Home page css ********************************* */
/* Header  */
.header {
    background: #fff;
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.header.fixed {
    position: fixed;
    top: 0;
    box-shadow: 1px 0 10px #ccc;
    z-index: 3;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo__img {
    margin-top: 10px;
}
.main__menu--list {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2.5em;
    color: #282828;
}
.main__menu--list:last-child{
    margin-right: 0;
}
.main__menu--list:hover , .main__menu--list.active {
    color: #006cfa;
}

/* Banner Section */
.banner {position: relative;}
.banner__content {
    display: flex;
    justify-content: flex-end;
}
.banner__img {
    display: block;
	width:100%;
}
.banner__form {
    margin-top: 2rem;
}
.banner__login {
    background: #fff;
    border-radius: 6px;
    padding: 25px;
    position: absolute;
    top: 150px;
    max-width: 375px;
}
.banner__login--head {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.banner__login--text {
    font-size: 14px;
    text-align: center;
}
.login__tab {
    display: flex;
    justify-content: space-around;
    padding: 2em 0;
}
.login__tab--list{
    cursor: pointer;
    text-transform: uppercase;
}

.login__tab--list.active, .login__tab--list:hover {
    color: #006cfa;
    font-weight: 600;
}
.form__field--icon.paswrd {
    width: 15px;
    left: 90%;
    cursor: pointer;
}

.form__field {
    margin-bottom: 2rem;
    position: relative;
}
.form__field--input {
    border-radius: 30px;
    border-color: #006cfa;
    padding: .5rem .75rem .5rem 2.5em;
}
.form__field--input:focus {
    box-shadow: 0 0 0 0;
    border-color: #006cfa;
}
.form__field--icon {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 16px;
}
.form__field--btn {
    border-radius: 30px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    background: #006cfa;
    text-transform: uppercase;
    box-shadow: 0 8px 6px -6px #000;
    transition: all 0.4s;
}
.form__field--btn:hover ,.form__field--btn:focus {
    box-shadow: 0 0px 0px 0px;
    transition: all 0.4s;
}

.forgot__text {
    font-size: 16px
}
.forgot__text--link {
    color: #006cfa;
}

/* Profitable Section */
.profit {
    background: #eddddd;
}
.profit__box {
    text-align: center;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s;
}
.profit__box:hover {
    transform: scale(1.1);
    transition: all 0.4s;
    background: #006cfa;
    border-color: #006cfa;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)
}
.profit__box:hover .profit__box--head, .profit__box:hover .profit__box--text {color: #fff;}
.profit__box--icon{width: 35px;}
.profit__box--icon.white {display: none;}
.profit__box:hover .profit__box--icon {display: none;}
.profit__box:hover .profit__box--icon.white {display: inline-block;}
.profit__box--head {
    color: #404040;
    font-size: 17px;
    font-weight: 600;
    margin: 0.5rem 0;
}

.profit__box--text {
    color: #737373;
    font-size: 15px;
}
/* Get start with us CSS */
.getstart {
    background-image: url('../img/startedbg.png');
    background-color: #0C0E03;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 3rem;
    padding-bottom: 10em;
}
.getstart .page__head, .getstart .sub__head {color: #fff; margin-bottom: 0.5rem;}
.getstart__box {
    text-align: center;
    padding: 2em 4.5em; 
    border: 1px solid #fff;
}
.getstart__box.distributor {
    background: #006cfa;
    transform: scale(1.08);
    border: 0;
    position: relative;
    z-index: 1;
}
.getstart__box--icon {width: 60px;}
.getstart__box--text {font-size: 22px;color: #fff;margin: 0.5em 0;}
.getstart__box--link {
    border: 1px solid #006cfa;
    padding: 5px 25px;
    border-radius: 30px;
    color: #006cfa;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(to right, #006cfa 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.getstart__box--link:hover {
    background-position: left bottom;
    color: #fff;
    transition: all .5s ease-out;
}
.getstart__box.distributor .getstart__box--link {
    border-color: #fff;
    color: #fff;
}

/* TI Advantage CSS */
.advantage {
    background: #eddddd;
    position: relative;
    padding: 3rem 0 8rem 0;
}
.advantage__content {text-align: center}
.icon__container {
    background: #fff;
    display: inline-block;
    padding: 30px 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s ease-out;
    box-shadow: 0 10px 6px -6px #777;
}
.icon__container:hover {
    background: #006cfa;
    transform: scale(1.1);
    transition: all .4s ease-out;
}
.icon__container--img{
    width: 50px;
}
.advantage__content--head {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1em 0 0;
}
.advantage__content--text {
    color: #828282;
}
.advantages__content--iconlogos {
    width: 200px;
}

.advantage__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mt-n3 {margin-top: -5rem;}
.advantage__center {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 58%;
}
.advantage__center .icon__container {
    padding: 80px 40px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.advantage__center .icon__container:hover {
    background: #fff;
    transform: scale(1);
}

/* Work environment CSS */
.env__content {
    position: relative;
}
.env__content--search {
    width: 30px;
    position: absolute;
    top: 45%;
    left: 45%;
    display: none;
}
.env__content:hover .env__content--search{
    display: block;
    z-index: 2;
}
.env__content:hover:after {
    content: '';
    width: 90%;
    height: 85%;
    background: #38a08fbf;
    position: absolute;
    top: 17px;
    left: 15px;
    z-index: 1;
}
/* Support CSS */
.support {
    background-color: #006cfa;
    background-image: url(../images/supportStrip_32.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.support__content {
    display: flex;
    align-items: center;
}
.support__content--img {
    width: 60px;
}
.support__content--text {
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
}
.support__content--box {
    margin-left: 15px;
}
.support__content--head {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.support__contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.support__contact--link {
    background: #006cfa;
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(to right, #fff 50%, #006cfa 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.support__contact--link:hover, .support__contact--link:focus {
    background-position: left bottom;
    color: #006cfa;
    transition: all .5s ease-out;
}

/* Footer CSS */
.footer__head {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.7rem;
	color:#000;
}

.footer__link {
    color: #787878;
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    display: block;
}

.footer__link:before {
    content: url(../img/doubleRight.png);
    color: #006cfa;
    position: absolute;
    left: 0;
	top:6px;
}
.footer a:hover{
	color:#000 !important;
}

.bottom__footer {background: #f1f8f7;}
.bottom__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rights__content {color: #006cfa;}
.social__icon {
    width: 25px;
    margin-left: 10px;
    transition: all 0.4s;
}
.social__icon:hover {
    transform: scale(1.25);
    transition: all 0.4s;
}
.footer-logo-width {
    max-width: 140px;
}

/* ******************************* Contact Us Page ********************************* */
.contact-body {
    background:#E8E8E8;
}
.breadcrum {
    background: url(../img/breadbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrum__text {
    color: #fff;
    padding: 20px 0;
    font-size: 1.3rem;
}
.breadcrum__text--icon {
    width: 12px;
}

.contactType {
    padding: 30px 0;
}
.contactType__box {
    text-align: center;
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    min-height: 170px;
}
.contactType__box:hover {
    background: #fafafb;
    transform: scale(1.02);
    transition: all 0.4s ease-in-out;
}
.contactType__box--text {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #006cfa;
}
.contactType__box--icon {
    width: 50px;
}

.contact__form {
    background: #fff;
    padding: 35px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.contact__form .form__field:last-child{
    margin-bottom: 0;
}

.form_error {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    color: #ff1313;
    font-size: 14px;
}
.none {
    display: none;
}
.form_msg {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.form_msg-success {
    border: 1px solid #2ead2e9c;
    background: #2ead2e9c;
}
.form_msg-error {
    border: 1px solid #d86565;
    background: #d86565;
}
.mobileMenu {
    display: none;
}

/* Static page css */
.static-content {
    min-height: calc(100vh - 150px);
    margin: 15px 0;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.static-content-heading {
    font-size: 1.4rem;
    margin: 0.5rem 0;
    color: #000;
}
.static-content-text {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
.static-list {padding: 5px 0 8px;}
.static-list-item {position: relative; padding-left: 15px;font-size: 1rem;}
.static-list-item:before {content: ''; position: absolute;width: 6px;height: 6px;border-radius: 50%;
background: #56AA90;top: 8px;left: 0;}

/* Error Page */
.error_404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #F2F4F7;
}

.error_heading {
    font-size: 20px;
    color: #ccc;
    margin: 20px 0;
}

.error_text {
    font-size: 16px;
    margin-bottom: 20px;
}

.error_link {
    background: #006cfa;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.4s;
}

.error_link:hover {
    color: #333;
}

.form__field {
    position: relative;
}
.form__field.form-control {
    font-size: 0.88rem;
}
.form__field--input {
    padding: 0.6rem 0.7rem 0.6rem 2.5rem;
}
.form__field--icon {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #c6ced5;
    font-size: 1rem;
}
.fa-eye-slash.form__field--icon,
.form__field--icon.fa-eye {
    left: 90%;
    right: 0;
    cursor: pointer;
}
.form__field--icon.fa-eye:before {
    content: "\f06e";
    left: 90%;
    right: 0;
    cursor: pointer;
}
.form__field--btn.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.form__field--btn:hover {
    box-shadow: 0 14px 26px -12px rgba(251, 172, 96, 0.4);
}
.form__field--text {
    font-size: 14px;
    padding: 10px 0;
    color: #999;
}