* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    overflow: hidden;
}

ul {
    margin: 0;
    padding: 0px;
    /* display: flex; */
    padding-left: 20px;
}

a, input, textarea , button, li {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}

p {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transition: 0.4s;
}

br {
    margin: 0;
    width: 0;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    color: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}

li {
    list-style: disc;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

select option {
    color: #000;
}

html {
    overflow-x: hidden;
}

h1 {
    font-size: 72px;
    line-height: 88px;
}

h2 {
    font-size: 40px;
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 125% */
}

h3 {
    font-size: 36px;
    line-height: 34px;
    color: #000;
}

h4 {
    font-size: 30px;
    color: #533E9D;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 166.667% */
    letter-spacing: 9px;
}

h5 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
}

h6 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 250% */
}

.clear {
    clear: both;
}

.common_btn a {
    background: #533E9D;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 12px;
    display: inline-block;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.common_btn a::before , .banner_btn a::before {
    background: #ffffff;
    content: "";
    height: 200px;
    opacity: 0;
    position: absolute;
    top: -50%;
    bottom: 0px;
    transform: rotate(15deg);
    width: 30px;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.common_btn a::after, .banner_btn a::after {
    background: #ffffff;
    content: "";
    height: 200px;
    opacity: 0;
    position: absolute;
    top: -50%;
    transform: rotate(15deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 30px;
    z-index: -2;
}

.common_btn a:hover {
    color: #ffffff;
    background-color: #111111;
}

.common_btn a::before, .banner_btn a::before {
    left: -50%;
}

.common_btn a::after, .banner_btn a::after {
    left: -100%;
}

.common_btn a:hover::before, .banner_btn a:hover::before {
    left: 120%;
    opacity: 0;
}

.common_btn a:hover::after, .banner_btn a:hover::after {
    left: 200%;
    opacity: 1;
}

.container-fluid, .container,.n_p,.nopad {
    padding: 0px;
}

.row {
    margin: 0px;
}

.custom_header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all .8s ease-in-out;
}

.fixedh {
    top: -100px;
}

.container-fluid.top_header_area .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-fluid.top_header_area {
    border-bottom: 1px solid #CECECE;
    padding: 5px 0px;
}

.container-fluid.header_area {
    padding: 8px 0px;
}

.top_header_area .row > * {
    width: auto;
}

.left h6 {
    color: #757575;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left h6 strong {
    color: #000;
    font-weight: 600;
    line-height: normal;
}

.logo {
    position: relative;
    z-index: 9;
}

.logo a {
    display: inline-block;
    position: relative;
    border-radius: 100%;
}

.header_details ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu ul li {
    display: flex;
    align-items: center;
    padding: 0px 14px;
    position: relative;
}

.nav-menu ul li a {
    display: block;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-menu {
    padding: 0px 40px 0px 0px;
}

ul.ul_details li {
    display: inline-block;
}

span.content {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

span.content a {
    color: #757575;
    font-weight: 400;
}

span.content a:hover {
    color: #000;
}

ul.ul_details {
    width: 100%;
    display: block;
}

ul.ul_details .social_links a {
    color: #533E9D;
    margin: 0 0 0 4px;
    font-size: 16px;
}

ul.ul_details li:nth-child(2) {
    padding: 0px 12px;
    margin: 0px 8px;
    position: relative;
    margin-right: 0;
    padding-right: 0;
}

ul.ul_details li:nth-child(2):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto 0px;
}

ul.ul_details li:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto 0px;
    background: #D9D9D9;
}

ul.ul_details .social_links a:first-child {
    margin: 0;
}

.header_details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_details .common_btn {
    display: flex;
    align-items: center;
}

span.img-cls {
    padding-right: 8px;
}

.banner_section {
    background-size: cover;
    background-position: center center;
    display: flex;
    position: relative;
    background-color: #000;
    height: 711px;
}

/*.banner_section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner_shadow.png');
}*/

img.mobile {
    display: none;
}

.banner_section .container {
    position: relative;
    height: 100%;
    z-index: 9;
}

.banner_content_section {
    display: flex;
    align-items: center;
}

.banner_section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.content_box {
    width: 70%;
    padding-right: 4%;
    position: relative;
}

.content_box h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.content_box h5 {
    color: #FFF;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.content_box p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin: 18px 0px 30px;
    padding-right: 45%;
}

.content_box p a {
    color: #fff;
}

.content_box p a:hover {
    color: #ED1B30;
}

.banner_btn a {
    transition: 0.3s;
    cursor: pointer;
    padding: 0px 16px;
    background: #FAFF1E;
    border: 1px solid #FAFF1E;
    text-align: center;
    display: inline-block;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.banner_btn a:hover {
    color: #fff;
    background: #533E9D;
}

/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .content_box {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}

.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #828282;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #828282;
}

::placeholder {
    color: #828282 !Important;
    opacity: 1;
}

.cnt_form.form-group {
    padding: 20px 0px 0px;
}

footer {
    background: #292A2B;
    padding: 15px 0px;
}

footer h6 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h6 a {
    color: #fff;
}

footer h6 a:hover {
    color: #FFDE00;
}

.c_details {
    display: flex;
    justify-content: center;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0px;
}

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

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

.wpcf7-validates-as-required.wpcf7-not-valid , .wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.inner_why_image_items {
    position: relative;
}

.portfolio_wrapper .heading_wrp h5, .testimonail_wrapper .heading_wrp h5 {
    margin: 0px 0px 26px;
}

.cta_wrapper .banner_btn {
    text-align: center;
}

/* --- Footer Code --- */
footer {
    background: #000000;
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-detail-row {
    padding: 110px 0 70px 0;
}

.f_details p {
    /* 156.25% */
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: 0.8px;
}

.fcontact-div div.address {
    padding: 0;
}

.fcontact-div a:hover {
    color: #533E9D;
}

.footer_menu_wrp li {
    list-style: none;
    margin-bottom: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /* 194.444% */
}

.footer_menu_wrp li a {
    color: #fff;
}

.footer_menu_wrp li a:hover, .footer_menu_wrp li.current_page_item a, .copyright-container p a:hover, .social-div a:hover, .c_details a:hover, .footer_menu_wrp li.current-menu-item a, li.current_page_parent a {
    color: #533E9D;
}

.row.footer-detail-row h4 {
    margin-bottom: 20px;
    position: relative;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    letter-spacing: 0;
}

.row.footer-detail-row h4:after {
    content: '';
    width: 72px;
    height: 1px;
    background: #FF272A;
    top: -19px;
    position: absolute;
    left: -32px;
}

.social-div h4:after {
    display: none;
}

.f_div1 {
    width: 27%;
    padding: 0;
    padding-right: 2%;
}

.f_div2 {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    width: 25%;
    padding: 0px 35px;
}

.f_div3 {
    border-right: 1px solid #D9D9D9;
    padding: 0px 35px;
    width: 23%;
}

.f_div4 {
    padding: 0;
    padding-left: 40px;
}

.social_links a {
    font-size: 26px;
    color: #fff;
    margin-right: 30px;
}

.row .social-div h4 {
    margin-bottom: 12px;
    margin-top: 25px;
}

.gjs-cell {
    display: flex;
    width: 245px;
    height: 52px;
    position: relative;
}

.gjs-cell input[type="submit"] {
    position: absolute;
    right: 0;
    width: 95px;
    background: #533E9D;
    height: 100%;
    border: none;
    padding: 0;
    border-radius: 0px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.gjs-cell input[type="submit"]:hover {
    background: #FAFF1E;
    color: #000;
}

.gjs-cell input[type="email"] {
    width: 100%;
    border: none;
    padding: 0px 105px 0px 15px;
    color: #707070;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gjs-row {
    margin: 20px 0px;
}

.gjs-cell ::-webkit-input-placeholder {
    color: #707070 !Important;
}

.gjs-cell :-ms-input-placeholder {
    color: #707070 !important;
}

.gjs-cell ::placeholder {
    color: #707070 !important;
}

.back-to-top {
    position: absolute;
    z-index: 9;
    bottom:0px;
    right: -2px;
    background-color: #533E9D;
    padding: 10px 12px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-shadow: 0 0 10px #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover i {
    color: #533E9D;
}

.container-fluid.copyright-container {
    padding-bottom: 30px;
    text-align: center;
}

.copyright-container p {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.copyright-container p a {
    color: #fff;
}

.container-fluid.cta_section {
    background-color: #282828;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
}

.cta_text {
    text-align: center;
    padding: 0px 10%;
}

.cta_text h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
}

.cta_text h2 span {
    color: #FAFF1E;
    display: block;
}

.cta_text h2 a {
    color: #FAFF1E;
}

.cta_text h2 a:hover {
    color: #fff;
    text-decoration-line: underline !important;
}

.c_details {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.c_details a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_menu_wrp li:last-child {
    margin-bottom: 0;
}

p.copy-text {
    color: #A4A4A4;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 0px;
}
p.copy-text a{
  color: #A4A4A4;  
}
p.copy-text a:hover{
  color: #533E9D;  
}
.c_details div {
    padding: 0px 12px;
}

.email {
    position: relative;
}

.email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto 0px;
    background: #D9D9D9;
}

footer a.logo-div {
    display: inline-block;
    margin-bottom: 30px;
}

.container-fluid.location_section {
    padding: 40px 0px;
}

.location_section p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.location_section p strong {
    font-weight: 600;
}

.container-fluid.home_blog_wrapper {
    padding: 80px 0px;
}

.inner_b_item_img {
    height: 261px;
    background-size: cover;
    background-position: left center;
    transition: 0.4s;
}

.blogs_content h6 a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}

.blogs_box:hover .blogs_content h6 a {
    color: #533E9D;
}

.blogs_content h2 a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}

.blogs_box:hover .blogs_content h2 a {
    color: #533E9D;
}



.home_blog_wrapper h2.bg_heading {
    text-align: center;
    margin-bottom: 45px;
}

.blogs_box {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.blogs_items:hover .blogs_box {
    transition: 0.9s;
    transform: rotateY(180deg);
    box-shadow: 0px 0px 10px #533E9D;
}

.blogs_items:hover .blogs_box .blogs_content {
    transform: rotateY(180deg);
    padding: 20px;
}

.blogs_content {
    padding: 20px 0px;
    padding-right: 30px;
}

.banner_btn.read_more a {
    margin: 0;
}

.blogs_content p {
    margin: 10px 0px 15px;
}

.container-fluid.about_content_wrapper {
    padding: 30px 0px;
}

.container-fluid.about_content_wrapper .row {
    padding: 55px 0px;
}

.inner_about_content h2 {
    padding: 6px 0px;
}

.inner_about_content h1 {
    font-size: 32px !important;
    line-height: 42px !important;
    padding: 6px 0px;
    color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
}

.inner_about_content p {
    line-height: 26px;
    padding: 6px 0px;
}

.inner_about_content .banner_btn {
    padding-top: 20px;
}

.inner_about_content {
    padding-left: 15px;
}

.about_img img {
    width: 100%;
}

.container-fluid.about_content_wrapper .row:nth-child(2n) .about_content {
    order: 1;
}

.container-fluid.about_content_wrapper .row:nth-child(2n) .about_img {
    order: 2;
}

.container-fluid.about_content_wrapper .row:nth-child(2n) .inner_about_content {
    padding-left: 0px;
    padding-right: 15px;
}

.container-fluid.main_services_wrapper {
    background: #F2EEFF;
    padding: 50px 0px;
}

.heading_wrp {
    text-align: center;
    padding-bottom: 30px;
}

.heading_wrp h2 {
    padding: 5px 0px 10px;
}

.s_item_img img {
    height: 209px;
    width: 100%;
    object-fit: cover;
}

.s_item_img {
    margin-bottom: 8px;
}

.services_box {
    background: #fff;
    padding: 14px;
    transition: .4s;
}

.in_services_content h5 a {
    color: #533E9D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.in_services_content p {
    color: #B7B7B7;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0px 18px;
}

.know_more a {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.services_items {
    padding: 8px;
}

.main_services_wrapper .banner_btn {
    text-align: center;
    padding-top: 40px;
}

.services_slider {
    padding: 0px 60px;
}

.services_box:hover {
    background: #533E9D;
    box-shadow: 0px 0px 10px #FAFF1E;
    transform: scale(1.03);
}

.services_box:hover .in_services_content h5 a, .services_box:hover .in_services_content p, .services_box:hover .know_more a {
    color: #fff;
}

.how_it_work_wrapper .heading_wrp h4 {
    color: #FAFF1E;
}

.how_it_work_wrapper .heading_wrp h2, .how_it_work_wrapper .heading_wrp p {
    color: #fff;
}

.h_icon {
    width: 162px;
    height: 162px;
    border: 3px solid #FAFF1E;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0px auto 20px;
    transition: .4s;
}

.how_it_works_box {
    text-align: center;
    padding: 0px 38px;
    transition: .4s;
}

.h_content h5 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.h_content p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.how_it_work_wrapper .heading_wrp {
    padding: 0 12% 50px;
}

.container-fluid.how_it_work_wrapper {
    padding: 85px 0px;
    background-size: cover;
}

.how_it_work_wrapper .banner_btn {
    text-align: center;
    padding-top: 40px;
}

.how_it_works_box:hover .h_icon {
    transform: scale(1.05);
    background: #000;
    box-shadow: 0px 0px 20px #FAFF1E;
}

.container-fluid.portfolio_wrapper {
    padding: 80px 0px;
}

.gal_images img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border: 2px solid #fff;
}

.gallery_img_box {
    padding: 8px;
}

.gal_images {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    background: #f1f1f1;
}

.gal_images:hover img {
    transition: 0.9s;
    transform: rotateY(180deg);
    box-shadow: 0px 0px 10px #533E9D;
    border: 2px solid #533E9D;
}

.gal_images a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 101%);
    transform: scale(0);
    transform-origin: top right;
    background: linear-gradient(-86deg, rgb(250 255 30 / 81%) 0%, #533E9D 100%);
    pointer-events: none;
    transition: .5s;
    opacity: .5;
    height: 100%;
    z-index: 9;
}

.gal_images:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.container-fluid.testimonail_wrapper {
    padding-bottom: 80px;
}

.t_box_content {
    background: #F3F0FF;
    padding: 40px;
    transition: .4s;
}

.t_box_content:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.t_name h5 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.t_name h6 {
    color: #554545;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.t_content_wrp {
    height: 160px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding-right: 15px;
}

.t_box {
    padding: 15px 12px;
}

img.q {
    transition: .4s;
    margin-bottom: 20px;
}

img.q1 {
    display: none !important;
    transition: .4s;
    margin-bottom: 20px;
}

.t_box_content:hover .q1 {
    display: block !important;
}

.t_box_content:hover .q {
    display: none !important;
}

.container-fluid.quote_form_wrapper {
    padding: 80px 0px;
    background-size: cover;
}

.contact_form input[type='text'], .contact_form input[type='email'], .contact_form input[type='tel'], .contact_form input[type='number'], .contact_form select {
    height: 50px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    border: none;
    width: 100%;
    padding: 0px 20px;
    color: #828282;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact_form textarea {
    height: 87px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    border: none;
    width: 100%;
    padding: 15px 20px;
    color: #828282;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    resize: none;
}

.contact_form input[type=submit] {
    display: block;
    padding: 0px 16px;
    border-radius: 0;
    width: 100%;
    margin: auto 0;
    text-align: left;
    height: auto;
    z-index: 9;
    position: relative;
    max-width: 180px;
    border: none;
    background: #FAFF1E;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 40px;
}

.contact_form input[type=submit]:hover {
    color: #fff;
    background: #533E9D;
}

.contact_form .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 9px;
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid #f00 !important;
    box-shadow: 0px 0px 5px #f00;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    padding: 0px !important;
    margin: 0 !important;
}

.contact_form.form-code {
}

.contact_form input:hover, .contact_form select:hover, .contact_form textarea:hover {
    box-shadow: 0px 0px 10px #FAFF1E;
}

select {
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-position: 98% center;
}

.quote_form_content .heading_wrp {
    text-align: left;
    padding-right: 20px;
}

.quote_form_content .heading_wrp h2, .quote_form_content .heading_wrp p {
    color: #fff;
}

.quote_form_content {
    padding-right: 40px;
}

.quote_form_image {
    display: flex;
    align-items: center;
}

section.inner-banner-section {
    height: 370px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

section.inner-banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/inner_banner_overlay.png);
}

