@font-face {
  font-family: STC-en;
  src: url(../fonts/Oswald-Bold.ttf); }
body {
  font-family: 'STC-en';
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #efefef !important; }

.index-content {
  color: #000 !important; }
  .index-content a {
    color: #000 !important; }

.light_color {
  color: #fff !important;
  a-color: #fff !important; }

.min-height {
  min-height: 400px; }

.marginer {
  margin: 20px 0; }

.dark_color {
  color: #042b66 !important;
  a-color: #042b66 !important; }

@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }
.shadow_background {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100% rgba(0, 0, 0, 0.85)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.85) 100%); }

.no-gutter > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0;
  margin-right: 0; }

.dark_background {
  background: #0f2a4e; }

.main_background {
  background: #0f2a4e; }

.secondary_menu {
  padding: 5px 20px;
  background: #0f2a4e;
  color: #fff; }
  .secondary_menu a:link {
    color: #fff; }
  .secondary_menu a:visited {
    color: #fff; }

.header_wrapper {
  padding-top: 5px;
  background: url("../img/pattern.png") left top no-repeat; }

header {
  padding: 10px 0; }

.nav_wrapper {
  margin-top: 2px; }

.home-slider .row {
  margin-right: -15px;
  margin-left: -15px; }

.row {
  margin-right: 0;
  margin-left: 0; }

.news_ticker_wrapper {
  background: _2;
  overflow: hidden; }

.navbar {
  height: auto;
  min-height: 30px;
  margin-bottom: 0;
  border: none;
  color: #0f2a4e;
  font-weight: bolder; }

.navbar li a:link, .navbar li a:visited,
.navbar li a:active, .navbar li a:focus {
  color: #625d62 !important;
  background-color: transparent !important; }

.nav li a {
  padding: 15px; }

.header_social_icons a {
  display: inline-block;
  margin: 0 5px; }

.breadcrumb {
  margin-top: 15px;
  font-size: 12px;
  background: _2;
  color: #042b66; }
  .breadcrumb a {
    color: #0f2a4e; }

.subject_font {
  font-size: 15px; }

.excrept {
  font-size: 12px;
  color: #fff;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 3px solid #fff; }

.EditorChoice_wrapper {
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.video_wrapper {
  padding: 18px; }

.widget_header {
  font-family: 'STC-en';
  padding: 10px;
  padding-right: 30px;
  color: #042b66;
  font-size: 15px; }

.introductory {
  font-family: 'STC-en';
  font-size: 12px;
  line-height: 1.3em;
  a-color: #AF1817;
  a-font-family: 'STC-en'; }

.mainTitle {
  font-family: 'STC-en';
  font-size: 30px;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  color: #042b66;
  line-height: 1.3em; }
  .mainTitle a:link, .mainTitle a:visited {
    color: #042b66; }
  .mainTitle a:hover {
    color: #000; }

.title_link {
  font-size: 20px;
  font-family: 'STC-en';
  line-height: 1.5em;
  color: #0f2a4e; }

.index-content {
  color: #fff; }
  .index-content .title_link a:link, .index-content .title_link a:visited {
    color: #fff; }
    .index-content .title_link a:link a:visited, .index-content .title_link a:visited a:visited {
      color: #000; }

.box_shadow {
  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); }

.seperator {
  border-bottom: 1px solid #448fe0;
  padding-bottom: 10px;
  margin-bottom: 10px; }

footer {
  color: #fff;
  text-align: right; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #fff; }
  footer .seperator {
    height: 100%;
    border-left: 1px solid _2; }

.footer-background {
  margin-top: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032a65+7,1b5996+99 */
  background: #032a65;
  /* Old browsers */
  background: -moz- linear-gradient(top, #f3f3f3 1%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit- linear-gradient(top, #f3f3f3 1%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #032a65 7%, #1b5996 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032a65', endColorstr='#1b5996',GradientType=0 );
  /* IE6-9 */ }

.video-bg {
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px; }

/* pagination */
.pagination {
  height: 36px;
  margin: 18px 0;
  color: #448fe0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  color: #ffffff;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination li {
  display: inline;
  color: #448fe0; }

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  color: #448fe0;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0; }

.pagination a:hover,
.pagination .active a {
  background-color: #448fe0;
  color: #ffffff; }

.pagination a:focus {
  background-color: #448fe0;
  color: #ffffff; }

.pagination .active a {
  color: #ffffff;
  cursor: default; }

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default; }

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  color: #0f2a4e;
  *zoom: 1; }

.pager:before,
.pager:after {
  display: table;
  content: ""; }

.pager:after {
  clear: both; }

.pager li {
  display: inline;
  color: #0f2a4e; }

.pager a {
  display: inline-block;
  padding: 5px 14px;
  color: #0f2a4e;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5; }

.pager .next a {
  float: right; }

.pager .previous a {
  float: left; }

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999; }

.pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0f2a4e;
  border-color: #0f2a4e; }

.rel-positioning {
  position: relative; }

/****** Typography Style Start*******/
body {
  font-family: STC-en;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032a65+7,1b5996+99 */
  background: #032a65;
  /* Old browsers */
  background: -moz- linear-gradient(top, #f3f3f3 1%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit- linear-gradient(top, #f3f3f3 1%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #032a65 7%, #1b5996 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032a65', endColorstr='#1b5996',GradientType=0 );
  /* IE6-9 */ }

body span {
  color: #d8d7d7; }

.top-row {
  margin-top: -17px;
  background-color: #0061a5; }
  .top-row a, .top-row p {
    color: #fff; }

.logo-style {
  margin-top: 25px;
  width: 347px; }

.top-header {
  position: relative;
  height: 200px; }

.overlay {
  background: url("../img/up.png") no-repeat center;
  background-position-y: -115px;
  background-size: cover; }

.navbar {
  border-radius: 0;
  border-top: 4px solid #AF1817;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.navbar-default {
  margin-top: 30px;
  z-index: 99999; }

.waves-lines {
  width: 100%;
  position: absolute;
  bottom: 41px;
  right: 0; }

.nav-menu:before {
  content: '';
  border: solid 1px #949494;
  position: absolute;
  top: 15px;
  width: 2px;
  height: 20px;
  background: #949494; }

.nav-pills li {
  float: none; }

#search {
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  font-size: 18px;
  background-color: rgba(146, 164, 177, 0.63);
  background-image: url(searchicon.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  /* padding: 12px 20px 12px 40px; */
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out; }

.myDate {
  font-family: initial; }

#search:focus {
  width: 100%;
  color: #b5b4b4; }

.search-btn {
  color: #fff;
  background-color: #6a8aa0;
  padding: 4px 12px;
  margin-top: 2px; }

.first-news {
  margin-top: 82px;
  margin-bottom: 20px; }
  .first-news .title_link {
    margin-top: -5px;
    font-size: 36px; }
    .first-news .title_link a {
      color: #c39f2f !important; }

#intro {
  margin-bottom: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032a65+7,1b5996+99 */
  background: #032a65;
  /* Old browsers */
  background: -moz-linear-gradient(top, #032a65 7%, #1b5996 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #032a65 7%, #1b5996 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #032a65 7%, #1b5996 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032a65', endColorstr='#1b5996',GradientType=0 );
  /* IE6-9 */ }

/* Carousel style strat */
#custom_carousel .item {
  height: 156px;
  color: #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032a65+7,1b5996+99 */
  background: #032a65;
  /* Old browsers */
  background: -moz-linear-gradient(top, #032a65 7%, #1b5996 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #032a65 7%, #1b5996 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #032a65 7%, #1b5996 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032a65', endColorstr='#1b5996',GradientType=0 );
  /* IE6-9 */ }

#custom_carousel .controls {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  background-color: transparent; }

#custom_carousel .controls li {
  display: table-cell;
  /* width: 1%; */
  width: 400px;
  max-width: 464px; }

#custom_carousel .controls li.active {
  background-color: rgba(3, 26, 59, 0.9) !important;
  border-top: 3px solid #c12d2a; }

#custom_carousel .controls a:hover {
  background-color: rgba(3, 26, 59, 0.9); }

#custom_carousel .controls a.active
#custom_carousel .controls a:link,
#custom_carousel .controls a:visited,
#custom_carousel .controls a:focus {
  background-color: rgba(3, 26, 59, 0.9) !important; }

#custom_carousel .controls a small {
  overflow: hidden;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
  height: 39px;
  color: #fff; }

/* Carousel style end */
.bottom-row {
  margin-top: 20px; }

/* Content Section Style Start */
.content {
  margin-top: -140px; }

.content-shadow {
  box-shadow: 1px 1px 10px #000; }

#content-section {
  background-color: #FFFFFF;
  height: 600px;
  margin-right: -30px;
  margin-top: -150px; }

#second-section {
  height: 200px;
  margin-bottom: 50px;
  margin-top: 50px;
  box-shadow: 1px 1px 10px #000;
  background-image: url("../img/1.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

#timeline-header {
  height: 200px;
  margin-bottom: 50px;
  box-shadow: 1px 1px 10px #000;
  background-image: url("../img/331.png");
  -webkit-background-size: cover;
  background-size: cover; }

#main-news {
  height: 200px;
  margin-bottom: 50px;
  margin-top: 50px;
  box-shadow: 1px 1px 10px #000;
  background-image: url("../img/321.png");
  -webkit-background-size: cover;
  background-size: cover; }

#video-sec-header {
  height: 200px;
  margin-top: 50px;
  box-shadow: 1px 1px 10px #000;
  background-image: url("../img/1.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

.parallax {
  background-attachment: fixed; }

.parallex-title {
  padding: 50px 0;
  font-weight: 700;
  text-shadow: 1px 1px 5px #000; }

/* Content Section Style End */
.social-icons {
  overflow: auto;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-left: 40px; }

.social-icons a {
  list-style-type: none;
  display: inline-block; }

.social-icons a i {
  color: #fff;
  width: 45px;
  height: 45px;
  border: 2px solid #FFF;
  border-radius: 25px;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%; }

.social-icons i:hover {
  border: 2px solid #c39f2f;
  color: #f4f4f4;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s; }

.maincontent {
  margin-top: 29px;
  color: #042b66 !important; }
  .maincontent .title_link a:link, .maincontent .title_link a:visited {
    color: #0f2a4e !important; }
    .maincontent .title_link a:link a:visited, .maincontent .title_link a:visited a:visited {
      color: #000; }

.map-gradient {
  margin-top: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
  background: -moz-linear-gradient(top, #1e5799 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */ }

/* Splash Style Start */
.splash-pg {
  height: 100vh;
  font-family: STC-en;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b5996+11,032a65+100 */
  background: #1b5996;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1b5996 11%, #032a65 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #1b5996 11%, #032a65 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #1b5996 11%, #032a65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5996', endColorstr='#032a65',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.splash-pg-content {
  background: #fff;
  display: block;
  margin-top: 80px;
  height: 560px;
  padding: 0; }

.logo-inner-shad {
  position: absolute;
  top: -18px; }

.logo-outer-shad {
  position: absolute;
  top: -207px; }

.logo-bg {
  background: url("../img/splash-bg.png");
  width: 100%;
  height: 350px;
  margin-top: 140px; }

.splash-pg-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translate(-50%); }

.splash-text-img {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.splash-pg-btn {
  background: #07326d;
  border: none;
  padding: 5px;
  width: 75px;
  color: #fff;
  margin: 5px;
  border-radius: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all .5s ease-in-out; }

.lang-btns {
  margin-top: 20px; }
  .lang-btns a:link, .lang-btns a:visited, .lang-btns a:hover {
    color: #ccc !important; }

.splash-pg-btn:hover {
  transform: scale(1.2); }

@media (max-width: 767px) {
  .first-news .title_link {
    font-size: 23px; }

  .overlay {
    background-position-y: -54px; }

  .logo-style {
    margin-top: 5px;
    width: 347px; }

  .splash-pg-content {
    margin-top: 80px;
    height: 400px; }

  #custom_carousel .controls a small {
    font-size: 10px; }

  .logo-bg {
    background: url("../img/splash-bg.png");
    width: 100%;
    position: absolute;
    height: 235px;
    margin-top: 130px; }

  .splash-pg-logo img {
    top: -202px; }

  .splash-text-img {
    margin-top: 36px;
    width: 280px; }

  .splash-pg-btn {
    margin-top: 15px; }

  .logo-inner-shad {
    top: 3px; }

  .logo-outer-shad {
    top: -68px; }

  .social-icons {
    text-align: center;
    padding-left: 0  !important;
    padding-right: 0 !important;
    padding-top: 20px; }

  .social-icons a i {
    width: 42px;
    height: 42px;
    font-size: 22px;
    margin-right: 3px; } }
.mobSlider {
  margin-bottom: 150px;
  margin-top: 50px;
  text-align: center; }

.mobSlider .row {
  margin-top: 20px; }

.mobSlider .row a img {
  cursor: pointer; }

.mob_sliderText {
  font-size: 20px;
  font-weight: 800;
  cursor: pointer; }

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .overlay {
    background-position-y: -20px; }

  .maincontent {
    margin-top: 79px; } }
/* Splash Style End */
/*  end */

/*# sourceMappingURL=style.css.map */
