@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&amp;display=swap');
body{
  margin:0;
  padding:0;
  color: #cd1822;
  font-family: "Fustat", sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color: #ffffff;
}

: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{
  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;}

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

li{
  list-style:none;
}


@font-face {
font-family: 'LekyCalgriaPersonalUse-ywJRd';
src: url('fonts/LekyCalgriaPersonalUse-ywJRd.html');
src: url('fonts/LekyCalgriaPersonalUse-ywJRdd41d.html?#iefix') format('embedded-opentype'),
      url('fonts/LekyCalgriaPersonalUse-ywJRd-2.html') format('woff'),
      url('fonts/LekyCalgriaPersonalUse-ywJRd.ttf') format('truetype'),
      url('fonts/LekyCalgriaPersonalUse-ywJRd-3.html#providence-bold') format('svg');
      font-weight: normal;
      font-style: normal;
    }


/* START HEADER SECTION */

/* start head section */
.head-section {
    background-image: url(images/head-bg.webp);
    z-index: 9;
    height: 117px;
}
.mobile-num {
  display:none;
}
.mobile-num a{
  color: #000008;
  font-weight: 800;
  padding: 5px 0 0;
  display: flex;
  font-size: 45px;
  align-items: center;
  justify-content: center;
}
.mobile-num svg{
  height: 55px;
  width: 55px;
  fill: #bf0708;
  margin: 0 7px 0 0;
}
.head-left1{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head-left1 span{
  width: 30%;
  text-align: left;
  display: block;
  position: relative;
}
.head-left1 span:before{
  height: 90%;
  width: 18%;
  background: #fff;
  content:"";
  position:absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -9;
}
.head-left1 span i{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 0 12px #ffffff30;
  background: #fff;
}
.head-left1 span i svg{
  height: 32px;
  width: 32px;
  fill: #bf0708;
}
.head-left1 a{
  display: block;
  width: 70%;
}
.head-left1 a p{
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 700;
  color: #bf0708;
}
.head-left1 a b{
  color: #000008;
  font-weight: 800;
  padding: 0px 0 0;
  display: block;
  font-size: 30px;
} 

.head-center1{
  padding: 7px;
  text-align: center;
  filter: drop-shadow(0px -3px 4.5px rgba(0, 0, 0, 0.15));
  background-color: rgb(255 255 255);
  border-radius: 20px 20px 0 0;
}
.head-center1 img{
    width: 375px;
}
.head-right1{
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  text-align: right;
}
.head-right1 span{
  width: 30%;
  display: block;
  position: relative;
}
.head-right1 span:before{
    height: 90%;
    width: 18%;
    background: #fff;
    content: "";
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9;
}
.head-right1 span i{
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 0 12px #ffffff30;
}

.head-right1 span i svg{
  height: 32px;
  width: 32px;
  fill: #bf0708;
}
.head-right1 a{
  display: block;
  width: 70%;
}
.head-right1 a p{
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 700;
  color: #bf0708;
}
.head-right1 a b{
  color: #000008;
  font-weight: 800;
  padding: 0px 0 0;
  display: block;
  font-size: 30px;
} 
/* end head section */


/* start navigation section */

.navigation{
    position: relative;
    padding: 5px 40px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    border-radius: 0px 0px 20px 20px;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 auto 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 800;
  transition: 0.2s ease-in;
}
.menu li a{
    color: rgb(57, 57, 57);
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    z-index: 1;
    padding: 6px 20px 2px;
    transition: 0.5s ease-in-out;
}
.nav-link:focus, .nav-link:hover{
   color: rgb(0 0 0);
}
.menu li a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(13px);
    margin: 0px auto;
    background: rgb(243, 183, 12);
    border-radius: 50px 50px 0px 0px;
    transition: 0.5s ease-in-out;
}
.menu li:hover a::before {
    height: 12px;
}
.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  width: 42px;
  height: 32px;
  background: #bf0708;
  display: inline-block;
  transition: all 0.2s ease-in;
  margin: 0px;
  border: 0;
  padding: 0 0 4px;
  border-radius: 0;
  line-height: 3px;
}

