@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body{
  margin:0;
  padding:0;
  color: #ec9878;
  font-family: "Quicksand", sans-serif;
}

@font-face {
  font-family: 'KaliebLuxuryDemo-Regular';
  src: url('../fonts/KaliebLuxuryDemo-Regular.otf') format('woff'),
  url('../KaliebLuxuryDemo-Regular.otf') format('opentype');
  font-display: swap;
}



a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

: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: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}



/* START HEADER SECTION */

/* start top head section */
.top-contact a{
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #202020;
  text-transform: capitalize;
}
.top-contact a span{color: #bd1308;}

.head-deign{
  justify-content: center;
  align-items: center;
}
.head-left1{
  padding: 0;
}
.head-left1 a{
  position:relative;
}
.head-left1 a:before{
  height: 158px;
  width: 158px;
  background: linear-gradient(180deg, #bd1308 70%, #fff 30%);
  border-radius: 50%;
  line-height: 150px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  content:"";
  z-index:-9;
  left: 0;
  right: 0;
  top: -25px;
}
.head-left1 a span{
  height: 100px;
  width: 100px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  margin: 30px auto -67px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-left1 a span img{
  height: 60px;
    animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}

.head-center1{
  position: relative;
  margin: -33px 0 -28px;
  z-index: 9;
}
.head-center1 img{
  
}
.tophead-section:before{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 30%;
  background: url(../images/bg.webp) no-repeat;
  top: 0px;
  opacity: 0.1;
  background-position: left;
  z-index: -9;
}
.tophead-section:after{
  content:"";
  position:absolute;
  right: 0;
  height: 100%;
  width: 30%;
  background: url(../images/bg.webp) no-repeat;
  top: 0px;
  opacity: 0.1;
  background-position: bottom;
  z-index: -99;
}

/* end top head section */
/* start navigation section */

.head-navigation{
  background: #feefc1;
  margin: -7px 0 0;
  position: relative;
  padding: 26px 0 0;
}
.navigation{
  padding: 0px 0px;
  margin: 0;
  position:relative;
  margin: 0;
  z-index: 99;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #333333;
  display: block;
  padding: 4px 20px 5px;
  border-radius: 30px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 40px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 1px;
  margin: 0;
  margin-left: 0px;
  padding-left: 9px;
  border: 0;
  padding-right: 0px;
}

.toggle-design{
  height: 2px;
  width: 100%;
  background: #000000;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.toggle-design:nth-child(2){width: 60%;}
.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  background: #ef821f00;
  color: #df0015;
}
.menu li a.active-1 {
  background: #ffffff00;
  color: #000000;
  font-weight: 700;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  background: linear-gradient(0deg, #bd1308 0%, #bc1308 100%);
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:block;
  padding: 10px 10px 10px 20px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #ffffff;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  font-weight: 600;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #ffc39300;
}
.dropdown-menu ul li:hover a{
  color:#fee49a;
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* end navigation section*/

/* start slide section*/

.emblem-wrap{
  margin: 0 0 0 0px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.emblem-wrap a{
  display:block;
  color:#fff;
}
.emblem-wrap i{
  margin: 0 auto;
  width: 120px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 4%;
  right: 0px;
  top: auto;
  left: 0%;
  transform: translate(30% , -22%);
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0 0;
}
.emblem{
   margin: 40px auto 0 0;
   width: 188px;
   height: 188px;
   border-radius: 50%;
   animation: ani 11s infinite ease-in;
   text-align: center;
}
.emblem span {
      padding: 4px;
      position: absolute;
      display: inline-block;
      left: -0px;
      top: 0;
      bottom: 0;
      right: 0;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 20px;
      transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@keyframes ani {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@media only screen and (max-width:767px){
  .emblem-wrap{left: 20px;bottom: 0px;}
}

/* end slide section*/



/* END HEADER SECTION*/


/* start services section  */
.services-heading{
  position:relative;
  strong{
    font-size: 44px;
    display: block;
    text-transform: capitalize;
    color: #bd1308;
    position:relative;
    font-weight: 700;
    line-height: normal;
    background: -webkit-linear-gradient(rgb(144 42 15), rgb(189 19 8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  p{
    color: #484848;
    font-size: 15px;
    padding: 8px 0% 0px 0px;
    font-weight: 500;
    line-height: 28px;
  }
  span{
    font-size: 17px;
    padding: 7px 19px 8px 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    position:relative;
    background: linear-gradient(45deg, #feefc1, transparent);
    display: block;
    width: fit-content;
    margin: 0 0 5px;
  }
}

.services1{
  padding: 16px 20px;
}
.services2{
  background: #fffaf0;
  border-radius: 30px;
  padding: 17px;
  box-shadow: 4px 2px 6px #dadada;
}
.services3{
}
.services3 img{
  border-radius: 20px 20px ;

}
.services4{
  strong{
    text-transform: capitalize;
    text-align: left;
    line-height: 26px;
    font-weight: 700;
    display: block;
    color: #151515;
    font-size: 20px;
    border-radius: 0 0 15px 15px;
    position: relative;
    padding: 0 30px 0 0px;
    margin: 10px 0 20px;
  }
  p{
    color: #000000;
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
    line-height: 27px;
    border-top: 1px solid #ffad03;
    padding: 14px 0px 12px;
  }
  strong a{
    background: #fbcf4f;
    color: #9c300f;
    border-radius: 50%;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }
  strong a svg{
    height:20px;
    width:20px;
    fill:#ffffff;
  }
}

.contact-phone{
  
  
  a{
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54%;
    box-shadow: 0 0 13px #c8c8c8;
  }
  .design-contact-icon{
    width: 30%;
    text-align: center;
  }
  .design-contact-icon span{
    height: 90px;
    width: 90px;
    line-height: 90px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(#851f0b, #d16c26 );
    text-align: center;
  }
  .design-contact-icon span svg{
    height: 40px;
    width: 40px;
    fill: #fff;
  }
  .design-contact-text{
  width: 70%;
}
  .design-contact-text p{
    padding: 0 0 0 0px;
    text-transform: capitalize;
    font-size: 29px;
    font-weight: 600;
    font-family: 'KaliebLuxuryDemo-Regular';
  }
  .design-contact-text b{
    padding: 0 0 0 0px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    color: #616161;
    animation: blk 0.4s infinite ease-in;
  }
}
@keyframes blk{
  50%{color:#a64016;}
  100%{color:#cb3b14;}
}

.contact-phone i{
  padding: 60px 0 0 0px;
  font-size: 39px;
  display: block;
  letter-spacing: 1px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  color: #ae4919;
  font-family: 'KaliebLuxuryDemo-Regular';
}

/* end services section  */

/* start about us section */

.aboutus-section{
  padding: 80px 0 90px 0;
  text-align: left;
  position:relative;
  z-index:9;
}
.aboutus-section:after{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 30%;
  background: url(../images/bg.webp) no-repeat;
  top: -0px;
  opacity: 0.2;
  background-position: left;
  z-index: -9;
}
.aboutus-section:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    background: url(../images/bg.webp) no-repeat;
    top: -40px;
    opacity:30%;
    background-position: bottom;
    z-index: -99;
}

.banner-image img{
  border-radius: 0px 300px 300px 0px;
}
.aboutus-heading p{
  color: #000000;
  font-weight: 600;
  background: linear-gradient(45deg, #feefc1, transparent);
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 auto 0 0;
  width: fit-content;
  padding: 10px 28px;
}

.aboutus-center{
}
.aboutus-heading h1{
  font-size: 97px;
  font-weight: 400;
  padding: 10px 0 0px 0;
  color: #ff0000;
  background: -webkit-linear-gradient(rgb(144 42 15), rgb(189 19 8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'KaliebLuxuryDemo-Regular';
}
.aboutus-heading h1 a{

display: block;
}

.contact-aboutus p{
  color: #222222;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  text-align: justify;
  padding: 0 0 10px 0;
}
.contact-aboutus p strong{font-weight: 800;}
.contact-aboutus h2,h3,h4,h5,h6{
  font-weight: 600;
  background: linear-gradient(45deg, #ca6523, #973112);
  border: 1px solid #ffd100;
  border-radius: 100px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 18px;
  transition: 0.8s ease-in;
  padding: 8px 20px 8px;
  position: relative;
  display: block;
  width: fit-content;
  z-index: 9;
  margin: 15px 0;
}
.contact-aboutus  em{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin: 25px 0 0 0;
  color: #000000;
  text-transform: uppercase;
  border-left: 3px solid #ab4518;
  padding: 0px 0 0 8px;
}
.contact-aboutus  em svg{
  height:20px;
  width:20px;
}
.contact-aboutus ul, ol{
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0px 0 17px 0;
}
.contact-aboutus ul li{
  display: block;
  margin: 13px 0px 0px;
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  padding: 0px 0px 0px 27px;
  position:relative;
}
.contact-aboutus ul li:before{
  position: absolute;
  color: #932d10;
  top: -4px;
  left: 0px;
  line-height: normal;
  font-size: 21px;
  content: "\2726";
  font-family: 'Glyphicons Halflings';
}



.contact-aboutus ol li{
  font-weight: 500;
  display: inline-block;
  margin: 4px 10px 4px 0;
  padding: 6px 21px 6px;
  background: #fffef2;
  border: 1px solid #a33d16;
  border-radius: 100px;
  color: #000000;
  font-size: 15px;
  width: fit-content;
}
.banne-miya{
  padding:0 0 0 30px;
}

/* end about us section */

/* start counter section  */
.whyus-section{
  padding:0 0 60px;
}
.whyus-section1{padding: 40px 50px;border-radius: 28px;background: linear-gradient(180deg, #fff, #fffaf8);box-shadow: -5px 1px 6px 0px #10101038;}
.heading-choose strong{
  font-size: 48px;
  display: block;
  font-weight: 500;
  line-height: 65px;
  padding: 0px 0 0 0;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'KaliebLuxuryDemo-Regular';
}
.heading-choose p{
  color: #aa1d0b;
  font-weight: 600;
  background: linear-gradient(45deg, #feefc1, transparent);
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 auto 0 0;
  width: fit-content;
  padding: 10px 28px;
}
.whyus1{
  padding:10px;
}
.whyus2{
  padding: 1.15rem 2rem 30px;
  border-radius: 22px;
  background: linear-gradient(#851f0b, #d16c26 );
  text-align: center;
}
.whyus2 strong{
  width: fit-content;
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 auto;
  letter-spacing: 1px;
  background: #feefc1;
  padding: 1px 14px;
  border-radius: 33px;
}
.whyus2 p{
  color: #ffffff;
  font-size: 57px;
  font-weight: 600;
}
.whyus2 p span{
  
}
/* end counter section */

/* start awards section  */
.awards{
  padding: 40px 0px 50px 0px;
  position: relative;
  z-index: 9999;
}
.awards:before{
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 30%;
  background: url(../images/bg.webp) no-repeat;
  top: 0;
  opacity: 0.2;
  z-index: -99;
}

.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
.award2 p{
  text-transform: capitalize;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  display: block;
  color: #151515;
  font-size: 20px;
  border-radius: 0 0 15px 15px;
  position: relative;
  padding: 0 0px 0 0px;
  margin: 10px 0 20px;
}
.awards-heading strong{
  font-size: 57px;
  font-weight: 600;
  display: block;
  color: #ff0000;
  background: -webkit-linear-gradient(rgb(144 42 15), rgb(189 19 8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'KaliebLuxuryDemo-Regular';
}
.awards-heading svg{
  height: 70px;
  width: 80px;
  display: block;
  text-align: center;
  fill: red;
  margin: 0 auto;
}
.design-awards{
  align-items: center;
  padding: 0px 0 20px;
}
/* end awards section */

/* start list services section  */

.listservices-section{
  padding: 100px 0;
  position:relative;
  z-index:9;
  background: #fffaeb;
}
.listservices-section:after{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 30%;
  background: url(../images/bg.webp) no-repeat;
  top: -0px;
  opacity: 0.2;
  background-position: left;
  z-index: -9;
}
.listservices-section:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    background: url(../images/bg.webp) no-repeat;
    top: -40px;
    opacity:30%;
    background-position: bottom;
    z-index: -99;
}
.listservices1{
  padding: 10px;
}
.listservices2{
  padding: 30px 30px 30px 30px;
  background: #fff;
  position: relative;
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
}
.listservices2 ul {
  padding: 0 0 0 0px !important;
}
.listservices2 ul li{
  list-style: none;
  padding: 7px 0px 8px 30px;
  font-size: 15px;
  color: #3f3f3f;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
}
.listservices2 ul li:before {
  position: absolute;
  color: #cc6724;
  top: -6px;
  left: 0;
  font-size: 36px;
  content: "\2055";
  font-family: 'Glyphicons Halflings';
}
.listservices2 strong{
  font-size: 26px;
  padding: 0px 0px 8px 0px;
  color: #000000;
  margin: 0px 0 0px 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'KaliebLuxuryDemo-Regular';
}
.listservices2 span{
  position: absolute;
  right: 0px;
  height: 80px;
  width: 80px;
  fill: #ffffff;
  background: linear-gradient(#851f0b, #d16c26 );
  display: block;
  left: auto;
  text-align: center;
  top: 0;
  line-height: 80px;
}
.listservices2 span svg,.listservices2 span svg path{fill:#fff;height: 51px;width:51px;}



/* end list services section  */

/* start top services section */

.topservices-section{
  padding: 80px 0 70px;
  background: #feefc1;
}
.top-services{
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  align-items: center;
  z-index: 9;
  position:relative;
}
.top-services:before{
  content:"";
  height:100%;
  opacity: 10%;
  width:100%;
  top: 0;
  z-index: -9;
  left: -100px;
  position: absolute;
}
.topservices-left1{
  padding: 0 30px 0 0px;
}
.topservices-left2 a{
  color: #ffffff;
  background: linear-gradient(#851f0b, #d16c26 );
  padding: 12px 24px;
  font-weight: 600;
  text-transform:capitalize;
  font-size:17px;
  border-radius: 111px;
  display:inline-block;
}

.topservices-left2 p{
  font-size: 15px;
  margin: 8px 0px 20px;
  color: #000000;
  font-weight: 500;
  line-height:30px;
}

.topservices-left2 strong{
  font-size: 50px;
  display:block;
  color: #a2200c;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'KaliebLuxuryDemo-Regular';
}

.topservices-right1{
  padding: 0 0 00;
}
.topservices-right2{
}
.top-services1{
  padding: 20px 0px 20px 20px;
  z-index:9;
  position:relative;
}
.top-services2{
}
.top-services2 img{

}
.top-services2 p{
  background: linear-gradient(#feefc1, #fffbe9);
  padding: 7px 10px 3px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}
.top-services1:before{
  position:absolute;
  content:"";
  height:100%;
  width:90%;
  left: 0;
  top: 0;
  z-index:-9;
  background: #cd6824;
}
/* end top services section */



/* start testimonials section */

.testimonials{
  position:relative;
  background: #feefc1;
  padding: 79px 0 100px;
}
.testimonials .services-heading strong{
  background: -webkit-linear-gradient(45deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonials .services-heading span{
  color: #ffffff;
  background: linear-gradient(90deg, #e82027 0%, #fd6b03 100%);
  width: fit-content;
  padding: 6px 26px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  text-transform: capitalize;
}
.testimonials1{
  padding: 10px;
}
.testimonials2{
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px #dedede;
  position:relative;
}
.coma span{
  display: block;
  transform: rotate(180deg);
  margin: 0px auto 0 0;
  z-index: 99;
  text-align: left;
  position: absolute;
  opacity: 0.2;
  right: 0;
  bottom: 50px;
}
.coma span .bi{
  height: 5.2rem;
  color: #ffffff;
  width: 5.2rem;
}
.testimonials3{
}
.testimonials3 strong{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
  padding: 3px 0 35px 0px;
  display: block;
  text-align: center;
}
.testimonials3 strong p{
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.testimonials3 strong i{
  color: #ff0;
  margin: -1px 0 0;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.testimonials3 span{
  padding: 0;
  display: block;
  margin: -28px 0 0;
}
.testimonials3 span img{
  border: 6px solid #ffffff;
  border-radius: 50%;
}
.testimonials4 p{
  color: #3e3e3e;
  line-height: 29px;
  font-weight: 500;
  text-align: left;
  padding: 12px 0 0px;
  font-size: 15px;
}
.testimonials4 {
  position: relative;
  border-radius: 10px;
}
.testimonials4 span{
  display: block;
  text-transform: capitalize;
  color: #ab1c0b;
  position: relative;
  font-size: 17px;
  text-align: left;
  font-weight: 600;
}
.testimonials4 span b{
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  right: 12px;
  font-size: 13px;
  padding: 3px 13px;
  font-style: italic;
  border-radius: 20px;
  position: absolute;
  background: -webkit-linear-gradient(rgb(144 42 15), rgb(191 90 32));
}
.star i {
  padding: 0;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 9px 0px 0 auto;
  border-radius: 0 0 60px 60px;
}
.star i b{
  display:inline-block;
  padding: 0 1px;
}
.star i b .bi{
  height: 16px;
  width: 16px;
  fill: #ff9000;
}
.whatsapp-services{
  background: #461159;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-services a{
  display:block;
}
.whatsapp-services img{
  animation: rotation 10s infinite linear;
}
.client {
  padding: 20px 0 0;
}

.other-heading strong{
  font-size: 61px;
  color: #ffffff;
  font-weight: 600;
  display:block;
  position:relative;
  background: -webkit-linear-gradient(rgb(0 0 0), rgb(0 0 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'KaliebLuxuryDemo-Regular';
  text-transform: capitalize;
  border-radius: 22px;
}

.other-heading p{
  color: #fff;
  font-weight: 600;
  background: -webkit-linear-gradient(rgb(179 59 60), rgb(199 91 99));
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 auto;
  border-radius: 50px;
  text-shadow: 0 0 5px #919191;
  width: fit-content;
  padding: 10px 49px;
  position: absolute;
  right: 40px;
  top: 20px;
  background: linear-gradient(#851f0b, #d16c26);
  text-align: center;
}

/* end testimonials section */

/* start footer section */
 
.footer{
  background:linear-gradient(164deg, #eda04e 17%, #bd1308 76%);
  padding: 100px 0 70px;
  position:relative;
  z-index:9;
}
.footer:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index:-9;
  opacity: 11%;
  background:url(../images/mata-background.jpg) no-repeat;
  background-size:cover;
  background-attachment:fixed;
}
.footer-top p{
  text-transform: capitalize;
  font-size: 44px;
  color:#fff;
  font-weight: 700;
}
.footer-links{
  margin: 14px 0 60px;
  padding: 3px 0;
  background: #ffffff;
  border-radius: 40px;
}
.footer-links ul li{
  padding: 8px 17px 8px 17px;
  position: relative;
  list-style: none;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 0px 0;
}
.footer-links ul li a{
  color: #000000;
}
.footer-links ul li a:hover{
  color:#bd1308;
}
.contact-left1{
  padding: 10px;
}
.contact-left1:nth-child(1),.contact-left1:nth-child(3){
  width: 28.333%;
}
.contact-left1:nth-child(2) .contact-left-1 a p b{
  font-size: 20px;
}
.contact-left-1 a{
  display: flex;
  color: #000;
  padding: 30px 16px;
  justify-content: center;
  border: 1px solid #Ffff;
  align-items: center;
  border-radius: 20px;
  box-shadow: inset 0 0 5px #ffffff;
}
.contact-left-1 a span{
  width: 26%;
}
.contact-left-1 a span strong{
  height: 70px;
  width: 70px;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}
.contact-left-1 a span strong img{
  height: 43px;
}
.contact-left-1 a p{
  width: 74%;
  padding: 0 0 0 10px;
}
.contact-left-1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 17px;
  color: #ffffff;
  font-style:normal;
  font-weight: 700;
}
.contact-left-1 a p b{
  font-weight: 600;
  display: block;
  font-size: 22px;
  color: #fff;
}
.footer-contact-design strong{
  color: #601929;
  font-size: 56px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  text-align: right;
}

.disclaimer b{
  display:block;
  color: #fff;
  font-weight: 700;
}
.disclaimer strong{
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
}
.copy p{
  padding: 22px 0 0 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
}
.disclaimer {
  padding: 59px 0 0;
  border-top: 1px solid #ffffff;
  margin: 21px 0 0;
}
/* end footer section */


/* whatsapp chat section start */
.chat-1{
    padding: 6px;
    text-align: center;
 }
.chat-section:after{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 50%;
  background: url(../images/bg.webp) no-repeat;
  top: -0px;
  opacity: 0.2;
  background-position: left;
  z-index: -9;
}
.chat-section:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    background: url(../images/bg.webp) no-repeat;
    top: -40px;
    opacity:30%;
    background-position: bottom;
    z-index: -99;
}
/* whatsapp chat section end */

.serv {
  padding: 130px 0 20px;
  margin: 0 auto;
}
.serv strong{
  font-size: 29px;
  line-height: 60px;
  font-weight: 600;
  color: #000000;
  display: block;
}
.serv strong em{
  color: #ffe000;
  font-style:normal;
}
.serv p{
  color: #494949;
  font-size: 18px;
  padding: 8px 0 10px;
  line-height: 32px;
  font-weight: 500;
}
.serv span{
  background: -webkit-linear-gradient(rgb(144 42 15), rgb(189 19 8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'KaliebLuxuryDemo-Regular';
  font-size: 54px;
  display: block;
  font-weight: 600;
}
.serv span i{
  font-style:normal
}
/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 91%;
  bottom: 45px;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  display:none;
  right: 0;
  padding: 10px 0px;
  border-radius: 60px;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 20%;
}
.contact-icon a{
  display:block;
  text-align: center;
  margin: 0px 0 6px auto;
}
.contact-icon a span{
  display: block;
  height: 45px;
  width: 45px;
  line-height: 35px;
  background: #ff0000;
  outline: 2px solid #ff0000;
  border: 3px solid #ffffff;
  border-radius: 10px;
  top: 3px;
  position: relative;
}
.center-icon a{
}
.center-icon a span{
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  background: #ffffff;
  outline: 0;
  font-size: 21px;
  line-height: 34px;
  border: 1px solid #bdbdbd;
  animation:blk 0.5s infinite ease-in;
}
.center-icon a span b{font-weight: 800;display:block;}
@keyframes blk{
  from{color:#000}
  to{color:transparent};
}
.left-icon a{
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.contact-icon a svg{
   height: 1.5rem;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 1.5rem;
  animation: 0.9s ease-in-out 0s infinite normal none running ring;
}

@keyframes ring {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}
.center-icon a svg path{
  fill: #fff;
}
.center-icon{
  padding: 0;
  text-align: center;
  width: 60%;
}
.right-icon a span{
  margin:0 0 0 auto;
  background: #128213;
  outline: 2px solid #128213;
}
.contact-icon .right-ico-green span{
    background: #128213;
  outline: 2px solid #128213;
}
.text-end .text-class span{
  background: #ff0000;
  outline: 2px solid #ff0000;
}

/*start bread crumb section */

.breadcrumb-section{background: linear-gradient(45deg, #8a3516, #bd1308);padding: 30px 0;}
.bread-crumb-text {
   h1{
      color: rgb(255 255 255);
      font-weight: 700;
      text-transform: uppercase;
      line-height: 58px;
      display: block;
      font-size: 46px;
      padding: 0px 0px 9px;
   }
    h1 a{
      color: rgb(255 255 255);
   }
   .back-home{
       color: #000000;
       text-transform: capitalize;
       font-size: 16px;
       display: block;
       font-weight: 600;
       width: fit-content;
       background: #ffd34e;
       padding: 9px 31px 9px;
       border-radius: 34px;
       margin: 0 auto;
   }
}



/* end bread crumb section*/

/* ===============================================================
           START GET IN TOUCH PAGE CSS 
==================================================================*/ 


.getintouch{
  padding: 40px 0;
  position:relative;
  z-index:9;
}
.getintouch:after{
  content:"";
  position:absolute;
  left:0;
  height: 100%;
  width: 50%;
  background: url(../images/bg.webp) no-repeat;
  top: -0px;
  opacity: 0.2;
  background-position: left;
  z-index: -9;
}
.getintouch:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    background: url(../images/bg.webp) no-repeat;
    top: -40px;
    opacity:30%;
    background-position: bottom;
    z-index: -99;
}
.getin-left1{
  padding: 0 0px 0 0;
  position: relative;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 15px 10px 15px;
}
.contact-get-2 a{
  background: #feefc1;
  display: block;
  padding: 10px 20px 10px;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  
}
.getin-icon{
  position:relative;
}
.getin-icon{
  left: 6px;
  top: 13px;
}
.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  display: block;
  height: 100px;
  width: 100px;
  background: #fff;
  border: 9px solid #bd1308;
  border-radius: 50px;
  line-height: 80px;
  margin: 0 auto;
}
.getin-icon span strong img{height: 60px;}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 27px;
  font-weight: 600;
  display: block;
  border-radius: 50px;
}
.getin-content p{
  color: #000000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 20px 0 0px;
  font-size: 17px;
  font-weight: 700;
}
.contact-get-2:last-child .getin-content strong{
  font-size: 18px;
}
.design-form-round{margin: 0 auto;background: #ffffff;border-radius: 30px;padding: 17px 40px 50px 40px;box-shadow: 4px 2px 6px #dadada;}
.form-design2{text-align: center;}

.heading-form{
  color: #fff;
  text-align: center;
}
.heading-form p{
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
}
.contac-rr {
   padding: 10px 0px 0px;
   margin: 0;
   text-align: left;
}
.form-group1 {
   padding: 0 6px;
   text-align: center;
   margin: 6px 0px 9px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #252525;
   font-weight: 400;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #000000;
}

.form-control1 {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 30px;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 14px;
}
textarea.form-control1 {
  height: 110px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 14px 0 0px 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  background: linear-gradient(90deg, #9a2b12 0%, #ffd75b 100%);
  padding: 11px 35px 11px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  border:0;
  border-radius: 30px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #000000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #000000;
  font-size:14px;
  font-weight:500;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-left1{
  padding: 0px 20px 0 20px;
  margin: 0;
  z-index: 99;
  position: relative;
}
.form-left2{
  padding: 38px 0 60px 0;
  background: #f58b37;
  text-align: left;
}
.form-heading{
  padding: 0px;
  text-align: center;
}
.form-heading strong{
  font-size: 48px;
  color: #bd1308;
  display: block;
  font-family: KaliebLuxuryDemo-Regular;
  line-height: normal;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
}
.form-heading p{
  color: #353535;
  padding: 0px 0 10px;
  font-size: 15px;
  margin: 0;
  line-height: 25px;
  font-weight: 600;
}


/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/





@media (max-width: 767px){
  .head-left1{display:none;}
  .menu li,.right-head{display:block;text-align: left;padding: 0;}
  .head-deign{flex-flow: row-reverse;}
  .services-heading strong {font-size: 36px;}
  .services4  strong{font-size: 18px;}
  .services1{padding:17px 10px;}
  .contact-phone i{font-size:33px;}
  .contact-phone a{width: 100%;padding: 30px 0;}
  .whyus2 {padding: 1.15rem 1rem 30px;}
  .whyus-section1 {padding: 40px 23px;}
  .whyus2 {padding: 1.15rem 1rem 30px;}
  .awards-heading strong{font-size: 36px;}
  .listservices2 {padding: 30px 16px 30px 16px;}
  .listservices2 strong{padding: 0px 40px 8px 0px;font-size: 21px;}
  .emblem-wrap i{ width: 90px;height: 90px;}
  .emblem{height;width: 148px;height: 148px;}
  .contact-phone .design-contact-text b {font-size: 41px;}
  .topservices-left1,.banne-miya{padding:0;}
  .whyus2 strong{letter-spacing:0;font-size: 15px;}
  .award2 p{font-size: 15px;line-height: 22px;}
  .topservices-left2 strong{font-size: 38px;}
  .top-services{padding:20px;}
  .topservices-right1{padding:30px 0 0;}
  .top-services1{padding:10px;}
  .top-services2 p{font-size: 13px;padding: 7px 7px 3px;}
  .other-heading strong{text-align: center;}
  .other-heading p{position:relative;right: 0;margin: 0 auto 20px;}
  .listservices2 span{height: 60px;width: 60px;line-height: 60px;}
  .listservices2 span svg{height:40px;width:40px;}
  .serv span{font-size: 44px;}
  .serv strong{font-size:25px;line-height: normal;}
  .footer-top p{font-size:30px;}
  .footer-links{border-radius:30px;padding: 11px 0;}
  .footer-links ul li{font-size: 14px;padding: 4px 9px 5px 9px;}
  .contact-left-1 a span strong,.contact-left-1 a{display: block;margin: 0 auto;}
  .contact-left1{padding:5px;}
  .contact-left1:nth-child(1), .contact-left1:nth-child(3){width: 100%;}
  .contact-left-1 a p b{font-size: 37px;}
  .contact-left-1 a p{width:100%;padding: 0;text-align: center;}
  .contact-left1:nth-child(2) .contact-left-1 a p b {
    font-size: 22px;}
  .icon-fixed-mobile{display: block;}
  .bread-crumb-text h1{font-size:30px;padding: 0;}
  .design-form-round{padding:20px;}
    
  

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-left1{display:none;}
  .menu li,.right-head{display:block;text-align: left;padding: 0;}
  .head-deign{flex-flow: row-reverse;}
  .services-heading strong {font-size: 36px;}
  .services4  strong{font-size: 18px;}
  .contact-left-1 a,.services1{padding:17px 10px;}
  .contact-phone i{font-size:33px;}
  .contact-left-1 a p,.contact-left-1 a span,.contact-phone a{width: 100%;text-align: center;}
  .whyus2 {padding: 1.15rem 1rem 30px;}
  .whyus-section1 {padding: 40px 30px;}
  .whyus2 {padding: 1.15rem 1rem 30px;}
  .awards-heading strong{font-size:45px;}
  .listservices2 { padding: 30px 20px 30px 20px;}
  .listservices2 strong{padding: 0px 40px 8px 0px;}
  .serv span{font-size: 44px;}
  .serv strong{font-size:25px;}
  .footer-top p{font-size:30px;}
  .footer-links{border-radius:30px;padding: 11px 0;}
  .footer-links ul li{font-size: 14px;padding: 4px 9px 5px 9px;}
  .contact-left-1 a span strong,.contact-left-1 a{display: block;margin: 0 auto;}
  .contact-left1{padding:5px;}
  .contact-left1:nth-child(1), .contact-left1:nth-child(3){width:25%;}
  .contact-left-1 a p b{font-size: 17px;}
  .contact-left-1 a p{width:100%;}

} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-services2 p,.whyus2 strong{letter-spacing:0;font-size: 15px;}
  .whyus-section1 {padding: 40px 30px;}
  .whyus2 {padding: 1.15rem 1rem 30px;}
  .topservices-left2 strong{font-size: 40px;}
  .contact-phone a{width: 65%;}
  .contact-left-1 a p b{font-size: 19px;}
  .contact-left-1 a span strong{height: 50px;width: 50px;line-height: 46px;}
  .contact-left-1 a span strong img{height: 35px;}
  .contact-left-1 a p{padding:0;}
  .contact-left1:nth-child(2) .contact-left-1 a p b{font-size: 16px;}
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .whyus2 strong{letter-spacing:0;}
  .whyus-section1 {padding: 40px 30px;}
}



@media (max-width: 575px) and (min-width: 0px) {
  .services-heading strong{font-size: 24px;}
  .services-heading span{font-size: 15px;padding: 7px 13px 8px 13px;} 
  .serv strong,.contact-phone i{font-size: 23px;}
  .contact-phone .design-contact-text, .contact-phone .design-contact-icon{width:100%;text-align: center;}
  .contact-phone a{display:block;}
  .contact-phone .design-contact-text b{font-size: 33px;}
  .aboutus-heading h1{font-size: 71px;}
  .aboutus-section {padding: 30px 0 90px 0;}
  .contact-aboutus em{font-size: 18px;}
  .contact-aboutus h2, h3, h4, h5, h6{font-size: 15px;}
  .heading-choose strong{font-size: 28px;line-height: normal;}
  .heading-choose p{padding:10px;}
  .whyus1{padding:10px 0;}
  .other-heading strong{font-size: 41px;}
  .right-head{display:none;}
  .top-services1{width:50%;}
  .top-services1:last-child{display:none;}
  .contact-get-2:last-child .getin-content strong,.footer-links ul li{font-size:15px;}
  .serv span,.contact-left-1 a p b{font-size: 31px;}
}
@media (max-width: 420px) and (min-width: 0px) {
  .right-head{display:none;}
  .head-deign{flex-flow: inherit;}
  .top-contact a{font-size: 25px;}
  .top-contact span{font-size:18px;}
  .top-services1{width:100%;}.chat-1{width:100%;}
  .top-services1:last-child{display:block;}
  .contact-left1:nth-child(2) .contact-left-1 a p b{
    font-size: 16px;
}


}   




  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
