@charset "utf-8";
/* CSS Document */
body{font-family: 'Poppins';}
.navbar-light{padding-top: 8px !important; padding-bottom: 8px !important; background: #ffffff !important; }
.navbar-light .navbar-nav .nav-link {
    color: #727272; font-size:16px; font-weight: lighter;
}
nav .navbar-nav li a{
  color: #012b47 !important;  width: auto;  }
nav .navbar-nav li a:hover{
  color: #ff6211 !important;  } 
.navbar{border-bottom: #e1e1e1 solid 1px; }
.navbar-toggler{border:none !important;}
.navbar-brand{color: #ffffff !important;}
.tophead{background: #f1f3f8;}
.tophead p{color: #232d40; font-size: 16px;}
.tophead2{background: #f1ec69; color: #000000; font-family:'Poppins',sans-serif; font-size: 14px; padding-top: 4px;}
.enquiry{width: 100%; height: auto; padding-top: 5rem; padding-bottom: 5rem; }
.enquiry2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 2rem; background: url(../images/jumbotron.jpg) no-repeat center fixed; background-size: cover; }
.welcome{width: 100%; height: auto; background: #3195ef; padding-top: 4rem; padding-bottom: 4rem;}
.welcome p{color: #ffffff;}
.services{width: 100%; height: auto;  padding-bottom: 4rem; padding-top: 4rem; background:#ffffff;}
.whyus{width: 100%; height: auto;padding-bottom: 4rem; padding-top: 4rem; background: url(../images/why-us5.jpg) no-repeat center center fixed #000000; background-size: 100% 100%;}
.whyus2{width: 100%; height: auto; padding-bottom: 4rem; padding-top: 4rem;}
.jumbotron{width: 100%; height: auto; padding-top: 0.5rem; padding-bottom: 0.1rem; background: #3195ef; }
.jumbotron h1{font-size: 22px; color: #f3d503;}
.mainbody{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
.mainbody h1{color: #3195ef;}
.mainbody2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
.mainbody2 h1{font-size: 25px; line-height: 35px;}
.network{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background: #dedfe0 url(../images/dots-bg.jpg) no-repeat center fixed; background-size: cover;}
.epm1{background:#ffffff;}
.sstc1 h5{color: #f6000a; text-decoration: underline; font-size: 30px;}
.sstc1 span{color: #f6000a; font-size: 20px; }
.sstc1 p{color: #adafb1;}
.sstc1{background:rgb(0,0,0,0.7); border-color: #393939 !important;}
.sstc2{background:rgb(0,0,0,0.7); border-color: #393939 !important;}
.sstc2 h5{color: #3195ef; text-decoration: underline; font-size: 30px;}
.sstc2 span{color: #3195ef; font-size: 20px; }
.sstc2 p{color: #adafb1;}
.formwidth{width: 60px; margin-bottom: 3px; margin-top: 3px; background: #f2f2f2; border: #e7e7e7 solid 1px;}
.counter {
    background-color:rgb(255,255,255,0.2);
    padding: 30px 0; border: #1c1d1d solid 1px;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0; color: #172736;
    text-align: center;
}

.count-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0; color: #626262;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}
.pp{border-color: #d6eafc; position: relative; background: #d6eafc !important; 
	top: 0;
	transition: top ease 0.3s;}
.pp:hover{border-color: #bfd3e5; top: -15px;}
.pp2{border-color: #ffffff; position: relative; background: #ffffff !important; 
  top: 0;
  transition: top ease 0.3s;}
.pp2:hover{border-color: #bfd3e5; top: -15px;}
.tel2{color:#101218; text-decoration:none; font-weight:normal; font-size:16px; line-height:16px !important;}
.tel2:hover{color:#3195ef;}
.tel3{color:#ffffff; text-decoration:none; font-weight:normal; font-size:16px; line-height:16px !important;}
.tel3:hover{color:#000000;}
.breadcrumb-item a{color: #ffffff; font-weight: bold; text-decoration: none; }
.breadcrumb-item a:hover{color: #000000;}

@media (min-width: 1200px) {
    .container{
        max-width: 90%;
    }
}
h1,h2,h3,h4,h5,h6{ font-family:'Poppins'; font-weight: 700;}
p {
    font-size: 16px; line-height: 25px; font-weight: normal !important; margin-bottom: 10px; margin-top: 5px; color:#202020;
    
}
.logo{width:330px; height:auto;}
/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #020003;
  overflow: auto; position:fixed; bottom:0; z-index:1200; border-top:#555b79 solid 1px; }

.icon-bar2 a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease; border-right:#555b79 solid 1px;
  color: white;
  font-size: 16px;
}

.icon-bar2 a:hover {
  background-color: #f5d602;
}

.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: #575757;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #575757;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #575757;
}
 ::-moz-selection { /* Code for Firefox */
  color: #000000;
  background: #fed303;
}
::selection {
  color: #000000;
  background: #fed303;
}
.clrb{color:#000000;}
.clrr{color:#ff0000;}
.clra{color:#e8ede0;}
.clrr2{color:#ff0000;}
.clrbl{color:#3195ef;}
.clrr{color: #ec0e16;}
.clrw{color:#FFF;}
.clro{color: #f5d602;}

.footerbg{background:#2c92e6; padding-top: 3rem; padding-bottom: 3rem; width: 100%; height: auto;}
.footermenu{list-style-image:url(../images/arrow.png);}
.footermenu2{color:#e8ede0; text-decoration:none; line-height:25px; font-size:16px; }
.footermenu2:hover{color:#0b1e30; text-decoration:none; }
.footermenu3{color:#192823; text-decoration:none; line-height:25px; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
.footermenu3:hover{color:#dd1e2f; text-decoration:none; }
.readmore{color:#353a57; text-decoration:none;}
.readmore:hover{color:#ff0000;}
.readmore2{color:#e8ede0; text-decoration:none;}
.readmore2:hover{color:#fcd271; text-decoration:none;}
.readmore3{color:#0b64d3; text-decoration:none;}
.readmore3:hover{color:#111224; text-decoration: underline;}
.readmore4{color:#606060; text-decoration:none; font-size: 16px;}
.readmore4:hover{color:#ffffff;}
.more{color:#000000; border-bottom:#f6f6f6 dashed 1px; font-family: arial; font-size:14px; font-weight:lighter !important; line-height: 18px !important; padding-bottom: 5px; padding-top: 5px;}
.more:hover{color:#000000; background: #e7e5e0;}
.more2{color:#7c7c7c; text-decoration:none; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
.more2:hover{color:#000;}
.navbg2{background:#none; border:none !important; border-radius:0; width:100%;  height: 200px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; display:inline-block; }
.navbg3{background:#none; border:none !important; border-radius:0; width:100%;  height: 435px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; 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;}
.con_txt{width:100%; height:auto; border:#e8e8e8 solid 1px; padding:8px; margin-bottom:8px; background: #fbfbfb;}
#backToTop{
    position: fixed;
	bottom: 120px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}
@media (max-width: 768px) { 
.logo{width:250px;}
.mainbody2 p{word-wrap: break-word;}
body{margin-bottom:70px;
}
