
:root {
  --primary: #06A3DA !important;
  --secondary: #34AD54 !important;
  --light: #EEF9FF !important;
  --dark: #091E3E !important;
}
.bg-light { background-color: #EEF9FF !important; }
.bg-primary { background-color: #003366 !important; }
.bg-dark { background-color: #091E3E !important; }
.text-primary { color: #06A3DA !important; }
.text-light { color: #EEF9FF !important; }
.btn-dark {
  color: #fff !important;
  background-color: #091E3E !important;
  border-color: #091E3E !important;
}

body {
  font-family: "Rubik",sans-serif;
  color: #6B6A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
}

a {
  color: #091E3E;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a:hover {
  color: #003366;
  text-decoration: none;
}




/*-------------------
----TOPBAR SOCIAL ICONS ------
---------------------*/
#header-top {
  padding: 8px 0;
  margin: 0;
}
#header-top .topbar-social-icons { }
#header-top .topbar-social-icons .xurl-social-icons {
  margin-bottom: 0;
}
#header-top .topbar-social-icons .xurl-social-icons a.social-icon {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: #EEF9FF;
  line-height: 1.5;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  padding: .25rem .5rem;
  border: 1px solid #EEF9FF;
  background-color: transparent;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#header-top .topbar-social-icons .xurl-social-icons a.social-icon:hover {
  background-color: #fff;
}
#header-top .topbar-social-icons .xurl-social-icons a.social-icon:hover span {
  color: #000;
}


/*-------------------
----HEADER ON SIDEBAR RIGHT ------
---------------------*/
.header { 

}
.header .bg-header {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(images/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}


/* SITE NAVIGATION */
nav.navbar { }

@media (min-width: 1200px) {
  nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    z-index: 1030;
  }
}

nav.navbar ul.navbar-nav { }
nav.navbar ul.navbar-nav li.nav-item { }
nav.navbar ul.navbar-nav li.nav-item a.nav-link,
nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle { 
  position: relative;
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-left: 25px;
  padding: 35px 0;  
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover, 
nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover,
nav.navbar ul.navbar-nav li.nav-item.active a.nav-link {
  color: #06A3DA;
}

@media (min-width: 1200px) {
  nav.navbar ul.navbar-nav li.nav-item a.nav-link:before,
  nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #FA0707;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }
  nav.navbar ul.navbar-nav li.nav-item.active a.nav-link:before,
  nav.navbar ul.navbar-nav li.nav-item.active.dropdown a.dropdown-toggle:before {
    width: 100%;
    left: 0;
  }
  nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover:before,
  nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover:before,
  nav.navbar ul.navbar-nav li.nav-item.active a.nav-link:before {
    width: 100%;
    left: 0;
  }
}


/* Dropdown */
nav.navbar ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
 
  margin-top: 0.125em;
}
nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  min-width: 250px;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li {
  display: block;
  overflow: hidden;
}

/* NAVBAR TOGGLER */
nav.navbar .navbar-toggler {
  color: #06A3DA;
  border-color: #FA0707;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
  background-color: #FA0707;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
nav.navbar .navbar-toggler .navbar-toggler-icon:before {
  display: block;
  background-color: #FA0707;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}
nav.navbar .navbar-toggler .navbar-toggler-icon:after {
  display: block;
  background-color: #FA0707;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
nav.navbar .navbar-toggler .navbar-toggler-icon,
nav.navbar .navbar-toggler .navbar-toggler-icon:before,
nav.navbar .navbar-toggler .navbar-toggler-icon:after {
  background-color: #FA0707;
}
nav.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
  opacity: 0;
}
nav.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  -moz-transform: rotate(-90deg) translateX(7px);
  -o-transform: rotate(-90deg) translateX(7px);
  -ms-transform: rotate(-90deg) translateX(7px);
  transform: rotate(-90deg) translateX(7px);
}


@media (max-width: 1199.98px) {
  nav.navbar ul.navbar-nav {
    padding: 10px !important;
  }
  nav.navbar ul.navbar-nav li.nav-item a.nav-link,
  nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle {
    color: #000;
    padding: 6px 0;
  }
  nav.navbar.sticky-top.navbar-dark {
    position: relative;
    background: #fff;
  }
}

@media (min-width: 1200px) {
  nav.navbar.sticky-top.navbar-dark {
    position: fixed;
    background: #FFFFFF;
  }
  nav.navbar.sticky-top.navbar-dark .navbar-brand a,
  nav.navbar.sticky-top.navbar-dark .navbar-brand a:hover {
    color: #FA0707;
  }
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item a.nav-link,
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle {
    padding: 20px 0;
    color: #091E3F;
  }
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item a.nav-link:hover, 
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover,
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item.active a.nav-link {
    color: #FA0707;
  }
  
}

 
/* SITELOGO, SITENAME, SITETAG */
.navbar-brand img.logo {
  width: 2.5rem !important;
  height: auto !important;
  margin: 5px !important;
  -o-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.navbar-brand {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase; 
  padding: 10px 10px 4px 50px; 
}
.navbar-brand a {
  color: #FA0707;
}
.navbar-brand a:hover {
  color: #FA0707;
}


@media (min-width: 1320px) {
  .navbar-brand {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-brand a {
    color: #fff;
  }
  .navbar-brand a:hover {
    color: #fff;
  }
}



/*
.navbar-brand .site-tag {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: .65rem;
  line-height: 1;
  text-transform: uppercase; 
  padding: 0 10px 0 50px;   
}
*/


/*-------------------
----CAPTION - HEADER ON SIDEBAR RIGHT ------
---------------------*/
.header h1.caption {
  font-family: "Nunito", sans-serif;
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 800;
  line-height: 1.2;
}
.header .h5.breadcrumb {
  font-family: "Nunito", sans-serif;
  font-size: 1.525rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin: 0 0 .5rem 0;
}
.header .h5.breadcrumb a {
  color: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.header .h5.breadcrumb a:hover {
  color: #FA0707;
}
.header .h5.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  display: block;
  font-size: 1rem;
  color: #FA0707;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}



/*-------------------
----MAIN CONTENT ------
---------------------*/
.main_content {
  
}


/*-------------------
----NEWS - DEFAULT ------
---------------------*/
.default-news { }
.default-news .default-news-item { }
.default-news > .row > div[class*="col-"]:nth-child(odd),
.default-news > .row > div[class^="col-"]:nth-child(odd) {
  --animate-delay: 0.5s;
}
.default-news > .row > div[class*="col-"]:nth-child(even),
.default-news > .row > div[class^="col-"]:nth-child(even) {
  --animate-delay: 2s;  
}
.default-news-item .default-news-image-main { }
.default-news-item .default-news-image-main img {
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.default-news-item:hover .default-news-image-main img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.default-news-item .default-news-image-main .default-news-category {
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}
.default-news-item .default-news-image-main .default-news-category a {
  color: #eef9ff;
}
.default-news-item .default-news-image-main .default-news-category a:hover {
  color: #fff;
}
.default-news-item h4.default-news-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.default-news-summary {
  font-family: "Rubik", sans-serif;
  color: #6B6A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.default-item-read-more { }
.default-item-read-more a {
  font-family: "Rubik",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #06A3DA;
}
.default-item-read-more a:hover {
  color: #0582ae;
}
.default-item-read-more a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  margin-left: 6px;
}


/*-------------------
----NEWS EXTEND -DEFAULT ------
---------------------*/
.view-item { }
.view-item .view-item-image {  }
.view-item .view-item-image img { }
.view-item .view-item-category { }
.view-item .view-item-category a {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  background-color: #FA0707;
  border-color: #FA0707;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: .15s all;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}
.view-item .view-item-category a:hover {
  background-color: #05A4DC;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;  
}
.view-item .view-item-title { }
.view-item .view-item-author { }
.view-item .view-item-author img { }
.view-item .view-item-date { }

.view-item .lead.view-item-summary {  }
.view-item .view-item-body { 
  font-size: 1.1rem;
}
.view-item .view-item-images { }
.view-item .view-item-images img { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-extended { 
  font-size: 1.1rem;
}
.view-item .view-item-videos { }
.view-item blockquote {
  position: relative;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-style:italic;
  padding: 30px 0;
  width: 100%;
  z-index: 1;
  margin: 20px 0;
  border-top: 2px solid #EEF9FF;
  border-bottom: 2px solid #EEF9FF;
}
/* Blockquote right double quotes */
.view-item blockquote:after {
  position: absolute;
  content: '"';
  color: #EEF9FF;
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 30px;
}
.view-item .view-item-rate { }
.view-item .view-item-rate .e-rate-news { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.view-item .view-item-rate .e-rate-news img { display: inline-block; }
.view-item .view-item-rate .e-rate-news img:first-child { padding-left: 5px; }
.view-item .view-item-rate .e-rate-votes-news { 
  display: inline-block; 
  width: auto !important;
}
.view-item .view-item-tags { 
  margin: 0 15px 0 5px;
}
.view-item .view-item-tags a.news-tag { 
  display: inline-block;
  background-color: #EEF9FF;
  margin: 0.15rem;
  padding: 5px 15px; 
  border: 1px solid rgba(0, 0, 0, 0.125);
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Rubik", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
.view-item .view-item-tags a.news-tag:hover { 
  color: #0582ae; 
}
.view-item .view-item-options { 
}
.view-item .view-item-options .social-share-icons { }
.view-item .view-item-options .social-share-icons > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.view-item .view-item-options .social-share-icons > .btn-group a {
  display: inline-block;
  margin: 3px 0;
}
.view-item .view-item-options .social-share-icons > .btn-group > a > i[class*=" e-social-"] {
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}



/* RELEATED NEWS ITEMS */
.related-news-box { }
.related-news-box .related-news-caption:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #06A3DA;
  border-radius: 2px;
}
@-webkit-keyframes side-menubox-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.related-news-box .related-news-caption:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: side-menubox-title-run 5s infinite linear;
  animation: side-menubox-title-run 5s infinite linear;
}
.related-news-box .related-news-caption h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.related-news-items { }
.related-item { }
.related-item .related-news-image { 
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.related-item .related-news-image img { 
  width: 100%;
  height: auto;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.related-item:hover .related-news-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.related-item .related-news-title h3 { 
  font-size: 1.1rem;
}
.related-item .related-news-category {  }




/*-------------------
----RIGHTSIDE ------
---------------------*/

/* SIDE-MENUBOX */
.sidebar-menus { }

.side-menubox {
  position: relative;
}
.side-menubox .side-menubox-title { }
.side-menubox .side-menubox-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #FA0707;
  border-radius: 2px;
}
@-webkit-keyframes side-menubox-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.side-menubox .side-menubox-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: side-menubox-title-run 5s infinite linear;
  animation: side-menubox-title-run 5s infinite linear;
}
.side-menubox .side-menubox-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.side-menubox h4.side-menubox-title span.inline-text span.btn-group {
  margin: 4px 0 0 10px;
}
.side-menubox h4.side-menubox-title span.inline-text a.btn {
  margin: 0 2px;
  padding: 3px 6px;
  line-height: 1;
}
.side-menubox .side-menubox-content {
  padding: 15px;
}


/*-------------------
----SIDE-MENU - SEARCH ------
---------------------*/
.search-menu {
  margin: 0 0 3rem 0;
  padding: 0 15px;
}
.search-menu .form-control.search {
  padding: 1rem;
}
.search-menu button.btn {
  padding: 1.1rem 1.5rem;
}
.search-menu button.btn svg {
  line-height: 1.5;
  font-size: 1rem;
}


/*-------------------
----SIDE-MENUBOX LIST GROUP ------
---------------------*/
.side-menubox .side-menubox-content ul.list-group {
  background-color: transparent; 
  border: none;
}
.side-menubox .side-menubox-content ul.list-group > li { 
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background-color: #EEF9FF;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.side-menubox .side-menubox-content ul.list-group > li:hover {
  background-color: rgba(204, 241, 255, 0.8);
}
.side-menubox .side-menubox-content ul.list-group > li a { 
  font-family: "Nunito",sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.side-menubox .side-menubox-content ul.list-group > li a:hover {
  color: #0582ae;
}
.side-menubox .side-menubox-content ul.list-group > li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 10px;
}
.side-menubox .side-menubox-content ul.list-group > li span.badge {
  background-color: transparent !important;
  color: #091E3E;
}


/*-------------------
----NEWS MENU LATEST ------
---------------------*/
.news-menu-latest {  }
.news-menu-latest-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.news-menu-latest-img a {

}
.news-menu-latest-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.news-menu-latest a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.news-menu-latest:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-menu-latest-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
  padding: 5px 5px 5px 110px;
}
.news-menu-latest-date {
  font-family: "Rubik",sans-serif;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
  font-size: .65em;
  color: #7f8b92;
}


/*-------------------
----POPULAR MENU (HITS) ------
---------------------*/
.popular-menu {
    
}
.popular-menu-item { }
.popular-menu-item-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.popular-menu-item-img a {

}
.popular-menu-item-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.popular-menu-item a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.popular-menu-item:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.popular-menu-item-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
  padding: 5px 5px 5px 110px;
}
.pupular-menu-item-hits {
  font-family: "Rubik",sans-serif;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
  font-size: .85em;
  color: #7f8b92;
  padding-left: 110px;
}


/*-------------------
----TAGCLOUD MENU ------
---------------------*/
.tagcloud-menu { }
.tagcloud-menu a {
  margin: 0.25rem;
  padding: 5px 15px !important; 
  border: 1px solid rgba(0, 0, 0, 0.125);
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Nonito", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.tagcloud-menu a:hover,
.tagcloud-menu a:focus {
  color: #0582ae;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*-------------------
----CHATBOX ------
---------------------*/
.chatbox-bg {
  margin-bottom: 30px;
}
#chatbox-input-block { 
  margin-bottom: 1rem;
}


/*-------------------
----PAGINATION ------
---------------------*/
.pagination { }
.pagination > li.page-item > a, 
.pagination > li.page-item > span {
  font-family: "Rubik",sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #06A3DA;
  margin-left: -1px;
  padding: .75rem 1.5rem;
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  
}
.pagination > li.page-item.active > a {
  color: #fff !important;
  background-color: #41c1fe !important;
}
.pagination > li.page-item > a:hover, 
.pagination > li.page-item > span:hover {
  color: #06A3DA;
  background-color: #f2f5f7 !important;
}

/* NEWS VIEW PAGINATION */
.view-item-pagination { }
.view-item-pagination ul.news-view-pagination {
  padding-left: 0;
}
.view-item-pagination ul.news-view-pagination > li.page-item {
  list-style: none;
}
.view-item-pagination ul.news-view-pagination > li.page-item > a {
  font-family: "Nonito", sans-serif;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
}


/*-------------------
----MAIN MENU STYLE ------
---------------------*/
.main-menubox { 
  position: relative;
}
.main-menubox .main-menubox-title {  }
.main-menubox .main-menubox-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #FA0707;
  border-radius: 2px;
}
@-webkit-keyframes main-menubox-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.main-menubox .main-menubox-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: main-menubox-title-run 5s infinite linear;
  animation: main-menubox-title-run 5s infinite linear;
}
.main-menubox .main-menubox-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}

.main-menubox .main-menubox-content { 
  padding: 15px;
}
.main-menubox .main-menubox-content ul { padding-left: 0; }


/*-------------------
----COMMENTS ------
---------------------*/
/* Comment */
.comment-frame { 
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.commentbox-top { 
  margin-bottom: 15px;
}
.commentbox-avatar { }
.commentbox-username { }
.commentbox-date { }
.commentbox-reply { }
.commentbox-reply a.btn {
  font-family: "Nunito", sans-serif;
  font-size: .875rem; 
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  padding: .25rem .5rem;
  background-color: #EEF9FF;
  border-color: #EEF9FF;
  border-radius: .2rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; 
}
.commentbox-reply a.btn:hover {
  color: #000;
  background-color: #f1faff;
  border-color: #f0faff;
}
.commentbox-comment { 
  font-family: "Rubik", sans-serif;
  line-height: 1.7;
  color: #96a4ac;
  font-size: 1.1rem;
  font-weight: 400;
}
.comment-status { 
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #96a4ac;
  font-weight: 400;
}
.comment-moderate { }
.comment-moderate .comment-edit a.btn,
.comment-moderate .comment-moderate a.btn {  
  font-family: "Nunito", sans-serif;
  font-size: .875rem; 
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  padding: .25rem .5rem;
  background-color: #EEF9FF;
  border-color: #EEF9FF;
  border-radius: .2rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.comment-moderate .comment-edit a.btn:hover,
.comment-moderate .comment-moderate a.btn:hover {  
  color: #000;
  background-color: #f1faff;
  border-color: #f0faff;
}


/* Comment form */
.comment-box-form { }
.comment-box-form input.author { 
  margin-bottom: 10px;
}
.comment-options {
  margin: 10px;
}
.comment-options a.btn {
  margin-right: 10px;
}


/*************************************
*** CONTACT *****************
**************************************/
#contactInfo { 
  position: relative;
}
#contactInfo .pagename { }
#contactInfo h1.my-company { }
#contactInfo .custom-message { }
#contactInfo .sitecontact-address,
#contactInfo .sitecontact-phone,
#contactInfo .sitecontact-email { 
  position: relative;
}
#contactInfo .sitecontact-address-icon,
#contactInfo .sitecontact-phone-icon,
#contactInfo .sitecontact-email-icon {
  height: 60px;
  width: 60px;
}
#contactInfo .sitecontact-address svg,
#contactInfo .sitecontact-phone svg,
#contactInfo .sitecontact-email svg {
  font-size: 2rem;
  color: #fff;
}
#contactInfo .lan { }
#contactInfo .data { }

/* CONTACT FORM */
#contactForm { } 
#contactForm  .control-group.form-group label,
#contactForm  .form-group label {
  font-size: .85rem;
}
#contactForm  .control-group.form-group input,
#contactForm  .control-group.form-group textarea {
  background-color: #EEF9FF !important;
  padding: 0.5rem 1.5rem !important;
  padding-left: 1.5rem !important;
  margin: 10px 0 !important;
  border: 0 !important;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


/* CONTACT MAP STYLE */
#contactInfo .contact-map-wrap {
  overflow: hidden;
  height: 600px;
  margin: 0;
}




