*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
fieldset p{
    color: #616161;
    font-size: 18px;
    cursor: pointer;
    }
    #heading {
        text-transform: uppercase;
        color: #0d6efd;
        font-weight: normal
    }
    
    #msform {
        text-align: center;
        position: relative;
        margin-top: 20px
    }
    
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }
    
    .form-card {
        text-align: left
    }
    
    #msform fieldset:not(:first-of-type) {
        display: none
    }
    
    #msform input,
    #msform textarea {
        padding: 10px 15px 10px 15px;
    border: 1px solid #e1dede;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    }
    
    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #0d6efd;
        outline-width: 0
    }
    
    #msform .action-button {
        width: 100px;
        background: #0d6efd;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 5px;
        width: 100%;
        margin: 10px 0px 10px 5px;
    }
    
    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #000000
    }
    
    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
    }
    
    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }
    
    .card {
        z-index: 0;
        border: none;
        position: relative
    }
    
    .fs-title {
        font-size: 25px;
        color: #3c3a39;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: left
    }
    
    .purple-text {
        color: #0d6efd;
        font-weight: normal
    }
    
header{
    margin-bottom: 65px;
}
.bg-orange{
    background-color: #2d62fe;
}
.navbar-brand img{
    width: 100px;
}
.navbar{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 2px -1px;
}
.navbar-nav .nav-item .nav-link{
    font-weight: bold;    
    font-size: 15px;
    padding: 10px 20px !important;
    color: #585656 !important;
}
.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: rgb(215, 224, 250);
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: rgb(49 89 205);
    color: #fff;
  }
  .dropdown .dropdown-menu {
    border: none;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  
/*  */
.tnc{
    padding: 50px 0px;
}
.tnc h1{
    font-size: 25px;
    font-weight: 600;
    color: #3c3a39;
}

.tnc h2{
    font-size: 18px;
    font-weight: 600;
    color: #3c3a39;
}
.tnc h3{
    font-size: 16px;
    font-weight: 600;
    color: #3c3a39;
}
.tnc p{
    font-size: 14px;
    color: #585656;
}
.tnc ul li{
    font-size: 14px;
    margin: 16px 0px 0px;
}
.slide{
    /* z-index: -1; */
    padding: 50px;
    background-image: url('../images/home-bg.png');
    background-repeat: no-repeat;
    background-position: right, top;
    background-blend-mode: lighten;
    background-size: cover;
}
.carousel-indicators [data-bs-target] {
    background-color: #3c3a39 !important;
}

.slide-why-us{
    /* z-index: -1; */
    padding: 20px;
}

.carousel-caption {
    position: absolute !important;
    right: 50%;
    /* bottom: 1.25rem; */
    top: 0%;
    left: 100px !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-caption h5{
    font-size: 50px;
    color: #585656;
    font-weight: 700;
    margin-bottom: 30px;
}
.carousel-caption h5 span{
    font-size: 50px;
    color: #0110ff;
    font-weight: 700;
}
.carousel-caption p{
    font-size: 16px;
    color: #585656;
    font-weight: 600;
    margin-bottom: 40px;
}
.carousel-caption a{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0110ff;
    color: #585656;
    border-radius: 5px;
}
.carousel-img img{
    width: 100%;
}
/* number */
.number{
    background-color: #1c1c1c;
    padding: 50px 0px;
}
.number h2{
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
}
.number .number-count{
    text-align: center;
    margin-bottom: 25px;
}
.number .number-count img{
    width: 100px;
    margin-bottom: 10px;
}

.number .number-count h3{
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}
.number .number-count h4{
    color: #fff;
    font-size: 16px;
}
/* number end */
/* why-us */
.why-us{
    padding: 50px;
    text-align: center;
}
.why-us h3{
    font-size: 50px;
    font-weight: bold;
}

.why-us h3 span{
    font-size: 50px;
    font-weight: bold;
    color: #0110ff;
}
.why-us p{
    font-size: 16px;
    margin: 16px 0px;
    color: #1c1c1c;
    font-weight: 500;
}
.why-us .why-us-info p {
    text-align: start;
    font-size: 18px;
    margin: 15px 0px;
    position: relative;
    top: 100px;
}
.why-us .why-us-info img{
    width: 100%;
    padding: 25px;
}
/* why-us end */
/* services */
 .slide-services{
    /* min-height: 500px; */
 }  
 .about-us{       
    padding: 50px;
    text-align: center;
    background: rgb(231,243,251);
 } 
 .about-us span{
}
.about-us h3{
    font-size: 50px;
    font-weight: bold;
}
.services-head{      
    padding: 30px 0px 10px 0px;
    text-align: center;
    background: rgb(231,243,251);
}
.services-head h3{
    color: #585656;
    font-size: 25px;
    font-weight: 700;
}
.services-head h3 span{
    color: #0110ff;
    font-weight: 700;
}
.about-us h3 span{  
    color: #0110ff;
    font-weight: 700;
}
.about-us p{
    font-size: 20px;
    padding: 20px 100px;
}

.all-services{    
    padding: 10px;

    background: rgb(231,243,251);
background: linear-gradient(45deg, rgba(231,243,251,1) 0%, rgba(255,255,255,1) 21%, rgba(249,251,252,1) 35%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 72%, rgba(244,250,251,1) 91%, rgba(224,236,247,1) 100%, rgba(125,128,145,1) 100%);
}
.serv-info{
    padding: 50px 0px;
    background: rgb(3,63,105);
background: linear-gradient(45deg, rgba(3,63,105,1) 0%, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%, rgba(249,251,252,1) 100%, rgba(255,255,255,1) 100%, rgba(224,236,247,1) 100%, rgba(125,128,145,1) 100%);}
.info {
    margin: 20px 0px;
    border-radius: 10px;
    color: ;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 15px;
    transform: translateY(10px);
    transition: 0.5s ease-in-out;
}
.info:hover{    
    transform: translateY(-10px);
    transition: 0.5s ease-in-out;
}
.info h5{
    font-weight: 700;
}
.info img{
    margin-bottom: 15px;
    background-color: #fff;
    width: 60px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.info p{
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
}
.service-contact-form{
    padding: 50px 0px;

}
.services-form{
    padding: 50px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.login-form{    
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.login-con-form-info{
    padding: 50px;
}
.forms-new{    
    padding: 50px;
}
.login-form h1{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.login-con-form-info h4{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.login-con-form-info p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #f3f3f3;

}
.login-con-form-info ul{
    list-style-type: none;
    padding-left: 0px;
}
.login-con-form-info ul li{
    margin: 25px 0px;
}
.login-con-form-info ul li{
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.login-con-form-info ul li img{ 
    width: 50px;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    margin-right: 20px;
}
.services-form-info{
    text-align: center;
}
.services-form-info h4{
    margin-top: 10px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.7rem 0.75rem;
    margin: 0px 0px 20px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .all-services-box h4{
        font-size: 40px;
        font-weight: 700;
    }
    .all-services-box h4 span{
        color: #016cec;
        font-weight: 500;
    }
    .all-services-box a{
        text-decoration: none;
        border: 1px solid #016cec;
        padding: 12px 18px;
        font-weight: bold;
        color: #585656;
        border-radius: 5px;
    }
    .all-services-box img{
        width: 100%;
        /* background-color: #f6f9ff; */
        border-radius: 10px;
        /* margin-bottom: 50px; */
        /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    }
    .all-services .services-info{
        text-align: justify;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .all-services-box p{
        font-size: 16px;
        margin: 35px 0px;
    }
.founder{    
    padding: 50px;
    text-align: center;
    background: rgb(231,243,251);
background: linear-gradient(45deg, rgba(231,243,251,1) 0%, rgba(255,255,255,1) 21%, rgba(249,251,252,1) 35%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 72%, rgba(244,250,251,1) 91%, rgba(224,236,247,1) 100%, rgba(125,128,145,1) 100%);
}
.founder h3{
    font-size: 50px;
    font-weight: bold;
}
.founder h3 span{
    color: #0110ff;
    font-weight: 700;
}
.founder p{
    font-size: 20px;
    padding: 20px 100px;
}
.mission{
    text-align: left;
    padding: 20px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    border-radius: 10px;
}
.mission .img1{
    width: 100%;
    margin-bottom: 20px;
    padding: 50px;
}

.mission .img2{
    width: 50px;
    margin-bottom: 20px;
}
.mission h4{
    font-size: 35px;
    font-weight: bold;
}
.mission p{
    padding: 10px;
    font-size: 15px;
    text-align: justify;
}
.section-team .header-section {
	padding: 50px 0px;
    
    text-align: center;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f9ff;
	border-radius: 5px;
    transition: 0.5s ease-in-out;
}
.person-info{
    text-align: center;
}

.our-offices{
    margin-top: 100px;
    padding: 25px 0px;
    text-align: center;
}
.our-offices h3{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
}
.our-offices img{
    background-color: #016cec;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 70px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.our-offices h4{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
}

.our-offices p{
    font-size: 16px;
    font-weight: 500;
    color: #585656;
}
.bg-new{
    background-color: #e8f2fd;
}
.contact-form-bg{
    background-image: url('../images/cont.png');
    background-position: center;
    background-size: cover;
    min-height: 300px;
    background-repeat: no-repeat;
}
.services-con-form-info h4 {
        margin-top: 10px;
        font-size: 35px;
        font-weight: 700;
        text-align: left;
    
}
.services-con-form-info p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #585656;

}
.services-con-form-info ul{
    list-style-type: none;
    padding-left: 0px;
}
.services-con-form-info ul li{
    margin: 15px 0px;
}
.services-con-form-info ul li a{
    text-decoration: none;
    font-size: 17px;
    color: #585656;
}
.section-team .single-person:hover {
	background: linear-gradient(to right, #016cec, #00b5f7);
    transition: 0.5s ease-in-out;
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
    text-align: center;
}
.section-team .single-person .person-image img {
	width: 150px;
    height: 150px;
    border-radius: 50%;
    
    border: 4px dashed #fff;
}
.section-team .single-person .person-image .icon a{
    text-decoration: none;
    color: #fff;
}
.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon  {
	background: none;
	background-color: #fff;
}


.section-team .single-person:hover .person-image .icon a {
	background: none;
	background-color: #fff;
	color: #016cec;
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #585656;
    font-weight: 600;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}
.services{
    padding: 50px;
    text-align: center;
    background: rgb(231,243,251);
background: linear-gradient(45deg, rgba(231,243,251,1) 0%, rgba(255,255,255,1) 21%, rgba(249,251,252,1) 35%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 72%, rgba(244,250,251,1) 91%, rgba(224,236,247,1) 100%, rgba(125,128,145,1) 100%);
}
.services h3{
    font-size: 50px;
    font-weight: bold;
}
.services h3 span{
    color: #0110ff;
    font-weight: 700;
}
.services-info h4{
    font-size: 45px;
    color: #1c1c1c;
    margin: 25px 0px;
}
.services-info-img{
    min-height: 450px;
}
.services-info h6{
    font-size: 22px;
    color: #585656;
    margin: 25px 0px;
}
.services-info ul{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 25px;
}

.services-info ul li{
    color: #585656;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 16px;
    
}

/* services end */
/*  */
.bank-slider{
    padding: 50px 0px;
    text-align: center;
}
.bank-slider h4{
    font-size: 35px;
    
}
.slider {
    width: 100%;
    margin: 75px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  padding: 35px;
  /* height: 100px; */
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.bank-slider h4{
    font-size: 50px;
    font-weight: 600;

}
.bank-slider h4 span{
    color: #0110ff;
}
.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}

.slick-active {
  /* opacity: .5; */
}

.slick-current {
  opacity: 1;
}
/* products */
.products{
    background-color: aliceblue;
    padding: 50px 0px;
}
.products h3{
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.header-logo img{
    width: 25%;
    margin-bottom: 20px;
}

.product-box{
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 20px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.product-box img{
    width: 100px;
}
.product-box a{
    text-decoration: none;
    color: #1c1c1c;
}
.product-box h4{
    font-size: 25px;
    padding-top: 20px;
}
.products h3 span{
    color: #0110ff;
}
.product-box p{
    font-size: 16px;
    padding: 20px 0px 0px;
    color: #1c1c1c;
    font-weight: 500;
}
/* products end */

.serv-head{
    font-size: 40px;
    text-align: center;
    padding: 50px 0px;
    font-weight: 600;
}
.serv-boxes{
    border-radius: 10px;
    height: 150px;
    padding:50px 10px;
    margin: 35px 0px;
    text-align: center;
    position: relative;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    transform: translateZ(10px);
    transition: 0.5s ease-in-out;  
}
.serv-boxes:hover{
    transform: translateY(-10px);
    transition: 0.5s ease-in-out;
}
.serv-boxes img{
    width:70px;
    margin-bottom: 10px;
    padding: 5px;
}
.serv-boxes .img-box{
    position: absolute;    
    box-shadow: rgba(9, 30, 66, 0.25) 0px 0px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    left: 30%;
    top: -35%;
    height: 100px;
    width: 100px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    transform:scale(.8);
    transition: 0.5s ease-in-out;  
}
.serv-boxes:hover .img-box{
    transform:scale(1);
    transition: 0.5s ease-in-out; 

}
.serv-boxes h5{
    font-size: 20px;
    font-weight: 700;
    padding-top: 25px;
}
/* footer */
.footer{
    background-color: #1c1c1c;
    padding: 75px 0px;
}
.footer-box img{
    margin-bottom: 20px;
}
.footer-box p{
    font-size: 16px;
    text-align: justify;
    color: #c7c5c5;
}
.footer-box h4{
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}
.footer-box ul{
    list-style-type: none;
    padding-left: 0px;
}
.footer-box ul li{
    margin: 10px 0px;
}
.footer-box ul li a{
    text-decoration: none;
    color: #c7c5c5;
    font-size: 13px;
}
.footer-bootom {
    text-align: center;
    background-color: #3c3a39;
    color: #fff;
    padding: 10px 0px;
}
.footer-bootom span{
    font-size: 14px;
}
.social-media h4{
    color: #e8f2fd;
    font-size: 18px;
}
.social-media ul{
    list-style-type: none;
    padding-left: 0px;
}
.social-media ul li{
    display:inline;
    margin: 10px 20px 10px 0px;
}
.social-media ul li a{
    text-decoration: none;
    color: #c7c5c5;
    font-size: 30px;
}
.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  .main .card-image {
    position: relative;
    display: block;
    width: 100%;
    /* padding-top: 70%; */
    min-height: 200px;
    background: #ffffff;
  }
  .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .main .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
    .main{
        margin: 50px 0px;
    }
  }
  /* @media */

  @media (min-width:300px) and (max-width:768px){
  header{
      margin-bottom: 60px;
  }
  .navbar-nav .nav-item{
    margin: 5px 0px !important;
  } 
  .banner-right-half{
    text-align: center;
  }
  .slick-next .slick-arrow{
    display: none !important;
  }
  .serv-boxes .img-box {
    position: absolute;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 0px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    left: 35%;
    top: -35%;
    height: 100px;
    width: 100px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    transform: scale(.8);
    transition: 0.5s ease-in-out;
}
  .carousel-caption {
    position: absolute !important;
    right: 0%;
    /* bottom: 1.25rem; */
    top: 100%;
    left: 0px !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.all-services {
    padding: 0px;
}
.all-services-box h4{
    margin-top: 50px;
    font-size: 25px;
}
.all-services-box p{
    margin: 10px 0px 25px 0px;
}
.all-services-box img {
    margin-top: 50px;
}
.carousel-caption p {
    font-size: 13px;
    color: #585656;
    font-weight: 600;
    margin-bottom: 25px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid black;
    /* border-radius: 0.25rem; */
    transition: box-shadow .15s ease-in-out;
}
.slide{
    padding: 15px;
}
.carousel-caption h5 {
    font-size: 25px;
    color: #585656;
    font-weight: 700;
    margin-bottom: 10px;
}
.slide .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}
.carousel-caption h5 span {
    font-size: 25px;
    color: #0110ff;
    font-weight: 700;
}
  .carousel-img img {
    width: 100%;
    
}
.why-us h3 {
    font-size: 25px;
    font-weight: bold;
}
.why-us p {
    font-size: 14px;
    margin: 10px 0px;
}
.slide-why-us .carousel-inner {
    /* z-index: -1; */
    padding: 0px;
    min-height: 650px;
}
.services .carousel-inner {
    /* z-index: -1; */
    padding: 0px;
    min-height: 650px;
}
.why-us .why-us-info p {
    text-align: start;
    font-size: 14px;
    margin: 0px 0px;
    position: relative;
    top: 0px;
}
.why-us {
    padding: 10px;
    text-align: center;
}
.services h3 {
    font-size: 25px;
    font-weight: bold;
}
.services-info-img {
    min-height: 208px;
}
.services-info h4 {
    font-size: 25px;
    color: #1c1c1c;
    margin: 10px 0px;
}
.services-info h4 {
    font-size: 25px;
    color: #1c1c1c;
    margin: 10px 0px;
}
.services-info h6 {
    font-size: 14px;
    color: #585656;
    margin: 10px 0px;
}
.services-info ul li {
    font-size: 13px;
}
.services {
    padding: 25px;
}
.bank-slider h4 {
    font-size: 25px;
    font-weight: 600;
}
.bank-slider {
    padding: 25px 0px;
    text-align: center;
}
.slider {
    width: 100%;
    margin: 0px auto;
}
.slick-slide img {
    width: 100%;
    padding: 10px;
    /* height: 100px; */
}
.why-us h3 span {
    font-size: 25px;
    font-weight: bold;
    color: #0110ff;
}
.number h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-us {
    padding: 0px;
    text-align: center;
    background: rgb(231,243,251);
}
.about-us h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
    
}
.about-us p {
    font-size: 14px;
    padding: 0px;
}
.founder {
    padding: 0px;
    text-align: center;
}
.section-team .header-section .title {
    font-weight: 700;
    font-size: 25px;
}
.our-offices {
    margin-top: 0px;
}
.contact-form-bg {
    background-image: url(../images/cont.png);
    background-position: center;
    background-size: contain;
    min-height: 123px;
    background-repeat: no-repeat;
}
.login-con-form-info {
    padding: 25px 0px;
}

.header-logo img{
    width: 50%;
    margin-bottom: 20px;
}
.forms-new {
    padding: 25px 0px;
}
}
    


@keyframes slowlyUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px); /* Adjust the distance as needed */
    }
  }