@charset "utf-8";
@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');


/* CSS Document */
::-moz-selection {
  background: #7b7d7f;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: #ffffff;
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
:root {
  overflow-y: scroll;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
}
p,
p span {
    font-family: 'Poppins', sans-serif;
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}

/*------------------- common style ---------------------------*/
a,
button,
input,
select,
textarea {
  outline: 0;
}

*,
:after,
:before {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

section {
  width: 100%;
  float: left;
}



/* myHeader */
header {
    height: 110px;
    background-color: #fff;
  }
  .myHeader.fixed-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all 0.7s;
    animation: slide-down 0.7s;
  }
  @keyframes slide-down {  
  0% { transform:translateY(-100%);}
  100% { transform:translateY(0);}
  }
  header .navigation-wrap .container {
    height: 100%;
  }
  
  header .navigation-wrap .container .row {
    height: 100%;
  }
  
  header .navigation-wrap .navbar {
    padding: 0;
    height: 100%;
  }
  
  .navigation-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  
  .navigation-wrap .head-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  
  .navigation-wrap .head-main .head-logo {
    width: 100px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 3% 0 0;
    padding: 0% 0 0;
    /* background-color: #facf0e; */
  }
  
  .navigation-wrap .head-main .head-logo .navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
  }
  
  .navigation-wrap .head-nav ul li.nav-item:last-child a {
    padding-right: 0 !important;
  }
  
  .navigation-wrap .head-nav ul li.nav-item a {
    color: #000000;
    padding: 10px 10px;
    font-size: 18px;
  }
  .navigation-wrap .head-nav ul li.nav-item a.btn{
    color: #6EB34A;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .navigation-wrap .head-nav ul li.nav-item a.btn img {
    width: 20px;
    margin: 0 10px 0 0;
}
  .navigation-wrap .head-nav ul li.nav-item {
    margin-left: 10px;
    display: flex;
  }
  
  .navigation-wrap .head-nav ul li.nav-item:first-child {
    margin-left: 0;
  }
  
  
  
  .navigation-wrap .head-main .head-right {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
  }
  
  header .head-logo .navbar-brand img {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
  }
  
  header .head-logo .navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0;
  }



.home-banner{
    background: url(../images/heroimg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    /* height: 770px; */
    height: 32vw;
    display: flex;
    align-items: center;
}
.banner-silder-wrapp{
    width: 50%;
    background-color: #fff;
    border: 3px solid #EA881F;
    padding: 10px;
    text-align: center;
}
.banner-silder-wrapp h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #6EB34A;
}
.banner-silder-wrapp h3 a {
  font-weight: 600;
  text-align: center;
  color: #EA881F !important;
  cursor: pointer;
}
.banner-silder-wrapp a:hover{
  border-bottom: 2px solid #EA881F ;
}
.slick-dots{
  bottom: -92px;
}
.slick-dots li{
    width: 15px;
    margin: 0;
}
.slick-dots li button::before{
    font-size: 30px;
    color: #fff;
}
.slick-dots li.slick-active button:before{
    color: #ffffff;
}

.modal-open .modal {
  z-index: 999999;
}
.modal-header{
  border-bottom: none !important;
}
.modal-content {
  max-height: 90vh;
  overflow: auto;
  border: 2px solid #EA881F;
  border-radius: 20px;
  padding: 0.5rem 1rem;
}
.modal-header .close {
  outline: none;
  padding: 1rem 0.5rem;
}
.modal-title {
  font-weight: 600;
}
.modal-header .close span {
  font-weight: 400;
  color: #EA881F;
  border: 1px solid #EA881F;
  border-radius: 50%;
  height: 25px;
  display: block;
  width: 25px;
}


.radio-btn input {
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-radius: 50%;
}

.radio {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 15px;
}

