@import url('../../fonts.googleapis.com/css2%3Ffamily=Yeseva+One&display=swap.css');
@import url('../../fonts.googleapis.com/css2%3Ffamily=Courgette&display=swap.css');
@import url('../../fonts.googleapis.com/css2%3Ffamily=PT+Sans&display=swap.css');
@import url('../../fonts.googleapis.com/css2%3Ffamily=Ubuntu:wght@300%3B400%3B500&display=swap.css');

.main-container {
    float: left;
    width: 100%;
}

.header {
    float: left;
    width: 100%;
    background-color: #fffe00;
    padding: 10px 0px;
}

.header-left {
    float: left;
    width: 100%;
}

.call-for {
    float: left;
    width: 100%;
    font-family: 'Yeseva One', cursive;
    font-size: 48px;
    padding: 25px;
}

.call-for-button {
    float: left;
    width: 100%;
}

.call-for-button a {
    background-color: black;
    padding: 10px 60px;
    text-decoration: none;
}

.call-for-button a {
    background-color: #ffcb01;
    padding: 10px 60px;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif !important;
    color: #000000;
}

.text {
    float: left;
    width: 100%;
    text-align: center;
}

.text-bann .call-for-button a {
    background-color: #ffcb01;
    padding: 10px 60px;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif !important;
    color: #000000;
    font-size: 20px;
}

.text-bann .call-for-button {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.header-left img {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 100%;
}

.logo img {
    float: none;
    display: table;
    margin: 0 auto;
}

.header-right {
    float: left;
    width: 100%;
}

.header-right img {
    float: left;
    width: 100%;
}

.banner_container {
    float: left;
    width: 100%;
}

.banner_container img {
    float: left;
    width: 100%;
}

.text4 {
    float: left;
    width: 100%;
    background: #000000;
    font-size: 20px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 8px;
    border-bottom: 4px solid #00b900;
    border-top: 4px solid #00b900;
}

.head-list1 {
    float: left;
    width: 100%;
    background-color: #00b900;
    padding: 20px;
}

.head-list1 ul {
    float: none;
    margin: 0 auto;
    display: table;
    list-style-type: none;
}

.head-list1 ul li {
    float: left;
    padding: 10px 50px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0px 15px;
    border: 4px solid #000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.header-float1 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 20px;
    border-bottom: 4px solid #00b900;
    border-top: 4px solid #00b900;
}

.specialist {
    float: left;
    width: 100%;
    background-color: #00b900;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

.specialist1 {
    float: left;
    width: 100%;
    background-color: #000000;
    padding: 60px;
    font-size: 25px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    border-top: 10px solid #00ba01;
}

@keyframes texclr {
    0% {
        background-color: green;
    }

    50% {
        background-color: #000000;
    }

    100% {
        background-color: green;
    }
}

.specalist-txt span {
    color: #00b900;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Yeseva One', cursive;
}

.header-float {
    float: left;
    width: 100%;
    background-color: #fff;
}

.header-float img {
    float: left;
    width: 100%;
}

.other-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #000000;
    position: relative;
}

.other-header {
    font-size: 45px;
    text-align: center;
    padding-bottom: 30px;
    color: yellow;
    font-family: 'Yeseva One', cursive;
}

.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: yellow;
    padding-top: 20px;
    font-family: 'Yeseva One', cursive;
}

.other-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 5px 0px;
    font-family: 'PT Sans', sans-serif;
}

.other-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Courgette', cursive;
    padding: 3px 0px;
}

.other-call a {
    background-color: yellow;
    color: #006600;
    padding: 3px 40px;
    border: 2px solid red;
    border-radius: 10px;
    font-family: 'Ubuntu', sans-serif;
}

.other-img {
    float: left;
    width: 100%;
    overflow: hidden;
}

.other-img img {
    float: left;
    width: 100%;
    overflow: hidden;

}

.other-border {
    float: left;
    width: 100%;
    background-color: #00b900;
    position: relative;
    margin-bottom: 30px;
    padding: 12px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1b1c1d24;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.other-border:hover .overlay {
    height: 100%;
}

.other-border:hover .other-img img {
    animation: scale 4s linear;
}


@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background-color: #083e00;
}

.best-header {
    font-size: 32px;
    text-align: center;
    color: #ffcb01;
    font-family: 'Ubuntu', sans-serif;
}

.best-header-desc {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 41px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 10px;
    color: #fff;
    font-family: 'Yeseva One', cursive;
}