.banner_heading {
    position: relative;
    z-index: 9;
    text-align: center;
}

.banner_heading h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.abt_inner_img {
    display: flex;
    align-items: self-start;
    position: relative;
}

img.img-fluid.abt_img_1 {
    margin-top: 180px;
    position: relative;
    left: 40px;
    z-index: 99;
}

.abt_inner_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    border: 8px solid #FAFF1E;
    max-width: 258px;
    width: 100%;
    height: 78%;
    margin: auto;
}

img.img-fluid.abt_img_2 {
    z-index: 9;
}

.inner_abt_content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 15px;
}

p:last-child {
    padding-bottom: 0px !important;
}

.about_content_img {
    position: relative;
}

.about_content_img .banner_btn {
    position: absolute;
    right: 115px;
    bottom: 0;
}

div#about-us {
    padding: 80px 0px;
}

.inner_abt2_content {
    background: #533E9D;
    padding: 80px 50px;
}

.container-fluid.about_second_content {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: #533E9D;
}

.container-fluid.about_second_content .row {
    justify-content: flex-end;
}

.inner_abt2_content h2 {
    color: #fff;
    padding-bottom: 15px;
}

.inner_abt2_content p {
    color: #FFF;
    line-height: 30px;
    padding: 15px 0px;
}

.inner_abt2_content .banner_btn {
    padding-top: 40px;
}