.service-wrapp {
    padding: 30px 0;
}
.welcome-wrapp {
    padding: 70px 0 50px;
}
.welcome-wrapp h2 {
    font-size: 28px;
    color: #6EB34A;
}
.welcome-wrapp h1{
    font-size: 34px;
    font-weight: 700;
}
.welcome-col1{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.welcome-col2{
    width: 50%;
    display: flex;
    align-items: center;
}
.welcome-col2 p {
    font-size: 16px;
}


.service-box {
    width: 48%;
    margin: 0 4% 3% 0;
    position: relative;
    min-height: 250px;
}
.service-box:nth-child(2n) {
    margin-right: 0;
}
.service-box img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.service-btn a {
    cursor: pointer;
}

.service-btn {
    position: absolute;
    right: 0;
    padding: 25px 10px 2px 25px;
    bottom: 0;
    background-color: #6EB34A;
    border-radius: 100% 0 5px;
    z-index: 9;
}
.service-btn img {
    width: 35px;
}
.service-bar{
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.caption{
    display: block;
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.service-content{
    margin: auto;
    padding: 4.5% 20% 8% 8%;
}
.service-content h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.service-box:hover .service-content h2{
  min-height: inherit;
}
.service-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.service-box:hover .caption{
    height: 100%;
    opacity: 1;
    inset-block: 0;
}
.service-box:hover .service-btn{
    background-color: #EA881F;
}
.service-connect{
  margin: 10px 0 0 0;
}
.service-connect img{
  width: 30px;
  margin-right: 20px;
}


/* .scroll-text {
    overflow: auto;
    max-height: 85px;
    padding-right: 5px;
} */



/* ==================== Ads Banner Section ===================== */
.ads-banner-section {
    background: url(../images/adsbanner.png), linear-gradient(90deg, #180316 0%, #180316 60%, #180316 100%);
    color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    width: 100%;
    float: left;
    overflow: visible;
    padding: 0;
}

.ads-flex-container {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* Left: the actual banner photo */
.ads-banner-wrap {
    width: 26%;
    position: relative;
    overflow: visible;
}

.ads-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left center;
}

/* Logo sits on top, overlapping the right edge of banner photo into dark area */
.ads-logo-img {
    position: relative;
    width: 20%;
}

.ads-logo-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Right: dark content flex row */
.ads-content {
    display: flex;
    align-items: flex-start;
    gap: 3%;
    padding: 70px 0 80px;
}



.ads-list-col.ads-info-col2 {
    width: 30%;
}

.ads-list-col.ads-info-col3 {
    width: 30%;
}

.ads-info-col.ads-info-col1 {
    width: 35%;
}


.ads-title {
    font-size: 36px;
    font-weight: 500;
    color: #DFED03;
    margin-bottom: 4px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.ads-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #00d28d;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
}

.ads-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #0C9869;
    padding: 10px 27px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.ads-call-btn i {
    margin-right: 8px;
    font-size: 22px;
}

.ads-call-btn:hover {
    background-color: #f0f0f0;
    color: #076d56;
    transform: translateY(-2px);
    text-decoration: none;
}

.ads-list-col {
    /* flex: 1 1 0; */
    min-width: 0;
}

.ads-list-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ads-list-col ul li {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.ads-list-col ul li:last-child {
    margin-bottom: 0;
}

.ads-list-col ul li i {
    color: #4BD751;
    font-size: 18px;
    margin-right: 8px;
    flex-shrink: 0;
        margin-bottom: 1px;
}







.insta-slider.mob{display: none;}

/* .insta-grid.desk{display: block;} */


/* ==================== Responsive ===================== */
@media (max-width: 1200px) {
    .ads-title { font-size: 28px; }
    .ads-call-btn { font-size: 14px; padding: 8px 18px; }
    .ads-list-col ul li { font-size: 12px; white-space: normal; }
    .ads-content { padding-left: 70px; gap: 20px; }

    .cta-call-btn i {font-size: 14px;}



}

@media (max-width: 991px) {
    .ads-flex-container { flex-wrap: wrap; }
    .ads-banner-wrap { width: 100%; overflow: hidden; }
    .ads-banner-img { width: 100%; height: 200px; object-fit: cover; object-position: center top; }
    .ads-logo-img {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -50px;
        transform: translateX(-50%);
    }
    .ads-content {
        flex-wrap: wrap;
        padding: 60px 20px 20px;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }
    .ads-info-col { width: 100%; }
    .ads-list-col { flex: 0 0 50%; max-width: 50%; }
}



@media screen and (min-width:768px) and (max-width:900px) {
.ads-logo-img {
    transform: none;
    position: static;
    width: auto;
}

.ads-list-col.ads-info-col2 {
    flex: none;
    width: 50%;
}

.ads-list-col.ads-info-col3 {
    flex: none;
    width: 47%;
}

.ads-banner-section {
    background-position: center;
    background-size: cover;
    background-position-x: 0%;
    position:relative;
}

.ads-content {
    padding: 60px 20px;
    z-index: 9;
    position: relative;
}

.ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}


.ads-info-col.ads-info-col1 {
    width: 100%;
    margin-bottom: 30px;
}


}


@media (max-width: 575px) {
    .ads-list-col { flex: 0 0 100%; max-width: 100%; }
    .ads-list-col ul li { white-space: normal; }
}




/* ============================================================= */




/* ==================== Reviews Section ======================== */
.reviews-wrapp {
    background: #f7f7f7;
    padding: 60px 0 70px;
    width: 100%;
    float: left;
    position: relative;
}


.google-logo img {
    width: 80px;
}


.reviews-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.reviews-heading h2 {
    font-size: 26px;
    font-weight: 500;
    color: #222;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.google-logo {
    display: flex;
    align-items: center;
}

/* Review Cards */
.reviews-slider {
    position: relative;
    padding: 0 50px;
}

/* Slick gap fix: padding on each slide + compensate on list */
.reviews-slider .slick-list {
    margin: 0 -14px;
}

.reviews-slider .slick-slide {
    padding: 0 10px;

    margin-right: 0px;
}

.review-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 30px;
    margin: 0;
    display: flex !important;
    flex-direction: column;
    min-height: 210px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease;
}

.review-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.review-stars {
    margin-bottom: 12px;
}

.review-stars i {
    color: #FBBC05;
    font-size: 17px;
    margin-right: 2px;
}

.review-text {
    font-size: 13.5px;
    color: #444;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #041627;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Poppins', sans-serif;
    background: #D2E4FB;
}

.review-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-info strong {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.review-info span {
    font-size: 11.5px;
    color: #777;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-family: 'Poppins', sans-serif;
    line-height: 15px;
}

/* Prev / Next Arrows */
.rev-prev,
.rev-next {
    position: absolute;
    margin: 0 -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #555;
    font-size: 14px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}


.google-logo img {
    width: 80px;
}

button.rev-prev.slick-arrow:focus {
    outline: none;
}

button.rev-next.slick-arrow:focus {
    outline: none;
}




.rev-prev { left: 0; }
.rev-next { right: 0; }

.rev-prev:hover,
.rev-next:hover {
    background: #EA881F;
    color: #fff;
    border-color: #EA881F;
}

/* Responsive */
@media (max-width: 991px) {
    .reviews-slider { padding: 0 40px; }
    .review-card { margin: 8px 5px; }
}

@media (max-width: 575px) {
    .reviews-wrapp { padding: 40px 0 50px; }
    .reviews-heading h2 { font-size: 20px; }
    .review-card { min-height: auto; }
}


@media screen and (max-width: 767px) {
    .reviews-slider {
        padding: 0 10px;
    }
    .rev-prev,
    .rev-next {
        display: none !important;
    }
    /* Slick Dots Custom Style */
    .reviews-slider .slick-dots {
        bottom: -35px;
        left: 0;

    }
    .reviews-slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        display: inline-block;
    }
    .reviews-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 50%;
        background: #ccc;
        border: none;
        outline: none;
        transition: all 0.3s ease;
    }
    .reviews-slider .slick-dots li button::before {
        display: none;
    }
    .reviews-slider .slick-dots li.slick-active button {
        background: #EA881F;
        transform: scale(1.2);
    }
}


@media screen and (min-width:320px) and (max-width:480px) {
  .reviews-slider .slick-slide {
    padding: 0 0px;

    margin-right: 10px;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
    .reviews-slider .slick-slide {
    padding: 0 0px;

    margin-right: 10px;
}
}
@media screen and (min-width:601px) and (max-width:767px) {
    .reviews-slider .slick-slide {
    padding: 0 0px;

    margin-right: 10px;
}
}


@media screen and (min-width:768px) and (max-width:900px) {
  .reviews-slider .slick-slide {
    padding: 0 10px;

    margin-right: 0px;
}
}


@media screen and (min-width:901px) and (max-width:1024px) {


  
    .ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}

  .ads-banner-section{
    position: relative;
  }

  .ads-content{
    position: relative;
    z-index: 9;
  }


}



@media screen and (min-width:1025px) and (max-width:1240px) {

  .cta-right {
    max-width: 275px;
}


  
    .ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}

  .ads-banner-section{
    position: relative;
  }

  .ads-content{
    position: relative;
    z-index: 9;
  }



}


@media screen and (min-width:1241px) and (max-width:1340px) {


    .ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}

  .ads-banner-section{
    position: relative;
  }

  .ads-content{
    position: relative;
    z-index: 9;
  }

}