/*************************************
*** CUSTOM PAGES - CPAGE *****************
**************************************/
.default-cpage-item .default-cpage-title { }
.default-cpage-item .default-cpage-mainimage { }
.default-cpage-item .default-cpage-mainimage img {  }
.default-cpage-item .default-cpage-author { }
.default-cpage-item .default-cpage-date { }
.default-cpage-item .default-cpage-body {
  font-size: 1.1rem;
}
.default-cpage-item .default-cpage-body img { 
  display: block;
  overflow: hidden;
  margin: 20px auto;
  width: 90% !important;
  height: auto; 
}
.default-cpage-item .default-cpage-rating {  }
.default-cpage-item .default-cpage-rating .e-rate-page { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.default-cpage-item .default-cpage-rating .e-rate-page img { display: inline-block; }
.default-cpage-item .default-cpage-rating .e-rate-page img:first-child { padding-left: 5px; }
.default-cpage-item .default-cpage-rating .e-rate-votes-page { 
  display: inline-block; 
  width: auto !important;
}

/* SOCIAL SHARE - CPAGE */
.default-cpage-share { 
  padding: 15px 0;
}
.default-cpage-share .social-share-icons { }
.default-cpage-share .social-share-icons > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.default-cpage-share .social-share-icons > .btn-group a {
  display: inline-block;
  margin: 3px 0;
}


/* RELEATED CPAGE - CPAGE */
.related-cpage-box { }
.related-cpage-box .related-cpage-caption { }
.related-cpage-box .related-cpage-caption:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #06A3DA;
  border-radius: 2px;
}
@-webkit-keyframes side-menubox-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.related-cpage-box .related-cpage-caption:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: side-menubox-title-run 5s infinite linear;
  animation: side-menubox-title-run 5s infinite linear;
}
.related-cpage-box .related-cpage-caption h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.related-cpage-items { }
.related-cpage-item { }
.related-cpage-item .related-cpage-image { 
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.related-cpage-item .related-cpage-image img { 
  width: 100%;
  height: auto;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.related-cpage-item:hover .related-cpage-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.related-cpage-item .related-cpage-title h3 { 
  font-size: 1.1rem;
}


/* COMMENT - CPAGE */
.default-cpage-comments {  }
.default-cpage-comments .default-cpage-comments-title { }
.default-cpage-comments .default-cpage-comments-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #06A3DA;
  border-radius: 2px;
}
@-webkit-keyframes side-menubox-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.default-cpage-comments .default-cpage-comments-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: side-menubox-title-run 5s infinite linear;
  animation: side-menubox-title-run 5s infinite linear;
}
.default-cpage-comments .default-cpage-comments-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}


