@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: white;
    padding: 10px 0px;
}
.specalist-txt img {
    float: left;
    width: 100%;
}
.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: black;
    padding: 10px 60px;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif !important;
    color: #00b900;
}
.text-bann .call-for-button a {
    background-color: #00b900;
    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: #00b900;
    font-size: 20px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 8px;
}

.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: 10px 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;
}

.best-border:hover .best-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;
}

.best-header {
    font-size: 45px;
    text-align: center;
    color: green;
    font-family: 'Yeseva One', cursive;
}
.best-header-desc {
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 10px;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: white;
    padding: 15px 10px;
    font-family: 'Yeseva One', cursive;
}

.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: left;
    width: 100%;
    overflow: hidden;

}

.best-border {
    float: left;
    width: 100%;
    background-color: #00b900;
    margin-bottom: 30px;
    border-radius: 20px;
}

.best-border:hover .best-call a {

    background-color: yellow;
    color: green;

    border: 2px solid black;
    border-radius: 10px;
    transition: all 400ms linear;

}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #006600c7;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Courgette', cursive;
}

.best-border:hover .overlay2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.text a {
    color: white;
}

.about-us {
    padding: 60px 0px;
    z-index: 1;
    float: left;
    width: 100%;
    background-color: #00b900;
}

.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: #000000;
    font-weight: bold;
    font-family: 'Yeseva One', cursive;
    text-align: center;
    letter-spacing: 1px;
}
.text-bann {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #000;
    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: black;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 20px;
    text-align: center;
}

.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;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #00b900;
}
.tetsi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: yellow;
    font-family: 'Yeseva One', cursive;
}
.testi-border {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px;

    box-shadow: 8px 8px white;
    border: 2px solid black;
}

.testi-img {
    float: left;
    width: 100%;
}

.testi-img img {
    float: none;
    display: table;
    margin: 0 auto;
    border: 2px solid black;
    box-shadow: 3px 3px #006600;
}

.testi-desc {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    color: black;
    font-family: 'PT Sans', sans-serif;
}

.testi-name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #006600;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.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: #000;
    }

    .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;
}

}

@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:#000;
    }

    .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;
}

}

@media(min-width:640px) and (max-width:767px) {
    .about-us::before {

        width: 100%;
        height: 100%;
    }

    .logo {
        display: none;
    }

    .about-desc {

        color: #000;
    }

    .testi-border {
        margin-bottom: 30px;
    }

    .footer-border {
        margin-bottom: 20px;
    }    .head-list1 {
    display: none;
}
}

@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) {}
