@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&amp;display=swap');


.banner_container
{
    float: left;
    width: 100%;
    background: url(../images/bg.png);
    background-size: cover;
    margin-top: -20px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.banners1 img
{
    max-width: 100%;
    padding-top: 15px;
}

.banners2 img
{
    max-width: 100%;
}

#banners222 img
{
    padding-top: 15px;
}

.banner3
{
    float: left;
    width: 100%;
    background: url(../images/bg.png);
    background-size: cover;
}

#banners111 img
{
    padding-top: 15px;
}

.header
{
    float: left;
    width: 100%;
    padding: 4px 0px;
    text-align: center;
}

    .header img
    {
        max-width: 100%;
    }

.banner3 .col-sm-6
{
    padding: 0;
}

.banner_container .col-sm-6
{
    padding: 0;
}

.header-top
{
    float: left;
    width: 100%;
    padding: 5px 0px;
    background: #0D8F33;
}

.header-top1
{
    float: left;
    width: 100%;
    background: #ffe100;
    text-align: center;
    font-size: 20px;
    padding: 7px;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    animation: blinking 0.5s ease-in-out infinite;
}

@keyframes blinking
{
    0%
    {
        opacity: 0;
    }

    50%
    {
        opacity: .8;
    }

    100%
    {
        opacity: 1;
    }
}

.header-top2
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.header-top3
{
    float: left;
    width: 100%;
    background: #ffe100;
    text-align: center;
    font-size: 25px;
    padding: 7px;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}

a.jjjj
{
    color: #000;
    text-decoration: none;
}

.header-top3 a.jj1
{
    color: white;
    font-size: 20px;
    border: 2px solid red;
    background-color: red;
    padding: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
    text-decoration: none;
}

.header-bottom
{
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.header-bottom1
{
    float: left;
    width: 100%;
    font-size: 18px;
    background:#ffc801;;
    color: #000;
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
}

a.left.carousel-control
{
    background: none;
}

a.right.carousel-control
{
    background: none;
}

.best-ser
{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    background: url(../images/bg2.jpg);
    background-size: cover;
}

.best-border
{
    float: left;
    width: 100%;
    background: #014902;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

    .best-border img
    {
        max-width: 100%;
        border: 1px dashed #ffe100;
    }

    .best-border h2
    {
        font-size: 25px;
        font-family: 'Ubuntu', sans-serif;
        -webkit-text-fill-color:#ffc801;
        /* -webkit-text-stroke-width: 1px; */
        -webkit-text-stroke-color: #ffe100;
    }

.about-us
{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #023711;
}

.abt-header
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #ffe100;
    text-transform: capitalize;
    font-family: 'Russo One', sans-serif;
}

.line
{
    float: left;
    width: 100%;
    text-align: center;
}

    .line img
    {
        max-width: 100%;
    }

.abt-desc
{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-top: 30px;
    color: #fff;
    line-height: 35px;
}

    .abt-desc span
    {
        color: #ffe100;
    }

    .abt-desc ul li
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .abt-desc ul li img
        {
            height: 20px;
            padding-right: 10px;
        }

    .abt-desc ul
    {
        padding: 0;
        margin: 0;
    }

.best-ser2
{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bg3.png);
    background-size: cover;
    background-attachment: fixed;
}

.best-border2
{
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.bes-img
{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 5px double #034410;
}

    .bes-img img
    {
        max-width: 100%;
        transition: 0.6s;
    }

    .bes-img a
    {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.623);
        border: 1px solid rgba(255, 255, 255, 0.5);
        transition: .5s;
        z-index: 1;
        color: #fff;
        font-size: 22px;
        text-decoration: none;
        font-family: 'Ubuntu', sans-serif;
    }

.best-border2:hover img
{
    transform: scale(1.2);
}

.best-border2 h2
{
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    color: #0D8F33;
}

.best-header
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color:#f8faf8;
    text-transform: capitalize;
    font-family: 'Russo One', sans-serif;
}

.just
{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background:#023711;
}

.just1
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Russo One', sans-serif;
}

.just2
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    padding: 10px 0px;
    color: #ffe100;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
}

.just3 a
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
}

.other-border
{
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 5px solid white;
    background: #023711;
    box-shadow: 2px 2px 2px 2px gray;
}

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

    .other-img img
    {
        max-width: 100%;
    }

.other-title
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    color: #ffe100;
    font-family: 'Russo One', sans-serif;
}