.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #083e00;
    padding: 8px 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
    padding: 5px 0px;
    font-family: 'PT Sans', sans-serif;
}

.best-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Courgette', cursive;
    padding: 20px 0px;
}

.best-call a {
    background-color: black;
    color: yellow;
    padding: 8px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

.best-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.best-img img {
    float: none;
    width: 50%;
    margin: 0 auto;
    display: table;
    border: 2px dashed#083e00;
    border-radius: 100px;
    padding: 15px;
}

.best-border {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 20px;
}

.best-border:hover .best-call a {

    background-color: yellow;
    color: green;

    border: 2px solid black;
    border-radius: 10px;
    transition: all 400ms linear;

}

.best-service-desc {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 41px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 10px;
    color: #fff;
    font-family: 'Yeseva One', cursive;
}

.best-border:hover .overlay2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.text a {
    color: white;
    background-color: red;
    padding: 10px 19px;
    float: left;
    width: 100%;
    border-radius: 25px;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    font-size: 18px;
}

.about-us {
    padding: 60px 0px;
    z-index: 1;
    float: left;
    width: 100%;
    background-color: #000000;
}

.banner-bottom-desc {
    float: left;
    width: 100%;
    font-size: 17px;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.us-left-img img {
    float: left;
    width: 100%;
}

.about-left {
    float: left;
    width: 100%;
    text-align: justify;
    background-color: #000000a1;
    padding: 10px;
}

.about-title {
    float: left;
    width: 100%;
    font-size: 40px;
    color: #ffcb01;
    font-weight: bold;
    font-family: 'Yeseva One', cursive;
    text-align: left;
    letter-spacing: 1px;
}

.banner8 {
    float: left;
    width: 100%;
}

.banner8 img {
    float: left;
    width: 100%;
}

.text-bann {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #083e00;
    padding: 4%;
}

.call-fora {
    float: left;
    width: 100%;
    font-family: 'Yeseva One', cursive;
    color: #fff;
    font-size: 26px;
}

.about-header {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 25px;
    color: white;
    font-family: 'Kaushan Script', cursive;
}

.about-header-name {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 45px;
    color: yellow;
    font-family: 'Kaushan Script', cursive;
    border-bottom: 2px solid yellow;
}

.about-header-title {
    float: left;
    width: 100%;
    text-align: justify;
    color: white;
    font-size: 20px;
    font-family: 'Suez One', serif;
    padding: 10px 0px;
}

.about-desc {
    float: left;
    width: 100%;
    font-size: 18px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 20px;
    text-align: left;
}

.about-us::before {
    content: "";
    position: absolute;
    width: 37%;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0px;
    background: #ffff00;
    z-index: -1;
}

.about-desc li {
    list-style: none;
}

.about-desc li i {
    color: red;
    padding-right: 5px;
}

.us-left-img {
    float: left;
    width: 100%;
    position: relative;
}

.about-desc span {
    color: red;
}

.why-us {
    float: left;
    width: 100%;
    background-color: #00b900;
    padding: 50px 0px;
}

.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    font-family: 'Yeseva One', cursive;
}

.why-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 30px;
}

.why-left {
    float: left;
    width: 100%;
}

.wjy-box {
    float: left;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 30px;
    background-color: #ff0;
    border-radius: 20px;
}

.why-box-img {
    float: left;
    width: 100%;
}

.why-box-img img {
    float: none;
    display: table;
    margin: 0 auto;
}

.why-box-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
    padding: 20px 0px 5% 0%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.why-right {
    float: left;
    width: 100%;
}

.why-right img {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: black;
}

.footer-border {
    float: left;
    width: 100%;
    background: white;
    padding: 0px 10px;
}

.footer-list {
    float: left;
    width: 100%;
    text-align: justify;
    color: black;
    padding: 20px 0px;
    font-size: 18px;
    line-height: 35px;
    font-family: 'PT Sans', sans-serif;
}

.footer ul li {
    list-style: none;
    border-bottom: 2px solid #006600;

}

.footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: #006600;
    font-family: 'Courgette', cursive;
}

/*testimonial*/

.test-sec {
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #010101;
}

.test-sec .test-hd {
    text-align: center;
    padding: 0px 0px 30px;
}

.test-sec .test-hd p {
    font-size: 50px;
    color: #eada16;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    font-family: 'Philosopher', sans-serif;
    padding-bottom: 20px;
}