@media screen and (min-width:1341px) and (max-width:1440px) {


}


@media screen and (min-width:1441px) and (max-width:1540px) {

}





/* ============================================================= */


/* ==================== Instagram Section ====================== */
.insta-wrapp {
    background: #fff;
    padding: 55px 0 65px;
    width: 100%;
    float: left;
}

.insta-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
}

.insta-heading h2 {
    font-size: 26px;
    font-weight: 500;
    color: #222;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.insta-icon {
    display: flex;
    align-items: center;
}

/* 4-column image grid */
.insta-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

.insta-tile {
    flex: 1 1 0;
    max-width: 260px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.insta-tile img {
    width: 100%;

    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.insta-tile:hover img {
    transform: scale(1.05);
}

/* Instagram badge overlay top-right */
.insta-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px !important;
    height: 25px !important;
    transition: none !important;
    transform: none !important;
}

/* Responsive */


@media (max-width: 575px) {
    .insta-tile {
    max-width: unset;
    width: 48% !important; row-gap: 2%;
    flex: unset;
}

.insta-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
}
}


@media (max-width: 480px) {

.insta-heading h2 {
    font-size: 20px;
}

}
/* ============================================================= */









/* ==================== CTA Banner Section ===================== */
.cta-banner-wrapp {
    background: linear-gradient(90deg, #0f09a5 0%, #080369 100%);
   padding: 70px 0 56px;
    width: 100%;
    float: left;
}

.cta-banner-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

/* Left Text */
.cta-left h2 {
    color: #DFED03; /* Yellow text */
    font-size: 37px;
    font-weight: 600;
    margin: 0 0 8px 0;
    font-family: 'Poppins', sans-serif;
}

.cta-left p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Center Logo */
.cta-center {
    display: flex;
    justify-content: center;
}

.fastag-large-logo {
    max-width: 260px;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    /* padding: 8px; */
}

/* Right CTA */
.cta-right {
    /* text-align: right; */
}

.cta-right h3 {
    color: #DFED03; /* Yellow text */
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 12px 0;
    font-family: 'Poppins', sans-serif;
}

.cta-call-btn {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #0f09a5;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.cta-call-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.cta-call-btn:hover {
    background: #f7e008;
    color: #080369;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .cta-banner-inner { flex-direction: column; text-align: center; gap: 25px; }
    .cta-right { text-align: center; }
    .fastag-large-logo { max-width: 240px; }


}


@media screen and (min-width:768px) and (max-width:991px) {

.cta-left h2 {
    font-size: 18px;
}

.cta-left p {
    font-size: 14px;
}

.cta-right h3 {
    font-size: 15px;
}

.cta-banner-inner {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 3%;
    flex-direction: row;
    text-align: left;
}

.fastag-large-logo {
    max-width: 300px;
}

.cta-right {
    text-align: left;
}



}





@media (max-width:900px){




}



@media (max-width:767px){
 


.cta-banner-wrapp {
    padding: 30px 0 40px;
}


.footer-brand {
    width: 120px !important;
    margin: 0 0% 0 0 !important;
    top: 0 !important;
}

 .cta-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    align-items: center;
}

}




@media (max-width: 575px) {
    .cta-left h2 { font-size: 20px; }
    .cta-left p { font-size: 15px; }
    .cta-right h3 { font-size: 17px; }
    .fastag-large-logo { max-width: 200px; }
}
/* ============================================================= */









/* ============================================================= */




.banking-wrapp {
    padding: 50px 0;
}
.banking-wrapp .row {
    justify-content: center;
}
.banking-wrapp h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}
.banking-wrapp p {
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin-bottom: 20px;
}

.banking{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 70px 0 0 0;
}
.banking-form {
  width: 50%;
  margin: 20px 0 50px;
}
.banking-img {
    width: 20%;
    margin: 0 6.6% 6% 0;
}
.banking-img:nth-child(4n) {
    margin-right: 0;
}
footer {
    padding: 50px 0;
    float: left;
    background-color: #f7f7f7;
    width: 100%;
}
footer .row {
  justify-content: space-between;
}
.footer-brand {
    width: 120px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 3% 0 0;
    top: -15px;
}
.foot-nav {
  display: flex;
}
.foot-links {
  margin: 0 0 0 30px;
}
.foot-links a {
  font-size: 18px;
  color: #000;
  padding: 10px;
}
.copyright{
  float: right;
}
.copyright p {
  font-size: 18px;
}



