@import 'https://fonts.googleapis.com/css2?family=Mukta&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Belleza&amp;display=swap';

.main-container {
    float: left;
    width: 100%
}

.header-img2 {
    float: left;
    width: 100%
}

.header-img2 img {
    float: none;
    width: 100%;
    display: table;
    margin: 0 auto
}

.banner3 {
    float: left;
    width: 100%
}

.banner3 img {
    float: left;
    width: 100%
}

.copyrt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: mukta, sans-serif;
    padding: 20px;
    color: #000;
    background:gold
}

.last-row {
    float: left;
    width: 100%
}

.cal {
    bottom: 0;
    left: 10px;
    position: fixed;
    z-index: 1111
}

.whatsaapp img {
    -webkit-animation: mover .5s infinite alternate;
    animation: mover .5s infinite alternate
}

.cal img {
    -webkit-animation: mover .5s infinite alternate;
    animation: mover .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: 0;
    right: 16px;
    position: fixed;
    z-index: 1111
}

.tophead_section {
    float: left;
    width: 100%;
    padding: 5px 0;
    background:#238c51;
}

.new-header {
    float: left;
    width: 100%;
    background:gold;
}

.toplist-section {
    padding: 0;
    background: #000;
    float: left;
    width: 100%
}

.toplist-section1 {
    padding: 10px 0;
    text-align: center
}

.toplist-section1 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.toplist-section1 ul li {
    padding: 0 18px;
    display: inline-block
}

.toplist-section1 li i {
    font-size: 23px;
    color: #ffc800
}

.toplist-section1 li p {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
    font-family: mukta, sans-serif
}

.top-left2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 9px;
    letter-spacing: 2px;
    font-family: mukta, sans-serif
}

a.read-more {
    margin: 0;
    padding: 8px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    animation: txt-blnk .6s infinite;
    font-family: mukta, sans-serif;
    text-decoration: none
}

@keyframes txt-blnk {
    0% {
        color: #000
    }

    50% {
        color: #fff
    }

    100% {
        color: #000
    }
}

.top-left {
    padding: 5px;
    background-color:#238e56;
    text-align: center;
    float: left;
    width: 100%
}

.tophead_section .tophead_section-9 .col-sm-3 .col-sm-9 {
    padding: 0
}

.tophead_section .col-sm-9 {
    padding: 0
}

.top-right1 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: mukta, sans-serif;
    color: #fff;
    padding-top: 6px
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0
}

.header-img {
    float: left;
    width: 100%
}

.header-img img {
    float: left;
    width: 100%
}

.text1 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    font-family: mukta, sans-serif;
    color: #0b0b0b;
    padding-top: 6px;
    background:gold;
}

.best-services {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    background-color: #cff7c0;
}

.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #074707;
    padding-bottom: 15px;
    font-family: belleza, sans-serif;
    font-weight: 500
}

.line {
    float: left;
    width: 100%
}

.line img {
    display: table;
    margin: 0 auto;
    float: none
}

.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    color: #000;
    font-family: mukta, sans-serif;
    padding-bottom: 35px
}

.best-border {
    float: left;
    width: 100%;
    border: 4px solid #1a8049;
    padding: 11px 11px 0;
    text-align: center;
    position: relative;
    transition: all .4s ease;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px 2px gray;
  background-color: white;
}

.best-border2 {
    float: left;
    width: 100%;
    border: 4px solid #178045;;
    text-align: center;
    position: relative;
    transition: all .4s ease;
    margin-bottom: 30px;
    background-color:white;
    box-shadow:2px 2px 2px 2px gray;
}

.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #074707;
    font-family: belleza, sans-serif;
    font-weight: 500;
    padding: 10px 0
}

.best-title2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: belleza, sans-serif;
    font-weight: 500;
    padding: 6px 0;
    background: #ffc800;
    margin: 0px 0px 10px 0px;
}

.best-img {
    float: left;
    width: 100%;
    padding: 0;
    transition: all .4s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.best-img::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0
}

.best-img::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
    border-color:#016912 #ffc800 #016b01 #ffc800;
    z-index: 1;
    transition: all .5s ease 0s
}

.sub-h-text {
    float: left;
    width: 100%;
    text-align: center;
    color: #074707;
    font-size: 25px;
    margin: 11px 0 0;
    font-family: belleza, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    animation: myanimationb 1s infinite;
    border-bottom: 2px solid #074707;
    padding-bottom: 5px
}

.best-img2 {
    float: left;
    width: 100%
}

.best-img2 img {
    float: left;
    width: 100%
}

@keyframes myanimationb {
    75% {
        color: #000
    }
}

.best-img img {
    float: left;
    width: 100%;
    transition: all .4s ease-in-out;
    overflow: hidden;
    position: relative
}

.call2 {
    overflow: hidden;
    height: 30px;
    padding: 0;
    float: left;
    width: 100%
}