.container-fluid.about_third_content {
    padding: 40px 0px 85px;
}

.abt_third_content {
    width: 53%;
    display: flex;
    align-items: center;
}

.about_third_img {
    width: 47%;
    position: relative;
}

.abt_third_content h2 {
    padding-bottom: 12px;
}

.abt_third_content p {
    line-height: 26px;
    padding: 12px 0px;
}

.abt_third_content .banner_btn {
    padding-top: 20px;
}

.about_third_img img {
    /* position: absolute; */
    /* width: 100%; */
    /* top: -30px; */
}

.services_content_box {
    padding: 30px 0px 50px;
}

.ser_item_img img {
    width: 489px;
    height: 349px;
    object-fit: cover;
    z-index: 9;
    position: relative;
    transition: .4s;
}

.ser_item_img {
    position: relative;
}

.ser_item_img:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 290px;
    height: 202px;
    border: 8px solid #FAFF1E;
    transition: .4s;
}

.row.services_box_items {
    padding: 20px 0px 65px;
    margin: 30px 0px;
    transition: .4s;
}

.row.services_box_items:nth-child(2n) .ser_item_img {
    order: 2;
    display: flex;
    justify-content: flex-end;
}

.row.services_box_items:nth-child(2n) .ser_item_img:after {
    right: auto;
    left: 40px;
}