/*-------------------
----FOOTER ------
---------------------*/
#footer { }
#footer .footer-brand { 
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.975rem;
  line-height: 1.2;
  text-transform: uppercase;
}
#footer .footer-brand a { 
  color: #fff;
}
#footer .footer-brand a:hover { 
  color: #000;
}
#footer .footer-brand img.logo { 
  width: 2rem !important;
  height: auto !important;
  margin: 5px !important;
  -o-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;  
}


/*-------------------
----FOOTER NEWSLETTER ------
---------------------*/
#footer h3.newsletter-title {
  font-size: 1.275rem;
}
#newsletter { }
#newsletter input.form-control {
  display: block;
  width: 100%;
  border-color: #fff !important;
  padding: 1rem !important;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#newsletter .input-group-btn {
  display: block;
  margin: 0 auto;
}
#newsletter .input-group-btn button#subscribe.btn {
  color: #fff !important;
  background-color: #091E3E !important;
  border-color: #091E3E !important;
  margin: 0 0 20px 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer-newsletter {
    margin-bottom: -120px;
  }
}


/*-------------------
----FOOTER CONTACT DATA ------
---------------------*/
#footer .contact-data-title { }
#footer .contact-data-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: calc(50% - 75px);
  bottom: 0;
  background-color: #06A3DA;
  border-radius: 2px;
}
@-webkit-keyframes contact-data-title-run {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 70px; } 100% { left: 50%; margin-left: -75px; }
}
#footer .contact-data-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: contact-data-title-run 5s infinite linear;
  animation: contact-data-title-run 5s infinite linear;
}
#footer .contact-data-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
#footer .contact-data-body {
  font-size: 1.25rem;
}
#footer .contact-data-body h4 {
  color: #DEF1FC !important;
}
#footer .contact-data-body a.social-icon {
  display: inline-block;
  width: 36px;
  height: 36px; 
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #06A3DA;
  margin-right: .5rem !important;
  padding: .375rem .75rem;
  border-color: #06A3DA;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#footer .contact-data-body a.social-icon:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;
}

