@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
/** 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, font, 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 {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
html, body {width: 100%;}



*{
        margin: 0;
        padding: 0;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;}
/* remember to define focus styles! */
:focus {  outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;}
a:hover,
a:focus { outline: none; text-decoration: none;}

hr {    border:none;
        border-top: 1px solid #ededed;
        clear: both;
        height: 0;
        margin: 0;}

ol {list-style: decimal;}

ul {list-style: none;
        padding:0;
        margin: 0;}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset { margin-bottom: 20px;}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}

@media all and (min-width: 1200px) {
.p0 {padding: 0;}

}
.m0 {margin: 0;}

.mt-5 {margin-top: 5px}
.mt_10 {margin-top: 10px}
.mt_15 {margin-top: 15px}
.mt-20 {margin-top: 20px} 
.mt_25 {margin-top: 25px}
.mt-30 {margin-top: 30px} 
.mt-35 {margin-top: 35px}
.mt-40 {margin-top: 40px}
.mt_45 {margin-top: 45px}
.mt-50 {margin-top: 50px}
.mt-60 {margin-top: 60px}
.mt-65 {margin-top: 65px}
.mt-70 {margin-top: 70px}

.mb-0 {margin-bottom: 0px}
.mb_5 {margin-bottom: 5px}
.mb_10 {margin-bottom: 10px}
.mb-15 {margin-bottom: 15px}
.mb-20 {margin-bottom: 20px}
.mb-25 {margin-bottom: 25px}
.mb-30 {margin-bottom: 30px}
.mb-35 {margin-bottom: 35px}
.mb-40 {margin-bottom: 40px}
.mb-45 {margin-bottom: 45px}
.mb-50 {margin-bottom: 50px}
.mb-60 {margin-bottom: 60px}
.mb-70 {margin-bottom: 70px}

/** Transition **/
a,
.modal .btn,
.social ul li {
        -webkit-transition: all 0.5s ease!important;
        -moz-transition: all 0.5s ease!important;
        -ms-transition: all 0.5s ease!important;
        -o-transition: all 0.5s ease!important;
        transition: all 0.5s ease!important;}


/** Basic **/

body {
       font-family: 'Roboto', sans-serif;
        background: #fff;
        position: relative;
        font-size: 16px;
        line-height: 1.5;
        color: #4c4c4c;
        font-weight: normal;}


.fleft {float: left;}

.fright {float: right;}

.text-center {text-align: center;}

a {
    text-decoration: none; 
    color: #298ac7;}

p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;}

/** Headings **/

h1, h2, h3, h4, h5, h6 {font-family: 'Raleway', sans-serif;}

h1 {
     font-size: 52px; 
     line-height: 64px;
     color: #fff; 
     font-weight: 400;}

h2 { 
    font-size: 30px;
    line-height: 45px;
    color: #216778;
    text-transform: uppercase;
    font-weight: 700;}

h3 { 
    font-size: 21px;
    line-height: 1;
    color: #216778;
    text-transform: uppercase;}

h4 {font-size: 30px;
color: #216778;
font-weight: 700;}

h5 {font-size: 17px;}

h6 {font-size: 15px;}

/** header **/

.logo {
    display:inline-block;
    width:122px;
    height:75px;
    margin:8px 0 15px;
    text-indent:-5000px;
    text-decoration:none;
    background:url(../images/logo.png) 0 0 no-repeat;}

.btn {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    color: #fff!important;
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    padding: 10px 0;}

.login-box .btn { width: 100px; padding: 8px 0;}

.login-box .btn:first-child { margin-right: 17px;}

.login-box {margin-top: 27px; text-align: right;}

/** menu **/

nav ul li {display: inline-block; padding-right: 30px;}

nav ul li:last-child {padding: 0;}

