@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;600;700&display=swap";

body {
    font-family: Jost, sans-serif;
    font-weight: 400;
    outline: 0
}

.topAddress {
    padding: 15px 30px;
    z-index: 99;
    background: #632165;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15)
}

.topAddress ul {
    padding-left: 0;
    margin: 0;
    display: inline-block
}

.topAddress ul li {
    display: inline-block;
    margin: 0 2rem 0 0;
    color: #fff
}

.topAddress ul li:last-of-type {
    margin: 0
}

.topAddress ul li a {
    color: #fff;
    font-size: 15px;
    display: inline-block
}

.topAddress ul li i {
    color: #cb3293;
    font-size: 20px;
    margin-right: 8px
}

.topAddress ul li.social a {
    font-size: 20px;
    margin-right: 20px
}

.topAddress ul li.social a:last-of-type {
    margin-right: 0
}

.topAddress ul li.social a i {
    margin-right: 0;
    color: #fff
}

.topAddress ul li.social a:hover i {
    color: #cb3293
}

#google_translate_element {
    float: right;
    position: relative;
    top: -2px
}

#google_translate_element .goog-te-gadget-simple {
    padding: 5px
}

.menu_ctrl {
    padding: 0
}

.navbar .navbar-nav {
    flex: 1;
    margin: 0 auto !important;
    display: flex;
    padding: 0
}

header {
    top: 1rem !important;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease;
    background: #fafafa;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15)
}

header.fixed_header {
    position: fixed;
    top: .3rem !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-90px)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar {
    padding: 0
}

.navbar-brand {
    padding: .75rem 0;
    outline: 0;
    margin: 0
}

.navbar-brand img {
    width: 100%
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 1rem
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.125rem;
    position: relative;
    color: #000;
    text-transform: capitalize;
    padding: .4rem 0;
    outline: 0
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #cb3293;
    transition: .2s ease
}

.navbar .nav-item:hover .nav-link {
    color: #cb3293
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
    width: 100%;
    background: #632165
}

.navbar .nav-item .nav-link::after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease;
    border: none;
    margin-top: 5px
}

.navbar .nav-item:hover .nav-link::after {
    width: 100%;
    background: #632165
}

.dropdown-toggle::after {
    content: none
}

.navbar-nav .dropdown-menu {
    min-width: 240px;
    max-width: 240px;
    border-radius: 0;
    padding: 0;
    border: 0
}

.navbar-nav .dropdown:hover .dropdown-menu,
.navbar-nav li.show .dropdown-menu {
    display: block;
    background-color: #632165;
    margin: 0;
    padding-top: 15px
}

.navbar-nav .dropdown:hover .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #632165;
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: 10
}

.navbar-nav .dropdown:hover .dropdown-menu::after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafa;
    z-index: 9
}

.navbar-nav .dropdown-menu a {
    display: block;
    color: #fff !important;
    font-size: 16px;
    text-transform: capitalize !important;
    text-decoration: none;
    padding: .5rem 1rem .5rem 2.25rem !important;
    border: 0 !important;
    white-space: inherit;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.navbar-nav .dropdown-menu a::before {
    content: "\f101";
    position: absolute;
    left: 15px;
    font-family: FontAwesome;
    line-height: 1.3
}

.navbar-nav .dropdown-menu .current-menu-item a,
.navbar-nav .dropdown-menu a:hover {
    color: #fff !important;
    background: #cb3293
}

.mobile-tab {
    display: none
}

.site_btns {
    padding: .6rem 1.4rem;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    -webkit-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07)
}

.site_btns:hover {
    border-color: transparent
}

.btn-pink {
    background: #cb3293;
    color: #fff
}

.btn-pink:hover {
    background: #632165;
    color: #fff
}

.btn-purple {
    background: #632165;
    color: #fff
}

.btn-purple:hover {
    background: #cb3293;
    color: #fff
}

.cta {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px
}

.cta .site_btns {
    margin-right: 15px
}

.mainBanner {
    position: relative
}

.carousel-control-prev {
    left: 2rem
}

.carousel-control-next {
    right: 2rem
}

.carousel-control-next,
.carousel-control-prev {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    color: #00494e
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #00494e
}

.carousel_content {
    padding: 1.5rem;
    max-width: 600px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translate(25%, -50%);
    border-radius: 5px
}

.carousel_content h2 {
    color: #cb3293;
    font-size: 2.25rem;
    font-weight: 700
}

.carousel_content p {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px
}

