 *{
    padding: 0px;
    margin: 0px;
 }
.mt-5{
  margin-top: 50px;
}
.m-4{
  margin-top: -4px;
}

 .header{
    height: 55px;
    width: 100%;
    background-color: #fff;
}
.logo{
    margin-top: 5px;
    height: 45px;
    width: auto;
}
.menus ul li {
    display: inline;
    color: #989898;
    font-size: 16px;
    padding: 20px 20px;
}
.menus ul li:hover{
    color: #d51f44;
}
.covers{
    width: 100%;
    height: 450px;
}
.cover-pics{
    position: relative;
}
.cover-head{
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.cmp-covers{
    width: 100%;
    height: 300px;
}
.header-menu-ul{
    margin-top: 17px;
}
.login{
    height: 35px;
    width: auto;
    padding: 3px 25px;
    color: #fff;
    background-color: #d51f44;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
    outline: none;
}
.regd{
    height: 35px;
    width: 100%;
    padding: 3px 25px;
    color: #fff;
    background-color: #d51f44;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
    outline: none;
}
.regd-text{
    font-size: 17px;
    font-weight: bold;
    color: #013659;
    text-align: center;
}
.contact-us{
    height: 35px;
    width: auto;
    padding: 3px 25px;
    color: #fff;
    background-color: #013659;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
    margin-right: 20px;
    outline: none;
}
.clr{
    color: #989898;
    text-decoration: none;
}
a{
    text-decoration: none !important;
}
.smarter-tools{
    color: #013659;
    margin-top: 40px;
}
.smarter-tools-white{
    color: #fff;
    margin-top: 20px;
}
.learn-more{
    height: 40px;
    width: auto;
    padding: 5px 40px;
    color: #fff;
    background-color: #d51f44;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    border: solid 1px #d51f44;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.img-box{
    height: 250px;
    width: 100%;
}
.img-box img{
    width: 100%;
}
.img img{
    width: 100%;
}
.mt-1{
    margin-top: 10px;
}
.mt-2{
    margin-top: 20px;
}
.dark-theme{
    background-color:#004391;
    padding: 30px 0px;
}
.dark-theme-2{
    background-color:#173A53;
}
.img-dark img{
    width: 100%;
}
.smarter-tools-white{
    color: #fff;
}
.smarter-text-white{
    color: #fff;
}
.learn-more-butn{
    background-color: #19334E;
    color: #fff;
    border-radius: 4px;
    height: 37px;
    width: auto;
    padding: 5px 28px;
}
.learn-more-butn-2{
    background-color: #d51f44;
    color: #fff;
    border-radius: 4px;
    height: 37px;
    width: auto;
    padding: 5px 28px;
    margin-top: 40px;
}
.footer-1{
    background-color: #173A53;
    padding: 30px 0px;
}
.img-row{
    background-color: #FAFAFA;
    padding: 40px 0px;
    margin-top: 45px;
}
.img-rows{
    background-color: #FAFAFA;
    padding: 40px 0px;
}
.integration{
    background-color: #F3F3F3;
    padding: 30px 0px;
}
.img-box {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 80%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: 1.3s ease;
}

.img-box:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 30%;
  padding: 0px 25px;
  text-align: center;
}
.mt-3{
    margin-top: 30px;
}
.molitics-aaddress{
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    opacity: 0.8;
    margin-top: 20px;
    line-height: 1.7;
}
footer{
    height: auto;
    padding: 2px 0px;
    background-color: #07273E;
}
.copyright{
     font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    opacity: 0.8;
    margin-top: 10px;
}
.loginmodal-container {
      padding: 30px;
      max-width: 350px;
      width: 100% !important;
      background-color: #F7F7F7;
      margin: 0 auto;
      border-radius: 2px;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      font-family: roboto;
    }

    .loginmodal-container h1 {
      text-align: center;
      font-size: 1.8em;
      font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      position: relative;
    }
 .loginmodal-container input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
    .loginmodal-container input[type=text], input[type=password], input[type=number], input[type=email] {
      height: 44px;
      font-size: 16px;
      width: 100%;
      margin-bottom: 10px;
      -webkit-appearance: none;
      background: #fff;
      border: 1px solid #d9d9d9;
      border-top: 1px solid #c0c0c0;
       border-radius: 4px; 
      padding: 0 8px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
    }

    .loginmodal-container input[type=text]:hover, input[type=password]:hover {
      border: 1px solid #b9b9b9;
      border-top: 1px solid #a0a0a0;
      -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
      -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }

    .loginmodal {
      text-align: center;
      font-size: 14px;
      font-family: 'Arial', sans-serif;
      font-weight: 700;
      height: 36px;
      padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
    }

    .loginmodal-submit {
      /* border: 1px solid #3079ed; */
      border: 0px;
      color: #fff;
      text-shadow: 0 1px rgba(0,0,0,0.1); 
      background-color: #4d90fe;
      padding: 17px 0px;
      font-family: roboto;
      font-size: 14px;
      /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
    }

    .loginmodal-submit:hover {
      /* border: 1px solid #2f5bb7; */
      border: 0px;
      text-shadow: 0 1px rgba(0,0,0,0.3);
      background-color: #357ae8;
      /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

    .loginmodal-container a {
      text-decoration: none;
      color: #666;
      font-weight: 400;
      text-align: center;
      display: inline-block;
      opacity: 0.6;
      transition: opacity ease 0.5s;
    } 

    .login-help{
      font-size: 12px;
    }

    .login-btn {
      text-align:center;
      margin-top: 50px;
    }

    .button {
      line-height: 55px;
      padding: 0 30px;
      background: #004a80;
      color: #fff;
      display: inline-block;
      font-family: roboto;
      text-decoration: none;
      font-size: 18px;
    }

    .button:hover,
    .button:visited {
      background: #006cba;
      color: #fff;
    }
    .smarter-text{
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    .interior-box{
        height: 450px;
        width: 100%;
        padding: 7px;
        background-color: #fff;
        box-shadow: 1px 1px 1px 1px #fff;
        margin-bottom: 30px;
        border-radius: 4px;
    }
    .img-heading{
        font-size: 16px;
        font-weight: normal;
        color: #013659;
    }
    .img-description{
        font-size: 14px;
        color: #323232;
    }
    .leadershipimg{
        height: 120px;
        width: 120px;
        border-radius: 50%;
        border: solid 1px #b2b2b2;
        margin-top: 40px;
    }
    .blogs-img{
        height: 150px;
        width: 100%;
        border-radius: 6px;
    }
    .blogs-detail-img{
        height: 400px;
        width: 100%;
        border-radius: 6px;
    }
    .blogs-block{
        margin-top: 25px;
        padding-bottom: 20px;
        border-bottom: solid 2px #e9e9e9;
    }
    .blog-heading{
        font-size: 20px;
        font-weight: bold;
        color: #013659;
        letter-spacing: 1px;
        word-spacing: 2px;
    }
    .blogs-detail-content{
        font-size: 16px;
        color: #323232;
        opacity: 0.9;
        line-height: 1.5;    
    }
    .related-blog{
        height: auto;
        width: 100%;
        background-color: #f9f9f9;
        box-shadow: 2px 1px 1px 0px #f3f3f3;
        padding: 5px 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .related-blogs-text{
        font-size: 22px;
        color: #d51f44;
        border-bottom: solid 2px #e9e9e9;
        padding: 5px 1px;
        margin-top: 0px;
    }
    .related-blog-box{
        height: 220px;
        width: 100%;
        background-color: #fff;
    }
    .related-article-box{
        height: 200px;
        width: 100%;
        background-color: #fff;
    }
    .related-blogs-img{
        height: 140px;
        width: 100%;
    }
    .related-blog-text{
        font-size: 14px;
        font-weight: bold;
        color: #323232;
        padding: 2px;
        margin-top: 2px;
    }
    .blog-times{
        font-size: 11px;
        font-weight: bold;
        padding: 2px;
        margin-top: -10px;
    }


    /* about */
    /*Layout*/
    .team-inline.team-list {
        list-style: outside none none;
        padding: 0px;
        text-align: center;
    }

    /*List*/
    .team-member {
        width: 22%;
        display: inline-block;
        margin: 10px;
        min-width: 200px;
    }

    .popover{
      /* max-width: 600px!important;
       width: auto;*/
       z-index: 20002!important;
    }


    /*Image*/
    .team-img {
        border-radius: 50%;
        height: 200px!important;
        overflow: hidden;
        position: relative;
        width: 200px!important;
        cursor: pointer;
    }

    .team-img img {
        padding: 0px !important;
    }

    .team-member.ourTeams {
        max-width: 280px;
        width: 100%;
    }

    .ourTeams .team-img {
        border-radius: 6px;
        max-width: 280px;
        width: 100%;
    }

    .ourTeams .team-detail > p {
        margin: 85px 10px 0;
    }

    /*Hover*/
    .team-overlay {
        background: rgba(255, 97, 25, 0.75) none repeat scroll 0 0;
        height: 100%;
        position: absolute;
        width: 100%;
        opacity:0;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: opacity .25s ease;
        -moz-transition: opacity .25s ease;
        border-radius: 50%;
    }

    .ourTeams .team-overlay {
      border-radius: 6px!important;
    }

    .team-img:hover .team-overlay{
        opacity: 1;
    }

    .team-detail > p {
        color: #fff;
        font-size: 18px !important;
        margin: 65px 10px 0;
        text-align: center;
    }

    .job-title {
        font-weight: 400;
        font-size: 14px;
    }
    .title, .team-social {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        vertical-align: middle;
        padding-bottom: 5px;
    }

    .team-social > a {
        font-size: 22px;
        padding: 0 2px;
        /*color: #FF6119!important;*/
        display: inline-block;
        font-weight: 400;
        vertical-align: middle;
    }

    .teamProfile {
        left: 0;
        margin: -15px 0;
        padding: 0 20px;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 20001;
    }


    .close-icon >a{
        float: right;
        padding: 0px 20px;
        position: absolute;
        right: 0;
        color: #B8B8B8;
    }

    .teamContent {
        background-color: #f9f9f9;
        border-radius: 6px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        text-align: left;
        padding: 10px;
        border:1px solid #eee;
        padding-top: 20px; 
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
    }

    .team-social {
        display: inline-block;
    }

    .team-content h3 {
        display: inline-block;
        margin: 0;
        padding-right: 10px;
        vertical-align: middle;
        color: #083d77;
        padding-bottom: 5px;
    }

    .team-member .arrow {
        margin-left: 30%;
        margin-top: -6px;
        background-color: #f9f9f9;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        height: 30px;
        transform: rotate(45deg);
        width: 30px;
        z-index: 20004;
    }
    .team-member > a {
        position: relative;
    }

    @media (max-width: 500px) {
        
    }
    .selects{
      height: 40px;
      width: 100%;
      background-color: #fff;
      border-radius: 0px;
      border: solid 1px #b2b2b2;
      border: 1px solid #d9d9d9;
      border-top: 1px solid #c0c0c0;
      padding: 0 8px;
      margin-bottom: 10px;
      font-size: 16px;
      opacity: 0.7;
    }
    .social-buttons{
      font-size: 24px;
      float: right;
      margin-top: -5px;
      margin-right: 20px;
    }










































