about@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body{
  margin:0;
  padding:0;
  color: #222;
  font-family: "Asap", 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;
}
.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%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}


ul{
  margin:0px;
  padding:0px;
}
li{
  margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}

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


/* START HEADER SECTION */

/* start head section */
.head-section {
    z-index: 99;
    background: #fff;
}
.head-section3{
   padding: 0 25px;
   border-top: 1px solid #c2c2c2;
   border-bottom: 1px solid #c2c2c2;
}
.mobile-top-num{

display: none;
}
.mobile-top-num a{
    color: #000000;
    font-weight: 700;
    display: block;
    font-size: 42px;
    text-align: center;
}
.top-book a{
    color: #ffffff;
    padding: 5px 15px 7px;
    display: block;
    font-size: 19px;
    background: linear-gradient(90deg, #671309 0%, #e94400 100%);
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.top-book a .bi{

width: 26px;

height: 22px;
}
.header-background{
  z-index: 9;
  padding: 0;
  position: relative;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
}

.head-left1{
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
.head-row{
  justify-content: space-between;
  align-items: center;
}
.head-left1 a{
  display: block;
}
.head-left1 a p{
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
  padding: 0 0 5px;
}
.head-left1 a b{
  color: #ffffff;
  font-weight: 600;
  padding: 4px 20px 4px;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  border: 1px solid #e8440024;
  text-align: center;
  border-radius: 0;
  background: #e64301;
} 

.head-left1 a p i{
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  transform: translateY(10px);
  position: relative;
  width: 51px;
  height: 46px;
  line-height: 55px;
} 

.head-left1 a p i .bi{
  color: #e64301;
  width: 30px;
  height: 30px;
} 

.head-center1{
  text-align: center;
}
.head-center1 img{
    width: 315px;
}
.head-right1{
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  text-align: right;
}
.head-right1 span{
  display: block;
  position: relative;
  background: linear-gradient(45deg, #45c654, #1dad2e);
  text-align: center;
  border-radius: 40px;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.head-right1 span .bi{
  width: 30px;
  height: 54px;
  fill: #fff;
}
.head-right1 a{
  display: block;
  width: 80%;
  padding: 0 10px 0 0;
}
.head-right1 a p{
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
}
.head-right1 a b{
  color: #b33004;
  font-weight: 800;
  display: block;
  font-size: 34px;
} 
/* end head section */

/* start navigation section */

.navigation{
  position:relative;
  text-align: left;
}
.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 auto !important;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 25px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li .nav-link{
  color: #333333 !important;
  display: inline-block;
  transition: 0.1s ease-in;
  padding: 0;
}
.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  border-radius: 50px;
  width: 45px;
  height: 45px;
  background: #e3420017;
  display: inline-block;
  transition: all 0.2s ease-in;
  text-align: center;
  border: 0;
  line-height: 0;
  margin-left: 0;
  padding: 0 3px 4px;
  right: 10px;
  position: absolute;
  top: -97px;
}

.toggle-design{
  height: 2px;
  width: 70%;
  background: #a12a05;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.menu li:hover .nav-link{
  color: #e24200 !important;
}
.menu li a.active-1 {
  background: #ffffff;
  color: #fa222c;
}

.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: white;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
  transform: translateY(19px);
}
.dropdown:hover .dropdown-menu{
  display:block;
  transform: translateY(0px);
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul .dropdown-item a{
  display:block !important;
  color: #161616 !important;
  font-size: 17px !important;
  background: #c0203c00 !important;
  border: 0;
  padding: 10px 15px 11px !important;
  border-radius: initial !important;
  transition: .5s !important;
}
.dropdown-menu .dropdown-item{
  display:block;
  padding: 0;
  text-align: left;
  color: #000 !important;
  margin: 0;
  background: #ffffff00;
}
.dropdown-menu li a {
    display: block;
    color: #161616 !important;
    font-size: 17px;
    background: #c0203c00;
    border: 0;
    padding: 10px 15px 11px;
    border-radius: initial;
    transition: .5s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#fff;
    background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
    transition: .5s;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #ffffff;
}
.dropdown-menu ul li:hover{
  background: transparent;
}
.dropdown-menu ul li:last-child{
  padding-bottom: 0;
}
.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;
}

.fixed-top .menu li a {
  color: #ffc82a;
}
.fixed-top .menu li {font-size: 16px; color: #fff;font-weight: 400;}
.fixed-top .menu li a:hover {color: #870026;}
.fixed-top .dropdown-menu ul li a{
    color:#000;
}


/* end navigation section*/

/* start fixed head css */
#navbar_top .mobile{
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
.head-hide-image1{
  display: none;
  text-align: left;
}
/* end fixed head css */






/* start slider section  */
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
}

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

/* end slider section  */

/* END HEADER SECTION*/


/* about us section start */

.heading-about p{
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
}
.heading-about h1, .heading-about strong{
  font-size: 51px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Oswald", serif;
  position: relative;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-about h1 a{
  color: #222;
}
.aboutus-design{padding: 12px;}
.content-aboutus p{
  color: #484848;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
}
.about-inner-content p{
  padding: 8px 0;
}
.content-aboutus p strong{
  font-weight: 500;
  color: #222;
}
.content-aboutus ul{
   padding: 10px 0;
}
.content-aboutus ul li{
  line-height: 23px;
  font-size: 16px;
  padding: 6px 20px 9px;
  color: #ffffff;
  position:relative;
  font-weight: 500;
  margin: 6px 5px 6px 0;
  display: inline-block;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  border-radius: 50px;
}
/* about us section end */

/* services section start */
.services-section1{
  border: 1px solid #821d07;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 7px #9e280554;
}
.services-left{
   padding: 35px 35px 20px;
   border-right: 1px solid #821d07;
}
.heading-content p {
    color: #484848;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    padding: 8px 0 0;
}
.serivces1{
  padding: 0 12px;
}
.serivces2{
    padding: 20px 15px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(90deg, #671309 0%, #e94400 100%);
}
.text-box p{
    padding: 0px 0px 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.text-box strong {
    font-size: 25px;
    text-transform: capitalize;
    color: #000000;
    padding: 4px 18px 6px;
    font-family: "Oswald", serif;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    margin: 0 0 -10px;
    position: relative;
    border-radius: 12px;
}
.ser-btn ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: -20px 0 0;
}
.ser-btn ul li a {
    display: block;
    background: #6d1509;
    color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 57px;
}
.ser-btn ul li:nth-child(1) a {
    background: #059f00;
}
.ser-btn ul li a .bi {
    width: 22px;
    height: 22px;
}
.img-box img{
  border-radius: 25px;
  width: 100%;
}
.img-box:before {
    content: '';
    width: 100px;
    height: 65%;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
}
.owl-theme .owl-controls .owl-buttons div{
  color: #000025;
  font-size:17px;
  border-radius: 0;
  font-weight: 700;
  opacity:1;
  text-transform: capitalize;
  background: linear-gradient(to left, #ffcc33, #ff9900);
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 13px 25px rgb(0 0 0 / 5%);
  box-shadow: 0px 13px 25px rgb(0 0 0 / 5%);
  width: 60px;
  height: 60px;
  line-height: 51px;
  text-align: center;
  color: #141a4f;
  background: #141a4f1f;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  position:absolute;
  left:0;
  margin: 0px 0 0;
  top: 40%;
  color: #000000;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 15px;
  height: 35px;
  line-height: 30px;
  width: 45px;
  font-weight: 500;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  position:absolute;
  right:0;
  margin: 0;
  top: 40%;
  color: #000000;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 15px;
  height: 35px;
  line-height: 30px;
  width: 45px;
  font-weight: 500;
}
.services-right{
   padding: 0 12px 0 0;
}
.getin-form {
   padding: 0 25px 105px;
   text-align: center;
}
.contac-rr {
  padding: 22px 0 0;
  text-align: left;
}
.form-group1 {
   padding: 9px 10px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
.form-control1 {
  height: 46px;
  background-color: #e342001c;
  border: 0px solid #821d07;
  border-radius: 30px;
  display: block;
  width: 100%;
  padding: 15px 15px 16px 50px;
  font-size: 15px;
  font-weight: 400;
}
.form-group1 i{
  background: linear-gradient(185deg, #671309 0%, #e94400 100%);
  width: 38px;
  height: 38px;
  line-height: 42px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
}
.form-group1 i .bi{
  height: 18px;
  width: 18px;
  color: #fff;
}
textarea.form-control1 {
  height: 160px;
  padding: 15px;
}
.btn-group{
  padding: 18px 10px 0;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.btn-group>.btn{
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  padding: 8px 29px 8px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  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: #545454;
  font-size:14px;
  font-weight:400;
  padding: 15px 15px 16px 0px;
}
/*: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 span{
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
  background: linear-gradient(185deg, #671309 0%, #e94400 100%);
  padding: 2px 30px 4px;
}
.form-heading strong{
  font-family: "Oswald", serif;
  font-size: 33px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #000000;
  padding: 2px 0 0;
}
.form-heading p{
  color: #484848;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 23px;
}
/* services section end */


/* banner section start */
.banner1{
  padding: 12px;
}
.banner1 img{
  width: 100%;
}
/* banner section end */



/* why choose us section start */
.whychooseus-section{
 position: relative;
 overflow: hidden;
}
.whychooseus-section:before {
    content: "";
    position: absolute;
    left: -84px;
    width: 275px;
    bottom: 45px;
    height: 275px;
    border: 20px solid #e14100;
    border-radius: 50%;
    z-index: -1;
}
.whychooseus-section:after {
    content: "";
    position: absolute;
    right: -84px;
    width: 235px;
    height: 235px;
    border: 20px solid #e14100;
    border-radius: 50%;
    z-index: -1;
    bottom: 23pc;
}
.choose-design1{
  padding: 12px;
  text-align: center;
}

.choosepoint-left1{padding: 0 0 22px;position: relative;}
.choosepoint-left1:before {
    content: "";
    position: absolute;
    right: 0;
    width: 7px;
    bottom: -7px;
    height: 35%;
    background: #e54301;
    left: 0;
    margin: 0 auto;
    border-radius: 50px;
}
.choosepoint-left1 span{
  background: linear-gradient(360deg, #671309 0%, #e94400 100%);
  height: 100px;
  line-height: 127px;
  width: 100px;
  display: block;
  margin:0 auto;
  text-align: center;
  border-radius: 50px;
}
.choosepoint-left1 span .bi{
  width: 58px;
  height: 45px;
  fill: #ffffff;
}
.choosepoint-right1{
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
}
.choosepoint-right1 strong{
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
  background: #fff;
  font-family: "Oswald", serif;
  display: block;
  padding: 2px 15px 5px;
  border-radius: 50px;
}
.choosepoint-right1 p{
  padding: 10px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
/* why choose us section end */


/* top services section start */
.top-line{background: #711708;text-align: center;padding: 15px 20px 0px;}
.top-line strong{
  font-size: 55px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 2px;
}
.top-line strong b{
  
color: #ff8f00;
  
font-weight: 800;
}
.top-line p{
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  background: #ffffff;
  display: inline-block;
  padding: 10px 20px 5px;
  border-radius: 20px 20px 0 0;
}
.topservices-1{
  padding: 12px;
}
.topservices-2{
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 9px 0 #c7c7c7;
  text-align: center;
  padding: 25px;
  position: relative;
}
.topservices-2 img{width: 100%;border-radius: 20px;}
.topservices-2 a {
    display: block;
    background: #da3e01;
    color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 57px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.topservices-2 a .bi {
    width: 22px;
    height: 22px;
}
.topservices-1:nth-child(2) .topservices-2 a {
    top: initial;
    left: -2px;
    bottom: -2px;
}
.topservices-2 strong{
  display: block;
  padding: 12px 0 0px;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Oswald", serif;
  position: relative;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topservices-2 p{
  color: #484848;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  padding: 5px 0 15px;
}
.topservices-1:nth-child(2) .topservices-2 p{
    padding: 5px 0 32px;
}
/* top services section end  */


/* list section start */
.list-section{
  overflow:hidden;
}
.list-box{
  padding:0;
  position: relative;
  z-index: 0;
}
.list-box:before {
    background: url(images/list-bg.webp) no-repeat;
    height: 431px;
    width: 915px;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -25px;
}
.list-1{
  padding: 11px;
}
.list-1 ul li{
  padding: 10px 8px;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 60px;
  position: relative;
  margin: 16px 0;
  background: #ffffff;
  border: 1px solid #480e070f;
}
.list-1 ul li::before {
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 19px;
    content: "\213f";
    font-family: "Glyphicons Halflings";
    font-weight: 600;
    position: relative;
    margin: 0px 9px 0 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(341deg, #671309 0%, #e94400 100%);
    text-align: center;
    border-radius: 50px;
}
.list-2 img{
  width: 100%;
  border-radius: 50px;
}
/* list section end */


/* testimonial section start */
.testi-1{
  padding: 12px 12px 20px;
  text-align: center;
}
.testi-2{
    display: block;
    border: 1px solid #db3f0126;
}
.testi-2 p {
    color: #484848;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    padding: 0 20px 18px;
}
.testi-2 b .bi {
    width: 75px;
    height: 75px;
    fill: #e64300;
}
.testi-2 strong {
    font-size: 17px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 5px 0;
    color: #ffffff;
}

.testi-3{

background: linear-gradient(90deg, #671309 0%, #e94400 100%);

display: flex;

align-items: center;

justify-content: space-between;

border-radius: 50px;

padding: 3px 20px;

margin: 0 0 -16px;
}
.rating i .bi {
    fill: #fed200;
    width: 16px;
    height: 16px;
}
/* testimonial section end */


/* footer section start */
.footer{
  background: linear-gradient(360deg, #ffdacc 0%, transparent);
}
.footer-contact1{
  padding: 12px;
  text-align: center;
}
.footer-contact2{
  position: relative;
  z-index: 1;
}
.footer-contact2:before {
    content: '';
    width: 17px;
    height: 155px;
    bottom: -140px;
    display: inline-block;
    position: absolute;
    background: linear-gradient(175deg, #671309 0%, #e94400 100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.footer-contact2 span{
  height: 100px;
  width: 100px;
  line-height: 139px;
  border-radius: 60%;
  background: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 0 0 15px #e64300;
  position: relative;
  z-index: 0;
}
.footer-contact2 strong{
  font-size: 32px;
  display: block;
  color: #000;
  position: relative;
}

.footer-contact2 span .bi{
  width: 55px;
  height: 55px;
  fill: #e64300;
}

.footer-contact2 a{
   display: inline-block;
   padding: 6px 25px 7px;
   font-size: 17px;
   font-weight: 600;
   color: #ffffff;
   text-transform: capitalize;
   background: linear-gradient(90deg, #671309 0%, #e94400 100%);
   border-radius: 50px;
   position: relative;
   z-index: 9;
}

.footer-chat a {
   display: block;
   padding: 15px 10px 15px;
   font-size: 38px;
   font-weight: 900;
   color: #ffffff;
   text-transform: capitalize;
   border-radius: 20px;
}

.footer-chat a b{
   display: inline-block;
   position: relative;
   z-index: 1;
   padding: 0 0 32px;
}
.footer-chat a b::before {
    content: '';
    position: absolute;
    animation: pulse 1500ms infinite;
    background-color: #00a11361;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    top: -22px;
    left: -20px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.footer-chat a p{
   padding: 8px 0 0;
   font-size: 25px;
   font-weight: 700;
   color: #000000;
   text-transform: uppercase;
}
.footer-chat a strong{
   display: block;
   padding: 8px 12px 6px;
   font-size: 31px;
   font-weight: 700;
   color: #ffffff;
   background: #45c654;
   text-transform: capitalize;
   border-radius: 60px;
}
/* footer section end */


/* copy section start */
.footer-copy{
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  position: relative;
  z-index: 1;
}
.copy-right p{
  color: #ffffff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  padding: 0 0 7px;
}
.copy-right span{
  font-size: 16px;
  font-weight: 600;
  color: #ff8f00;
}
/* copy section end */


/* bread crumb section start */
.breadcrumb-section{
  padding: 35px 0;
  background: url(images/breadcrumb-bg.webp) no-repeat;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.first-item {
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 15px 0 0px;
  font-family: "Oswald", serif;
  position: relative;
}
.first-item a {color: #fff;}
.breadcrumb-section .last-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 30px 6px;
  text-transform: uppercase;
  border: 2px solid #ff8f00;
  color: #ff8f00;
  text-shadow: 1px 2px #801d08;
}
/*  bread crumb section end */


/* contact us page section start */
.form-section .form-heading strong{
  
font-size: 42px;
}
.contact-1{
  padding:12px;
}
.contact-2{
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  padding: 20px 10px 0;
  overflow: hidden;
  border-radius: 40px;
}
.contact-2 p{
  font-size: 18px;
  text-transform: uppercase;
  color: #ff8f00;
  font-weight: 600;
}
.contact-2 span{
  height: 92px;
  width: 92px;
  line-height: 111px;
  border-radius: 50px 50px 0 0;
  display: block;
  margin: 20px auto 0;
  box-shadow: 0 0 0px 12px #ffffff0a;
  background: #fff;
}
.contact-2 span svg {
      animation: hithere 1.3s ease infinite;
      width: 35px;
      height: 39px;
      fill: #000000;
}

@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.contact-2 a {
  display: block;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.form-section .getin-form{
      padding: 0px 25px;
}
/* contact us page section end */


/*==============================================================
                     404 PAGE CSS START
================================================================*/ 
.not-found-page-section{
    background: linear-gradient(180deg, #ffeeb0, transparent);
}
.not-found-page span {
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  margin: -20px 0 0;
  display: block;
  color: #c13603;
}
.not-found-page strong {
  font-size: 16pc;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #000;
}
.not-found-page strong i{
  padding: 0 5px;
  margin: -56px 0 0;
  display: inline-block;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.not-found-page strong i .bi{
  width: 175px;
  height: 175px;
  fill: #c13603;
}
.not-found-page p {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px 0 15px;
}
.not-found-page a {
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  padding: 6px 30px 8px;
  text-transform: capitalize;
  border-radius: 50px;
}
/*==============================================================
                      404 PAGE CSS END 
================================================================*/ 



#callbook {
    background: #ffffff;
    bottom: 0;
    height: 35px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 7px #0b0b0b14;
}
#callbook small {
    display: block;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 72px 0;
    font-size: 15px;
    text-align: center;
}
#callbook small p{
    display: block;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 0 0;
    font-size: 13px;
}
#callbook ul{
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
}
#callbook ul li {
    border-bottom:1px solid #fff;
    position: relative;
    padding: 8px 0 0px;
    float:left;
    text-align: center;
    margin: -69px 0 0;
}
#callbook ul li a{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #223901;
  display: inline-block;
}
#callbook ul li a span {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 65px;
  margin: 0 auto;
  border: 6px solid #fff;
}

#callbook ul li:nth-child(1) a{
  color: #4b6d55;
}
#callbook ul li:nth-child(1) a span{
  
background: #e10005;
}

#callbook ul li:nth-child(2) a span{
  background: #13940a;
}
#callbook ul li a span svg{
    fill: #ffffff;
    width: 24px;
    height: 24px;
    animation: oscillate-rotation 1s infinite ease-in-out;
  }


@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}




@media (max-width: 767px){
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;}
  .head-section1 {padding: 0 0;}
  .mobile-top-num{display: block;}
  .header-background{padding-top:0;}
  .tophead {padding-top: 8px !important;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;}
  .slide-btn b{height: 40px;width: 30px;}
  .head-mobile::before, .head-left1, .head-right1{display: none;}
  .navigation{margin: 0;box-shadow: none;padding: 0 0 0 0px;border-radius: 0;}
  .navigation:before{display: none;}
  .head-center1{display: none;}
  .head-hide-image1{display: block;}
  .head-left1{display: none;}
.aboutus-section {background-position: bottom right;}
.ss-box{display: block;}
.slide-btn b span {margin: 9px 0px 0 -5px;height: 23px;}
  
.navbar-toggler {top: -81px;}
.getin-form {padding: 0 35px 40px;}
.services-right {padding: 0 12px;}
.top-line strong {font-size: 37px;}
.top-line p {font-size: 22px;}
.services-left{border-bottom: 1px solid #821d07;border-right: 0;padding: 35px 4px 20px;}
.services-section1 {padding: 0 12px;}
.form-section .getin-form {padding: 0px;}
.footer-contact1:nth-child(1){order: 2}
.footer-contact2 strong {font-size: 30px;}
.contact-2 a {font-size: 28px;}
.first-item {font-size: 40px;}
.content-aboutus ul {padding: 8px 0;}
.content-aboutus ul li {margin: 12px 0;display:block;}
.copy-right span {padding: 0 0 60px;}
.not-found-page p {font-size: 21px;}
#callbook {display: block;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;}
  .mobile-top-num{display: block;}
  .header-background{padding-top:0;}
  .tophead {padding-top: 8px !important;}
  .inner-page .aboutus-left1 {padding: 0 15px 10px 15px;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;}
  .slide-btn b{background: #ffffff61;}
  .head-mobile::before, .head-left1, .head-right1{display: none;}
  .navigation{margin: 0;box-shadow: none;padding: 0 0 0 0px;border-radius: 0;}
  .navigation:before{display: none;}
  .head-center1{display: none;}
  .head-hide-image1{display: block;}
  .head-left1{display: none;}
.aboutus-section {background-position: bottom right;}
.serv-link::before {height: 100%;top: 0;}

.getin-form {padding: 0 35px 40px;}
.services-right {padding: 0 12px;}
.top-line strong {font-size: 48px;}
.top-line p {font-size: 27px;}
.services-left{border-bottom: 1px solid #821d07;border-right: 0;padding: 35px 4px 20px;}
.services-section1 {padding: 0 12px;}
.form-section .getin-form {padding: 0px;}
.footer-contact1:nth-child(1){order: 2}


   
 
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.menu li {padding: 0 7px;}
.head-right1 a b {font-size: 27px;}
.head-right1 a p {font-size: 15px;}
.aboutus-section {background-size: 575px 574px;}
.footer-contact2 a {font-size: 15px;}
.form-heading span {font-size: 18px;}
.form-heading strong {font-size: 26px;}
.topservices-2 strong {font-size: 28px;}
.footer-contact2 strong {font-size: 26px;}
.footer-chat a strong {padding: 7px 12px 6px;font-size: 28px;}
.list-1 ul li {font-size: 15px;}
.text-box strong {font-size: 24px;padding: 2px 18px 6px;}



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

 

}

@media (max-width: 575px) and (min-width: 0px) {
   .head-hide-image1 img {width: 261px;}
  .heading-about h1, .heading-about strong {font-size: 38px;}
  .form-heading strong, .form-section .form-heading strong {font-size: 35px;}
  .form-heading{padding-top: 0 !important;}
  .breadcrumb-left2 h1 {font-size: 27px;padding: 28px 0 12px;}

  .getin-form {padding: 0 10px 40px;}
  .top-line strong {font-size: 25px;}
  .top-line p {font-size: 17px;padding: 8px 20px 5px;}
  .footer-chat a strong {padding: 8px 12px 8px;font-size: 25px;}
  .footer-chat a p {padding: 8px 0 0;font-size: 22px;}
  .footer-contact1:nth-child(3){display: none;}
  .first-item {font-size: 29px;}
  .heading-about p {font-size: 18px;}
  .not-found-page strong {font-size: 12pc;}
  .not-found-page strong i .bi {width: 115px;height: 115px;}
  .not-found-page p {font-size: 16px;}
  .not-found-page a {font-size: 15px;padding: 6px 25px 7px;}
  .not-found-page span {font-size: 30px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.mobile-top-num a {font-size: 35px;}
.head-hide-image1 img {width: 209px;}
 .navbar-toggler {top: -62px;width: 40px;height: 40px;}
.heading-about h1, .heading-about strong {font-size: 30px;}
.heading-about p {font-size: 16px;}
.form-heading span{font-size: 18px;}
.form-heading strong, .form-section .form-heading strong {font-size: 26px;}
.serivces1 {padding: 0 8px;}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {font-size: 15px;height: 32px;line-height: 26px;width: 50px;top: 32%;}
 .top-line strong {font-size: 22px;line-height: 28px;padding: 0 0 5px;}
.top-line p {font-size: 14px;padding: 7px 20px 5px;}
.topservices-2 strong { font-size: 28px;}
.first-item {font-size: 23px;}
.breadcrumb-section .last-item {font-size: 13px;padding: 7px 20px 6px;}
.footer-chat a strong {padding: 7px 12px 8px;font-size: 18px;}
.footer-chat a p {padding: 7px 0 0;font-size: 16px;}
.footer-contact2 strong {font-size: 35px;}
.not-found-page strong {font-size: 8pc;}
.not-found-page strong i .bi {width: 78px;height: 78px;}
.not-found-page p {font-size: 12px;}
.not-found-page a {font-size: 14px;padding: 5px 22px 7px;}
.not-found-page span {font-size: 25px;}
}

