@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Stack Sans Headline", sans-serif;
  color: #6d041a;
}
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, p{
  margin:0px;
  padding:0px;
}
li{
  margin:0px;
  padding:0px;
  list-style: none;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


@font-face {
font-family: 'Basmala';
src: url('../fonts/Basmala.eot');
src: url('../fonts/Basmala.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Basmala.woff') format('woff'),
      url('../fonts/Basmala.ttf') format('truetype'),
      url('../fonts/Basmala.svg#providence-bold') format('svg');
      font-weight: normal;
      font-style: normal;
    }

/* top header section start */
.top-header{
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
}
.top-left{
  padding: 0 0 0 98px;
  text-align: center;
}
.top-left-1{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 10px;
}
.top-left-1 span{
   color: #ffffff;
   font-size: 25px;
   font-weight: 500;
   text-transform: capitalize;
   display: inline-block;
}
.top-left-1 a{
   color: #ffffff;
   font-size: 40px;
   font-weight: 700;
   display: flex;
   font-family: "Fraunces", serif;
   align-items: center;
}
.top-left-1 a i{
   color: #ffffff;
   font-size: 22px;
   font-weight: 700;
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #ff6c00;
   border-radius: 50px;
   margin: 0 8px 0 0;
}


.marquee span {
  white-space: nowrap;
  padding: 11px 25px 8px;
  text-shadow: 0 0 20px #fcff00;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.top-left-1 p{
  color: #fcff00;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px 3px;
  background: #022201;
  animation: animate 0.8s linear infinite;
}
@keyframes animate{
    0%{
       text-shadow: 0 0 5px #fcff00;
}
  50%{
       text-shadow: 0 0 20px #fcff00;
  }
  100%{
       text-shadow: 0 0 20px #fcff00;
    }
}


.top-right{
  padding: 0px 12px;
}

.top-right-1{
  text-align: center;
  background: #fff;
  padding: 7px 0;
}
.top-right-1 p{
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 28px 5px;
  text-align: center;
  display: inline-block;
  background: #79d504;
  border-radius: 50px;
  text-shadow: 2px 2px 2px #147905;
}
.toplist1 ul li{
  padding: 7px 15px;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.toplist1 li span{
  height: 52px;
  width: 52px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  box-shadow: 0 0px 0px 6px #ffffff;
  background: #ff6c00;
  line-height: 55px;
  margin: 0 0 0 10px;
}
/* top header section end */





/* head section start */
.head-align{
    align-items: center;
}

.head-right2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-right2 .head-call{
    text-transform: capitalize;
    font-size: 51px;
    font-weight: 800;
    padding: 0 15px 0 0;
    animation: bounce infinite;
    animation-duration: 1s;
    color: #ffffff;
    display: inline-block;
}
@keyframes bounce{
    0%{
      color:#022201;
    }
    100% {color:#ff0000;
    }
}
.head-right2 .head-text{
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    padding: 1px 23px 2px;
    background: #022201;
    display: inline-block;
    border-radius: 40px;
}
/* head section end */

/* head line section start */
.headline-sec{
  padding: 0;
  background: #fcff00;
  animation: 1s blink infinite;
}
@keyframes blink{
  0%{
    background: #022201;
  }
  50%{
    background: #fe0000;
  }
  100%{
    background: #022201;
  }
}
.headline-left1{
  padding: 0;
}
.headline-left2 span{
  font-weight: 700;
  padding: 0px 0 3px;
  font-size: 34px;
  text-transform: capitalize;
  display: inline-block;
  color:#ffffff;
}
.headline-right1{
  padding: 0;
}
.headline-right2 span{
  font-weight: 900;
  padding: 4px 15px 4px;
  color: #022201;
  font-size: 31px;
  text-transform: uppercase;
  display: block;
  background: #fcff00;
  text-align: center;
}
/* head line section end */


/* banner section start */
.banner img{
  width: 100%;
}
.banner1{
  padding: 12px;
}
/* banner section end */

/* about us section start */
.about-section{
    padding:0;
}
.about-section-1{
    padding: 60px 0;
}

.about-us-content{
    padding: 12px 0 0;
    text-align: center;

}
.about-us-content1{
    background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
    padding: 15px;
    border-radius: 20px;
}
.about-us-content1 p{
  color: #fff !important;
  font-weight: 100 !important;
}
.about-us-content p{
    font-size: 14.5px;
    font-weight: 300;
    line-height: 28px;
    color: #303030;
    padding: 5px 0;
}
.about-us-content1 p strong{
    color: #a1011f;
    font-weight: 500;
}
.about-us-content p strong{
    color: #ff6d00;
    font-weight: 400;
}
.about-heading{
    display: block;
    border: 1px solid #ff6d00;
    border-bottom: 0;
}
.about-us-content ul{
  padding: 10px 0 0px;
}
.about-us-content ul li{
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #303030;
    padding: 1px 0;
}
.about-us-content ul li:before{
    content: "\f6a1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 14px;
    color: #a81627;
    padding-right: 7px;
}
.about-heading{

}
.about-heading p{
  color: #ffffff;
  background: #ff6d00;
  width: fit-content;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 auto;
}
.about-heading strong{
  font-family: "Fraunces", serif;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 70px;
  padding: 0 12px;
  display: block;
}
.design-aboutus{

padding: 12px;
}
.about-image{padding: 0 12px;}
.about-image img{
  
border-radius: 0 0 500px 500px;
}
/* about us section end */


/* top services section start */
.top-services-1{
  padding: 12px;
}
.top-services-2{
  padding: 12px;
  box-shadow: 0 0 7px #e7e7e7;
  border-radius: 35px;
}
.top-services-2 strong{
  text-align: center;
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 15px 8px;
  color: #ffffff;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  border-radius: 50px;
}
.top-services-2  a {
    font-size: 16px;
    padding: 2px 14px 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #ff8a00;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
}
/* top services section end */
/* why us section start */
.why-box{
  
position: relative;
  
padding: 20px 20px;
}
.why-box:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    background: #ffffff;
    right: 0;
    z-index: -1;
    top: 0;
    border-radius: 50px;
    box-shadow: 0px 2px 15px #dfc7fc96;
    margin: 0 auto;
    left: 0;
}
.why-content{
  padding: 12px;
  margin: 0 auto;
}
.why-content p{
  font-size: 14.5px;
  font-weight: 300;
  line-height: 28px;
  color: #303030;
  padding: 5px 0;
  text-align: center;
}
.why-content ul{padding: 50px 12px 15px;background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);border-radius: 20px;}
.why-content ul li{
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  padding: 3px 0 3px 22px;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
}
.why-content ul li:before {
    background: 30% #e6e6e600;
    top: 3px;
    left: 0;
    color: #ff6d00;
    position: absolute;
    content: "\f634";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
}
.why-content img{
  width: 100%;
  border-radius: 50px;
}
.why-content a{
     display: block;
     text-align: center;
     margin: 0 0 -18px;
}
.why-content a i{
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
    line-height: 166px;
    background: #79d504;
    border-radius: 50%;
    box-shadow: 0 0 0px 20px #66b7005e;
}
a.why-call i{
    background: #ff6d00;
    box-shadow: 0 0 0px 20px #ff6d007a;
}
.why-content a svg{
  height: 60px;
  width: 60px;
  color: #fffbff;
}
/* why us section end */


