@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
body{
  margin:0;
  padding:0;
  font-family: 'Manrope', sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}



/* head section start */
.head-section{
  background: linear-gradient(180deg, #211903 60%, transparent 50%);
}
.head-align{
  align-items: center;
  justify-content: center;
}
.top-list1 ul li{
  color: #ffffff;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 800;
  text-align:center;
  padding: 5px 15px 3px;
  display: inline-block;
  text-transform: capitalize;
  margin: 7px 1px;
  background: #ff5703;
}
.top-right1 p{
    padding: 3px 0 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}
.head-section1{
  background: #fff;
  padding: 12px 15px;
  text-align: center;
}
.head-call a{
  font-weight: 900;
  font-size: 35px;
  text-transform: capitalize;
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 2px 17px 3px;
  animation: fade 0.7s infinite ease-in-out;
  display: inline-block;
  color: #ff4803;
}
@keyframes fade{
  50%{opacity:.4;}
}
.head-call p{
  background: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  padding: 0px 0px 9px;
  color: #000e;
  text-transform: capitalize;
}
/* head section end */

/* head bottom section start */

.tophead_section1{
  padding: 6px 0 7px;
  border-top: 1px solid #e9e9e9;
}
.tophead_left2 span{
    padding: 4px 0;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    color: #000000;
    display: block;
}
.tophead_left2 b{
    font-weight: 900;
    color: #ff5a03;
}

.tophead_right1{
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.tophead_right2 ul li{
  color: #000000;
  font-size: 18px;
  font-weight: 900;
  padding: 0 7px;
  text-transform: capitalize;
  display: inline-block;
}
.tophead_right2 li a{
  background: #00b800;
  color: #fff;
  padding: 7px 18px 6px;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  animation: glowing 1500ms infinite;
}
@keyframes glowing {
  0% { background-color: #51c903; box-shadow: 0 0 3px #329100; }
  50% { background-color: #169903; box-shadow: 0 0 10px #00d424; }
  100% { background-color: #09d300; box-shadow: 0 0 3px #2ee600; }
}
/* head bottom section end */


/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */


/* why us section start */
.why-us-left{
  padding: 12px;
}
.why-us-right{
  padding: 12px 15px 12px 35px;
}
.why-us-right1 p{
    text-transform: capitalize;
    font-size: 35px;
    line-height: 35px;
    font-weight: 100;
    padding: 10px;
    color: white;
    background: #211600;
    text-align: center;
    font-family: 'Anton', sans-serif;
    border-radius: 50px;
    margin-bottom: 20px;
}
.srv-list ul li{
    text-transform: capitalize;
    font-size: 15px;
    text-align: left;
    line-height: 31px;
    font-weight: 600;
    padding: 0 8px 0 0;
    color: black;
    background: white;
    border: 1px solid #eee;
    border-radius: 50px;
    margin: 10px 0;
}
.srv-list li:before{
    color: #ffffff;
    content: "\f669";
    font-weight: 900;
    background: linear-gradient(to right top, #ffbb01 0% , #ff4103 100%);
    display: inline-block;
    font-size: 17px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 42px;
    margin: 0 9px 0 0px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
}
/* why us section end */


/* about us section start */
.about-title{
    padding: 0 0 8px;
    text-align: center;
    position: relative;
}
.about-title:before{
  content:"";
  width:100%;
  position:absolute;
  height: 1px;
  left:0;
  top: 15px;
  right:0;
  margin:0 auto;
  background: #211600;
  z-index: -9;
} 
.about-title strong{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 100;
    padding: 0;
    color: #ff5703;
    display: block;
    font-family: 'Anton', sans-serif;
}
.srv-title strong{
    color: #ffffff;
}
.about-title span{
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 18px 3px;
    display: inline-block;
    background: #211600;
    border-radius: 50px;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #252525ed;
    padding: 9px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #a0101e;
    font-weight: 600;
}
.about-us-content ul{
  padding: 10px 0 5px;
}
.about-us-content ul li{
    padding: 10px 0;
    display: block;
}
.about-us-content ul li{
    position: relative;
    padding: 3px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #000000ed;
}
.about-us-content ul li:before{
    color: #ff7702;
    content: "\f06c";
    font-weight: 900;
    display: inline-block;
    font-size: 17px;
    padding: 0 7px 0 0px;
    font-family: "Font Awesome 6 Pro";
}
/* about us section end */


/* awards section start */
.award-left{
  padding: 0 12px 12px;
  text-align: center;
}
.award-left1 img{
  border-radius: 25px;
}
.award-right{
  padding: 12px;
}
.awards-1{
  padding: 6px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
/* awards section end */

/* best services section start */
.best-services1{
  padding: 12px;
}
.best-services2{
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 30px 0 0 30px;
  background: #211600;
}
.best-sv-img {
    width: 46%;
}
.best-sv-img img{
    width: 100%;
    border-radius: 15px 0 0 15px;
}
.best-sv-content {
    width: 60%;
    padding: 18px 15px 10px;
}
.best-sv-content span {
    font-family: 'Anton', sans-serif;
    display: block;
    padding: 2px 12px 2px;
    color: #a0101e;
    text-transform: capitalize;
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    background: #ffbb01;
}
.best-sv-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #ffffffed;
    padding: 9px 0 0;
}
.best-services1:last-child .best-sv-img{

width: 20%;
}
.best-services1:last-child .best-sv-content{

width: 80%;
}
/* best services section end */



/* testimonial section start */
.testi-1{
  padding: 12px;
}
.testi-box {
    background: #211600;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
}
.testi-box p{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffffed;
    padding: 2px 0 10px;
    border-bottom: 1px solid #ffffff38;
}
.testi-box span {
    font-weight: 700;
    font-size: 20px;
    display: block;
    color: #ffbb01;
    text-transform: capitalize;
}
.testi-name .rating {
    font-size: 15px;
    color: #ffbb01;
    padding: 8px 0 0;
}
/* testimonial section end */


/* services section start */
.services{
  
background: #ff5703;
}
.services-1{
  padding: 12px;
}
.services-2{
  padding: 20px 12px 0;
  background: #ffbb01;
}
.service_card_content p {
    font-size: 25px;
    font-weight: 100;
    padding: 15px 0 0;
    text-transform: capitalize;
    color: #a0101e;
    display: block;
    font-family: 'Anton', sans-serif;
}
.service_card_content a {
    color: #ffffff;
    font-size: 18px;
    padding: 2px 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    background: #a0101e;
    display: inline-block;
    border-radius: 15px 15px 0 0;
}
.service_card_content .srv-text{
   padding: 2px 0 12px;
   font-size: 15px;
   font-weight: 600;
   line-height: 26px;
   color: #000000ed;
}
.service_card_img {
    position: relative;
}
/* services section end */




/* copyright section start */
.copyright-sec{
  padding: 0 0 12px;
  background: #211600;
  text-align: center;
}
.disclaimer p{
    padding: 15px 0 0px;
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
.copyryt{
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #ffbb01;
    text-align: center;
}
/* copyryt section end */




#callbook {
  background:green;
  bottom: 0;
  height: 38px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #d50000;
  position: relative;
  padding: 6px 12px 8px;
  width:50%;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: #008b12;
}
#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}






@media (max-width: 767px){
.tophead_left2 span {font-size: 15px;}
.why-us-left1 {padding: 0 6px 0;}
.why-us-right {padding: 12px 6px 12px;}
.best-services1 {padding: 12px;}
.copyright-sec{padding: 0 0 48px;}
.why-us-right {padding: 12px 15px 12px;}
.head-section, .top-right1 p, .head-btm{text-align: center;}
.best-sv-content {width: 100%;}
.best-sv-content, .best-services1:last-child .best-sv-content {width: 100%;}
.best-services1:last-child .best-sv-img {width: 46%;}
.about-us-content p{text-align: left;}
.service_card_content p {font-size: 23px;}
#callbook {display:block;}

}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.why-us-right {padding: 12px 15px 12px;}
.head-section, .top-right1 p, .head-btm{text-align: center;}
.best-sv-content, .best-services1:last-child .best-sv-content {width: 100%;}
.best-services1:last-child .best-sv-img {width: 46%;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.top-list1 ul li {padding: 5px 10px 3px;}
.head-call p {font-size: 14px;line-height: 21px;}
.head-call a {font-size: 30px;}
.tophead_left2 span {font-size: 15px;}
.tophead_right2 ul li {font-size: 16px;}
.tophead_right2 li a {font-size: 15px;}
.best-sv-content span {font-size: 22px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.tophead_left2 span {font-size: 12px;}
.top-list1 ul li {padding: 3px 8px 3px;margin: 6px 2px 3px;font-size: 11px;}
.best-services2{display: block;}
.best-sv-img, .best-services1:last-child .best-sv-img {width: 100%;}
.best-sv-content {width: 100%;padding-left: 15px;padding-top: 10px;text-align: center;}
.best-services1 {width: 50%;}
.best-sv-content span {font-size: 20px;padding: 2px 8px 2px;}
.about-title span {font-size: 13px;padding: 5px 12px 4px;}
.about-title strong {font-size: 30px;}
.head-section1 {padding: 12px;}
.head-call p {font-size: 13px;line-height: 20px;padding: 2px 0px 5px;}
.tophead_right2 ul li {font-size: 17px;}
.bestservices, .awards-sec{padding: 0 !important;}
}


@media (max-width: 421px) and (min-width: 290px) {
.top-list1 ul li {font-size: 10px;margin: 7px 0px;padding: 3px 6px 3px;}
.tophead_left2 span {font-size: 15px;padding: 2px 0 0;}
.tophead_right2 ul li {font-size: 20px;padding: 0 12px 5px;display: block;}
.head-right1 {padding: 0;}
.about-title strong {font-size: 24px;}
.award-right {padding: 0 10px 0;}
.award-left {padding: 15px 10px;}
.best-services1{width: 100%;}
.testi-1 {padding: 30px 10px 0;}
.services-1 {padding: 12p 0;}
.head-call a {font-size: 26px;padding: 2px 12px 2px;}
.top-right1 p {font-size: 15px;padding: 0px 0 3px;}
}