/*partials*/
/*
  @media (max-width: 1200px) {
  .header  .bottom-nav{  
    #main li a{
      padding-right: 40px;
    }

  }
 }
*/
/*colors*/
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #aaa;
  /*.container{
    	padding: 0px;
    }*/
}

@media (min-width: 1440px) {
  body .container {
    max-width: 1300px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px grey;
          box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #203466;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #203466;
}

/*
  @media (max-width: 1200px) {
  .header  .bottom-nav{  
    #main li a{
      padding-right: 40px;
    }

  }
 }
*/
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #203466;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #f8F8F8;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.date {
  font-size: 12px;
  color: #9e9f9f;
}

.media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
  width: 100%;
}

.medium-image img {
  height: 325px;
}

.section-title {
  background-color: #2C5BAF;
  color: #fff;
  margin-bottom: 30px;
}

.view-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ad-section img {
  height: 100px;
  margin: 23px 0px 25px 0;
}

/*pages*/
.subheader .breadcrumb {
  background-color: transparent;
  color: #ffffff;
  margin-top: 10px;
}

.subheader .breadcrumb-item.active {
  color: #ffffff;
}

.news_category .title {
  background-color: #203466;
  padding: 15px;
  display: inline-block;
  color: #ffffff;
}

.rt-medium {
  position: relative;
}

.rt-medium img {
  height: 150px;
}

.rt-medium .overlay {
  position: absolute;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.rt-medium .title {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  color: #ffffff;
  z-index: 5;
}

/*button*/
.btn-success {
  color: #ffffff;
  background-color: #203466;
  border-color: #203466;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /*color: $black;*/
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
  /* padding-top: 45px;*/
  /*text-align: center;*/
}

h3 {
  font-size: 26px;
  padding-top: 30px;
}

h4 {
  font-size: 22px;
  padding-top: 40px;
}

h5 {
  font-size: 16px;
  padding-bottom: 5px;
}

p {
  line-height: 1.5;
  color: #4c4c4c;
  font-font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

span {
  font-font-family: 'Montserrat', sans-serif;
}

/*header*/
.header {
  /* sidebar*/
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  /*  @media (max-width: 1200px) {
   .bottom-nav #main li a {
     display: none;
}
}
*/
}

.header .bar-nav {
  width: 100%;
  height: 100px;
  background: #f2f2f2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 1fr;
      grid-template-columns: 1fr 4fr 1fr;
}

.header .bar-nav .bar-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .bar-nav .bar-social i {
  background: #203466;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .bar-nav .bar-social i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 600px) {
  .header .bar-nav .bar-social {
    display: none;
  }
}

.header .bar-nav .bar-lang {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.header .bar-nav .bar-lang .btn-secondary {
  background: #203466;
  border: 0;
}

.header .bar-nav .bar-logo {
  text-align: center;
}

.header .bar-nav .bar-logo img {
  width: 40%;
}

@media (min-width: 1300px) {
  .header .bar-logo img {
    width: 30%;
  }
}

@media (max-width: 600px) {
  .header .bar-nav {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.header .logo img {
  width: 100%;
  height: 105px;
  text-align: center;
}

.header .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  -webkit-box-shadow: 28px 3px 74px -25px rgba(0, 0, 0, 0.75);
          box-shadow: 28px 3px 74px -25px rgba(0, 0, 0, 0.75);
}

.header .sidebar .sidebar-logo {
  width: 100%;
  height: 150px;
  padding: 40px 10px 10px 10px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
}

.header .sidebar .sidebar-logo .fas {
  font-size: 1.5em;
  margin: 30px 0 0 20px;
}

.header .sidebar .sidebar-logo img {
  width: 80%;
}

.header .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1em;
  font-weight: lighter;
  color: #000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .sidebar a:hover {
  color: #6D83F2;
}

.header .sidebar a i {
  color: #444;
  font-size: 0.8em;
}

.header .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.header .openbtn {
  font-size: 20px;
  cursor: pointer;
  /*background-color: #111;*/
  background-color: transparent;
  color: #444;
  padding: 5px 10px;
  border: none;
  margin-top: 1px;
}

.header .openbtn:hover {
  /*background-color: #444;*/
  background-color: #203466;
  color: #ffffff;
}

.header #main {
  width: 100%;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  padding: 20px 10px 10px 10px;
  height: 80px;
  background: #f2f2f2;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #444;
  /*padding: 16px;*/
}

.header #main ul li a {
  color: #444;
  font-size: calc(1vw + 3px);
  font-weight: lighter;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.header #main ul li a:hover {
  color: #203466;
}

@media screen and (max-height: 450px) {
  .header .sidebar {
    padding-top: 15px;
  }
  .header .sidebar a {
    font-size: 18px;
  }
}

.header .top-nav .container {
  padding: 0px;
}

.header .top-nav .epaper img {
  width: 50px;
}

.header .bottom-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .bottom-nav .container {
  padding: 0px;
}

.header .bottom-nav #main li a {
  padding-right: 40px;
}

