@charset "utf-8";
/* CSS Document */
body{font-family: 'Roboto-Light';}
.navbar{padding-top: 0px; padding-bottom: 5px; border-bottom: #bbbbbb solid 1px;}
.navbar-dark{background: rgb(19,61,219);
background: linear-gradient(180deg, rgba(19,61,219,1) 0%, rgba(5,174,245,1) 100%);}
nav .navbar-nav li a{
color: #202428 !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: #f6821f !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:'Roboto-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';
    
}

#brands{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #ffffff;}
#brands h1{color: #00bcbb;}
#brands span{color: #d61c4d; font-family:'Teko-Light', sans-serif; font-size:25px; }
#welcome{width: 100%; height: auto; padding-top: 3rem; padding-bottom:3rem; background: rgb(0,188,187);
background: linear-gradient(90deg, rgba(0,188,187,1) 0%, rgba(3,220,151,1) 100%);}
#welcome h1{color: #fce116;}
#welcome span{color: #ffffff; font-size: 25px; font-family:'Teko-Light', sans-serif;}
#welcome p{color: #ffffff;}
#biopic{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #050d0f url(../images/bg.jpg) no-repeat center fixed; background-size: cover;}
#biopic h1{color: #d61c4d;}
#vision{width: 100%; height: auto; padding-top: 3rem; padding-bottom:3rem; background: #000000 url(../images/bg2.jpg) no-repeat center fixed; background-size: cover;}
#vision h1{color:#ffffff;}
#vision p{font-size: 28px; line-height: 30px; color: #ffffff;}
#values{width: 100%; height: auto; padding-top: 3rem; padding-bottom:3rem; background: #f6f6f6;}
#values h6{font-size: 15px;}
#aboutmain{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
#aboutmain h1{color: #45a6ad;}
#aboutmain h2{color: #f6821f;}
#aboutmain p{text-align: justify;}
#aboutmain2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #f5ffd8;}
#aboutmain2 h1{color: #a7cf38;}
#aboutmain2 h2{color: #a7cf38;}
#aboutmain3{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #ffffff;}
#aboutmain3 h1{color: #f6821f;}
#aboutmain4{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #d8fbfd;}
#aboutmain4 h1{color: #14474b;}
#aboutmain4 h2{color: #14474b;}
#aboutmain5{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #ffffff;}
#aboutmain5 h1{color: #f6821f;}
#aboutmain5 h2{color: #f6821f;}
#aboutmain6{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #ffffff;}
#aboutmain6 h1{color: #f6821f; line-height: 20px;}
#aboutmain6 strong{font-size: 13px;}
#productsmain{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #fcfff4;}
#productsmain h4{margin: 0 0 0 0; padding: 0 0 0 0;}
#productsmain span{color: #d61c4d;}
.logo{width:155px; height:auto; padding: 8px; border: #bbbbbb solid 1px; margin-top: -6px; margin-bottom: -50px; background: #ffffff;}
.mls1{color: #3a3e2e; text-decoration: none;}
.mls1:hover{color: #01c0b8;}
.mls2{background: rgb(234,246,246);
background: linear-gradient(180deg, rgba(234,246,246,1) 0%, rgba(255,255,255,0.9976365546218487) 100%); padding-top: 15px; padding-bottom: 15px;}
.mls2 p{color: #01c0b8;}
.mls2 a{color: #01c0b8; text-decoration:none; }
.mls2 a:hover{color: #000000; border-color:#00bdb7; }
.mls3{background: #01c0b8; border-radius: 0px;}
.mls4{border-radius: 0px; border: #adadad solid 1px; border-left: #00c1b7 solid 5px; background: rgb(232,254,254);
background: linear-gradient(90deg, rgba(232,254,254,1) 0%, rgba(255,255,255,1) 100%);}
.mls5{background: #ffffff; padding: 15px; border-radius: 10px;}
.mls6{background: #fffdee;}
.mls7{background: #ffffff; border-radius: 0px; border-color: #d5debc;}
.mls7:hover{border-color: #a7cf38; background: #ffffff;}
.rbt1{color: #000000; margin-left: 5px; margin-right: 5px; border: #bbbbbb solid 1px; padding: 10px; border-radius: 5px;}
.rbt1:hover{color: #f10000; border: #f10000 solid 1px;}
#jumbotron{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: #000000 url(../images/bg2.jpg) no-repeat center fixed; background-size:cover; }
#jumbotron h1{color: #fce116; font-size: 45px; 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;}
.clrr{color:#d61c4d;}
.clrw{color:#ffffff;}
#footerbg{background: #f6821f; width: 100%; height: auto; padding-top: 3rem;}
#footerbg h1{font-size: 3rem; color: #ffffff;}
#footerbg h5{color: #0d2625;}
#footerbg p{color: #ffffff;}
#footerbg strong{font-size: 14px; font-weight: normal;}
.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:#000000; text-decoration:none;}
.readmore{color:#ffffff; text-decoration:none;}
.readmore:hover{color:#000000;}
.readmore2{color:#000000; text-decoration:none; font-size: 18px;}
.readmore2:hover{color:#371dc2;}
.readmore2a{color:#000000; text-decoration:none; font-size: 14px;}
.readmore2a:hover{color:#fce116;}
.readmore3{color:#00bdb7; text-decoration:none;}
.readmore3:hover{color:#243338;}
.readmore3a{color:#080808; text-decoration:none;}
.readmore3a: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;}
body{margin-bottom:70px;
}