.inner-banner{
  background: url(../images/Contact-Banner.jpg) center no-repeat;
  background-size: cover;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner .row{
  justify-content: center;
}
.inner-banner h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}



.contact-wrapp {
  padding: 50px 0;
}
.contact-col {
  width: 50%;
  padding: 50px;
  position:relative;
}
.contact-col  h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 30px;
}
.contact-col p {
  margin: 0 0 15px;
}
.text-field{
  margin-bottom: 20px;
}
.text-field input {
  width: 100%;
  height: 45px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 12px;
}
.text-field textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  resize: none;
  padding: 12px;
}
.text-field label {
  font-size: 14px;
  margin-bottom: 5px;
}

.dropdown-vehicle {
    margin-bottom: 20px;
}
.dropdown-vehicle label {
    font-size: 14px;
}
.dropdown-vehicle select {
    width: 100%;
    height: 45px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: url('../images/chevron-down.svg') no-repeat center;
    background-position-x: 98%;
    background-size: 20px;
}
.modal-content::-webkit-scrollbar{
  display: none;
}



.form-btn input {
  background-color: #38AC36;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}
.contact-img {
  margin: 0 0 15px;
  padding: 0 15px;
}
.get-in-touch h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.get-in-touch p {
  font-size: 14px;
}
.get-in-touch-btn{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.get-in-touch-btn a.btn{
  border: 2px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 8px;
  padding: 5px 10px;
}
.get-in-touch-btn a.btn img{
  width: 35px;
}
.get-in-touch-btn a.btn h3 {
  text-align: left;
  margin-left: 10px;
  font-weight: 400;
}
.get-in-touch-btn a.btn h3 span{
  display: block;
  font-weight: bold;
}



.service-banner{
  background: url(../images/Services-Banner.jpg) center no-repeat;
  background-size: cover;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banner .row{
  justify-content: center;
}
.service-banner h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}


.services-wrapp{
  padding: 50px 0;
}
.services-row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
  margin: 0 0 5%;
}
.services-col1{
  width: 30%;
 
}
.services-col1 img {
  border-radius: 15px;
  width: 100%;
}
.services-row.odd .services-col2{
  width: 70%;
  padding: 0 10px 0 30px;
  position: relative;
}
.services-col2 h2{
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px;
  padding-right: 65px;
}
.services-col2 p{
  font-size: 16px;
  margin: 0 0 20px;
}
a.service-btn1 {
  background: #6EB34A;
  padding: 10px 20px;
  border-radius: 8px;
  text-transform: capitalize;
  color: #fff !important;
  cursor: pointer;
}

.services-col2 ul {
  padding: 10px 0;
}
.services-col2 ul li{
  font-size: 16px;
  list-style: inside;
}
.services-row.odd .services-connect{
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.services-connect img{
  width: 25px;
  margin-left: 10px;
}
.services-connect .wtsp img{
  width: 29px;
}

.services-row.even .services-col2{
  width: 70%;
  padding: 0px 30px 0px 0;
  position: relative;
}

.services-row.even .services-connect{
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 0;
}


 .error-notice h3 {
  color: red;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.formcall h2 {
    position: absolute;
    left: 150px;
    color: #38AC36;
    font-size: 13px;
}




.insta-slider {
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform .4s ease;
}

.slide {
    min-width: 100%;
    display: flex;
    gap: 10px;
}

.insta-tile {
    width: 50%;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #000;
}



/* responsive */








@media screen and (max-width: 991px) {
    .navigation-wrap .head-main .head-logo {
      padding: 0% 0 0;
    }
    header .navbar-brand {
      margin-left: 0;
      width: auto;
      border: none;
    }
  
    header .navbar-expand-md .navbar-nav {
      height: 100%;
    }
  
    header button.navbar-toggler {
      position: fixed;
      right: 10px;
      /* top: 22px; */
      top: 35px;
      z-index: 999999 !important;
    }
  
    header #navbarTogglerDemo01 {
      height: 103vh;
      overflow: hidden;
      position: fixed;
      top: 0;
      background: #fff;
      width: 100%;
      left: 0;
      z-index: 9999;
      display: inline-block;
      opacity: 0;
      visibility: hidden;
      height: 0;
      transition: ease all 0.5s;
      -webkit-transition: ease all 0.5s;
    }
  
    header #navbarTogglerDemo01.show {
      opacity: 1;
      visibility: visible;
      height: 100%;
    }
  
    header .navbar-expand-md .navbar-nav {
      padding-top: 50px !important;
      padding-left: 0;
      padding-right: 0;
      height: 100vh;
      text-align: center;
      background: none !important;
      display: inline-block;
      width: 100%;
    }
  
    .navigation-wrap ul.navbar-nav li.nav-item {
      width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      height: auto;
      border: none !important;
    }
  
    .navigation-wrap ul.navbar-nav li.nav-item a.nav-link {
      font-size: 20px;
      line-height: normal;
      padding: 15px 0 !important;
      text-align: center;
      color: #000;
      border-bottom: none;
    }
  
    button.navbar-toggler .navbar-toggler-icon:before,
    button.navbar-toggler .navbar-toggler-icon:after {
      width: 28px;
      position: absolute;
      height: 2px;
      background-color: #000000;
      top: 0;
      left: 0;
      content: "";
      z-index: 2;
      transition: all 300ms linear;
    }
  
    button.navbar-toggler .navbar-toggler-icon:after {
      top: 9px;
    }
  
    button.navbar-toggler .navbar-toggler-icon {
      width: 28px;
      height: 20px;
      background-image: none;
      position: relative;
      border-bottom: 2px solid #000;
      transition: all 300ms linear;
    }
  
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      border-color: transparent;
    }
  
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
      transform: translateY(8px) rotate(-45deg);
    }
  
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
      transform: rotate(45deg);
    }
  
    .navigation-wrap ul.navbar-nav {
      top: 50%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto !important;
      transform: translateY(-50%);
    }
  
    header .navigation-wrap .navbar .head-main .head-right {
      margin-right: 62px;
    }
  
    header .navigation-wrap .navbar .head-main .head-right a {
      padding: 10px 5px;
      text-align: center;
    }
  
    header .navigation-wrap .navbar .head-main .head-right a img {
      width: 20px;
    }
    .navigation-wrap .head-nav ul li.nav-item {
      display: flex;
      justify-content: center;
    }
    .navigation-wrap .head-nav ul li.call-btn {
      display: flex;
      justify-content: center;
    }
    .navigation-wrap .head-nav ul li.nav-item.active a {
      background-color: #fff;
    }
    .navigation-wrap ul.navbar-nav li.nav-item a.nav-link:hover {
      color: #000;
    }
  
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
      background-color: #000;
    }
    
    .navigation-wrap .head-nav ul li.nav-item a.btn{
      color: #6EB34A;
    }
  
    button:focus {
      outline: none;
    }
  }



 