.call2 a {
    font-size: 25px;
 background: #178349; 
    color: #fff;
    font-family: mukta, sans-serif;
    text-decoration: none;
    padding: 20px 15px;
  
}

.call2 {
    overflow: hidden;
    height: 30px;
    padding: 0;
    float: left;
    width: 100%
}

.call2 a {
    font-size: 25px;
    background:green;
    color: white;
    font-family: mukta, sans-serif;
    text-decoration: none;
    padding: 20px 15px
}

.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 10px;
    font-family: mukta, sans-serif
}

.why-choose {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #074707;
    font-family: belleza, sans-serif;
    font-weight: 500
}

.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    color: #000;
    font-family: mukta, sans-serif;
    padding-bottom: 25px
}

.why-border {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 3px solid white;
    padding: 20px;
    background: #248949;
    box-shadow: 2px 2px 2px 2px gray;
}

.why-border:hover {
    background: #000
}

.why-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-family: belleza, sans-serif;
    font-weight: 500
}

.why-title2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    color: #ffc800;
    font-family: mukta, sans-serif
}

.why-img {
    float: left;
    width: 100%
}

.why-img img {
    float: none;
    display: table;
    margin: 0 auto
}

.new-tes {
    float: left;
    width: 100%;
    background:#cff7c0;;
    padding: 30px 0
}

.new-tes .about-us-header {
    color: #ffc800
}

.new-tes-right {
    float: left;
    width: 100%
}

.new-tes-left {
    float: left;
    width: 100%
}

.new-tes-left img {
    float: left;
    width: 100%
}

.test {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border: 2px solid #074707
}

.test p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: mukta, sans-serif;
    color: #000;
    padding-top: 10px
}

.test small {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: belleza, sans-serif;
    color: #074707;
    padding-top: 10px
}

#quote-carousel {
    float: left;
    width: 100%
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #074707;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 50px
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #074707;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 50%;
    opacity: .4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle
}

#quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all .2s
}

.item blockquote {
    border-left: none;
    margin: 0;
    float: left;
    width: 100%
}

.item blockquote p:before {
    content: "\f10d";
    font-family: fontawesome;
    float: left;
    margin-right: 10px;
    float: left;
    width: 100%
}

.about-us {
    float: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
    z-index: 1
}

.know-about {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 0%;
    /* border: solid 2px #074707 */
}

.ab-le {
    float: left;
    width: 100%
}

.abt-r {
    float: left;
    width: 100%
}

.ab-ri {
    float: left;
    width: 100%
}

.ab-ri img {
    float: left;
    width: 100%
}

.about-us-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #074707;
    font-family: belleza, sans-serif
}

.underline2 {
    float: none;
    text-align: center;
    width: 150px;
    height: 2px;
    background-color: #fff;
    display: table;
    margin: 0 auto
}

.about-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: mukta, sans-serif;
    padding: 20px 0
}

.about-right {
    float: left;
    width: 100%
}

.about-right img {
    float: left;
    width: 100%
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

.home-abt-cta {
    display: inline-flex;
    border: 2px solid #ffc800;
    border-radius: 7px;
    color: #ffc800
}

.abtcta {
    background: #ffc800;
    color: #020202;
    font-size: 31px;
    padding: 9px 0 0;
    width: 175px;
    text-align: center;
    font-weight: 600;
    font-family: mukta, sans-serif
}

.home-abt-cta a {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    padding: 5px 10px;
    font-weight: 700;
    text-decoration: none;
    font-family: mukta, sans-serif;
    background: #074707;
    letter-spacing: 5px
}

.about-left {
    float: left;
    width: 100%
}

.about-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000;
    font-family: sans-serif;
    padding-top: 10px;
    text-align: justify;
    line-height: 30px;
}

.about-desc span {
    color: #074707;
    font-weight: 600
}

.abt-img img {
    float: left;
    width: 100%;
    outline: 2px solid #074707;
    outline-offset: -15px;
    border-radius: 30px
}

.abt-img {
    float: left;
    width: 100%
}

.footer {
    float: left;
    width: 100%;
    background: #000
}

.footer-border {
    float: left;
    width: 100%;
    padding: 50px 0
}

.footer-border img {
    float: left;
    width: 100%;
    margin-top: -11%;
    border-top: 10px solid #074707
}

.footer-border a {
    color: #ffc800;
    font-size: 30px;
    padding: 13px 0 0;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-family: belleza, sans-serif;
    float: left;
    width: 100%
}

.footer-about {
    padding: 10px;
    float: left;
    width: 100%
}

.footer-about1 {
    padding: 10px 0
}

.quick-serv {
    padding: 20px 0;
    text-align: left
}

.quick-serv ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.quick-serv ul li {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 400;
    font-family: mukta, sans-serif
}

.quick-serv li i {
    color: #ffc800;
    padding: 0 5px 0 0
}