.services_box_content {
    display: flex;
    align-items: center;
}

.inn_services_content h5 a {
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.inn_services_content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 0px 30px;
}

.row.services_box_items:hover .ser_item_img img{
    transform: scale(1.05);
    box-shadow: 0px 0px 15px rgb(83 62 157 / 100%);
}

.row.services_box_items:hover .ser_item_img:after {
    border: 8px solid #533E9D;
}

.container-fluid.blog_full_content {
    background: #F2EEFF;
    padding: 60px 0px;
}

.container-fluid.blog_full_content p {
    padding: 10px 0px;
}

.container-fluid.final_thoughts_wrapper {
    padding: 40px 0px;
}

.container-fluid.final_thoughts_wrapper p {
    padding: 10px 0px;
}

.container-fluid.blog_full_content p {
    line-height: 28px;
}

.container-fluid.blog_full_content p strong {
    font-weight: 700;
    font-size: 20px;
}

.about_content_img.blog_image {
    display: block;
    justify-content: flex-end;
    text-align: right;
}

div#blog-details {
    padding: 80px 0px 110px;
}

div#blog-details h2 {
    margin-bottom: 15px;
}

div#blog-details p {
    padding: 12px 0px;
}

.blog_image .abt_inner_img:before {
    right: auto;
    left: -45px;
    height: 96%;
}

