@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: "Rubik", sans-serif;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}


/* top head section start */
.top-head{
    padding:0;
    background: #fcd402;
}
.top-head-1{
    padding:0;
}
.bg-r {
    background: #c31218;
    padding: 0;
}
.bg-left{
    padding:0;
}
.bg-left-1{
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    padding: 7px 15px;
}
.bg-right{
    padding:0;
}
.bg-right-1{
    padding:0;  
}

.contact-right {
    width: 100%;
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: #FBD402;
    padding: 10px 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}
/* top head section end */

/* header section start */
.header-logo{
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: url(../images/header-bg.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}
.header-logo:before {
    position: absolute;
    content: "";
    background:#ffffffed;
    width: 100%;
    height: 100%;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 12px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 12px;
  text-align:center;
}
.head-right2{
    padding:0;
}
.welcome{
    text-transform: capitalize;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 8px;
    background: #fcd402;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-13px);}
  60% {transform: translateY(-10px);}
}
.headhide{/* visibility: hidden; */}

.headright-bottom1{
    padding:0;
}
.head-bg{
    padding: 0;
    text-align: center;
}
.head-bg1{
    padding: 0;
    display: flex;
    align-items: center;
}

.head-whatsapp {
    padding:0;
}
.head-whatsapp1{
    padding: 6px 0;
}
.head-whatsapp1 p a{
    text-transform: uppercase;
    color: #0c7903;
    font-size: 20px;
    font-weight: 500;
    border: 1px dashed #0c7903;
    padding: 6px 15px;
    display: block;
}
.head-call{
    padding: 0;
}
.head-call1{
    padding: 0px 0;
}
.head-call1 span{
    color: #c31218;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.head-call1 a{
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
/* header section end */


/* top service section start */
.head-list{
    padding:0;
    background-color: #000000;
}
.head-list1{
    padding: 12px 0 0;
    font-size: 20px;
    color: #fcd402;
    font-weight: 600;
}

/* top service section end */


/* banner section start */
.banner{
    padding:0;
}
.banner img{
    width:100%;
}
/* banner section end */


/* service section start */
.srv-sec-1{
    padding: 0;
}
.srv-sec-2{
    padding: 50px 0;
}
.srv-title {
    padding: 0 0 35px;
    text-align: center;
}
.srv-title strong {
    font-size: 50px;
    font-weight: 800;
    display: block;
    color: #c31218;
    text-transform: uppercase;
}
.srv-title p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
.srv-sec-content{
    padding: 0;
}
.srv-mn{
    padding: 12px;
}      
.srv-inr{
    padding: 20px 15px 0px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px 0 #0000002b;
}
.srv-inr .srv-img {
    padding: 0px;
    text-align: center;
    position: relative;
}
.srv-inr .srv-img:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: inherit;
    margin: 0 auto;
    border: 17px solid #fff;
    border-color: #fcd402 #fff #fff #fcd402;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.srv-inr .srv-img img {
    width: 100%;
}
.srv-text{
    padding: 12px 0 0;
    text-align: center;
}
.srv-text span{
    font-size: 23px;
    color: #c31218;
    font-weight: 600;
    padding: 20px 0px;
    text-transform: capitalize;
}   
.srv-text p{
    line-height: 27px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
    padding: 5px 0px 10px;
}          

.srv-text a{
    background: #fcd402;
    color: #000000;
    font-size: 17px;
    border: 0px solid #fff;
    transition: 0.3s ease-in-out;
    display: inline-block;
    padding: 6px 37px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 999999;
    margin-bottom: 46px;
}
.srv-text a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 47px;
    width: 3px;
    margin: auto;
    bottom: -47px;
    background: #c31218;
    z-index: -1;
}
.srv-text a:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -22px;
    height: 15px;
    width: 15px;
    margin: auto;
    background: #c31218;
    display: none;
}
/* service section end */


/* award section start */
.awards-section{
  padding: 0 0 60px;
}
.awards-right-1{
    padding: 0;
}
.awards-1 {
  padding: 10px;
}
.awards-2 {
  padding: 0px;
}
.awards-2 img{
  width: 100%;
}
/* award section end */


