/* body::-webkit-scrollbar {
    width: 5px;
  }
  body {
    scrollbar-width:5px;
    scrollbar-color:  #4902ce black;
  }
  body::-webkit-scrollbar-track {
    overflow-x: hidden;
    background: black;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #4902ce;
    border-radius: 90px;
    border: 8px solid #4902ce;
  }; */
  @import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
:root{
    --color: #512DA8;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
dl,
dt,
dd,
ol,
nav ul,
nav 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
details{
    font-size: 12px;
    padding: 9px 0;
    transition: all 0.9s ease-in-out;
  
}
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
    color: var(--color);
}
/* input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
       -webkit-appearance: none;
        margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}
.flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    margin:auto;
    vertical-align: middle;
    gap: 9px;
}
.works.top_mg .flex >div{
    width:50%
}
/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*end reset*/


body {
    font-family: 'Nunito', sans-serif;
    background:
    url(../images/body_bg.png);
}

.wrap {
    width: 95%;
    margin: 0 auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    /* firefox */
    -webkit-transition: all .2s linear;
    /* safari and chrome */
    -o-transition: all .2s linear;
    /* opera */
    -ms-transition: all .2s linear;
}

.header {
    /* background: #323232; */
    margin-top: 59px;
}
div.poster>img{
    width:100% ;
    height: 100%;
    /* object-fit: cover; */
}
div.poster>div.text{
    position:absolute;
    bottom: 30%;
    left: 60px;
    z-index: 90;
}

.logo {
    float: left;
    padding: 5px 0;
    width: 119px;
}
.logo>a>img{
width:100% ;
}
.menu {
    float: right;
}

.menu li {
    float: left;
}