.container-fluid.locations_wrapper {
    padding: 80px 0px;
}

.l_content {
    background: #F4F0FF;
    padding: 40px 50px;
    transition: .4s;
    height: 100%;
}

.l_content:hover {
    background: #FAFF1E;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.l_content ul li {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    list-style: disc;
}

.l_content ul li a {
    color: #000;
}

.l_content ul {
    padding-left: 20px;
}

.l_content ul li a:hover {
    text-decoration-line: underline !important;
}

.inner_video_box {
    position: relative;
    max-width: 1005px;
    width: 100%;
    margin: auto;
    z-index: 9;
}

button.play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 0;
    line-height: normal;
    background-image: url('../images/youtube.png');
    background-size: cover;
    border-radius: 100%;
    transition: .4s;
}
button.play_btn:hover{
    box-shadow: 0px 0px 20px #533E9D;
    border: 2px solid #533E9D;
}

.inner_video_box video {
    background: #000;
    width: 100%;
}

button.close_btn {
    position: absolute;
    right: 6px;
    top: 0;
    outline: none;
    border: none;
    font-size: 25px;
    line-height: normal;
    background: transparent;
}

.container-fluid.location_full_content {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}

.location_full_content h2,.location_full_content p {
    padding: 10px 0;
}

.container-fluid.content_wrapper.locations {
    background: #F4F0FF;
    padding: 80px 0px;
}

