@font-face {
    font-family: 'Hagin Caps';
    src: local('Hagin Caps Thin'), local('HaginCapsThin'), url('../fonts/hagincapsthin.woff2') format('woff2'), url('hagincapsthin.woff') format('woff'), url('../fonts/hagincapsthin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Hagin Caps';
    src: local('Hagin Caps Medium'), local('HaginCapsMedium'), url('../fonts/hagincapsmedium.woff2') format('woff2'), url('../fonts/hagincapsmedium.woff') format('woff'), url('../fonts/hagincapsmedium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


html,
body {
    width: 100%;
    height: 100%;


}

body {
        font-size: 21px;
        background:#3D2F2F;
/*        background:#fff url(../image/bg.jpg) no-repeat fixed top center;
 *                background-size:cover;
 *                */
}

.Red {
 background:#CB4140;

}

.Red img{
    margin-bottom: -9px;
}


hr.light {
    border-color: #fff;
}

a {
    color: #313131;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.menu--footer a {
    color: #000;
}
a:hover,
a:focus {
    color: #eb3812;
}
img {
    max-width: 100%;
}

.article img {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
margin:0 0.8rem;

}
.article a {
color: #007ABB;
    text-decoration: underline;
}
.article ul li {
    list-style-type: square;
}
.article td, .article  th {
    border: 1px solid #ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 }
.h1 {
    font-size: 10rem;
}
.h2, h2 {
    font-size: 5rem;
    color: #2D0649;
}
.h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}
.h6 {
    font-size: 1.3rem;
    font-family:'Hagin Caps';
}
p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
}
.left-menu li {
    background: rgba(0, 135, 207, 0.09);
    margin-bottom: 1rem;
    padding: 1rem;
}
.bg-primary {
    background-color:#2D0649;
    background:transparent url(../img/bg.jpg) no-repeat center fixed;
    background-size:cover;  padding: 100px 0;
}
.bg-primary2 {
        background-color:#2D0649;
    background:transparent url(../img/bg2.jpg) no-repeat center fixed;
    background-size:cover;  padding: 100px 0;
}
.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 10px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}
.navbar-fixed {
font-family:'Hagin Caps';
   background-size:100%;
}
nav {
/*box-shadow: none;*/
 background-color:#CB4140;
 border-top:15px solid #3E3E3E;
 box-shadow:none;
/*background: url(../img/header.jpg) no-repeat top center fixed  !important;
 * */height:74px;

}
nav ul a, nav a  {
color: #ffffff !important;
}
.white-nav  a {
font-weight: bold;
    font-size:1.6rem
    }
nav ul a:hover {
    background-color: #3E3E3E;
}
@media(max-width:1280px) {
.white-nav  a {
font-weight: bold;
    font-size:0.9rem
    }
}
@media(max-width:1024px) {
.white-nav  a {
font-weight: bold;
    font-size:0.7rem
    }
}


header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}


header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 26px !important;
    font-weight: 700;
    color: #AB136B;
    text-shadow: 1px 1px 25px #FFFFFF;
}
@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 45%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(170, 18, 114, 0.67);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #CB1573;
}
.text-primary2 {
    color: #65384F;

}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.stars {
    margin: 9rem 0;
    color: #31A1B9;
}
.white {
color:#fff;
}

video {
width:1000px;
display:block;
margin:0 auto;
}
.table-img img {
margin:0 40px 0 0;
height:40px;
}
strong, .brand-logo {
font-weight:bold;
}
footer.page-footer {
    background-color: #ffffff;

    }
.img--banners img {
width:60%;
    vertical-align:middle
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
color:#D40000
}
.card .card-content .card-title {
    line-height: 4px;
    font-weight: bold;font-size: 1rem;
}

.card .card-content p {
    margin: 0;
    color: inherit;
    font-size: 1rem;
}

.card .card-content
{
  height: 8rem;
    overflow: hidden;
}
.side-nav a {
line-height: 24px;
    padding: 20px 30px 0;
}
.side-nav {
 background-color: #923335;
}

.card .card-action {
font-size: 1rem;
}
.input-field label {
    top: 8rem;
    }

.card {
    border: 1px solid #fff;
}
.text-banner {
margin: 0 0 2rem;
color:#fff;
padding:1rem;
text-align:center;
}
.menu--footer h3 {

font-size: 1.52rem;
    min-height: 3rem;
}
.menu--footer li {
margin-bottom:1rem;
    font-size: 1rem;
    color: #fff;

}
.card-title {
text-align:left
}

.slider .indicators .indicator-item.active {
   background-color:#f44336 ;
}


ul.web-links li {
    list-style-type: disc;
    margin-left: 3rem;
    font-size: 1rem;
    color: #172F67;
}
ul.web-links a {
    color: #172F67;
}

.readmore {
    font-size: 1rem;
   font-weight: bold;
    text-align: right;
}
h5 {
    background:#CB4140;
    box-shadow: 3px 3px 20px #000000;
    font-family:'Hagin Caps';
    color: #fff;
    padding: 1rem;
}
.banners {
    text-align: center !important;
    }
.banners img {
margin:10px 0;

}
.slider .indicators {
  z-index: 5;
    top: 350px;

}
.date {

    font-size: 0.9rem;
    padding-bottom: 0.1rem;
    color: #736C6C;
    }
.slider .indicators .indicator-item {
background:#fff
}
.article-gallery .slider, .article-gallery .slider .slides {
   height: 513px !important;


}

.article-gallery .slider .indicators {
    z-index: 5;
    top: 513px !important;
}
.article-gallery .slider .indicators .indicator-item.active {
    background-color: #B2B6E4;
}
.article-gallery .slider .indicators .indicator-item {
    background: #172F67;
}

.slider, .slider .slides {
   height: 400px !important;
   box-shadow: 5px 5px 13px #868686;
}
footer.page-footer {
    background-color:#923335;
    color: #ffffff;
    padding: 2rem;
    font-size: 1rem;
    font-family:'Hagin Caps';
}

footer.page-footer a {
color: #ffffff;

}
footer.page-footer a:hover {
color: #251817;

}
.page img {
    margin: 1rem;
}

.marg-right {
margin: 1rem 2rem 0 0 !important
}


.page a {
    font-weight: bold;
    border-bottom: solid 1px #2E5CCA;
}
.pagination a {
border: none !important
}
.pagination li.active {
    background-color: #172F67;
}

.article-preview, .page {
      background: rgb(255, 255, 255);
      box-shadow: 5px 5px 25px #000000;
      padding: 2rem;
      min-height:450px;
      margin-bottom:1.5rem;
}

