@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: GCSC
    Author: Sajjad
    Support: https://sajjad.me
    Description: GCSC – Global Commission on the Stability of Cyberspace
    Version: 1.0

-----------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #c11b15;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.btn-primary {
  background: #9a151a;
  border: none;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.btn-primary:hover {
  background: #240200;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.btn-outline-secondary {
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 1px solid #701218;
  color: #701218;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.btn-outline-secondary:hover {
  background: #9a151a;
  border: none;
  color: #ffffff;
}

/* Header */
.main-header .navbar-collapse {
  flex-grow: 0;
}
.main-header .navbar-nav a.nav-link.active {
  color: #ffffff;
  background: #701218;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}
.main-header .navbar-nav a:hover.nav-link.active {
  color: #ffffff;
  background: #240200;
}
.main-header .navbar-nav .nav-link {
  color: #535353;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
.main-header .navbar-nav a:hover.nav-link {
  color: #701218;
}
.transparent-header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.transparent-header .navbar-nav .nav-link {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.transparent-header .navbar-nav a:hover.nav-link {
  color: #ffffff;
}
.navbar-toggler {
  border: none;
  color: #701218;
}
.navbar-toggler:focus {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/* Hero */

.hero {
  background: url("assets/images/home/banner.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 150px;
}

.hero h1 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.hero h2 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.hero a.hero-icon i {
  font-size: 35px;
  color: #f3502b;
}

.image-feaute h3 {
  color: #290403;
  font-size: 17px;
}
.zoom {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
}
.zoom img {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
}
.zoom:hover img {
  transform: scale(1.1);
}
.home-comisioner {
  background: url("assets/images/home/bg1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-comisioner h3 {
  color: #005295;
  font-size: 16px;
}
.home-comisioner h3 a {
  color: #005295;
  font-size: 16px;
}
.gcsc-title {
  color: #701218;
}
.rolues-road {
  background: url("assets/images/home/bg1.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Footer css */

.main-footer {
  background-color: #280402;
  color: #74605f;
  font-size: 12px;
  font-weight: 300;
}

.footer-widget {
  background-color: #701218;
}
.widget-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.footer-widget nav a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.footer-widget i {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #600107;
  padding: 20px;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
.footer-widget i:hover {
  background-color: #280402;
  transition: all 0.5s ease-in-out;
}
/*  Scroll to top */
.scroll-to-top {
  padding: 5px;
  position: fixed;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  background: #701218;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #701218;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

/* About page */
.gcsc-red {
  color: #c11b15;
}
.main-color strong {
  color: #c11b15;
}
.heading-red h2 {
  color: #c11b15;
}
.bg-gray {
  background: #f4f4f4;
}
.suta-title h1 {
  position: relative;
  overflow: hidden;
}
.suta-title h1::after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #535353;
  z-index: -1;
  opacity: 0.15;
}
.article {
  overflow: hidden;
}
.article h2::after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #535353;
  z-index: -1;
  opacity: 0.15;
}
.card {
  background: transparent !important;
  border: none;
}
.report {
  background: url("assets/images/home/banner.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.report-social-bg {
  background: #14546d;
}
.dinding {
  padding: 300px 0;
}
.report-button {
  background: url("assets/images/report/report-sidebar-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
blockquote {
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
  border-color: #c11b15;
}
.scroll-content strong {
  color: #c11b15;
}
.research_bg {
  background: #a8a8a8;
}
.avia_textblock strong {
  color: #c11b15;
}
.collapse-content {
  background: #701218;
  z-index: 999;
  position: relative;
}

.collapse-content a {
  color: #ffffff;
}
.av-section-color-overlay-wrap {
  position: relative;
  width: 100%;
}
.av-section-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
  background-color: #000000;
}
#norms-1 {
  background-color: #5dd1bc;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n1.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-2 {
  background-color: #008cc9;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n2.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-3 {
  background-color: #02a0cd;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n3.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-4 {
  background-color: #d32e50;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n4.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-5 {
  background-color: #87d4cc;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n5.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-6 {
  background-color: #40b49f;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n6.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-7 {
  background-color: #1189ea;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n7.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-8 {
  background-color: #e42840;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n8.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-9 {
  background-color: #1f8689;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n9.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
#norms-10 {
  background-color: #2578c2;
  background-repeat: no-repeat;
  background-image: url("assets/images/norms/n10.jpg");
  background-attachment: scroll;
  background-position: top right;
  background-size: contain;
}
.article-container {
  width: 980px;
}
.main-header ul.navbar-nav li.nav-item a.active::after {
  display: none !important;
}
.main-header ul.navbar-nav li.nav-item a.nav-link::after {
  width: 0%;
  height: 3px;
  background: #c11b15;
  content: "";
  display: block;
  margin-top: 4px;
  transition: 0.25s;
}
.main-header ul.navbar-nav li.nav-item a:hover::after {
  width: 100%;
}
.modal-dialog {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  margin: 0 auto;
}
/* Responsive css */

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
  .main-header img.logo {
    width: 250px;
    height: auto;
  }
  .hero {
    padding-top: 50px;
  }
  .article-container {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .main-header img.logo {
    width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .main-header img.logo {
    width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .main-header img.logo {
    width: 250px;
    height: auto;
  }
}
