@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&amp;display=swap');
body{
	padding: 0;
	margin: 0;
    font-family: 'Raleway', sans-serif;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
.top-header {
    padding: 0;
    text-align: center;
    background: #cb0404;
    padding: 12px;
}

.top-header-1 p {
    padding: 9px 15px 5px;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    background: #ffa700;
    border-radius: 0px 100px;
}
a{
    color: #dddddd;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}



/* top add section start */
.top-add{
    padding:0;
    background:#fff;
}
.top-add-1{
    padding: 9px 40px 3px;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 30px;
    font-weight:600;
    color: black;
    font-size: 19px;
}
.top-add-1 .topa{
    width: 15px;
    height: 15px;
    position: absolute;
    left: 17px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #5a0101;
    box-shadow: 0px 0px 3px #5a0101;
}
.top-add-1 .topb{
    height: 15px;
    width: 15px;
    position: absolute;
    left: 17px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #5a0101;
    box-shadow: 0px 0px 3px #5a0101;
    left: unset !important;
    right: 17px;
}

/* top add section end */


/* top head section start */
.top-head{
    padding:0;
    background: #5a0101;
}
.top-head-1{
    padding:0;
}
.top-head-left{
    padding:0;
}
.top-head-left-1{
    padding:0;
    text-align: center;
}
.top-head-left-1 ul li{
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    padding: 13px 11px 9px;
    text-transform: capitalize;
    display: inline-block;
}
.top-head-left-1 ul li a{
    color: #ffffff;
}
.top-head-left-1 ul li a i {
    color: #ffffff;
    padding-right: 6px;
    font-size: 20px;
}
.top-head-right{
    padding:0;
}
.top-head-right-1{
    color: #fff;
    background: #cb0404;
    padding: 13px 55px 13px;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    margin: -1px 0 0;
    border-top: 3px solid #cb0404;
}
/* top head section end */


/* header section start */
.header-logo{
    padding: 0;
    background:#fff;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding:12px 6px 15px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding:10px 6px 15px;
  text-align:center;
}
/* header section end */

/* top add1 section start */
.top-add1{
    padding:0;
    text-align: center;
    background:#cb0404;
}
.top-add2{
    padding: 10px 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    animation-name: bounce;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {color:#ffffff;}
  40% {color:#ffcfe7;}
  60% {color:#ffffff;}
}
/* top add1 section end */

/* banner section start */
.slider-section{
  padding: 0;
  margin-top:-1px;
}
.slider-section img{
  width: 100%;
}
.carousel-caption{
  padding-bottom:100px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}


.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}

.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control .glyphicon-menu-left{
    color: #d8296a;
    background: #ffcfe782;
    padding: 11px;
    top: 50%;
    left: 0;
    overflow:hidden;
    z-index: 1;
    position: relative;
}  

.carousel-control .glyphicon-menu-left:hover{
  color: #d8296a;
}
.carousel-control .glyphicon-menu-right{
    color: #d8296a;
    background: #ffcfe782;
    padding: 11px;
    top: 50%;
    right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.carousel-control .glyphicon-menu-right:hover{
  color: #d8296a;
}
.slider-section .carousel-control{
  opacity:1;
}
.slider-section .carousel-control:focus, .carousel-control:hover {
    opacity:1;
}

/* banner section end */




/* about us section start */
.about-section{
    padding:0;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-section:before {
    position: absolute;
    content: "";
    background:#7a0000f7;
    width: 100%;
    height: 100%;
}
.about-section-1{
    padding: 52px 8px 46px;
}
.about-title{
    padding:0;
    text-align:center;
}
.about-title strong{
    font-size: 44px;
    font-weight: 100;
    line-height: 29px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Lobster', cursive;
}
.about-us-content{
    padding:15px 0 0;
}
.about-us-content p{
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
}
.about-us-content p strong{
    color: #fff;
}
.about-heading{
    color: #5a0101;
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
    padding: 0px 0px 0px;
    display: inline-block;
}
.about-us-content ul{
  padding:0 0 3px;
}
.about-us-content ul li{
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    padding:3px 0;
}
.about-us-content ul li:before{
    content: "\f6a1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 15px;
    color: #ffb100;
    padding-right:7px;
}
/* about us section end */


/* add section start */
.add-sec1{
    padding:0;
    display: flex;
    align-items: center;
    text-align: center;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.add-sec1:before {
    position: absolute;
    content: "";
    background:#000000db;
    width: 100%;
    height: 100%;
}
.add-sec2{
    padding: 35px 0 50px;
    text-align:
    center;
}
.add-sec2 p{
    color: #fff;
    padding: 8px 0px 17px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
.add-sec2 span{
    color: #fff;
    padding: 0;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
}
.add-sec2 a{
    padding:0;
    color: #000;
    background: #5a0101;
    padding: 7px 40px 8px;
    font-size: 31px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
} 
/* add section end */



/* service section start */
.srv-sec-1{
    padding: 0;
}
.srv-sec-2{
    padding:45px 0px 40px;
}
.service-title{
    padding:0;
    text-align:center;
}
.service-title strong{
    font-size: 37px;
    font-weight: 600;
    display: block;
    color: #5a0101;
    text-transform: capitalize;
    font-family: 'Lobster', cursive;
    padding:0 0 3px;
}
.service-title p{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    line-height:27px;
}
.srv-sec-content{
    padding: 25px 0 0;
}
.srv-1{
    padding:15px 15px 28px;
    display: flex;
}
.srv-2{
    text-align: center;
    overflow: hidden;
    padding: 10px 10px 0;
    position: relative;
}
.srv-2 img{
    width: 100%;
    height: auto;
    /*border-radius: 50%;*/
    border:12px solid #5a0101;
}
.srv-text{
    color: #000;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.srv-title{
    text-align: center;
    font-size: 27px;
    color: #ffffff;
    padding: 4px 20px 5px;
    position: relative;
    font-weight: 100;
    font-family: 'Lobster', cursive;
    background: #5a0101;
    display: inline-block;
    margin: -37px auto 0;
    transform: translateY(-12px);
}
.srv-content{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    padding: 0px 15px 12px;
    text-align: center;
}
.srv-text a {
    color: #ffffff;
    background: #7e0808;
    display: inline-block;
    text-align: center;
    font-size: 23px;
    border-radius: 0;
    padding: 6px 28px 0;
    text-transform: capitalize;
    font-family: 'Lobster';
    font-weight: 100;
}
/* service section end */


/* add1 section start */
.add1-sec{
    padding: 0;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.add1-sec:before{
    position: absolute;
    content: "";
    background:#7a0000f7;
    width: 100%;
    height: 100%;
}
.add1-sec-1{
    padding: 29px 0 40px;
    border-top: 4px solid #d8296a;
    text-align:
    center;
}
.add1-sec-1 p{
    padding: 0 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 38px;
}
.add1-sec-1 span{
    padding: 4px 0 23px;
    color: #ffeb00;
    font-size: 31px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    display: block;
}
.add1-sec-1 a{
    color: #ffffff;
    background: #5a0101;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    border-radius: 0;
    padding: 3px 28px 0;
    text-transform: capitalize;
    font-family: 'Lobster';
    font-weight: 100;
}
/* add1 section end */



/* why choose us section start */
.choose-sec{
    padding:0;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.choose-sec:before {
    position: absolute;
    content: "";
    background:#ffd202;
    width: 100%;
    height: 100%;
}
.choose-sec-1{
    padding:26px 0 42px;
}
.choose-box{
    padding:0;
}
.choose-1{
    padding:27px 0px 13px;
    text-align:
    center;
    display:
    flex;
}
.choose-2{
    padding:0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 46px;
}
.choose-2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 40px;
    width: 5px;
    margin: auto;
    bottom: -51px;
    background: #5a0101;
}
.choose-2:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -11px;
    height: 5px;
    width: 79%;
    margin: auto;
    background: #5a0101;
}
.choose-head p{
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Eczar', serif;
    font-weight: 600;
    padding: 0;
}
.choose-text span{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    padding: 0px 15px 12px;
    text-align: center;
}
/* why choose us section end */


/* banner section start */
.banner{
    padding:0;
}
.banner img{
    width:100%;
}
/* banner section end */

/* testimonial section start */
.testi-sec{
    padding:0;
}
.testi-sec-1{
    padding:45px 0 24px;
}
.testi-content{
  padding:5px 0 0;
}
.testi-1{
  padding:15px 15px 0px;
}
.testi-2{
  padding:0;
  text-align:center;
}
.testi-3{
  padding: 0 0px 25px;
  position: relative;
  text-align:left;
}

.testi-border {
    float: left;
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1;
}
   
.testi-desc {
    color: black;
    padding: 30px 20px 60px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    border-top: 0px;
    /*background: linear-gradient(1deg, #ffcfe7 0, transparent 80%);*/
}
.testi-img {
    float: left;
    width: 100%;
    margin: -51px 0 0 0;
}
.testi-img img {
    display: table;
    margin: 0 auto;
    width: 112px;
    border-radius: 50%;
    border-bottom: 6px solid #5a010166;
}
.testi-name {
    float: left;
    width: 100%;
    font-size: 26px;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    padding: 3px 0 3px;
}
.rating {
    color: #ffd400;
    text-align: center;
}
.rating li {
    display: inline-block;
    font-size: 14px;
}
/* testimonial section end */



/* footer section start */
.footer-sec{
    padding: 0;
    background:#fff1af;
}
.footer-sec-1{
    padding:0;
}
.footer-box{
    padding:0;
}
.footer-1{
    padding: 0;
}
.footer-2{
    padding: 0 20px 0px;
}
.footer-0{
    padding:0 24px 0px;
}

.footer-3{
    padding:37px 0 30px;
    background:#5a0101;
    text-align:center;
}
.footer-title{
    padding: 0;
}
.footer-title-0 strong{
    color: #ffffff;
    font-size: 31px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: 'Lobster';
    padding: 0 0 8px;
    display: inline-block;
}
.footer-title strong{
    color: #000000;
    font-size: 31px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: 'Lobster';
}
.footer-list{
    padding: 5px 0 0;
}
.footer-list p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 29px;
    padding-bottom: 6px;
}
.footer-info li{
    padding: 0 0 0;
}

.footer-info li i{
    background: #ffcfe7;
    line-height: 51px;
    color: #d8296a;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
}
.footer-info li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 44px;
    display: block;
    text-transform: none;
    line-height: 29px;
}
.footer-info li p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 44px;
    display: block;
    text-transform: none;
    line-height: 29px;
}
.srv-list-1{
    padding:0;
}
.srv-list-2{
    padding: 40px 0 15px 40px;
}
.footer-list-3{
    padding:6px 0 0;
}
.footer-list-3 ul li{
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 7px 0;
}
.footer-list-3 ul li a{
  color:#028d95;
}
.footer-list-3 ul li:before {
     content: "\e020"; 
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 15px;
    color: #5a0101;
    padding-right: 7px;
}
.disclaimer{
    padding:0;
}
.disclaimer-1{
    padding: 21px 12px 21px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
    background: #fff;
    text-align: center;
}
/* footer section end */


/* footer copyright section start */
.footer-copyryt{
    background: #000000;
    padding: 0;
}
.copyryt{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ffcfe7;
    padding:13px 0 10px;
    border-top: 2px solid #ffffff;
    text-align: center;
}


/* footer copyright section end */

.mobile-call{
    display:none;
}
.call {
    bottom:12px;
    left: 16px;
    position: fixed;
    z-index: 1111;
}
.call a i{
    text-align: center;
    font-size: 16px;
    height: 43px;
    bottom: 10px;
    width: 43px;
    line-height:43px;
    color: #fff;
    background:#f00008;
    border-radius: 50%;
}
.call a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}

.call i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}

.whatsapp {
    bottom:12px;
    right: 16px;
    font-size: 18px;
    position: fixed;
    z-index: 1111;
}
.whatsapp  a i{
    text-align: center;
    font-size: 20px;
    height: 43px;
    bottom: 10px;
    width: 43px;
    line-height: 43px;
    color: #fff;
    background:#00c800;
    border-radius: 50%;
}
.whatsapp  a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}
.whatsapp i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}
@keyframes scnee {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     50% {
         transform: scale(1.8);
         opacity: 0;
     }

     100% {
         transform: scale(1);
         opacity: 1;
     }
 }

 @keyframes sollcl {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(1.4);
     }

     100% {
         transform: scale(1);
     }
 }