.test-sec .test-hd p:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 50px;
    top: 100%;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: url(line-divider.png.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.test-sec .test-hd p:after {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.test-sec .test-hd span {
    display: block;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    padding: 29px 0px 0px;
    font-weight: 500;
}

.test-sec .test-slide {
    padding: 0px;
}

.test-sec .testimonial {
    margin: 0 15px;
    float: left;
    width: 100%;
}

.test-sec .testimonial .description {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 25px 20px;
    border: 1px solid #000;
    background: #1e8141;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.test-sec .testimonial .description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: inherit;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    border-color: inherit;
    position: absolute;
    bottom: -11px;
    left: 6%;
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

.test-sec .testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px;
    display: inline-block;
    float: left;
}

.test-sec .testimonial .pic img {
    width: 100%;
    height: auto;
}

.test-sec .testimonial .testimonial-title {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 35px;
}

.test-sec .testimonial .testimonial-title span {
    color: #1e8141;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.test-sec .testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
    color: #eada16;
}

.test-sec .owl-theme .owl-controls {
    position: absolute;
    bottom: 10%;
    right: 10px;
}

.test-sec .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: #eada16;
    padding: 3px 8px;
}

.test-sec .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.test-sec .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #034a26;
}

.test-sec .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}

.test-sec .best-service-title {
    color: #1c8140;
}

.test-sec .best-service-desc {
    color: #fff;
}

/*testimonial*/


/*service-container*/
.services-container {
    float: left;
    width: 100%;
    background-color: #000000;
    text-align: center;
    padding: 60px;
}

