body{
  margin:0;
  padding:0;
 
  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;
}
.main{
  margin: auto;
  padding: 0;
  width: 93%;
}
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;}


p{margin:0;}
/*cd1e50 */

summary{
    color:#900f0f;
    font-weight:bold;
}

/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  padding: 7px 0;
  position:relative;
  z-index:5;
  background:linear-gradient(312deg, #c00202, #8c0f0f);
}


.head-contact ul li{
  display:inline-block;
  padding: 0px 8px 0 0;
  font-size: 18px;
}
.head-contact ul li:last-child{padding:0;margin: 0px 0 0px;}
.head-contact ul aside{
  display: inline-block;
  padding: 0 0px 0 16px;
}
.head-contact ul li a{
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
}
.head-contact ul li a span{
  height:30px;
  width:30px;
  color: #f36f21;
  display:inline-block;
  line-height: 38px;
  text-align: center;
  border-radius: 8px;
  margin: 0px   0 0px 0;
}
.head-contact ul li a span svg{
  height: 32px;
  width: 33px;
  fill: #e8eb19;
  margin: -6px 0 0px;
  animation: tilt-shaking .2s infinite;
}
.head-contact ul li a span svg path{
   fill: #e8eb19;
}
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0 eg);
    }

    75% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.head-navigation{
  padding: 10px 0 0px;
}
.head-contact ul li i{
  display:block;
  margin: 0px 0 0px;
}
.head-contact ul li i a img{
  display:block;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0px 0 -9px;
}

.head-contact ul li a i{
  height: 25px;
  width: 25px;
  background: #fff;
  box-shadow: 0 0 10px #e3e3e3;
  color: #7d7d7d;
  display:block;
  line-height: 22px;
  text-align: center;
  border-radius: 8px;
}
.head-contact ul li a i .bi{
  height: 11px;
  width: 11px;
}
.head-contact ul li b a{
  background: #fff;
  margin: 0px 0 0px;
  padding: 4px 22px 4px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #343434;
  /* border: 1px solid #cf708b; */
  animation: button-color-change .8s infinite;
}