/* about us section start */
.about-section{
    padding: 50px 0;
    background: #c31218;
}
.about-section-1{
    padding: 0;
}
.about-us-content{
  padding: 20px 0 0;
}
.about-title{
    padding:0;
    text-align: center;
}
.about-title strong {
    color: #fcd402;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    display: block;
}
.about-title p {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.about-us-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    padding: 8px 0;
}
.about-us-content p strong{
    color: #fcd402;
    font-weight: 500;
}
.about-us-content ul{
  padding: 3px 0;
}
.about-us-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height:32px;
    color: #ffffff;
    padding: 3px 0;
}
.about-us-content ul li:before {
    content: "\f7d4";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #fcd402;
    font-size: 15px;
    text-align: center;
    padding: 0 5px 0 0;
}
/* about us section end */



/* top service section start */
.srv1-sec-1{
    padding: 0;
}
.srv1-sec-2{
    padding: 50px 0;
}
.srv1-sec-content{
    padding: 0;
}
.srv1-mn{
    padding: 0 9px 35px;
}      
.srv1-inr{
    padding: 20px 15px 0px;
    position: relative;
    z-index: 1;
    border: 1px solid #c312181c;
    border-bottom: 3px solid #c31218;
}
.srv1-inr .srv1-img {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}
.srv1-inr .srv1-img img{
    width:100%;
}
.srv1-inr .srv-img:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: inherit;
    margin: 0 auto;
    border: 17px solid #fff;
    border-color: #fcd402 #fff #fff #fcd402;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.srv1-text{
    padding: 12px 0 0;
    text-align: center;
}
.srv1-text span{
    font-size: 22px;
    color: #c31218;
    font-weight: 600;
    padding: 0px 0px 7px;
    text-transform: capitalize;
    display: block;
}   

.srv1-text a{
    background: #fcd402;
    color: #000000;
    font-size: 18px;
    border: 0px solid #fff;
    display: inline-block;
    padding: 6px 37px 3px;
    font-weight: 500;
    text-transform: capitalize;
}
/* top service section end */




/* why choose us section start*/

.chooseus-section{
  padding: 0px 0px;
  background: #c31218;
}
.chooseus-section1{
  padding: 0;
  background:#fff;
}

.chooseus-left1{
  padding: 0;
}
.chooseus-left2{
  padding: 0 35px 35px;
  background: #fff;
}
.choose-us{
  padding: 0;
}
.choose-us1{
  padding: 15px;
}

.choose-us2{
  padding: 28px 16px 17px;
  text-align: center;
  background: #fcd402;
  border-radius: 500px 500px 0 0;
}
.choose-us2 strong{
  display: block;
}
.choose-us2 strong i{
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #c31218;
    color: #ffffff;
    border-radius: 50%;
    font-size: 40px;
}
.choose-us2 span{
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    padding: 11px 0 5px;
    display: block;
}
.choose-us2 p{
    color: #000;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
}

/* why choose us section end */



/* testimonial section start */
.testi-sec{
    padding:0;
}
.testi-sec-1{
    padding: 50px 0 15px;
}
.testi-content{
  padding: 0;
}
.testi-1{
  padding: 15px;
}
.testi-2{
  padding:0;
  text-align:center;
}
.testi-3{
  padding: 0;
  position: relative;
  text-align:
  left;
}
.testimonial {
    padding-top: 0;
    position: relative;
    transition: all 0.7s ease 0s;
    background: #ffffff;
    overflow: hidden;
    border-right: 2px solid #c31218;
    border-bottom: 2px solid #c31218;
}
.testimonial .pic{
    display: flex;
    align-items: center;
}
.testimonial .pic-1 {
    width: 89px;
    height: 89px;
    padding: 7px;
    overflow: hidden;
    transition: all 0.7s ease 0s;
    border-radius: 0 50% 50% 0;
    transform: translate(0px, 0px);
    box-shadow: 0 0 0;
    background: #fcd402;
}
.testimonial .pic-1 img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.testimonial .description {
    padding: 15px 15px 15px 0;
    line-height: 27px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
    text-align: justify;
}
.testimonial .testimonial-content {
    font-weight:600;
    font-size: 20px;
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 100px;
    color: #c31218;
    text-transform: capitalize;
}

.testimonial .rating {
    display: inline-block;
    color: #fcd402;
    background: #c31218;
    width: 55%;
    text-align: center;
    padding: 7px 10px 4px;
    text-transform: capitalize;
    float: right;
    font-size: 15px;
}
.testimonial .rating li {
    display: inline-block;
}
/* testimonial section end */


/* start copy right section */
.copyryt-sec{
  padding:0;
  background: #fcd402;
}
.copyryt-sec-1{
  padding: 0px 0 18px;
  text-align:center;
}
.disclaimer{
    color: #000000;
    padding: 20px 0px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}
