@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    color: #5c181b;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

img{
    max-width: 100%;
}

p, ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.main{
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
}

/* top header section start */
.top-sec{
    border-top: 8px solid #eda100;
    background: linear-gradient(45deg, black, #5c181b);
}
.top-sec-1{
    padding: 0;
}
.top-sec-2{
    padding: 0;
    text-align: center;
}
.top-hide{
    padding: 10px;
}
.top-hide1{
    padding: 10px;
    visibility: hidden;
}
.top-line2{
    padding: 0;
    text-align: center;
}
.top-hide{
    padding: 10px;
}
.top-hide1{
    padding: 10px;
    visibility: hidden;
}
.top-line{
    padding: 0px 15px;
    margin: 0;
}
.top-line1{
    padding: 0px 62px 0 0px;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 96% 76%, 95% 100%, 7% 100%, 6% 100%);
    background: #eda100;
    text-align: center;
}
.top-line2{
    padding: 0;
    text-align: center;
}
.top-line3{
    padding:0;
}
.top-line3 p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 15px;
    text-transform: capitalize;
    text-shadow: 0 0 15px #e6ff00;
}
.top-icon{
    padding: 0;
}
.top-icon1{
    padding: 0;
    background: #5c181b;
}
.top-icon1 a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 7px 6px;
    display: block;
}

/* top header section end*/


