/***********************************/
/*  user css  */
/***********************************/
:root, [data-bs-theme=light] {
 /* --link-color: #c47500;*/
    --link-color: #428bca;
}

a[class*="color-"] {
  text-decoration: none !important;
  display: block;
  font-size: 100%;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  margin: 16px 6px 14px 6px !important;
  padding: 7px 20px !important;
  text-transform: uppercase;
  box-shadow: 3px 3px 18px -8px rgba(0, 0, 0, 0.35);
  transition: all 0.4s linear;
}

a[class*="color-"]:hover {
  box-shadow: 3px 3px 18px -1px rgba(0, 0, 0, 0.35) !important;
  }

a:not([class]) {
    text-decoration: none;
}

a.color-homepagebox, a.color-homepagebox:hover {
  color: #eee;
}

.back-to-top-link:hover,.back-to-top-link:focus {
    background-color: #022238;
}


.boxed .blog-item .item-content {
  border-top: solid 8px #022238;
  }

[class*="color-"] {
    padding: 18px;
}

.color-homepagebox {
  background: #044878!important;
  color: #eee;
}

.color-homepagebox .item-image {
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  }

.color-gainsboro {
  background: #dcdcdc;
  color: #222;  
}

.container-header {
  background-image: linear-gradient(to bottom, #0673c0, #044878);
  border-color: #044878;
}

.container-sidebar-right .sidebar-right:first-child {
    background: transparent url(../images/fade-left-column.png) 100% 18px no-repeat;
    min-height: 250px;
    padding: 6px 15px 30px 0;
    margin: 0 0 0 0;
}

.container-sidebar-right .sidebar-right:first-child > div {
    background: transparent url(../images/fade-right-column.png) 0 0 no-repeat;
    background-size: 233px 100%;
    padding: 7px 0px 0px 15px;
    margin: 0px 0px 0 0px;
}


.footer {
    background-image: linear-gradient(to bottom, #044878, #01121F);
    border-top: solid 4px orange;
}

.item-content a {  
  border: 1px solid rgba(255,255,255,0.4);
  color: #c47500;  
  display: inline-block;
  *display: inline;
  font-size: 90%;
  letter-spacing: 2px;
  line-height: 20px;
  *zoom: 1;
  margin-top: 16px;     
    padding: 7px 20px;
    text-transform: uppercase;
    transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.item-content a:hover {
  background:#022238;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  color:#efefef;
}

.lang-inline {
  float:right;
}

.metismenu.mod-menu .metismenu-item>ul {
  background:#851312;
  color:#efefef;
}

.metismenu.mod-menu .metismenu-item>ul a {
  color:#efefef;
}

.page-header {
   margin-top:1.2em;
   margin-bottom:2.5em;
}

.page-header h1{
 border-color: #044878;
 border-top: 1px dotted #044878;
 border-bottom: 1px dotted #044878;
 padding: 14px 0 14px 10px;
}

.page-header h2 {
  padding: 8px 15px;
  letter-spacing: 0.5px;
  background: rgba(0,0,0,0.06);
  border-left: 4px solid;
}

.page-header h1, .page-header h2 {
  color: #044878;
}

.page-header-box h1, .page-header-box h2  {
  color: #eee;
}

.page-header-box p {
  min-height: 70px;
}

.right-column-custom {
    background: transparent url(../images/fade-right-column.png) 0 0 no-repeat;
    background-size: 233px 100%;
    padding: 7px 0px 0px 15px;
}


.right-column-custom > div {
    background: transparent url(../images/fade-left-column.png) 100% 0 no-repeat;
    min-height: 250px;
    padding: 6px 15px 30px 0;
    margin: -8px 0 0 0;
}

.right-column-custom > div > div {
    background: #f4f4f4 url(../images/fade-inside-column.png) 0 0 repeat-x;
}

.right-column-custom > div > div > div {
  padding:20px;
}

.sidebar-right.card {
  margin-left:30px;
  min-height: 350px;
}

.text-centered {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  display: block;  
  text-align: center;
}

@media (width >= 1200px) {

.com-contact.contact {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    }  

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.5rem;
}
  h3, .h3 {
    font-size: 1.3rem;
    }
}

}

