@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&amp;display=swap');
.banner_container 
{
    width: 100%;
    float: left;
}
.banner_container img
{
    width: 100%;
    float: left;
}
.h-top {
  float: left;
  width: 100%;
  padding: 6px 0px;
  background: red;
  font-family: 'Noto Sans', sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
.h-left {
    text-align: center;
    /*animation: neon .08s ease-in-out infinite alternate;*/
}
.h-right {
    text-align: center;
}
.h-right a{
   color: #012a01;
}
@keyframes neon{
    0% {
        text-shadow: 0 0 6px #012a01, 0 0 30px rgb(220 220 181), 0 0 12px #012a01, 0 0 21px #012a01, 0 0 34px #012a01, 0 0 54px #012a01;
    }
    100% {
        text-shadow: 0 0 6px rgb(218 218 193), 0 0 30px rgb(209 209 192), 0 0 12px rgb(233 233 161), 0 0 22px #012a01, 0 0 38px rgb(246 246 125), 0 0 60px rgb(239 244 71);
    }
}
.top2 {
  float: left;
  width: 100%;
  padding: 10px 0px;
  font-size: 18px;
  background: #114401;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 12px;
}
.bes-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #012a013d;
}
.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: 'Alegreya Sans', sans-serif;
    color: #d1cf07;
}
.best-header span {
    background: #012a01;
    padding: 5px 15px;
    outline: 2px solid #fff;
    outline-offset: -5px;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    color: #012a01;
    padding-top: 10px;
    margin-bottom: 30px;
    
}
.best-sub span{
   border-bottom: 1px solid #012a01 ;
   padding-bottom: 5px;
}
.b-border {
  float: left;
  width: 100%;
  padding: 0;
  border: 11px solid #012a01;
  margin-bottom: 20px;
  transition: 0.9s ease-in-out;
  background-color: #d1cf07;
}
.b-img {
    float: left;
    width: 100%;
    padding: 0;
}
.b-img img{
    float: left;
    width: 100%;
    clip-path: polygon(100% 0, 100% 100%, 60% 92%, 0 78%, 0 0);
    padding: 0;
}
.b-tit {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #012a01;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 5ps;
    text-transform: uppercase;
}
.b-tit2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  background: #f00;
  font-weight: 700;
  color: #fff;
}
.b-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
}
.b-cal {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    font-family: 'Noto Sans', sans-serif;
}
.b-cal a {
  border: 1px solid #d1cf07;
  color: #fff;
  padding: 6px 25px;
  background: #000;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  border-radius: 32px;
}
.b-cal2 {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 10px;
}
.b-cal2 a{
    border: 1px solid #d1cf07;
    color: #0c0c0c;
    padding: 6px 25px;
    background: #d1cf07;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
}
.b-border:hover
{
    border: 11px solid #d1cf07;
    transition: 0.9s ease-in-out;
}
.b-border:hover .b-cal a{
    border: 1px solid #012a01;
    color: #fff;
    background: #012a01;
    transition: 0.9s ease-in-out;
}
.b-border:hover .b-cal2 a{
    border: 1px solid #012a01;
    color: #fff;
    background: #012a01;
    transition: 0.9s ease-in-out;
}
.a-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #012a013d;
}
.a-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #000;
    font-family: 'Noto Sans', sans-serif;
}
.a-right {
    float: left;
    width: 100%;
    padding: 10px;
    background: #d1cf07;
    border-bottom: 6px solid #012a01;
}
.a-right strong {
    color: #012a01;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    float: left;
    width: 100%;
}
.a-right ul {
    padding: 11px 0 0 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.a-right ul li {
    color: #000;
    font-size: 17px;
    margin: 0;
    padding: 7px 0;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Noto Sans', sans-serif;
}
.a-left2 {
    float: left;
    width: 100%;
    background: #012a01;
    margin-top: 20px;
    padding: 20px;
}
.a-left2 span {
    color: #fff;
    margin: 0;
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    padding-bottom: 10px;
}
.a-left2 span strong 
{
    color: #d1cf07;
}
.a-left2 p
{
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding: 7px 0;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
}
.mark-right1 {
    padding: 10px;
}
.mark-right2 {
    text-align: center;
    padding: 21px 0;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
}
.mark-right2 .mark-call {
    background: #c10000;
    color: #fff;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.mark-right2 .mark-chat {
    background-color: #0f6b00;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.mark-right2 a {
    padding: 7px 10px;
    margin: 0 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
}
.a-desc span
{
    color: #012a01;
    font-weight: bold;
}
.bes-ser2 {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #012a01;
}
.best-header2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Alegreya Sans', sans-serif;
    color: #000;
}
.best-header2 span {
    background: #d1cf07;
    padding: 5px 15px;
    outline: 2px solid #000;
    outline-offset: -5px;
}
.best-sub2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    color: #d1cf07;
    padding-top: 10px;
    margin-bottom: 30px;
    
}
.b-border2 {
    float: left;
    width: 100%;
    padding: 0;
}
.b-border22 {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 60px;
}
.b-border2:hover .b-img2 img
{
    transform: translateY(-30px);
    border: 4px solid #fff;
}
.b-border22:hover .b-img2 img
{
    transform: translateY(-30px);
    border: 4px solid #fff;
}
.b-img2 {
    float: left;
    width: 100%;
    padding: 0;
}
.b-img2 img{
    float: left;
    width: 100%;
    transition: 0.6s;
    border-radius: 135px;
    border: 4px solid transparent;
    border: 2px solid #d1cf07;
}
.a-right img {
  float: left;
  width: 100%;
}
.new-tp1 img {
  float: left;
  width: 100%;
}
.header-center img {
  float: left;
  width: 100%;
}
.b-ti {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #060606;
  font-family: 'Alegreya Sans', sans-serif;
  padding: 5px 0px;
  font-weight: 500;
  background-color: #d1cf07;
  border-radius: 20px;
  margin-top: 16px;
  font-weight: bold;
}
.b-desc2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 0px 10px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
}
.b-bor {
    padding: 10px;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.testimonials2 {
    padding: 10px 29px 20px;
    border: 1px solid #012a01;
    border-radius: 10px;
}
.testimonials3 {
    padding: 10px 0;
    display: flex;
}
.testi-left1 {
    width: 50%;
    border: aliceblue;
}
.testi-right1 {
    width: 50%;
    text-align: right;
    margin: -69px 0 0 0;
}
.testi-right1 img {
    border-radius: 60px;
    height: 127px;
    width: 85px;
}
.testimonials4 {
    padding: 0px 0px 9px 0px;
    border-bottom: 1px solid #012a01;
}
.testimonials4 p {
    color: #000;
    font-size: 17px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}
.testimonials5 {
    padding: 5px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testi-name {
    font-family: 'Kanit';
    padding: 0;
    width: 50%;
}
.testi-name strong {
    color: #012a01;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    font-family: 'Kanit';
    text-transform: capitalize;
    font-family: 'Alegreya Sans', sans-serif;
}
.testi-name p {
    color: #222;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
.testi-star {
    padding: 0;
    width: 50%;
}
.testi-star i {
    font-size: 20px;
    background: #012a01;
    color: #d1cf07;
}
.baaa {
    float: left;
    width: 100%;
}
.baaa img{
    float: left;
    width: 100%;
}
.new-tp1 {
    float: left;
    width: 100%;
  }
  .new-tp1 p {
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 0 0;
    text-align: center;
  font-family: 'Noto Sans', sans-serif;
  }
  .header-logo-right-2 {
    padding: 0px 0 3px;
    text-align: center;
    background: #012a01;
    border-radius: 50px;
  }
  .header-logo-right-2 ul {
    margin: 0;
    padding: 0;
  }
  .header-logo-right-2 ul li {
    padding: 9px 19px 3px;
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
  font-family: 'Noto Sans', sans-serif;
  }
  .head-bottom {
    padding: 11px 0 0;
    text-align: center;
    overflow: hidden;
    color: #000;
  }
  .head-top {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .head-left1 {
    padding: 0px;
  }
  .head-left2 {
    padding: 0px;
  }
  .head-left2 a {
    color: #000000;
    font-size: 21px;
    text-transform: capitalize;
    padding: 5px 16px 3px;
    font-weight: 600;
    text-decoration: none;
    animation: blk 0.3s infinite;
  font-family: 'Noto Sans', sans-serif;
  }
  .head-left111{float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
    color: #000;}
    .header-left {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .header-left img {
        float: left;
        width: 100%;
    }
    .why-us {
        float: left;
        width: 100%;
        padding: 50px 0px;
        background: #012a01;
    } 
    .why-header {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
    color: #d1cf07;
  font-family: 'Noto Sans', sans-serif;
    }
    .why-sub {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding-bottom: 20px;
       font-family: 'Alegreya Sans', sans-serif;
       color: #fff;
    }
    .why-border {
        float: left;
        width: 100%;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        padding: 10px;
        background: #012a01;
        border: 1px solid #d1cf07;
    }
    .why-border span {
        float: left;
        width: 100%;
    }
    .why-r {
        float: left;
        width: 100%;
    }
    .why-r img{
        float: left;
        width: 100%;
    }
    
    .why-border span img {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .wh-t {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding: 5px 0px;
        color: #fff;
        font-family: 'Alegreya Sans', sans-serif;
    }
    .footer1 {
        padding: 50px 0px;
        background: #012a01;
        float: left;
        width: 100%;
    }
    .h-hus {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: white;
       font-family: 'Alegreya Sans', sans-serif;
        border-bottom: 2px solid #d1cf07;
        padding: 15px 30px;
        font-weight: 400;
        margin-bottom: 50px;
    }
    .conact-sec {
        float: left;
        width: 100%;
        padding: 20px 0px;
        background: #d1cf07;
    }
    .con-head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'Alegreya Sans', sans-serif;
    color: #000;
    font-weight: bold;
}
    .con-info {
        float: left;
        width: 100%;
        padding: 20px 0px;
        text-align: center;
    }
    .con-info ul {
        margin: 0;
        padding: 0;
    }
    .con-info a
    {
        color: #000;
    }
    .con-info ul li {
        display: inline-block;
        padding: 5px 10px;
        font-size: 31px;
        color: #000;
       font-family: 'Alegreya Sans', sans-serif;
    }
    .divider-1 {
        left: 73px;
        margin-bottom: 9px;
        height: 2px;
        width: 100px;
        display: inline-block;
        background: linear-gradient(205deg, #000, #002b0c);
    }
    .divider-2 {
        left: 73px;
        margin-bottom: 9px;
        height: 2px;
        width: 100px;
        display: inline-block;
        background: linear-gradient(105deg, #000, #002b0c);
    }
    .con-info ul li i {
        color: #000;
        font-size: 30px;
        animation: zoom .8s infinite alternate;
    }
    .bg-circle {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #000;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
       font-family: 'Alegreya Sans', sans-serif;
        text-align: center;
    }
    .header {
    float: left;
    width: 100%;
}

 .last-row
    {
    float: left;
    width: 100%;
    }
    .cal
    {
    
    bottom: 10px;
    left: 20px;
    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: 70px;
    left: 16px;
    position: fixed;
    z-index: 1111;
    
    }


   .footer {
    float: left;
    width: 100%;
    background: #f00;
}
    .footer-border {
        float: left;
        width: 100%;
        padding: 50px 0px;
    }
    .footer-border img {
        float: left;
        width: 100%;
        margin-top: -11%;
        border-top: 10px solid #c70102;
    }
    .footer-border a{
        color: #fff200;
        font-size: 30px;
        padding: 13px 0 0 0;
        font-weight: 400;
        display: inline-block;
        text-align: center;
       font-family: 'Bai Jamjuree', 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: #fff200;
        padding: 0 5px 0 0;
    }
.about-head p {
  margin: 0;
  color: #fff200;
  font-size: 27px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0px 0;
  font-family: 'Bai Jamjuree', sans-serif;
}

    @media(min-width:320px) and (max-width:479px)
{
    
      .new-tp1 p {
        display: none;
      }
      .head-left111 {
        display: none;
      }
      .head-left11 {
        display: none;
      }
      .head-left2 a {
        font-size: 20px;
        font-weight: 400;
      }
    
      .b-cal a {
        font-size: 17px;
        font-weight: 600;
      }
      .b-tit2 {
        font-size: 25px;
      }

.h-top {
  font-size: 18px;

}
.top2 {
  padding: 8px;
}
.new-tp1 {
  margin-bottom: 8px;
}

}

@media(min-width:480px) and (max-width:639px)
{ 
  .new-tp1 p {
    display: none;
  }
  .h-top {
  font-size: 18px;

}
  .head-left111 {
    display: none;
  }
  .head-left11 {
    display: none;
  }
  .head-left2 a {
    font-size: 20px;
    font-weight: 400;
  }

  .b-cal a {
    font-size: 17px;
    font-weight: 600;
  }
    font-size: 25px;
  }
  .b-img2 img {
    float: none;
    width: 100%;
    display: table;
    margin: 0 auto;
  }

.new-tp1 {
  margin-bottom: 8px;
}

}
@media(min-width:640px) and (max-width:767px){ 
  .new-tp1 p {
    display: none;
  }
  .h-top {
  font-size: 18px;

}
  .head-left111 {
    display: none;
  }
  .head-left11 {
    display: none;
  }
  .head-left2 a {
    font-size: 20px;
    font-weight: 400;
  }
 
  .b-cal a {
    font-size: 17px;
    font-weight: 600;
  }
  .b-tit2 {
    font-size: 25px;
  }
  .b-img2 img {
    float: none;
    width: 50%;
    display: table;
    margin: 0 auto;
  }
}
@media(min-width:768px) and (max-width:991px){
.bes-ser .col-sm-4
{
    width: 50%;
}
.bes-ser .col-sm-3
{
    width: 50%;
}
.bes-ser2 .col-sm-3
{
    width: 50%;
}
.why-us .col-sm-3
{
    width: 50%;
}
.header .col-sm-5{width: 100%;}
.header .col-sm-7{width: 100%;}
}