/*@font-face {
    font-family: "Open Sans"; 
    src: url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype"),
         url("../fonts/opensans/OpenSans-Regular.woff2") format("woff2"),
         url("../fonts/opensans/OpenSans-Regular.woff") format("woff");         
    font-style: normal; 
    font-weight: normal; 
}*/
@import url('../fonts/opensans/opensans.css');
body {
    background: #E5E5E5;
    background: url("../img/bg.png") fixed;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #777;
}
a {
    color: #14212b;
    display: inline-block
}
a, a:active, a:focus, a:hover {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}
a:hover {
    color: #0049d0
}
ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}

.header-top {
    padding: 8px 0;
    position: relative;
    background: #73767A;
    z-index: 1000
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px
}
.header-top-contact ul li a {
    color: #fff;
    font-weight: 400
}
.header-top-contact ul li a i {
    margin-right: 10px;
    color: #fff
}
.header-top-right {
    display: flex;
    align-items: center;
    gap: 35px
}
.header-top-social span {
    color: #fff
}
.header-top-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #73767A;
    font-size: 16px;
    background: #fff;
    text-align: center;
    margin-left: 5px;
    border-radius: 4px;
    transition: all .5s ease-in-out
}
.header-top-social .fab {
    
    line-height: 30px;
    
}
.navbar-brand{
    color: red;
    text-transform: uppercase;
}
.navbar-brand img{
    height: 50px;
}
.nav-link{
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #777;
}
.carousel-item{
    max-height: 500px;
}
/*.carousel-item img{
    max-height: 500px;
}*/
.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
}
.carousel-gradient{
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.822), transparent);
    min-height: 100%;
    min-width: 100%;
    top: 0;
    bottom: 0;

}

.carousel-caption h1{
    color: red;
    line-height: 44px;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 42px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 3);
}

.carousel-caption h2{
    margin-top: 2em;
    color: rgb(255, 255, 255);
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 3);
}

.site-container{
    background: #FFF;
    padding: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.content{
    /*margin: 20px 20px 20px 20px;*/
    font-family: 'Open Sans';
    line-height: 26px;
    color: #777;
}
.content p{
    margin-bottom: 0.4rem;
}
.content img {
    border-radius: 5px;
    max-width: 100%;
}

footer{
    background: #73767A;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer a{
    color: #fff;
    font-weight: 400;
}
.footer a:hover{
    color: #fff;
}
.footer-logo img {
    height: 50px;    
}
.footer-logo{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-about p{
    font-style: italic;
}
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.footer-social li a i {
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #322e2e;
    color: #fff;
    transition: all .5s ease-in-out;
}
.footer-widget-title{
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1.5px;
    z-index: 1;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-contact li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #322e2e;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #322e2e;
    bottom: 0;
    left: 20px;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 15px;
    height: 2px;
    background-color: #322e2e;
    bottom: 0;
    left: 0;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}
.footer-list li a i {
    margin-right: 5px;
    color: #322e2e;
}

.page-header{

    padding: 33px 0 0 0;  
}
.header-title{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1.5px;
    z-index: 1;
    display: inline-block;
}
.header-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 60%;
    height: 2px;
    background-color: #e9ecef;
    bottom: 0;
    left: -20%;

}
.header-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 60%;
    height: 2px;
    background-color: #e9ecef;
    bottom: 0;
    right: -20%;

}
.article-box{
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 5px;

    min-height: 100%;
    min-width: 100%;
}
.blur {
    transform: scale(0.9);
    opacity: 0.6;
  	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.modal-body img{
    min-width: 100%;
    max-width: 100%;
}