p.services-text-sd {
    float: left;
    width: 100%;
    font-size: 18px;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.service {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.service::before {
    content: url(../images/top.PNG.html);
    position: absolute;
    left: calc(9%);
    top: -10px;
}

.service h3 {
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    margin-top: -25px;
    z-index: 99999;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding-top: 7px;
}

.services {
    width: 100%;
    padding: 50px;

}

.sh {
    margin-bottom: 87px;
    text-align: center;
}

.services_heading {
    font-size: 48px;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.services-box {
    background: #f5f4f4;
    padding: 0;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px -8px rgb(145 148 150 / 50%);
    border-radius: 5px;
    float: left;
    width: 100%;
}

.services-text-box {
    padding: 0 0px 20px;
}

.services-text-heading {
    font-size: 24px;
    margin: 26px 0 15px 0;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    background: #ffcb01;
    padding: 9px 17px;
    border-bottom: 2px solid #1c8140;
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.services-text-heading-sd {
    font-family: Muli-Regular;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
}

.rmore {
    text-align: center;
    margin: 15px 0;
}

.rmore a {
    font-family: Muli-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 149px;
    height: 38px;
    border-radius: 30px;
    background: #ff0101;
    padding: 10px 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    transition: all 0.4s ease;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
}

.client-s-logo img {
    float: left;
    width: 100%;
}

.best-service-title {
    font-size: 32px;
    text-align: center;
    color: #ffcb01;
    font-family: 'Ubuntu', sans-serif;
}

/*service-container*/
/*banner-bottom-text*/
.banner-bottom-text-container {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #ffcb01;
    padding: 4%;
}

.banner-bottom-block {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 40px 10px;

}

.banner-bottom-text {
    float: left;
    width: 100%;
    color: #1c8140;
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    padding: 10px 0px;
}

.banner-bottom-txt-head {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    padding: 10px 0px;
    letter-spacing: 1px;
    padding-bottom: 60px;
    position: relative;
    font-family: 'Yeseva One', cursive;
}

.banner-bottom-txt-head::before {
    content: '';
    position: absolute;
    background-color: #d5c100;
    width: 10%;
    height: 5px;
    bottom: 45px;
    left: calc(45% - 0px);
}

.banner-bottom-txt-head::after {
    position: absolute;
    background-color: #c70039;
    content: '';
    width: 3%;
    height: 5px;
    bottom: 45px;
    left: calc(50% - 18px);
}

.about-tagline span {
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    font-size: 44px;
    color: #1c8140;
}

/*banner-bottom-text*/
.copyrt {
    width: 100%;

    float: left;
    text-align: center;
    font-size: 16px;

    padding: 20px;
    color: black;
    background: white;
}

.last-row {
    float: left;
    width: 100%;
}

.cal {

    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;

}

.whatsaapp img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.cal img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.whatsaapp {

    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;

}

.footer-img {
    float: left;
    width: 100%;
}

.footer-img img {
    float: left;
    width: 100%;
}

.wjy-box:hover .why-box-img {

    transition: 0.9s;
    transform: rotateY(360deg);
}

@media(min-width:320px) and (max-width:479px) {
    .logo {
        display: none;
    }

    .text4 {
        font-size: 16px;
    }

    .header-float {
        font-size: 16px;
    }

    .about-header {
        font-size: 20px;
    }

    .about-header-name {
        font-size: 35px;
        text-align: center;
    }

    .about-header-title {
        font-size: 18px;
        text-align: center;
    }

    .about-us::before {

        width: 100%;
        height: 100%;
    }

    .about-desc {
        font-size: 17px;
        color: #fff;
    }


    .best-header {
        font-size: 35px;
    }

    .why-header {
        font-size: 25px;
    }

    .why-title {
        font-size: 18px;
    }

    .why-box-title {
        font-size: 20px;
    }

    .other-header {
        font-size: 35px;
    }

    .tetsi-header {
        font-size: 35px;
    }

    .testi-border {
        margin-bottom: 30px;
    }

    .footer-header {
        font-size: 25px;
    }

    .footer-list {
        font-size: 17px;
        text-align: left;
    }

    .head-list1 {
        display: none;
    }

    .specialist1 {
        font-size: 25px;
    }

    .call-for {
        font-size: 30px;
    }

    .about-title {
        font-size: 32px;
    }

    .best-service-desc {
        font-size: 30px;

    }

    .banner-bottom-block {
        margin-bottom: 20px;
    }

    .best-service-desc {
        font-size: 30px;

    }
}

@media(min-width:480px) and (max-width:639px) {
    .logo {
        display: none;
    }

    .text4 {
        font-size: 16px;
    }

    .header-float {
        font-size: 16px;
    }

    .about-header {
        font-size: 20px;
    }

    .about-header-name {
        font-size: 35px;
        text-align: center;
    }

    .about-header-title {
        font-size: 18px;
        text-align: center;
    }

    .about-us::before {

        width: 100%;
        height: 100%;
    }

    .about-desc {
        font-size: 17px;
        color: #fff;
    }


    .best-header {
        font-size: 35px;
    }

    .why-header {
        font-size: 25px;
    }

    .why-title {
        font-size: 18px;
    }

    .why-box-title {
        font-size: 20px;
    }

    .other-header {
        font-size: 35px;
    }

    .tetsi-header {
        font-size: 35px;
    }

    .testi-border {
        margin-bottom: 30px;
    }

    .footer-header {
        font-size: 25px;
    }

    .footer-list {
        font-size: 17px;
        text-align: left;
    }

    .head-list1 {
        display: none;
    }

    .specialist1 {
        font-size: 25px;
    }

    .call-for {
        font-size: 30px;
    }

    .about-title {
        font-size: 32px;
    }

    .best-service-desc {
        font-size: 30px;

    }

    .banner-bottom-block {
        margin-bottom: 20px;
    }

    .best-service-desc {
        font-size: 30px;

    }
}

@media(min-width:640px) and (max-width:767px) {
    .about-us::before {

        width: 100%;
        height: 100%;
    }

    .logo {
        display: none;
    }

    .about-desc {
        font-size: 17px;
        color: #fff;
    }


    .testi-border {
        margin-bottom: 30px;
    }

    .footer-border {
        margin-bottom: 20px;
    }

    .head-list1 {
        display: none;
    }
    
    .specialist1 {
        font-size: 25px;
    }

    .call-for {
        font-size: 30px;
    }

    .about-title {
        font-size: 32px;
    }

    .best-service-desc {
        font-size: 30px;

    }

    .banner-bottom-block {
        margin-bottom: 20px;
    }

    .best-service-desc {
        font-size: 30px;

    }
}

@media(min-width:768px) and (max-width:991px) {
    .best-services .col-sm-4 {
        width: 50%;
    }

    .why-us .col-sm-8 {
        width: 100%;
    }

    .why-us .col-sm-4 {
        width: 100%;
    }

    .why-right img {

        width: 45%;
        padding-top: 50px;
        float: none;
        display: table;
        margin: 0 auto;
    }

    .other-services .col-sm-4 {
        width: 50%;
    }

    .testi .col-sm-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer .col-sm-4 {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .footer .col-sm-4 {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(min-width:1201px) and (max-width:1650px) {}