/* FOOTER MENUBOX */
.footer-menubox { }
.footer-menubox .footer-menubox-title { }
.footer-menubox .footer-menubox-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: calc(50% - 75px);
  bottom: 0;
  background-color: #06A3DA;
  border-radius: 2px;
}
@-webkit-keyframes footer-menubox-title-run {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 70px; } 100% { left: 50%; margin-left: -75px; }
}
.footer-menubox .footer-menubox-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: footer-menubox-title-run 5s infinite linear;
  animation: footer-menubox-title-run 5s infinite linear;
}
.footer-menubox .footer-menubox-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.footer-menubox .footer-menubox-content {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.2;
}

/* Footer SITE-Menus */
.footer-menubox-content ul.nav-footer { }
.footer-menubox-content ul.nav-footer > li { }
.footer-menubox-content ul.nav-footer > li > a {
  font-family: "Rubik", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  color: #EEF9FF;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.footer-menubox-content ul.nav-footer > li > a:hover {
  color: #06A3DA;
  padding-left: 10px;
}
.footer-menubox-content ul.nav-footer > li > a:before {
  position: relative;
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  color: #06A3DA;
  margin-right: 10px;
}

/* FOOTER BOTTOM */
#footer-bottom { 
  background-color: #061429;
}
#footer-bottom .footer-dissclaimer {
  font-family: "Rubik", sans-serif;
  font-size: 0.925em;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}


