/*

TemplateMo 579 Cyborg Gaming

https://templatemo.com/tm-579-cyborg-gaming

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");

@import url("https://use.fontawesome.com/releases/v6.5.2/css/all.css");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix 
{
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body 
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #DEF0F8;
}

a {
  text-decoration: none !important;
}

a:hover {
	color: #F99;
}

h1, h2, h3, h4, h5, h6 
{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/

.page-content
{
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-bottom: 0px;
}

::selection {
  background: #e75e8d;
  color: #fff;
}

::-moz-selection {
  background: #e75e8d;
  color: #fff;
}

/*.templatemo-item {
	max-width: 80px; 
	border-radius: 23px;
}*/

.main-button a {
    font-size: 14px;
    color: #000;
    background-color: #DEF0F8;
    border: solid 1px #b3b3b3;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.main-button a:hover {
    background-color: #EC5F65;
    border: solid 1px #EC5F65;
    color: white;
}

.main-border-button a {
  font-size: 14px;
  color: #ec6090;
  background-color: transparent;
  border: 1px solid #ec6090;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.main-border-button a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #e75e8d;
}

.border-no-active a {
  border-color: #666;
  color: #666;
}

.border-no-active a:hover{
  border-color: #666;
  color: #666;
  background-color: transparent;
}

section {
  margin-top: 120px;
}

.heading-section h4 {
  color: #ec6090;
  font-size: 34px;
  text-decoration: none;
  margin-bottom: 30px;
}

.heading-section h4 em {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area 
{
  background-color: transparent;
/*  position: absolute;*/
margin: 0.5em 0;
  height: 70px;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 100;
}

/*
.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}
*/


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area {
    top: 0;
  }
  .header-area .main-nav {
    background-color: transparent;
    border-radius: 0px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 15px;
  }

  .header-area .main-nav .border-button 
  {
    position: absolute;
    top: 15px;
    right: 70px;
  }

    /*
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #e75e8d!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  */

  .header-area {
   background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }

  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    margin-left: 0px;
  }
    /*
  .header-area.header-sticky .nav {
    margin-top: 65px !important;
    text-align: center;
  }
  */
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #1e1e1e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #fff !important;
    color: #e75e8d!important;
  }
  .header-area .main-nav .nav li:last-child a img {
    display: none;
  }
  .header-area .main-nav .nav li:last-child a:hover {
    color: #ec6090 !important;
    background-color: transparent !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
    min-height: 380px;
    /*  border-radius: 23px;*/
    padding: 1% 1%;
}

.main-banner h6 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
}

.main-banner h4 {
  font-size: 45px;
  /*text-transform: uppercase;*/
  margin-bottom: 25px;
}

.main-banner h4 em {
  font-style: normal;
  color: #EC5F65;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
    padding: 10px;
}
footer p {
  text-align: center;
  color: #000;
  font-weight: 300;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body .page-content {
    padding: 0px 30px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner h4 {
    font-size: 35px;
  }
}

@media (max-width: 992px) 
{
  .heading-section h4 {
    font-size: 20px;
  }

}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .logo {
    margin-right: 30px;
    border-right: none;
  }
}

/* LJT ADDED ---------------------------------------------------------------------------------------------------- */

nav.navbar
{
    z-index: 10;
    background: #48519E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

nav.navbar .nav-item.active .nav-link 
{
    font-weight:bold;
    background-color: #EC5F65;
}

nav.navbar .nav-link {
    color: white;
}

nav.navbar .dropdown-item:focus, nav.navbar .dropdown-item:hover {
    background-color: #EC5F65;
    color: white;
}


.card
{
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05) !important;
	border-radius: 1rem;
}

.card .card-body
{
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.card .name
{
	font-size: 1.3em;
	line-height: 1.1em;
}

/* Adjust for sticky header */
a.offset-anchor 
{
    display: block;
    position: relative;
    top: -85px;
    visibility: hidden;
}

div.card.selected {
    border: solid 2px #48519E;
}

body
{
    overflow-y:scroll;
}


/* Google Docs Viewer START ----------------------------------------------- */
#googleDocsViewer {
    background: #ffffffba;
    max-width: 100%;
    position: fixed;
    z-index: 10000;
    left: 1em;
    top: 0;
    bottom: 0;
    right: 1em;
    margin-left: auto;
    margin-right: auto;
}

#googleDocsViewer .inner {
    display: flex;
    flex-direction: column;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: solid 1px black;
    margin-left: 1em;
    margin-top: 1em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{
    .modal-dialog 
    {
        min-width: 540px;
    }


    #googleDocsViewer {
        width: 540px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .modal-dialog {
        min-width: 720px;
    }


    #googleDocsViewer {
        width: 720px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .modal-dialog {
        min-width: 936px;
    }


    #googleDocsViewer {
        width: 936px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .modal-dialog {
        min-width: 1116px;
    }

    #googleDocsViewer {
        width: 1116px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .modal-dialog {
        min-width: 1296px;
    }

    #googleDocsViewer {
        width: 1296px;
    }
}

.closeButton {
    color: red;
    font-size: 1.6em;
    cursor: pointer;
}

#googleDocsViewer iframe {
    width: 100%;
    height: 100%;
    background: white;
}

#googleDocsViewer .inner .header {
    background: white;
    padding: 0.5em;
    display: flex;
    align-items: center;
    border-bottom: solid 1px black;
}

#googleDocsViewer .inner .header .title {
    flex-basis: 100%;
}

/* Google Docs Viewer END ----------------------------------------------- */

/* AG Grid resizing handle */
div.ag-theme-alpine 
{
    overflow: hidden;
    resize: vertical;
}


.groupMembership {
    background: #f7c9ff;
    padding: 0.1em 0.4em;
    border-radius: 0.3em;
    font-size: 0.75em;
    font-weight: bold;
}


/* LJT ADDED ---------------------------------------------------------------------------------------------------- */