@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap');

html{
    padding:0px !important;
    margin:0px !important;
}
body{
  margin:0;
  padding:0;
  color: #e6182b;
  font-family: 'Outfit', sans-serif;
}
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;
}
a, a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
p{margin:0;}

/*linear-gradient(0deg, #e6182b 0%, #ff7200 100%)*/


/* START HEADER SECTION */

/* start top head section */
.tophead-section{
  background:linear-gradient(179deg, #ffdfb3, #ffffff);
  z-index: 9;
}
.tophead-section:before{
  content:"";
  height:100%;
  width:100%;
  top:0;
  left:0;
  margin:0 auto;
  background:url(images/background.jpg) no-repeat;
  position: absolute;
  opacity: 10%;
  background-position: center;
  z-index: -9;
}
.top-contact a{
  font-size: 22px;
  font-weight: 500;
  display: block;
  padding: 13px 0px 14px;
  color: #202020;
  text-transform: capitalize;
}
.top-contact a span{
  background: linear-gradient(to bottom, #e6182b, #ff7200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head-deign{padding-bottom: 10px;}
.head-left1{
  padding: 0;
}
.head-left1 a i{
  background: linear-gradient(to right, rgb(211, 16, 39), rgb(234, 56, 77));
  display: block;
  padding: 0px 18px 0px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  border-radius: 40px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
}
.head-left1 a span{
  display:block;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.head-left1 a img{
    position: absolute;
    height: 44px;
    top: -25px;
    left: 15px;
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}
.head-right a img{
  
left: auto;
  
right: 0;
}
.head-center1{
}
.tophead-section:after{
  content:"";
  position:absolute;
  right: 0;
  height: 100%;
  width: 30%;
  background: url(images/bg.html) no-repeat;
  top: 0px;
  opacity: 0.1;
  background-position: bottom;
  z-index: -99;
}

/* end top head section */
/* start navigation section */

.head-navigation{
  background: #ff9600;
  position: relative;
  padding: 3px 0;
  z-index: 99;
}
.head-navigation:before {
    content: '';
    position: absolute;
    left: -16px;
    height: 89px;
    width: 7%;
    top: -50px;
    transform: skew(66deg);
    background-color: #ff9600;
}
.head-navigation:after {
    content: '';
    position: absolute;
    right: 0px;
    left:auto;
    height: 58px;
    width: 6%;
    top: -50px;
    background-color: #ff960000;
    border-right: 90px solid #ff9600;
    border-left: 43px solid #ff000000;
    border-top: 50px solid #ff000000;
    border-bottom: 40px solid #ff9600;
}
.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: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #000000;
  display: inline-block;
  padding: 4px 20px 5px;
  border-radius: 30px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 30px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 0px;
  margin: 0;
  margin-left: 0px;
  padding-left: 0px;
  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: #ffffff;
  color: #c50f24;
}
.menu li a.active-1 {
  background: #ffffff;
  color: #c50f24;
}

.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: #fff;
  box-shadow: 0 0 7px #d9d9d9;
  z-index: 999;
  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: 7px 10px 7px 20px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #ffc39300;
}
.dropdown-menu ul li:hover a{
  color:#000000;
}
.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 fixed head css */

.fixed-top {
  position: fixed;
  top: 0;
  padding: 0px 0 0;
  right: 0;
  left: 0;
  margin:0 auto;
  z-index: 1030;
  height: auto;
}
#navbar_top .row{
  justify-content: center;
  align-items: center;
}
.head-hide-image1{
  display: none;
  padding: 0 0 7px;
  width: 26%;
  text-align: center;
}
.fixed-top .head-hide-image1{
  display: inline-block;
  background: #fff;
}
.head-hide-image1 img{
  height: 63px;
}
.fixed-top .navigation{
  width: 74%;
  margin: -1px;
}
.fixed-top:before{display:none;}
.fixed-top:after{display:none;}
/* end fixed head css */





/* start slider section  */


.slider img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION */

/* start about us section */

.aboutus-section{
  position: relative;
  padding: 100px 0;
  z-index: 99;
}
.chat-online{
  position:absolute;
  right: 20px;
  top: -60px;
  height: 210px;
  width: 210px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.chat-online a{
  display:block;
  margin:10px 0 0 0;
}


.aboutus-left1{
  padding: 10px 0px 0px 0px;
}
.heading-about p{
  font-size: 18px;
  padding: 4px 21px 5px 21px;
  text-transform: capitalize;
  font-weight: 500;
  width: fit-content;
  color: #000000;
  background: #ff9600;
  border-radius: 30px;
}
.heading-about h1{
  font-size: 70px;
  font-weight: 700;
  font-style: italic;
  color: #dc2430;
  text-transform: capitalize;
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Display", serif;
}
.heading-about h1 a{
  color: #dc2430;
}
.content-aboutus p{
  color: #515151;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.content-aboutus p strong{
  font-weight: 600;
  color: #363636;
}

.list-left1{
  padding: 0;
}
.list-design:before{
  content:"";
  position:absolute;
  height:100%;
  width: 140%;
  left: -110px;
  z-index: -9;
  background:#ffb176;
}
.list-design{
  padding: 0px 20px 0px 0px;
  background: #ffb176;
}

.list-design ul{
  padding: 17px 0 10px;
  margin:0;
  border-right: 1px solid #de182b;
  list-style: none;
}
.list-design ul li{
  margin: 16px 0 0;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: capitalize;
  position:relative;
  text-align: right;
  display: block;
  padding: 20px 35px 21px 0;
}
.list-design ul li:last-child{
  border:0;     
}
.list-design ul li:hover a{
  color: #cd0014;
}

.list-design ul li a{
   display:block;
   color: #000;
}
.list-right1{
  padding: 0 0 0 30px;
  margin: -140px 0 0 0;
}
.list-design ul li:before{
  height: 50px;
  width: 27px;
  border-radius: 40px 0 0 40px;
  content:"";
  background:#fff;
  left: auto;
  right:0;
  top:0;
  position: absolute;
}
.list-design ul li:after{
  height: 34px;
  width: 34px;
  content:"";
  left: auto;
  right: -14px;
  top: 8px;
  position: absolute;
  background: url(images/icon.html) no-repeat;
}
.whatsapp-icon1 img{
      animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {transform: translatey(0px);}
  50% {transform: translatey(-15px);}
  100% {transform: translatey(0px);}
}

.whatsapp{
  display: block;
  text-align: center;
}
.whatsapp span{
  text-transform: capitalize;
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 500;
}

.whatsapp p{
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 600;
}
.banner-love{
  padding: 10px 0 0 10px;
}
.banner-love img{
  margin: 0 0 16px;
}
.banner-love ul li{
  font-size: 18px;
  list-style:none;
  position:relative;
  background: #ae0c1f;
  text-align: left;
  border-radius: 5px;
  margin:10px 0 0;
  padding: 11px 23px 11px 40px;
  color:#fff;
  text-transform: capitalize;
}
.banner-love li a{
  color:#fff;
  display: block;
}
.banner-love ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 12px;
  top: 15px;
  animation: blkk .4s infinite ease-in;
}

@keyframes blkk {
    50% {
        background: #ffb9cc
    }

    100% {
        background: #fff
    }
}

.aboutus-right1{
  padding: 40px 0 0 50px;
  position: relative;
  overflow: hidden;
}
.form-design2{
  border-radius: 30px;
  margin: 0;
}
.form-design1{
  padding: 0 30px 0 0px;
  margin: -110px 0 0;
} 
.getin-form {
   padding: 30px 25px 30px 25px;
   background: #ff9600;
   border-radius: 15px;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.contac-rr {
  padding: 0px 0 0px 0;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 9px 10px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
}
.form-control1 {
  height: 46px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 17px;
  display: block;
  width: 100%;
  padding: 8px 14px 17px 14px;
  font-size: 16px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 70px;
}
.btn-group{
  padding: 18px 10px 0;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.btn-group>.btn{
  background: #000000;
  padding: 11px 29px 11px;
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  width: 100%;
  font-weight: 400;
  border:0;
  border-radius: 30px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #525252;
  padding-left:10px;
  font-size:15px;
  font-weight:400;
}
: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-heading strong{
  border-radius: 10px;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}
.form-heading p{
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin: 0px auto;
  background: #ff9600;
  width: fit-content;
  padding: 0 14px;
}
.shiv .round{
    position: absolute;
    right: -0%;
    left: 0;
    top: -13px;
    margin: 0 auto;
    z-index: -9;
    -webkit-animation: round 18s linear infinite;
}
@keyframes round{
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
}
}
/* end about us section */

.list{
  padding:30px 0;
}
.list ul li{
  font-size: 23px;
  list-style: none;
  position: relative;
  background: #ae0c1f;
  text-align: left;
  border-radius: 5px;
  margin: 9px 18px 0;
  display:inline-block;
  width: 46%;
  padding: 11px 23px 11px 40px;
  color: #fff;
  text-transform: capitalize;
}
.list ul li a{
  color:#fff;
}
.list ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 12px;
  top: 18px;
  animation: blkk .4s infinite ease-in;
}

/* start services section  */
.services-section{
  background:#ff9600;
}
.services-heading{
  position:relative;
}
.services-heading strong{
  font-size: 59px;
  display: block;
  font-weight: 600;
  color: #dc2430;
  text-transform: capitalize;
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Display", serif;
  position:relative;
}
.services-heading p{
  color: #000000;
  font-size: 16px;
  line-height: 32px;
}
.services-heading span{
  font-size: 19px;
  padding: 5px 19px 5px 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
  width: fit-content;
  position:relative;
  background: #ffffff;
  display: inline-block;
}
.servs{
  border: 10px solid;
  border-top: 0;
  margin: 60px 0 0px;
  border-radius: 0 0px 30px 30px;
  padding: 0 0 20px;
}
.services1{
  padding: 16px 20px;
  position:relative;
}
.services1:before{
  position: absolute;
  content:"";
  background: #e6182b;
  height:100%;
  width:1px;
  right:0;
  top:0;
}
.services1:last-child:before{display:none;}
.services2{
  background: #ff9600;
}
.services3{
  padding: 0 20px;
}
.services-3 img{
  border-radius: 50%;
  border: 13px solid;
}
.services4{
  background: #ff9600;
  padding: 0 0px;
  border-radius: 0 0 30px 30px;
}
.services4 strong{
  text-transform:uppercase;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  color: #151515;
  font-size: 20px;
  padding: 14px 0 0;
}
.services4 p{
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 0px 0;
}
.services4 a{
  background: #c20e24;
  color: #ffffff;
  margin: 10px 0 0px;
  padding: 7px 16px 6px;
  border-radius: 11px;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  display: block;
  margin: -14px 0px 0 0px;
  font-size: 60px;
}
.owl-nav{
  line-height: 50px;
  top: -90px;
  border-radius: 10px;
  margin: 0px auto 0;
  
  
   0; */
  display: block !important;
  position: absolute;
  right: 0px;
  left: 0;
}
 .owl-next{
  top: 20px;

}
.owl-prev{
  top:20px;
}
.owl-carousel .owl-item img{
  margin: 0 auto;
  width: 90%;
}

.owl-nav{
  position:relative;
  color: #000000;
  top: -64%;
  font-size: 30px;
}
.owl-prev {
  font-size: 30px;
  color: #ffffff !important;
  top: 0;
  height: 41px;
  width: 41px;
  background: #d31027 !important;
  position:absolute;
  left:0;
  border-radius: 80px;
}
.owl-next{
  font-size: 30px;
  color: #ffffff !important;
  top: 0;
  height: 41px;
  width: 41px;
  background: #d31027 !important;
  position:absolute;
  right: 0;
  border-radius: 80px;
}
.owl-dots{display:none;}
/* end services section  */


/* start why choose us section */

.whychooseus-section{
  padding: 80px 0 60px;
  position: relative;
}
.whychooseus-section:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 16%;
  left: 0;
  top: 0;
  background: #ff9600;
  z-index: -9;
}
.contact-phone{
  padding: 20px 0 50px;
}
.contact-phone a{
  background: linear-gradient(to right, rgb(211, 16, 39), rgb(234, 56, 77));
  box-shadow: 0 0 15px #ffa35d61;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-today{
  width:50%;
  padding: 0 0 70px 0;
  margin: 0 auto;
}
.design-contact-icon{
  width: 30%;
}
.contact-phone a .design-contact-icon span{
  height: 90px;
  width: 90px;
  line-height: 127px;
  color: #ff9600;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  text-align: center;
}
.contact-phone a .design-contact-icon span .bi{
  height: 50px;
  width: 50px;
}
.design-contact-text{
  width: 70%;
}
.contact-phone .design-contact-text p{
  padding: 0 0 0 0px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.contact-phone .design-contact-text b{
  padding: 0 0 0 0px;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  animation: blk 0.4s infinite ease-in;
}
@keyframes blk{
  50%{color:#ffffff;}
  100%{color:#ff9600;}
}
.choose-heading strong{
  font-size: 63px;
  display: block;
  font-weight: 600;
  color: #dc2430;
  font-style: italic;
  text-transform: capitalize;
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Display", serif;
  position: relative;
}

.choose-heading span{
    font-size: 18px;
    padding: 4px 21px 5px 21px;
    text-transform: capitalize;
    font-weight: 500;
    width: fit-content;
    color: #000000;
    background: #ff9600;
    border-radius: 30px;
}
.choose-heading p{
  color: #000000;
  font-size: 17px;
  line-height: 34px;
  padding: 10px 0 0;
}
.choose-1{
  padding: 10px;
}
.choose-3{
  background: #e6182b;
  padding: 30px 10px;
  position: relative;
  z-index: 9;
}
.choose-3:before{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/bg.html) no-repeat;
  top: 0px;
  background-position: center;
  z-index: -9;
  opacity: 0.3;
}
.choose-3 strong{
  font-size: 20px;
  font-family: 'Oswald',sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.choose-4{
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  position: relative;
  text-align: center;
  z-index: 9;
}
.choose-4 span{
  border-radius: 50%;
  height: 120px;
  width: 120px;
  background: #ffffff;
  line-height: 100px;
  text-align: center;
  display: block;
  margin: 0px auto 0px;
  z-index: 9;
  position: relative;
}
.choose-4 span:before{
    content: '';
    position: absolute;
    width: 146px;
    height: 146px;
    border-radius: 73px;
    box-shadow: inset 0px 5px 5px rgb(185 25 42 / 75%);
    border: 20px solid #e6182b;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    z-index: -9;
}
.choose-4 span img{
  height: 82px;
}
.choose-4 p{
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 24px 50px;
}
/* end why choose us section*/


/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  padding: 50px 0 100px;
}
.testimonials:before{
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    background: url(images/bg.html) no-repeat;
    top: 0;
    opacity: 0.2;
    z-index: -99;
}
.testimonials .services-heading span{
   background: #ff9600;
}
.testimonials1{
  padding: 20px;
}
.testimonials2{
  padding: 32px 27px 29px;
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  position: relative;
  border-radius: 10px;
}
.testimonials3{
}
.testimonials3 strong{
  text-align: left;
}
.testimonials3 strong p{font-size: 22px;text-transform: capitalize;color: #ffffff;font-weight: 500;}
.testimonials3 strong i{
  color: #ff9600;
  font-weight: 700;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
}
.testimonials3 span{
  width: 25%;
}
.testimonials3 span img{
  border: 2px solid;
  border-radius: 4px;
}
.testimonials4 p{
  color: #ffffff;
  font-weight: 400;
  padding: 7px 0 0;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}
.testimonials4 {
  position: relative;
}
.testimonials4 span{
  display: block;
  padding: 8px 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: -100px;
  right: -20px;
  transform: rotate(180deg);
}
.testimonials4 span .bi{
  height: 95px;
  color: #ff9600;
  width: 95px;
}
.testimonials4 i {
  color: #ffa800;
  padding: 2px 10px 3px;
  display: block;
  text-align: right;
  width: fit-content;
  background: #ffffff;
  margin: 8px 0 0 auto;
}
.testimonials4 i svg{
  margin: 0 2px;
  height: 16px;
  width: 16px;
}
/* end testimonials section */



/* start footer section */

.footer-section{
  background: linear-gradient(to top, #ffa11b 2%, #ff9600 70%);
  padding: 100px 0 0;
}
.footer-design{
  background: #fff;
}
.footer-left1{
  padding: 0 0px 0 0px;
}
.footer-contact1{
  padding: 0px 20px 20px;
}
.footer-contact2{
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.footer-contact2 a{
  display: block;
}
.footer-contact2 span{
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0px auto -0px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 9px solid #f81c36;
}
.footer-contact2 span img{

height: 70px;
}
.footer-contact2 p{
  padding: 0px 0 0;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.footer-contact2 i{
  font-style: normal;
  text-transform: capitalize;
  font-size: 21px;
  display: block;
  padding: 14px 0 0;
  font-weight: 600;
  color: #ff9600;
}
.footer-location{

}
.footer-location iframe{
  height: 412px;
  vertical-align: bottom;
}
.footer-location span{
  font-size: 19px;
  border: 2px solid #e92127;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  position: absolute;
  left: 0;
  font-weight: 600;
  bottom: 30px;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.location p{
  height: 120px;
  width: 120px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #e92127;
  animation: zoom-in-zoom-out 1s ease infinite;
  position: absolute;
  top: -60px;
  right: -33px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.location p img{

}
.footer-right1{
  padding: 0 0px 0 0px;
}
.disclaimer b{
  display:block;
  color: #ffffff;
  font-weight: 500;
}
.disclaimer strong{
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #000000;
}
.copy p{
  padding: 23px 0 40px 0;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
}
.disclaimer {
  padding: 15px 15px 8px;
  margin: 0px 0 0;
  background: #ffa019;
}
/* end footer section */

/* start bread crumb section  */

.breadcrumb-section{
  background:linear-gradient(179deg, #ffdfb3, #ffffff);
  z-index: 9;
  position: relative;
  padding: 30px 0;
}
.breadcrumb-section:before{
  content:"";
  height:100%;
  width:100%;
  top:0;
  left:0;
  margin:0 auto;
  background:url(images/background.jpg) no-repeat;
  position: absolute;
  opacity: 10%;
  background-position: center;
  z-index: -9;
}
.first-item {
  font-size: 46px;
  text-transform: capitalize;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  padding: 0 0 9px 0;
  font-style: italic;
}
.first-item a {
  color: #d31027;
  display: block;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background: #ffa200;
  margin: 0;
  padding: 5px 30px 3px;
  text-transform: capitalize;
}
/* end bread crumb section  */

/* ===============================================================
           START GET IN TOUCH PAGE CSS 
==================================================================*/ 

.get-in-touch{
  padding-bottom:60px;
}
.contact-get-1{
  padding: 15px 9px;
}
.getin-right1{padding-left: 40px;}
.contact-get-2{
  padding: 0 0px;
}
.image-choose1{
  position:relative;
}

.image-choose1 span{
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 15px solid;
  background: #fff;
  margin: 0 auto 10px;
  border-radius: 50%;
  position:relative;
}

.image-choose1 span strong{
  height: 100px;
  padding: 0px 0 0;
  width: 100px;
  display: block;
  line-height: 100px;
  margin: 0vmax auto 0px;
  background: #ffffff;
  border-radius: 50%;
}
.image-choose1 span strong img{
    height: 65px;
}
.content-choose1{
  padding: 10px 20px 10px 19px;
  background: linear-gradient(to top, #d31027 32%, #950a1a 60%);
  z-index: 9;
  position: relative;
}
.content-choose1 strong{
  color: #ffffff;
  font-size: 33px;
  font-weight: 500;
  display: block;
  border-radius: 50px;
}
.content-choose1 p{
  color: #303030;
  line-height: 28px;
  padding: 13px 0 0px;
  font-size: 15px;
}
.getin-left2{
}
.map iframe{
  height: 190px;
}
.map span{
  font-size: 19px;
  border: 2px solid #e92127;
  color: #000000;
  background: #ffffff;
  display:block;
  padding: 10px 20px 10px 20px;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 20px;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/


/*===============================================================
             START INNRE PAGE CSS 
=================================================================*/

.maincontent-right2{
}
.maincontent-left1{
  padding-right:30px;
}
.main_content p{
  color: #484848;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.main_content p strong{
  font-weight: 600;
  color: #e6182b;
}
.main_content ul{
  padding: 10px 0 20px;
  margin: 0;
  list-style: none;
}
.main_content ul li{
  font-size: 16px;
  box-shadow: 0 0 6px #00000029;
  font-weight: 400;
  background: #ac0c1f;
  padding: 13px 14px 14px 50px;
  position: relative;
  display: block;
  color: #ffffff;
  margin: 13px 0px 0;
  border-radius: 8px;
}
.main_content ul li:before{
content: "";
    position: absolute;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: 12px;
    top: 15px;
    animation: blkk .4s infinite ease-in;
}
.main_content h2,h3,h4,h5,h6{
    border-radius: 10px;
    line-height: 33px;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 10px 7px 19px;
    margin: 20px 0 10px;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    background: linear-gradient(#d31027 32%, #950a1a 60%);
}

.main_content h2,h3,h4,h5,h6,strong{
  color: #ffffff;
}
.list-inner-page .list-design:before{
  display:none;
}
.list-inner-page{
  padding:20px 0 0 ;
}
.banner-bottom1{
  padding: 10px;
}
.banner-bottom1 img{
  border:3px solid;
}
.content-design{
  padding:20px;
  background: #fff1dd;
}
.about-co{
  padding: 0 20px 0 0px;
}
.banner-love-about{
  
padding: 10px;
}




/*===============================================================
             END INNRE PAGE CSS 
=================================================================*/




.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 50px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 48px;
  border-radius: 50%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}











@media (max-width: 767px){
  body{text-align: center;}
  .head-left1{display:none;}
  .right-head{display:block;}
  .head-left1 a img{display:none;}
  .top-contact a span{display:none;}
  .top-contact a{font-size: 17px;}
  .head-left1 a i{padding: 0px 28px;}
  .fixed-top .navbar {margin: -56px 0 0 0;}
  .fixed-top .navigation{width:100%;}
  .fixed-top .head-hide-image1{width: 42%;text-align: center;}
  .navigation {padding: 0px 0 0px;}
  .nav_bar{padding-top:10px !important;}
  .menu li a {padding: 4px 17px 4px;}
  .menu li a.active-1{background:transparent;}
  .menu li{display:block;padding: 5px 0;text-align: left;}
  .fixed-top .menu{padding: 30px 0 0;}
  .navbar-collapse.in{overflow-y: visible;}
  .dropdown-menu {display: none;margin-top: 0;}
  .dropdown:hover .dropdown-menu{display: none;}
  .open>.dropdown-menu {display: block !important;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-toggle::after{display:none;}
  .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .aboutus-right1 {padding: 60px 0 0px 0px;}
  .list-design:before{left: 0px;width: 100%;}
  .list-design ul li:before{left: 0px;border-radius: 0px 40px 40px 0px;}
  .services-heading strong{font-size: 40px;}
  .services1 {padding: 16px 10px;}
  .getin-form {padding: 30px 20px 30px;}
  .list-design ul{border-left: 1px solid #de182b;border-right: 0;}
  .list-design {padding: 0px 0px 0px 17px;}
  .list-design ul li:after{right:auto;left: -12px;}
  .list-design ul li{padding: 17px 10px 17px 40px;text-align: left;font-size: 16px;}
  .heading-about h1{font-size: 50px;}
  .whatsapp-icon1 img{height:200px;}
  .aboutus-section{padding: 50px 0 20px !important;}
  .choose-heading strong {font-size: 50px;}
  .services-heading p {padding: 0 0% 0 0px;}
  .services-heading p{padding:0;}
  .contact-phone a{width:100%;display: block;text-align: center;}
  .phone-today{width:100%;padding: 0 0 60px;}
  .design-contact-text{width:100%;}
  .design-contact-icon{width:100%;}
  .footer-left1 {padding: 0 15px 0 15px;}
  .footer-section{padding: 30px 0 0;}
  .footer-contact1 {padding: 20px 5px;}
  .location p{height:90px;width:90px;line-height: 70px;right: auto;top: 130px;}
  .location p img{height:50px;}
  .testimonials2 {padding: 32px 20px 29px;}
  .getin-right1 {padding: 0 18px;}
  .getin-left2 {padding: 20px;}
  .maincontent-left1{padding: 0 10px 30px;}
  .main_content h2, h3, h4, h5, h6{font-size: 19px;line-height: 27px;padding: 8px 10px 8px 13px;}
  .about-content{padding-left: 0px;padding-right: 0px;}
  .maincontent-right2 {padding: 10px;}
  .maincontent-right1{padding:0 25px;}
  .chat-online {height: 110px;width: 110px;top: -40px;}
  .chat-online img{height: 90px;margin: -5px 0 0;}
  .form-group1 { padding: 9px 0px;}
  .services4 strong{font-size: 16px;}
  .owl-next{height: 30px; width: 30px;}
  .owl-prev{height: 30px;width: 30px;}
  .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{font-size: 40px;}
  .testimonials1 { padding: 10px;}
  .testimonials3 strong p{font-size: 19px;}
  .head-navigation:after{display:none;}
  .head-navigation:before{display:none;}
  .head-left1 a span{display:none;}
  .head-center1 img{height: 80px;}
  .footer-design{flex-flow: column-reverse;}
  .whychooseus-section {padding: 0px 0 40px;}
  .head-navigation{padding:0;}
  .banner-love{padding: 60px 0 0px !important;}
  
   .fix{display:block;}

  




  
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-left1{display:none;}
  .right-head{display:block;}
  .head-left1 a img{display:none;}
  .menu li{display:block;padding: 5px 0;text-align: left;}
  .fixed-top .navbar {margin: -65px 0 0 0;}
  .fixed-top .navigation{width:100%;}
  .fixed-top .head-hide-image1{width: 35%;text-align: center;}
  .fixed-top .menu{padding: 22px 0 0;}
  .aboutus-right1 {padding: 16px 0 0px 0px;}
  .list-design:before{left: -140px;}
  .whatsapp-icon{padding-left: 30px;}
  .services-heading p{padding:0;}
  .contact-phone a{width:100%;}
  .footer-left1 {padding: 0 20px 0 20px;}
  .getin-right1 {padding-left: 0px;}
  .maincontent-left1{padding:0 0 30px;}
  .list-inner-page{padding:0 0px 0 15px;}
  .top-contact a{font-size: 18px;}
  .head-navigation:before{width: 12%;}
  .aboutus-section { padding: 100px 0 40px;}
  .services-heading strong{font-size:45px;}
  .head-hide-image1 img { height: 63px;}
  .footer-design{flex-flow: column-reverse;}
  .phone-today{width:100%;padding: 0 0 60px;}

  
  

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .list-design ul li{font-size:15px;}
  .whatsapp p {font-size: 35px;}
  .getin-form {padding: 20px;}
  .form-heading p{font-size:16px;}
  .footer-contact1 {padding: 10px;}
  .getin-right1 {padding-left: 20px;}
  .image-choose1 {width: 30%;}
  .content-choose1{width: 70%;}
  .image-choose1 span{height: 110px;width: 110px;border: 5px solid;}
  .head-left1{padding: 0 20px 0 0;}
  .head-right{padding: 0 0px 0 20px;}
  .heading-about h1{font-size:60px;}
  .location p{right:0;}
  .phone-today{width:60%;padding: 0 0 60px;}
  


  
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
 

}

@media (max-width: 575px) and (min-width: 0px) {
  .fixed-top .head-hide-image1{/* width:50%; */}
  .services-heading strong{font-size: 35px;}
  .list-design ul li{padding: 17px 10px 17px 40px;text-align: left;font-size: 16px;}
  .whatsapp p{font-size:30px;}
  .getin-form {padding: 30px 10px 30px;}
  .form-heading p{font-size: 15px;}
  .form-heading strong{font-size: 30px;font-weight: 500;}
  .heading-about h1 {font-size: 35px;}
  .heading-about p {font-size: 14px;}
  .shiv .round{top: -14px;height: 262px;}
  .shiv .god{height: 230px;}
  .services-heading span{font-size: 14px;padding: 5px 10px 5px 10px;}
   .footer-location span{padding: 8px 6px 7px 6px;border-radius: 0;font-size: 13px;}
   .copy p{font-size:13px;}
  .first-item {font-size: 35px;}
  .image-choose1{width:100%;}
  .content-choose1{width:100%;}
  .contact-get-2{text-align: center;padding: 20px 0 0;display:block;}
  .image-choose1 span{display:block;border: 4px solid;margin:0 auto;width: 110px;height: 110px;}
  .content-choose1 strong{font-size: 15px;text-align: center;}
  .image-choose1:before{display:none;}
  .testimonials1 {padding: 10px 0;}
  .choose-heading strong {font-size: 40px;}
  .contact-phone .design-contact-text b {font-size: 37px;}
  .footer-contact1 {padding: 5px 0px;}
  .chat-online {height: 80px;width: 80px;top: -50px;}
  .chat-online img{height: 64px;margin: -5px 0 0;}
  .top-contact a{font-size: 14px;padding: 10px 0px 10px;}
  
}
@media (max-width: 420px) and (min-width: 0px) {
  .head-hide-image1 img{height: 54px;}
  .fixed-top {height: auto;}
  .fixed-top .navbar {margin: -55px 0 0 0;}
  .fixed-top .head-hide-image1{width: 62%;}

  
  


}   