/*-------------------
----PROFILE PAGE ------
---------------------*/
#user-profile-view { }
#user-profile-view .profile-page { 
 padding: 0 0 30px 0;
}
#user-profile-view .profile-page .profile-content {
  position: relative;
  margin: 0;
  padding: 0 0 2rem 0;
  background: #fff;
}
#user-profile-view .profile-page .content-cover {
  position: relative;
  background: -moz-linear-gradient(150deg, #06a3da 20%, #82deff 100%);
  background: -webkit-linear-gradient(150deg, #06a3da 20%, #82deff 100%);  
  background: linear-gradient(150deg, #06a3da 20%, #82deff 100%);
}
#user-profile-view .profile-page .content-avatar {
  width: 12rem;
  height: 12rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: #fff;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
}
#user-profile-view .profile-page .content-bull {
  height: 12rem;
  position: relative;
  overflow: hidden;
}
#user-profile-view .profile-page .content-bull span:nth-child(1) {
  width: 5rem;
  height: 5rem;
  top: -6%;
  left: -3%;
  background: rgba(255,255,255,0.15);
}
#user-profile-view .profile-page .content-bull span:nth-child(1) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(2) {
  width: 8rem;
  height: 8rem;
  top: 18%;
  left: 18%;
  background: rgba(255,255,255,0.10);
}
#user-profile-view .profile-page .content-bull span:nth-child(2) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(3) {
  width: 3rem;
  height: 3rem;
  top: 8%;
  right: 2%;
  background: rgba(255,255,255,0.10);
}
#user-profile-view .profile-page .content-bull span:nth-child(3) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(4) {
  width: 6rem;
  height: 6rem;
  top: 28%;
  right: 12%;
  background: rgba(255,255,255,0.1);
}
#user-profile-view .profile-page .content-bull span:nth-child(4) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(5) {
  width: 4rem;
  height: 4rem;
  top: 70%;
  left: -6%;
  background: rgba(255,255,255,0.08);
}
#user-profile-view .profile-page .content-bull span:nth-child(5) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-actions {
  padding: 0.5rem;
}
#user-profile-view .profile-page .content-actions a.btn.sendpm {
  padding: 0.2rem 1rem;
  -moz-border-radius: 0.5rem;
  -khtml-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  #user-profile-view .profile-page .content-actions a.btn.sendpm {
    text-indent: -9999px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  #user-profile-view .profile-page .content-actions a.btn.sendpm:before { 
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f1d8";  
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 24px;
    margin-top: calc(50% - 1.06rem);
    margin-left: calc(50% - 0.55rem);
    padding: 0;
    text-indent: 0;
  }  
}
#user-profile-view .profile-page .content-title {
  margin-top: 4.5rem;
}
#user-profile-view .profile-page .content-title h1 {
  margin-bottom: 0.1rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
#user-profile-view .profile-page .content-title span {
  font-size: 16px;
  color: #666;
}
#user-profile-view .profile-page .content-description {
  margin-top: 2.5rem;
  text-align: justify;
  font-size: 16px;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user,
#user-profile-view .profile-page .content-rating .user-rate .e-rate-votes.e-rate-votes-user {
  display: inline-block;
  width: auto !important;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user {
  margin-right: 20px;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user img {
  margin-left: 3px;
}

/* USER PROFIL COMMENT */
#user-profile-view .comment-menubox {
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


/*------------------------------------------
	USER LIST PAGE  
--------------------------------------------*/
#user-list {
  position: relative;
}
#user-list .pagename {
  font-family: "Nunuto", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}


/*------------------------------------------
	GALLERY STYLE  
--------------------------------------------*/
/* Gallery category */
.gallery-cat { }
.gallery-cat-item-box { 
}
.gallery-cat-item-box > .gallery-cat-item { 
  position: relative;
  display: block;
  height: 100%;  
  border-radius: 40px;
  overflow: hidden;
}
.gallery-cat-item-box > .gallery-cat-item > img {      
  width: 100%;
  height: auto;
  border-radius: 42px;
}
.gallery-cat-item-box > .gallery-cat-item > .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: 40px;    
  background-color: #EEF9FF;      
  transform: translateY(100%);
  transition: .2s ease-in-out;
}
.gallery-cat-item-box > .gallery-cat-item:hover > .overlay {
  transform: translateY(0);
}
.gallery-cat-item-box > .gallery-cat-item > .overlay > .header {
  position: relative;
  padding: 1.2rem 2em;
  border-radius: 40px 0 0 0;    
  background-color: #EEF9FF;
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}
.gallery-cat-item-box > .gallery-cat-item > .overlay > .header > .arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;      
  z-index: 1;
}
.gallery-cat-item-box > .gallery-cat-item > .overlay > .header > .arc path {
  fill: #EEF9FF;
  d: path("M 40 80 c 40 0 40 -40 40 -40 v 40 Z");
}   
.gallery-cat-item-box > .gallery-cat-item:hover > .overlay > .header {
  transform: translateY(0);
}
.gallery-cat-item-box > .gallery-cat-item > .overlay > .header > .header-text > h2.title {
  font-family: "Nunuto", sans-serif;
  color: #091E3E;
  font-weight: 700;
}
.gallery-cat-item-box > .gallery-cat-item > .overlay > .description {
  font-family: "Rubik", sans-serif;
  color: #6B6A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3em 2em 2em 2em;
  margin: 0; 
  overflow: hidden;
}    

/* Gallery images */
.gallery { }
.gallery-item-box { 
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-item-box img { 
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.gallery-item-box:hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.gallery-item-box .gallery-item-title {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-family: "Rubik", sans-serif;
  color: #6B6A75;
  line-height: 1;
  padding: 20px;	
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.gallery-item-box:hover .gallery-item-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.gallery-item-box .gallery-item-title h3 {
  margin: 0;
  padding: 0;
  font-family: "Nunuto", sans-serif;
  font-weight: 600;
  color: #091E3E;
  line-height: 1.2;
}

/* Gallery list next/prev */
.gallery-list-nextprev { }
.gallery-list-nextprev .nextprev.form-group { 
  width: 50%;
  margin: 0 auto 1.5rem auto;
}
.gallery-list-nextprev .nextprev.form-group > a.btn { 
  margin: 0 1px !important;
}

/* Gallery list back */
.gallery-list-back { }
.gallery-list-back a.btn { }

/* Gallery Slideshow */
#gallery-slideshow-wrapper { 
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 200px !important;
  overflow: hidden;
  background: transparent !important;
  margin: 0 auto !important;
}
#gallery-slideshow-content { 
  width: 100% !important;
  height: 200px !important;
  overflow: hidden;
}
#gallery-slideshow-content div[id*="gallery-item-"],
#gallery-slideshow-content div[id^="gallery-item-"] { 
  width: 100%;
  padding: 0;
  height: 200px; 
}
#gallery-slideshow-content div[id*="gallery-item-"] .gallery-slide-item,
#gallery-slideshow-content div[id^="gallery-item-"] .gallery-slide-item {
  margin-right: 0;
  display: inline-block;
  width: 100% !important;
}
#gallery-slideshow-content div[id*="gallery-item-"] img,
#gallery-slideshow-content div[id^="gallery-item-"] img { 
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.gallery-slideshow-controls .gallery-slide-jumper-container {
  text-align: center;
  padding-left: 0;
}
.gallery-slideshow-controls .gallery-slide-jumper-container .gallery-slide-jumper {
  padding: 2px;
}