.container-fluid.locations_tabs_content {
    padding: 70px 0px;
}

.locations_tabs_content .nav-tabs {
    border-bottom: none;
}

.locations_tabs_content ul.nav.nav-tabs li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.locations_tabs_content .nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #F6F6F6;
    display: block;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: .8rem 1rem;
}

.locations_tabs_content .nav-tabs .nav-link.active, .locations_tabs_content .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background: #533E9D;
    border-color: transparent;
    position: relative;
    font-weight: 700;
}

.location_tab_left {
    width: 30%;
}

.location_tab_right {
    width: 70%;
    padding-left: 30px;
}

.locations_tabs_content div#content {
    background-size: cover;
    padding: 20px 50px;
    height: 100%;
}

.locations_tabs_content ul.nav.nav-tabs li:last-child {
    margin-bottom: 0px;
}

.locations_tabs_content .tab-content > .tab-pane p, .locations_tabs_content .tab-content > .tab-pane li {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0px;
}

.locations_tabs_content a.nav-link.active:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 0px;
    width: 14px;
    height: 14px;
    background-image: url('../images/Vector.png');
}

.nav-menu ul li.current_page_item a {
    color: #533E9D;
    font-weight: 600;
    border-bottom: 1px solid #533E9D;
}

.contact_form #contact_form input[type='text'], .contact_form #contact_form input[type='email'], .contact_form #contact_form input[type='tel'], .contact_form #contact_form input[type='number'], .contact_form #contact_form select , .contact_form #contact_form textarea {
    background-color: #F9F9F9;
    box-shadow: none;
}

.nav-tabs {
    border-bottom: none;
}

.quote_form_content a.nav-link {
    border: none !important;
    color: #000 !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-left: 35px;
}

.quote_form_content a.nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 27px;
    height: 27px;
    border: 2px solid #000;
    margin: auto 0;
}

.quote_form_content a.nav-link.active:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: #000;
    margin: auto;
}

.quote_form_content ul li:last-child {
    padding-left: 50px;
}

.quote_form_content ul.nav.nav-tabs {
    margin: 25px 0px;
}

.container-fluid.contact_form_content {
    text-align: center;
    padding: 80px 0px;
}

.contact_form_content .row {
    margin-top: 40px;
}

.contact_form_content h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
}

div#faqs {
    padding: 70px 0px;
}

.section-7 .accordion-button:not(.collapsed), .section-7 .accordion-collapse.collapse.show {
    background: transparent;
    font-weight: 700;
}

.accordion-item {
    border-radius: 0px;
    background: #F4F0FF;
}

.accordion-button::after {
    background-image: url(../images/f_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/f_arrow_h.png);
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.section-7 .accordion-button::after {
    background-image: url(../images/f_arrow.png);
    background-position: 0px 0px;
    width: 30px;
    height: 30px;
    background-size: cover;
}

.section-7 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/f_arrow_h.png);
}

.section-7 .accordion-item {
    margin: 6px 0;
}

.section-7 h2.accordion-header button {
    border-radius: 0px !important;
    background: #F9F9F9;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: .7rem 2rem;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
    background: #F4F0FF;
}

.accordion-collapse p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.accordion-collapse.show p {
    color: #000;
}

.accordion-collapse.collapse.show {
    background: #F4F0FF;
}

h2.accordion-header {
    padding: 0;
}

.accordion-body {
    padding: 1rem 2rem;
    padding-top: 0;
}

.accordion-item {
    border: none;
}

.container-fluid.package_content_wrapper {
    text-align: center;
    padding: 70px 0px;
}

.package_content_wrapper h2 {
    margin-bottom: 20px;
}

.package_content_wrapper p {
    padding-bottom: 20px;
}

.container-fluid.packages_posts_wrp {
    background: #F2EEFF;
    padding: 60px 0;
}

.p_item_img img {
    height: 326px;
    width: 100%;
    object-fit: cover;
}

.packages_box_items {
    margin: 10px 0px;
}

