@charset "UTF-8";
/* CSS Document */

/* -------- Section & Divider from line 1072 on style-main.css ---------- */
section {
  position: relative;
}
section > .container,
section > .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* -------- Custom Text Colors ---------- */
body {
  color: #333333;
}

a {
  color: #00a8c3;
}

.text-fff {
	color: #ffffff;
}

.footer a {
  color: #ffffff;
}

hr {
	border-top: 1px solid #333333;
}

/* -------- Custom Font Sizes ---------- */
.dinora-about {
  font-size: 16px !important;
}

/* -------- Custom Margin Padding ---------- */
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.logo-sz {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* -------- Background Colors ---------- */
.bg-dinora-darkblue {
  background-color: #283d7f !important; }

.bg-dinora-gov1 {
  background-color: #283d7f !important; }

.bg-dinora-gov2 {
  background-color: #00a3c8 !important; }

.bg-dinora-gov3 {
  background-color: #888 !important; }

.bg-dinora-gov4 {
  background-color: #999 !important; }

/* -------- Modal ---------- */
.bioimg {
  margin: 0px 20px 10px 0px;
  float: left;
}

/* -------- Blog Post Style2 ---------- */
.blog-posts .post.style2 {
  background-color: #f7f7f7;
}

/* -------- Btn-Default ---------- */
.btn-default1 {
  color: #333;
  background-color: #8cc63e;
  border-color: #ccc;
}
.btn-default1:focus,
.btn-default1.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default1:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default1:active,
.btn-default1.active,
.open > .dropdown-toggle.btn-default1 {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default1:active:hover,
.btn-default1.active:hover,
.open > .dropdown-toggle.btn-default1:hover,
.btn-default1:active:focus,
.btn-default1.active:focus,
.open > .dropdown-toggle.btn-default1:focus,
.btn-default1:active.focus,
.btn-default1.active.focus,
.open > .dropdown-toggle.btn-default1.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default1:active,
.btn-default1.active,
.open > .dropdown-toggle.btn-default1 {
  background-image: none;
}
.btn-default1.disabled:hover,
.btn-default1[disabled]:hover,
fieldset[disabled] .btn-default1:hover,
.btn-default1.disabled:focus,
.btn-default1[disabled]:focus,
fieldset[disabled] .btn-default1:focus,
.btn-default1.disabled.focus,
.btn-default1[disabled].focus,
fieldset[disabled] .btn-default1.focus {
  background-color: #8cc63e;
  border-color: #ccc;
}
.btn-default1 .badge {
  color: #fff;
  background-color: #333;
}
.btn-default1:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.widget.dark .btn.btn-default1 {
  border-color: #333;
}

.activity {
  background-image: url("../images/pattern/activity_reports_bg.jpg");
}

/* -------- Custom Fonts ---------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', serif;
}

blockquote p {
  font-family: "Open Sans", serif;
}

.pricing-table.style1 .package-type {
  font-family: 'Open Sans', serif;
}

.pricing-table.style1 .price {
  font-family: 'Open Sans', sans-serif;
}

.pricing-table.style1 .discount {
  font-family: 'Open Sans', sans-serif;
}

.services-tab .tab-content .service-content .sub-title {
  font-family: 'Open Sans', sans-serif;
}

.services-tab .tab-content .service-content .title {
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 991px) {
.col-sm-p-20 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .maxwidth200 {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  
.col-sm-p-20 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
  
}