/*-------------------
----BUTTON ------
---------------------*/
button.btn,
a.btn,
input.btn,
input.button,
button.btn-primary,
a.btn-primary,
input.btn-primary {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  background-color: #06A3DA;
  border-color: #06A3DA;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}
button.btn:hover,
a.btn:hover,
input.btn:hover,
input.button:hover,
button.btn-primary:hover,
a.btn-primary:hover,
input.btn-primary:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;
}


/*-------------------
----PAGER ------
---------------------*/
ul.pager { 
  list-style: none; 
  margin: 1rem 0;
}
ul.pager li {}
ul.pager li > a,
ul.pager li > a:focus {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  background-color: #06A3DA;
  border-color: #06A3DA;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}
ul.pager li > a:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;
}




/*------------------------------------------
--------------HOMESITE----------------------
-------------------------------------------*/

/*-------------------
----HERO CAROUSEL ------
---------------------*/
#mycarousel.carousel { }

/* Carousel indicator */
#mycarousel.carousel .carousel-indicators {  }

@media (min-width: 1200px) {
  #mycarousel.carousel .carousel-indicators { 
    bottom: 60px;
  }
}

#mycarousel.carousel .carousel-indicators > button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 10px;
  border-radius: 100%;
  opacity: 1;
}
#mycarousel.carousel .carousel-indicators > button.active {
  background-color: #FA0707;
}

/* Carousel item */
#mycarousel.carousel .carousel-inner {  }
#mycarousel.carousel .carousel-inner .carousel-item { 
  background-repeat: no-repeat;
  background-position: 50% 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#mycarousel.carousel .carousel-inner .carousel-item .carousel-caption { 
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(9, 30, 62, .7) !important;
  z-index: 1;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title {  }
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title h1 { 
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 1;
  animation-duration: 2s;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title h3 {
  font-family: "Rubik", sans-serif; 
  font-weight: 300;
  animation-duration: 3s;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons {
  animation-duration: 4s;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons a.btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  background-color: #06A3DA;
  border-color: #06A3DA;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}

/* Carousel control */
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons a.btn:hover {
  background-color: #FA0707;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;
}
#mycarousel.carousel .carousel-control-prev {  }
#mycarousel.carousel .carousel-control-next {  }
#mycarousel.carousel .carousel-control-prev:hover,
#mycarousel.carousel .carousel-control-next:hover {
  background: rgba(6, 163, 218, 1);
}


/*-------------------
----COUNTER ------
---------------------*/

@media (min-width: 1200px) {
  .section-counter.counter {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

.section-counter .counter-box  {
  height: 150px;
}
.section-counter .counter-icon {
  width: 60px; 
  height: 60px;
}


/*-------------------
----WELCOME MESSAGE ------
---------------------*/
.wmessage { }
.wmessage-title { }
.wmessage .wmessage-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #06A3DA;
  border-radius: 2px;
}
.wmessage .wmessage-title:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: wmessage-title-run 5s infinite linear;
    animation: wmessage-title-run 5s infinite linear;
}
@-webkit-keyframes wmessage-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.wmessage .wmessage-title h1 {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #091E3E;
  line-height: 1.2;
}
.wmessage .wmessage-body { 
  font-family: "Rubik",sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B6A75;
  text-align: justify;
}

.section-wmessage img.wmessage-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit:cover;
}


/*-------------------
----BRAND - HOMESITE ------
---------------------*/
.section-brand {  }
.section-brand .brand-title { }
.section-brand .brand-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #06A3DA;
  border-radius: 2px;
}
.section-brand .brand-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: brand-title-run 5s infinite linear;
  animation: brand-title-run 5s infinite linear;
}
@-webkit-keyframes brand-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

.section-brand img.brand-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.section-brand .brand-slogen {
  font-size: 1.1rem;
}


/*-------------------
----CONTACT - HOMESITE ------
---------------------*/
/* Section CONTACT */
.section-contact {  }
.section-contact .contact-title { }
.section-contact .contact-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #06A3DA;
  border-radius: 2px;
}
.section-contact .contact-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: contact-title-run 5s infinite linear;
  animation: contact-title-run 5s infinite linear;
}
@-webkit-keyframes contact-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}
.section-contact .contact-slogen { 
  font-size: 1.1rem;
}

/* Contact menu - Homesite */
.home-contact-menu { }
.home-contact-menu-title { }
.home-contact-menu-body { }
.home-contact-menu-body input.form-control,
.home-contact-menu-body textarea.form-control { 
  background-color: #EEF9FF !important;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.home-contact-menu-body input.form-control {
  font-size: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home-contact-menu-body input.btn { 
  display: block;
  width: 100%;
  color: #fff;
  background-color: #081a35;
  border-color: #071832;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
}



/*-------------------
----LATEST NEWS - HOMESITE ------
---------------------*/
.latest-news-header { 
  max-width: 600px;
}
.latest-news-header.text-center:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 50%;
  margin-left: -75px;
  bottom: 0;
  background: #05A5DD;
  border-radius: 2px;
}
.latest-news-header.text-center:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: latest-news-header-run-center 5s infinite linear;
  animation: latest-news-header-run-center 5s infinite linear;
}
@-webkit-keyframes latest-news-header-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}
.latest-news-header.text-center h1.header-2,
.latest-news-header.text-center h4.header-1 {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #091E3E;
}
.home-news-latest .news-item {  }
.home-news-latest .news-item .news-image img {
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.home-news-latest .news-item:hover .news-image img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-news-latest .news-item .news-image .news-category {
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

.home-news-latest .news-item .news-image .news-category a {
  color: #eef9ff;
}
.home-news-latest .news-item .news-image .news-category a:hover {
  color: #fff;
}
.home-news-latest .news-item h4.news-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.home-news-latest .news-summary {
  font-family: "Rubik", sans-serif;
  color: #6B6A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.home-news-latest .item-read-more { }
.home-news-latest .item-read-more a {
  font-family: "Rubik",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #06A3DA;
}
.home-news-latest .item-read-more a:hover {
  color: #0582ae;
}
.home-news-latest .item-read-more a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  margin-left: 6px;
}


/*-------------------
----PORTFOLIO - HOMESITE ------
---------------------*/
.section-portfolio { }
.section-portfolio .home-portfolio .portfolio-title {
  max-width: 600px;
}
.section-portfolio .home-portfolio .portfolio-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: calc(50% - 75px);
  bottom: 0;
  background: #05A5DD;
  border-radius: 2px;
}
.section-portfolio .home-portfolio .portfolio-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: portfolio-title-run-center 5s infinite linear;
  animation: portfolio-title-run-center 5s infinite linear;
}
@-webkit-keyframes portfolio-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 70px; } 100% { left: 50%; margin-left: -75px; }
}

