body {
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

img {
    max-width: 100%;
}

.top-bar {
    margin: .0;
    padding: 0;
    background: #380864;
}

ul.top-social-ic {
    list-style: none;
    text-align: left;
    padding: 10px 0 8px 0;
    margin: 0;
}

ul.top-social-ic li {
    display: inline-block;
    margin-right: 5px;
    padding: 0px;
}

ul.top-social-ic li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

ul.top-social-ic li i {
    color: #000000;
    font-size: 17px;
    background: #ffeb00;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 6px 0;
    border-radius: 50px;
    transition: 0.6s;
    margin-left: 10px;
}

.top-txt {
    background: #ffed1f;
    height: 100%;
    padding: 12px 9px 0 9px;
}

.top-txt p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.header-prt {
    padding: 0px 0;
}

.text-right {
    text-align: right !important;
}

.hind-li {
    background: linear-gradient(to top, #380864 9%, #2d074f 90%);
    padding: 0px 0;
    text-align: center;
    box-shadow: 0 5px 5px #6008531c;
}

.hind-li p {
    font-size: 35px;
    font-family: system-ui;
    padding: 15px 0;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.sp-pad {
    padding: 60px 0;
}

.f-18 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.f-35 {
    font-size: 35px;
    font-weight: 600;
    color: #380864;
}

p {
    font-size: 16px;
    color: #111;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

p.read-btn a {
    background: #f8c507;
    color: #000;
    text-decoration: none;
    padding: 16px 24px;
    display: block;
    transition: 0.5s;
    width: fit-content;
    border-radius: 100px;
    font-family: Poppins;
    font-weight: 700;
}

p.read-btn a:hover {
    background: #fff;
}

p.read-btn a i {
    margin-right: 5px;
}

.back-black {
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#white {
    color: #fff;
}

#yellow {
    color: #ffeb00;
}

.services-box {
    box-shadow: rgba(181, 181, 181, 0.63) 0px 0px 4px 0px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.09);
    border-image: initial;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    background: #ffed1f;
}

.services-box h4 {
    font-size: 25px;
    color: #380864;
    margin: 10px 0px 7px;
    font-weight: 600;
}

.services-box p {
    font-size: 16px;
    color: rgb(0 0 0);
    margin-bottom: 8px;
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}

ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 15px 7px;
}

ul.call-chat-services li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    text-decoration: none;
    background: #380864;
    padding: 11px 15px;
    transition: all 0.5s ease 0s;
    font-family: Poppins;
    font-weight: 700;
}

ul.call-chat-services li a i {
    font-size: 20px;
    color: rgb(248 197 7);
    position: relative;
    animation-duration: var(--fa-animation-duration, 7s);
    top: 3px;
    margin-right: 5px;
}

.fa-spin {
    -webkit-animation-duration: var(--fa-animation-duration, 7s) !important;
    animation-duration: var(--fa-animation-duration, 7s) !important;
}

.why-ch {
    margin: 25px 0 0 0;
    padding: 20px;
    border-radius: 11px;
    background: #FFED1F;
    transition: 0.5s;
}

.why-ch:hover {
    background: #fff;
}

.ch-ic img {
    width: 100px;
    margin-bottom: 4px;
}

.choose .f-35 {
    color: #FFED1F !important;
}

.ch-txt h5 {
    color: #380a64;
    margin: 0;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    margin: 5px 0;
}

.ch-txt p {
    color: #380a64;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

img.w1 {
    border: solid 5px #be0018;
    border-radius: 15px;
}

.testimonial {
    /* padding: 25px 15px; */
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 15px;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #380864;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    padding: 15px 15px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    border: solid 4px #380864;
    background: #ffff00;
    border-radius: 10px;
}

.testimonial .testimonial-title {
    font-size: 19px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.testimonial .testimonial-title:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #380864;
    padding: 10px 0;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #f3904d;
    margin: 5px 7px;
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page span {
    background: #380864 !important;
}

form label {
    display: none;
}

.form-control {
    padding: 1.6rem 0.75rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 55px;
    margin-bottom: 26px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-part textarea#description {
    height: 140px;
}

button.btn.btn-default.submit {
    background: #ffc807;
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    max-width: 220px;
    transition: .3s;
    font-size: 17px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-part {
    padding: 50px 0;
    background-image: url(../images/wt-back.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#happy-list img {
    width: 45px;
    background: #fff;
    border-radius: 100px;
    padding: 1px;
}

#happy-list a {
    font-family: 'Roboto Condensed';
}

#happy-list li {
    margin-right: 10px;
}

.back-black .f-18 {
    color: #fff;
}

.back-black .f-35 {
    color: #f8c507;
}

.back-black p {
    color: #fff;
}

ul#happy-list {
    text-align: right;
}

#mar {
    padding: 20px 10px;
}

.ftr-sec {
    background: #380864;
    text-align: center;
    display: block;
    padding: 20px 0;
}

.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #ffff00;
    border-top: 1px solid #ffff00;
    padding: 10px 0;
}

.fixed-icon ul {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 60px;
    width: 100%;
}

li.call {
    left: 30px;
    position: absolute;
}

.fixed-icon ul li {
    list-style: none;
    margin-bottom: 15px;
    right: 0;
    position: absolute;
}

ul.top-social-ic.text-right li {
    margin-right: 0;
}

@media(max-width:1199px) {
    ul.top-social-ic li a {
        font-size: 12px;
    }
    ul.top-social-ic li i {
        font-size: 18px;
        height: 30px;
        width: 30px;
    }
    .ch-txt p {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    ul#happy-list {
        text-align: center;
    }
    ul.top-social-ic li a {
        font-size: 14px;
    }
    .hind-li p {
        font-size: 25px;
    }
    .ch-txt p {
        font-size: 16px;
    }
    .w1 {
        margin: 10px 0;
    }
    .award {
        margin: 8px 0;
    }
    .tab-center ul.top-social-ic {
        text-align: center !important;
    }
    #mar {
        padding: 12px 9px 4px 9px;
        margin-top: 10px;
        height: unset;
    }
    .top-bar {
        padding-bottom: 15px;
    }
}

@media(min-width:767px) {
    .dask-none {
        display: none;
    }
}

@media(max-width:767px) {
    ul.top-social-ic {
        text-align: center;
    }
    .logo.mmm {
        margin: 8px 0;
    }
    ul.top-social-ic li {
        padding: 6px 0;
    }
    .f-35 {
        font-size: 30px;
    }
    .f-18 {
        font-size: 16px;
    }
    .ch-txt h5 {
        margin: 7px 0;
        font-size: 18px;
    }
    .ch-ic {
        text-align: center;
    }
    .ch-txt h5 {
        text-align: center;
    }
    .ch-txt p {
        text-align: center;
    }
    .dsclmr p {
        font-size: 13px;
    }
    .fixed-icon ul {
        bottom: 75px;
    }
    .top-txt p {
        font-size: 15px;
    }
    .m-none {
        display: none;
    }
}