@keyframes button-color-change {
  0% {color: #d30a0a;}
  50% {color: #000;}
  100% {color: #d30a0a;}
}
.positivity {
  position: relative;
  right: 0;
  margin: 0 auto;
  left: 0%;
  width: 100%;
  height: 42px;
  line-height: 41px;
  overflow: hidden;
}  
.positivity__alone {
   display: inline-block;
   font-size: 2rem;
   font-family: serif;
   color: #fff;
}
.positivity__words .change {
   display: block;
   position: absolute;
   top: 0;
   left: 0%;
   right: 0;
   margin: 0 auto;
   height: 100%;
   opacity: 0;
   animation: changeword 8s linear infinite;
   font-size: 21px;
   font-weight: 600;
   color: #ffffff;
   text-align: center;
}
.positivity__words .change i{
  color: #e8eb19;
  font-style:normal;
  font-weight: 700;
  text-transform: uppercase;
}
.change:nth-child(1) {
   animation-delay: 0s;
}
.change:nth-child(2) {
   animation-delay: 2s;
}
.change:nth-child(3) {
   animation-delay: 4s;
}
.change:nth-child(4) {
   animation-delay: 6s;
}

@keyframes changeword {
   0% {
      transform: translateY(-30px);
      opacity: 0;
   }
   5% {
      opacity: 1;
      transform: translateY(0); // default value is 0
   }
   20% {
    opacity: 1;
    transform: translateY(0);
   }
   30% {
    opacity: 0;
    transform: translateY(30px);
   }
   80% {
    opacity: 0;
    transform: translateY(30px);
   }
}

/* end top head section */

/* start head section */

.head-section{
  padding:0px 0 10px;
}

.head-right1{
}
.head-line strong{
  color:#000;
  display:block;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.head-line strong img{
   height: 63px;
}
.head-line p{
  color: #8c0f0f;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
}
.head-line-service p{
   background: #d30a0a;
   font-size: 20px;
   color: #fff;
   border-radius: 50px;
   padding: 6px 23px;
   text-transform: capitalize;
   font-weight: 800;
   display: inline-block;
}

.head-line-service strong{
   font-weight: 700;
   padding: 5px 0 0;
   display: block;
       text-align: center;
   text-transform: capitalize;
   font-size: 18px;
   color: #000;
}

.head-line-service a{
  background: #ffffff;
  outline: #ffffff solid 5px;
  border: 3px solid #559f1a;
  color: #fff;
  height: 46px;
  text-align: center;
  line-height: 39px;
  display: inline-block;
  margin: 0 0  0 0px;
  width: 46px;
  position: absolute;
  border-radius: 50%;
  right: -20px;
  top: -30px;
  z-index: 9;
}
.head-line-service a .bi{
  width: 26px;
  height: 25px;
  animation: blk 0.5s infinite ease-in-out;
}
@keyframes blk{
  0%{color:#ffffff;}
  100%{color:#148406;}
}
.head-line-service ul li{
  list-style: none;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px;
  text-transform: capitalize;
  margin: 0 4px;
  color: #000;
  border: 1px solid #d94a6b;
}
.head-logo2{
	padding:10px;
}
/* end head section */
/* start navigation section  */
.navigation-section{
  padding: 0;
     
      background: linear-gradient(312deg, #c00202, #8c0f0f);
  border-top: 1px solid #cdcdcd;
}
.navbar-toggler:focus{box-shadow:none;}
.navbar ul  li{
  padding: 4px 32px;
  text-transform:capitalize;
  font-size: 19px;
  position:relative;
}
.navbar ul  li:before{
  content:"";
  position:absolute;
  height:70%;
  width:1px;
  background: #d1d1d1;
  right:0;
  top: 7px;
}
.navbar ul li:last-child:before{
  display:none;
}
.navbar ul  li svg{
  fill:#eaa142;
}
.navbar ul  li a{
  color: #fff;
  padding: 0px 0px !important;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar ul li .active{
  color: #000;
  font-weight: 600;
}
.head-mid{border-top: 1px solid #e4e4e4;padding: 14px 0 0;}

.nav-link:focus, .nav-link:hover {
  color: #e8eb19;
}
.fixed-top {
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #fff;
  box-shadow: 2px 3px 7px #d3d3d340;
}
.fixed-top .head-left2 img{height: 55px;}
.fixed-top .design-fix-head{
  padding: 0;
  border: 0;
  width: 89%;
  margin: 0 auto;
}
.fixed-top .head-logo1{
  width:20%;
}
.fixed-top .head-logo2 img {
  height: 55px;
}
.fixed-top .head-right1{
  width: 60%;
}
.limit-offer{
  display:none;
}
.fixed-top .limit-offer{
  width: 20%;
  text-align: center;
  display: block;
}
.limit-offer a{
  background: #ffffff;
  margin: 0px 0 0px;
  padding: 9px 17px 8px;
  width:fit-content;
  margin: 0 auto;
  font-weight: 500;
  display: block;
  border: 1px solid #f37023;
  animation: button-color-change .8s infinite;
}


.navbar{
  border-radius: 0;
  border: 0;
  margin: 0 auto;
}
.navbar-toggler{
  margin: -60px 0px 0 auto !important;
  border: 0;
  padding: 0;
  display: block;
  width: 39px;
}
.toggle-icon{
  height: 2px;
  margin: 6px 0 6px;
  padding: 0 0px;
  width:100%;
  background: #464646;
  display: block;
}
/* end navigation section  */



/* start slider section  */

.slide-section{
  position: relative;
  margin: 0;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff3b;
  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 other services section */

.otherservices-section{
  padding: 40px 0 60px;
  position:relative;
  z-index: 9;
}

.othersrv-heading span{
  letter-spacing: 5px;
  color: #f9ff00;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0;
}
.othersrv-heading strong{
  font-size: 83px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  line-height: normal;
   font-family: "Vollkorn", serif;
}
.other-services{
}
.other-services1{
  width: 20%;
  padding: 10px;
}
.other-services2{
}
.other-services2 img{
  margin: 0 auto;
  display: block;
  height: 150px;
  position:relative;
}
.other-services2 img:before{
  height:100px;
  width:100px;
  border-radius:50%;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  background: #621f1f;
  z-index: 9;
}
.other-services2 span{
  color: #000000;
  font-weight: 600;
  display: block;
  padding: 0px 0 0 0;
  font-size: 20px;
  text-transform: capitalize;
  text-align:center;
}
.other-services2 p{
  color:#fff;
  line-height: 26px;
  padding: 6px 0 0 0;
  text-align: center;
}
/* end other services section*/



/* start main content section */

.maincontent-section{
  background: radial-gradient(#eee0e0, transparent);
  padding: 50px 0 50px;
  position:relative;
}
.topservices-heading img{
  position: absolute;
  right: 0;
  top: -50px;
  height: 220px;
}
.topservices-heading h1{
  color: #d30a0a;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 50px;
  font-family: "Marcellus", serif;
  position:relative;
 
}
.topservices-heading p{
  background:#e8eb19;
  width: fit-content;
  padding: 3px 10px;
  color: #000;
  margin: -10px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.aboutus-page-left1{
  padding: 20px;
  background: #fff5eb;
}
.main-content p{
  color: #1a1a1a;
  line-height: 31px;
  font-size: 16px;
  text-align: justify;
  padding: 10px 0 0;
}
.main-content p a{
  font-weight: 700;
  color: #dc7928;
}
.main-content p strong a{
  
}
.main-content h2{
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  background: linear-gradient(312deg, #c00202, #8c0f0f);
  border-radius: 50px;
  display: inline-block;
  padding: 7px 28px 6px;
  width: fit-content;
  margin: 20px 0 0 0;
}
.main-content ul{
   margin: 0px 0 0px;
   list-style:none;
   padding: 10px 0px 20px;
   position:relative;
   z-index:9;
}
.main-content ul li{
  line-height: 27px;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px 7px 55px;
  border-radius: 30px;
  background: #ffffff;
  color: #252525;
  display: block;
  border: 1px solid #e9973f;
  position:relative;
  margin: 10px 5px 0 0;
}
.main-content ul li:before {
  position: absolute;
  color: #ffffff;
  top: 0px;
  text-align: center;
  left: 0px;
  font-size: 28px;
  line-height: 37px;
  content: "\2600";
  background:linear-gradient(312deg, #c00202, #8c0f0f);
  font-family: 'Glyphicons Halflings';
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.main-content ul li:after{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left:  5px;
  height: 30px;
  width: 30px;
  border: 1px dashed #fc9704;
  border-radius: inherit;
  transition: all ease 0.4s;
  animation: spin 30s linear infinite;
}
.main-content p strong{
  font-weight: 600;
}

.center-content-about{
  padding: 0 30px;
}

.topmark-right1 a{
   padding: 7px 27px;
   border-radius: 5px;
   border:1px solid;
   margin: 20px 0 0;
   font-size: 18px;
   text-transform: capitalize;
   font-weight: 500;
   display: inline-block;
   color: #000000;
}
.topmark-right1 span{
  color:#000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
.topmark-right1 .call-mark{
   background:linear-gradient(312deg, #c00202, #8c0f0f);
   border-color: #fff;
   color: #fff;
}
.topmark-right1 .chat-mark{
   background: #39d51f00;
   border-color: #39d51f;
}
.image-left-about img{
  
}
.banner-content{
  padding: 15px;
  background: linear-gradient(45deg, #891938, #501639);
  color: #fff;
  margin: 10px 0 0 0;
}

.banner-content strong{
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.banner-content p{
  color: #fff;
  line-height: 34px;
  font-size: 18px;
  padding: 10px 0 0;
}
.banner-content a{
  text-transform: capitalize;
  padding: 8px 20px 7px;
  font-weight: 600;
  margin: 12px 0 0px;
  color: #000000;
  position: relative;
  text-align: center;
  font-size: 17px;
  background: #f28203;
  width: fit-content;
}
.banner-content ul li{
  color: #ffffff;
  text-transform:capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 10px;
  list-style: none;
  border: 1px solid #eee;
  text-align: left;
  display: inline-block;
  position:relative;
  margin: 10px 6px 0 0;
}

.banner-content i{
  color: #e8eb19;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  display: block;
  font-style: normal;
  padding: 0 0 0px;
  font-weight: 600;
}
.gemstones-content a{
  margin: 10px 0 0 auto;
  background: #9e0000;
  color: #fff;
}
/*end main content section */

/* start gallery section  */

.gallery-section{
  padding: 60px 0;
}
.gallery-1{
  padding: 10px;
}
.gallery-2{

}
/* end gallery section  */

/* start counter section  */

.counter{
  background: #e8eb19;
}
.counter-1{
  padding: 10px;
}
.counter-2{
  padding: 0;
}
.counter-2 span{
  font-size: 17px;
  color: #d30a0a;
  display: block;
  font-weight: 600;
  padding: 1px 0 0;
  text-transform: uppercase;
}
.counter-2 p{
  font-size: 51px;
  display: block;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
}

/* end counter section */

/* start services section */

.services-section{
  background: linear-gradient(312deg, #c00202, #8c0f0f);
  padding: 40px 0 80px;
  position:relative;
}
.topservices-heading strong{
	color:#fff;
	    font-size: 38px;
	
}
.services-section .topservices-heading p{
  background: #ffffff;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services{
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-1{
  padding: 10px 10px 20px;
}
.services-2{
  padding: 14px 14px 14px;
  background: #e8eb19;
  position:relative;
  z-index: 9;

}

.services-3{padding: 0px 0px 0 0px;}
.services-3 img{
  margin: 0 auto;
  border-radius: 20px;
  border-right: 0;
  display: block;
  border: 6px solid #ac0707;
}

.services-4{
  padding: 20px 0px 0 0px;
}
.services-4 strong{
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #d30a0a;
  font-size: 21px;
}
.services-4 strong a{
	color: #d30a0a;
}
.services-4 p{
  color: #000000;
  line-height: 27px;
  font-size: 15px;
  padding: 0 0 8px 0;
  z-index: 9;
  position:relative;
}
.services-contact a{
  color: #fff;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 4px;
}
.services-contact .call-mark{
   background: #d30a0a;
   border-color: #000;
   color: #fff;
}
.services-contact .chat-mark{
   background: #008000;
   border-color: #fff;
}
.services-contact span {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
/* end services section */

/* start top services section  */

.topservices-section{
  background: #fff;
  padding: 70px 0;
}
.topservices-1{
  padding: 10px;
}
.topservices-2{
  padding: 14px 14px 14px;
  background:linear-gradient(312deg, #c00202, #8c0f0f);
  position:relative;
  z-index: 9;
  border-radius: 20px;
}

.topservices-3{padding: 0px 0px 0 0px;}
.topservices-3 img{
  margin: 0 auto;
  border-radius: 20px;
  border-right: 0;
  display: block;
  border: 6px solid #ffffff;
}

.topservices-4{
  padding: 5px 0px 10px 0px;
}
.topservices-4 strong{
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: bold;
  color: #e8eb19;
  font-size: 21px;
}
.topservices-4 strong a{
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: bold;
  color: #e8eb19;
  font-size: 21px;
}
.topservices-4 p{
	color:#fff;
}
.topservices-4 a{
  color: #434343;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin: 14px 0 0;
  border-radius: 4px;
}
.topservices-4 .call-mark{
   background: #fff;
   border-color: #861837;
   color: #000;
}
.topservices-4 .chat-mark{
   background: #1b750c;
   color: #fff;
}
.topservices-4 span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
/* end top servies secion */
/* start testimonials section  */
.testimonials{
  padding: 60px  0 60px;
  background: radial-gradient(#eee0e0, transparent);
}
.testimonials strong{
	color:#000;
}
.client{
   margin: 0px 0 0;
}
.testimonials1{
  padding: 13px;
}
.testimonials2{
  border-radius: 17px;
  padding: 30px 0px 20px;
  position:relative;
  z-index: 9;
  background: linear-gradient(312deg, #c00202, #8c0f0f);
}
.testimonials2:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  opacity:8%;
 
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-5;
}

.qoute{
  transform: rotate(180deg);
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  height: 22%;
  color: #ffffff;
  right: 0;
}
.qoute .bi{
  height: 4.8rem;
  width: 4.9rem;
}
.testimonials3 p{
  color: #000;
  background: #fff;
  line-height: 30px;
  font-size: 15px;
  padding: 15px;
  text-align: justify;
}
.testimonials3 aside b{
  padding: 0 1px;
  color:#e79f41;
}
.testimonials3 aside b svg{
  height: 40px;
  width: 100px;
}

.testimonials3 aside{
  padding: 0;
  position:relative;
  text-align: center;
}
.testimonials4 strong{
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 18px;
  color: #ffffff;
  text-align: left;
}
.testimonials4 span{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: bold;
  float: right;
  color: #e8eb19;
  display: inline-block;
  text-transform: uppercase;
}
.testimonials4 img{
  border-radius:50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}
.testimonials3 strong{
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.testimonials3 i{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.click-testimonials a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 11px 29px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}
.click-testimonials a svg{
  margin: -2px 4px 0 4px;
}
.click-testimonials a:nth-child(2){margin:0 10px 0 10px;}
/* end testimonials section  */




/* start footer section */

.footer-section{
  background: #191a1f;
  padding: 0px 0 0px;
}
.footer-left1{
  padding: 0 40px 0 20px;
}
.footer-contact1{padding: 0 0 50px 0;}
.footer-contact2{margin: 0 auto;width: fit-content;}
.footer-contact2 a{
  display: block;
  position: relative;
  background: #ffffff;
  padding: 0px 60px 0px;
  border-radius: 0 0 10px 10px;
  z-index: 9;
  width: fit-content;
  margin: 0 auto;
}
.footer-contact2 ul li{
  position: relative;
  margin: 20px auto -0px;
  border-top: 0;
  text-transform: capitalize;
  list-style:none;
  color:#fff;
  line-height:30px;
}
.footer-contact2 ul li span{
  background: #ffb901;
  border-radius: 30px;
  padding: 7px 30px;
  display: block;
  margin: 11px auto 0;
  width: fit-content;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}
.footer-contact2 p{
  padding: 0;
  font-size: 60px;
  font-weight: 800;
}


.footer-right1{
  padding:0 20px 0 20px;
}
.footer-location p{
  display:block;
  color: #b3b3b3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  padding: 0px 0 0;
}
.footer-location p span{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.copy p{
  padding: 12px 0 0px 0;
  color: #d7d7d7;
  font-size: 15px;
}
.disclaimer {
  padding: 10px 0 20px;
  margin: 0px 0 0;
}
.copyy{
  background:#111215;
  padding: 40px 30px 40px;
}
/* end footer section */





/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 90%;
  bottom: 0;
  z-index: 9;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 8px 0px 9px;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.contact-icon{
  color: #fff;
  text-align: left;
  width: 50%;
  display: block;
  margin: -30px auto 0;
}
.contact-icon a{
  padding: 4px 0 0 4px;
  display:block;
  color:#fff;
  border-radius: 30px 0px 0px 30px;
  text-align: center;
  height: 50px;
  background: #00000061;
  text-align: left;
  font-size: 20px;
  line-height: 63px;
  text-transform: uppercase;
  font-weight: 600;
}
.left-icon a{
  margin: 0;
  border-radius: 0px 30px 30px 0px;
  padding: 4px 4px 0 0px;
  text-align: right;
}
.contact-icon a svg{
   height: 32px;
   margin: -4px 0 0px 0;
   width: 31px;
   transform: rotate(45deg);   
}
.left-icon a svg{
  transform: rotate(0deg);
  height: 28px;
  margin: -4px 0 0px 0;
  width: 28px;
}
.contact-icon a svg path{
  fill:#fff;
}
.contact-icon a span{
  background: #ff0000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.left-icon a span{
  margin: 0 0 0 auto;
  background: #0f9000;
}


.left-call{
  width:50%;
  margin: -74px 0 0;
  padding:0 10px;
}
.left-call a{
  background: #ff0000;
  color:#fff;
  display:block;
  padding: 5px 12px;
  text-transform: capitalize;
  font-size: 23px;
}
.left-call:last-child a{
  background: #0e8700;
}



@media (max-width: 767px){
  body{text-align: center;}
  .positivity__words .change{font-size:15px;}
  .head-line strong{font-size:20px;display:inline-block;}
  .head-line p{font-size: 18px;display:inline-block;border-left: 1px solid #dd2d64;padding: 0 0 0 4px;}
  .head-line strong img{height: 40px;}
  .positivity{height: 29px;}
  .head-line-service strong{font-size: 14px;display: inline-block;}
  .head-line-service marquee{ display: none;}
  .head-line-service ul{display:none;}
  .navigation-section{
	  margin-top:25px;
  }
  .navbar ul li:before{display:none;}
  .navbar ul{text-align:left;}
   .navbar ul{display:block;padding: 10px 0 0 !important;}
  .navbar ul li{padding: 0px 0 0px 0;font-size: 18px;}
  .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;}
  .other-services1{width:33.333%;}
  .topservices-heading img{position:relative;top: 20px;left: 0;right: 0;margin: 0 auto;display: block;}
  .banner-content i{font-size:18px;}
  .banner-content ul li{display:block;}
  .center-content-about{padding:0 0;}
  .image-left-about img{margin:10px  0 0;border: 3px solid #e8eb19;width: auto;}
   .img-lefttt img{margin:0;width:auto;;}
  .banner-content{width:100%;margin: 10px 0 0 0px;}
  .topservices-heading strong{font-size: 47px;}
  .topservices-4 a{padding: 7px 15px;font-size: 13px;}
  .services-contact a{padding: 7px 15px;font-size: 13px;display: block;margin: 4px 0 0;}
  .footer-contact2 p{font-size: 50px;}
  .counter-1{width:50%;}
  .main-content{padding: 0 10px;}
  .main-content span{border-radius:10px;padding: 7px 13px 6px;font-size: 20px;}
  .main-content p{text-align:left;}
  .hide-area{display:none;}
 
  .icon-fixed-mobile {display:block;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-line strong{font-size:20px;display:inline-block;}
  .head-line p{font-size: 18px;display:inline-block;border-left: 1px solid #dd2d64;padding: 0 0 0 4px;}
  .head-line strong img{height: 40px;}
  .head-logo1{text-align:center;}
  .head-contact{text-align:center;}
  .head-line-service strong{font-size: 14px;display: inline-block;}
  .head-line-service marquee{ display: none;}
  .head-line-service ul{display:none;}
  .navigation-section{
	  margin-top:25px;
  }
  .navbar ul li:before{display:none;}
  .navbar ul{text-align:left;}
  .navbar ul{display:block;padding: 10px 0 0 !important;}
  .navbar ul li{padding: 0px 0 0px 0;font-size: 18px;}
  .other-services1{width:33.333%;}
  .topservices-heading img{position:relative;top: 20px;left: 0;right: 0;margin: 0 auto;display: block;}
  .img-lefttt img{margin:0;width:50%;}
  .banner-content{width:50%;margin: 0px 0 0 10px;}
  .img-lefttt{display:flex;}
  .banner-content i{font-size:18px;}
  .banner-content ul li{display:block;}
  .center-content-about{padding:0 0;}
  .image-left-about img{margin:10px  0 0;border: 3px solid #e8eb19;}
  .topservices-heading strong{font-size: 58px;}
  .topservices-4 a{padding: 7px 15px;font-size: 13px;}
  .services-contact a{padding: 7px 15px;font-size: 13px;}
  .hide-area{display:none;}
  .topservices-heading h1{
	  font-size:30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar ul li {padding: 4px 25px 4px 25px;}
  .navigation-section{
	  margin-top:25px;
  }
  .head-line-service p{font-size: 12px;padding: 6px 10px;border-radius: 7px;margin: 10px 0 0;}
  .head-line-service ul li:last-child{display:none;}
  .head-contact ul li b a{padding: 6px 15px 4px;font-size: 15px;}
  .head-contact ul li a span svg{ height: 22px;width: 22px;}
  .head-contact ul li a{font-size: 20px;}
  .head-contact ul aside { padding: 0 0px 0 1px;}
  .topservices-4 a{padding: 7px 15px;font-size: 13px;}
  .services-contact a{padding: 7px 15px;font-size: 13px;}
   .banner-content i{font-size:18px;}
  .banner-content ul li{display:block;}
 .topservices-heading h1{
	  font-size:30px;
  }
  
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .navbar .navbar-collapse {justify-content: center !important;}
  .navigation-section{
	  margin-top:25px;
  }
  .navbar ul li {padding: 4px 25px 4px 25px;}
  .head-line-service p{font-size: 12px;padding: 6px 10px;border-radius: 7px;margin: 10px 0 0;}
  .head-line-service ul li:last-child{display:none;}
  .head-contact ul li b a{padding: 6px 15px 4px;font-size: 15px;}
  .head-contact ul li a span svg{ height: 22px;width: 22px;}
  .head-contact ul li a{font-size: 20px;}
  .head-contact ul aside { padding: 0 0px 0 1px;}
  .other-services2 span{font-size:18px;}
  .banner-content i{font-size:18px;}
 .topservices-heading h1{
	  font-size:30px;
  }


}

@media (max-width: 575px) and (min-width: 0px) {
  .head-contact ul li b a{padding: 6px 11px 4px;font-size: 15px;}
  .head-contact ul li a span svg{ height: 22px;width: 22px;}
  .head-contact ul li a{font-size: 22px;}
  .head-contact ul aside{padding:0;}
  .head-line-service p{padding: 4px 14px;display: block;font-size: 13px;margin: 0 auto 0 0;width: fit-content;}
  .other-services1{width:50%;padding: 5px;}
  .other-services2 span{font-size: 15px;}
  .topservices-heading strong{font-size: 42px;}
  .topservices-heading p{font-size: 14px;}
  .footer-contact2 a{padding: 0px 20px 0px;}
  .footer-contact2 p {font-size: 43px;}
  .head-line p{border:0;font-size:15px;}
   .topservices-heading h1{
	  font-size:30px;
  }
  .navigation-section{
	  margin-top:25px;
  }
}
@media (max-width: 420px) and (min-width: 0px) {
  .navbar-toggler {margin: -50px 0px 0 auto !important;}
  .navigation-section{
	  margin-top:25px;
  }
  .head-contact ul aside{display:none;}
  .head-contact ul{
	  display:none;
  }
  .head-contact ul li a{font-size: 27px;}
  .head-line-service a{right: -10px;top: -6px;height: 43px;width: 44px;line-height: 37px;outline: #ffffff solid 0px;border: 2px solid #559f1a;}
  .head-line-service a .bi{width: 23px;height: 23px;}
  .counter-2 p{font-size: 27px;}
  .counter-2 span{font-size: 12px;}
   .topservices-heading strong{font-size: 36px;}
  .other-services2 img{height:auto;}
   .footer-contact2 p {font-size: 33px;}
  .other-services2 span {font-size: 13px;}
 .topservices-heading h1{
	  font-size:30px;
  }
} 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: linear-gradient(312deg, #c00202, #8c0f0f);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 100px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #027309;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #e8eb19;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8eb19;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
      
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
      font-weight: bold;
}

#footer .footer-top .footer-links ul a:hover {
  color: #FFDE59;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
/*Start List-Banner*/
.list-ban {
    margin: 0;
    padding: 60px 0;
    background: #f9fded;
}

.ch-list {
    margin: 0;
    padding: 15px;
    background:#d30a0a;
}
.ch-list p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    padding: 0;
    font-size: 23px;
    color: #fff;
}

.ch-list h3 {
    margin: 0;
    font-size: 25px;
    padding: 0;
    color:#e8eb19;
    text-align: center;
    font-weight: 700;
}
ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
}
ul.ch-list-line li {
    text-align: left;
    color: #300520;
    font-weight: 600;
    border-bottom: dashed 1px #053600;
    padding: 10px 0;
}
ul.ch-list-line li:hover {
    color: #000;
}
ul.ch-list-line li i {
    padding: 4px 5px;
    background:linear-gradient(312deg, #c00202, #8c0f0f);
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
}

/*End List-Banner*/
