@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Mulish:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
  /* body {  
    font-family:var(--bs-font-sans-serif);
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    font:inherit;
    text-align:left;
  }  
body {  */ 

/* * { 
    box-sizing: border-box;
} 

* { 
    -webkit-box-sizing: inherit; 
    box-sizing: inherit;
} 

* { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

* { 
    outline: 0 !important;
} 

* { 
    margin: 0; 
    padding: 0;
} 

body { 
    margin: 0; 
    font-family: var(--bs-font-sans-serif); 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
    color: #212529; 
    background-color: #fff; 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: transparent;
} 

body { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

body { 
    line-height: 24px; 
    color: #777; 
    font-size: 14px; 
    font-weight: 400;
} 

body { 
    margin: 0; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.0rem; 
    font-weight: 400; 
    line-height: 1.75; 
    color: #777; 
    text-align: left; 
    background-color: #fff;
}  */

html { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

html { 
    -webkit-box-sizing: border-box; 
    scroll-behavior: smooth; 
    box-sizing: border-box; 
    overflow-x: hidden;
} 

html { 
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    scroll-behavior: smooth !important;
} 

html { 
    scroll-behavior: smooth;
} 

:root { 
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
} 

@media (prefers-reduced-motion: no-preference){ 
  :root { 
    scroll-behavior: smooth;
  } 
}     

:root { 
    --white: #fff; 
    --font-family-sans-serif: 'Open Sans', sans-serif --font-family-monospace:'Mulish', sans-serif;
} 



/* feature section */

.service-area { 
    padding: 110px 0 90px;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

*,:before,:after { 
    -webkit-box-sizing: inherit; 
    box-sizing: inherit;
} 

*,:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

*,:after,:before { 
    outline: 0 !important;
} 

div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 
}     

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 1440px){ 
  .container { 
    max-width: 1140px;
  } 
}     

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x) * -.5); 
    margin-left: calc(var(--bs-gutter-x) * -.5);
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.mt-4 { 
    margin-top: 1.5rem!important;
} 

.mt-4 { 
    margin-top: 1.5rem !important;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-top: var(--bs-gutter-y);
} 

@media (min-width: 768px){ 
  .col-md-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

.col-md-12,.col-lg-12 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){ 
  .col-md-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
  } 
}     

@media (min-width: 768px){ 
  .col-md-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

.col-md-6,.col-lg-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){ 
  .col-md-6 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 33.33333%; 
    flex: 0 0 33.33333%; 
    max-width: 33.33333%;
  } 
}     

.mb-4 { 
    margin-bottom: 1.5rem!important;
} 

.text-center { 
    text-align: center!important;
} 

.mb-4 { 
    margin-bottom: 1.5rem !important;
} 

.text-center { 
    text-align: center !important;
} 

.section-heading { 
    margin: 0 0 60px;
} 

.service-single { 
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1); 
    min-height: 450px; 
    height: 430px; 
    box-shadow: 0 0 30px rgba(0, 0, 0, .1); 
    padding: 30px 40px 15px; 
    margin: 0 0 30px; 
    background-color: #fff; 
    text-align: center; 
    transition: all ease-in-out 0.5s !important; 
    border-radius: 20px !important;
} 

.service-single:hover { 
    box-shadow: 0 15px 30px 0 rgb(0 35 13 / 15%); 
    transform: translateY(-10px);
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
  h2 { 
    font-size: 2rem;
  } 
}     

h2 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h2 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h2 { 
    font-size: 44px; 
    font-weight: 700;
} 

.section-heading h2  { 
    font-weight: 800;
} 

.text-separator { 
    width: 170px; 
    height: 20px; 
    margin: 25px auto; 
    background-repeat: no-repeat; 
    background-size: contain;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem; 
    font-family: 'Mulish', sans-serif;
} 

.lead { 
    font-size: 1.25rem; 
    font-weight: 300;
} 

.lead { 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 32px; 
    color: #524972;
} 

.service-single .icon  { 
    width: 100px; 
    height: 100px; 
    line-height: 100px; 
    background-color: rgba(229, 240, 255, .5); 
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); 
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); 
    text-align: center; 
    margin: auto;
} 

h5 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h5 { 
    font-size: 1.25rem;
} 

h5 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h5 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h5 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h5 { 
    font-size: 1.22125rem;
} 

.feature-head { 
    color: #3a4368 !important;
} 

