
#banner {
    background: url(pan-bg.jpg);
    background-size: cover;
    min-height: 350px;
    position: relative;
    background-position: center;

}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.fis-form label {
    font-weight: bold;
    font-size: 15px;
}

/* .row.m-0 {
    padding: 5px 0px;
} */

.fis-heading-green.p-2 {
    color: #00565b !important;
    padding: 15px 15px 5px 15px !important;
    font-weight: 700;
}

.fis-form {
    background: #f9f9f9;
}

.fis-form .row p {
    font-size: 14px;
}

.fis-workspace.firm-form * {
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
}

a.contact-us.btn-primary-green-on-dark.learnMore {
    color: white;
    font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 8px 30px;
    border: 2px solid #4BCD3E;
    border-radius: 67px;
    text-decoration: none;
}

.contact-us.btn-primary-green-on-dark:hover {
    background-color: #4BCD3E !important;
    color: #fff;
}

.heading {
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
    font-weight: 900 !important;
}

.fis-workspace .fis-form {
    background: transparent;
    margin: 0px;
    padding: 0px;
    box-shadow: 0 0px 0px transparent;
    width: auto;
}

.modal * {
    /* color: #4e4e4e; */
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
}

.fis-workspace .fis-form label {
    font-size: 13px !important;
    color: #4e4e4e !important;
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
    margin-bottom: 5px !important;
    font-weight: bold;
}

.fis-workspace.firm-form {
    background: #FFF;
    padding: 30px 30px !important;
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;

}

.error-message {
    color: red;
    font-size: 12px !important;
}

a.contact-us.btn-primary-green-on-dark.learnMore {
    color: white;
    font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 8px 30px;
    border: 2px solid #4BCD3E;
    border-radius: 67px;
    text-decoration: none;
}

.fis-round-button {
    /* border-color: #4bcd3e; */
    border-radius: 20px !important;
    font-weight: bold !important;
    color: #003b4d !important;
    font-size: 15px !important;
    padding: 7px 20px !important;
    border: 2px solid #6abfd4 !important;
    height: auto !important;
    margin-left: 10px;
    min-width: 100px;
}
.fis-filled-button {
    background-color: #6abfd4 !important;
    color: #003b4d;
}
.pan-blue {
    color: #6abfd4 !important;
}
.fis-outline-button:hover {
    background-color: #4bcd3e !important;
    color: #fff !important;
    outline: none !important;
}

.fis-filled-button:hover {
    background-color: transparent !important;
    color: #003b4d !important;
}

 .fis-workspace .fis-form .text-danger {
    font-size: 12px !important;
}
.fis-workspace.h-100 {
height: calc(100vh - 40px)!important;
}
.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
    color: #777;
    border-radius: 20px;
}

.navbar {
    border-radius: 0px;
}

.navbar-default {
    background-color: transparent;
    border: 0px;
}

.navbar-default {
    padding: 20px 0;
    transition: all 0.3s;
}

.banner-info {
    padding-top: 190px;
}

.banner-info {
    padding-top: 0vh;
    width: 100%;
    color: #fff;
}

h1.white {
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
    font-weight: 900 !important;

}
h2.heading {
    font-weight: 700 !important;
    color: #315060;
    margin-bottom: 22px;
    font-size: 24px
}
body .fis-workspace * {
    font-family: 'Titillium Web', sans-serif, 'FontAwesome'!important;
    /* font-weight: 500; */
}
body .fis-workspace {
    color: #4e4e4e;
    font-size: 17px
}
.banner-text hr {
    margin-top: 30px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid #6abfd4;
    width: 5%;
    margin: auto;
}
.fis-workspace .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25)!important;
}
.fis-workspace .btn.focus, .fis-workspace .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}
.display-inline {
    display: inline;

}

.display-inline li {
    list-style-type: none;
    display: inline-block;
}

.nav-link.text-white:hover {
    color: #4bcd3e !important;
}

.dflex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

option:hover {
    background-color: #00565b !important;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto !important;
    max-height: 120px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

h4.section-title {
    font-size: 16px !important;
    color: #00565b !important;
    font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
    margin-bottom: 5px !important;
    font-weight: 700;
}

@media (max-width:767px) {
    .display-inline.navList.right-menu {
        font-size: 12px !important;
        margin-top: 10px;
    }

    .banner-info {
        padding-top: 8vh;
    }
    img.img-responsive {
        width: 150px;
    }
}

.viewport {
    min-height: calc(100vh - 46px);
}

.pan-right {
    background: url(pan.png);
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

p.text-white.text-large {
    font-size: 21px;
}
 /* footer social icons */

 ul.social-network {
    /* list-style: none;
  display: inline;
  margin-left: 0 !important; */
    padding: 0;
    display: inline-block;
  }

  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }


  /* footer social icons */

  .social-network a.icoFacebook:hover {
    background-color: #3B5998;
  }

  .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
  }

  .social-network a.icoYoutube:hover {
    background: #bb0000;
  }

  .social-network a.iconInsta:hover {
    background: #125688;
  }

  .social-network a:hover i,
  .social-network i:hover {
    color: #fff !important
  }

  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color: #44BCDD;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .social-circle li i {
    margin: 0;
    /* line-height: 30px; */
    text-align: center;
  }

  .social-circle li a:hover i,
  .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }

  .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }

  .social-network a {
    background-color: #F9F9F9;
  }
footer {
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    color: white;
    padding: 8px;
  }

  footer a {
    color: #6abfd4;
    /* #color: #37c5e4; */
    font-size: 16px;
    transition-duration: 0.2s;
  }

  footer a:hover {
    color: #3BCFF0;
    text-decoration: underline;
  }
  .left-wrapper, .right-wrapper {
      padding: 50px!important;
      
  }
  .zoom:hover {
    transform: scale(1.01);
    transition: transform .3s;
}
  .right-wrapper {
    background-color: #f5f8fd;

  }
  .left-wrapper {
    /* box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%); */
  }
  .font-blue {
    color: #315060;
  }
  .mid-section{
      overflow: hidden;
  }
  .logo img {
    float: left;
    height: 35px;
}
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #012834;
    z-index: 9;
  }
  .third-section {
    background-color: #012834;
    color: #fff;
    padding: 60px 10px 60px 60px;
  }
    .third-section hr {
        border-top: 2px solid rgb(255 255 255 / 10%);
    }
    .third-section img {
        width: 80%;
        /* opacity: 0.5; */
    }
    .purpose-list {
        list-style-type: none;
        padding-left: 0px
    }
    .third-section h2 {
    font-size: 30px;
    }
    .third-section strong, .third-section h3 {
        color: #6abfd4;
	font-weight:bold;
    	font-size: 17px;
    }
    .right-content {
        padding: 0px 40px 0px 15px!important;
        margin-bottom: 10px
    } 
    .forth-section {
        background-color:#f5f8fd;
        padding: 40px;
        text-align: center
      
    }
    .forth-section h2 {
        font-size: 30px;
    }
    .feature-card {
        background-color: #fff;
        padding: 15px 20px;
        box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
        text-align: center
        /* margin: 0px 10px */
    }
    .feature-card img {
        display: block;
        margin: auto;
        margin-bottom: 15px
    }
    .feature-card strong, .feature-card h4 {
        color: #315060;
	font-weight:bold;
    	font-size: 17px;
    }
    .feature-card:hover {
        position: relative;
        z-index: 999;
        transform: scale(1.05);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
      }
      .navbar button:hover {
          color: #fff!important;
      }
      .about-section {
      background-color: #fbfbfb;
      }