@media (max-width: 767px){
.top-head-right-1{border-top: 0px;clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
.header-logo-1{display:block;}
.header-logo-left-1 {padding: 15px 0px 0px;}
.header-logo-right-1 {padding:0px 0px 2px;}
.top-add2 {font-size: 15px;}
.add-sec2 span {font-size:30px;}
.srv-1 {padding: 15px 0px 28px;}
.srv-title {font-size:20px;}
.add-sec2 p {font-size: 21px;}
.add-sec2 a {font-size: 24px;}
.add1-sec-1 p {font-size: 16px;line-height: 34px;}
.add1-sec-1 span {font-size: 30px;}
.choose-1 {padding: 27px 0px 13px;}
.testi-1 {padding: 15px 0px 0px;}
.srv-list-2 {padding: 20px 0 15px 40px;}
.srv-content {height:213px;}
.mobile-call{display: block;}
}



@media only screen and (min-width: 768px) and (max-width:990px){
.top-head-left-1 ul li {font-size: 19px;padding: 13px 7px 9px;}
.top-head-left-1 ul li a i {padding-right: 4px;font-size: 17px;}
.top-head-right-1 {padding: 14px 0px 14px 29px;font-size: 14px;}
.header-logo-left-1 {padding: 12px 6px 9px;}
.header-logo-right-1 {padding: 10px 6px 9px;}
.top-add2 {font-size: 19px;}
.add-sec2 span {font-size: 32px;}
.add-sec2 p {font-size: 21px;}
.add-sec2 a {font-size: 25px;}
.srv-title {font-size: 25px;}
.choose-sec-1 {padding:26px 0 49px;}
.choose-2 {padding: 0;}
.choose-head p {font-size: 19px;}
.srv-list-2 {padding: 20px 0 15px 75px}
.srv-content {height:150px;}
.testi-desc{height: 246px;}

}


@media only screen and (min-width: 991px) and (max-width:1200px){
.top-head-right-1 {font-size: 16px;padding: 14px 15px 13px 55px;}
.srv-2 {padding: 10px 2px 0;}
.srv-title {font-size: 22px;}
.testi-1 {padding: 15px 0px 0px}
.srv-content {height:182pxpx;}
}


@media only screen and (min-width:1201px) and (max-width:1310px){
.srv-content {height:150px;}
}




@media (min-width:0) and (max-width:591px){
.add-sec2 span {font-size: 27px;}
.add-sec2 p {font-size: 19px;}
.add-sec2 a {font-size: 19px;}
.srv-2 {padding: 10px 6px 0;}
.srv-title {font-size: 16px;}
.srv-text a {font-size: 19px;padding: 3px 28px 0;}
.choose-2 {padding: 0 0px;}
.choose-head p {font-size: 20px;}
.testi-desc {height:350px;}
.add1-sec-1 span {font-size: 27px;}
}





@media (min-width: 290px) and (max-width:490px){
.top-head-right-1 {font-size: 13px;padding:13px 3px 13px;}
.top-head-left-1 ul li {font-size: 15px;padding: 13px 5px 9px;}
.top-head-left-1 ul li a i {padding-right:4px;font-size: 14px;}
.top-add2 {line-height: 26px;}
.add-sec2 {padding: 35px 0 42px;}
.add-sec2 span {font-size: 16px;}
.add-sec2 p {font-size: 12px;padding: 8px 0px 14px;}
.add1-sec-1 p {font-size: 13px;line-height: 28px;}
.add1-sec-1 span {font-size: 17px;padding:0px 0 13px;}
.add1-sec-1 a {font-size: 25px;}
.about-section-1 {padding: 47px 8px 42px}
.srv-sec-2 {padding: 32px 0px 18px;}
.srv-sec-content {padding: 17px 0 0;}
.srv-title {font-size:22px;}
.srv-text a {font-size:23px;padding:6px 28px 0;}
.srv-1{width:100%;padding: 0px 0px 28px}
.choose-1{width:100%;padding: 10px 0px 26px;}
.choose-sec-1 {padding: 23px 0 22px;}
.testi-sec-1 {padding: 32px 0 12px;}
.testi-1{width:100%;padding: 3px 0px 0px;}
.srv-list-1{width:100%;}
.footer-0 {padding: 0 5px 0px;}
.footer-info li a, .footer-info li p {padding: 10px 15px;}
.footer-2 {padding:8px 14px 0;}
.srv-list-2 {padding:10px 0 0px 0px}
.disclaimer {padding: 15px 0 0;}
.srv-content {height: auto;}
#callbook ul li a span {font-size:14px}
#callbook ul li a i{font-size:15px;}
.testi-desc {height:auto;}
}