img { 
    vertical-align: middle;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

.service-single .icon img  { 
    max-width: 90px;
} 

a { 
    color: #0d6efd; 
    text-decoration: underline;
} 

a { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

a { 
    cursor: pointer !important;
} 

a { 
    font-family: 'Mulish', sans-serif;
} 

a { 
    color: #007bff; 
    text-decoration: none; 
    background-color: transparent;
} 

a { 
    color: var(--primary_color); 
    text-decoration: none;
} 

a:hover { 
    color: #0a58ca;
} 

a:hover { 
    color: #0056b3; 
    text-decoration: none;
} 

a:hover { 
    color: #1062fe;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-drhjx.style-drhjx {  
   color:blue;  
}  

/* end section */


/* make Awesome section*/
section { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

section { 
    display: block;
} 

.bg-gradient-light { 
    background: rgba(240, 244, 255, 1);
} 

.ptb-100 { 
    padding: 100px 0;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

*,:before,:after { 
    -webkit-box-sizing: inherit; 
    box-sizing: inherit;
} 

*,:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

*,:after,:before { 
    outline: 0 !important;
} 

div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 
}     

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 1440px){ 
  .container { 
    max-width: 1140px;
  } 
}     

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x) * -.5); 
    margin-left: calc(var(--bs-gutter-x) * -.5);
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-top: var(--bs-gutter-y);
} 

@media (min-width: 768px){ 
  .col-md-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

.col-md-12,.col-lg-12 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){ 
  .col-md-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
  } 
}     

.col-12 { 
    flex: 0 0 auto; 
    width: 100%;
} 

@media (min-width: 768px){ 
  .col-md-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

@media (min-width: 1200px){ 
  .col-xl-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

.col-12,.col-md-4,.col-lg-4,.col-xl-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

.col-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
} 

@media (min-width: 768px){ 
  .col-md-4 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 33.33333%; 
    flex: 0 0 33.33333%; 
    max-width: 33.33333%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 33.33333%; 
    flex: 0 0 33.33333%; 
    max-width: 33.33333%;
  } 
}     

@media (min-width: 1200px){ 
  .col-xl-4 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 33.33333%; 
    flex: 0 0 33.33333%; 
    max-width: 33.33333%;
  } 
}     

.mb-4 { 
    margin-bottom: 1.5rem!important;
} 

.text-center { 
    text-align: center!important;
} 

.mb-4 { 
    margin-bottom: 1.5rem !important;
} 

.text-center { 
    text-align: center !important;
} 

.section-heading { 
    margin: 0 0 60px;
} 

.homepage-4 .single-blog-1  { 
    text-align: center; 
    margin: 0 0 0 0; 
    padding: 55px 20px 40px 20px; 
    box-shadow: none; 
    background-color: #dceeff; 
    border-width: 1px; 
    border-color: #fff; 
    border-style: solid; 
    border-radius: 20px; 
    transition: all .3s ease-in-out;
} 

.homepage-4 .single-blog-1:hover { 
    box-shadow: 0 15px 30px 0 rgba(0, 35, 13, .15); 
    border-color: transparent; 
    border-radius: 20px; 
    transform: translateY(-10px);
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
  h2 { 
    font-size: 2rem;
  } 
}     

h2 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h2 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h2 { 
    font-size: 44px; 
    font-weight: 700;
} 

.section-heading h2  { 
    font-weight: 800;
} 

.text-separator { 
    width: 170px; 
    height: 20px; 
    margin: 25px auto; 
    background-repeat: no-repeat; 
    background-size: contain;
}  

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem; 
    font-family: 'Mulish', sans-serif;
} 

.lead { 
    font-size: 1.25rem; 
    font-weight: 300;
} 

.lead { 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 32px; 
    color: #524972;
} 

