@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Outfit", sans-serif;
}
: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: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}


ul, p{
  list-style:none;
  margin: 0;
  padding: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/* top head section start */
.tophead-section{
  background: radial-gradient(#ff0700, #fd7d05);
  text-align: center;
}
.top-add{
    padding: 8px 0 0px;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    line-height: 40px;
}
.top-list{
  padding: 0 0 5px;
}
.top-list ul li {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 14px 7px;
  text-transform: capitalize;
  display: inline-block;
  background: white;
  margin: 0 8px 5px;
  border-radius: 0 0 15px 15px;
  color: #000000;
}
.top-list ul li i {
    font-weight: 600;
    color: #ff0000;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin: 0 4px 0 0;
}
/* top head section end */



/* head section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-section1{
  position: relative;
  background: #fff;
  margin: 0 0 -22px;
  padding: 0 10px 9px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 6px #ffffff3d;
}
.head-left1{
  text-align: center;:
  center;
}
.head-right1{
  text-align: center;
}
.head-right2{
  padding:0;
}
.head-call{
   padding: 0px 5px 0 0;
   position: relative;
}
.head-call span{
  padding: 0 7px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  display: block;
}
.head-call span i{
  padding: 3px 7px 5px;
  font-size: 24px;
  font-weight: 600;
  animation: boun1 0.4s infinite;
}
@keyframes boun1 {
    0% {
        transform: translateX(8px);
        color:#fd7d05;

    }
    100% {
        transform: translateX(0);
        color:#ff0700;
    }
  
}
.head-call1{
  padding:0;
}
.head-call1 a{
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.head-line{
  padding: 9px 15px 3px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  background: #fe6504;
  border-radius: 50px;
}
/* head section end */


/* banner section start */
.banner img{
  width: 100%;
}
/* banner section end  */

/* about us section start */
.about-title{
    padding: 0 0 50px;
}
.about-title span{
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 15px 6px;
    color: #ffffff;
    display: inline-block;
    background: radial-gradient(#ff0700, #fd7d05);
    border-radius: 50px;
    line-height: 26px;
    position: relative;
    z-index: -1;
}

.about-title strong{
    text-transform: capitalize;
    font-size: 60px;
    color: #000;
    font-weight: 800;
    display: block;
    text-align: left;
    line-height: 26px;
    margin: 0 auto;
    width: fit-content;
}

.about-us-content{
  padding: 35px 35px 60px;
  background:url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 50px;
}
.about-us-content img{
  
float: right;
}
.about-us-content p{
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    padding: 10px 0;
}
.about-us-content p strong{
    color: #ffee00;
    font-weight: 400;
}

.about-us-content ul{
  padding: 15px 0 15px;
}
.about-us-content ul li{
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    padding: 10px 15px 10px;
    background: #ffffff;
    margin: 5px 1px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 0 3px white;
}
.about-us-content ul li:before {
    content: "\f112";
    font-family: "Font Awesome 7 Free";
    display: inline-block;
    text-align: center;
    color: #dc181c;
    margin: 0 4px 0 0;
    font-weight: 900;
    font-size: 16px;
}
/* about us section end */

/* award section start */
.awards-sec{
  position: relative;
}
.awards-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 281px;
    background: radial-gradient(#ff0700, #fd7d05);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}
.award-title{
  text-align: left;
  padding: 0 0 30px;
  margin: -35px 0 0;
}
.award-title strong{
    text-transform: capitalize;
    padding: 0 30px;
    font-size: 50px;
    color: #000000;
    font-weight: 800;
    display: inline-block;
    position: relative;
    background: #ffffff;
    text-shadow: -2px 1px 4px #fafcfd;
    text-align: center;
    z-index: 99999999;
    border-radius: 50px;
    margin: -30px 0 0;
}
.awards-1{
  padding: 12px;
}
.awards-2 img{
  width: 100%;
  border: 3px solid white;
  padding: 10px;
}
/* award section end */


/* best services section start */
.best-services1{
  padding: 12px;
  text-align: center;
}
.best-services3{
  padding: 45px 15px 4px;
  background: radial-gradient(#ff0700, #fd7d05);
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0% 20%);
  border-radius: 0 0 20px 20px;
  margin: 0 0 -18px;
  position: relative;
  z-index: 1;
}
.best-services3 a{
  padding: 3px 12px 3px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-top: 0;
  position: relative;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
}
.best-services3 a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 84px;
    background: #fff;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.best-services3 p{
  padding: 5px 0 13px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
  border-top: 0;
}
.best-services3 strong{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 28px;
  padding: 8px 0 0 0;
  font-weight: 600;
  display: block;
  text-shadow: -2px 0px 7px #fe1100;
}

.best-services-img{
  position: relative;
}
.best-services-img img{
  width: 100%;
  border-radius: 0 0 30px 30px;
}
/* best services section end */



/* other services section start */
.other-sv-sec{
    overflow: hidden;
    border-top: 1px solid #fe0b00;
    border-bottom: 1px solid #fe0b00;
}
.other-sv-1{
    padding: 0 15px;
}
.other-sv-text{
    border-top-right-radius: 60px;
    position: relative;
}
.other-sv-bottom .other-sv-text{
    border-top-right-radius: 60px;
}
.other-sv-top .other-sv-text{
    border-bottom-left-radius: 60px;
    background: linear-gradient(180deg, #ff0700, #fd7d05);
    text-align: right;
}
.other-sv-text{
    background: linear-gradient(0deg, #ff0700, #fd7d05);
    padding: 0 23px;
}
.other-sv-bottom .other-sv-text:after {
    background: linear-gradient(0deg, #ff0700, #fd7d05);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    right: 50%;
    transform: translate(-20%, 0%);
    z-index: -1;
}
.other-sv-top .other-sv-text:after {
    background: linear-gradient(180deg, #ff0700, #fd7d05);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-11%, 0%);
    z-index: -1;
}
.other-sv-text1{
  display: block;
  z-index: 0;
  position: relative;
}
.other-sv-bottom .other-sv-text1{
  padding: 15px 0 0;
}
.other-sv-top .other-sv-text1{
   padding:0 0 15px;
   text-align: right;
}
.other-sv-num{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    background: white;
    border-radius: 50px;
    padding: 6px 12px 4px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.other-sv-text1:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fff;
    top: 29px;
    margin: 0 auto;
    z-index: 0;
}
.other-sv-bottom .other-sv-text1:after{
    left: 0;
}
.other-sv-top .other-sv-text1:after {
    right: 0;
    top: 14px;
}
.other-sv-text1 a {
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    width: 100px;
    height: 100px;
    line-height: 76px;
    background: radial-gradient(#ff0700, #fd7d05);
    border-radius: 50%;
    text-align: center;
    border: 12px solid #fff;
    position: absolute;
    right: 50px;
    z-index: 1;
}
.other-sv-bottom .other-sv-text1 a {
    top: -50px;
}
.other-sv-top .other-sv-text1 a {
    bottom: -50px;
    left: 50px;
}
.other-sv-heading{
  font-size: 36px;
  font-weight: 600;
  color: #ffff;
  text-transform: capitalize;
  text-shadow: -2px 0px 7px #fe1100;
}
.other-sv-bottom .other-sv-heading{
  padding: 10px 0 5px;
}
.other-sv-top .other-sv-heading{
   padding: 5px 0 10px;
}
.other-sv-bottom .other-sv-img{
  padding: 35px 0 12px;
}
.other-sv-top .other-sv-img{
  padding: 12px 0 0;
}
.other-sv-img img{
   border-radius: 35px;
   width: 100%;
}
/* other services section end */



/* why us section start */
.why-us-sec{
  padding: 0 12px;
}
.why-title strong{
  margin: 0;
}
.why-left{
  padding: 70px 25px 0 100px;
}
.why-text p{
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
.why-right{
  padding: 0;
}
.why-right1{
  padding: 30px 0 30px 40px;
  position: relative;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.why-right1 ul li{
  font-weight: 600;
  font-size: 19px;
  position: relative;
  padding: 8px 0 9px 17px;
  text-transform: capitalize;
  margin: 25px 0;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 3px white;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  line-height: 22px;
}
.why-right1 ul li:after {
    content: "\f06e";
    font-family: "Font Awesome 7 Free";
    display: inline-block;
    text-align: center;
    color: #ffffff;
    margin: 0 0 0 20px;
    font-weight: 600;
    font-size: 21px;
    width: 52px;
    height: 35px;
    line-height: 36px;
    background: radial-gradient(#ff0700, #fd7d05);
    border-radius: 50px 0 0 50px;
    right: 0;
    position: relative;
}

/* why us section end */


/* testimonial section start */
.testi-1{
  padding: 12px;
  text-align: center;
}
.testi-2{
  padding: 0 5px 5px;
  position: relative;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(0, #ff0700, #fd7d05, #fff);
}
.testi-3 {
    padding: 0;
    background: #fff;
    border-radius: 0 0 45px 45px;
    text-align: center;
}
.testi-box {
    padding: 15px 15px;
    position: relative;
}
.testi-box:before {
    content: "\f10d";
    font-family: "Font Awesome 7 Free";
    text-align: center;
    color: #ff0700;
    padding: 0 15px 0;
    font-weight: 600;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 0;
}
.testi-box:after {
    content: "\f10e";
    font-family: "Font Awesome 7 Free";
    text-align: center;
    color: #ff0700;
    padding: 0 15px 0;
    font-weight: 600;
    font-size: 40px;
    right: 0;
    position: absolute;
    top: 0;
}
.testi-img{
    border-radius: 0 0 50%50%;
    box-shadow: 0 0 0 15px #ffffff36;
    background: linear-gradient(0, #ff0700, #fd7d05, #fff 29%);
    width: 132px;
    height: 125px;
    line-height: 55px;
    margin: 0 auto;
    padding: 0 12px 12px;
}
.testi-img img {
    border-radius: 50%;
    border: 5px solid #ffffff;
}
.testi-box p {
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    padding: 12px 0;
}
.testi-box strong {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
.testi-box span{
    color: #ff0700;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 0 0px;
    display: block;
}
.rating {
  color: #fd7405;
  font-size: 20px;
}
/* testimonial section end */


/* main services section start */
.services1{
  padding: 12px;
}
.services2{
  padding: 65px 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: #fde00526;
  z-index: 0;
}
.services2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 32%;
    background: url(../images/srv-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 70%, 54% 100%, 0 70%, 0 0);
}
.services3{
  text-align: center;
  padding: 0 25px 5px;
  position: relative;
  z-index: 1;
}

.services3 img{
  border-radius: 50%;
  width: 77%;
  border: 10px solid white;
}
.services3 span{
    color: #293702;
    background: #f8fea3;
    padding: 4px 10px 3px;
    border-radius: 0px 40px 40px 0px;
    display: block;
    position: absolute;
    bottom: 19px;
    width: 145px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
}
.services4{
  padding: 0 15px 30px;
  text-align: center;
}
.services4 strong{
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
  color: #000;
  text-transform: capitalize;
}
.services4 span{
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  color: #ff0700;
  text-transform: capitalize;
}
.services4 p{
  padding: 5px 0 15px;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}
.services4 a{
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 15px 6px;
  font-weight: 500;
  background: radial-gradient(#ff0700, #fd7d05);
  border-radius: 50px;
}
/* main services section end */

/* footer section start */
.footer{
  padding: 0 12px;
}
.footer-left{
  padding: 0;
}
.footer-left1{
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 40px 0 0;
  padding: 40px 0px 20px;
}
.footer-right{
  padding: 0;
}

.chat-box {
    height: 100%;
    position: relative;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding: 0 10px 0 50px;
}
.chat-box:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 69%;
    left: 0px;
    z-index: -1;
}
.chat-img{
    width: 16%;
}
@keyframes whatsappPulse{
  0%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,200,83,0.6);
  }
  70%{
    transform: scale(1.05);
    box-shadow: 0 0 0 12px rgba(0,200,83,0);
  }
  100%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,200,83,0);
  }
}

@keyframes whatsappBounce{
  0%, 100%{
    transform: rotate(0deg) scale(1);
  }
  25%{
    transform: rotate(-12deg) scale(1.15);
  }
  50%{
    transform: rotate(12deg) scale(1.15);
  }
  75%{
    transform: rotate(-8deg) scale(1.1);
  }
}
.chat-text {
    padding: 21px 0 0;
    text-align: center;
    width: 40.33%;
}
.chat-text p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 6px;
}
.chat-text span {
    font-size: 43px;
    color: #ff0700;
    font-weight: 900;
    display: inline-block;
    padding: 0;
}
.chat-num {
    font-size: 37px;
    color: #000;
    font-weight: 900;
    display: inline-block;
    padding: 6px 0 0;
    width: 44%;
    font-family: "Outfit", sans-serif;
    text-align: center;
}
.disclaimer{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 43px 80px 0 30px;
    text-align: center;
    color: #121212;
}

/* footer section end */


/* copyright section start */
.copyryt1{
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: #000000;
    text-align: center;
    padding: 15px 0;
    display: block;
}
/* copyright section end */

#callbook {
  bottom: 0;
  height: 45px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #ff0000;
  position: relative;
  padding: 6px 8px 20px;
  width: 70%;
  float:left;
  text-align: center;
  border-radius: 0 20px 0 0;
}
#callbook ul li:last-child{
}
#callbook ul li a span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}



@media (max-width: 767px){
.top-list ul li {font-size: 14px;margin: 3px 1px;border-radius: 20px;padding: 5px 12px 5px;}
.top-list ul li i {font-size: 16px;}
.head-left1 {padding: 0;}
.top-list {padding: 10px 0 10px;}
.head-call span {font-size: 19px;}
.head-call1 a {font-size: 32px;}
.head-call {padding: 0;}
.why-left {padding: 70px 35px 30px;}
.flex-dt{flex-direction: column-reverse;}
.about-us-content ul li {margin: 15px 0;display:block;}
.award-title strong {font-size: 40px;}
.other-sv-heading {font-size: 35px;}
.copyryt1 {padding: 9px 0 55px;}
.chat-box {padding: 0 15px 0;background: #fff;}
.chat-img{position: fixed;bottom: 60px; 0;right: 18px;margin: 0 auto;width: fit-content;animation: whatsappPulse 1.6s infinite;border-radius: 50px;}
.chat-text span {font-size: 35px;}
.chat-text p {font-size: 13px;}
.chat-num {font-size: 33px;width: 50%;padding: 4px 0 0;}
.chat-text {width: 50%;padding: 18px 0 0;}
.disclaimer {padding: 12px 12px 0;}
.best-services3 strong {font-size: 28px;}
.awards-sec:after {height: 365px;}
.about-title strong {font-size: 57px;}
.chat-img img{width: 60px;animation: whatsappBounce 1.2s infinite;}
.about-us-content img {float: none;margin: 0 auto;display: block;}
#callbook {display:block;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-left1 {padding: 0 15px 0;}
.head-line {margin:0;}
.top-list ul li:nth-child(4), .top-list ul li:nth-child(5){display: none;}
.why-left {padding: 70px 30px 30px;}
.flex-dt{flex-direction: column-reverse;}
.chat-box {padding: 0 15px 0;}
.chat-img {width: 18%;}
.chat-num {font-size: 37px;padding: 4px 0 0;}
.disclaimer {padding: 20px 25px 0;}
.footer-left1 {border-radius: 0;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.top-list ul li {font-size: 15px;padding: 5px 12px 4px;margin: 0 2px 5px;}
.top-list ul li i {font-size: 17px;}
.head-call1 a {font-size: 35px;}
.best-services3 strong {font-size: 25px;}
.why-title strong {font-size: 58px;line-height: 27px;}
.why-left {padding: 70px 20px 0 20px;}
.chat-text span {font-size: 32px;}
.chat-text p {font-size: 13px;}
.chat-num {font-size: 29px;}
.chat-img {width: 18%;}
.chat-box {padding: 0 10px 0 20px;}
.disclaimer {padding: 20px 30px 0 30px;}

}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.head-section1 {margin: 0 0 -14px}
.head-call span {font-size: 14px;}
.head-call1 a {font-size: 23px;}
.head-call span i {font-size: 20px;}
.about-us-content {padding: 15px 15px 25px;}
.award-title strong {font-size: 32px;padding: 0 18px;margin: -50px 0 0;}
.awards-1{width: 100%;}
.other-sv-heading {font-size: 25px;}
.other-sv-text {padding: 0;}
.about-title strong {font-size: 43px;}
.about-title span {font-size: 15px;padding: 1px 15px 2px;}
.why-right1 {padding: 15px 0 15px 20px;}
.why-left {padding: 70px 20px 30px;}
.other-sv-num {font-size: 13px;padding: 4px 12px 3px;}
.chat-text span {font-size: 29px;}
.chat-text p {font-size: 11px;}
.chat-num {font-size: 25px;}
.top-add {font-size: 18px;line-height: 28px;}
.head-line {padding: 5px 15px 0;font-size: 16px;}
.why-right1 ul li {font-size: 16px;padding: 6px 0 6px 15px; margin: 15px 0;}
.awards-sec:after {height: 935px;}
.about{margin: 0 !important;}

}




@media (max-width: 419px) and (min-width: 290px) {
.head-line {padding: 7px 15px 0;font-size: 14px;}
.top-add {padding: 0;font-size: 16px;}
.head-call, .head-call1{width: 100%;}
.top-list ul li {margin: 2px 0px;font-size: 10px;padding: 5px 10px 4px;}
.top-list ul li i {font-size: 11px;}
.head-call span {font-size: 16px;padding: 0px 7px 0;}
.head-call1 a {font-size: 30px;}
.head-call span i {font-size: 20px;}
.award-title strong {font-size: 24px;padding: 3px 15px 3px;}
.other-sv-heading {font-size: 25px;}
.about-title strong {font-size: 32px;}
.about-title span {font-size: 14px;}
.why-right1 ul li {font-size: 15px;}
.other-sv-1 {padding: 0 10px;}
.other-sv-text1 a {font-size: 32px;width: 80px;height: 80px;line-height: 65px;border: 7px solid #fff;}
.other-sv-bottom  .other-sv-num{margin: 28px 0 0;}
.other-sv-top  .other-sv-num{margin:0 0 28px;}
.other-sv-num{font-size: 15px;}
.other-sv-bottom .other-sv-text1:after {width: 1px;height: 33px;right: -104px;}
.other-sv-top .other-sv-text1:after {width: 1px;height: 33px;left: -104px;}
.other-sv-bottom .other-sv-text {border-top-right-radius: 35px;}
.other-sv-top .other-sv-text {border-bottom-left-radius: 35px;}
.chat-box {display: block;}
.chat-text{width: 100%;}
.chat-text span {font-size: 38px;}
.chat-text p {font-size: 15px;}
.chat-num {font-size: 33px;width: 100%;padding: 0;margin: -6px 0 0;}
.awards-2 img {border: 2px solid white;padding: 8px;}
.about{margin-top: 0 !important;}
.services-sec{margin-top: 0 !important;}
.testimonial{padding-top: 0 !important;padding-bottom: 0 !important;}
.services4 strong {font-size: 29px;}
.about-title {padding: 0 0 30px}
}