@media screen and (max-width: 1440px){
/* .home-banner {
    height: 625px;
} */
}

@media screen and (max-width: 860px){
/* .home-banner {
    height: 350px;
} */
}

@media screen and (max-width: 767px){
  .home-banner {
        aspect-ratio: 16 / 8;
        height: auto;}

}






@media screen and (max-width:767px) {
  .container{
    max-width:  90%;
  }
  .banking-form {
    width: 60%;
}
.footer-brand {
  top: -30px;
}
}
@media screen and (min-width:768px) {
  .container{
    max-width:  90%;
  }
}

@media screen and (max-width:600px) {
  .banner-silder-wrapp.desk-top {
    display: none;
}
.mobile-slider {
  display: block !important;
  padding: 50px 0;
}
.banner-silder-wrapp.mobile {
  width: 100%;
}
.slick-dots li button::before{
  color: #000;
}
.slick-dots li.slick-active button:before{
  color: #000;
}
.service-content h2 {
  min-height: inherit;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}


@media screen and (max-width:1199px) and (min-width:1024px){
  .service-content {
    padding: 5% 15% 2% 4% !important;
}
.caption{
  height: 85px;
}
.foot-links {
  margin: 0 0 0 5px;
}
.foot-links a {
  font-size: 16px;
}
.copyright p {
  font-size: 16px;
}
.contact-col {
 padding: 50px 30px;
}
.get-in-touch-btn a.btn {
  font-size: 13px;
  padding: 5px 8px;
}
}



@media screen and (min-width: 320px) and (max-width:480px) {
  
.scroll-text {
    overflow: auto;
    max-height: 104px;
    padding-right: 5px;
}


.service-content {
    padding: 6.5% 20% 8% 5% !important;
}



.ads-list-col.ads-info-col2 {
    width: 100%;
    flex: none;
}

.ads-list-col.ads-info-col3 {
    width: 100%;
    flex: none;
}

.ads-info-col.ads-info-col1 {
    width: 100%;
    margin-bottom: 30px;
}

.ads-logo-img {
    transform: none;
    margin-bottom: 18px;
    position: static;
    width: auto;
}

.ads-content {
    padding: 60px 0px;
    gap: 10px;
}

.ads-banner-section {
    background-position: center;
    background-size: cover;
    background-position-x: 0%;
    position:relative;
}

.ads-content {
    padding: 60px 0px;
    z-index: 9;
    position: relative;
}

.ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}
.ads-list-col {
    max-width: 100%;
}


.ads-list-col ul li {
    justify-content: center;
}


}






@media screen and (min-width: 481px) and (max-width:600px) {

.scroll-text {
    overflow: auto;
    max-height: 112px;
    padding-right: 5px;
}


.ads-list-col ul li {
    justify-content: center;
}




.ads-list-col.ads-info-col2 {
    width: 100%;
    flex: none;
}

.ads-list-col.ads-info-col3 {
    width: 100%;
    flex: none;
}

.ads-info-col.ads-info-col1 {
    width: 100%;
    margin-bottom: 30px;
}

.ads-logo-img {
    transform: none;
    margin-bottom: 18px;
    position: static;
    width: auto;
}

.ads-content {
    padding: 60px 0px;
    gap: 10px;
}
.ads-banner-section {
    background-position: center;
    background-size: cover;
    background-position-x: 0%;
    position:relative;
}

.ads-content {
    padding: 60px 0px;
    z-index: 9;
    position: relative;
}

.ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}

.ads-list-col {
    max-width: 57%;
}



}








@media screen and (min-width: 601px) and (max-width:767px) {
  .ads-logo-img {
    transform: none;
    margin-bottom: 18px;
    position: static;
    width: auto;
}

.ads-content {
    padding: 60px 0px;
    gap: 10px;
}
.ads-banner-section {
    background-position: center;
    background-size: cover;
    background-position-x: 0%;
    position:relative;
}

.ads-content {
    padding: 60px 0px;
    z-index: 9;
    position: relative;
}

.ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}
.ads-list-col.ads-info-col3 {
    width: fit-content;
    flex:none
}

.ads-list-col.ads-info-col2 {
    width: fit-content;
    margin-right: 10%;
    flex:none;
}

.ads-info-col.ads-info-col1 {
    width: 100%;
    margin-bottom: 30px;
}
}


@media screen and (min-width:768px) and (max-width:900px) {



.scroll-text {
    overflow: auto;
    max-height: 94px;
    padding-right: 5px;
}


.ads-banner-section {
    background-position: center;
    background-size: cover;
    background-position-x: 0%;
    position:relative;
}

.ads-content {
    padding: 60px 0px;
    z-index: 9;
    position: relative;
}

.ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}



.ads-logo-img {
    transform: none;
    position: static;
    width: auto;
}

.ads-list-col.ads-info-col2 {
    flex: none;
        margin-right: 10%;
        width: fit-content;
}

.ads-list-col.ads-info-col3 {
    flex: none;
        width: fit-content;
}



}