img { 
    vertical-align: middle;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

.single-blog-1 h2  { 
    font-size: 24px; 
    color: #3a4368; 
    margin-top: 34px; 
    margin-bottom: 27px; 
    -webkit-transition: .3s; 
    transition: .3s;
} 

.about-blog .single-blog-1 h2  { 
    margin: 40px 0 22px 0;
} 

.single-blog-1 p  { 
    color: #3e445b; 
    font-size: 15px; 
    padding: 0 10px; 
    line-height: 26px;
} 

a { 
    color: #0d6efd; 
    text-decoration: underline;
} 

a { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

a { 
    cursor: pointer !important;
} 

a { 
    font-family: 'Mulish', sans-serif;
} 

a { 
    color: #007bff; 
    text-decoration: none; 
    background-color: transparent;
} 

a { 
    color: var(--primary_color); 
    text-decoration: none;
} 

a:hover { 
    color: #0a58ca;
} 

a:hover { 
    color: #0056b3; 
    text-decoration: none;
} 

a:hover { 
    color: #1062fe;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-plgft.style-plgft {  
   color:blue;  
}  



section { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

section { 
    display: block;
} 

.bg-gradient-light { 
    background: rgba(240, 244, 255, 1);
} 

.ptb-100 { 
    padding: 100px 0;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

*,:before,:after { 
    -webkit-box-sizing: inherit; 
    box-sizing: inherit;
} 

*,:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

*,:after,:before { 
    outline: 0 !important;
} 

div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 
}     

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 1440px){ 
  .container { 
    max-width: 1140px;
  } 
}     

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x) * -.5); 
    margin-left: calc(var(--bs-gutter-x) * -.5);
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-top: var(--bs-gutter-y);
} 

@media (min-width: 1200px){ 
  .col-xl-12 { 
    flex: 0 0 auto; 
    width: 100%;
  } 
}     

.col-xl-12 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 1200px){ 
  .col-xl-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
  } 
}     

.col-6 { 
    flex: 0 0 auto; 
    width: 50%;
} 

@media (min-width: 992px){ 
  .col-lg-3 { 
    flex: 0 0 auto; 
    width: 25%;
  } 
}     

.col-6,.col-lg-3 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

.col-6 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%;
} 

@media (min-width: 992px){ 
  .col-lg-3 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 25%; 
    flex: 0 0 25%; 
    max-width: 25%;
  } 
}     

.mb-4 { 
    margin-bottom: 1.5rem!important;
} 

.text-center { 
    text-align: center!important;
} 

.mb-4 { 
    margin-bottom: 1.5rem !important;
} 

.text-center { 
    text-align: center !important;
} 

.section-heading { 
    margin: 0 0 60px;
} 

.d-flex { 
    display: flex!important;
} 

.justify-content-center { 
    justify-content: center!important;
} 

.align-items-center { 
    align-items: center!important;
} 

.p-3 { 
    padding: 1rem!important;
} 

.d-flex { 
    display: -webkit-box !important; 
    display: -ms-flexbox !important; 
    display: flex !important;
} 

.justify-content-center { 
    -webkit-box-pack: center !important; 
    -ms-flex-pack: center !important; 
    justify-content: center !important;
} 

.align-items-center { 
    -webkit-box-align: center !important; 
    -ms-flex-align: center !important; 
    align-items: center !important;
} 

.p-3 { 
    padding: 1rem !important;
} 

.mb-30 { 
    margin-bottom: 30px;
} 

.align-items-center { 
    -ms-flex-align: center !important; 
    -webkit-box-align: center !important; 
    align-items: center !important;
} 

.justify-content-center { 
    -ms-flex-pack: center !important; 
    -webkit-box-pack: center !important; 
    justify-content: center !important;
} 

.d-flex { 
    display: -ms-flexbox !important; 
    display: -webkit-box !important; 
    display: flex !important;
} 

.brand-card-two[data-v-7d1b8163] { 
    background-color: var(--white); 
    -webkit-box-shadow: 0 5px 16px rgb(0 0 0 / 10%); 
    box-shadow: 0 5px 16pxrgba(0, 0, 0, .1); 
    -webkit-transition: box-shadow .2s; 
    -webkit-transition: -webkit-box-shadow .2s; 
    transition: -webkit-box-shadow .2s; 
    -o-transition: box-shadow .2s; 
    transition: box-shadow .2s; 
    transition: box-shadow .2s, -webkit-box-shadow .2s; 
    min-height: 130px; 
    border-radius: 10px;
} 

.brand-card-two[data-v-7d1b8163]:hover { 
    -webkit-box-shadow: 0 16px 38px rgb(0 0 0 / 10%); 
    box-shadow: 0 16px 38px rgb(0 0 0 / 10%);
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
  h2 { 
    font-size: 2rem;
  } 
}     

h2 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h2 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h2 { 
    font-size: 44px; 
    font-weight: 700;
} 