.about-head {
    text-align: left;
    padding: 0;
    padding-bottom: 0
}

.about-head p {
    margin: 0;
    color: #ffc800;
    font-size: 27px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    font-family: belleza, sans-serif
}

.about-call {
    padding: 35px 0 0;
    text-align: center
}

.about-call ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.about-call ul li {
    display: block;
    border: 0px solid #cbb;
    height: 62px;
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 38px;
    padding-top: 22px;
    letter-spacing: .5px;
    font-family: belleza, sans-serif
}

.about-call li a {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize
}

.about-call ul li:hover a {
    color: #ffc800
}

.about-call ul li:hover i {
    transform: rotate(360deg)
}

.about-call li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffc800;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 16px;
    position: absolute;
    top: -17px;
    left: 50%;
    transition: .4s;
    margin-left: -17px
}

@media(min-width:320px) and (max-width:479px) {
    .top-left2 {
        display: block
    }

    .top-left {
        display:block;
    }

    .toplist-section {
        display: none
    }

    .sub-h-text {
        font-size: 18px
    }

    .best-title {
        font-size: 20px
    }

    .home-abt-cta a {
        font-size: 20px;
        font-weight: 500
    }

    .abtcta {
        font-size: 18px;
        width: 50%;
        font-weight: 400
    }

    .log-inr p {
        font-size: 20px
    }

    .log-inr span marquee {
        display: none
    }

    .mrq2 {
        display: none
    }

    .log-inr span a {
        font-size: 18px
    }

    .line img {
        width: 100%
    }

    .best-header {
        font-size: 35px
    }

    .about-us-header {
        font-size: 35px
    }

    .best-header2 {
        font-size: 35px
    }

    .best-title2 {
        font-size: 25px
    }

    .why-header {
        font-size: 35px
    }

    .line img {
        width: 35%
    }

     .header-img2 {
        display:block
    }
}

@media(min-width:480px) and (max-width:639px) {
    .header-img2 {
        display: none
    }

    .log-inr p {
        font-size: 20px
    }

    .log-inr span marquee {
        display: none
    }

    .mrq2 {
        display: none
    }

    .log-inr span a {
        font-size: 18px
    }

    .line img {
        width: 35%
    }

    .best-header {
        font-size: 35px
    }

    .best-title {
        font-size: 25px
    }

    .about-us-header {
        font-size: 35px
    }

    .best-header2 {
        font-size: 35px
    }

    .best-title2 {
        font-size: 25px
    }

    .why-header {
        font-size: 35px
    }

    .top-left2 {
        display: none
    }

    .top-left {
        display: none
    }

    .toplist-section {
        display: none
    }

    .sub-h-text {
        font-size: 18px
    }

    .best-title {
        font-size: 20px
    }

    .home-abt-cta a {
        font-size: 20px;
        font-weight: 500
    }

    .abtcta {
        font-size: 18px;
        width: 50%;
        font-weight: 400
    }
}

@media(min-width:640px) and (max-width:767px) {
    .header-img2 {
        display: none
    }

    .log-inr p {
        font-size: 20px
    }

    .log-inr span marquee {
        display: none
    }

    .mrq2 {
        display: none
    }

    .log-inr span a {
        font-size: 18px
    }

    .line img {
        width: 100%
    }

    .best-header {
        font-size: 35px
    }

    .best-title {
        font-size: 25px
    }

    .about-us-header {
        font-size: 35px
    }

    .best-header2 {
        font-size: 35px
    }

    .best-title2 {
        font-size: 25px
    }

    .why-header {
        font-size: 35px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-img2 {
        display: none
    }

    .tophead_section .col-sm-2 {
        width: 50%
    }

    .tophead_section .col-sm-1 {
        width: 50%
    }

    .tophead_section .col-sm-7 {
        width: 50%
    }

    .header .col-sm-5 {
        width: 100%
    }

    .header .col-sm-7 {
        width: 100%;
        margin-bottom: 5px
    }

    .best-services .col-sm-4 {
        width: 50%
    }

    .best-services .col-sm-3 {
        width: 50%
    }

    .footer .col-sm-4 {
        width: 50%
    }

    .why-choose .col-sm-3 {
        width: 50%
    }

    .about-us .col-sm-6 {
        width: 100%
    }

    .new-tes .col-sm-4 {
        width: 50%;
        display: table;
        margin: 0 auto;
        float: none
    }

    .new-tes .col-sm-5 {
        width: 100%
    }

    .new-tes .col-sm-8 {
        width: 100%;
        display: table;
        margin: 0 auto;
        float: none
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .best-services .col-sm-3 {
        width: 50%
    }

    .tophead_section .col-sm-2 {
        width: 50%
    }

    .tophead_section .col-sm-1 {
        width: 50%
    }

    .tophead_section .col-sm-7 {
        width: 50%
    }
}

@media(min-width:1201px) and (max-width:1650px) {}