@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:wght@400;700&display=swap');
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #333333;
  margin-top: 0px;
  font-stsyle: normal;
  letter-spacing: .5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none
}
p {
  color: #333333;
  font-size: 15px;
  font-weight: lighter;
  line-height: 24px;
  margin-bottom: 6px;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
header {}
header #top-bar {
  margin: 0px;
  padding: 0px;
  background: #1d2c6f;
  width: 100%;
  height: 44px;
  color: #fff;
}
header #top-bar .social-bookmarks, .social-bookmarks {
  margin: 0px;
  margin-top: 6px;
  padding: 0px;
}
header #top-bar .social-bookmarks > li, .social-bookmarks > li {
  display: inline-block;
  margin: 0 5px;
}
header #top-bar .social-bookmarks li a, .social-bookmarks li a {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
header #top-bar .social-bookmarks li a:hover, .social-bookmarks li a:hover {
  background: #ff7742;
}
header #top-bar .social-bookmarks li a i, .social-bookmarks li a i {
  padding-top: 5px;
  font-size: 20px;
  color: #1d2c6f;
}
header #top-bar .social-bookmarks li a:hover i, .social-bookmarks li a:hover i {
  color: #fff
}
header #top-bar #search-form {
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
header #top-bar #search-form form {
  margin: 0px;
  padding: 0px;
}
#search-form form .field {
  margin: 0px;
  padding: 0px;
}
header #top-bar #search-form form .field input {
  margin: 0px;
  padding: 3px 10px;
  width: 290px;
  outline: none;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 4px 0px 0px 4px;
}
header #top-bar #search-form form .field button {
  margin: 7px 0px 0px -4px;
  padding: 4px 15px;
  background: #ff7742;
  color: #fff;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0px 4px 4px 0px;
}
header #top-bar #search-form form .field button:hover {
  background: #09480b;
  cursor: pointer;
}
#lang-selection .btn {
  margin: 9px 5px;
  padding: 0px 15px;
  border-radius: 3px;
  text-transform: uppercase;
}
#lang-selection .btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
#lang-selection .btn-secondary {
  background: #ff7742;
  border-color: #ff7742;
}
header #logo {
  margin: 0px;
  padding: 32px 0px;
  background: #fff;
  width: 100%;
  height: 150px;
}
header #header-ad {
  margin: 0px;
  padding: 2px;
  width: 728px;
  height: 90px;
}
header #header-ad img {
  width: 728px;
  height: 90px;
}
nav {}
nav a {
  color: #ffffff;
}
main {}
aside {}
section {
  margin: 30px 0;
}
footer {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  background: #1d2c6f;
  border-top: 20px solid #091136;
}
footer a img {
  margin: 20px auto;
  padding: 10px;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  width: 300px;
}
footer .social-bookmarks {
  margin: 10px 0px 30px 0px;
  width: 300px;
  text-align: center;
}
footer .social-bookmarks li {
  margin: 0px 5px 0px 0px;
}
footer .social-bookmarks :last-child {
  margin-right: 0px;
}
footer .social-bookmarks li a {
  width: 35px;
  height: 35px;
}
footer .social-bookmarks li a i {
  padding-top: 8px;
  font-size: 20px;
}
footer .footer-links {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
footer .footer-links li {
  margin: 15px 0px;
  padding: 0px;
}
footer .footer-links li a {
  font-size: 18px;
  font-weight: bold;
  color: #cbc9ca;
}
footer .footer-links li a i {
  margin: 0px 10px;
  font-size: 14px;
  color: #ff7742;
}
footer #footer-bottom {
  margin: 20px 0px 0px 0px;
  padding: 20px 0px;
  min-height: 40px;
  background: #0c184e;
}
footer #copy-right {
  color: #cbc9ca;
}
footer #credit {
  color: #cbc9ca;
}
footer #credit a {
  font-weight: bold;
  color: #ff7742;
}
footer #credit a:hover {
  color: #e2b001;
}
/*==========================
DROPDOWN MENU STYLE
============================*/
#primary-menu {
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
  padding-bottom: 10px;
  background: #1d2c6f;
  width: 100%;
  height: 50px;
  z-index: 2;
  transition: .4s ease-in-out;
}
.navbar-brand, .navbar-brand:hover, .navbar-brand:active {
  margin: 0px 10px;
  padding: 0px 10px !important;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
}
.navbar-brand i {
  padding: 0px 10px 0px 0px;
  font-size: 18px;
}
.navbar-toggler {
  margin: 1px 10px 0 10px;
  padding: 0px 4px;
  border-color: #fff;
}
.navbar-collapse {
  margin-top: 8px;
  background: #1d2c6f;
}
li.menu-item a {
  display: block !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.main-menu > li {
  display: inline-block;
  padding: 14px 0;
  position: relative;
  transition: all .3s ease-in-out;
}
.main-menu > li > a {
  display: inline-block;
  margin: 0 18px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-menu > li > a i {
  position: relative;
  top: -2px;
}
.main-menu > li.active, .main-menu > li:hover {
  background: #ff7742;
}
.main-menu > li.active a {
  color: #ffffff;
}
.main-menu li > ul.dropdown {
  background: #ffffff;
  border-top: 4px solid #ff7742;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  padding: 2px 0;
  position: absolute;
  top: 100%;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  width: 235px;
  z-index: 111;
}
.dropdown > li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.main-menu .dropdown > li a {
  display: block;
  margin: 0;
  padding: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown > li:last-child, .sub-dropdown > li:last-child {
  border-bottom: 0;
}
.dropdown > li > a > i {
  margin-right: 7px;
  padding: 2px 0;
  transition: .3s;
  transform: scale(0);
  font-size: 16px;
  color: #fff;
}
.fa-caret-right {
  text-align: right;
  float: right;
}
.dropdown > li:hover > a > i {
  margin-right: 7px;
  transform: scale(1);
}
.dropdown > li:hover {
  background: #ff7742;
}
.dropdown.right-dropdown {
  right: 0;
}
.dropdown > li:hover > a {
  padding-left: 15px;
  color: #fff;
}
.main-menu li:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.sub-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 2px 0;
  width: 275px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out 0s;
}
.sub-dropdown li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.sub-dropdown li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out 0s;
}
.sub-dropdown li:hover {
  background: #ff7742;
}
.sub-dropdown li:hover a {
  color: #fff;
}
.dropdown > li:hover .sub-dropdown {
  border-left: 2px solid #ff7742;
  opacity: 1;
  visibility: visible;
}
.main-menu li .dropdown {
  z-index: 1111;
}
/*==========================
NEWSBAR STYLES
============================*/
.news-bar {
  margin: 0px;
  padding: 0px;
  backgsround: #999;
}
.news-bar .header {
  margin: 0px;
  padding: 5px 10px;
  float: left;
  background: #900;
  width: 115px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.news-bar .separator img {
  margin: 0px 10px;
  padding: 2px;
  width: 20px;
  border-radius: 5px;
}
.news-bar .simple-marquee {
  margin: 0px;
  padding: 5px;
  width: auto;
  height: 30px;
  overflow: hidden;
  color: #fff;
}
.news-bar .simple-marquee a {
  color: #fff;
}
/*==========================
SLIDER STYLE
============================*/
#slider .carousel-inner, #slider .carousel-item {
  width: 100%;
  min-height: 410px !important;
  height: 410px !important;
  max-height: 410px !important;
  background: #333;
}
#slider .slider-caption {
  position: absolute;
  bottom: 0px;
  margin: 0px;
  padding: 10px;
  background: rgba(29, 44, 111, 0.8);
}
#slider .slider-caption h4, #slider .slider-caption h4 a {
  color: #fff;
}
#slider .slider-caption p {
  color: #fff;
}
/*==========================
CARD STYLES
============================*/
.card {
  border: 0px;
}
.card .card-body {
  padding: 10px 0px;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
  margin-bottom: 7px;
  border-bottom: solid 1px #d1d1d1;
}
.card-horizontal .card-body {
  padding: 0px 0px 10px 10px;
}
.card-horizontal .card-body .card-title {
  font-weight: bold;
  line-height: 22px;
}
.card-horizontal img {
  width: 105px;
  height: 70px;
  border-radius: 0px;
}
/*==========================
BLOCK STYLES
============================*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.tooltip-inner {
  max-width: 375px;
  width: inherit;
}
.block-header {
  position: relative;
  margin: 10px 0px;
  padding: 0px;
  background: #1d2c6f;
}
.block-header .block-icon {
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 0;
  border-style: solid;
  border-width: 0 25px 40px 0;
  border-color: transparent #1d2c6f #900 transparent;
  transform: scale(1.0001);
}
.block-header h1 {
  position: absolute;
  top: 0px;
  left: 50px;
  background: #1d2c6f;
  margin: 0px;
  padding: 11px 10px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block-header h1 a {
  color: #fff;
}
.block-header h1 a:hover {
  color: #ff7742;
}
/* VIDEO-BLOCK STYLE */
.video-block {}
.video-block h5 {
  font-size: 16px;
  text-align: center;
}
.video-block .card {
  position: relative;
}
.video-block img {
  width: 223px !important;
  height: 125px !important;
}
.video-block .card-title {
  width: 223px !important;
  height: 80px !important;
}
.video-block a.video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: url("../images/video_play_icon.png") center 50% no-repeat;
  width: 100%;
  height: 100%;
}
.video-block a.video-overlay:hover {
  background: url("../images/video_play_icon_hover.png") center 50% no-repeat;
}
.video-block .card-title {
  margin: -10px 0px 0px 0px;
  padding: 10px;
  background: rgba(29, 44, 111, 1);
  color: #fff;
}
/*==========================
OPINION SLIDER STYLE
============================*/
#opinion-slider {}
#opinion-slider .card {
  border: 0px;
  padding: 0px 25px;
}
#opinion-slider .card-horizontal {
  border-bottom: none;
}
#opinion-slider .card img {
  margin-right: 15px;
  padding: 5px;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(29, 44, 111, 1);
  border-radius: 50%;
}
#opinion-slider .carousel-control-prev, #opinion-slider .carousel-control-next {
  bottom: 10%;
}
#opinion-slider .carousel-control-prev {
  left: -48px;
}
#opinion-slider .carousel-control-next {
  right: -40px;
}
#opinion-slider .carousel-control-prev-icon {
  margin: 0px;
  padding: 0px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#opinion-slider .carousel-control-next-icon {
  margin: 0px;
  padding: 0px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/*==========================
MODAL STYLE
============================*/
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop {
  opacity: 0.9 !important;
  background-color: #000;
}
.modal-content {
  border-radius: 12px;
}
.modal-header {
  padding: 20px 25px;
  border-bottom: 4px solid #900;
  background-color: #1d2c6f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-footer {
  margin: auto;
}
.close {
  color: #fff;
  opacity: 1;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}