.other-desc
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 0px 15px 25px 15px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.other-call
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .other-call a
    {
        background-color: #ffe100;
        color: #052e00;
        border-radius: 50px;
        padding: 7px 18px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
    }

.y-border
{
    float: left;
    width: 100%;
    margin-top: 40px;
    border: 5px double #ffe100;
    text-align: center;
    padding: 40px 20px;
}

    .y-border:hover
    {
        box-shadow: 0 0 30px #CCCCCC;
    }

    .y-border h2
    {
        font-size: 22px;
        color: #ffe100;
        line-height: 35px;
        font-family: 'Ubuntu', sans-serif;
    }

    .y-border img
    {
        width: 100px;
    }

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

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

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

.whatsaapp
{
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
}

.last-row img
{
    width: 50px;
    height: 50px;
}

.service-list
{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.service-header
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: 'Russo One', sans-serif;
    color: #f40808;
}

.sev-border
{
    position: relative;
    text-align: center;
    border-radius: 8px;
    padding: 30px 15px 55px;
    background-color: #ffffff;
    border-top: 12px solid #f40808;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .sev-border:before
    {
        position: absolute;
        content: '';
        left: 0px;
        top: -4px;
        width: 100%;
        height: 10px;
        border-radius: 50px;
        background: url(../images/border.png) repeat-x;
        /* animation: slide 15s linear infinite; */
        -webkit-animation: slide 15s linear infinite;
    }

@keyframes slide
{
    0%
    {
        background-position: 0 0;
    }

    100%
    {
        background-position: -200px 0;
    }
}

.sev-border h2
{
    font-size: 25px;
    color: #0D8F33;
    font-family: 'Russo One', sans-serif;
}

.sev-border ul
{
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
}

    .sev-border ul li
    {
        position: relative;
        color: #222222;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5em;
        padding: 10px 0;
        border-bottom: 1px dashed #000;
        font-family: 'Ubuntu', sans-serif;
        list-style: none;
    }

.sev-border a
{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 14px 35px 14px 40px;
    text-transform: uppercase;
    background-color: #ffe100;
    font-family: 'Ubuntu', sans-serif;
}

    .sev-border a:before
    {
        position: absolute;
        content: '';
        left: -15px;
        top: 12px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #ffffff;
    }

.sev-border2
{
    position: relative;
    text-align: center;
    border-radius: 8px;
    padding: 30px 15px 55px;
    background-color: #fff;
    border-top: 12px solid #ffe100;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .sev-border2:before
    {
        position: absolute;
        content: '';
        left: 0px;
        top: -4px;
        width: 100%;
        height: 10px;
        border-radius: 50px;
        background: url(../images/border.png) repeat-x;
        /* animation: slide 15s linear infinite; */
        -webkit-animation: slide 15s linear infinite;
    }

    .sev-border2 h2
    {
        font-size: 25px;
        color: #f40808;
        font-family: 'Russo One', sans-serif;
    }

    .sev-border2 ul
    {
        position: relative;
        margin-top: 30px;
        margin-bottom: 50px;
    }

        .sev-border2 ul li
        {
            position: relative;
            color: #222222;
            font-size: 18px;
            line-height: 1.5em;
            padding: 10px 0;
            border-bottom: 1px dashed;
            font-family: 'Ubuntu', sans-serif;
            list-style: none;
        }

    .sev-border2 a
    {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding: 14px 35px 14px 40px;
        text-transform: uppercase;
        background-color: #000;
        font-family: 'Ubuntu', sans-serif;
    }

        .sev-border2 a:before
        {
            position: absolute;
            content: '';
            left: -15px;
            top: 12px;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background-color: #ffffff;
        }

.sev-border3
{
    position: relative;
    text-align: center;
    border-radius: 8px;
    padding: 30px 15px 55px;
    background-color: #fff;
    border-top: 12px solid #023711;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    float: left;
    width: 100%;
    margin-top: 40px;
}

    .sev-border3:before
    {
        position: absolute;
        content: '';
        left: 0px;
        top: -4px;
        width: 100%;
        height: 10px;
        border-radius: 50px;
        background: url(../images/border.png) repeat-x;
        /* animation: slide 15s linear infinite; */
        -webkit-animation: slide 15s linear infinite;
    }

    .sev-border3 h2
    {
        font-size: 25px;
        color: #000;
        font-family: 'Russo One', sans-serif;
    }

    .sev-border3 ul
    {
        position: relative;
        margin-top: 30px;
        margin-bottom: 50px;
    }

        .sev-border3 ul li
        {
            position: relative;
            color: #222222;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.5em;
            padding: 10px 0;
            border-bottom: 1px dashed;
            font-family: 'Ubuntu', sans-serif;
            list-style: none;
        }

    .sev-border3 a
    {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding: 14px 35px 14px 40px;
        text-transform: uppercase;
        background-color: #f40808;
        font-family: 'Ubuntu', sans-serif;
    }

        .sev-border3 a:before
        {
            position: absolute;
            content: '';
            left: -15px;
            top: 12px;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background-color: #ffffff;
        }

.testi
{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testi-sub
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #0D8F33;
    font-family: 'Ubuntu', sans-serif;
}

.test-header
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #f40808;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 2px;
}

.test-borer
{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.test-cont
{
    float: left;
    width: 100%;
    padding: 30px 25px;
    background: #f40808;
    border-radius: 10px;
    position: relative;
}

.test-cont2
{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.test-icon
{
    position: absolute;
    right: 0px;
    bottom: -30px;
    color: #ffe100;
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
}

.test-img
{
    float: left;
    width: 25%;
    padding-top: 20px;
}

    .test-img img
    {
        float: left;
        width: 100%;
        border-radius: 50%;
    }

.test-name
{
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-top: 30px;
}

    .test-name strong
    {
        float: left;
        width: 100%;
        font-family: 'Russo One', sans-serif;
        color: #000;
        font-size: 20px;
    }

    .test-name span
    {
        float: left;
        width: 100%;
        font-family: 'Ubuntu', sans-serif;
        color: #0D8F33;
        font-size: 15px;
        text-transform: uppercase;
    }

.footer
{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background:#023711;
    background-size: cover;
}

.footer-header
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #ffe100;
    font-family: 'Russo One', sans-serif;
}

.footer-sub
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    font-family: 'Ubuntu', sans-serif;
}

.footer-call
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

    .footer-call a
    {
        color: #ffe100;
    }

.footer-border
{
    float: left;
    width: 100%;
    margin-top: 30px;
    border-right: 2px solid #ffe100;
}

.footer-border-header
{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #ffe100;
    font-family: 'Russo One', sans-serif;
}

.footer-border-desc
{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #fff;
    line-height: 36px;
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
}

.footer-border ul li
{
    list-style: none;
}

    .footer-border ul li i
    {
        color: #ffe100;
    }

    .footer-border ul li a
    {
        color: #fff;
    }

.footer-border ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ddd
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
}