.menu li a {
    display: block;
    /* font-family: 'ambleregular'; */
    font-size: 0.85em;
    color: #FFF;
    text-transform: uppercase;
    padding: 36px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.menu li select{
    display: block;
    /* font-family: 'ambleregular'; */
    font-size: 0.85em;
    color: #FFF;
    background: #323232;
    text-transform: uppercase;
    padding: 36px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    position: relative;
    border: none !important;    
    outline: none !important;       
}
.menu li a:hover,
.menu li.active a,.menu li select:hover {
    color: #FFF;
    background: var(--color);
}

/********* Main ************/
.main {
    padding: 50px 0;
}

.content {
    float: left;
    width: 64%;
    margin: 0 2%;
}

.sidebar {
    float: left;
    width: 16%;
}

/************* Sidebar - Right ***********/
.services h3 {
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
    padding: 8px 0;
    text-align: center;
    background: var(--color);
}

.services_list {
    margin-top: 5px;
    background: #FFF;
}
.services_list li details{
    display: block;
    /* background: url(../images/arrow.png) no-repeat 10px 9px; */
    color: #969494;
    font-size: 0.85em;
    border-bottom: 1px solid #D6D6D6;
    padding: 8px 8px 8px 11px;
}




.sidebar_left_bottom {
    margin-top: 15px;
}

.projects h3 {
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
    padding: 8px 0;
    text-align: center;
    background: var(--color);
}

.project_img {
    margin-top: 5px;
    background: #FFF;
    padding: 15px;
}

.projects img {
    max-width: 100%;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

/********* Content ***********/
.content_bottom {
    padding: 25px;
    background: #FFF;
}

.content_bottom h2 {
    /* font-family: 'ambleregular'; */
    font-size: 1.5em;
    color: var(--color);
    padding: 5px 0;
    font-weight: 900;
    text-transform: uppercase;
}

.content_bottom h3 {
    /* font-family: 'ambleregular'; */
    font-size: 0.85em;
    color: var(--color);
    padding: 5px 0;
    line-height: 1.6em;
}

.content_bottom p {
    color: #969494;
    font-size: 0.85em;
    padding: 5px 0;
    line-height: 1.2em;
}
/* featurs list or why satvya */

.top_mg{
    padding: 22px 0 0 0;
}
/* .feature_list  */
.cards{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
/* .feature_list */
 .cards .card{
    /* border: 1px solid #000000; */
    text-align: center;
    border-radius: 8px;
    padding: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.feature_list .cards .card img{
    height: 200px;
    margin: auto;
}
/* banking partners */

.banking_partners >.banks img{
 max-width: 90px;
 margin: auto;
}
/* swiper css */
.swiper {
    width: 100%;
    height: 100%;

  }

  .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }
  /* packages */
  .packages details{
    padding: 3px 0;
    font-size: 15px;
    border-bottom: 0.0001px dashed black;
  }
  .packages details summary{
    /* border: 1px solid blue; */
    /* background: #f2ff00; */
    list-style-type: none;;
  }

  
/* footer */
.socials{
    margin-top: 30px;
}
/************** Sidebar - Right *************/
.sidebar_right_top h3 {
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
    padding: 8px 0;
    text-align: center;
    background: var(--color);
}

.latestnews {
    background: #FFF;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.latestnews_desc {
    padding: 10px 0px;
    border-bottom: 1px solid #ECECEC;
}

.latestnews_desc h4 {
    color: #555;
    /* font-family: 'ambleregular'; */
    font-size: 1em;
}

.latestnews_desc p {
    color: #969494;
    font-size: 0.85em;
    padding: 5px 0;
    line-height: 1.8em;
}

.latestnews_desc span a {
    /* font-family: 'ambleregular'; */
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    text-align: right;
    color: #777;
    text-decoration: underline;
}

.latestnews_desc span a:hover {
    color: var(--color);
    text-decoration: none;
}

.view-all {
    padding-top: 5px;
}

.view-all a {
    /* font-family: 'ambleregular'; */
    color: var(--color);
    font-size: 0.85em;
    background: url(../images/arrow.png) no-repeat 0;
    padding-left: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    text-align: right;
}

.view-all a:hover {
    color: #555;
}

/******** Member-Login ********/
.sidebar_right_bottom h3 {
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
    padding: 8px 0;
    text-align: center;
    background: var(--color);
}

.login_form {
    padding: 15px;
    background: #FFF;
    margin-top: 5px;
}

.login_form h3 {
    color: var(--color);
    font-size: 1.2em;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
    padding-bottom: 15px;
}

.login_form div {
    padding: 5px 0;
}

.login_form span {
    display: block;
    font-size: 0.85em;
    color: #6A6A6A;
    padding-bottom: 5px;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
}

.login_form input[type="text"],.login_form input[type="password"],.login_form input[type="number"],.login_form input[type="email"] {
    font-size: 1em;
    color: #3A3A3A;
    border: 1px solid #CCC;
    background: #cecece;
    padding: 6px;
    width: 94%;
    outline: none;
}


.mybutton {
    /* font-family: 'ambleregular'; */
    background: var(--color);
    padding: 8px 15px;
    color: #FFF;
    border: none;
    display: block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    /* float: right; */
    margin: auto;
    
}

.mybutton:hover {
    background: #222;
    color: #FFF;
}

.login_form span a {
    color: #888;
}

.login_form span a:hover {
    text-decoration: underline;
    color: #555;
}

.login_form h4 {
    font-size: 1em;
    color: #888;
    /* font-family: 'ambleregular'; */
    padding-top: 20px;
}

.login_form a {
    font-size: 0.85em;
    color: var(--color);
}

.login_form a:hover {
    color: #555;
    text-decoration: underline;
}

/*** Footer ***/
.footer {
    background: #FFF;
}

/*  GRID OF FOUR   ============================================================================= */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
label {
    font-size: xx-small;
}
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col_1_of_4 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col_1_of_4:first-child {
    margin-left: 0;
}

/* all browsers except IE6 and lower */

.span_1_of_4 {
    width: 20.8%;
    padding: 1.5%;
}

.span_1_of_4 h3 {
    font-size: 1.2em;
    color: var(--color);
    border-bottom: 1px dotted #D5D5D5;
    /* font-family: 'ambleregular'; */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.span_1_of_4 p {
    font-size: 0.85em;
    padding: 5px 0;
    color: #969494;
    line-height: 1.8em;
}

.span_1_of_4 p span a {
    color: var(--color);
    /* font-family: 'ambleregular'; */
}

.span_1_of_4 p span a:hover {
    color: #222;
}

.location li,
ul.address li a {
    font-size: 0.85em;
    color: #6A6A6A;
    display: block;
    padding: 7px 0;
}

.Testimonials_desc p span.up {
    padding-right: 10px;
}

.Testimonials_desc p span.down {
    padding-left: 10px;
}

.Testimonials_desc p span.down img {
    vertical-align: middle;
}

.Testimonials_desc h5 {
    font-size: 0.85em;
    color: var(--color);
    /* font-family: 'ambleregular'; */
    text-align: right;
    font-style: italic;
}

.copy-right {
    text-align: center;
    padding: 15px 0;
    background: #323232;
}

.copy-right p {
    font-size: 0.85em;
    color: #FFF;
    /* font-family: 'ambleregular'; */
}

.copy-right p a {
    text-decoration: underline;
    color: var(--color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.copy-right p a:hover {
    color: #FFF;
    text-decoration: none;
}
/* ***********  new about   ****************/
.heading_sm{
    width:calc( 100% - 60%) !important;
}
/************ Services **************/
.services_grid {
    float: left;
    width: 80%;
    margin: 0 2% 0 0;
}

.service_desc {
    padding-bottom: 18px;
}

.listview_1_of_2 {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

.listimg {
    display: block;
    float: left;
}

.text {
    display: block;
    float: left;
    margin: 0% 0 0% 3.6%;
}

.listview_1_of_2:first-child {
    margin-left: 0;
}

.images_1_of_2 {
    width: 46.2%;
    padding: 1.5%;
}

.listimg_2_of_1 {
    width: 16.2%;
}

.list_2_of_1 {
    width: 78.2%;
}

.images_1_of_2 img {
    max-width: 100%;
    display: block;
}

.list_2_of_1 h4 {
    color: #555;
    font-size: 1.4em;
    margin: 5px 0;
    text-transform: uppercase;
    /* font-family: 'ambleregular'; */
}

.list_2_of_1 p {
    color: #969494;
    font-size: 0.85em;
    padding: 0;
    line-height: 1.8em;
}

/*********** Marketing ************/
.marketing {
    margin-bottom: 12px;
}

.image {
    clear: both;
    padding: 1.5%;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.grid {
    display: block;
    float: left;
    margin: 0% 0 0% 2.6%;
}

.grid:first-child {
    margin-left: 0;
}

.images_3_of_1 {
    width: 35.2%;
    position: relative;
}

.blog-leftgrids {
    margin-bottom: 25px;
}

.blog-desc {
    width: 60.1%;
}

.images_3_of_1 img {
    max-width: 100%;
    display: block;
}

.blog-desc h4 a {
    color: #555;
    /* font-family: 'ambleregular'; */
    font-size: 1.2em;
    text-transform: uppercase;
}

.blog-desc p {
    font-size: 0.85em;
    color: #787878;
    line-height: 1.8em;
}

/*********** Contact ************/
.contact-form {
    position: relative;
    padding-bottom: 30px;
}

.contact-form div {
    padding: 5px 0;
}

.contact-form span {
    display: block;
    color: #949494;
    /* font-family: 'ambleregular'; */
    padding-bottom: 5px;
    font-size: 0.85em;
    text-transform: uppercase;
}

.contact-form input[type="text"],
.contact-form textarea, 
.contact-form input[type="number"],
.contact-form select {
    padding: 8px;
    display: block;
    width: 98%;
    background: none;
    border: none ;
    border-bottom: 1px solid #DDDCDC;
   
    outline: none;
    outline-color: none;
    
    color: #555;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

.contact-form textarea {
    resize: none;
    /* height: 120px; */
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus,
.contact-form input[type="number"]:focus {
    border-bottom: 0.5px solid var(--color);
}

.submit_button {
    font-size: 1em;
    padding: 10px 20px;
    text-shadow: 0px 1px 1px rgba(94, 94, 94, 0.9);
    color: #FFF;
    border: none;
    cursor: pointer;
    background: var(--color);
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* font-family: 'ambleregular'; */
    position: absolute;
    right: 0;
}

.submit_button:hover {
    text-shadow: 0px 0px 1px #000;
    background: #000;
}

.contact_info {
    margin-top: 30px;
}

/**** Responsive Layout *****/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
    .wrap {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .wrap {
        width: 90%;
    }
}

@media all and (max-width: 1024px) {
    .wrap {
        width: 95%;
    }
}
@media all and (max-width: 850px) {
    .wrap {
        width: 95%;
    }
    .images_1_of_2 h2{
        font-size: medium;
    }
    .submit_button {
        font-size: 0.5em;
        padding: 10px 20px;
        
    }
}
@media all and (max-width:800px) {
    .wrap {
        width: 95%;
    }

    .logo {
        padding: 0;
    }
    .cards{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px 0;
    }

    .menu li a,.menu li select {
        font-size: 0.75em;
        padding: 25px 10px;
    }
/*  */
 
/*  */
    .main {
        padding: 25px 0;
    }

    .content {
        width: 44%;
    }

    .content_bottom {
        padding: 15px;
    }

    .sidebar {
        width: 26%;
    }

    .services_grid {
        width: 72%;
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        width: 93%;
    }
}

@media all and (max-width:640px) {
    .wrap {
        width: 95%;
    }

    .logo , .logo>a>img {
        width: 40%;
        padding: 8px 0;
    }

    .menu li a,.menu li select {
        padding: 25px 5px;
    }

    .sidebar {
        float: none;
        width: 100%;
    }

    .content {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .col_1_of_4 {
        margin: 0;
    }

    .span_1_of_4 {
        width: 94%;
        padding: 3%;
    }

    .services_grid {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .blog-desc h4 a {
        font-size: 1em;
    }

    .marketing {
        margin-bottom: 0;
    }
}

@media all and (max-width:480px) {
    .wrap {
        width: 95%;
    }

    .logo, .logo>a>img {
        float: none;
        width: 60%;
        text-align: center;
        padding: 0;
    }
    .submit_button {
        font-size: 1em;
       
    }
    .menu {
        float: none;
    }

    .menu li a,.menu li select {
        padding: 10px 18px;
    }

    .main {
        padding: 10px 0;
    }

    .services h3,
    .projects h3,
    .sidebar_right_bottom h3 {
        font-size: 1em;
        padding: 6px 0;
    }

    .feature_list {
        padding-top: 0;
    }

    .listview_1_of_2 {
        margin: 0 0 10px 0;
    }

    .images_1_of_2 {
        width: 100%;
        padding: 0%;
    }

    .images_3_of_1,
    .blog-desc {
        width: 100%;
    }

    .grid {
        margin: 10px 0 0 0;
    }

    .contact_info {
        margin-top: 10px;
    }
    .images_1_of_2 h2{
        font-size:1.5em;
    }
}

@media all and (max-width:320px) {
    .wrap {
        width: 95%;
    }

    .menu li a,.menu li select {
        font-size: 0.7em;
        padding: 6px 4.2px;
    }
}