.header .bottom-nav .box-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #000;
  padding-top: 30px;
}

.header .ad-section img {
  height: 100px;
  margin: 50px 0px 30px 0;
}

.header .image-slider img {
  height: 70vh;
}

.header .image-slider .ad-section img {
  height: 100px;
  margin: 0px 0px 25px 0;
}

@media (max-width: 600px) {
  .header .openbtn {
    display: block;
  }
  .header .bottom-nav #main li {
    display: none;
  }
}

@media (min-width: 600px) {
  .header .bottom-nav #main li {
    display: block;
  }
}

@media (min-width: 1400px) {
  .header .image-slider img {
    height: 50vh;
  }
}

@media (max-width: 992px) {
  .header .bottom-nav #main li a {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header .bottom-nav #main li a {
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .header .logo img {
    width: 300px;
    height: 90px;
  }
}

.img-fluid {
  border-radius: 10px;
}

.carosuel-overylay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0 70%, 100% 70%, 100% 50%, 100% 100%, 0% 100%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .section1 .medium-section {
    margin-top: 20px;
  }
  .section1 .ad-section-right img {
    height: 200px;
    width: 100%;
  }
}

.left-section {
  border-radius: 10px;
  padding: 10px;
}

.left-section img {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  background-size: cover;
  border-radius: 5px;
}

.medium-section {
  width: 100%;
}

.medium-image a {
  border-radius: 5px;
}

.medium-image img {
  border-radius: 5px;
}

.grid-img {
  width: 100%;
  height: auto;
  padding: 40px 10px 10px 10px;
}

.grid-img .overlay .title {
  height: 100px;
}

.news-section-1 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

/*Latest News*/
.section-2 {
  margin: 50px 0px 30px 0;
}

.section-2 .container {
  padding: 0px;
}

.section-2 .container .section-title {
  background: #203466;
  border-radius: 5px;
}

.section-2 .medium-image {
  position: relative;
}

.section-2 .medium-image .overlay {
  position: absolute;
  top: 0%;
  left: 4%;
  -webkit-transform: translate(-2%, 0%);
          transform: translate(-2%, 0%);
  display: block;
  width: 96%;
  height: 325px;
  z-index: 4;
}

.section-2 .medium-image .title {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  position: absolute;
  top: 70%;
  left: 40%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  color: #ffffff;
  z-index: 5;
}

.section-2 .media {
  width: 100%;
  padding: 10px;
}

.section-2 .media .small-box {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
}

.section-2 .media .small-box::after {
  content: "";
  border-bottom: 2px solid #ec1a23;
  width: 30px;
  display: block;
  padding-top: 5px;
}