.section-heading h2  { 
    font-weight: 800;
} 

.text-separator { 
    width: 170px; 
    height: 20px; 
    margin: 25px auto; 
    background-repeat: no-repeat; 
    background-size: contain;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem; 
    font-family: 'Mulish', sans-serif;
} 

.lead { 
    font-size: 1.25rem; 
    font-weight: 300;
} 

.lead { 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 32px; 
    color: #524972;
} 

img { 
    vertical-align: middle;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 


/* Plans Section */
div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 
}     

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 1440px){ 
  .container { 
    max-width: 1140px;
  } 
}     

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x) * -.5); 
    margin-left: calc(var(--bs-gutter-x) * -.5);
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.ptb-100 { 
    padding: 100px 0;
} 

.gray-bg { 
    background: #f0f4ff;
} 

.homepage-2.blog-2-area { 
    padding-top: 80px; 
    padding-bottom: 50px; 
    z-index: 0; 
    position: relative;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-top: var(--bs-gutter-y);
} 

.col-12 { 
    flex: 0 0 auto; 
    width: 100%;
} 

@media (min-width: 768px){ 
  .col-md-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 
}     

.col-12,.col-md-6,.col-lg-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

.col-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
} 

@media (min-width: 768px){ 
  .col-md-6 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-4 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 33.33333%; 
    flex: 0 0 33.33333%; 
    max-width: 33.33333%;
  } 
}     

.mb-4 { 
    margin-bottom: 1.5rem!important;
} 

.text-center { 
    text-align: center!important;
} 

.mb-4 { 
    margin-bottom: 1.5rem !important;
} 

.text-center { 
    text-align: center !important;
} 

.section-heading { 
    margin: 0 0 60px;
} 

.homepage-2.blog-2-area .single-blog-1  { 
    -webkit-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out; 
    margin: 0 0 30px 0; 
    padding: 50px 30px 50px 30px; 
    background-color: #fff; 
    text-align: center; 
    border-radius: 20px !important;
} 

.homepage-2.blog-2-area .single-blog-1:hover { 
    box-shadow: 0 15px 30px 0 rgba(0, 35, 137, .15); 
    transform: translateY(-10px);
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
  h2 { 
    font-size: 2rem;
  } 
}     

h2 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h2 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h2 { 
    font-size: 44px; 
    font-weight: 700;
} 

.section-heading h2  { 
    font-weight: 800;
} 

.hosting-text { 
    position: absolute; 
    top: 0; 
    left: auto; 
    font-size: 16px; 
    font-style: italic; 
    padding: 1px 14px; 
    border-radius: 0 0 5px 5px; 
    color: #fff; 
    background: #28a745; 
    line-height: 32px;
} 