.carousel_content h3 {
    color: #632165;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 15px
}

.sec_heading .small_headding {
    color: #632165;
    font-size: 18px
}

.sec_heading h1 {
    font-weight: 700;
    color: #cb3293;
    font-size: 2rem
}

.sec_heading h2 {
    font-weight: 700;
    color: #cb3293;
    font-size: 2rem
}

.servicesSection {
    position: relative;
    width: 100%;
    padding: 4rem 0
}

.servicesSection .sec_heading {
    margin-bottom: 1.5rem
}

.servicesSection a {
    outline: 0 !important
}

.servicesSection .itemImage img {
    border-radius: 10px 10px 0 0
}

.servicesSection .itemCard .titleBox {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    padding: .5rem;
    background: #723774;
    width: 100%;
    color: #fff;
    margin-top: 1px;
    border-radius: 0 0 10px 10px;
    font-size: 1.4rem
}

.servicesSection .itemCard .titleBox h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    outline: 0 !important
}

.servicesSection .owl-nav {
    position: absolute;
    width: 90px;
    top: -60px;
    right: 0;
    z-index: 9;
    margin: auto
}

.servicesSection .owl-nav button {
    position: absolute;
    outline: 0;
    height: 36px;
    width: 35px;
    background: #723774 !important;
    border-radius: 50%;
    padding: 2px
}

.servicesSection .owl-nav button:hover {
    background: #d0469e !important
}

.servicesSection .owl-nav button i {
    font-size: 36px;
    color: #fff;
    position: relative;
    top: 0
}

.servicesSection .owl-nav button.owl-prev {
    color: #fff;
    left: 0
}

.servicesSection .owl-nav button.owl-next {
    color: #fff;
    right: 0
}

.welcomeSection {
    line-height: 26px;
    padding: 4rem 0 0
}

.welcomeSection h2 {
    color: #632165;
    font-size: 2rem
}

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

.welcomeImge img {
    border-radius: 5px;
    outline: 5px solid #fff;
    outline-offset: -20px
}

.welcomeImge a {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    color: #632165
}

.welcomeImge a:hover {
    background-color: #632165;
    color: #fff
}

.offer {
    background: url(../images/offer.jpg) no-repeat;
    min-height: 636px;
    background-size: cover;
    margin-top: 4rem;
    position: relative
}

.offer h2 {
    font-weight: 700;
    color: #cb3293;
    font-size: 2rem
}

.offer h3 {
    font-weight: 600;
    color: #723774;
    font-size: 1.75rem
}

.offer .container {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.offer .offer-box {
    background: rgba(255, 255, 255, .9);
    padding: 1.25rem;
    max-width: 460px;
    position: relative;
    border-radius: 5px;
    transform: translate(0, 50%)
}

.offer .offer-box .offers {
    padding: 1.25rem;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07)
}

.testimonialSection {
    padding: 4rem 0;
    color: #00000;
    position: relative;
    background: url(../images/testimonials.jpg) no-repeat;
    min-height: 640px;
    background-size: cover
}

.testimonialSection .container {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.testimonialSection .box {
    background: rgba(255, 255, 255, .9);
    padding: 1.5rem;
    max-width: 460px;
    position: relative;
    border-radius: 5px;
    transform: translate(0, 50%);
    -webkit-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    border: 2px solid rgba(0, 0, 0, .05)
}

.testimonialSection .box h2 {
    font-size: 2rem;
    color: #cb3293;
    margin-bottom: 1.25rem;
    margin-top: 5px
}

.testimonialSection .box .fa-quote-left {
    background: #cb3293;
    color: #fff;
    line-height: 46px;
    text-align: center;
    border-radius: 5px;
    font-size: 30px;
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: -23px
}

.testimonialSection .carousel-item {
    margin-bottom: 10px
}

.testimonialSection .carousel-indicators {
    margin: 0
}

.testimonialSection .carousel-indicators li {
    width: 13px;
    margin: 0 5px;
    height: 13px;
    border-radius: 50%;
    background: #a9a8a8;
    border: none
}

.testimonialSection .carousel-indicators li.active {
    background: #632165
}

.sidebar {
    top: 10px
}

.getin_touch {
    padding: 4rem 0
}

.contact {
    background: #632165;
    padding: 25px;
    border-radius: 5px
}

.contact input {
    margin-bottom: 30px;
    padding: 10px 15px;
    height: auto;
    -webkit-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    border-radius: 3px
}

.contact textarea {
    margin-bottom: 30px;
    padding: 10px 15px;
    -webkit-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 9px 9px 10px 0 rgba(0, 0, 0, .07);
    min-height: 125px;
    border-radius: 3px
}

.contact .btn {
    border-color: transparent
}

.contact .btn:hover {
    background: #fff;
    border-color: #cb3293;
    color: #cb3293
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
    color: #999
}

.contact textarea::-ms-input-placeholder {
    color: #999
}

.getin_touch .sec_heading {
    margin-bottom: 1rem
}

.getin_touch .connected h3 {
    color: #632165;
    font-weight: 400;
    font-size: 24px;
    padding-top: 5px
}

.getin_touch .connected ul {
    margin-top: 1rem;
    padding: 0
}

.getin_touch .connected ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px
}

