
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    position: relative; 
    font-family: 'Poppins', sans-serif;
  }
.page-wrapper {
  margin: 0;
}
.banner {
  background-image: url("images/snb-web-header.png");
  height: 740px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
  .affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
  }
  .navbar {
    margin-bottom: 0px;
  }

  .affix ~ .container-fluid {
   position: relative;
   top: 50px;
  }
 .page-wrapper .navbar-inverse {
  background-color: #fff;
  border-color: 0;
  height: 80px;
  border-color: 0;
  border: 0;
}
.page-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.page-wrapper .navbar-nav > li {
  float: left;
  padding: 20px 15px;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
    width: 68%;
    
}
.navbar-brand > img {
    display: block;
    width: 290px;
}
.main-title {
  font-size: 56px;
  border-radius: 0px;
  padding: 0px;
  color: rgb(255, 58, 45);
  white-space: nowrap;
  min-height: 0px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.banner-txt {
  padding-top: 61px;
 font-family: 'Poppins', sans-serif;
}

.left-button .schedule-btn {
  z-index: 15;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(255, 42, 104) 0%, rgb(255, 94, 58) 100%) repeat scroll 0% 0%;
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  visibility: visible;
  text-align: left;
  line-height: 11px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  border-color: rgb(255, 58, 45);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  padding: 15px 28px;
}
.banner-txt p {
  font-size: 18px;
}
.banner-desc {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 37px;
}
.large-txt {
  font-size: 39px;
  font-weight: 500;
}
.right-button .download-btn {
  border-color: rgb(255, 58, 45);
  border: 2px solid rgb(255, 58, 45);
  border-radius: 34px;
  padding: 15px 30px;
  /* width: 137px; */
  font-family: 'Poppins', sans-serif;
  text-align: left;
  line-height: 11px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(255, 58, 45);
}
.button-section {
  margin-top: 46px;
}
.left-button {
  float: left;
  margin-right: 0px;
  padding: 0;
}

/*TESTIMONAIL SLIDER */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/* contact form */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.contact-form #lname {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
select, textarea {
  width: 53%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.contact-form {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
.bottomFormBg {
  background-image: url("images/contact-bg.jpg");
  height: 700px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 155px;
}
.submit {
  background: linear-gradient(270deg, rgb(255, 94, 58) 1%, rgb(255, 80, 71) 28%, rgb(255, 42, 104) 100%);
  color: #fff;
  border: none !important;
  border-radius: 30px;
  padding: 10px 48px;
  font-size: 16px;
  margin-top: 30px;
}
.client-slider {
  margin-top: 40px;
  margin-bottom: 56px;
}
.contact-title {
  color: rgb(255, 58, 45);
  font-size: 34px;
  text-align: center;
  margin-bottom: 35px;
}
/* Slider */


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.client-slider h2 {
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
}
/* footer */

.footer {
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.footer-bottom {
  background: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
}
.footer .link {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icon-list .fa {
  font-size: 16px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
.social-icon {
  margin-top: 20px;
  margin-bottom: 30px;
}
.f-title {
  margin-bottom: 25px;
}
.footer a {
  color: #cac7c7;
  font-size: 14px;
  text-decoration: none;
}
.footer li {
  margin: ;
  padding: 0;
  margin-bottom: 6px;
}
.contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icon li {
  display: inline-block;
  margin-right: 17px;
}
.admin-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 15px;
}
.contact-list .fa {
  margin-right: 10px;
}
.box h3 {
  color: #ff2b6a;
  font-size: 19px;
  font-weight: 600;

}
.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
    color: #ff2b6a;
}
.round-icon {
  background: #f0f0f0;
  border-radius: 43px;
  width: 80px;
  height: 80px;
  padding-top: 16px;
}

.feature-admin h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
    color: #000;
}
.pay-offline {
  padding-top: 40px;
  padding-bottom: 30px;
}
.pay-offline h3 {
  text-align: center;
  margin-bottom: 41px;
}
.offline-img img {
    text-align: center;
    margin: 0 auto;
}
.feature-admin {
  margin-top: -80px;
  overflow: hidden;
  padding-bottom: 68px;
}
.testmonial-slider {
  background-image: linear-gradient(to bottom, rgba(255, 42, 104, 0.52), rgba(255, 94, 58, 0.73)), url('images/workplace.jpg');
  height: 478px;
  background-size: cover;
  color: white;
  /* padding: 61px; */
  padding-bottom: 53px;
  padding-top: 50px;
}
 .box {
  box-shadow: 0px 0px 14px 2px #ccc;
  margin: 10px;
  height: 200px;
  padding-top: 28px;
  padding: 10px;
  margin-top: 12px;
}