.inn_package_content h5 a {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.inn_package_content p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 20px 20px;
}

.inn_package_content {
    text-align: center;
    padding: 20px 0px;
}

.package_inn_box {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.packages_box_items:hover .package_inn_box {
    transition: 0.9s;
    transform: rotateY(180deg);
    box-shadow: 0px 0px 10px #533E9D;
}

.packages_box_items:hover .package_inn_box .inn_package_content {
    transform: rotateY(180deg);
    padding: 20px;
    background-color: #fff;
}

.pack_inner_img img {
    z-index: 9;
    position: relative;
}

.pack_inner_img {
    position: relative;
}

.pack_inner_img:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 290px;
    height: 202px;
    border: 8px solid #FAFF1E;
    transition: .4s;
}

.container-fluid.package_full_content {
    padding: 40px 0px;
    text-align: center;
}

.container-fluid.package_full_content p {
    padding: 10px 0px;
}

.container-fluid.pack_content_wrapper.packages {
    background: #F2EEFF;
    padding: 80px 0px 100px;
}

.inner_pack_content ul li {
    list-style: disc;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.inner_pack_content ul {
    padding: 15px 0px 25px;
    padding-left: 20px;
}

.container-fluid.why_content_wrapper.packages {
    padding: 80px 0px;
}

.packages .inner_abt_content li {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 281.25% */
}

.packages .inner_abt_content li img {
    margin-right: 10px;
}

.packages .inner_abt_content h2 {
    margin-bottom: 20px;
}

.pack_content_area {
    display: flex;
    align-items: center;
}

.container-fluid.service_main_content {
    padding: 70px 0px;
    text-align: center;
}

.service_container {
    padding: 0px 4%;
}

.service_container p {
    padding: 15px 0px;
}

.cascade-slider_container {
    position: relative;
	width:100%;
    max-width: 1200px;
    height: 500px;
    margin: 30px auto;
}

.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
}

.cascade-slider_item img {
    width: 100%;
    max-width: 751px;
    height: 100%;
    object-fit: cover;
}