.getin_touch .connected ul li a {
    background: #efe8ef;
    color: #632165;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.getin_touch .connected ul li a:hover {
    background: rgba(99, 33, 101, .15);
    color: #cb3293
}

footer {
    background: #f5f5f5;
    padding: 0
}

footer iframe {
    width: 100%;
    height: 500px
}

footer h3 {
    font-size: 1.75rem;
    color: #632165;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.footer-address {
    padding: 0;
    margin: 1rem 0 2rem
}

.footer-address li {
    display: block;
    color: #000;
    font-size: 1rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 30px
}

.footer-address li a {
    display: block;
    font-size: 1rem;
    text-align: left;
    color: #000
}

.footer-address li i {
    position: absolute;
    left: 0;
    color: #632165;
    top: 2px;
    font-size: 20px
}

.office_hours {
    padding: 0
}

.office_hours li {
    list-style: none;
    margin-bottom: .5rem
}

.office_hours li span {
    width: 110px;
    display: inline-block
}

.copyRights {
    text-align: center;
    border-top: 1px solid #cb3293;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    padding-top: 15px;
    margin-top: 1rem
}

.copyRights a {
    color: #333;
    text-decoration: underline
}

.copyRights a:hover {
    text-decoration: none
}

.form_cta {
    display: none
}

.breadcrumbSection {
    background: 0 0;
    position: relative;
    top: -3rem
}

.breadcrumbSection .breadcrumb {
    background: 0 0;
    border: 0;
    padding-left: 0;
    margin-bottom: 0
}

.breadcrumbSection .breadcrumb li,
.breadcrumbSection .breadcrumb li a {
    color: #333
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #333
}

.innerSection {
    padding-top: 3rem;
    margin-bottom: 3rem
}

.innerSection h1 {
    text-transform: capitalize;
    color: #cb3293;
    font-size: 2rem;
    font-weight: 700
}

.innerSection h2 {
    color: #632165;
    font-size: 1.7rem;
    font-weight: 600
}

.innerSection h3 {
    color: #000;
    font-size: 1.5rem;
    margin-top: 1rem
}

.innerSection ul li {
    display: block;
    position: relative;
    line-height: 1.5
}

.innerSection ul li::before {
    content: '\f101';
    position: absolute;
    color: #cb3293;
    left: -1.5rem;
    top: -1px;
    font-family: FontAwesome
}

.innerSection p a,
.innerSection p strong {
    color: #cb3293;
    white-space: nowrap
}

.qa {
    background: rgba(245, 245, 245, .3);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 15px
}

.qa img.qa_pic {
    float: left;
    margin-right: 1.25rem
}

.qa a {
    color: #cb3293;
    text-decoration: underline
}

.qa a:hover {
    color: #cb3293;
    text-decoration: none
}

.side_services h3 {
    background: #632165;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    font-size: 1.25rem
}

.side_services ul {
    background: rgba(243, 243, 243, .3);
    border: 1px solid rgba(0, 0, 0, .05);
    padding-top: 15px;
    padding-bottom: 15px
}

.side_services ul li {
    line-height: 1.5
}

.side_services ul li a {
    color: #000
}

.side_services ul li a:hover {
    color: #cb3293;
    text-decoration: none
}

.servicesCard {
    background: #f9f9f9;
    border: 0
}

.servicesCard .card-header {
    background: #632165;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700
}

.servicesCard .card-body {
    padding: 0
}

.servicesCard .card-body ul {
    padding-left: 0;
    margin-bottom: 0
}

.servicesCard .card-body ul li::before {
    content: none
}

.servicesCard .card-body ul li a {
    padding: .7rem;
    padding-left: 2.3rem;
    color: #333;
    display: block;
    text-decoration: none
}

