@charset "utf-8";
/* CSS Document */
body{font-family: 'Roboto-Light';}
.navbar{padding-top: 5px; padding-bottom: 5px; border-bottom: #231f20 solid 1px;}
.navbar-dark{background: #231f20;}
nav .navbar-nav li a{
color: #898989 !important; font-size:22px;  padding-left: 10px !important; padding-right: 10px !important;
 border-radius: 0px; transition: 0.5s; font-family: Teko-Light;
  }
nav .navbar-nav li a:hover{
color: #ffffff !important;   }
  
@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : red;
  }
}
@media (max-width : 992px) {
  .offcanvas {
    width : 250px !important; background: rgba(0, 0, 0, 0.9);
  }
  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
  nav .navbar-nav li a{background: none; color: #ffffff !important;}
  nav .navbar-nav li a:hover {
  color: #a8db10 !important;
}
}

@font-face {
        font-family: Roboto-Light;
        src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
        font-family: Roboto-Bold;
        src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
        font-family: Teko-Bold;
        src: url(../fonts/Teko-Bold.ttf);
}
@font-face {
        font-family: Teko-Light;
        src: url(../fonts/Teko-Light.ttf);
}
@font-face {
         font-family:Oswald-SemiBold;
        src: url(../fonts/Oswald-SemiBold.ttf);
}
@font-face {
         font-family:Futura-CondensedLight;
        src: url(../fonts/Futura-CondensedLight.otf);
}

.navbar-toggler{border:none !important; background: #ff9900 !important;}
.navbar-brand{color: #ffcc00 !important; font-size: 14px; font-weight: bold;}
h1,h2,h3,h4,h5,h6{ font-family:'Teko-Bold', sans-serif; }
p {
    font-size: 16px; line-height: 25px; font-weight: normal !important; margin-bottom: 10px;
    margin-top: 5px; color:#243338; font-family:'Roboto-Light';
    
}
#topheader{width: 100%; height: auto;background: url(../images/sep.png) no-repeat right top;}
#follow{width: 100%; height: auto; background: #ed3434;}
#follow h1{color: #ffffff; margin: 0 0 0 0; padding: 7px 0 0 0;}
#homeprofile{width: 100%; height: auto; background: url(../images/bg.jpg) no-repeat center top fixed; background-size: 100% 100%; 
padding-top: 4rem; padding-bottom: 4rem;}
#homeprofile span{font-size: 22px; font-weight: bold;}
#sports{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #eeefed;}
#sports h1{color: #6cbe4c; text-transform: uppercase;}
#sports2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
#sports2 h1{color: #6cbe4c;}
#sports2 h3{color: #ffffff;}
#aboutusmain{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
#aboutvision{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #eff6ec url(../images/bg2.jpg) no-repeat center center fixed; background-size: 100% 100%;}
#aboutkey{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
#aboutkey2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
#ourteam{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #ececec;}
.logo{width:155px; height:auto; padding: 8px; border: #bbbbbb solid 1px; margin-top: -6px; margin-bottom: -50px; background: #ffffff;}
.tel{color: #ffffff; text-decoration: none; font-size: 25px; line-height: 25px;}
.tel:hover{color: #231f20;}
.tel2{color: #ffffff; text-decoration: none;}
.tel2:hover{color: #ffcf48;}
.mgt1{background: #6cbe4c; padding:10px 0px;}
.mgt2{background: #ed3434; padding: 20px 0px; border-radius: 0px;}
.mgt3{background: #3db5d9; padding: 20px 0px; border-radius: 0px;}
.mgt4{background: #6cbe4c; padding: 20px 0px; border-radius: 0px;}
.mgt5{border-radius: 0px !important;}
.mgt6{padding-top: 5px; padding-bottom: 5px;}
#jumbotron{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: #000000 url(../images/jumbotron.jpg) no-repeat center center fixed; background-size:100% 100%; }
#jumbotron h1{color: #fce116; font-size: 60px; text-transform: uppercase;}
.breadcrumb-item a{color: #ffffff; font-weight: bold; text-decoration: none;}
.breadcrumb-item a:hover{color: #a7cf38;}
.network{width: 100%; height: auto;  padding-bottom: 40px; padding-top: 40px; background: #ffffff;}

/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #081f62;
  overflow: auto; position:fixed; bottom:0; z-index:1200; border-top:#1f377b solid 1px; }

.icon-bar2 a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease; border-right:#1f377b solid 1px;
  color: white;
  font-size: 16px;
}

.icon-bar2 a:hover {
  background-color: #4ac0f2;
}

.icon-bar2 a:active {
  background-color: #ff5b00;
}
.tt{font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.fa_custom {
color: #ffffff;
}

/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 2s;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
ul.dropdown-menu {
    background-color: #ffffff; border-color:#ddddde;
}
ul.dropdown-menu a{color:#081f62;  padding-top:5px; padding-bottom:5px;}
ul.dropdown-menu a:hover{color:#FFF !important; background:#ff0000;}
.dropdown-item{font-size:14px; border-bottom:#ddddde solid 1px;}
.dropdown-item:focus, .dropdown-item:hover {
background-color: #bfbfbf;
color: #000
 !important;}

.clrbl{color:#0099ff;}
.clra{color:#e5e6e6;}
.clro{color:#ff9900;}
.clrg{color:#45a6ad;}
.clry{color: #ffcf48;}
.clrr{color:#d61c4d;}
.clrw{color:#ffffff;}
#footerbg{background:#231f20 url(../images/footer-bg.jpg) no-repeat center bottom fixed; width: 100%; height: auto; padding-top: 3rem; padding-bottom: 2rem; border-top: #13a9da solid 1px;}
#footerbg h1{color: #ffcf48; margin: 0 0 0 0; padding: 0 0 0 0;}
#footerbg h4{color: #ffffff; margin: 0 0 0 0; padding: 0 0 0 0;}
#footerbg p{color: #ffffff;}
.footermenu{list-style-image:url(../images/arrow.png);}
.footermenu2{color:#ffffff; text-decoration:none; line-height:25px; font-size:14px; font-family: 'Roboto-Light' sans-serif; }
.footermenu2:hover{color:#ffcf48; text-decoration:none;}
.readmore{color:#484848; text-decoration:none;}
.readmore:hover{color:#0097c2;}
.readmore2{color:#000000; text-decoration:none; font-size: 18px;}
.readmore2:hover{color:#fce116;}
.readmore3{color:#00bdb7; text-decoration:none;}
.readmore3:hover{color:#243338;}
.more{color:#000000; font-family: 'Roboto-Light' sans-serif; border-bottom:#f3f3f3 dashed 1px; font-size:14px; font-weight:400 !important; line-height: 16px !important; padding-bottom: 4px; padding-top: 4px;}
.more:hover{color:#2ac9e5;}
.con_txt{width:100%; height:auto; border:#c9c6af solid 1px; padding:10px; margin-bottom:8px; background: #ffffff; font-size: 14px;}

#backToTop{
    position: fixed;
	bottom: 120px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}

.netbg{background:#ebedf4;  padding-top:30px; padding-bottom:30px; border-bottom:#043953 double 2px; }
.navbg2{background:none; border:none; border-radius:0; width:100%;  height: 160px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; display:inline-block; }
.navbg3{background:#none; border:#f1f1f1 solid 1px; border-radius:0; width:100%;  height: 150px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; display:inline-block;}
.navbg4{background:#none; border:#7cd0ec solid 1px; border-radius:0; width:100%;  height: 300px;  overflow-y: scroll;  overflow-x: hidden; padding:20px; display:inline-block; }


.nav-list li{font-size:15px; color:#222222; }
.nav-list li a{color:#25274d;  padding-top:4px; padding-bottom:4px; line-height:19px; text-decoration:none; }
.nav-list li a:hover{color:#f13c1f;}

@media (max-width: 768px) { 
.logo{width:155px;}
#topheader{background: none #6cbe4c;}
body{margin-bottom:70px;
}
