* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  font-family: "Roboto-regular",sans-serif;
  line-height: 20px;
  color: #000;
}
header, section, aside, footer {
  display: block;
}
a, a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
ul, p {
  margin: 0;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'),
        url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'),
        url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
#return-to-top {
    position: fixed;
    bottom: 75px;
    right: 20px;
    background: rgba(6, 85, 163, 0.85);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.fa.fa-chevron-up {
  position: absolute;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  top: 34%;
}
.loginrow { width:100%; float:left; background:#0655a3; background: url(../images/login_bg.jpg); background-size: cover; height: 100vh;}
.loginbox { background: #fff; width: 100%; max-width: 1050px; margin: 20px auto 20px; border-radius: 0px; box-shadow: 0 0 15px 0 rgba(136,152,170,.15); }
.loginbox .content { width:100%; float:left; border-radius:0px 0 0 0px; background:#0655a3; position:relative; height:510px; /*background-image: radial-gradient(#9ec9f2 1%, #0655a3 99%);*/}
.loginbox .content .content-text { position:absolute; top:0; left:0; bottom:0; right:0; width:100%; float:left; height:550px; display:table; padding:0 15px; }
.loginbox .content .content-text .desc { display: table-cell; vertical-align: middle; text-align: center; color:#fff; } 
.loginbox .content .content-text .desc h1 { font-size:34px; margin:0; padding:0; font-weight:bold; }
.loginbox .content .content-text .desc p { display: table-cell; vertical-align: middle; text-align: center; width:100%; float:left; margin:25px 0 10px 0; }
.logo { position: relative; top: 0px; left: 0; right: 0; text-align: center; }
.resisterbtn { width:100%; float:left; text-align:center; margin:20px 0 0 0; }   
.resisterbtn a { display: inline-block; border: 2px solid #fff; border-radius: 50px; color: #fff; padding: 10px 20px; max-width: 160px; width: 100%; }
.resisterbtn a:hover { background:#fff; color:#5ad1bb; }

.loginfields { padding: 30px 30px; width: 100%; float: left; background: #fff; }
.loginfields h2 { font-weight:bold; font-size:28px; color:#0655a3; text-align:center; margin:0px 0 8px 0; }
.loginfields .fields { width:100%; }
.loginfields .fields input { background:#f9f9f9; border:0; height:52px; border-radius: 0px; padding:0 20px 0 45px; box-shadow: none; }
.loginfields .fields input:focus { box-shadow: 0 0 0 0.2rem rgba(6, 85, 167, 0.7); }
.loginfields .form-group { position:relative; }
.loginfields .form-group span { position:absolute; top: 17px; left: 20px; color:#6c757d; }
.loginfields .form-group:hover span { color:#0655a3; }

.loginfields .loginbtn { width:100%; float:left; text-align:center; margin:20px 0 0 0; }   
.loginfields .loginbtn { display: inline-block; border: 2px solid #0655a3; background:#0655a3; border-radius: 50px; color: #fff; padding: 13px 20px; width: 100%; height:50px; font-size: 20px; text-transform: uppercase; font-weight: 600;}
.loginfields .loginbtn:hover { background:#0655a3; color:#fff; }
.lower_field .checkbox {
  margin: 0;
}
.lower_field {
  margin: 30px 0 10px 0;
}
.loginfields p {
  margin: 5px 0 30px 0;
  text-align: center;
  font-size: 16px;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.content-text img {
    width: 70%;
    margin: 60px auto 0;
}
.login_overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 85, 163, 0.75);
  display: block;
}



/*index page css*/
.menubar img {
  max-width: 120px;
  height: auto;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  position: relative;
}
.navbar-brand {
  height: auto;
  position: relative;
  z-index: 999;
}
header {
  position: relative;
}
.menubar {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
#myNavbar {
    margin-right: 15px;
}
.overlay_img {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 85, 163, 0.85)url(../images/header_bg.png);
  display: block;
}
.carousel-inner img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}
.carousel-control.left {
  background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control.right {
  background-image: linear-gradient(to right,rgba(0,0,0,.0000) 0,rgba(0,0,0,.0) 100%);
}
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #0655a3;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #0655a3;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #39393a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 55px;
}
.navigationBar {
  margin-top: 20px;
}
.header_img img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel-indicators li, .carousel-indicators .active {
  background-color: #0655a3;
}
.navigationBar a:before,
.navigationBar a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.navigationBar a:before {
  left: 0;
  top: 25px;
  border-left: 3px solid #0655a3;
  border-top: 3px solid #0655a3;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.navigationBar a:after {
  right: 0;
  bottom: 25px;
  border-right: 3px solid #0655a3;
  border-bottom: 3px solid #0655a3;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.navigationBar a:hover,
.navigationBar .active a {
  color: #ffffff;
}
.navigationBar a:hover:before,
.navigationBar .active a:before,
.navigationBar a:hover:after,
.navigationBar .active a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
/*.nav.navbar-nav.navigationBar {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 40px auto 0;
    display: inline-table;
}*/
.nav.navbar-nav.navigationBar {
    margin: 25px auto 0;
    background-color: rgba(355, 355, 355, 0.95);
    padding-left: 15px;
}
.login_nav {
  margin-top: 25px;
}
.login_nav li a {
    color: #fff !important;
    background: #0655a3;
}
.login_nav li a:hover {
    color: #0655a3 !important;
    background: #fff !important;
}
.navbar-nav > li {
  margin-right: 25px;
}
.login_nav li {
  margin-right: 0;
}
/*.navbar-header {
  background: rgba(355, 355, 355, 0.9);
}*/
.navbar-inverse::after {
    content: '';
    background: rgba(355, 355, 355, 0.95);
    width: 16px;
    height: 85px;
    position: absolute;
    right: -16px;
    top: 25px;
}
.header_img.zoomIn {
  animation-duration: 3s;
}
.navbar-header::before {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    line-height: 500px;
    text-align: center;
    background: #fff;
    left: -7px;
    position: absolute;
    left: -65px;
    top: -90px;
}
.login_nav a:before,
.login_nav a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #0655a3;
  width: 0;
}
.login_nav a:before {
  top: 0;
  left: 0;
}
.login_nav a:after {
  bottom: 0;
  right: 0;
}
.login_nav a:hover,
.login_nav .current a {
  color: #ffffff;
}
.login_nav a:hover:before,
.login_nav .current a:before,
.login_nav a:hover:after,
.login_nav .current a:after {
  width: 100%;
}
.back_btn {
    background: #fff;
    padding: 14px 35px;
    border-radius: 39px;
    font-size: 18px;
    color: #0655a3;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    display: table;
}

/*about css*/
.webDevelopment_text h2 {
  font-size: 35px;
  font-weight: bold;
  color: #0655a3;
  margin-bottom: 25px;
}
.webDevelopment_text p {
  font-size: 17px;
  line-height: 28px;
  color: #666;
}
.read_btn {
  font-size: 18px;
  color: green;
  font-weight: 400;
}
.webDevelopment_text {
  padding: 65px 0 0 0;
}
.flip img {
  width: 85%;
  margin: 0 auto;
}
.flip {
    background: #F8F8F8;
    padding: 25px 0;
    margin: 25px 0;
}

/*pricing css*/
.pricing_plan {
    background: rgba(6, 85, 163, 0.8)url(../images/price_bg.png);
    padding: 50px 0;
    background-size: cover;
    height: 850px;
    position: relative;
}
/*.plan_1, .plan_2, .plan_3 {
    background: #fff;
}*/
.plan_topbar h3 {
    margin-top: 0;
}
/*.plan_1 .plan_topbar {
  background: rgba(6, 85, 163, 0.8)
}*/
.plan_topbar {
  position: relative;
}
.plan_1 .plan_topbar {
  background-image: url(../images/web.png);
  background-size: cover;
}
.plan_2 .plan_topbar {
  background-image: url(../images/app.png);
  background-size: cover;
}
.plan_3 .plan_topbar {
  background-image: url(../images/mixed.png);
  background-size: cover;
}
.img_overlay2 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 85, 163, 0.92)url(../images/header_bg.png);
  display: block;
  z-index: 9;
  border-radius: 80px 0 0px 0;
}
.caption_text {
  color: #fff;
  position: relative;
  z-index: 99;
  padding: 25px;
}
.plan_middle {
  padding: 5px 25px 0;
  background: #fff;
}
.plan_2 .plan_middle {
  background: #f5f5f5;
}
.plan_middle ul li {
    padding: 15px 0px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.caption_text h5 {
    font-size: 35px;
    text-align: center;
}
.caption_text h3 {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    min-height: 38px;
}
.caption_text span {
    font-size: 20px;
    vertical-align: middle;
}
.caption_text strong {
    vertical-align: middle;
}
.caption_text p {
    font-size: 16px;
    text-align: center;
}
.plan_footer {
    background: #0655a3;
    padding: 20px 25px;
    text-align: center;
    border-radius: 0 0 80px 0;
}
.plan_footer a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.pricing_plan h2 {
    text-align: center;
    margin-top: 0px;
    color: #0655a3;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-text {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 25px;
  color: #666;
}

/*footer css*/

.upper_footer {
  display: none;
}
.upper_footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  color: #0655a3;
}
.about_footer p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.right_content ul li {
  display: inline-block;
  margin-right: 20px;
}
.lower_footer {
  background: #0655a3;
  color: #fff;
  padding: 25px 0;
}
.right_content li a {
  color: #fff;
  font-size: 16px;
}
.left_content p {
  font-size: 16px;
}
/*.upper_footer {
  position: relative;
  background-color: #0655a3;
}
.upper_footer:before {
  content: '';
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
}*/
footer {
  margin: 0px 0 0 0;
}
.upper_footer {
  position: relative;
  padding: 25px 0;
}
.divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  display: none;
  /* drop the height to have a constant angle for all screen widths */
}
.footer_nav {
  float: right;
}
.link_footer li {
    line-height: 38px;
    border-bottom: 1px dashed #ccc;
}
.link_footer li a {
    font-size: 16px;
    color: #000;
}
.contact_footer li {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    color: #666;
}
.contact_footer span {
    float: left;
    width: 8%;
}
.contact_footer p {
    float: left;
    width: 92%;
}
.newsletter_footer p {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}
.newsletter_footer input {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 42px;
    border-color: #fff;
}
.input-group-addon {
  border-radius: 0;
  border-color: #0655a3;
  background-color: #0655a3;
  color: #fff;
}
.input-group {
  box-shadow: 2px 2px 5px #eee;
}

/*contact us page css*/
/*header css*/
.about_overlay {
  background: rgba(6, 85, 163, 0.92)url(../images/contact_bg.png);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 800px;
  display: block;
  background-size: 100% 100%;
}
.contact_bg {
    position: relative;
}
.contact_bg img {
  max-height: 800px;
  width: 100%;
}
.form_area label {
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.form_area input {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    border-bottom: 1px solid #eee;
    font-style: italic;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    background: transparent;
    padding: 10px;
    margin-top: 5px;
}
.form_area span {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
        transition-timing-function: ease;
    transition-timing-function: ease;
    transition-timing-function: ease;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.8;
    font-weight: 600;
    color: #000;
}
.welcomePage {
	margin-top: 50px;
}
.form_area textarea {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    border-bottom: 1px solid #eee;
    font-style: italic;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    background: transparent;
    padding: 10px;
}
.form_area textarea:focus + span, textarea:not(:placeholder-shown) + span {
    opacity: 1;
    transform: scale(0.75) translateY(-100%) translateX(-12px);
    color: red;
    font-weight: 600;
}
.detail_area {
  background-color: #103F6F;
  height: 431px;
}
.contact_form {
    background: #fff;
    box-shadow: 0 8px 6px -6px #ddd;
    margin-top: 10px;
}
.form_area h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.form_area {
  padding: 25px;
}
.detail_area h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  padding: 25px;
}
.donate_btn {
    padding: 10px 25px;
    border-radius: 0;
    background: #0655a3;
    border-color: #0655a3;
    color: #fff;
    margin: 0 auto;
    display: inherit;
    width: 25%;
    font-size: 18px;
}
.donate_btn:hover {
  background: #fff;
  color: #0655a3;
  border-color: #0655a3;
}
/*.contact_detail {
  margin-bottom: 0px;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}*/
.contact_detail {
  margin-bottom: 50px;
  position: relative;
  margin-top: -40%;
}
.contact_detail h2 {
    color: #fff;
    font-size: 35px;
    text-shadow: 2px 2px 4px #444;
}
.contact_detail p {
    font-size: 17px;
    color: #fff;
    width: 70%;
    text-shadow: 1px 1px 3px #444;
    line-height: 28px;
}
.detail_area img {
    width: 80%;
    margin: 0 auto;
}


/*about us page css*/

.curved {
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 100%;
  background: url('../images/slider01.jpg');
  background-size: cover;
  border-radius: 60% 60% 60% 60% / 0% 0% 20% 20%;
  color: white;
  text-align: center;
  text-indent: .1em;
}
.overlay {
    position: absolute;
    top: 0;
    background: rgba(6, 85, 163, 0.85);
    z-index: 9;
    width: 100%;
    height: 100%;
    border-radius: 60% 60% 60% 60% / 0% 0% 20% 20%;
}
.about_img img {
    width: 80%;
    margin: 20px auto 0;
}
.aboutUs h2 {
    margin-top: 0;
    text-align: center;
    color: #0655a3;
    text-transform: uppercase;
    font-weight: 600;
}
.aboutUs p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: center;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.about_text h4 {
    font-size: 20px;
    line-height: 30px;
    color: #444;
}
.about_text ul li {
    font-size: 20px;
    line-height: 38px;
    color: #444;
    margin-bottom: 10px;
    padding-left: 10px;
}
.about_text {
    margin-top: 60px;
}
.about_text .fa {
    margin-right: 10px;
}
.aboutUs {
    margin: 50px 0;
}


/*term condition page css*/
.tc {
  min-height: 350px;
}
.breadcrumb {
    background: transparent;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 99;
}
.terms p {
    font-size: 18px;
    line-height: 30px;
    color: #555;
}
.terms {
    margin: 25px 0;
}


/*home page css*/
.home .navbar-inverse .navbar-nav > .open > a, .home .navbar-inverse .navbar-nav > .open > a:focus, .home .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent;
}
.home .nav.navbar-nav.navigationBar {
    margin: 0px auto 0;
    background-color: #0655a3;
    padding-left: 15px;
}
.home .login_nav {
    margin-top: 0px;
}
.home .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.home .navigationBar a.dropdown-toggle::before {
    left: -18px;
    top: 10px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}
.home .navigationBar a.dropdown-toggle::after {
    right: -18px;
    bottom: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.home .navbar-inverse::after {
    content: '';
    background: rgba(6, 85, 163);
    width: 25px;
    height: 85px;
    position: absolute;
    right: -16px;
    top: 0px;
}
.home .navbar-brand {
  padding: 5px 15px;
  background: #fff;
}
.home .menubar img {
    max-width: 96px;
}
.home .login_nav li a {
    color: #0655a3 !important;
    background: #fff;
}
.home .login_nav li a:hover {
    color: #fff !important;
    background: #0655a3 !important;
}
.home .login_nav a::before, .home .login_nav a::after {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #fff;
    width: 0;
}
.home .login_nav a::before {
    top: 0;
    left: 0;
}
.home .login_nav a::after {
    bottom: 0;
    right: 0;
}
.home .login_nav a:hover::before, .home .login_nav .current a::before, .home .login_nav a:hover::after, .home .login_nav .current a::after {
    width: 100%;
}
.home .navbar-inverse .navbar-nav > .active > a, .home .navbar-inverse .navbar-nav > .active > a:focus, .home .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.home .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    box-shadow: 0 0 0 transparent;
    border-color: transparent;
    background: #0655a3;
    border-radius: 0;
}
.home .navigationBar a:hover, .home .navigationBar .active a {
  color: #fff;
}
.home .dropdown-menu {
  padding: 0;
  min-width: 170px;
}
.home .dropdown-menu > li > a {
  border-bottom: 1px solid #4273a3;
  padding: 8px 8px;
  font-weight: 600;
  color: #fff;
}
.home .dropdown-menu > li:last-child > a { 
  border-bottom: 0;
}
.home .dropdown-menu > li > a:hover, .home .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.home .dropdown-submenu {
  position: relative;
}
.home .navbar-right .dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0px;
  margin: 0;
  margin-top: 15px;
  margin-left: 2px;
}
.caret2::after {
    content: ' \f0da ';
    display: block;
    font-family: fontAwesome;
    float: right;
}
.home .nav .open > a, .home .nav .open > a:focus, .home .nav .open > a:hover {
    background-color: transparent;
    border-color: #4273a3;
}
.home .dropdown-menu > li > a:after, .home .dropdown-menu > li > a:before {
  display: none;
}
.home .navbar-right .dropdown-submenu .dropdown-menu2 {
  left: -100%;
  top: 100%;
  margin-top: 0;
  margin-left: -2px;
}
.home .navbar-nav > li {
    margin-right: 35px;
}
.home .login_nav li {
    margin-right: 0;
}
.home #myNewNavbar {
    margin-right: 23px;
}
.home .menubar {
    position: initial;
    background: #0655a3;
    margin-top: -1px;
}
/*.home .navbar-header::before {
  display: none;
}*/
.list_table .btn {
    background-color: transparent;
    border-color: transparent;
}
.fa-plus, .fa-print {
  color: #0655a3;
}
.fa-pencil-square-o {
  color: #46b8da;
}
.fa-trash {
  color: #d43f3a;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #0655a3;
  background: #0655a3;
  color: #fff;
  padding: 12px 8px;
}
.table > tbody > tr > td {
  vertical-align: middle;
  border-color: #eee;
}
.list_table {
    background: #fff;
    border: 1px solid #eee;
}
.list input, .list select {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 42px;
    background: #fff;
    border-color: #fff;
}
.list input:focus, .list select:focus {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 42px;
    background: #fff;
    border-color: #0655a3;
}
#address2 {
  margin-top: 25px;
}
.list textarea {
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  background: #fff;
  border-color: #fff;
}
.list textarea:focus {
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  background: #fff;
  border-color: #0655a3;
}
.btn_group {
  margin: 10px 0;
}
.list h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #0655a3;
    margin-top: 20px;
    margin-bottom: 25px;
    background: #fff;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    box-shadow: -1px 2px 12px -5px #e1e1f0;
    border-top: 2px solid;
}
.account_form, .item_form {
    background: #efeff5;
    padding: 15px;
}
.btn_save, .btn_save:hover, .btn_save:focus, .btn_save:active, .btn_save:active:focus {
    border-radius: 0;
    padding: 8px 35px;
    background-color: #0655a3;
    color: #fff;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.btn_more, .btn_more:hover, .btn_more:focus, .btn_more:active, .btn_more:active:focus {
  border-radius: 0;
  padding: 8px 35px;
  background-color: #0655a3;
  color: #fff;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
  float: right;
  margin-right: 15px;
}
.btn_cancel, .btn_cancel:hover, .btn_cancel:focus, .btn_cancel:active, .btn_cancel:active:focus {
  border-radius: 0;
  padding: 8px 35px;
  background-color: #d43f3a;
  color: #fff;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.delete_btn, .delete_btn:hover, .delete_btn:focus, .delete_btn:active, .delete_btn:active:focus {
  border-radius: 0;
  padding: 8px 35px;
  background-color: #d43f3a;
  color: #fff;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
  float: right;
  margin-right: 15px;
}
/*.account_form label {
    color: #0655a3;
    margin-bottom: 10px;
}*/
.account_form .form-group {
    margin-bottom: 20px;
}
.bg {
  background-color: #efeff5;
  position: relative;
	padding: 25px 0 0 0;
}
.home .navbar-header::before {
    width: 230px;
    height: 200px;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    line-height: 500px;
    text-align: center;
    background: #fff;
    left: -7px;
    position: absolute;
    left: -65px;
    top: -90px;
    z-index: 99;
}


/*opening balance page css*/
.btn_filter, .btn_filter:hover, .btn_filter:focus, .btn_filter:active, .btn_filter:active:focus {
    border-radius: 0;
    padding: 9px 40px;
    background-color: #0655a3;
    color: #fff;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    margin-top: 27px;
}
.opening_balance select {
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 42px;
    background: #f8f8f8;
    border-color: #f8f8f8;
}
.opening_balance select:focus {
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  height: 42px;
  background: #f8f8f8;
  border-color: #0655a3;
}
.filter_area {
  margin-bottom: 20px;
  background: #efeff5;
  padding: 15px;
}
.total_btn {
    margin-top: 20px;
}
.checkbox input, .checkbox input:focus {
  height: auto;
}

/*ledger page css*/
/*.ledger {
    margin-top: 50px;
}*/
.ledger #searchbar {
    margin-top: 5px;
}
.bg .nav-tabs > li > a {
  background-color: #efeff5;
  font-size: 15px;
  border-radius: 0;
  border: 0;
  color: #555;
}
.bg .nav-tabs {
  border-bottom: 0;
}
.bg .nav-tabs > li.active > a, .bg .nav-tabs > li.active > a:focus, .bg .nav-tabs > li.active > a:hover {
  background-color: #0655a3;
  color: #fff;
  border: 0;
}
.navbar.fixed-left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    height: 100vh;
    background: #0655a3;
    border-radius: 0;
    width: 280px;
}
.list {
     padding: 25px 25px 25px;
    background: #fff;
    margin: 60px 25px 25px;
    box-shadow: 5px 7px 26px -5px #e1e1f0;
}
.bg {
  margin-left: 280px;
  min-height: 500px;
}
.dashsec {
    margin: 60px 25px 25px;
}
.navbar-nav > li > a {
  color: #fff;
}
.header.home img {
      width: 96px;
}
#mySidebar {
  background: #0655a3;
  height: 100vh;
  padding-top: 35px;
  position: fixed;
  z-index: 9;
}
#accordion .fa {
  margin-right: 8px;
}
#accordion .panel-body {
  padding: 0px 18px;
}
.home #accordion .panel-heading a {
  font-weight: 600;
  font-size: 14px;
  display: block;
  color: #fff;
}
.panel-heading {
  padding: 10px 8px;
}
.panel-default {
  border-color: transparent;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #065eb6;
}
#accordion1 .panel-default > .panel-heading, #accordion3 .panel-default > .panel-heading {
  color: #fff;
  background-color: transparent;
  border-bottom: 0px solid #065eb6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-group {
  margin-bottom: 0px;
}
#accordion1 .panel-heading, #accordion3 .panel-heading {
  padding: 0;
}
#accordion1 .panel-body,#accordion3 .panel-body {
  padding: 5px 18px 0 18px;
}
.panel-body ul li {
  padding: 5px 0;
}
#mySidebar .fa {
  margin-right: 3px;
}
.home #accordion1 a, .home #accordion2 a, .home #accordion li a, .home #accordion1 a, .home #accordion4 a {
  font-weight: 300;
  color: #fff;
}
a:focus, a:hover {
  text-decoration: none;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
#accordion1 .panel-heading a, #accordion3 .panel-heading a {
  font-weight: 600;
}
.navigationBar p {
  display: inline-block;
}
.navigationBar li {
  display: inline-block;
}
.home .navbar-nav > li {
  margin-right: 0;
  width: 100%;
}
.home {
  position: sticky;
  top: 0;
  z-index: 999;
}
.home .navbar-header::before {
  width: 230px;
  height: 200px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  line-height: 500px;
  text-align: center;
  background: #fff;
  left: -7px;
  position: absolute;
  left: -65px;
  top: -90px;
  z-index: 99;
}
#accordion {
  padding-top: 35px;
}
#navbarsExampleDefault {
  padding: 0;
}
.navbar-toggler {
  display: none;
}
.profileArea {
  width: 100%;
    overflow: hidden;
    background: #0655a3;
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
    margin-left: 280px;
}
.profileArea ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 20px 15px;
}
.profileArea ul li:last-child {
  background: #fff;
}
.profileArea ul li:last-child a {
  color: #0655a3;
}
.profileArea p {
  display: inline-block;
}
.profileArea ul {
  float: right;
}
.profileArea a {
  color: #fff;
  font-weight: 600;
}
.profileArea .fa.fa-user {
    margin-left: 15px;
    margin-right: 2px;
}
.bg footer {
    padding: 0 25px;
    font-size: 15px;
    color: #444;
}
.m10 {
  margin-bottom: 40px; 
}

/* #transaction ul li:nth-child(5), #transaction ul li:nth-child(6) {
  display: none;
} */