/* header section start */
.header-logo{
    background: linear-gradient(45deg, black, #5c181b);
}
.header-logo-1{
    padding:0;
}
.header-logo-2{
    padding: 0;
}
.head-flex{
    align-items: center;
}
.header-logo-left{
    padding: 10px 15px 0px;
}
.header-logo-left-1{
    padding: 0;
    text-align: center;
}
.header-logo-right{
    padding: 7px 15px 0;
}
.header-logo-right-1{
    padding: 0;
    text-align: center;
}
.head-logo-line{
    padding:0;
}
.header-logo-right-1 .headline{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
    display: block;
    text-transform: capitalize;
    padding: 6px 0 9px;
}
.header-logo-right-1 span{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    background: #eda100;
    display: block;
    text-transform: capitalize;
    padding: 7px 10px 0;
}
.list-left{
    padding: 0;
}
.list-left1{
    padding: 0px;
}
.list-left1 p{
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
}
.list-left p i{
    color: #eda100;
    font-size: 15px;
    font-weight: 300;
}
.list-right{
    padding: 0;
}
.list-right1{
    padding: 0px 0;
}
.list-right1 p{
    color: #eda100;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

/* header section end */


/* banner section start */
.banner-sec-1{
    padding: 0;
}
.banner-sec-1 img{
    width: 100%;
}
/* banner section end*/



/* our services section start */
.our-srv-sec{
    position: relative;
}
.our-srv-sec-1{
    padding: 0;
}
.our-srv-sec-2{
    padding: 50px 0;
}
.our-srv-content{
    padding: 0;
}
.our-srv{
    padding: 10px;
}
.our-srv-1{
    padding: 0px 15px 0;
    text-align: center;
    background: linear-gradient(45deg, black, #5c181b);
    position: relative;
    z-index: 9;
}
.our-srv-1:before{
    content: '';
    left: 0;
    bottom: 60px;
    position: absolute;
    transform-origin: left bottom;
    transition: .5s;
    background: #eda100;
    transform: skew(360deg, 317deg);
    z-index: -999999999999;
    width: 10px;
    height: 350px;
}
.our-srv-1:after {
    content: '';
    right: 0;
    bottom: 18px;
    position: absolute;
    transform-origin: left bottom;
    transition: .5s;
    background: #ffc301;
    transform: skew(360deg, 37deg);
    z-index: -999999999999;
    width: 10px;
    height: 350px;
}
.our-srv-2{
    padding: 0 12px 0;
}
.srv-img{
    text-align: center;
    padding: 0;
    transition: 1s all ease-in-out;
}

.srv-img img{border-radius: 0 0 300px 300px;}
.srv-text{
    padding: 0;
}
.srv-title{
    font-size: 22px;
    color: #eda100;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0px 0;
    font-weight: 600;
}

.srv-content{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 2px 0px 15px;
}
.srv-text a {
  text-align: center;
  font-size: 37px;
  font-weight: 600;
  color: #a80007;
  line-height: 65px;
  background: #ffffff;
  display: inline-block;
  width: 80px;
  height: 60px;
  border-radius: 50px 50px 0 0;
}
/* our services section end */



/* about us section start */
.about-sec-1{
    padding: 30px 0;
}
.about-title{
    padding: 0;
    text-align: center;
}
.about-title p{
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}
.about-title strong{
    font-size: 50px;
    =: #5c181b;
    text-transform: capitalize;
    display: block;
    border-bottom: 1px solid #eda203;
    padding: 0 0 15px;
}
.about-title span{
    width: 24px;
    height: 24px;
    background: linear-gradient(45deg, #000000, #5c181b);
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #eda100;
    margin: -23px 0 0px;
    transform: translateY(-7px);
}
.about-title span:before{
    background: linear-gradient(45deg, #000000, #5c181b);
    font-weight: 600;
    content:"";
    text-transform: capitalize;
    width: 19px;
    height: 19px;
    border: 3px solid #eda100;
    border-radius: 50%;
    position: absolute;
    transform: translate(-28px, -1px);
    left: 0;
}
.about-title span:after{
    background: linear-gradient(45deg, #000000, #5c181b);
    font-weight: 600;
    content: "";
    text-transform: capitalize;
    width: 19px;
    height: 19px;
    border: 3px solid #eda100;
    border-radius: 50%;
    position: absolute;
    transform: translate(28px, -1px);
    right: 0;
}
.about-content{
    padding: 0px 0 0;
}
.about-content p{
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 5px 0;
}
.about-content strong{
    font-size: 16px;
    font-weight: 500;
    color: #a80007;
}
.about-content ul{
    padding: 7px 0px;
    border-left: 4px solid #eda100;
    margin: 9px 0 13px 11px;
}
.about-content ul li{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 6px 0;
    background: #eda100;
}
.about-content ul li:before{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    content:"\e588";
    font-family: "Font Awesome 6 Pro";
    background: linear-gradient(45deg, black, #5c181b);
    width: 31px;
    height: 31px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 -18px;
    border-radius: 50%;
    border: 4px solid #eda100;
}
/* about us section end */


/* award section start */
.award-flex{
    align-items: center;
}
.award-0{
    padding:0;
}
.award-1{
    padding: 10px;
    margin: 0 auto;
}
/* award section end */


/* top services section start */
.top-srv-sec{
    padding: 50px 0 0;
}

.top-srv-0{
    padding: 10px;
}
.top-srv-1{
    text-align: center;
    border-top: 8px solid #eda100;
    background: linear-gradient(45deg, black, #5c181b);
    border-radius: 20px;
    padding: 0 0 15px;
}
.top-srv-img{
    border-radius: 50%;
}
.top-srv-img:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: -45px 0px;
    border-radius: 60px;
    left: 0;
}
.top-srv-img img{
    width: 230px;
    border-radius: 50%;
}
.top-srv-text{
    padding:0;
}
.top-srv-title{
    font-size: 25px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 6px 0px 8px;
    font-weight: 500;
}
/* top services section end */



/* services list section start */
.srv-list-sec{
    padding: 0px 0 50px;
}
.srv-list{
    padding: 0 15px;
}
.srv-list-1{
    padding: 50px 0 0;
}
.srv-list-1:before {
    content: "";
    width: 22px;
    height: 255px;
    background: #eda100;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    right: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    z-index: -4;
    margin: 0 auto;
}
.srv-list-1:after {
    content: "";
    width: 30px;
    height: 310px;
    background: #570530;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    left: 25px;
    position: absolute;
    background-size: cover;
    z-index: -4;
    display: none;
}
.srv-list-1 ul li{
   color: #000000;
   font-size: 18px;
   font-weight: 600;
   text-align: center;
   text-transform: capitalize;
   background: #eda100;
   margin: 15px 0;
   border-radius: 50px;
   padding: 5px 0px 7px;
   box-shadow: 0px 0px 10px #f6b3bb96;
   display: flex;
   align-items: center;
   justify-content: center;
}
.srv-list-1 ul li:before{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    content:"\f5bb";
    font-family: "Font Awesome 6 Pro";
    background: linear-gradient(45deg, black, #5c181b);
    width: 31px;
    height: 31px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 9px 0 0;
    border-radius: 50%;
    left: 12px;
    position: absolute;
}
.srv-list-1 ul li:after{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    content: "\f5bb";
    font-family: "Font Awesome 6 Pro";
    background: linear-gradient(45deg, black, #5c181b);
    width: 31px;
    height: 31px;
    line-height: 30px;
    right: 12px;
}
/* services list section end */



/* testimonial section start */
.testimonial{
    padding: 12px;
}
.inner-box{background: #eda100;padding: 22px 15px 20px;border-radius: 42px;text-align: center;overflow: hidden;}
.testi-img:after{
    position:absolute;
    content:'';
    right: -8px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    transition: all 300ms ease;
    z-index: 99999;
    background: #5c181b;
    border-radius: 50%;
    border: 5px solid #eda100;
}
.testi-img{
    position: relative;
    text-align: left;
    padding: 15px 0 0;
}
.testi-img:before{
    position:absolute;
    content:'';
    right: 0;
    left: 5px;
    top: 52%;
    width: 560px;
    height: 9px;
    transition: all 300ms ease;
    background: #ffffff;
}
.testi-img img{
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    width: 90px;
}
.testi-content span{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}
.rating{
   color: #ffffff;
   padding: 2px 0 5px;
   font-size: 20px;
}
.testi-text{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* testimonial section end*/


/* why choose section start */
.choose-sec{
    padding: 0px 0 50px;
}
.choose-1{
    padding: 12px 12px 30px;
}
.choose-2{
    padding: 0;
    text-align: center;
}
.counter{
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 0% 50% 50% 50%;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #eda100;
    line-height: 48px;
    padding: 38px 0 0;
}
.counter:before,
.counter:after{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(45deg, #000000, #5c181b);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    margin: 0 auto;
}
.counter:after{
    bottom: -21px;
}
.counter .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
}
.counter .counter-icon{
   font-size: 62px;
}
.counter .counter-icon:before{
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 10px solid #ffffff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    background: #fff;
    position: absolute;
    bottom: -26px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
/* why choose section end */


/* footer section end */
.footer-sec{
    background: linear-gradient(45deg, #000000, #5c181b);
    border-radius: 0 0 180px 0;
}
.footer-sec2{
  padding: 0;
  text-align: center;
}
.footer-left{
    padding: 0 15px;
}
.footer-left-1{
    padding:0;
}
.footer-text{
  padding: 0;
}
.footer-text span{
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-transform: capitalize;
  padding: 15px 0 5px;
}
.footer-text p{
  color: #000000;
  padding: 4px 12px 6px;
  background: #ffc301;
  font-weight: 700;
  font-size: 28px;
  text-transform: capitalize;
  border-radius: 50px;
}

.footer-contact a{
    font-size: 65px;
    font-weight: 700;
    padding: 5px 0 15px;
    color: white;
    display: block;
}

.footer-copyryt{
    padding: 0 12px;
    text-align: center;
    background: #fff;
}
.disclaimer{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
}
.copyryt{
    padding: 4px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.disclaimer a {
    background: #31ba45;
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 12px;
    margin: 0 0 5px;
}
.disclaimer a img{
   height: 52px;
}
/* footer section end */



#callbook {
    background: #000000ba;
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 99999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff;
    padding: 15px 0;
    width:50%;
    float:left;
    text-align: center;
}
#callbook ul li a{
    margin: -25px 0 0;
    display: inline-block;
}
#callbook ul li a span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: block;
    text-shadow: 2px 2px 1px #000;
}
#callbook ul li a i{
    color: #fff;
    display: inline-block;
    width: 85px;
    height: 45px;
    line-height: 44px;
    border-radius: 50%;
    margin: -52px 0 0;
} 
#callbook ul li:nth-child(1) a i{
    font-size: 25px;
} 
#callbook ul li:nth-child(2) a i{
    font-size: 26px;
}









@media (max-width: 767px){
.top-line {margin: 0;}
.top-line1 {padding: 0;}
.top-hide{display: none;}
.top-icon1 a {font-size: 45px;padding: 0;}
.header-logo-right {padding: 0 0px 15px;}
.header-logo-right-1 {padding: 0 15px 15px;}
.about-title strong {font-size: 40px;}
.choose-1{width: 50%;}
.footer-sec1:before {width: 100%;}
.award-flex {flex-direction: row-reverse;}
.award-0:nth-child(1) {order: 2;}
.award-0:nth-child(2) {order: 3;}
.footer-text span {font-size: 35px;}
.footer-text p {font-size: 19px;}
.footer-contact a {font-size: 50px;padding: 0;}
.copyryt {padding: 4px 0 72px;}
.top-line3 p {padding: 0px 15px 7px;}
.srv-list-1:before { top: -35px;}
.srv-list-1{padding: 0;}
#callbook {display:block;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.top-line {margin: 0;}
.top-hide{display: none;}
.top-line1 {padding: 0;}
.top-line2 p {font-size: 18px;padding: 4px 15px;}
.header-logo-left {padding: 15px 15px 0;}
.header-logo-right {padding: 2px 15px 12px;}
.award-flex {flex-direction: row-reverse;}
.award-0:nth-child(1) {order: 2;}
.award-0:nth-child(2) {order: 3;}
.footer-text p {font-size: 25px;}
.footer-sec1:before {width: 100%;}
}



@media only screen and (min-width: 991px) and (max-width:1200px){
.top-line2 p {font-size: 16px;}
.top-icon a {font-size: 16px;padding: 7px 7px 7px;}
.list-left p i {font-size: 13px;}
.list-left1 p {font-size: 16px;}
.list-right1 p{font-size: 16px;}
.header-logo-right-1 .headline {font-size: 18px;padding: 2px 0 2px;}
.header-logo-right-1 span {font-size: 17px;padding: 5px 10px 0px;}
.our-srv {padding: 10px 6px;}
.srv-title {font-size: 18px;}
.award-1 p {font-size: 31px;padding: 1px 0px 3px;}
.srv-list {padding: 0 9px;}
.srv-list-1 ul li {font-size: 15px;}
.footer-text span {font-size: 35px;}
.footer-text p {font-size: 21px;}
.footer-contact a {font-size: 55px;}
.disclaimer a img {height: 30px;}
.copyryt {font-size: 14px;}
.disclaimer a {font-size: 18px;}
}

@media only screen and (min-width: 1201px) and (max-width:1300px){
.footer-text p { font-size: 26px;}
}



@media (min-width:0) and (max-width:600px){
.top-line3 p {font-size: 19px;padding: 0 15px 5px;}
.header-logo-right-1 span {font-size: 18px;}
.our-srv{width: 100%;}
.srv-list, .testimonial{max-width: 100%;flex: 100%;}
.testimonial{width: 100%;}
.choose-1{width: 100%;}
.about-title p {font-size: 20px;}
.about-title strong {font-size: 36px;}
.footer-text span {font-size: 30px;}
.footer-text p {font-size: 15px;padding: 4px 10px 4px;}

}




@media (min-width: 290px) and (max-width:480px){
.top-line1 {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 95% 100%, 0 100%, 0 100%);}
.top-line3 p {font-size: 13px;}
.top-icon a {font-size: 32px;}
.list-left p i {font-size: 15px;}
.list-left1 p {font-size: 17px;}
.list-right1 p {font-size: 19px;}
.header-logo-right {padding: 0 0px 10px;}
.header-logo-right-1 .headline {font-size: 18px;padding: 0px 0 3px;}
.header-logo-right-1 span {font-size: 18px;}
.header-logo-left {padding: 8px 0px 0;}
.header-logo-right-1 {padding: 0 15px 0;}
.about-title p {font-size: 16px;}
.about-title strong {font-size: 26px;}
.award-sec-content {padding: 5px 0 0;}
.award-0{max-width: 100%;flex: 100%;}
.award-0:nth-child(2) .award-1, .award-1{max-width: 100%;}
.award-1 p {font-size: 30px;padding: 0px 0px 3px;}
.top-srv-content {padding: 0;}
.our-srv-content {padding: 0px 0 0;}
.srv-list-sec {padding: 0 0 15px;}
.testi-slider {padding: 0;}
.our-srv-sec-2 {padding: 30px 0;}
.choose-1 {padding: 12px 15px 30px;}
.choose-sec-2 {padding: 10px 0 15px;}
.footer-text span {font-size: 21px;padding: 8px 0 5px;}
.footer-text p {padding: 5px 22px 4px;font-size: 15px;}
.footer-contact a {font-size: 35px;}
.choose-1{max-width: 100%;flex: 100%;}
.disclaimer a {font-size: 21px;}
.disclaimer a img {height: 35px;}
.top-srv-0{max-width: 100%;flex: 100%;}
.choose-sec {padding: 0px 0 40px;}
}