.servicesCard .card-body ul li a.active,
.servicesCard .card-body ul li a:hover {
    background: #ddd
}

.servicesCard .card-body ul li a::before {
    content: '\f105';
    position: absolute;
    color: #633f76;
    left: 1.2rem;
    top: 10px;
    font-family: FontAwesome
}

.blog-main h1 {
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700
}

.blog-main h2 {
    text-transform: capitalize;
    font-size: 1.6rem;
    font-weight: 700
}

.blog-main h1 a,
.blog-main h2 a {
    color: #cb3293
}

.s-box .titleBox {
    background-color: #cb3293;
    color: #fff;
    padding: 10px 0
}

.s-box:hover .titleBox {
    background-color: #632165;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #cb3293
}

#autoModal img {
    width: 150px
}

#autoModal a {
    white-space: nowrap;
    color: #cb3293
}

#autoModal {
    z-index: 99999
}

#menu-item-504 a {
    target: new
}

@media (min-width:1921px) and (max-width:7000px) {

    body,
    html {
        width: 1920px;
        margin: auto;
        position: relative
    }
}

@media (min-width:1400px) and (max-width:1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.05rem
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 .75rem
    }
}

@media (min-width:1300px) and (max-width:1399px) {
    .topAddress ul li {
        margin-right: 15px
    }

    .topAddress {
        padding: 10px 30px
    }

    .cta .site_btns {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 .75rem
    }
}

@media (min-width:1171px) and (max-width:1299px) {
    .topAddress ul li {
        margin-right: 15px
    }

    .topAddress ul li.timings {
        display: none
    }

    .topAddress {
        padding: 10px 30px
    }

    .cta .site_btns {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .topAddress ul li i {
        margin-right: 5px
    }

    .topAddress ul li.social a {
        margin-right: 15px
    }

    .topAddress ul li a {
        font-size: 14px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 .5rem
    }
}

@media (max-width:1170px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.125rem;
        padding: .5rem .35rem;
        padding-bottom: 0
    }

    .navbar-nav .dropdown-menu a {
        padding: .25rem 1rem .25rem 2.25rem !important
    }

    .welcomeSection h2 {
        font-size: 1.6rem
    }

    .navbar-nav .dropdown:hover .dropdown-menu::after,
    .navbar-nav .dropdown:hover .dropdown-menu::before {
        content: none
    }

    .offer,
    .testimonialSection {
        min-height: 400px
    }

    .offer .offer-box,
    .testimonialSection .box {
        transform: translate(0, -50%);
        top: 50%
    }

    .offer .offer-box {
        max-width: 400px
    }

    .mainBanner .carousel_content {
        max-width: 400px
    }

    .mainBanner .carousel_content h2 {
        font-size: 2rem
    }

    .mainBanner .carousel_content h3 {
        font-size: 1.5rem
    }

    .topAddress ul li.timings {
        display: none
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px
    }

    .cta .site_btns {
        margin-right: 0;
        text-transform: capitalize
    }

    .topAddress ul li {
        line-height: 1;
        margin-right: 1rem
    }

    .qa img.qa_pic {
        max-width: 250px
    }

    .topAddress {
        padding: 15px 10px
    }

    .topAddress ul li a {
        font-size: 14px
    }

    .topAddress ul li i {
        font-size: 18px;
        margin-right: 5px
    }

    #google_translate_element {
        position: relative;
        top: -5px
    }

    .topAddress ul li.social a {
        margin-right: 15px
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
        height: 40px
    }
}