.copyryt{
    font-size: 16px;
    font-weight: 600;
    color: #c31218;
    padding: 0;
}
.copyryt span{
}
/* end copy right section */


#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

#callbook ul {
    padding: 0
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 13px 0 10px;
    width: 50%;
    float: left;
    text-align: center;
}

#callbook ul li a{
    animation: zoom-out .5s infinite alternate;
    display: inline-block;
}
@keyframes zoom-out {
  
  0% { transform: scale(1); }
  100% { transform: scale(1.3); }
     
}
#callbook ul li a span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    top: -2px
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: 0;
    padding: 0;
    font-size: 15px;
}

#callbook ul li a i {
    animation: pulsate .5s ease-out;
}










@media (max-width: 767px){
.bg-r {padding: 0;}
.header-logo-1{display:block;}
.header-logo-right-1 {padding: 0 0 12px;}
.header-logo-left-1 {padding: 15px 0 0;}
.srv-text p {height: 240px;}
.welcome {font-size: 19px;}
.srv-text span {font-size: 20px;}
.testimonial .testimonial-content {font-size: 22px;}
.head-bg1{display: block;}
.chooseus-left2 {padding: 0 15px 20px;}
.about-title strong, .srv-title strong {font-size: 40px;}
.choose-us2 p {height: 135px;}
.copyryt-sec {padding: 0 0 40px;}
#callbook {display: block;}
}


@media only screen and (min-width: 767px) and (max-width:991px){
.header-logo-1{display:block;}
.header-logo-right-1 {padding: 0 0 12px;}
.header-logo-left-1 {padding: 15px 0 0;}
.srv-text p {height: 160px;}
.choose-us2 p {height: 115px;}
}


@media only screen and (min-width: 991px) and (max-width:1200px){
.bg-left-1 {font-size: 20px;padding: 8px 15px 7px;}
.head-whatsapp1 p a {font-size: 15px;padding: 6px 15px 5px;}
.head-call1 a {font-size: 23px;}
.welcome {font-size: 17px;}
.srv-mn {padding: 0 7px 35px;}
.srv-inr {padding: 20px 10px 0px;}
.srv-text span {font-size: 17px;}
.chooseus-left2 {padding: 30px 10px 60px;}
.choose-us1 {padding: 15px 6px;}
.srv1-text span {font-size: 20px;}
.head-call1 span {font-size: 16px;}
}


@media only screen and (min-width:1201px) and (max-width:1270px){
.head-whatsapp1 p a {font-size: 19px;}
.head-call1 a { font-size: 31px;}
.srv-text span {font-size: 20px;}

}

@media (min-width:0) and (max-width:600px){
.header-logo-1{display:block;}
.header-logo-right-1 {padding: 0 0 12px;}
.header-logo-left-1 {padding: 15px 0 0;}
.srv-text p {height: auto;}
.welcome {font-size: 15px;padding: 8px 10px 6px;}
.testimonial .testimonial-content {font-size: 22px;}
.head-bg1{display: block;}
.chooseus-left2 {padding: 0 15px 20px;}
.about-title strong, .srv-title strong {font-size: 32px;}
.srv-title p, .about-title p { font-size: 16px;}
.choose-us2 p {height: auto;}
.srv-mn{width: 100%;padding: 12px 0;}
.choose-us1, .testi-1{width: 100%;padding: 15px 0;}
.srv1-text span { font-size: 20px;}
}




@media (min-width: 290px) and (max-width:480px){
.bg-left-1 {font-size: 15px;}
.head-whatsapp1 p a {font-size: 15px;padding: 6px 15px 4px;}
.header-logo-1{display:block;}
.header-logo-right-1 {padding: 0 0 12px;}
.header-logo-left-1 {padding: 15px 0 0;}
.srv-text p {height: auto;}
.welcome {font-size: 15px;padding: 8px 10px 7px;line-height: 19px;}
.testimonial .testimonial-content {font-size: 22px;}
.head-bg1{display: block;}
.about-title strong, .srv-title strong {font-size: 25px;line-height: 27px;}
.srv-title p, .about-title p {font-size: 15px;padding: 3px 0 0;}
.choose-us2 p {height: auto;}
.awards-1{width: 100%;padding: 7px 0;}
.contact-right {font-size: 17px;}
.head-list1 {padding: 10px 0 3px; font-size: 17px;}
.srv1-mn{width: 100%;padding: 15px 0;}
}