.close:hover {
  color: #f1592a;
  opacity: 1;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}
.modal-title {
  color: #ffffff;
  font-size: 125%;
  text-transform: uppercase;
}
.modal-footer a:hover {
  cursor: pointer;
}
/*==========================
CSS CLEAN-UP STYLES
============================*/
#poll div a[ href="https://www.survey-maker.com/"] {
  display: none;
}
/*==========================
SINGLE ARTICLE STYLES
============================*/
article {
  margin: 0px;
  padding: 0px;
}
article h1 {
  margin: 20px 0px;
  padding: 0px;
  text-align: left;
}
article .share {
  margin: 20px 0px 10px 0px;
  padding: 10px 0px;
  width: 100%;
  border-top: 1px solid #e1dddf;
  border-bottom: 1px solid #e1dddf;
}
article .share a {
  display: inline-block;
  margin: 0px 2px;
  padding: 4px 0px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
article .share a:hover {
  opacity: 0.7;
}
article .share a#facebook {
  background: #3B5998;
  color: white;
}
article .share a#twitter {
  background: #55ACEE;
  color: white;
}
article .share a#pinterest {
  background: #cb2027;
  color: white;
}
article .share a#whatsapp {
  background: #25D366;
  color: white;
}
article .share a#email {
  background: #1d2c6f;
  color: white;
}
article .meta-block {
  margin: 0px 0px 10px 0px;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
}
article .meta-block > div {
  padding: 0px 5px;
  border: 1px solid #cbc9ca;
}
article .meta-block .list-group-item {
  border: none;
  border-right: 1px solid #cbc9ca;
  border-radius: 0px !important;
}
article .meta-block .list-group-item:last-of-type {
  border-right: none;
}
article .meta-block .list-group-item i {
  margin-right: 5px;
}
article .figure img {}
article .audio-player {
  margin: 20px 0px;
  padding: 0px;
}
article .audio-player audio {
  outline: none;
  width: 100%;
}
article .attachment {
  margin: 20px 0px;
  padding: 15px;
  background: #e7e3e5;
  border-radius: 10px;
}
article .attachment .attachment-icon {}
article .attachment .attachment-icon img {
  margin: 0px;
  padding: 0px 10px 0px 0px;
}
article .attachment .attachment-title {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
article .attachment .attachment-size {
  color: #333;
}
article .article-content {
  font-family: Georgia, "serif";
  font-weight: normal;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}
article .article-content #article-brief {
  margin: 20px 0px;
  padding: 0px;
}
article .article-content #article-body {
  margin: 10px 0px;
  padding: 0px;
}
/*Photo Gallery*/
#photo-gallery, #photo-gallery-slider, #photo-gallery-full-size {
  margin: 10px 0px;
  padding: 0px;
}
#photo-gallery .gallery-item, #photo-gallery-slider .gallery-item, #photo-gallery-full-size .gallery-item {
  margin: 15px 0px;
  padding: 0px;
}
#photo-gallery .gallery-item a {}
#photo-gallery .gallery-item a img {}
#photo-gallery-full-size .gallery-item img {
  wisdth: 100%;
}
/******************************
ALERTS
*******************************/
.alert {
  margin: 20px 0px;
  border: 1px solid #999;
}
.alert i {
  margin: 0px;
  padding: 0px 8px 0px 0px;
  font-size: 16px;
}
.alert span {
  font-weight: bold;
  text-transform: uppercase;
}
/* Multi Line Alert */
.alert ul li {
  margin-left: 25px;
  list-style-type: square;
}
/******************************
FORMS - CONTACT FORM
*******************************/
#contact-form {
  margin: 0px;
  padding: 0px;
}
#contact-form h3 {
  margin: 10px 0px;
  padding: 0px;
}
#contact-form .form-row, #contact-form .form-group {
  margin: 20px 0px;
  padding: 0px;
}
#contact-form label {
  margin: 0px;
  padding: 10px 0px;
  font-weight: bold;
}
#contact-form input, #contact-form textarea {
  border: solid 2px #cbc9ca;
}
#contact-form .captcha-container {
  position: relative;
}
#contact-form img.captcha-append {
  position: absolute;
  top: 6px;
  right: 10px;
}
/******************************
FORMS - COMMENT FORM
*******************************/
#comments-form-section {
  margin: 0px;
  padding: 0px;
}
#comments-form-section h3 {
  margin: 10px 0px;
  padding: 0px;
}
#comments-form-section .form-row, #comments-form-section .form-group {
  margin: 20px 0px;
  padding: 0px;
}
#comments-form label {
  margin: 0px;
  padding: 10px 0px;
  font-weight: bold;
}
#comments-form-section input, #comments-form-section textarea {
  border: solid 2px #cbc9ca;
}
#comments-form-section .captcha-container {
  position: relative;
}
#comments-form-section img.captcha-append {
  position: absolute;
  top: 6px;
  right: 10px;
}
/******************************
CATEGORY - ARTICLE LIST STYLES
*******************************/
.article-list {
  font-family: 'Roboto', sans-serif;
}
.article-list article {
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #cbc9ca;
}
.article-list article img {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  width: 250px;
  height: 145px !important;
  border-radius: 0px;
}
.article-list article h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 22px;
  text-align: left;
  letter-spacing: 0px;
}
.article-list article .meta-block {
  padding: 2px 0px;
  border-top: 1px solid #cbc9ca;
  border-bottom: 1px solid #cbc9ca;
  border-radius: 4px;
}
.article-list article .meta-block div {
  display: inline-block;
  border: 0px;
  font-size: 12px;
}
.article-list article .article-brief {
  text-align: justify;
}
/***********
PAGINATION
************/
.pagination {
  margin: 30px 0px;
  width: 100%;
  justify-content: center;
}
.pagination .page-item {}
.pagination .page-link {
  border-color: #1d2c6f !important;
  outline: none !important;
  box-shadow: none;
  color: #1d2c6f;
  font-weight: bold;
}
.pagination .page-link:hover {
  background: #ff7742;
  color: #fff;
}
.pagination .active a.page-link {
  background: #1d2c6f;
}
/******************************
PAGE TEMPLATE STYLES
*******************************/
#page {}
#page .post-content {
  font-family: Georgia, "serif";
  font-size: 18px;
  font-weight: normal;
  text-align: justify;
  line-height: 30px;
}
/******************************
OUR PARTNERS STYLES
*******************************/
#partners img {
  margin: 0px 0px 10px 0px;
  padding: 4px;
  width: 100% !important;
  border: 2px #d1d1d1 solid;
  border-radius: 10px;
  box-shadow: 3px 3px 8px 3px #ddd;
  ;
}