img { 
    vertical-align: middle;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

.homepage-2.blog-2-area .single-blog-1:hover img { 
    -webkit-transform: scale(1); 
    transform: scale(1);
} 

.single-blog-1 h2  { 
    font-size: 24px; 
    color: #3a4368; 
    margin-top: 34px; 
    margin-bottom: 27px; 
    -webkit-transition: .3s; 
    transition: .3s;
} 

.homepage-2.blog-2-area .single-blog-1 h2  { 
    color: #3a4368; 
    font-size: 20px; 
    margin: 30px 0 0 0; 
    -webkit-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem; 
    font-family: 'Mulish', sans-serif;
} 

.single-blog-1 p  { 
    color: #3e445b; 
    font-size: 16px; 
    padding: 0 10px; 
    line-height: 26px;
} 

.homepage-2.blog-2-area .single-blog-1 p  { 
    color: #3e445b; 
    font-size: 15px; 
    line-height: 26px; 
    padding: 25px 0 0 0;
} 

small { 
    font-size: .875em;
} 

small { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

small { 
    font-size: 80%;
} 

small { 
    font-weight: 400;
} 

@media (min-width: 500px) and (max-width: 1600px){ 
  small { 
    font-size: 85%;
  } 
}     

span { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.mt-3 { 
    margin-top: 1rem!important;
} 

.mt-3 { 
    margin-top: 1rem !important;
} 

.link-page { 
    border-radius: 8px; 
    transition: all .3s ease-in-out; 
    cursor: pointer; 
    background: #ffc107; 
    color: #333;
} 

.link-page:hover { 
    background: #ebb000; 
    color: #333;
} 

@media (min-width: 768px){ 
  .col-md-10 { 
    flex: 0 0 auto; 
    width: 83.33333333%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-10 { 
    flex: 0 0 auto; 
    width: 83.33333333%;
  } 
}     

.col-md-10,.col-lg-10 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){ 
  .col-md-10 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 83.33333%; 
    flex: 0 0 83.33333%; 
    max-width: 83.33333%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-10 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 83.33333%; 
    flex: 0 0 83.33333%; 
    max-width: 83.33333%;
  } 
}     

.justify-content-center { 
    justify-content: center!important;
} 

.justify-content-center { 
    -webkit-box-pack: center !important; 
    -ms-flex-pack: center !important; 
    justify-content: center !important;
} 

.justify-content-center { 
    -ms-flex-pack: center !important; 
    -webkit-box-pack: center !important; 
    justify-content: center !important;
} 

.text-separator { 
    width: 170px; 
    height: 20px; 
    margin: 25px auto; 
    background-repeat: no-repeat; 
    background-size: contain;
} 

.lead { 
    font-size: 1.25rem; 
    font-weight: 300;
} 

.lead { 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 32px; 
    color: #524972;
} 

a { 
    color: #0d6efd; 
    text-decoration: underline;
} 

a { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

a { 
    cursor: pointer !important;
} 

a { 
    font-family: 'Mulish', sans-serif;
} 

a { 
    color: #007bff; 
    text-decoration: none; 
    background-color: transparent;
} 

a { 
    color: var(--primary_color); 
    text-decoration: none;
} 

.link-page a  { 
    color: #333!important; 
    font-size: 18px!important; 
    font-weight: 700!important;
} 

.homepage-2.blog-2-area .single-blog-1 a.read-more-btn  { 
    font-size: 15px; 
    font-weight: 600; 
    color: #3a4368; 
    margin: 15px; 
    display: inline-block; 
    -webkit-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out; 
    position: relative; 
    text-decoration: none; 
    text-transform: capitalize;
} 

a:hover { 
    color: #0a58ca;
} 

a:hover { 
    color: #0056b3; 
    text-decoration: none;
} 

a:hover { 
    color: #1062fe;
} 

.link-page a:hover { 
    color: #333!important;
} 

.homepage-2.blog-2-area .single-blog-1 a.read-more-btn:hover { 
    color: green; 
    text-decoration: underline;
} 

.homepage-2.blog-2-area .single-blog-1 a.read-more-btn:hover { 
    color: #3464e0;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-GzVHB.style-GzVHB {  
   color:blue;  
}  
#style-HLzys.style-HLzys {  
   cursor:pointer;  
}  
#option44.style-sxC4y {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
}  
#option44.style-ska8C {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
    display: none;  
}  
#style-UUemh.style-UUemh {  
   text-decoration:none;  
}  
#style-hPQvg.style-hPQvg {  
   cursor:pointer;  
}  
#option200.style-57eAr {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
}  
#option200.style-3vHkZ {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
    display: none;  
}  
#style-BYRNS.style-BYRNS {  
   text-decoration:none;  
}  
#style-XamXL.style-XamXL {  
   cursor:pointer;  
}  
#option201.style-oiQJa {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
}  
#option201.style-4YXP4 {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
    display: none;  
}  
#style-IjcZo.style-IjcZo {  
   text-decoration:none;  
}  
#style-TrV1S.style-TrV1S {  
   cursor:pointer;  
}  
#option77.style-rIrL1 {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
}  
#option77.style-yq26m {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
    display: none;  
}  
#style-ZJ8CV.style-ZJ8CV {  
   text-decoration:none;  
}  
#style-tPP81.style-tPP81 {  
   cursor:pointer;  
}  
#option88.style-HMIzV {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
}  
#option88.style-19RdW {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
    display: none;  
}  
#style-9hGNJ.style-9hGNJ {  
   text-decoration:none;  
}  
#style-PD5NU.style-PD5NU {  
   cursor:pointer;  
}  
#style-JyYKB.style-JyYKB {  
   color:blue;  
}  
#option99.style-5MxUE {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
}  
#option99.style-LtiZL {  
   font-size: 22px;  
    font-weight: 900;  
    color: rgb(58, 67, 104);  
    display: none;  
}  
#style-LdzMV.style-LdzMV {  
   text-decoration:none;  
}  
/* End plans */

/* Review section */