@media (max-width:970px) {
    .container.position-relative {
        max-width: 100%;
        padding: 0 .5rem
    }

    .topAddress ul {
        text-align: left
    }

    .fixed-top.fixed_header {
        position: initial;
        animation: none
    }

    .navbar .navbar-toggler {
        padding: .65rem .8rem;
        position: absolute;
        top: -22px;
        right: -332px;
        z-index: 99999;
        background: #632165;
        color: #fff;
        border-radius: 3px;
        outline: 0
    }

    .navbar .navbar-toggler.opened {
        background: #cb3293;
        padding: .1rem .8rem
    }

    .navbar .navbar-toggler.opened .close {
        line-height: 1;
        padding-bottom: 5px
    }

    .navbar .navbar-toggler.collapsed {
        position: absolute
    }

    .navbar-nav {
        position: initial;
        padding: 40% 20%
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: none
    }

    .navbar-nav .dropdown.show .dropdown-menu {
        display: block;
        border-radius: 0;
        min-width: 100%;
        background: #cb3293;
        padding-top: 5px
    }

    .navbar .navbar-nav li a.mobile-tab,
    .navbar .navbar-nav li a.mobile-tab:focus {
        display: inline-block !important;
        position: absolute !important;
        right: 0;
        top: 0;
        text-align: center;
        width: 40px;
        height: 36px;
        padding-top: .4rem !important;
        background: rgba(0, 0, 0, .15);
        color: #fff !important;
        z-index: 9999;
        border: 0 !important
    }

    .navbar-toggler>.close {
        display: inline;
        opacity: 1;
        text-shadow: none;
        color: #fff
    }

    .navbar-toggler.collapsed>.close,
    .navbar-toggler:not(.collapsed)>.fa-bars {
        display: none
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #632165;
        padding: 50px 0 0
    }

    .navbar-collapse.collapsing {
        right: -100%;
        transition: height 0 ease
    }

    .navbar-collapse.show {
        right: 0;
        transition: right .3s ease-in-out
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right .5s ease-in-out
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important
    }

    .navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
        width: 100%;
        background: #fff
    }

    .navbar .nav-item .nav-link::after {
        height: 2px
    }

    .breadcrumbSection {
        top: 0
    }

    .welcomeSection {
        margin: 0
    }

    .servicesSection {
        top: 0;
        padding: 1.5rem 0 2rem
    }

    .servicesSection .itemCard .titleBox h3 {
        font-size: .8rem;
        margin-bottom: 0
    }

    #carouselTestimonials .carousel-control-next,
    #carouselTestimonials .carousel-control-prev {
        top: 130px
    }

    .topAddress {
        padding: 7px 10px
    }

    .topAddress ul li {
        margin-right: 1rem;
        line-height: 1
    }

    .topAddress ul li.timings {
        display: none
    }

    .topAddress ul li i {
        font-size: 18px;
        margin-right: 5px
    }

    .topAddress ul li.social a {
        margin-right: 12px
    }

    .mainBanner .carousel_content {
        display: none
    }

    .navbar-brand {
        padding: .6rem 0
    }

    .cta {
        text-align: left
    }

    .navbar-toggler.opened {
        position: fixed;
        right: 1rem;
        top: 3.5rem
    }

    .navbar-collapse {
        padding-top: 100px
    }

    .getin_touch,
    .welcomeSection {
        padding: 1.5rem 0
    }

    .site_btns {
        padding: .3rem .75rem;
        text-transform: capitalize
    }

    .welcomeImge {
        margin-bottom: 0;
        margin-top: 1.75rem
    }

    .welcomeImge a {
        min-width: 180px
    }

    .offer h2,
    .sec_heading h2,
    .welcomeSection h1 {
        font-size: 1.75rem
    }

    .offer {
        margin-top: 10px
    }

    .offer h3 {
        font-size: 1.35rem
    }

    .offer {
        min-height: 1px;
        padding: 25px 0
    }

    .offer .container,
    .testimonialSection .container {
        position: static
    }

    .offer .offer-box,
    .testimonialSection .box {
        transform: translate(0, 0);
        padding: 1rem
    }

    .offer .offer-box .offers {
        padding: 1rem
    }

    .testimonialSection {
        min-height: 1px;
        padding: 25px
    }

    .getin_touch .connected h3 {
        font-size: 20px
    }

    .getin_touch .connected ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .contact {
        margin-top: 15px
    }

    .cta .site_btns {
        padding: .6rem 1.4rem;
        text-transform: uppercase
    }

    .offer .offer-box {
        max-width: 300px
    }

    .testimonialSection .box {
        max-width: 390px
    }

    .contact {
        padding: 15px
    }

    .contact input,
    .contact textarea {
        margin-bottom: 15px
    }

    .office_hours li span {
        width: 87px
    }

    .footer-address li {
        margin-bottom: .5rem
    }

    .copyRights br {
        display: none
    }

    footer iframe {
        height: 450px
    }

    #google_translate_element {
        float: none;
        position: absolute;
        top: 62px;
        left: 75px
    }

    .team_members,
    .team_members .media-body,
    .team_members img {
        display: block !important
    }

    .team_members img {
        margin-bottom: 15px !important;
        width: auto !important;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .fixed-top {
        position: initial !important
    }

    .topAddress {
        padding: 10px 20px;
        background: 0 0;
        box-shadow: none
    }

    .topAddress ul li {
        margin: 0 .5rem 0 0
    }

    .topAddress ul li a span {
        display: none
    }

    .topAddress ul li a {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 37px;
        border-radius: 3px;
        background: #632165
    }

    .topAddress ul li a i {
        color: #fff;
        margin: 0
    }

    .topAddress ul li i {
        font-size: 20px
    }

    .topAddress ul li.social {
        display: none
    }

    .container.position-relative {
        padding: 0
    }

    .navbar .navbar-toggler {
        top: -45px;
        right: 10px
    }

    .topAddress ul {
        margin: 0
    }

    .navbar-nav {
        position: initial;
        padding: 30% 10%
    }

    .servicesSection {
        top: 0
    }

    .welcomeSection {
        margin-top: 0
    }

    .welcomeImge {
        margin-bottom: 1.5rem
    }

    .testimonialSection h2 {
        margin-top: 1.5rem
    }

    .copyRights {
        margin-bottom: 3.5rem
    }

    .welcomeSection h1 {
        font-size: 2rem
    }

    .testimonialSection::before {
        left: 0
    }

    .topAddress ul li.timings {
        display: none
    }

    .mainBanner .carousel_content {
        display: none
    }

    .getin_touch,
    .welcomeSection {
        padding: 1.5rem 0
    }

    .site_btns {
        padding: .3rem .75rem;
        text-transform: capitalize
    }

    .welcomeImge {
        margin-bottom: 0;
        margin-top: 1.75rem
    }

    .welcomeImge a {
        min-width: 180px
    }

    .offer h2,
    .sec_heading h2,
    .welcomeSection h1 {
        font-size: 1.75rem
    }

    .offer {
        margin-top: 10px
    }

    .offer h3 {
        font-size: 1.35rem
    }

    .offer {
        min-height: 1px;
        padding: 25px 0
    }

    .offer .container,
    .testimonialSection .container {
        position: static
    }

    .offer .offer-box,
    .testimonialSection .box {
        transform: translate(0, 0);
        padding: 1rem
    }

    .offer .offer-box .offers {
        padding: 1rem
    }

    .testimonialSection {
        min-height: 1px;
        padding: 25px
    }

    .getin_touch .connected h3 {
        font-size: 20px
    }

    .getin_touch .connected ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .contact {
        margin-top: 15px
    }

    .form_cta {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%
    }

    .form_cta a {
        display: block;
        border-radius: 0;
        font-size: 1.25rem
    }

    .cta {
        display: none
    }

    .navbar-brand {
        padding: 5px 0
    }

    .contact {
        display: block;
    }

    .getin_touch .connected ul {
        margin-bottom: 0
    }

    footer iframe {
        height: 250px
    }

    footer h3 {
        margin-top: 20px;
        font-size: 1.35rem;
        margin-bottom: 1rem
    }

    .footer-address {
        margin-bottom: 0
    }

    .servicesSection .itemCard .titleBox {
        font-size: 1.125rem
    }

    .testimonialSection .box {
        max-width: 100%
    }

    .footer-address li {
        margin-bottom: .7rem
    }

    .navbar .navbar-toggler.collapsed {
        position: absolute
    }

    .navbar .navbar-toggler {
        padding: .4rem .8rem
    }

    .navbar .navbar-toggler.opened {
        position: absolute
    }

    .navbar-collapse {
        padding-top: 50px
    }

    .sidebar {
        margin-top: 25px
    }

    .qa img.qa_pic {
        margin-bottom: 15px
    }

    #google_translate_element {
        position: static
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 30px;
        height: 30px
    }

    .offer-box.ml-auto {
        margin: auto !important
    }
}

@media (min-width:481px) and (max-width:766px) {
    .topAddress ul {
        text-align: center;
        padding-right: 25px
    }

    .topAddress ul li {
        margin-right: 1rem
    }

    #google_translate_element {
        float: none;
        clear: both;
        margin-top: 7px
    }

    .navbar .navbar-toggler {
        top: -81px
    }

    .topAddress {
        padding: 7px 20px
    }

    #google_translate_element {
        position: static
    }
}

@media (max-width:480px) {
    .topAddress ul {
        text-align: center;
        padding-right: 25px
    }

    .topAddress ul li {
        margin-right: .8rem
    }

    #google_translate_element {
        float: none;
        clear: both;
        margin-top: 7px
    }

    .navbar .navbar-toggler {
        top: -81px
    }

    .topAddress {
        padding: 7px 20px
    }

    #google_translate_element {
        position: static
    }
}