.cascade-slider_item.next {
    left: 20%;
    transform: translateY(-50%) translateX(-50%) scale(0.6);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.prev {
    left: 24%;
    transform: translateY(-50%) translateX(50%) scale(0.6);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
    height: 500px;
    overflow: hidden;
}

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

.cascade-slider_arrow-left {
    left: -40px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-image: url('../images/prev.png');
}

.cascade-slider_arrow-left:hover {
    background-image: url('../images/prev_h.png');
}

.cascade-slider_arrow-right {
    right: -40px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-image: url('../images/next.png');
}

.cascade-slider_arrow-right:hover {
    background-image: url('../images/next_h.png');
}

.cascade-slider_nav {
    position: absolute;
    bottom: -120px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.cascade-slider_dot.cur {
    background: #555;
}

.cascade-slider_item.prev img, .cascade-slider_item.next img {
    max-width: 668px;
    width: 100%;
    height: 660px;
}

.container-fluid.service_full_content {
    padding: 50px 0px 60px;
    text-align: center;
    background: #F2EEFF;
}

.service_full_content h2, .service_full_content p {
    padding: 12px 0px;
}

.service_content_3_wrapper {
    padding: 80px 0px;
}

.service_content_3_wrapper .row {
    justify-content: space-between;
}

.service_content_3 {
    width: 48%;
}

.service_content_3 h5 {
    padding: 10px 0px;
}

.service_content_3 p {
    padding-bottom: 10px;
}

.service_content_3 .banner_btn {
    padding-top: 20px;
}

.container-fluid.specialize_inn_content {
    padding: 70px 0px;
}

.row.specialise_in_repeater {
    background: #F4F0FF;
    padding: 50px 20px;
}

.specialize_inn_content h2 {
    text-align: center;
    margin-bottom: 40px;
}

.specialise_in_box li {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    list-style: disc;
}

.specialise_in_box ul {
    padding-left: 20px;
}
.specialise_in_box h6 {
    line-height: normal;
    padding: 10px 0px;
}
.specialise_in_box {
    border-left: 1px solid #D8D0ED;
    padding-left: 27px;
}

.specialise_in_box:first-child {
    border: none;
}
header .nav-menu ul.sub-menu li a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
header .nav-menu ul.sub-menu li a:hover{
    color: #533E9D;
    border-bottom: 1px solid #533E9D;
}
header .nav-menu ul.sub-menu li.current-menu-item a {
    color: #533E9D;
    font-weight: 600;
    border-bottom: 1px solid #533E9D;
}
header .nav-menu ul.sub-menu li {
    margin: 12px 0px;
}

header .nav-menu ul.sub-menu {
    position: absolute;
    top: 48px;
    left: 0;
    min-width: 248px;
    padding: 0px 0 8px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 99;
    display: inline-table;
}

header .nav-menu li > ul > li.menu-item-has-children > ul.sub-menu {
    top: 0;
    left: 100%;
}

header .nav-menu li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
header .nav-menu ul.sub-menu li {
    display: block;
}
span.arrow {
    font-size: 10px;
    position: relative;
    top: 2px;
    left: 3px;
}
.container-fluid.default_page {
    text-align: center;
    padding: 50px 0px;
}

.container-fluid.default_page h2,.container-fluid.default_page h3,.container-fluid.default_page h4,.container-fluid.default_page h5,.container-fluid.default_page h6 {
    margin-bottom: 20px;
}
.packages ::marker{
    font-size: 12px;
    border-radius: 100%;
}
.l_content ::marker{
    font-size: 13px;
    border-radius: 100%;
}
.inner_abt_content p a {
    color: #000;
    text-decoration-line: underline !important;
}

.inner_abt_content p a:hover {
    color: #533E9D;
}
header .nav-menu li span {
    padding-left: 4px;
    font-weight: 600;
}
.cascade-slider_item.next, .cascade-slider_item.prev {
    opacity: .5;
}
.about_content_img.blog_image .abt_inner_img {
    display: inline-block;
}
.service_container ul , .service_full_content ul, .container-fluid.service_full_content ul {
    padding-top: 25px;
}

.service_container li i.fa , .service_full_content li i.fa{
    font-size: 6px;
    position: relative;
    top: -3px;
	padding-right: 10px;
}

.service_container li, .container-fluid.service_full_content li, .service_content_3_wrapper li {
    margin: 10px 0px;
}
.container-fluid.service_content_3_wrapper li i.fa {
    font-size: 17px;
    padding-right: 10px;
}
.single-locationspost .service_content_3_wrapper {
    padding: 80px 0px;
    border-top: 10px solid;
}
.single-locationspost .service_content_3 h2 {
    margin-bottom: 12px;
}
.single-locationspost .inner_abt_content li {
    list-style: disc;
    margin: 5px 0px;
}

.single-locationspost .inner_abt_content ul {
    padding-top: 20px;
    padding-left: 20px;
}
.container-fluid.video_content {
    position: relative;
}

.container-fluid.video_content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #F4F0FF;
    z-index: 1;
}
.postid-544 .service_content_3_wrapper, .postid-547 .service_content_3_wrapper  {
    background-color: #fff;
}
.inner_abt_content h2 {
    margin-bottom: 12px;
}
.locations_tabs_content .tab-content > .tab-pane li {
    padding: 6px 0px;
    list-style: disc;
}

.locations_tabs_content .tab-content > .tab-pane ul {
    padding-left: 20px;
}
.moretext {
  display: none;
}
.container-fluid.home.blog_full_content {
    background: #533E9D;
    text-align: center;
}

.home.blog_full_content p, .home.blog_full_content h2, .home.blog_full_content h3 {
    color: #fff;
}
.home.blog_full_content p a{
    color:#FAFF1E;
    text-decoration: underline !important;
}
.home.blog_full_content p a{
    color:#fff;
}
.home.blog_full_content h3 {
    padding: 15px 0px 10px;
}
.home.blog_full_content .banner_btn {
    padding-top: 30px;
}
.container-fluid.home_blog_wrapper .row {
    justify-content: center;
}
.container-fluid.service_content_3_full_width {
    background: #f1f1f1;
    padding: 60px 0px;
}

.service_content_3_full_width p {
    padding: 10px 0px;
}

.service_content_3_full_width h2 {
    padding-bottom: 10px;
}
.single-locationspost .content_wrapper .inner_abt_content ul {
    padding: 10px 0px 20px 20px;
}
.single-locationspost .content_wrapper .inner_abt_content ul li, .service_content_3 ul li {
    list-style: disc !important;
}
.single-locationspost .about_content_area {
    display: flex;
    align-items: center;
}