@charset "utf-8";
/* CSS Document */
body{ font-family: 'Poppins';}
.navbar{padding-top: 0px; padding-bottom: 0px; background: #ffdc21 !important; border-bottom: #dddddd solid 1px;}
.navbar-toggler{border:none !important; background:#d80014 !important;}
nav .navbar-nav li a{
color: #000000 !important; font-size:15px; padding-left: 13px !important; padding-right: 13px !important;  font-weight: bold; 
  }
nav .navbar-nav li a:hover{
color: #ff641d !important; 
  }
  .dropdown-menu li a{border-bottom: #d3d3d3 solid 1px !important; font-size: 14px !important;}
  .bg-secondery{background: #ff641d !important;}
  .bg-white {
  background: red !important;
  transition: 1.5s ease-in;
}

.bg-white.scrolled {
  background: #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 :240px  !important; height:auto !important; background:rgb(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{
  color: #a4a4a4 !important; font-size: 16px !important; 
  }
  ul.dropdown-menu {
    background-color: #272727; border-color:#272727; font-size: 14px !important;
}
}
.topheader{width: 100%; height: auto; padding-top: 16px; padding-bottom: 0px; background: #1020ff;}
.query{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #ffdc21 url(../images/query-bg.jpg) no-repeat left bottom fixed; background-size:100%; }
.query2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; }
.welcome{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; }
.welcome h1{color: #ff0700;}
.welcome2{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; }
.welcome2 h1{color: #322885; font-size: 25px;}
.services{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background:#ff641d; }
.aboutus{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; }
.whyus{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; }
.aboutmain{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background: #fcfbf5;}
.aboutmain h1{color: #ff641d;}
.servicesmain{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background: #ffffff url(../images/jaipur.jpg) no-repeat fixed; background-size: cover;}
.servicesmain h1{color: #ff641d; font-size: 25px;  border-left: #ff641d solid 5px; border-bottom: #ff641d solid 1px; padding-bottom: 5px; padding-left: 10px;}
.network{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background: #fbfbfb;}
.networkmain{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background: #fcfbf5;}
.networkmain h1{color: #ff641d; font-size: 25px;}
.networkmain p{word-wrap: break-word;}
.aip1{background: #ffb103; outline: #fff4bc solid 5px;}
.aip2{transition: 0.3s;}
.aip2:hover{background: #f2f9fc; scale:1.05;}
.aip3{transition: 0.3s;}
.aip3:hover{scale:1.05;}
.aip4{background: #f0fbff; border-color:#f0fbff !important;}
.aip5{background: #ff641d;}
.aip6{background: #f6f7fe; border-color:#f6f7fe !important;}
.aip7{background: #ffffff; margin-bottom: 30px; margin-top: 30px; padding-top: 3rem; padding-bottom: 3rem;}
.bgo{background: #ffb103;}
.bgo2{background: #ffdc21;}
.jumbotron{width: 100%; height: auto; background: #000000 url(../images/jumbotron2.jpg) no-repeat top center fixed; padding-top: 3rem; padding-bottom: 3rem;}
.jumbotron h1{font-size: 30px; color: #ffffff; text-transform: uppercase; margin: 0px !important; padding: 0px !important;}
.bread{width: 100%; height: auto; background: #f3f3f1; padding-top: 20px;}
.breadcrumb-item{ font-size: 16px;}
.breadcrumb-item a{color: #000000 !important; font-weight: bolder; text-decoration: none;}
.breadcrumb-item a:hover{color: #ff641d !important;}
@media (min-width: 1200px) {
    .container{
        max-width: 90%;
    }
}
h1,h2,h3,h4,h5,h6{  font-weight: 700;}
p {
    font-size: 16px; line-height: 25px; font-weight: normal !important; color:#201e31;
    
}
.logo{width:300px; height:auto;}
/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #0c19c7;
  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: #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;
}
.tel{color:#ffffff; text-decoration:none; font-size:15px; line-height: 18px;}
.tel:hover{color:#fcec00;}
.tel2{color:#2b2c3e; text-decoration:none; font-size:15px; line-height: 18px;}
.tel2:hover{color:#000000;}
::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: #ffffff;
  background: #364860;
}
::selection {
  color: #ffffff;
  background: #364860;
}
.clrb{color:#000000;}
.clry{color:#fcec00;}
.clra{color:#b3bdc9;}
.clrr{color:#ff0700;}
.clrw{color:#FFF;}
.clrr2{color: #f89823;}
.clrbl2{color: #10f1ff;}

.footerbg{background:#1020ff; padding-top: 3em; padding-bottom: 3em}
.footermenu{list-style-image:url(../images/arrow.png);}
.footermenu2{color:#9fa5f4; text-decoration:none; line-height:25px; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
.footermenu2:hover{color:#fff000; 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:#000000; text-decoration:none; font-size: 20px;}
.readmore:hover{color:#ff0000;}
.readmore2{color: #9fa5f4; text-decoration: none;}
.readmore2:hover{color:#fff000;}
.readmore3{color:#000000; text-decoration:none;}
.readmore3:hover{color:#ff0000;}
.more{color:#242b36; border-bottom:#dae1e8 dashed 1px; font-size:15px; font-weight:lighter !important; line-height: 18px !important; padding-bottom: 6px; padding-top: 6px;}
.more:hover{color:#f65100;}
.con_txt{width:100%; height:auto; border:#c4c4c4 solid 1px; padding:8px; margin-bottom:8px;}
#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 !important; border-radius:0; width:100%;  height: 255px;  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;}
.icn{width: 40px; height: auto; float: left; margin-right: 20px; margin-bottom: 100px;}
.icn2{width: 60px; height: auto; }
@media (max-width: 768px) { 
.logo{width:280px;}
body{margin-bottom:70px;
}