/* awards section start */
.award-section{
  overflow: hidden;
}
.award-section1{
  position: relative;
}
.award-section1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(45deg, #ff00a6, #ff000e);
  right: 0;
  z-index: -1;
  bottom: -35px;
  border-radius: 500px;
}
.awards-1{
  padding: 5px;
  margin: 0 auto;
}
.awards-2 p{
  font-weight: 600;
  color: #000;
  line-height: 22px;
  text-align: center;
  padding: 0 0 5px;
  font-size: 16px;
  text-transform: capitalize;
}
.awards-2 img{
  width:100%;
}
/* awards section end */


/* top services section start */
.topservices-title{

text-align: center;
}
.topservices-title strong{
    padding: 8px 25px;
    background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
}
.topservices-title img{
  
}
.topservices-1{
  padding: 0 12px 12px;
}
.topservices-2{
    background-color: #ffffff;
    background-image: url(../images/service-provied-bg.png);
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(2, 1, 1, 0);
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.topservices-2 strong{
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: #ffffff;
  padding: 12px 0 10px;
  border-bottom: 1px dashed #ffffff3b;
}

.topservices-2 i{
  
  -
  weight: 700;
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #fff;
  border-radius: 50%;
}

.topservices-2 svg{
  width: 70px;
  height: 70px;
}

.topservices-2 p{
  font-size: 14.5px;
  font-weight: 100;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 0 0;
}
/* top services section end */


/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
}
.testimonials .services-heading  strong{
  color: #ba1404;
}
.testimonials .services-heading  span{
   background:#fda607;
   color: #000;
}
.testimonials1{
  padding: 15px;
}
.testimonials2{
  padding: 30px 15px 15px;
  position: relative;
  box-shadow: 0 0 7px #e7e7e7;
  border-radius: 0 0 12px 12px;
  border-top: 15px solid #a70120;
}
.testimonials3{
    position: relative;
}
.testimonials3 img{
  position: absolute;
  width: 90px;
  border-radius: 50% 50% 0px 50%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  top: -12px;
}
.testimonials3 strong{
  position: absolute;
  right: 0px;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0 20px 0 104px;
  top: 10px;
}
.testimonials3 p{font-size: 20px;text-transform: capitalize;color: #000000;font-weight: 600;padding: 0 0 0 100px;}
.testimonials3 strong i{
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}
.testimonials3 span{
  width: 25%;
}
.testimonials4 img{height: 70px;}
.testimonials4 p{
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #303030;
  padding: 25px 0 0;
}
.testimonials4 {
}
.testimonials4 span{
  display: block;
  padding: 5px 0 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: -30px;
  right: -15px;
  background: linear-gradient(180deg, #6D041A 0%, #a70120 100%);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 145px;
}
.testimonials4 span .bi{
  height: 75px;
  color: #ffffff;
  width: 75px;
}
.testimonials3 p i {
  color: #ffffff;
  padding: 0px 12px 3px;
  background: #ff6d00;
  margin: 2px auto 0 0;
  display: block;
  width: fit-content;
  border-radius: 50px;
}
.testimonials3 i svg{
  height: 14px;
  width: 14px;
  fill: #ffffff;
}
/* end testimonials section */




/* best services section start */
.bestserv-lines strong{
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  padding: 13px 15px 10px;
  display: block;
  text-transform: capitalize;
  background: linear-gradient(180deg, #6D041A 0%, #a70120 100%);
  position: relative;
  text-align: center;
  line-height: 40px;
}
.bestserv-lines strong span{
  display: block;
  background: #fff;
  width: 130px;
  height: 95px;
  line-height: 68px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 10px auto -45px;
}
.bestserv-lines strong span svg{
  width: 90px;
  height: 90px;
}
.best-services1{
  padding: 12px;
  text-align: center;
}
.best-services2{
  padding: 20px;
  box-shadow: 0px 2px 15px #dfc7fc96;
  border-radius: 15px;
  position: relative;
  background: linear-gradient(180deg, #6D041A 0%, #a70120 100%);
}
.best-services2 img{
  border-radius: 15px;
}
.best-services2 p{
  font-size: 14.5px;
  font-weight: 100;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 0 0;
}
.best-services2 strong{
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 5px;
  border-bottom: 1px dashed #ffffff3b;
}
.best-services2 a{
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 18px 0px;
  position: absolute;
  top: 45px;
  width: fit-content;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #ff6d00;
  border-radius: 50px;
}
.services-bubble {
    margin: -69px 0 0;
}
.services-bubble img {
    width: 100%;
}
/* best services section end */

/* list section start */
.list-section{
    position: relative;
    background: url(../images/list-bg.jpg) no-repeat 50%;
    background-size: cover;
    text-align: center;
}
.list-detail1{
}
.list-detail1 p{
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 5px;
}
.list1 ul li{
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 0;
  position: relative;
  text-align: left;
}
.list1 ul li:before{
    content: "\140f";
    font-family: 'Glyphicons Halflings';
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background: #ff6d00;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    margin: 0 7px 0 0;
}
.list-box img{
   animation: rotate 8s linear infinite;
   position: absolute;
   width: 395px;
   left: 0;
}
 @keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* list section end */

/* footer section start */
.footer-list ul li{
  font-weight: 400;
  position:relative;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 7px 8px;
  color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  background: linear-gradient(180deg, #6D041A 0%, #a70120 100%);
}
.footer-list ul li span{
  color: #000;
  font-size: 17px;
  margin: 14px 0;
  padding: 9px 15px;
  font-weight: 600;
  position:relative;
  background: #ffffff;
  text-transform: capitalize;
  border: 1px solid #ffae00;
  display: block;
}
.footer-list ul li:before {
    color: #780d28;
    font-size: 22px;
    font-weight: 600;
    content: "\f751";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin: 0 11px 0 0;
    width: 35px;
    height: 35px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 38px;
}
.footer-section{
  background: linear-gradient(180deg, #6D041A 0%, #a70120 100%);
  padding: 50px 0 0;
}
.footer-design{
}
.footer-left1{
  padding: 0 0px 0 0px;
}
.footer-contact1{
  padding: 0px 12px 10px;
}
.footer-contact2{
   background: #ffffff;
   padding: 20px;
   border-radius: 0px 0px 10px 10px;
}
.footer-contact2 a{
  display: block;
}
.footer-contact2 span{
  height: 120px;
  width: 120px;
  background: linear-gradient(180deg, #6D041A 0%, #a70120 100%);
  border-radius: 50%;
  position: relative;
  margin: 0px auto 12px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 9px solid #ff6d00;
  color: #fff;
}
.footer-contact2 span i{color: #fff;font-size: 50px;}
.footer-contact2 p{
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.footer-contact2 i{
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}
.footer-location{

background: #ffffff;

border-radius: 12px;

padding: 0 25px;
}
.footer-location iframe{
  height: 202px;
  vertical-align: bottom;
}
.footer-location span{
  font-size: 28px;
  color: #ffffff;
  border-radius: 68px;
  background: #ff6d00;
  display: block;
  padding: 7px 30px 8px;
  font-weight: 700;
  margin: 0 auto 17px;
  width: fit-content;
  text-align: center;
}
.location p{
  height: 120px;
  width: 120px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #e92127;
  animation: zoom-in-zoom-out 1s ease infinite;
  position: absolute;
  top: -60px;
  right: -33px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.location p img{

}
.footer-right1{
  padding: 0 0px 0 0px;
}
.disclaimer b{
  display:block;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.disclaimer strong{
}
.copy p{
  padding: 10px 0 35px;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}
.disclaimer {
  padding: 45px 0px 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  line-height: 22px;
}
/* footer section end */



#callbook {
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
  background: linear-gradient(360deg, #000000d4 50%, transparent 0);
}
#callbook ul{
  padding: 0px;
}
#callbook ul li{
  padding: 0 5px 0px;
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
}
#callbook ul li a span{
  background: red;
  padding: 0;
  border-radius: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
}
#callbook ul li:nth-child(2) a span{
  background: green;
}
#callbook ul li:nth-child(3) a span{
  background: #c3215b;
}
#callbook ul li a b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 0 3px;
  display: block;
}






@media (max-width: 767px){
.top-left {padding: 0 12px;}
.design-aboutus{order: -1;}
.about-image img {border-radius: 500px 500px 0 0;}
.top-left-1 a {font-size: 35px;}
.top-left-1 span {font-size: 17px;}
.top-left-1 a i {width: 45px;height: 45px;line-height: 45px;}
.about-heading strong {font-size: 50px;}
.toplist1 ul li {font-size: 14px;padding: 7px 3px;}
.toplist1 li span {height: 40px;width: 40px;font-size: 20px;line-height: 40px;margin: 0 0 0 5px;}
.why-box:before {width: 100%;}
.bestserv-lines strong {font-size: 25px;}
.list-box img {margin: 0 auto -95px;left: 0;right: 0;position: initial;}
.list-section {margin: 0 0 56px;}
.footer-location span {font-size: 26px;}
.copy p {padding: 10px 0 100px;}
#callbook {display:block;}

}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-left {padding: 0 12px;}
.design-aboutus{order: -1;}
.about-image img {border-radius: 500px 500px 0 0;}
.why-content ul li {padding: 1px 7px 0px 22px;display: inline-block;}
.why-content ul {text-align: center;}
.why-box:before {width: 100%;}
.toplist1 ul li {padding: 7px 10px}
.bestserv-lines strong {font-size: 25px;}
.list-box img {margin: 0 auto -95px;left: 0;right: 0;position: initial;}
.list-section {margin: 0 0 56px;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-left-1 a {font-size: 35px;}
.top-left-1 span {font-size: 18px;}
.top-left {padding: 0 0 0 20px;}
.toplist1 ul li {padding: 7px 2px;}
.top-left-1 a i {width: 45px;height: 45px;line-height: 45px;}
.about-heading strong {font-size: 65px;}
}



@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .top-left-1 a {font-size: 38px;}
  .top-left-1 span {font-size: 21px;}
  .top-left {padding: 0 0 0 30px;}
}




@media (max-width: 575px) and (min-width: 0px) {
.about-heading strong {font-size: 36px;}
.about-heading p {font-size: 14px;}
.top-left-1 {display: block;padding: 5px 10px 0;}
.toplist1 li span {margin: 2px auto 0;display: block;}
.topservices-title strong {font-size: 27px;}
.bestserv-lines strong {font-size: 20px;line-height: 30px;}
.footer-location span {font-size: 20px;padding: 7px 18px 8px;}
.list-box img {width: 290px;}


}



@media (max-width: 420px) and (min-width: 0px) {
.about-heading strong {font-size: 34px;line-height: 35px;padding: 8px 12px 0;}
.top-right-1 p {font-size: 20px;padding: 6px 15px 5px;}
.top-left-1 a {font-size: 27px;padding: 0 0 5px;}
.top-left-1 span {font-size: 17px;}
.top-left-1 a i {width: 38px;height: 38px;line-height: 40px;font-size: 20px;}
.toplist1 ul li {font-size: 12px;padding: 7px 3px;}
.topservices-title strong {font-size: 21px;padding: 8px 12px;}
.footer-location {font-size: 20px;padding: 12px 10px 0;}
.testimonials3 img {position: inherit;width: 120px;}
.testimonials3 p {padding: 0;}
.list-detail1 p {font-size: 20px;line-height: 28px;}
.topservices-title img {width: 260px;}
.best-services2 {padding: 12px;}
.footer-location span {font-size: 16px;padding: 7px 12px 6px;}
}