.header-bottom a
{
    color: #f40808;
}

@media(min-width:768px) and (max-width:991px)
{
    .header .col-sm-4;

{
    width: 100%;
}

.header-top .col-sm-4
{
    width: 50%;
}

.header-top2
{
    display: none;
}

.header-bottom
{
    padding: 0px;
}

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

.footer .col-sm-3
{
    width: 50%;
}

.testi .col-sm-4
{
    width: 50%;
}

.service-list .col-sm-4
{
    width: 50%;
}

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

.about-us .col-sm-3
{
    width: 50%;
}

}

@media(min-width:480px) and (max-width:639px)
{
    .header-bottom;

{
    padding: 0px;
}

}

@media(min-width:320px) and (max-width:479px)
{
    .jjjj;

{
    float: left;
    width: 100%;
    padding-top: 10px;
}

.header-bottom
{
    padding: 0px;
}
}

.left-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sub-header ul.left-info li{
    list-style: none;
}
.sub-header ul.left-info li i {
  margin-right: 5px;
  font-size: 20px;
  background: #fcd000;
  padding: 7px 10px;
  border-radius: 5px;
  margin-top: 7px;
}
.sub-header {
  background-color:rgb(1, 63, 1);
}
.header-bottom{
    border: 1px solid #ffc801;
    background-color: #ffc801;
}
.para1{
   font-size: 18px;
  text-align: center;
  color: black;
  padding: 3px;

}
.para2{
   font-size: 17px;
  text-align:justify;
  color:white;
  padding: 3px;

}
  .swiper {
      width: 100%;
      max-width: 1200px;
      height: 350px;
      border-radius: 12px;
      overflow: hidden;
      /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2em;
      color: white;
    }

    .slide1 { background: #ff6b6b; }
    .slide2 { background: #4ecdc4; }
    .slide3 { background: #1a535c; }