nav ul li a {
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    color: #4c4c4c;}

nav .current a,
nav ul li a:hover { color: #298ac7;}

/** content **/

.bg-fbfbfb { background: #fbfbfb;}

.bg-298ac7{ background: #298ac7; }

.bg-216778{ background: #216778; }

.btn:hover{ background: #2f3e48; color: #fff;}

#main-banner {
    background:url(../images/banner-full.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 573px;
    padding: 60px 0 58px;
    color:#fff;}

#getting .btn,
#main-banner .btn { 
    width: 170px; 
    font-weight: 700;
    text-transform: uppercase;}




.number {color: #fff;}
.number:hover  {color: #fff; opacity: 0.8;}
.box {
        background: rgba(47, 62, 72, 0.6);
        padding: 15px 15px 15px 70px;
        position: relative;
        border-top: 2px solid #298ac7;}

.box p{ font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 0;}

.box:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
        background:url(../images/ok.png) center center no-repeat #298ac7;}


/***********/

#affordable {
    padding: 68px 0 45px;
    border-bottom: 1px solid #fff;}

.icon {border-top: 4px double #f0f0f0;}

.icon img {margin-top:-30px;}


/************/
#what-is {padding: 58px 0 41px 0;}

.title-in-box {
    padding: 6px;
    border:2px solid #216778;
    font-size: 14px;}





/************/

#our-system {
    background:url(../images/bg-fullsize.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 707px;
    padding:57px 0; 
    color:#fff;
    border-top:1px solid #fff; }

#our-system h2{ color: #fff;}

#our-system h2 .title-in-box { border:2px solid #fff;}

#our-system ul.left-list li,
#our-system ul.right-list li {
    background: url(../images/icon-sprite.png) 0 0 no-repeat ;
    padding-left: 100px;
    min-height: 70px; }

#our-system ul.left-list li:nth-child(2) {
    background-position: 0 -100px;
    padding-top: 10px;}

#our-system ul.left-list li:nth-child(3) {
    background-position: 0 -194px;
    padding-top: 10px;
}

#our-system ul.left-list li:nth-child(4) {
    background-position: 0 -300px;
    padding-top: 10px; }

#our-system ul.right-list li:nth-child(1) {
    background-position: 0 -397px;}

#our-system ul.right-list li:nth-child(2) {
    background-position: 0 -500px;
    padding-top: 10px;}

#our-system ul.right-list li:nth-child(3) {
    background-position: 0 -577px;
    padding-top: 10px;}

#our-system ul.right-list li:nth-child(4) {
    background-position: 0 -671px;
    padding-top: 10px;}

b {font-size: 18px;}

/**************/

#getting {padding: 60px 0 70px; }

.getting-started li {
    padding: 15px 0 15px 70px ;
    background: url(../images/marker.png) 0 0 no-repeat ;
    margin-bottom: 15px;}

#getting b a:hover,
#getting b {color: #216778;}
 
/** footer **/

footer {
    background: #11354c;
    padding: 45px 0;
    color: #aec0cb;}


.footer-menu li a{color: #fff;}

.footer-menu .current a {color: #298ac7;}

.social ul li { 
    display: inline-block;
    text-align: center;
    padding: 10px 0 0 0;
    background: #fff;
    height: 36px;
    width: 36px;
    border-radius: 3px;}

.social ul li:first-child { margin-right: 10px;}

.social ul li:hover {  
    background: #11354c;
    box-shadow: inset 0px 0px 20px #fff;}

.copyright {font-family: 'Raleway', sans-serif;}

.copyright a:hover {color: #aec0cb;}

/*************************/

#title-page {
    background: url(../images/title-page-bg.jpg) 0 0 no-repeat ;
    background-size: cover;
    padding: 37px 0 15px;
    text-align: center;}

.step-icon {
    background: url(../images/step.png) 0 0 no-repeat ;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    width: 130px;
    padding: 12px 20px;
    margin-bottom: 25px;}

#steps b { color: #216778;  font-size: 16px;}

#steps img  {margin-left: 40px;}

#breadcrumbs {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #dfdfdf;}

#breadcrumbs p{
    font-size: 14px;
    margin:0 0 10px 0;}

.avatar {
    border: 2px solid #fff;
    outline: 1px solid #dfdfdf;}

.review {padding-left: 30px;}

.review p {margin-bottom: 0;}

#testimonials .row {margin-left: 0;}

.review strong {
    color: #298ac7;
    text-transform: uppercase;}


/******** popup *********/


.modal-dialog {
    width: 470px;
    margin: 140px auto;}


.close {
    font-size: 32px;
    font-weight: 300;
    text-shadow: 0 0 1px #bcbcbc;
    opacity: 1;}

.modal-body { padding: 50px;}

.modal-content { border-radius: 0px;}
.modal-content p {font-size: 13px;}
.form-control  {
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    height: 45px;
    color: #4c4c4c;}

textarea.form-control {
    height: 135px;} 

.modal .btn {
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0;}

.modal-bottom p{font-size: 13px;}

.modal-bottom a {text-decoration: underline;}

    .form-control::-moz-placeholder {color:#4c4c4c;}
    .form-control:-ms-input-placeholder {color:#4c4c4c;}
    .form-control::-webkit-input-placeholder {color:#4c4c4c;}

.form-control:focus {  box-shadow: none;}


/***** FAQ *****/

.panel.panel-default {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #ededed;}

.panel-default > .panel-heading {
    color: #4c4c4c;
    background-color: #fff;
    border: none;
    padding: 0;}

.panel-heading a {
    color: #216778;
    display: inline-block;
    padding: 16px 15px 16px 70px;
    font-weight: bold;
    background: url(../images/collapse.png) left -89px no-repeat; }

.panel-body { border: none!important; padding-left: 70px;}

.panel-heading a.nocollapsed {   
      background: url(../images/collapse.png) left top no-repeat ;}

 .panel-heading  a {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition:none!important;
    transition: none!important;}

.nav-tabs {border: 1px solid #ededed;}

.nav-tabs li { 
    margin-bottom: 0;   
    float: none;}

.nav-tabs > li > a {
    position: relative;
    margin-right: 0px;
    color: #4c4c4c;
    line-height: 1.42857143;
    border:none;
    border-bottom: 1px solid #ededed;
    border-radius:  0;
        padding: 10px 15px 10px 37px;
    background: url(../images/round.png) 15px center no-repeat  #fff;}

.nav-tabs > li:last-child > a {border: none!important;}

.nav-tabs>li>a:hover {  color: #298ac7; }

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #298ac7;
    cursor: pointer;
    
    border: none;
    border-bottom: 1px solid #ededed;}

.nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #298bc7;}