@media screen and (min-width:901px) and (max-width:1024px) {


.scroll-text {
    overflow: auto;
    max-height: 106px;
    padding-right: 5px;
}




.ads-banner-section {
    background-position: center;
    background-size: cover;
    background-position-x: 0%;
    position:relative;
}

.ads-content {
    padding: 60px 0px;
    z-index: 9;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.ads-banner-section:after {
    content: "";
    position: absolute;
    background: #000000a1;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    right:0;
}



.ads-logo-img {
    transform: none;
    position: static;
    width: auto;
}

.ads-list-col.ads-info-col2 {
    flex: none;
        width: fit-content;
}

.ads-list-col.ads-info-col3 {
    flex: none;
width: fit-content;
        margin-right: 10%;
}


.ads-info-col.ads-info-col1 {
    width: 100% !important;
    margin-bottom: 30px !important;
}



.cta-right {
    max-width: 300px;
}


}







@media screen and  (max-width:1240px) {
.ads-content {
   
    padding: 50px 0 50px;
}
.cta-left h2 {
    font-size: 30px;
}

.cta-left p {
    font-size: 26px;
}

.cta-right h3 {
    font-size: 22px;
}

.cta-call-btn {
    font-size: 20px;
}


}








@media screen and (min-width:1025px) and (max-width:1240px) {



.scroll-text {
    overflow: auto;
    max-height: 108px;
    padding-right: 5px;
}



.ads-list-col ul li{
  align-items: flex-start;
}

.ads-subtitle {
    font-size: 12px;
}



}


@media screen and (max-width:1024px) and (min-width:960px){


  /* .service-content {
    padding: 1% 17% 1% 5% !important;
} */


.caption {
  height: 90px;
}
.foot-links {
  margin: 0;
}
.foot-links a {
  font-size: 16px;
  padding: 10px 7px;
}
.copyright p {
  font-size: 16px;
}
.contact-col {
  padding: 50px 25px;
}
 .get-in-touch-btn a.btn {
  font-size: 13px;
  padding: 5px 7px;
 }
 .get-in-touch-btn a.btn h3 {
  margin-left: 5px;
}
}

@media screen and (max-width:959px) and (min-width:768px) {
  .welcome-wrapp {
    padding: 50px 0 30px;
}
  .welcome-col2 {
    padding: 0 0 0 15px;
}
.welcome-col2 p {
    font-size: 14px;
}
.caption{
  height: 75px;
}
.service-content {
   padding: 3% 20% 8% 8%;
}
.service-content p {
    font-size: 12px;
}
.banking-wrapp {
  padding: 25px 0;
}
.banking-wrapp p {
    font-size: 14px;
    width: 85%;
}
.footer-brand {
  width: 170px;
}
.foot-links {
  margin: 0;
}
.foot-links a {
  font-size: 14px;
  padding: 10px 5px;
}
.copyright p {
  font-size: 14px;
}

.contact-col {
  padding: 10px 0 10px 25px;
}
.get-in-touch-btn a.btn {
  font-size: 13px;
  padding: 5px 6px 5px 4px;
  margin: 0 0 10px;
}
.get-in-touch-btn a.btn img {
  width: 25px;
}
 .get-in-touch-btn a.btn h3 {
  margin-left: 5px;
}

.services-col1 {
  width: 35%;
}
.services-row.odd .services-col2 {
  width: 65%;
}
.services-row.even .services-col2 {
  width: 65%;
}
}


@media screen and (min-width:901px) and (max-width:1024px) {

.cta-banner-wrapp {
    padding: 50px 0 50px;}

}


@media screen and (min-width:768px) and (max-width:900px) {


  .cta-left h2 {
    font-size: 26px;
}

.cta-left p {
    font-size: 18px;
}

.cta-right h3 {
    font-size: 16px;
}


.cta-call-btn {
    font-size: 16px;
    padding: 10px 20px;
}

.cta-call-btn i {
    font-size: 16px;
}



.cta-banner-wrapp {
    padding: 50px 0 50px;}





}


@media screen and (max-width:767px) {


  .cta-left h2 {
    font-size: 26px;
}

.cta-left p {
    font-size: 18px;
}

.cta-right h3 {
    font-size: 16px;
}

    .cta-call-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .cta-call-btn i {
        font-size: 16px;
    }
.insta-wrapp,
.reviews-wrapp{padding: 50px 0 50px;}


    .ads-content {
        padding: 40px 0 40px;
    }


.insta-slider.mob{display: block;}

.insta-grid.desk{display: none;}



}


@media screen and (max-width:767px) and (min-width:601px) {
  .service-banner {
    height: 185px;
}
.inner-banner{
  height: 185px;
}
  .banner-silder-wrapp h3 {
    font-size: 16px;
}
  .banner-silder-wrapp {
    width: 55%;
}
.service-wrapp {
  padding: 25px 0;
}
  .service-box {
    width: 100%;
    margin: 0 0% 3% 0;
}
.service-content {
  margin: auto;
  padding: 5% 20% 8% 8%;
}

.caption {
  height: 92px;
}
.welcome-wrapp h2 {
  font-size: 24px;
}
.welcome-col2 p {
  font-size: 14px;
}
.banking-wrapp {
  padding: 25px 0;
}
.banking-wrapp p {
  font-size: 14px;
  width: 94%;
}
footer {
  padding: 30px 0;
}
footer .container{
  width: 100%;
  max-width: 98%;
}
.footer-brand {
  width: 145px;
  margin: 0 1% 0 0;
}
.foot-links {
  margin: 0;
}
.foot-links a {
  font-size: 12px;
  padding: 10px 5px;
}
.copyright p {
  font-size: 12px;
}
.contact-col {
  padding: 10px 10px;
}
 .get-in-touch-btn a.btn {
   font-size: 14px;
   padding: 5px 10px;
   margin: 0 0 10px;
   width: 255px;
 }
 .get-in-touch-btn a.btn h3 {
  margin-left: 5px;
}
.services-col1 {
  width: 40%;
}
.services-row.odd .services-col2 {
  width: 60%;
}
.services-row.even .services-col2 {
  width: 60%;
}
.services-col2 p {
  font-size: 16px;
}
.services-col2 ul li {
  font-size: 14px;
}
.services-row.even .services-connect {
  top: 0;
}
.services-row.odd .services-connect {
  top: 0;
}
.services-connect .wtsp img {
  width: 24px;
}
.services-connect img {
  width: 20px;
}
}

@media screen and (max-width:600px) and (min-width:425px){
  .service-banner {
    height: 150px;
}
.inner-banner{
  height: 150px;
}
  .banner-silder-wrapp h3 {
    font-size: 14px;
}
  .banner-silder-wrapp {
    width: 65%;
}
.service-wrapp {
  padding: 25px 0;
}
.services-row.odd .services-connect {
  top: 20px;
}
.services-row.even .services-connect {
  top: 20px;
}
  .service-box {
    width: 100%;
    margin: 0 0% 3% 0;
}

.service-content p {
  font-size: 12px;
}
.service-content {
 
  padding: 3% 20% 8% 8%;

}
.caption{
  height: 100%;
}
.welcome-wrapp {
  padding: 11px 0 30px;
}
.welcome-col1 {
  width: 100%;
  margin: 0 0 20px;
}
.welcome-wrapp h2 {
  font-size: 24px;
}
.welcome-wrapp h1 {
  font-size: 30px;
  font-weight: 700;
}
.welcome-col2 {
  width: 100%;
}

.welcome-col2 p {
  font-size: 14px;
}
.banking-wrapp {
  padding: 30px 0;
}
.banking-wrapp p {
  font-size: 14px;
  width: 100%;
}
.banking-img:nth-child(3n) {
  margin-right: 0 !important;
}
.banking-img:nth-child(2n) {
  margin-right: 6.6%;
}
.banking-img {
  width: 28.9%;
  margin: 0 6.6% 6% 0;
}
footer {
  padding: 30px 0;
}
footer .container{
  width: 100%;
  max-width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .row {
  justify-content: center;
}
.footer-brand {
  width: 145px;
  margin: 0 1% 0 0;
}
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-links {
  margin: 0;
  line-height: 28px;
}
.foot-links a {
  font-size: 14px;
  padding: 10px 5px;
}
.copyright p {
  font-size: 14px;
}

.contact-wrapp {
  padding: 30px 0;
}
.contact-col {
  width: 100%;
  padding: 25px;
}
.get-in-touch-btn a.btn {
  
  font-size: 12px;
  padding: 5px 5px;
  margin: 0 0 10px;
  width: 225px;

}
.services-col1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.services-col2 p {
  font-size: 16px;
}
.services-col2 ul li {
  font-size: 14px;
}
.services-row.odd .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-row.even .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-row.even .services-connect {
  right: 0;
}
}

@media screen and (max-width:424px) and (min-width:375px){
  .service-banner {
    height: 120px;
}
.inner-banner{
  height: 120px;
}
.service-banner h2 {
  font-size: 24px;
}
  .inner-banner h2 {
    font-size: 24px;
}
  .banner-silder-wrapp h3 {
    font-size: 12px;
}
  .banner-silder-wrapp {
    width: 70%;
}
.service-wrapp {
  padding: 25px 0;
}
.services-row.odd .services-connect {
  top: 20px;
}
.services-row.even .services-connect {
  top: 20px;
}
  .service-box {
    width: 100%;
    margin: 0 0% 3% 0;
}
.service-wrapp {
  padding: 10px 0;
}
.service-content p {
  font-size: 12px;
}
.service-content {
  padding: 2% 20% 8% 5%;
}
.caption{
  height: 100%;
}
.welcome-wrapp {
  padding: 11px 0 30px;
}
.welcome-col1 {
  width: 100%;
  margin: 0 0 20px;
}
.welcome-wrapp h1 {
  font-size: 28px;
}
.welcome-wrapp h2 {
  font-size: 22px;
}
.welcome-col1 p {
  font-size: 14px;
}
.welcome-col2 {
  width: 100%;
}

.welcome-col2 p {
  font-size: 14px;
}
.banking-wrapp {
  padding: 30px 0;
}
.banking-wrapp p {
  font-size: 12px;
  width: 100%;
}
.banking-img:nth-child(3n) {
  margin-right: 0 !important;
}
.banking-img:nth-child(2n) {
  margin-right: 6.6%;
}
.banking-img {
  width: 28.9%;
  margin: 0 6.6% 6% 0;
}
footer {
  padding: 30px 0;
}
footer .container{
  width: 100%;
  max-width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .row {
  justify-content: center;
}
.footer-brand {
  width: 145px;
  margin: 0 1% 0 0;
}
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-links {
  margin: 0;
  line-height: 28px;
}
.foot-links a {
  font-size: 14px;
  padding: 10px 5px;
}
.copyright p {
  font-size: 14px;
}
.contact-wrapp {
  padding: 30px 0;
}
.contact-col {
  width: 100%;
  padding: 25px 0;
}
.get-in-touch-btn a.btn {
  font-size: 12px;
  padding: 5px 5px;
  margin: 0 0 10px;
}
.services-col1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.services-row.odd .services-connect {
  top: 20px;
}
.services-row.even .services-connect {
  top: 20px;
}
.services-row.odd .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-row.even .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-col2 p {
  font-size: 16px;
}
.services-col2 ul li {
  font-size: 14px;
}
.services-col2 h2 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}
.services-row.even .services-connect {
  right: 0;
}
.services-connect .wtsp img {
  width: 24px;
}
.services-connect img {
  width: 20px;
}
}

@media screen and (max-width:374px) and (min-width:320px){
  .service-banner {
    height: 120px;
}
.inner-banner{
  height: 120px;
}
.service-banner h2 {
  font-size: 24px;
}
  .inner-banner h2 {
    font-size: 24px;
}
  .banner-silder-wrapp h3 {
    font-size: 12px;
}
  .banner-silder-wrapp {
    width: 75%;
}
.service-wrapp {
  padding: 25px 0;
}
.services-row.odd .services-connect {
  top: 20px;
}
.services-row.even .services-connect {
  top: 20px;
}
  .service-box {
    width: 100%;
    margin: 0 0% 3% 0;
}
.service-wrapp {
  padding: 10px 0;
}

.service-content h2 {
  font-size: 18px;
}

.service-connect img {
  width: 25px;
}
.service-content p {
  font-size: 12px;
}
.service-content {
  padding: 0.5% 20% 8% 5%;
}
.caption{
  height: 100%;
}
.welcome-wrapp {
  padding: 11px 0 30px;
}
.welcome-col1 {
  width: 100%;
  margin: 0 0 20px;
}
.welcome-wrapp h1 {
  font-size: 28px;
}
.welcome-wrapp h2 {
  font-size: 22px;
}
.welcome-col1 p {
  font-size: 14px;
}
.welcome-col2 {
  width: 100%;
}

.welcome-col2 p {
  font-size: 14px;
}
.banking-wrapp {
  padding: 30px 0;
}
.banking-wrapp p {
  font-size: 12px;
  width: 100%;
}
.banking-img:nth-child(3n) {
  margin-right: 0 !important;
}
.banking-img:nth-child(2n) {
  margin-right: 6.6%;
}
.banking-img {
  width: 28.9%;
  margin: 0 6.6% 6% 0;
}
footer {
  padding: 30px 0;
}
footer .container{
  width: 100%;
  max-width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .row {
  justify-content: center;
}
.footer-brand {
  width: 145px;
  margin: 0 1% 0 0;
}
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-links {
  margin: 0;
  line-height: 28px;
}
.foot-links a {
  font-size: 12px;
  padding: 10px 5px;
}
.copyright p {
  font-size: 12px;
}
.contact-wrapp {
  padding: 30px 0;
}
.contact-col {
  width: 100%;
  padding: 25px 0;
}
.get-in-touch-btn a.btn {
  font-size: 12px;
  padding: 5px 5px;
  margin: 0 0 10px;
  width: 210px;
}
.get-in-touch-btn a.btn img {
  width: 22px;
}
.services-col1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.services-row {
  padding: 30px 20px;
}
.services-row.odd .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-row.even .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-col2 h2 {
  font-size: 16px;
  padding: 0 50px 0 0;
}
.services-row.even .services-connect {
  right: 0;
}
.services-connect .wtsp img {
  width: 24px;
}
.services-connect img {
  width: 20px;
}
.services-col2 p {
  font-size: 16px;
}
.services-col2 ul li {
  font-size: 12px;
}
}

@media screen and (max-width:319px) {
  .service-banner {
    height: 120px;
}
.inner-banner{
  height: 120px;
}
.service-banner h2 {
  font-size: 24px;
}
  .inner-banner h2 {
    font-size: 24px;
}
  .banner-silder-wrapp h3 {
    font-size: 12px;
}
  .banner-silder-wrapp {
    width: 75%;
}
  .service-box {
    width: 100%;
    margin: 0 0% 3% 0;
}
.service-wrapp {
  padding: 10px 0;
}
.services-row.odd .services-connect {
  top: 20px;
}
.services-row.even .services-connect {
  top: 20px;
}
.service-content h2 {
  font-size: 18px;
}
.service-connect img {
  width: 25px;
}
.service-content p {
  font-size: 12px;
}
.service-content {
  padding: 5% 20% 8% 8%;
}
.caption{
  height: 100%;
}
.welcome-wrapp {
  padding: 11px 0 30px;
}
.welcome-col1 {
  width: 100%;
  margin: 0 0 20px;
}
.welcome-wrapp h1 {
  font-size: 28px;
}
.welcome-wrapp h2 {
  font-size: 22px;
}
.welcome-col1 p {
  font-size: 14px;
}
.welcome-col2 {
  width: 100%;
}

.welcome-col2 p {
  font-size: 14px;
}
.banking-wrapp {
  padding: 30px 0;
}
.banking-wrapp p {
  font-size: 12px;
  width: 100%;
}
.banking-img:nth-child(3n) {
  margin-right: 0 !important;
}
.banking-img:nth-child(2n) {
  margin-right: 6.6%;
}
.banking-img {
  width: 28.9%;
  margin: 0 6.6% 6% 0;
}
footer {
  padding: 30px 0;
}
footer .container{
  width: 100%;
  max-width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .row {
  justify-content: center;
}
.footer-brand {
  width: 145px;
  margin: 0 1% 0 0;
}
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-links {
  margin: 0;
  line-height: 28px;
}
.foot-links a {
  font-size: 12px;
  padding: 10px 5px;
}
.copyright p {
  font-size: 12px;
}
.contact-wrapp {
  padding: 30px 0;
}
.contact-col {
  width: 100%;
  padding: 25px 0;
}
.get-in-touch-btn a.btn {
  font-size: 12px;
  padding: 5px 5px;
  margin: 0 0 10px;
  width: 167px;
}
.get-in-touch-btn a.btn img {
  width: 22px;
}
.services-col1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.services-row {
  padding: 30px 20px;
}
.services-row.odd .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-row.even .services-col2 {
  width: 100%;
  padding: 20px 10px;
}
.services-col2 h2 {
  font-size: 16px;
  padding: 0px 50px 0 0;
}
.services-row.even .services-connect {
  right: 0;
}
.services-connect .wtsp img {
  width: 24px;
}
.services-connect img {
  width: 20px;
}

.services-col2 p {
  font-size: 16px;
}
.services-col2 ul li {
  font-size: 12px;
}
}

@media (max-width:480px) {
  .banking-form {
    width: 85%;
}
}