.ptb-60 { 
    padding: 60px 0;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

*,:before,:after { 
    -webkit-box-sizing: inherit; 
    box-sizing: inherit;
} 

*,:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

*,:after,:before { 
    outline: 0 !important;
} 

div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x,.75rem); 
    padding-left: var(--bs-gutter-x,.75rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1320px;
  } 
}     

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 1440px){ 
  .container { 
    max-width: 1140px;
  } 
}     

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(var(--bs-gutter-y) * -1); 
    margin-right: calc(var(--bs-gutter-x) * -.5); 
    margin-left: calc(var(--bs-gutter-x) * -.5);
} 

.justify-content-center { 
    justify-content: center!important;
} 

.pb-4 { 
    padding-bottom: 1.5rem!important;
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.justify-content-center { 
    -webkit-box-pack: center !important; 
    -ms-flex-pack: center !important; 
    justify-content: center !important;
} 

.pb-4 { 
    padding-bottom: 1.5rem !important;
} 

.justify-content-center { 
    -ms-flex-pack: center !important; 
    -webkit-box-pack: center !important; 
    justify-content: center !important;
} 

.row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-top: var(--bs-gutter-y);
} 

@media (min-width: 768px){ 
  .col-md-10 { 
    flex: 0 0 auto; 
    width: 83.33333333%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-10 { 
    flex: 0 0 auto; 
    width: 83.33333333%;
  } 
}     

.col-md-10,.col-lg-10 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){ 
  .col-md-10 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 83.33333%; 
    flex: 0 0 83.33333%; 
    max-width: 83.33333%;
  } 
}     

@media (min-width: 992px){ 
  .col-lg-10 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 83.33333%; 
    flex: 0 0 83.33333%; 
    max-width: 83.33333%;
  } 
}     

.owl-carousel { 
    -webkit-tap-highlight-color: transparent; 
    position: relative;
} 

.owl-carousel { 
    display: none; 
    width: 100%; 
    z-index: 1;
} 

.owl-carousel.owl-loaded { 
    display: block;
} 

.mt-5 { 
    margin-top: 3rem!important;
} 

.text-center { 
    text-align: center!important;
} 

.mt-5 { 
    margin-top: 3rem !important;
} 

.text-center { 
    text-align: center !important;
} 

.section-heading { 
    margin: 0 0 60px;
} 

.owl-carousel .owl-stage-outer  { 
    position: relative; 
    overflow: hidden; 
    -webkit-transform: translate3d(0, 0, 0);
} 

.owl-theme .owl-nav  { 
    margin-top: 10px; 
    text-align: center; 
    -webkit-tap-highlight-color: transparent;
} 

.owl-theme .owl-dots  { 
    text-align: center; 
    -webkit-tap-highlight-color: transparent;
} 

.owl-carousel .owl-dots.disabled  { 
    display: none;
} 

.custom-dot.owl-theme .owl-dots  { 
    position: absolute; 
    bottom: 15px;
} 

.client-testimonial-1.dot-bottom-center .owl-dots  { 
    bottom: -25px !important;
} 

