@import url('../fonts.googleapis.com/css2_family%3dPlayfair%2bDisplay_wght%40700%26family%3dPoppins_wght%40100%3b200%3b300%3b400%3b500%3b600%3b700%26display%3dswap.html');

@import url('../fonts.googleapis.com/css2_family%3dOswald_wght%40300%3b400%3b500%3b600%26display%3dswap.html');

.main-container {
    float: left;
    width: 100%;
}

/*header start*/
.text-flow1 {
    float: left;
    width: 100%;
    background-color: rgba(0, 13, 39, 0.9);
    font-size: 19px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    padding-top: 10px;
    animation: pawan linear 0.5s infinite;
}

@keyframes pawan {
    from {
        background: -webkit-radial-gradient(circle, #ffc107, #ffc107, #ffc107 0%);
    }

    to {
        background: -webkit-radial-gradient(circle, #066b30, #066b30, #066b30 140%);
    }
}

.our-tex3 h5 a {
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    background-color: #ffcc00;
    color: #353535;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

.text-right a:hover {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}

.text-lft {
    float: left;
    width: 100%;
}

.text-right {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 100%;
}

.logo img {
    float: none;
    margin: 0 auto;
    display: table;
}

.header-center img {
    float: none;
    margin: 0 auto;
    width: 50%;
}

.header-center {
    float: left;
    width: 100%;
}

.header-center img {
    margin-top: 20px;
}


.whatsapp-call {
    float: left;
    width: 100%;
}

.whatsapp-call img {
    float: none;
    margin: 0 auto;
    display: table;
    padding-top: 7px;
}

.header {
    float: left;
    width: 100%;
    padding: 10px;
 
    background-color: #940000;
}
.text-flow2 {
    float: left;
    width: 100%;
    background-color: rgb(229 211 143);
    padding: 10px;
    color: #011d40;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0;
}
.text-flow3 {
    float: left;
    width: 100%;
    background-color:#940000;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.logo-text {
    width: 100%;
    float: left;
}
.logo-text img {
    float: none;
    margin: 0 auto;
}
.mid-logo {
    float: left;
    width: 100%;
}

.mid-logo img {
    float: none;
    width: 25%;
    margin: 0 auto;
    animation: rotate 10s infinite linear;
    /* -webkit-animation:rotate 10s infinite linear !important; */
    -moz-animation: rotate 10s infinite linear;
}




/*header end*/

/*spsl-service*/

.spsl-service-container {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 3% 0%;
}spsl-service-head {
    float: left;
    width: 100%;
    color: #edce5a;
    font-size: 34px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4%;
    padding-top: 75px;
}
.spsl-service-image {
    float: left;
    width: 100%;
}
.spsl-service-image img {
    float: left;
    width: 100%;
}
.spsl-service-head::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 5%;
    height: 2px;
    bottom: -9px;
    left: calc(50% - 41px);
}
.spsl-service-head::after {
    content: url(../images/quran.PNG.html);
    position: absolute;
    top: -18px;
    left: calc(50% - 56px);
}
/*spsl-service*/
/*banner start*/
.banner_container {
    float: left;
    width: 100%;
}

.banner-container {
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.banner-container img {
    float: left;
    width: 100%;
}

.banner-container .left {
    position: absolute;
    top: 45%;
    font-size: 46px;
    left: 35px;
    color: #42a43c;
}

.banner-container .right {
    position: absolute;
    top: 45%;
    font-size: 46px;
    right: 35px;
    color: #42a43c;
}

.banner_container a.left {
    position: absolute;
    left: 40px;
    top: 61%;
    font-size: 40px;
    color: #71a235;
}

.banner_container a.right {
    position: absolute;
    right: 40px;
    top: 61%;
    font-size: 40px;
    color: #71a235;
}

/*banner end*/

/*about-container*/
.about-us-container {
    float: left;
    width: 100%;
    padding: 3%;
    
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us-left {
    float: left;
    width: 100%;
    text-align: center;
}

.about-us-title {
    float: left;
    width: 100%;
    color: #940000;
    font-size: 34px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.about-us-desc {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-top: 4%;
}
.about-us-desc p {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}
.about-us-title::before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 8%;
    height: 3px;
    bottom: -10px;
    left: calc(40% - -63px);
}
.about-img {
    float: left;
    width: 100%;
}

.about-img img {
    float: left;
    width: 100%;
    border: 5px solid #71a235;
    margin-top: 17px;
}

/*about-container*/









/*Best Services*/
.bst-srv .services_image img {
    border: 5px solid #ffffff;
    border-radius: 60px 60px 60px 60px;
}
.bst-srv .services_block {
    margin-bottom: 30px !important;
}
.bst-srv .services_desc {
    padding-bottom: 0px !important;
}
/*Best Services*/











/*services*/
.services-container {
    float: left;
    width: 100%;
    padding: 3%;
    text-align: center;
   
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
.services-container.bst-srv {
    background-color: #000000;
}
.serv-desc {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding-top: 18px;
}
.service-title {
    float: left;
    width: 100%;
    color: #940000;
    font-size: 34px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.service-desc {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    line-height: 32px;
    text-transform: uppercase;
}
.service-title::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 5%;
    height: 2px;
    bottom: -9px;
    left: calc(50% - 41px);
}
.services_block_container {
    float: left;
    width: 100%;
    padding-top: 3%;
}

.services_block {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 80px;
    transition: 0.5s;

}

.services_image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.services_image img {
    float: left;
    width: 100%;    border: 5px solid #940000;
    border-radius: 57px;
}

.services_title {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 10px 0px 8px 8px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    background-color: #e4d390;
    margin-top: 11px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}
.services_desc {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

.services_call {
    float: left;
    width: 100%;
    text-align: center;
}
.services_call a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #940000;
    padding: 6px 45px;
    float: left;
    width: 100%;
}
.services_call a:hover {
    color: #000;
    text-decoration: none;
}

.services_call img {
    float: left;
    width: 100%;
}

.services-icon i {
    position: absolute;
    bottom: 200px;
    right: 23px;
    background-color: red;
    padding: 12px 10px 12px 15px;
    border-radius: 8px;
}

.services-icon i {
    color: #fff;
    font-size: 20px;
}


/*services*/



/*lets-talk*/

.lets-talk-container {
    float: left;
    width: 100%;
    background-color: #fe9d0b;
    padding: 3%;
    text-align: center;
}

.lets-talk-left {
    float: left;
    width: 100%;
}

.lets-talk-image {
    float: left;
    width: 100%;
}

.lets-talk-image img {
    float: left;
    width: 100%;
    border: 5px solid #fff;
}

.lets-talk-right {
    float: left;
    width: 100%;
}

.lets-talk-title {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 12px;
}

.lets-talk-desc {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 25px;
    padding: 1%;
    font-size: 15px;
}

.lets-talk-title1 {
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 10px 0px;
    padding: 6px;
    color: #d04699;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}

.lets-talk-desc-li {
    float: left;
    width: 100%;
}

.lets-talk-desc-li ul {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.lets-talk-desc-li ul li {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 15px;
    font-weight: 300 !important;
    line-height: 30px;
    padding-left: 35px;
}

.lets-talk-desc-li ul li::before {
    content: '\f0da';
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    font-size: 25px;
    top: -1px;
}

.lets-talk-title2 {
    float: left;
    width: 100%;
}

.lets-talk-title2 a {
    background-color: #22355b;
    padding: 7px 50px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.lets-talk-title2 {
    float: left;
    width: 100%;
    margin-top: 18px;
    margin-left: 15px;
}

.lets-talk-title2 a:hover {
    text-decoration: none;
    color: #ffffff;
}

/*lets-talk*/
/*count start*/

.num-container {
    float: left;
    width: 100%;
    padding: 3%;
    background-color: #ffea3c;
    border-bottom: 4px solid #fff;
}  
.num {
    float: left;
    width: 100%;
    color: #f9e63b;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding-left: 35%;
    position: relative;
}
.num.num1::before {
    content: url(../images/icon1.png) !important;
    position: absolute;
    left: 0px;
    top: -22px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.num {
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.num span {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #790901;
}

.num.num2::before {
    content: url(../images/icon2.png) !important;
    position: absolute;
    left: 0px;
    top: -22px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.num.num3::before {

    content: url(../images/icon3.png) !important;
    position: absolute;
    left: 0px;
    top: -22px;
filter: invert(100%);
    -webkit-filter: invert(100%);
}

.num.num4::before {
    content: url(../images/icon4.png) !important;
    position: absolute;
    left: 0px;
    top: -22px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

/*count end*/
/*why-us*/
.why-us-container {
    float: left;
    width: 100%;
    text-align: center;
    padding: 3%;
    background-color: #940000;
    border-top: 4px solid orange;
}
.why-us-title {
    float: left;
    width: 100%;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.why-us-icon img {
    background-color: #fff;
    padding: 10px;
    border-radius: 70px;
}
.why-us-desc {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.why-us-inner {
    float: left;
    width: 100%;
    padding-top: 6%;
}

.why-us-block {
    float: left;
    width: 100%;
    border: 4px dashed #fff;
    border-radius: 20px;
    padding: 5%;
    position: relative;
    padding-top: 100px;
}

.why-us-titles {
    float: left;
    width: 100%;
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    padding-bottom: 10px;
}

.why-us-title1 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300 !important;
}

.why-us-icon {
    float: left;
    width: 100%;
    position: absolute;
    top: -86px;
    left: 0;
}

.why-us-icon i {
    font-size: 50px;
    border: 4px solid #000000;
    border-radius: 50%;
    padding: 20px 10px 20px 20px;
    color: #000000;
    background-color: #fff;
}



.blk1 {
    background-color: #019ec7;
}

.blk2 {
    background-color: #b144ca;
}

.blk3 {
    background-color: #db4a6b;
}

.blk4 {
    background-color: #edaf34;
}

/*why-us*/

/*middle-banner*/

.middle-banner {
    float: left;
    width: 100%;
    border-top: 5px solid #008000;
    border-bottom: 5px solid #008000;
}

/*middle-banner*/
.bn {
    float: left;
    width: 100%;
}
.bn img {
    float: left;
    width: 100%;
}
/*testimonials*/

.testimonials-container {
    float: left;
    width: 100%;
    padding: 3%;
    background-color: #000;
}

.testimonials-title {
    float: left;
    width: 100%;
    color: #ffc900;
    font-family: -webkit-pictograph;
    font-size: 34px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.testimonials-title::before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 5%;
    height: 2px;
    top: 25px;
    left: 27%;
}
.testimonials-title::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 5%;
    height: 2px;
    top: 26px;
    right: 27%;
}

.testimonials-conainer {
    float: left;
    width: 100%;
    padding-top: 4%;
}

.testimonial-block {
    float: left;
    width: 100%;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    padding: 46px;
    padding-bottom: 105px;
}
.testimonial-image {
    float: left;
    width: 100%;
}

.testimonial-image img {
    float: none;
    width: 30% !important;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
    border: 3px solid #edce5a;
}
.testimonial-desc {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    padding: 12px;
    text-align: center;
    color: #fff;
}
.testimonial-name {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #ffcc01;
    font-size: 18px;
}
.testimonials-tag {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 12px;
    padding-bottom: 4%;
}
/*testimonials*/
.Disclaimer {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #e32741;
    padding: 10px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.copyu1 {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: -webkit-pictograph;
    text-transform: uppercase;
}
.copyu {
    float: left;
    width: 100%;
    background-color: #000000;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: -webkit-pictograph;
    text-transform: uppercase;
}
.yz1 {
    -webkit-position: fixed;
    /* position: fixed;
    inset: 390px 10px 100px 000px!important;
	text-align: left;
    z-index: 1000;*/
    width: 178px;
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
}

.yz1 > a > img {
    width: 60px;
}

.yz2 a {
    /*	-webkit-position:fixed;
    position: fixed;
	inset: 360px 10px 100px 000px!important;
    top: 400px;
	left: 100px;
	text-align: right;
    z-index: 1000;*/

    width: 178px;
    bottom: 0px;
    right: -112px;
    position: fixed;
    z-index: 1111;
}

.yz2 > a > img {
    width: 60px;
}.hindi-in2 {
    color: #fff;
    background: #940000;
    padding: 15px 0;
    font-size: 36px;
    border-top: 1px solid #940000;
    border-bottom: 1px solid #940000;
    text-align: center;
    font-family: "ARLRDBD";
    font-weight: bold;
}
.text-banner {
    width: 100%;
    height: auto;
    margin: 0 0 0 0px;
    margin-top: 0px;
    font-size: 25px;
    text-align: center;
    font-family: 'Anton', sans-serif;
    background-color: #940000;
    color: #ffffff;
    float: left;
    padding: 20px;
}
/* Media Query */


@media(min-width:1201px) and (max-width:1650px) {}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:640px) and (max-width:767px) {}


@media(min-width:480px) and (max-width:639px) {
    .mid-logo {
        display: none;
    }

    .whatsapp-call {
        padding-top: 6%;
    }

    .banner_container a.left {
        font-size: 22px;
        color: #fff;
        left: 0;
        top: 35px;
    }

    .banner_container a.right {
        font-size: 20px;
        color: #fff;
        right: 0;
        top: 35px !important;
    }

    .banner-bottom-txt span {
        font-size: 15px;
        line-height: 1px;
    }

    .banner-bottom-txt {

        font-size: 22px;
        line-height: 32px;
    }

    .banner-bottom-txt a {
        font-size: 28px;
    }

    .service-title::before {

        display: none;
    }

    .service-title::after {
        display: none;
    }

    .services-icon i {
        bottom: 290px;
        right: 10px;
    }

    .best-service-title {
        font-size: 28px;
    }

    .service-title {
        font-size: 28px;
    }

    .best-service-title::before {
        display: none;

    }

    .best-service-title::after {
        display: none;
    }

    .why-us-block {
        margin-top: 25%;
    }

    .why-us-title {
        font-size: 28px;
        margin-bottom: -40px;
    }

    .why-us-title::before {

        display: none;
    }

    .why-us-title::after {
        display: none;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .testimonials-title::before {
        display: none;
    }

    .testimonials-title::after {
        display: none;
    }

    .testimonial-block {
        padding-bottom: 25px;
    }

    .testimonial-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .banner-bottom-head {
        font-size: 26px;
    }

    .banner-bottom-image {
        margin-bottom: 20px;
    }

    .just-call3 a {
        font-size: 15px;
    }

    .just-call1 {
        font-size: 26px;
    }

    .about-us-title {
        font-size: 26px;
    }

    .lets-talk-title2 a {
        font-size: 14px;
    }
    .logo-text {

        font-size: 18px;
        line-height: 23px;
        padding-top: 20px;
    }

    .text-flow2 {
        font-size: 15px;
    }

    .num {
        font-size: 20px;
    }

    .num span {
        font-size: 16px;
    }

    .num {
        padding-bottom: 30px;
    }

    .num.num1::before {

        left: -10px;
    }

    .num.num2::before {
        left: -11px;
    }

    .num.num3::before {
        left: -10px;
    }

    .num.num4::before {

        left: -12px;

    }
.online-list ul {
    width: 100%;
}
       .logo-text {
    display: none;
}
    .testimonial-block {
    float: left;
    width: 100%;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px 35px;
    padding-bottom: 25px;
}
}

@media(min-width:320px) and (max-width:479px) {
    .mid-logo {
        display: none;
    }

    .whatsapp-call {
        padding-top: 6%;
    }

    .banner_container a.left {
        font-size: 22px;
        color: #fff;
        left: 0;
        top: 35px;
    }

    .banner_container a.right {
        font-size: 20px;
        color: #fff;
        right: 0;
        top: 35px !important;
    }

    .banner-bottom-txt span {
        font-size: 15px;
        line-height: 1px;
    }

    .banner-bottom-txt {

        font-size: 22px;
        line-height: 32px;
    }

    .banner-bottom-txt a {
        font-size: 28px;
    }

    .service-title::before {

        display: none;
    }

    .service-title::after {
        display: none;
    }

    .services-icon i {
        bottom: 290px;
        right: 10px;
    }

    .best-service-title {
        font-size: 28px;
    }

    .service-title {
        font-size: 28px;
    }

    .best-service-title::before {
        display: none;

    }

    .best-service-title::after {
        display: none;
    }

    .why-us-block {
        margin-top: 25%;
    }

    .why-us-title {
        font-size: 28px;
        margin-bottom: -40px;
    }

    .why-us-title::before {

        display: none;
    }

    .why-us-title::after {
        display: none;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .testimonials-title::before {
        display: none;
    }

    .testimonials-title::after {
        display: none;
    }

    .testimonial-block {
        padding-bottom: 25px;
    }

    .testimonial-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .banner-bottom-head {
        font-size: 26px;
    }

    .banner-bottom-image {
        margin-bottom: 20px;
    }

    .just-call3 a {
        font-size: 15px;
    }

    .just-call1 {
        font-size: 26px;
    }

    .about-us-title {
        font-size: 26px;
    }

    .lets-talk-title2 a {
        font-size: 14px;
    }

    .logo-text {

        font-size: 18px;
        line-height: 23px;
        padding-top: 20px;
    }

    .text-flow2 {
        font-size: 15px;
    }

    .num {
        font-size: 20px;
    }

    .num span {
        font-size: 16px;
    }

    .num {
        padding-bottom: 30px;
    }

    .num.num1::before {

        left: -10px;
    }

    .num.num2::before {
        left: -11px;
    }

    .num.num3::before {
        left: -10px;
    }

    .num.num4::before {

        left: -12px;

    }
.online-list ul {
    width: 100%;
}
   .logo-text {
    display: none;
}
    .testimonial-block {
    float: left;
    width: 100%;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px 35px;
    padding-bottom: 25px;
}
}














.awords {
    padding: 0;
    background-color: #fff6df;
}
.main {
    margin: auto;
    padding: 0;
    width: 96%;
}
.aword1 {
    padding: 30px;
    background-color: #fff6df;
}
.ourservices-head {
    padding: 0;
    text-align: center;
}
.ourservices-head p {
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    padding: 0;
    font-weight: 700;
    font-family: 'Dosis';
    color: #a60000;
}
.ourservices-head img {
    margin: -8px 0 0 0;
}
.ourservices-head {
    padding: 0;
    text-align: center;
}
.aword2 {
    padding: 10px;
    border: 5px solid #6a0000;
}
.aword3 {
    padding: 10px;
}
.aword4 {
    padding: 0;
}
img {
    max-width: 100%;
}