.section-2 .section-right img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .section-2 .col-md-3 {
    margin-left: 15px;
    margin-top: 20px;
  }
  .section-2 .section-right img {
    width: 100%;
    height: 240px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.section3 {
  margin: 50px  0px 30px 0;
}

.section3 .container {
  padding-left: 0px;
}

.section3 .container .section-title {
  background: #203466;
  border-radius: 5px;
}

.section3 .ad-section img {
  height: 1000px;
  margin: 0px 0px 25px 0;
}

.section3 .medium-image img {
  height: 240px;
}

.section3 .media img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section3 .col-md-3 {
  padding-right: 0px;
}

@media (maxwidth: 768px) {
  .section3 .ad-section-right {
    display: none;
  }
}

.section-4 {
  margin: 50px  0px 30px 0;
}

.section-4 .container {
  padding: 0px;
}

.section-4 .container .section-title {
  background: #203466;
  border-radius: 5px;
}

.section-4 .ad-section img {
  height: 100px;
  margin: 0px 0px 25px 0;
  padding-right: 15px;
  padding-left: 15px;
}

.section-4 .small-image {
  position: relative;
}

.section-4 .small-image img {
  height: 180px;
}

.section-4 .small-image .overlay {
  position: absolute;
  top: 0%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  display: block;
  width: 90%;
  height: 99%;
  z-index: 4;
}

.section-4 .small-image .title {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  color: #ffffff;
  z-index: 5;
}

.politics .left .col-md-6 {
  padding-left: 0px;
}

.politics .left .col-md-6 img {
  height: 220px;
}

@media (max-width: 768px) {
  .politics .medium-section {
    margin-top: 20px;
  }
  .politics .ad-section-right img {
    height: 200px;
    width: 100%;
  }
}

.intro {
  padding: 30px;
}

.our-team {
  position: relative;
  padding-bottom: 20px;
}

.our-team .title {
  padding-bottom: 5px;
}

.our-team .team-img {
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  border-radius: 5px;
}

.our-team .team-img img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 3px 9px 31px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 9px 31px -10px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}

.our-team .team-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.our-team .team-img p {
  padding-top: 0px;
}

.our-team .team-img h5 {
  padding-top: 8px;
}

.social {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding: 10px;
}

.social i {
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #6D83F2;
}

.container .form-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  background: #f2f2f2;
  overflow: hidden;
}

.container .form-container .contacts {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #203466;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.container .form-container .contacts h2 {
  color: #fff;
}

.container .form-container .contacts h6 {
  color: #fff;
  font-size: 1em;
}

.container .form-container .contacts h6 span {
  font-size: 0.8em;
  color: #f2f2f2;
}

@media (max-width: 1000px) {
  .container .form-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.container .form {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
}

.container form {
  padding: 10px;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
}

.container form input {
  width: 70%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  color: #6D83F2;
  margin: 10px 0;
  font-size: 1em;
}

.container form textarea {
  width: 70%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}

.container form button {
  background: #6D83F2;
  color: #fff;
  margin: 10px 0;
}

@media (max-width: 800px) {
  .form form {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .form form {
    width: 100%;
  }
  .form form input {
    width: 90%;
  }
  .form form textarea {
    width: 90%;
  }
}

.news-detail {
  position: relative;
}

.news-detail .detail-image {
  /* height: 60vh;*/
}

.news-detail .share {
  background-color: #f5f5f5;
}

.news-detail .share .social-share a i {
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  margin: 0px 2px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.news-detail .share .fa-twitter {
  background-color: #00acee;
}

.news-detail .share .fa-facebook-f {
  background-color: #3b5998;
}

.news-detail .share img {
  width: 40px;
  height: 40px;
}

.news-detail .scrollbar {
  background-color: #F5F5F5;
  float: left;
  height: 600px;
  margin-bottom: 25px;
  max-width: 100%;
  overflow-y: scroll;
}

.news-detail .force-overflow {
  min-height: 450px;
}

.news-detail #style-1::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.news-detail #style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.news-detail .detail-content .title, .news-detail .trending .title {
  padding-bottom: 30px;
}

.news-detail .trending .media img {
  height: 70px;
  width: 70px;
}

.footer {
  background-color: #444;
  min-height: 30vh;
  padding: 50px 10px 10px 10px;
  color: #fff;
}

.footer h5::after {
  content: '';
  border-bottom: 2px solid #ec1a23;
  width: 30px;
  display: block;
  padding-top: 5px;
}

.footer li {
  font-family: 'Montserrat', sans-serif;
  padding-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.footer .logo img {
  width: 200px;
  background: #f2f2f2;
}

.footer-bottom {
  background-color: #f2f2f2;
  color: #444;
}
/*# sourceMappingURL=main.css.map */