/* Portfolio Gallery */
#portfolio-gallery { }
#portfolio-gallery .gallery-item {
  position: relative;
}
#portfolio-gallery .gallery-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#portfolio-gallery .gallery-item:hover:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#portfolio-gallery .gallery-item img { 
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
#portfolio-gallery .gallery-item .hover-text {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#portfolio-gallery .gallery-item .hover-text h4 {
  font-family: "Nunito",sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000; 
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#portfolio-gallery .gallery-item:hover .hover-text {
  bottom: 35px;
}
#portfolio-gallery .gallery-item .hover-text a.gallery-caption {
  display: inline-block; 
  width: 65px;
  height: 65px;
  line-height: 0px;
  height: 0px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff; 
  text-align: center;
  padding: 0px 11.5px;
  background-color: #06A3DA;
  border: 1px solid #06A3DA;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  --webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
  text-indent: -9999px;
}
#portfolio-gallery .gallery-item .hover-text a.gallery-caption:after {
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  font-weight: 900;
  text-indent: 0;
  display: block;
  line-height: 65px;
  font-size: 3rem;
}
#portfolio-gallery .gallery-item:hover .hover-text a.gallery-caption {
  height: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-top: 22px;
}
#portfolio-gallery .gallery-item:hover .hover-text a.gallery-caption:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB; 
}



/*-------------------
----TEAM - HOMESITE ------
---------------------*/
.section-team { }
.section-team .team-title {
  max-width: 600px;
}
.section-team .team-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: calc(50% - 75px);
  bottom: 0;
  background: #05A5DD;
  border-radius: 2px;
}
.section-team .team-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: team-title-run-center 5s infinite linear;
  animation: team-title-run-center 5s infinite linear;
}
@-webkit-keyframes team-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 70px; } 100% { left: 50%; margin-left: -75px; }
}

/* Team Member Box */
.section-team .team-menubox { }
.section-team .team-menubox .cmenu-image { 
  overflow: hidden;
  width: 100%;
  height: 360px;
  
}
.section-team .team-menubox .cmenu-image img { 
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  -o-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.section-team .team-menubox:hover .cmenu-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.05);
}
.section-team .team-menubox .cmenu-text { 
  padding: 15px 15px 0 15px;
}
.section-team .team-menubox .team-member-title { 
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  line-height: 1;
  padding: 0 15px 15px 15px;
}


/*-------------------
----SOCIAL - HOMESITE ------
---------------------*/
/* Section SOCIAL */
.section-social { }
.section-social .social-title {
  max-width: 600px;
}
.section-social .social-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: calc(50% - 75px);
  bottom: 0;
  background: #05A5DD;
  border-radius: 2px;
}
.section-social .social-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: social-title-run-center 5s infinite linear;
  animation: social-title-run-center 5s infinite linear;
}
@-webkit-keyframes social-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 70px; } 100% { left: 50%; margin-left: -75px; }
}

.section-social .social-icon-wrap {
  background-color: rgba(243, 245, 247, 1);
}
.section-social a.social-icon {  }
.section-social a[class*="social-"]:after,
.section-social a[class^="social-"]:after {
  content: attr(data-bs-original-title);
  font-family: "Nunito",sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.section-social a.social-icon span[class*="e-social-"],
.section-social a.social-icon span[class^="e-social-"] {
  font-size: 2rem;
  color: #06A3DA;
}


@media (max-width: 767.98px) {
  #socialCarousel .carousel-inner .carousel-item > div {
    display: none;
  }
  #socialCarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
    width: 100%;
  }
}

#socialCarousel .carousel-inner .carousel-item.active,
#socialCarousel .carousel-inner .carousel-item-next,
#socialCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  #socialCarousel .carousel-inner .carousel-item-end.active,
  #socialCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  #socialCarousel .carousel-inner .carousel-item-start.active, 
  #socialCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  #socialCarousel .carousel-inner .carousel-item {
    justify-content: space-between;
  }
}
#socialCarousel .carousel-inner .carousel-item-end,
#socialCarousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}



/*------------------------------------------
	FORUMS
--------------------------------------------*/
/* Forum search */
.forum-search { }
.forum-search .input-group { }
.forum-search .input-group input.form-control { }
.forum-search .input-group button {
  margin: 0;
  padding: 10px 20px;   
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}


/* Forum Main forum layout */
#forum.forum { }
#forum .forum-parent-title {  }

#forum .forum-parent-title h1.fancy {
  --b: 6px;   /* control the border thickness */
  --w: 80px;  /* control the width of the line*/
  --g: 15px;  /* control the gap */
  --c: rgb(11, 200, 238);
 
  width: fit-content;
  padding: 0 1em;
  line-height: 1.6em;
  border: 1px solid;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #fff;
  background: conic-gradient(from   45deg at left ,var(--c) 25%,#0000 0) 0, conic-gradient(from -135deg at right,var(--c) 25%,#0000 0) 100%;
  background-size: 51% 100%;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-image: linear-gradient(#0000 calc(50% - var(--b)/2), var(--c) 0 calc(50% + var(--b)/2), #0000 0) 1/0 var(--w)/calc(var(--w) + var(--g));
  margin-inline: auto;
}

#forum .forum-child {  
  padding: 10px 0;  
}
#forum .forum-child .forum-child-item {   
  position: relative;
}
#forum .forum-child .forum-child-item:hover {   
  background-color: #DEF2FD !important;
}
#forum .forum-child .forum-child-item .forum-child-item-icon > svg, 
#forum .forum-child .forum-child-item .forum-child-item-icon > i {
  display: block;
  margin: 0 auto 20px auto;
  width: 66px;
  height: 66px;
  background-color: #ff5200;
  padding: 18px;
  color: #fff;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#forum .forum-child .forum-child-item h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
#forum .forum-child .forum-child-item h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 700; 
}
#forum .forum-child .forum-child-item h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400; 
}
#forum .forum-child .forum-child-item .forum-thread span.badge,
#forum .forum-child .forum-child-item .forum-replies span.badge,
#forum .forum-child .forum-child-item .forum-lastpost span.badge {
  font-size: inherit; 
  color: #05A4DC; 
  background-color: transparent !important;
  padding: 0;
}
#forum .forum-child .forum-child-item .forum-lastpost span {
  padding: 0;
}