.custom-dot.dot-bottom-center.owl-theme .owl-dots  { 
    width: 100%;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h2 { 
    font-size: calc(1.325rem + .9vw);
} 

@media (min-width: 1200px){ 
  h2 { 
    font-size: 2rem;
  } 
}     

h2 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h2 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h2 { 
    font-size: 44px; 
    font-weight: 700;
} 

.mt-3 { 
    margin-top: 1rem!important;
} 

.text-dark { 
    color: #212529!important;
} 

.mt-3 { 
    margin-top: 1rem !important;
} 

.text-dark { 
    color: #333 !important;
} 

.text-dark { 
    color: #343a40 !important;
} 

.section-heading h2  { 
    font-weight: 800;
} 

.text-separator { 
    width: 170px; 
    height: 20px; 
    margin: 25px auto; 
    background-repeat: no-repeat; 
    background-size: contain;
} 

.text-separator-purple { 
    background-image: url(/assest/images/seperator.svg);
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem; 
    font-family: 'Mulish', sans-serif;
} 

.lead { 
    font-size: 1.25rem; 
    font-weight: 300;
} 

.lead { 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 32px; 
    color: #524972;
} 

.review-section p  { 
    margin-bottom: 33px;
} 

.owl-carousel .owl-stage  { 
    position: relative; 
    -ms-touch-action: pan-Y; 
    touch-action: manipulation; 
    -moz-backface-visibility: hidden;
} 

.owl-carousel .owl-stage::after { 
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
} 

button { 
    border-radius: 0;
} 

button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

button { 
    text-transform: none;
} 

button { 
    overflow: visible;
} 

[type="button"],button { 
    -webkit-appearance: button;
} 

button,[type="button"] { 
    -webkit-appearance: button;
} 

[type="button"]:not(:disabled),button:not(:disabled) { 
    cursor: pointer;
} 

button:not(:disabled),[type="button"]:not(:disabled) { 
    cursor: pointer;
} 

.owl-carousel .owl-nav .owl-prev  { 
    cursor: pointer; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.owl-theme .owl-nav [class*="owl-"]  { 
    color: #FFF; 
    font-size: 30px !important; 
    margin: 5px; 
    padding: 4px 7px; 
    background: #d6d6d6; 
    display: inline-block; 
    cursor: pointer; 
    border-radius: 3px;
} 

.owl-carousel .owl-nav button.owl-prev  { 
    background: 0; 
    color: inherit; 
    border: 0; 
    padding: 0 !important; 
    font: inherit;
} 

.owl-theme .owl-nav [class*="owl-"]:hover { 
    color: #291A82; 
    text-decoration: none;
} 

.owl-carousel .owl-nav .owl-next  { 
    cursor: pointer; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.owl-carousel .owl-nav button.owl-next  { 
    background: 0; 
    color: inherit; 
    border: 0; 
    padding: 0 !important; 
    font: inherit;
} 

.owl-carousel .owl-item  { 
    -webkit-tap-highlight-color: transparent; 
    position: relative;
} 

.owl-carousel .owl-item  { 
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden; 
    -ms-backface-visibility: hidden; 
    -webkit-transform: translate3d(0, 0, 0); 
    -moz-transform: translate3d(0, 0, 0); 
    -ms-transform: translate3d(0, 0, 0);
} 

.owl-carousel .owl-item  { 
    min-height: 1px; 
    float: left; 
    -webkit-backface-visibility: hidden; 
    -webkit-touch-callout: none;
} 

.owl-carousel.owl-drag .owl-item  { 
    -ms-touch-action: pan-y; 
    touch-action: pan-y; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

span { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

.border { 
    border: 1px solid #dee2e6!important;
} 

.m-3 { 
    margin: 1rem!important;
} 

.p-4 { 
    padding: 1.5rem!important;
} 

.bg-white { 
    background-color: #fff!important;
} 

.single-review-wrap { 
    border-radius: 20px;
} 

.bg-white { 
    background-color: #fff !important;
} 

.border { 
    border: 1px solid rgba(93, 118, 174, 0.15) !important;
} 

.m-3 { 
    margin: 1rem !important;
} 

.p-4 { 
    padding: 1.5rem !important;
} 

.d-flex { 
    display: flex!important;
} 

.align-items-center { 
    align-items: center!important;
} 

.d-flex { 
    display: -webkit-box !important; 
    display: -ms-flexbox !important; 
    display: flex !important;
} 

.align-items-center { 
    -webkit-box-align: center !important; 
    -ms-flex-align: center !important; 
    align-items: center !important;
} 

.align-items-center { 
    -ms-flex-align: center !important; 
    -webkit-box-align: center !important; 
    align-items: center !important;
} 

.d-flex { 
    display: -ms-flexbox !important; 
    display: -webkit-box !important; 
    display: flex !important;
} 

.single-review-wrap .review-author  { 
    margin-left: 15px;
} 

h5 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h5 { 
    font-size: 1.25rem;
} 

h5 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h5 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h5 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h5 { 
    font-size: 1.22125rem;
} 

.mt-2 { 
    margin-top: .5rem!important;
} 

.mt-2 { 
    margin-top: .5rem !important;
} 

.single-review-wrap .review-body p  { 
    width: 100%; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
    font-size: 16px !important;
} 

.single-review-wrap .review-author .author-avatar  { 
    width: 100px; 
    height: 100px; 
    line-height: 64px; 
    margin-right: 10px; 
    position: relative;
} 

img { 
    vertical-align: middle;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

.img-fluid { 
    max-width: 100%; 
    height: auto;
} 

.shadow-sm { 
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
} 

.rounded-circle { 
    border-radius: 50%!important;
} 

.rounded-circle { 
    border-radius: 50% !important;
} 

.shadow-sm { 
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important; 
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
} 

.mr-3 { 
    margin-right: 1rem !important;
} 

.owl-carousel .owl-item img  { 
    display: block; 
    width: 100%;
} 

.single-review-wrap .review-author .author-avatar span  { 
    background-color: var(--primary_color); 
    width: 32px; 
    height: 32px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-line-pack: center; 
    align-content: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    color: #fff; 
    line-height: 60px; 
    border-radius: 100%; 
    font-size: 48px; 
    position: absolute; 
    top: 0; 
    left: -16px;
} 

.review-info span  { 
    font-size: 14px !important;
} 

h6 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h6 { 
    font-size: 1rem;
} 

h6 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 14px; 
    font: inherit; 
    vertical-align: baseline;
} 

h6 { 
    margin-top: 0; 
    margin-bottom: .977rem;
} 

h6 { 
    margin-bottom: .977rem; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600; 
    line-height: 1.4; 
    color: #2b1f51;
} 

h6 { 
    font-size: .977rem;
} 

.mb-0 { 
    margin-bottom: 0!important;
} 

.mb-0 { 
    margin-bottom: 0 !important;
} 

.review-info h6  { 
    font-size: 12px !important;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-mOj1h.style-mOj1h {  
   transform: translate3d(-2604px, 0px, 0px);  
    transition: all 0.25s ease 0s;  
    width: 7068px;  
}  
#style-JIj5o.style-JIj5o {  
   width: 372px;  
}  
#style-Uz9FI.style-Uz9FI {  
   width:130px;  
    margin-top:10px;  
}  
#style-4nbXl.style-4nbXl {  
   width: 372px;  
}  
#style-kq21M.style-kq21M {  
   width:130px;  
    margin-top:10px;  
}  
#style-CcjF7.style-CcjF7 {  
   width: 372px;  
}  
#style-6YUaK.style-6YUaK {  
   width:130px;  
    margin-top:10px;  
}  
#style-eFto9.style-eFto9 {  
   width: 372px;  
}  
#style-3xjbp.style-3xjbp {  
   width:130px;  
    margin-top:10px;  
}  
#style-hiSvz.style-hiSvz {  
   width: 372px;  
}  
#style-fhKhK.style-fhKhK {  
   width:130px;  
    margin-top:10px;  
}  
#style-lE5ht.style-lE5ht {  
   width: 372px;  
}  
#style-Cfjzg.style-Cfjzg {  
   width:130px;  
    margin-top:10px;  
}  
#style-wY6yf.style-wY6yf {  
   width: 372px;  
}  
#style-9jRQp.style-9jRQp {  
   width:130px;  
    margin-top:10px;  
}  
#style-5wFJk.style-5wFJk {  
   width: 372px;  
}  
#style-c6Rbq.style-c6Rbq {  
   width:130px;  
    margin-top:10px;  
}  
#style-Bkedr.style-Bkedr {  
   width: 372px;  
}  
#style-31ott.style-31ott {  
   width:130px;  
    margin-top:10px;  
}  
#style-tq3qf.style-tq3qf {  
   width: 372px;  
}  
#style-e3kHn.style-e3kHn {  
   width:130px;  
    margin-top:10px;  
}  
#style-xdosQ.style-xdosQ {  
   width: 372px;  
}  
#style-T22Te.style-T22Te {  
   width:130px;  
    margin-top:10px;  
}  
#style-sGP49.style-sGP49 {  
   width: 372px;  
}  
#style-zgUL7.style-zgUL7 {  
   width:130px;  
    margin-top:10px;  
}  
#style-KklI9.style-KklI9 {  
   width: 372px;  
}  
#style-7GgOT.style-7GgOT {  
   width:130px;  
    margin-top:10px;  
}  
#style-gPpsw.style-gPpsw {  
   width: 372px;  
}  
#style-hKEyK.style-hKEyK {  
   width:130px;  
    margin-top:10px;  
}  
#style-CdGwH.style-CdGwH {  
   width: 372px;  
}  
#style-MpemA.style-MpemA {  
   width:130px;  
    margin-top:10px;  
}  
#style-33jNv.style-33jNv {  
   width: 372px;  
}  
#style-hnCzf.style-hnCzf {  
   width:130px;  
    margin-top:10px;  
}  
