/*******************************************************
MAIN BODY SETTINGS
*******************************************************/
body { 
 font-family: etelka, 'Open Sans', sans-serif;
 background-position: bottom left;
 background-repeat: repeat-x;
 background-color: #fff;
 color: #555;; 
 font-size: 15px;
 line-height: 1.6;
}


h2 {
 color: #b71234;
 font-weight: bold;
 margin-top: 0px;
}

h3{
 color: #31708f;
 font-size: 26px;
 font-weight: bold;
 margin-top: 25px;
 border-radius: 8px;
}

h4 {
 color: #31708f;
 font-size: 18px;
 font-weight: bold;
 padding-top: 5px;
}

a, li .a {
 color: #004976;
}

a:focus, a:hover, a:active {
	color: #006CAE;
} 

.color-green {
	color: ##004976;
}

.bg-darkred {
  background-color: #a10f2b !important;
  border-color: #a10f2b;
}

a.read-more:hover { 
	color:#006CAE; 
}

.wrapper{
  background: transparent;
}
 
.container-fluid{ padding:0;}
@media (max-width: 767px){
 .container-fluid{ padding-left:15px; padding-right:15px; }
}

.clear{clear:both;}
.hidden{display:none;}
.bigger{font-size: 1.2em;}

.btn-primary {
 background-color: #31708f;
 border-color: #256381;
 transition: .3s;
}

.btn-primary:hover {
 background-color: #295b73;
}



.btn-danger {
 color: #fff;
 background-color: #dc3545;
 border-color: #dc3545;
}



/*******************************************************
HEADER
*******************************************************/
.header {
 background-position: top center;
 background-repeat: repeat-x;
 border-width:0px;
 border-radius: 0;
 margin-bottom:0px;
 padding: 0;
 font-size:15px;
 font-weight:bold;
 box-shadow: 0px 7px 20px #cecece;
 height: 100px;
 z-index:101;
 transition: 0.3s;
}

@media (max-width: 767px){
 .header{ height: auto}
}

.header>.container {
 position:relative;
}

.header .navbar-brand{
 padding:0;
 padding-right: 20px;
}

.navbar-toggler-icon {
 background-color: #b71234;
 display: inline-block;
 width: 1.9em;
 height: 1.9em;
 padding-top: 8px;
 border-radius: 4px;
}

.navbar-toggler-icon>.fa {
 color: #fff;
 font-size:22px;
}

.mainmenu-wrapper{
 margin-left: auto;
 display: inline-block;
}

#buLogin{
 position: relative;
  top:-3px;
}


/*******************************************************
BANNER
*******************************************************/
.banner{
 position: relative;
}

.banner .layer1{
 margin:0 !important;
 position: absolute !important;
 top: 50% !important;
 left: 50% !important;
 transform: translate(-50%, -50%) !important;
 padding: 30px;
 color: #fff;
 font-size: 22px;
 text-align: center;
 background-color:rgba(183,18,52,0.9);
}

.banner .layer1 span{
 font-size: 45px;
 font-weight: bold;
}

/*********************************
CONTENT CONTAINER
*********************************/
.container-content{
 padding:0;
}

.container-content .paragraph{
 padding: 50px 25px;
}

.container-content .paragraph1{
 background: linear-gradient(180deg, rgba(246,246,246,1) 13%, rgba(255,255,255,1) 100%);
 background-image: url("images/bcg-paragraph-1.png");
 background-position: center -100px;
 background-repeat: no-repeat;
 position: relative;
}

.container-content .paragraph2{
 background-color: #f6f6f6;
}

.container-content .paragraph2 .inner{
 background-color: #fff;
 min-height: 120px;
 -webkit-box-shadow: 0px 0px 20px 0px rgba(176,176,176,.2);
 -moz-box-shadow: 0px 0px 20px 0px rgba(176,176,176,.2);
 box-shadow: 0px 0px 20px 0px rgba(176,176,176,.2);
 transition: .2s
}

.container-content .paragraph2 .inner:hover{
 -webkit-box-shadow: 0px 0px 30px 0px rgba(176,176,176,1);
 -moz-box-shadow: 0px 0px 30px 0px rgba(176,176,176,1);
 box-shadow: 0px 0px 30px 0px rgba(176,176,176,1);
}



/****************************************
FOOTER
****************************************/
.footer {
 background: linear-gradient(to bottom, #1C3F5E , #286296);
 padding: 20px 40px 20px 40px;
 color: #fff;
}

.footer a{
 color: #fff;
}

@media only screen and (max-width: 767px){
 .footer{
  margin-top: -20px;
 }
}






/******************************************
CD-TOP
******************************************/
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 150px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50% !important;
  background: #1D6A8A;
  color:#fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 9px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
 z-index: 1000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  color: #fff;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
    line-height: 25px;
    padding-left: 8px;
    font-size: 20px !important ;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 100px;
  }
}


@media screen and (max-width:991px){
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
     animation: none !important;
  }
}


/******************************************
MODAL LOGIN
******************************************/
.modalbox{
 display:none;
 background-color: rgba(0,0,0,0.8);
 position: fixed;
 top:0;
 left:0;
 width: 100vw;
 height: 1000px;
 z-index: 99999;
 text-align: center;
}
.modalbox .modalbox-content{
 position: relative;
 display: inline-block;
 top: 30%;
}
.modalbox .modalbox-content h2{
 color: #fff;
}
.modalbox .modalbox-content .textbox {
 font-size: 22px;
 line-height: 48px;
 width: 500px;
 padding: 0 15px;
}

.wrapper.blur{
 filter: blur(5px);
 -webkit-filter: blur(5px);
}