/*------------------------------------------
	FORUM TRACK 
--------------------------------------------*/
#forum-track { 
  margin: 0;
  padding: 0 0 10px 0;
}
#forum-track .forum-track-caption {
  border-bottom: 1px solid rgb(125, 226, 246);
}
#forum-track .forum-track-caption h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
#forum-track .forum-track-item {
  padding: 15px;
  border-bottom: 1px solid rgb(125, 226, 246);
}
#forum-track .forum-track-item h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
#forum-track .forum-track-item:hover {
  background-color: #DEF2FD !important;
}
   

/*------------------------------------------
	FORUM VIEWFORUM 
--------------------------------------------*/
#forum-viewforum { }

#forum-viewforum .forum-viewforum-title h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #091E3E;
}
#forum-viewforum .forum-viewforum-button { }
#forum-viewforum .forum-viewforum-button .btn-group > button.btn {
  margin-left: 0;
}
#forum-viewforum .forum-viewforum-button .btn-group > a.btn {
  margin-right: 0;
  border-right: 1px solid #1a8f8b;
}

#forum-viewforum .forum-viewforum { }
#forum-viewforum .forum-viewforum .forum-viewforum-item {
  position: relative;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item:hover {   
  background-color: #DEF2FD !important;
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle h5 {  
  font-family: "Nunito", sans-serif;
  font-weight: 700;  
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-replies h5,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-views h5,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-lastpost h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 700; 
}
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-replies span.badge,
#forum-viewforum .forum-viewforum .forum-viewforum-item .forum-viewforum-views span.badge {
  font-size: inherit; 
  color: #05A4DC; 
  background-color: transparent !important;
  padding: 0;
}
#forum-viewforum .forum-viewforum-pages {
  margin-top: 20px;
  margin-bottom: 10px;
}



/*------------------------------------------
	FORUM VIEWTOPIC 
--------------------------------------------*/
#forum-view-topic { }
#forum-view-topic .forum-viewtopic-title h2 { 
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #202020;
}
#forum-view-topic .forum-viewtopic-button {
  margin: 0 0 0.5rem 0;
}
#forum-view-topic .forum-viewtopic-button .btn-group > button.btn {
  margin-left: 0;
}
#forum-view-topic .forum-viewtopic-button .btn-group > a.btn {
  margin-right: 0;
  border-right: 1px solid #1a8f8b;
}
#forum-view-topic ul.forum-viewtopic { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post:hover {
  background-color: #DEF2FD !important;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post:first-child {
  margin-top: 0;  
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil {
  border-right: 1px solid rgba(9, 202, 240, 1);
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-avatar img { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-user-customtitle { }
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil h6.forum-viewtopic-poster,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil h6.forum-viewtopic-level,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil h6.forum-viewtopic-poster-posts,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil h6.forum-viewtopic-poster-joined,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost h6.forum-viewtopic-postdate,
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost h6.forum-viewtopic-lastedit,
#forum-view-topic h6.forum-viewtopic-moderators {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level-icons {
  color: #41c1fe; 
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postmessage {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
#forum-view-topic ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-signature {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
#forum-view-topic .forum-viewtopic-quickreply {
  width: 80%;
}
#forum-view-topic .forum-viewtopic-quickreply input.btn {
  margin-top: 15px;
}


/* FORUM STATS */
#forum-stats { 
  background-color: #DEF2FD;
  padding: 20px;
}
#forum-stats ul.nav-tabs {
  border-bottom: 2px solid rgb(12, 110, 254);
  padding-bottom: 1px;
}
#forum-stats ul.nav-tabs li.nav-item a.nav-link {
  background-color: #e2e6ea;
  font-family: "Nunito", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  color: #091E3E;
  border-color: #e2e6ea;
  border-bottom: none;
  margin-right: 4px;
}
#forum-stats ul.nav-tabs li.nav-item a.nav-link.active,
#forum-stats ul.nav-tabs li.nav-item a.nav-link:hover {
  background-color: rgb(12, 110, 254);
  color: #fff;
  border-color: rgb(12, 110, 254);
  border-bottom: none;
}
#forum-stats .tab-content { }
#forum-stats .tab-content table > thead > tr > th,
#forum-stats .tab-content table > thead > tr > td,
#forum-stats .tab-content table > tbody > tr > th,
#forum-stats .tab-content table > tbody > tr > td { 
  color: #242424;
  border-color: rgb(171, 220, 230) !important;
}


/*------------------------------------------
	FORUM STATS - RESPONSIVE 
--------------------------------------------*/
#forum-stats .tab-content div.table-responsive,
#forum-stats .panel div.table-responsive {
  border: none;
}

/*------------------------------------------
	FORUM POSTS - RESPONSIVE 
--------------------------------------------*/
#forum-post { 
  position: relative;
}
#forum-post .forum-post-caption { 
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #202020;
}


/*------------------------------------------
	BACK TO TOP 
--------------------------------------------*/
a.back-to-top {
  position: fixed;
  right: 45px;
  bottom: 45px;
  display: inline-block; 
}


/*------------------------------------------
	LOGIN TEMPLATE - login.php 
--------------------------------------------*/
#login-template {
  
}
#login-template .logo {
  padding-top: 0;
}
#login-template .login-page-box h4.login-page-box-title {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 1200px) {
  #login-template .login-page-box h4.login-page-box-title {
    font-size: 2.5rem;
  }
}


/*------------------------------------------
	PRIVAT MESSAGES (PM) 
--------------------------------------------*/
#pm-inbox,
#pm-outbox,
#pm-blocked {
  position: relative;
}
#pm-inbox .pagename,
#pm-outbox .pagename,
#pm-blocked .pagename {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #202020;
}


/*------------------------------------------
	SEARCH PAGE 
--------------------------------------------*/
#searchform {
  margin-bottom: 30px;
  padding: 30px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #EEF9FF;
}


/*------------------------------------------
	PARTNERS - SLICK SLIDER 
--------------------------------------------*/
.section-partners { }
.section-partners .partners-title { 
  max-width: 600px;
}
.section-partners .partners-title:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 50%;
  margin-left: -75px;
  bottom: 0;
  background: #05A5DD;
  border-radius: 2px;
}
.section-partners .partners-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: partners-title-run-center 5s infinite linear;
  animation: partners-title-run-center 5s infinite linear;
}
@-webkit-keyframes partners-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}
.latest-news-header.text-center h1 {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #091E3E;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}





