.toggle-design{
  height: 2px;
  width: 61%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.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;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

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

.dropdown-menu{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu li{
  display:block;
  padding: 6px 0;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu li a::before{
  width:0;
}}
.dropdown-menu li a{
  display:block;
  border: 0;
  padding: 6px 20px 2px;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: #f3b70c;
}
.dropdown-item:focus, .dropdown-item: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*/

/* fixed head css start */

.fixed-top {
  position: fixed;
  top: 0;
  padding: 0;
  right: 0;
  left: 0;
  margin:0 auto;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 0 20px #afafaf33;
}
.fixed-top  .menu li:hover a::before{
  display:none;
}
#navbar_top .mobile{
  justify-content: center;
  align-items: center;
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
.head-hide-image1{
  display: none;
  padding: 0;
}
.fixed-top .head-hide-image1{
  display: inline-block;
  text-align: center;
  padding: 5px 12px;
}
.fixed-top .head-hide-image1 img{
  width: 270px;
}
.head-hide-image1 img{
  width: 269px;
}
.fixed-top .navigation{
  width: 66%;
  margin: 0;
  border-radius: 0;
  padding: 0 12px 0;
  background: transparent;
}
/* fixed head css end */






/* start slider section  */

.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image:none;
}
.slide-btn b{
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #ffffff;
  margin: 0 0  0;
  border-radius: 0 30px 30px 0;
}
.carousel-control-next.slide-btn b{
 border-radius: 30px 0 0 30px;
}
.slide-btn b span{
  width: 35px;
  height: 35px;
  line-height: 53px;
  background: #f3b60d;
  border-radius: 50px;
  margin: 7px 0 0;
}
.slide-btn b span svg{
  width: 30px;
  height: 30px;
  fill: #000;
}
.carousel-control-next{
  justify-content: right;
  right: 0px;
}

.carousel-control-prev{
  justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION*/



/* other services section start */

.other-serivces1{
  padding: 10px;
}
.other-serivces2{
    padding: 0 12px 0;
    border-radius: 0 0 20px 20px;
    background: #f3b70c;
    text-align: center;
}

.other-serivces2 strong {
    font-size: 20px;
    text-transform: capitalize;
    color: #bf0708;
    padding: 2px 12px 5px;
    text-align: center;
    font-weight: 800;
    display: block;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    margin: 0 0 15px;
}
.other-serivces2 img{
  width: 100%;
  border-radius: 20px;
}
.other-ser-btn a {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-transform: uppercase;
    color: #cd1822;
    font-weight: bold;
    width: 60px;
    height: 60px;
    line-height: 77px;
    margin: 15px 0 -12px;
}
.other-ser-btn a svg{
  width: 28px;
  height: 28px;
}
.owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    border-radius: 10px !important;
    border: 2px solid #cd1822;
    background: transparent !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls {
    margin-top: 30px !important;
}
.owl-theme .owl-controls .owl-page.active span{
  width: 30px !important;
  height: 10px !important;
  background: #cd1822 !important;
}
/* other services section end */


/* about us section start */
.content-aboutus h2,h3,h4,h5,h6{
  color: #00000a;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 5px 18px 3px;
  text-align: left;
  background: #f3b70c;
  display: inline-block;
  margin: 10px 0 8px;
}
.inner-page .aboutus-left1{
  padding: 0 0px 10px 15px;
}
.inner-page .content-aboutus p {padding: 0 0 12px;}
.aboutus-banner1{
  
padding: 0 15px 0 20px;
}
.aboutus-banner1 img{
  width: 100%;
}
.aboutus-section{
    position: relative;
    background: url(images/abt-after-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}
.aboutus-section:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: #ffffffa6;
}
.aboutus-left1{
  padding: 12px;
}
.heading-about{
  padding: 0 0 25px;
}
.heading-about p{
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 800;
  color: #cd1822;
  padding: 9px 0 7px 20px;
  background: #f3b70c;
  position: relative;
  z-index: 1;
  border-radius: 30px 0 0 30px;
}
.heading-about p::before {
    content: "";
    height: 100%;
    width: 100%;
    right: -72px;
    position: absolute;
    background: #f3b70c;
    z-index: -1;
    top: 0;
}
.heading-about h1{
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: LekyCalgriaPersonalUse-ywJRd;
  position: relative;
  z-index: 1;
}

.heading-about h1 a{
  color: #00001a;
}
.content-aboutus p{
  color: #252525;
  font-size: 17px;
  line-height: 31px;
  text-align: justify;
  font-weight: 500;
  padding: 10px 0;
}
.content-aboutus p strong{
  font-weight: 600;
  color: #cd1822;
}
.content-aboutus ul{
    padding: 0;
}
.content-aboutus ul li{
    font-size: 17px;
    font-weight: 600;
    color: #252525;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 15px 10px 45px;
    margin: 18px 0;
    border-radius: 50px;
    border: 1px solid #f3b70c;
}
.content-aboutus ul li:before{
  content: "";
  position: absolute;
  background:url(images/icon.webp) no-repeat;
  height: 30px;
  top: 7px;
  border-radius: 50%;
  width: 30px;
  left: 6px;
  animation: rotate 4s infinite ease-in-out;
}
@keyframes rotate {
  from { 
      transform: rotate(0deg); 
  } to { 
      transform: rotate(360deg); 
  }
}
.serv-list1{padding: 12px;}
.serv-list2 ul{
    background: #f3b70c;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
}
.serv-list2 ul li{
    font-size: 17px;
    font-weight: 700;
    color: #222;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 29px 8px;
    margin: 18px 0;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
}
.serv-list2 ul li:before, .serv-list2 ul li:after{
  content: "";
  position: absolute;
  background:url(images/icon.webp) no-repeat;
  height: 30px;
  top: 7px;
  border-radius: 50%;
  width: 30px;
}
@keyframes rotate {
  from { 
      transform: rotate(0deg); 
  } to { 
      transform: rotate(360deg); 
  }
}
@keyframes rotate1 {
  from { 
      transform: rotate(360deg); 
  } to { 
      transform: rotate(0deg); 
  }
}
.serv-list2 ul li:before{
  left: 0;
  animation: rotate 4s infinite ease-in-out;
}
.serv-list2 ul li:after{
  right: 0;
  animation: rotate1 4s infinite ease-in-out;
}
.about-innercontent-design .banner1 {
  padding-left: 0 !important;
  padding-right: 0;
}
.inner-content-design .call-banner {
  padding-left: 0 !important;
  padding-right: 0;
}
.inner-content-design1 .ws-banner a p{
  font-size: 22px;
  padding: 6px 12px 2px;
}
.inner-content-design1 .ws-banner a span{
  font-size: 52px;
  padding: 7px 0 0;
  line-height: 65px;
}
/* about us section end */


/* banner section start */
.banner-left1{
    padding: 0;
}
.banner-right1{
  padding: 0;
  position: relative;
}
.banner1{

padding: 12px;
}
.banner1 img{

width: 100%;
}
.ws-banner a{
  padding: 20px 20px 0;
  display: block;
  position: relative;
  background: url(images/ws-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  text-align: center;
}
.ws-banner a:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: #127d00a6;
    left: 0;
}
.ws-banner a p{
  color: #000000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  padding: 8px 12px 2px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 50px;
}

.ws-banner a span{
  color: #ffffff;
  font-size: 62px;
  font-weight: 700;
  display: block;
}
.call-banner{
  padding: 12px;
}
.call-banner a{
  padding: 20px 20px 0;
  display: block;
  position: relative;
  background: linear-gradient(45deg, #000008, #00001b);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  text-align: center;
}
.call-banner a p{
  color: #cd1822;
  font-size: 25px;
  line-height: 31px;
  font-weight: 800;
  padding: 8px 12px 2px;
  text-transform: uppercase;
  background: #f3b70c;
  border-radius: 50px;
}

.call-banner a span{
  color: #ffffff;
  font-size: 62px;
  font-weight: 700;
  display: block;
}
/* banner section end */


/* start services section */

.services-section{
  padding: 100px 0;
}

.services-heading{
  position:relative;
}
.services-heading strong{
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: LekyCalgriaPersonalUse-ywJRd;
    display: block;
    color: #00001a;
    position: relative;
    z-index: 1;
}

.services-heading p{
  color: #252525;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  padding: 35px 0 0;
}
.services-heading span{
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 800;
    color: #cd1822;
    padding: 7px 20px 3px;
    background: #f3b70c;
    border-radius: 50px;
    display: inline-block;
}


.services-1{padding: 12px;}
.services-2{
  padding: 15px 15px 50px;
  position: relative;
  z-index: 1;
}
.services-2::before {
    content: "";
    height: 65%;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: 1px solid #f3b70c;
    border-top: 0;
    border-radius: 0 0 500px 500px;
}

.services-3::before, .services-3::after{
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    background: linear-gradient(45deg, #f3b70c, #ffd661);
    z-index: -1;
    top: 190px;
    border-radius: 50px;
}
.services-3::before {
    left: -22px;
}
.services-3::after {
    right: -22px;
}
.services-3 img{
  border-radius: 50%;
  width: 295px;
  border: 10px solid #f3b70c;
}
.services-4 strong{
  padding: 20px 0 0;
  display: block;
  ff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
}
.services-4 p{
    color: #252525;
    font-size: 17px;
    line-height: 31px;
    font-weight: 500;
    padding: 5px 10px 15px;
}
.services-4 a{
  color: #ffffff;
  background: #106b00;
  display: inline-block;
  border-radius:50px;
  padding: 7px 20px 5px 17px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}
@keyframes rotate2 {
  0% { 
      transform: rotate(0deg); 
  } 
  100% { 
      transform: rotate(360deg); 
  }
}

.services-4 a svg{
  left: 0;
  animation: rotate2 4s infinite linear;
  width: 23px;
  height: 18px;
  fill: #fff;
}
/* end services section */


/* why choose us section start */
.whychooseus-section{
 background: url(images/why-bg.webp) no-repeat;
 background-position: center;
}


.form-design1{
  padding: 12px;
}
.getin-form {
   padding: 30px;
   background: #f3b70c;
   text-align: center;
}
.getin-form:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left: 0;
  right: 0;
  z-index: -9;
  margin: 0 auto;
  background: url(images/form.html) no-repeat;
  background-size: cover;
  top: 0;
  opacity: 0.3;
}
.contac-rr {
  padding: 20px 0 27px;
  text-align: left;
}
.form-group1 {
   padding: 7px 11px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
input.form-control1 {
   color: #000000;
}

.form-control1 {
  height: 44px;
  background-color: #ffffff;
  border: 0px solid #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 500;
}
textarea.form-control1 {
  height: 120px;
  color: #000;
}
.btn-group{
  padding: 14px 10px 0;
  display: inline-block;
  margin: 0;
}
.btn-group>.btn{
  background: #00001a;
  padding: 12px 30px 9px;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border:0;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #666666;
  padding-left:10px;
  font-size:15px;
  font-weight:500;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-heading strong{
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  color: #ffffff;
}
.form-heading p{
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  line-height: 23px;
}
.form-call{
  padding: 0;
}
.form-call p{
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 -2px;
}

.form-call a span{
  color: #cd1822;
  font-size: 50px;
  font-weight: 800;
  display: block;
}
.form-call a i svg{
  width: 100px;
  height: 100px;
  margin: 0 0 -65px;
}
.form-call a i svg path{
  fill: #00001a;
}
.choose-right1{
  padding: 12px;
}
.choose-design{
  position:relative;
  margin: 39px 0 0;
  z-index: 1;
}

.choose-design:before{
  content:"";
  position:absolute;
  height: 100%;
  width: 12px;
  top:0;
  left: 50px;
  background: #f3b70c;
  z-index: -1;
}
.choose-design1{
  display: flex;
  justify-content: start;
  padding: 20px 0;
  align-items: center;
}

.choosepoint-left1{
  width: 19%;
  margin: 0 0px 0 0px;
  position: relative;
}
.choosepoint-left1 span{
  background: linear-gradient(45deg, #000008, #00001b);
  height: 100px;
  line-height: 98px;
  width: 100px;
  display: block;
  margin:0 auto;
  text-align: center;
}
.choosepoint-left1 span img{
  width: 60px;
  height: 70px;
}
.choosepoint-right1{
  width: 87%;
  padding: 0px 0px 0px 20px;
  text-align: left;
  border-radius: 150px;
  position: relative;
}
.choosepoint-right1 strong{
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}
.choosepoint-right1 p{
  padding: 5px 0 0;
  color: #252525;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  font-weight: 500;
}
/* why choose us section end */

/* testimonial section start */
.testimonials-1{
  padding: 12px;
}
.testimonials-2{
  padding: 20px 0;
  position: relative;
}
.testimonials-2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    z-index: -1;
    border: 1px solid #f3b70c;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 12px;
}
.testimonials-3{
  padding: 20px;
  text-align: center;
  background: #fff7e0;
  border-radius: 12px;
}
.testimonials-3 p{
  font-weight: 500;
  color: #252525;
  font-size: 17px;
  line-height: 28px;
}
.testimonials-4{
  padding: 12px 0 0;
}
.testi-name{
  padding: 10px 15px;
  background: #ffbf00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
}
.testi-name strong{
  font-weight: 800;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 22px;
}
.testi-name strong i{
  font-size: 15px;
  display: block;
  color: #00001a;
  text-align: center;
}
.testi-name span{
  padding: 3px 12px 0px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
}
.testi-name span b{
  display: inline-block;
  padding: 0px 1px 0px;
}
.testi-name span b .bi{
  height: 15px;
  width: 15px;
}
/* testimonial section end */


/* location section start */
.location-section1{
  padding: 45px;
  background: #fff;
  box-shadow: 0 0 11px #cacaca36;
  border-radius: 35px;
}
.location-1{
  /* width:20%; */
  padding: 55px 12px 12px;
  position: relative;
  z-index: 0;
}
.location-2{
  position: relative;
}
.pin {
  width: 150px;
  height: 150px;
  background: #ffbf00;
  border-radius: 0px 150px 150px 150px;
  position:relative;
  transform: rotate(45deg);
  margin: 0 auto;
  z-index: -9;
}
.location{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location img{
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.location-3 strong{
  margin: 15px auto 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(45deg, #000008, #00001b);
  color: #fff;
  padding: 6px 12px 3px;
  border-radius: 50px;
}
.location-section .services-heading strong {
  color: #ffffff;
  background: linear-gradient(45deg, #000008, #00001b);
  padding: 20px 15px 25px;
  border-radius: 90px;
}
/* location section end */


/* footer section start */

.footer-section{
  padding: 0;
  background: url(images/footer-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-left1{
  padding: 0 12px;
  text-align: center;
}
.footer-left2{
  padding: 0px;
  background: url(images/footer-num-bg.webp) no-repeat;
  background-position: top;
  background-size: cover;
}

.footer-right1{
  padding: 0px 0 0 20px;
}
.footer-right2{
  padding: 42px 0 0;
}
.footer-contact strong{
  padding: 30px 12px 0px;
  font-weight: 900;
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  color: #cd1822;
  display: block;
}
.contact-footer1{
  padding: 15px 0 40px;
}
.contact-footer2{
  padding: 0;
}
.footer-contact3{
  padding: 8px 0;
}
.footer-contact3 .icon-text{
  width: 100%;
  padding: 18px 18px 18px 35px;
  border-left: 0;
  border-radius: 0 50px 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer-contact3 ul{
  background: #00000c;
  padding: 0;
  margin: 25px 0;
}
.footer-contact3 ul li{
  color: #fff;
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  padding: 14px 16px 12px;
}
.footer-contact3 ul li a{
  color: #ffffff;
}
.footer-contact3 ul li:before{
  height: 32px;
  width: 2px;
  background: #f3b70c;
  content:"";
  left: 0;
  position: absolute;
  border-radius: 50px;
  top: 19%;
}
.footer-contact3 ul li:last-child:after{
  height: 32px;
  width: 2px;
  background: #f3b70c;
  content:"";
  right: 0;
  position: absolute;
  border-radius: 50px;
  top: 19%;
}
.icon-text a{
  display: block;
  color: #cd1822;
  font-size: 22px;
  text-align: center;
  background: #f3b70c;
  width: 75%;
  padding: 11px 12px 7px;
  border-radius: 50px;
  font-weight: 900;
}
.footer-contact3:nth-child(1) .icon-text a{
  font-size: 18px;
  padding: 11px 12px 10px;
}
.icon-text span{
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(45deg, #000008, #00001b);
  box-shadow: 0 0 0 15px #0e0a000f;
  position: relative;
  z-index: 0;
}
.icon-text span:before {
    background: #00000c;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -59px;
    z-index: -1;
    height: 117px;
    width: 15px;
    margin: 0 auto;
}
.icon-text span .bi{
  height: 32px;
  width: 32px;
  fill: #ffffff;
}
.map{
  padding: 12px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  position: relative;
}
.map strong{
  position: absolute;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  padding: 14px 10px 5px;
  width: 90px;
  height: 90px;
  color: #000;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 90px 90px 0 0;
}
.map strong .bi{
  height: 35px;
  width: 68px;
  color: #cd1822;
  display: block;
  margin: 0 0 5px;
}
.map iframe{
  padding: 0;
  width: 100%;
  height: 280px;
  border-radius: 20px;
  vertical-align: bottom;
}
.copy-text{
  text-align: center;
  background: linear-gradient(45deg, #000008, #00001b);
}
.copy-text p{
  padding: 12px 0 9px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.disclaimer{
  padding: 12px;
}
.disclaimer p{
  color: #000;
  line-height: 25px;
  font-size: 15px;
  font-weight: 600;
  text-align: justify;
  padding: 15px 0 0;
}
.disclaimer p span{
  display: block;
  font-size: 16px;
  color: #cd1822;
  font-weight: 700;
}
/* footer section end */


/* bread crumb section start */

.breadcrumb-section{
  position:relative;
  padding: 130px 0 50px;
  z-index: 0;
  background: url(images/breadcrumb-bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}


.first-item {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 0 0 9px 0;
  font-family: LekyCalgriaPersonalUse-ywJRd;
  display: block;
}
.first-item a {
  color: #00001a;
}
.breadcrumb-section .last-item {
  color: #bf0708;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  border-radius: 50px;
  padding: 7px 30px 3px;
  text-transform: capitalize;
}
/*  bread crumb section end */



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


.getintouch .form-heading strong{
  font-size: 32px;
  text-transform: uppercase;
  padding: 15px 0 0;
}
.getin-left1{
  padding: 0;
}
.contact-get-1{
  padding: 0px;
}
.contact-get-2{
  padding: 12px 25px;
}
.contact-get-2 a{
  box-shadow: 0 0 10px #d8d8d8;
  display: block;
  padding: 40px 5px 35px;
}
.contact-get-2 iframe{
  height: 270px;
  width: 100%;
  padding: 2px;
  background: #f3b70c;
}
.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  display: block;
  background: linear-gradient(45deg, #000008, #00001b);
  box-shadow: 0 0 0 15px #0e0a000f;
  border-radius: 50px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  line-height: 129px;
}
.getin-icon span strong .bi{
  height: 40px;
  width: 40px;
  color: #ffffff;
}
.getin-content{
  padding: 0px 0 0 4px;
  text-align: center;
}
.getin-content strong{
  color: #cd1822;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 22px 0;
  border-radius: 50px;
  background: #f3b70c;
}
.contact-get-2:nth-child(2) .getin-content strong{
  font-size: 13px;
  padding: 9px 10px 7px;
  font-weight: 800;
}
.getin-content p{
  color: #00000c;
  text-transform: uppercase;
  line-height: 28px;
  padding: 30px 0 0px;
  font-size: 17px;
  font-weight: 700;
}
/* ===============================================================
           GET IN TOUCH PAGE CSS END
==================================================================*/




.fix{
  position: fixed;
  padding: 0;
  bottom: 12%;
  left: 0;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li{
  position: absolute;
  text-align: center;
  height: 55px;
  bottom: 15px;
  width: 55px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: green;
  line-height: 64px;
  border-radius: 50%;
}
.end .wh-fx {
  background: red;
  color:#fff;
  bottom: 95px;
}
.end li a{
  color:#fff;
}
.end li a .bi{
  width: 22px;
  height: 22px;
}


@keyframes rip{
0%{box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{box-shadow: 0px 0px 0px 6px rgb(162 162 162 / 30%);}
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{left: 20px;}
.ph-fx{left: 20px;}

















@media (max-width: 767px){
  .fixed-top .head-hide-image1 { text-align: left !important;}
  .fixed-top .navigation{width: 100%;}
  .fixed-top .navbar-toggler{right: 0px;position: absolute;top: -55px;}
  .fixed-top .navbar {padding: 0 !important;}
  .head-line{display:none;}
  .head-right1,.head-left1 {display: none;}
  .navigation{padding: 0 9px;border-radius: 20px 20px 0 0;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{justify-content: center;}
  .menu {padding: 12px 0 0;}
  .menu li{display: block;padding: 0;}
  .menu li a{display: block;padding: 9px 12px 6px;}
  .menu li a.nav-link:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .menu li:hover a:before {height: 100%;}
  .menu li:hover a{color: #000;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}
  .other-serivces1 {padding: 5px;}
  .services-heading {text-align: center !important;}
  .choose-right1{padding: 75px 12px 12px;}
  .location-section .services-heading strong{font-size: 18px;}
  .location-1{width: 50%;padding: 30px 12px 12px;}
   .location-section1{padding: 30px;}
  .footer-right2 {padding: 45px 12px;}
  .footer-right1{padding: 0;}
  .disclaimer p {text-align: center;}
  .breadcrumb-section {padding: 60px 0 50px;}
  .first-item{font-size: 29px;}
  .breadcrumb-section .last-item{font-size: 17px;padding: 7px 25px 3px;}
  .services-4 p { padding: 5px 25px 15px;}
  .services-3::before, .services-3::after {top: 179px;}



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top .head-hide-image1 { text-align: left !important;}
  .fixed-top .navigation{width: 100%;}
  .fixed-top .navbar-toggler{right: 0px;position: absolute;top: -57px;}
  .fixed-top .navbar {padding: 0 !important;}
  .navigation{padding: 0 9px;border-radius: 20px 20px 0 0;}
  .head-right1,.head-left1 {display: none;}
  .head-line{display:none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{justify-content: center;}
  .menu {padding: 12px 0 0;}
  .menu li, .menu li a{display: block;}
  .menu li a{display: block;padding: 9px 15px 6px;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .menu li:hover a:before {height: 100%;}
  .menu li:hover a{color: #000;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu { display: none; background: #fff; }
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: #fff;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}

  .other-serivces2 strong {font-size: 18px;}
  .other-serivces1 {padding: 7px;}
  .services-heading {text-align: center !important;}
  .choose-right1{padding: 75px 12px 12px;}
  .location-section .services-heading strong{font-size: 24px;}
  .location-1{ width: 33.3%;}
  .footer-right2 {padding: 45px 12px;}
  .footer-right1{padding: 0;}
  .disclaimer p {text-align: center;}
  .breadcrumb-section {padding: 60px 0 50px;}
  .banner-position{position: absolute;top: -189%;right: 0;}


 

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-left1 a b, .head-right1 a b {font-size: 28px;}
  .head-section {height: 102px;}
  .head-left1 span i, .head-right1 span i {height: 55px;width: 55px;line-height: 55px;box-shadow: 0 0 0 11px #ffffff30;}
  .header-background {padding: 0px 20px 0px;}
  .ws-banner a span, .call-banner a span {font-size: 56px;}
  .inner-content-design1 .ws-banner a span{font-size: 46px;}
  .services-4 strong {font-size: 19px;}
  .form-heading strong {font-size: 29px;}
  .form-call a span {font-size: 42px;}
  .form-call p {font-size: 18px;}
  .form-call a i svg { width: 90px;height: 95px;}
  .footer-contact strong {padding: 25px 12px 0px;font-size: 55px;}
  .getintouch .form-heading strong {font-size: 30px;}
  .getin-content strong {font-size: 19px;}
  .getin-content p {font-size: 16px;padding: 28px 0 0;}
  .getin-icon span strong {width: 90px;height: 90px;line-height: 113px;}
  .getin-icon span strong .bi {height: 35px;width: 35px;}
  .footer-contact3 ul li {padding: 15px 10px 12px;}
  .footer-contact3:nth-child(1) .icon-text a {font-size: 16px;}
  .contact-get-2:nth-child(2) .getin-content strong{font-size: 11px; padding: 9px 8px 7px;}

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

 

}

@media (max-width: 575px) and (min-width: 0px) {
  .fixed-top .head-hide-image1 img {width: 212px;}
  .fixed-top .navbar-toggler {top: -48px;}
  .fixed-top .navbar-toggler {width: 38px;height: 30px;}
  .menu li a {padding: 7px 12px;font-size: 16px;}
  .mobile-num a {font-size: 38px;}
  .mobile-num svg {height: 52px;width: 52px;margin: 0 5px 0 0;}
  .heading-about h1, .services-heading strong {font-size: 24px;}
  .heading-about p, .services-heading span{font-size: 17px;}
  .ws-banner a p, .call-banner a p {font-size: 22px;padding: 6px 12px 3px;}
  .ws-banner a span, .call-banner a span {font-size: 46px;}
  .form-call p {font-size: 18px;}
  .form-call a span {font-size: 46px;}
  .choose-design:before{left: 0;right: 0;margin: 0 auto;width: 15px;}
  .choose-design1 {padding: 15px 15px 24px;display: block;border: 1px solid #120d0014;background: #fff;margin: 30px 0;}
  .choosepoint-left1 {width: 100%;}
  .choosepoint-right1 {width: 100%;padding: 15px 0 0;text-align: center;!;!i;!;}
  .choosepoint-right1 p{text-align:center;}
  .choose-right1{padding: 75px 12px 12px;}
  .location-section .services-heading strong{font-size: 22px;line-height: 49px;border-radius: 30px;padding: 15px;}
  .location-section1{padding: 15px;}
  .footer-contact strong { font-size: 48px;}
  .footer-contact3 .icon-text{display: block;padding: 15px;}
  .icon-text span{margin: 0 auto 30px;}
  .icon-text a{width: 100%;}
  .getintouch .form-heading strong {font-size: 25px;}
  .footer-contact3 ul {padding: 5px 10px 10px;}
  .footer-contact3 ul li {padding: 12px 10px 2px;font-size: 16px;}
  .icon-text span:before {bottom: -30px;height: 80px;}
  .first-item{font-size: 20px;}
  .breadcrumb-section .last-item{font-size: 16px;padding: 7px 20px 3px;}
  .services-4 p { padding: 5px 10px 15px;}
  .services-1{padding: 12px 15px;}
  .contact-get-2 {padding: 12px 12px;}
  .getintouch .form-design1 {padding: 12px 0;}

  
}
@media (max-width: 420px) and (min-width: 0px) {
  .mobile-num a {font-size: 30px;padding: 5px 0;}
  .mobile-num svg {height: 42px;width: 42px;}
  .head-center{width: 100%;}
  .head-center1 {padding: 7px 7px 0;}
  .navigation{border-radius: 0;}
  .slide-btn b {height: 35px;width: 35px;}
  .slide-btn b span svg{ width: 20px;height: 20px;}
  .slide-btn b span{width: 25px;height: 25px;line-height: 34px;margin: 5px 0 0;}
  .heading-about h1, .services-heading strong {font-size: 18px;}
  .heading-about p, .services-heading span{font-size: 15px;}
  .services-4 strong {font-size: 19px;}
  .ws-banner a p, .call-banner a p, .inner-content-design1 .ws-banner a p {font-size: 18px;padding: 4px 12px 0px;}
  .ws-banner a span, .call-banner a span, .inner-content-design1 .ws-banner a span {font-size: 32px;line-height: normal;}
  .ws-banner a, .call-banner a {padding: 20px 20px 4px;}
  .getin-form{padding: 20px 15px;}
  .form-heading strong {font-size: 24px;}
  .form-heading p {font-size: 15px;line-height: 20px;}
  .form-call p {font-size: 16px;}
  .form-call a span {font-size: 36px;}
  .form-call a i svg {width: 80px;height: 80px;margin: 0 0 -48px;}
  .choose-right1{padding: 75px 12px 12px;}
  .content-aboutus h2, h3, h4, h5, h6{font-size: 18px;line-height: 25px;padding: 9px 12px 6px;}
  .pin{width: 110px;height: 110px;}
  .location{top: 17px;}
  .location img{height: 78px;border: 2px solid #fff;}
  .location-section .services-heading strong{font-size: 14px;line-height: 32px;padding: 10px 15px 10px;}
  .location-3 strong {font-size: 16px;}
  .footer-contact strong {font-size: 34px;padding: 15px 12px 0px}
  .icon-text a {padding: 5px 12px 1px;}
  .footer-contact3:nth-child(1) .icon-text a {font-size: 14px;}
  .getintouch .form-heading strong {font-size: 19px;}
  .breadcrumb-section {padding: 25px 0 22px;}
  .first-item{font-size: 16px;}
  .breadcrumb-section .last-item{font-size: 14px;padding: 5px 17px 3px;}
  .services-3::before, .services-3::after {top: 195px;}
}





