@font-face { font-family: netpro-regular; src: url('../fonts/netpro-regular.woff'); }

body{
  font-family: netpro-regular;
  font-size:15.5px;
  color: #111;
}
.navbar-inverse{
  background-color:transparent;
  border:none;
 border-radius:0px;
 background-color: #fff!important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    padding-top:20px;
    font-size: 18px;
    line-height: 20px;
}
p{
 
  font-size: 15.5px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}
.navbar-header, .navbar-nav{
  //position: fixed;
  
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #111;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #111;
    background-color: transparent;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      z-index: 5;
  background-color: #fff!important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.sticky .navbar-nav>li>a:hover{
color:#000;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
.sticky .navbar-nav>.active>a, .sticky .navbar-nav>.active>a:focus, .sticky .navbar-nav>.active>a:hover {
    color: #000;
    background-color: transparent;
}
.sticky .navbar-nav>.open>a, .sticky .navbar-nav>.open>a:focus, .sticky .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}


.btn2{
  background-color: #fff;
    border-color: #ccc;
    padding: 10px 25px;
    font-size: 17px;
    border-radius: 0px;
    background-color:transparent;
    border: 1px solid #659de4;
    color: #006af0;
}
.btn2:hover{
 
    
    border: 1px solid #659de4;
     background-color: #659de4;
    color: #0d52b2;
    -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}

.button:hover{
  color:#0d52b2;
  text-decoration:none;
}
.button{
font-size: 1.27rem;
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    color: #0d52b2;
    display: inline-flex;
    margin: 0;
    padding: 0.875em 1.428571429em;
    letter-spacing: 0.2em;
    margin-bottom:20px;
    }
    .button span:first-child {
    height: 100%;
}
    .button span:last-child {
    width: 100%;
    height: 1px;
}
.button span {
    display: block;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
    width: 100%;
    top: 0;
    left: 0;
}
.button span::before, .button span::after{
    content: '';
    display: block;
    position: absolute;
    background: #0d52b2;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button span:first-child::before, .button span:first-child::after {
width: 1px;
    height: 100%;
    bottom: 0;
    transform: scale3d(1, 0, 1);
    transform-origin: bottom center;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button span:first-child::before, .button span:first-child::after {
    width: 1px;
    height: 100%;
    bottom: 0;
    transform: scale3d(1, 0, 1);
    transform-origin: bottom center;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.button:hover span:first-child::before, .button:hover span:first-child::after {
    transform: scale3d(1, 1, 1);
    background: #0d52b2;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button span:first-child::before {
    left: 0;
}
.button span:first-child::after {
    right: 0;
}
.button:hover::after{
    width: 100%;
    background: #0d52b2;
    transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.button span:last-child::before, .button span:last-child::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    transform: scale3d(0, 1, 1);
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button:hover span:last-child::before, .button:hover span:last-child::after {
    transform: scale3d(1, 1, 1);
    background: #0d52b2;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button:hover span:last-child::before, .button:hover span:last-child::after {
    transform: scale3d(1, 1, 1);
    background: #0d52b2;
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button::after {
    content: '';
    width: 80%;
    left: 50%;
    height: 1px;
    bottom: 0;
    transform: translatex(-50%);
    transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    display: block;
    position: absolute;
    background: #0d52b2;
}
.button:hover::after {
    width: 100%;
    background: #0d52b2;
    transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
/* Offerring Ends */
.about-banner{
  margin-top: 0px;
    background-color: #3d7cd1;
    background-image: linear-gradient(to right, #1262b3 , #2376c9);
    height: 13vh;
}
.about-text{
  padding-top:4vh;
  text-align:left;
  color:#fff;
  margin-top:0px;
  font-size:26px;
  font-weight:500;
  line-height:1.4;
text-shadow: none;
font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px)
{
    /*.navbar-inverse .container {
    padding-left:0px;
    padding-right:0px;
}
.navbar-inverse .container>.navbar-collapse{
    padding-left:0px;
    padding-right:0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}*/
    .navbar {
        margin-bottom: 0px;
    }
    .navbar-brand img{
        width:260px;
    }
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size:15.5px;
}
.navbar-nav>li>a:hover {
  text-decoration:underline;
   // border-bottom: 1px solid #007eed;
}
.navbar-nav>li>.dropdown-menu {
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 0px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 7px 15px;
    font-size: 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    border-bottom: 1px solid #dedada;
    color: #111;
    white-space: nowrap;
}
.container {
 // width:92%;
}

.container-fluid {
  padding-left:40px;
  padding-right:40px;
  }
  .navbar-inverse .navbar-nav>li>a {
    color: #111;
}
 .navbar-inverse .navbar-nav>li>a:hover {
    color: #111;
}
.sticky .navbar-nav>li>a {
    color: #111;
}
.navbar-inverse {
   z-index: 5;
}

.navbar-inverse .navbar-brand {
   // filter: brightness(0) invert(1)!important;
    filter:none;
}
.sticky .navbar-brand {
    filter: none!important;
}
.title-text{
  padding-top:18%;
  text-align:center;
  color:#fff;
  font-size:4.5vw;
  font-weight:500;
  line-height:1.4;
      //text-shadow: 2px 2px 4px #565151;
}
.insight{
    width:600px;
    padding:10px 10px!important;
}
.insight li a{
    color:#333;
    display:inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15.5px;
}
}
@media (max-width: 767px)
{
.navbar-inverse {
    background-color: #fff;
    border: none;

    border-radius: 0px;
}

.navbar-brand img{
    margin-top:5px;
        width:200px;
    }
.digital-banner{
 
    background-position:center;
   
}
.navbar-inverse {
   z-index: 5;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    padding-top: 12px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-header{
  height:68px;
      background-color: transparent;
}
.navbar-nav.{
    height:auto;
}
.collapse.in {
    background:#fff;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
        margin-top: 15px;
}
.navbar-inverse .navbar-toggle:hover {
   // background-color: transparent;
}
.sticky .navbar-toggle .icon-bar {
    background-color: #101010;
}
.title-text{
  padding-top:50%;
  text-align:center;
  color:#fff;
  font-size:6vw;
  line-height:1.4;
      //text-shadow: 2px 2px 4px #565151;
}
.navbar-inverse .navbar-nav>li>a {
    color: #3e3b3b;
    font-size:15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #111;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #111;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #111;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-toggle:hover,  .navbar-inverse .navbar-toggle:active, .navbar-inverse .navbar-toggle:focus{
    
    background-color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #0d2366;
    font-size:14px;
}
.insight{
    width:100%;
    height:100%;
    padding:10px 10px!important;
}
.insight li a{
    color: #0d2366;
    display:inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}
.about-banner{
  margin-top: -20px;
    background-color: #3d7cd1;
    background-image: linear-gradient(to right, #1262b3 , #2376c9);
    height: 80px;
}
.about-text{
  padding-top:25px;
  margin-top:0px;
  font-size:22px;
  
}
}