@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.main{
  width: 90%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
img{
    width:100%;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

border-r{
    max-width: 100%;
}


ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}




/* header section start */
.header-logo{
    padding: 0;
    background: #d41257;
}
.header-logo1{
    padding:0;
    border-radius: 125px 0 119px 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: url(../images/header-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.header-logo1:before {
    position: absolute;
    content: "";
    background: #ffffff30;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tophead-section1{
  padding: 0;
}
.tophead-left1{
  padding: 0;
  visibility:hidden;
}
.tophead-left2{
  padding: 0;
}
.tophead-left2 a{
    animation:blink .4s infinite;
}
@keyframes blink{
    0%{
        color:#f9ce03;
    }
    100%{
        color:#c61801;
    }
}
.tophead-right1{
  padding: 0;
}
.tophead-right2{
  text-align: center;
  padding: 9px 12px 9px;
  font-size: 20px;
  text-transform:capitalize;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  background: #d41257;
  border-radius: 50px;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 10px 15px;
  text-align: center;
}
.header-logo-center{
    padding:0;
}
.header-logo-center-1{
    padding:0;
    text-align: center;
}
.header-logo-center-1 a{
   padding: 9px 20px 10px;
   color: #ffffff;
   font-weight: 500;
   font-size: 18px;
   border-radius: 50px;
   background: green;
   display: inline-block;
   text-transform: uppercase;
}
.header-logo-center-1 a i{
  padding:0 8px 0 0;
  font-size: 25px;
}
.header-logo-right{
  padding:0;
  text-align: center;
}
.header-logo-right-1{
  padding: 10px 15px;
  text-align:center;
}
.header-contact{
    padding: 6px 15px 0;
    display: flex;
    align-items: center;
    border: 2px dotted #003b88;
    justify-content: space-between;
    gap: 8px;
    background: #fff;
}
.header-contact-1 {
    width: 15%;
    font-size: 45px;
    color: #d41257;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.header-contact-2 {
  font-size: 15px;
  color: #000;
  text-align: center;
}
.header-contact-2 p{
    font-weight: 600;
    color: #000000;
    font-size: 17px;
    text-transform: capitalize;
}
.header-contact-2 span a{
    font-weight: 700;
    border-radius: 50px 50px 0 0;
    color: #d41257;
    font-size: 30px;
}
/* header section end */



/* banner section start */
.slider-section{
  padding: 0;
}
.slider-section img{
  width: 100%;
}
.carousel-caption{
  padding-bottom:100px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}


.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}

.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control .glyphicon-menu-left{
  color: #d41258;
  top: 50%;
  left: 0;
  border-radius: 10px;
  overflow:hidden;
  z-index: 1;
  position: relative;
  background: #fff;
  width: 32px;
  height: 35px;
  line-height: 37px;
}

.carousel-control .glyphicon-menu-left:hover{
  color:#ffffff;
  background: #004092;
}
.carousel-control .glyphicon-menu-right{
  color: #d41258;
  top: 50%;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: #fff;
  width: 32px;
  height: 35px;
  line-height: 37px;
}
.carousel-control .glyphicon-menu-right:hover{
  color: #ffffff;
  background: #004092;
}
.slider-section .carousel-control{
  opacity:1;
}
.slider-section .carousel-control:focus, .carousel-control:hover {
    opacity:1;
}
/* banner section end */



/* about us section start */
.aboutus-section{
  padding: 65px 0 40px;
}
.aboutus-section1{
    padding: 0;
}
.aboutus-heading{
  padding: 0 0 15px;
}
.aboutus-heading span{
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px 10px;
  color: #ffffff;
  background: #d41258;
  display: inline-block;
}
.aboutus-heading p{
  font-size: 38px;
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0px;
  color: #004092;
  font-family: 'Viga', sans-serif;
  margin: -18px 0 0;
  text-shadow: 2px -2px 0px white;
}
.about-design{
  padding: 0;
}
.about-design p{
  color: #232323;
  font-size: 15px;
  line-height: 30px;
  padding: 5px 0;
  font-weight: 400;
}
.about-design p strong{
  color: #d41258;
  text-transform: capitalize;
  font-weight: 500;
}
.about-design span{
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding: 5px 0 0;
}

.about-design ul{
  padding: 0px 0 11px 30px;
}
.about-design ul li{
  padding: 6px 0 0;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  margin: 7px 35px 0 0;
  align-items: center;
  border-bottom: 2px solid #d41258;
  display: inline-block;
}

.about-design ul li:before{
  content: "\f751";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-radius: 50% 50% 0;
  margin: 0px 7px -1px -29px;
  background: #d41258;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
/* about us section end */



/* top services section start */
.topservices-section{
  padding:0;
}
.topservices-section1{
  padding: 0 0 35px;
}
.topservices{
  padding: 40px 0 0 0px;
}
.top-services1{
    padding: 20px 15px 132px;
}
.top-services2{
  padding: 0px 0px;
  box-shadow: 0 0 6px 0 #00000017;
  background: url(../images/srv-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-services2:before {
    position: absolute;
    content: "";
    background: #ffffffd4;
    width: 100%;
    height: 100%;
}
.top-services3{
  padding: 0px 25px 0;
  text-align: center;
  margin: 0 0 -85px;
}
.top-services3 img{
  border-radius: 50%;
  border: 15px solid #0040922e;
}
.top-services4{
  padding: 0;
  transition: 0.5s;
  text-align: center;
}
.topservices-text {
  padding: 0px 15px 0;
}

.topservices-text strong{
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: #004092;
  display: block;
  font-family: 'Viga', sans-serif;
}
.topservices-text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #232323;
    padding: 5px 0 20px;
}
.topservices-text a{
  display: inline-block;
  padding: 8px 22px 7px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  background: #d41258;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  margin: -26px 0 0;
  transform: translateY(-13px);
}
@keyframes rip{
0%{ box-shadow: 0px 0px 0px 0px hsl(338deg 84% 45% / 50%);}
20%{ box-shadow: 0px 0px 0px 3px rgb(212 18 88 / 40%);}
40%{ box-shadow: 0px 0px 0px 6px rgb(212 18 88 / 34%);}
60%{ box-shadow: 0px 0px 0px 8px rgb(212 18 88 / 19%);}
80%{ box-shadow: 0px 0px 0px 12px rgb(212 18 88 / 12%);}
100%{ box-shadow: 0px 0px 0px 15px rgb(212 18 88 / 7%);}
}
/* top serevices section end */




/* choose us section start */
.choose-sec-1{
    padding:0;
    background: #d41258;
}
.choose-sec-2{
    padding: 50px 0;
}
.choose-left{
    padding: 15px;
}
.choose-left-1{
    padding: 40px 15px 20px;
    background: #fff;
    text-align: center;
}
.choose-content{
    padding: 0;
}
.choose-content p{
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 3px;
}
.choose-content p strong{
    color: #d41258;
    font-weight: 500;
}
.choose-content1{
    padding: 15px 0 0;
}
.choose-1{
    padding: 15px;
}
.choose-2{
    padding: 0;
    text-align: center;
}
.choose-image{
    color: #d41258;
    text-align: center;
    width: 165px;
    height: 165px;
    padding: 35px 30px;
    margin: 0 auto;
    position: relative;
    background: repeating-linear-gradient(291deg, #d41258 0 10px,#004092 12px 17px,#d41258 19px);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.choose-image:before {
    content: '';
    background-color: rgba(255,255,255,0.95);
    position: absolute;
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
    z-index: -1;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

.choose-image span{
    font-size: 60px;
    display: inline-block;
    transition: .3s all ease-in-out;
    line-height: 98px;
}
.choose-image i{
    transition: .5s all ease-in-out;
    z-index: 1
}
.choose-text{
    padding: 0;
}
.choose-text p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #004092;
    display: block;
    font-family: 'Viga', sans-serif;
    padding: 12px 0 0;
}
.choose-right{
    padding: 0;
}
.choose-right-1{
    padding: 15px;
}
.srv-list{
  padding: 0 0px 15px 40px;
}
.srv-list-1{
  padding: 0;
  position: relative;
}
.srv-list-1 p{
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    padding: 4px 0 0;
}
.srv-list-1 ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 0px 0 6px 0;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    border-bottom: 2px dotted #fff;
    margin: 7px 0 1px;
}
.srv-list-1 ul li:before {
    align-items: center;
    border: 1px solid #ffffff;
    padding: 0 0 0 0;
    content: "\f751";
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
    color: #004092;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border-radius: 50% 50% 0;
    margin: 0px 10px 1px -31px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 29px;
}
.awards{
  padding: 8px 0 0;
}
.awards-1{
    padding: 10px;
}
.awards-2{
  padding:0;
}
.awards-2 img{
  width:100%;
}
/* choose us section end */



/* best services section start */
.bestservices-section{
    padding: 0;
}
.bestservices-section1{
    padding: 87px 0px 30px;
}
.best-head{
    padding: 0;
    text-align: center;
}

.best-services{
    padding: 0;
}

.best-services1{
    padding: 0;
}
.best-services2{
    padding: 15px;
}
.best-services3{
    text-align: center;
    position: relative;
}

.best-services3:before {
    content: '';
    height: 54px;
    width: 12px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 41px;
    z-index: -1;
}
.best-services3:after{
    background-color: #ffc000;
    width: 150px;
    height: 45px;
    box-shadow: 0 0 9px #000 inset;
    border-radius: 30px 30px 0 0;
    bottom: 0;
    z-index: -2;
}
.srv-img{
  max-width: 240px;
  padding: 5px;
  margin: 0 auto;
  box-shadow: 0 0 10px #ffffff, 0 0 0 15px #d41258;
  position: relative;
}
.srv-img img{
    text-align: center;
    max-width: 240px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0 0 10px #ffffff, 0 0 0 15px #d41258;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
    overflow: hidden;
    left: 10px;
}
.best-services4{
    padding: 0px 0 0px 0;
    text-align: center;
}
.best-services4 span{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #004092;
    padding: 29px 0px 0px;
    display: block;
    font-family: 'Viga', sans-serif;
}
.best-services4 p{
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    #232323: #000;
    padding: 5px 0px 15px;
    color: #232323;
}
.best-services4 a {
    color: #ffffff;
    font-size: 20px;
    background: #004092;
    padding: 0;
    width: 60px;
    height: 42px;
    line-height: 44px;
    display: inline-block;
    transition: .4s all ease-in-out;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 47px 50px;
}
/* best services section end */



/* testimonial section start */
.testi-sec{
    padding:0;
}
.testi-sec-1{
    padding: 35px 0 0;
}
.testi-content{
  padding: 68px 0 0;
}
.testi-1{
  padding: 28px 15px 90px;
}
.testi-2{
  padding:0;
  text-align:center;
}
.testi-3{
  padding: 0;
  position: relative;
  text-align:center;
}
.testimonial {
    background: #00409205;
    text-align: center;
    padding: 30px 24px 27px;
    position: relative;
    box-shadow: 0 0 5px 0 #0000000d;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #050aff;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    text-align: center;
    color: #232323;
    font-size: 15px;
    line-height: 27px;
    padding: 32px 0 12px;
    font-weight: 400;
}
.testimonial .testimonial-content{
    width: 100%;
}
.testimonial .pic{
    padding:0;
    margin:-111px 0 0;
}
.testimonial .pic-1{
    display: inline-block;
    position: relative;
    max-width: 108px;
}
.testimonial .pic-1 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 5px solid #d41258;
    padding: 5px;
}
.quotation {
    position: absolute;
    left: 0;
    top: 63px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    width: 30px;
    height: 35px;
    line-height: 37px;
    background: #d41258;
    border-radius: 112px;
}
.rating {
    color: #fdc006;
    text-align: center;
    padding: 0px 0 0;
    display: block;
}
.rating li {
    display: inline-block;
    font-size: 15px;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 500;
    color: #004092;
    text-transform: capitalize;
    padding: 2px 0 2px 0;
    font-family: 'Viga', sans-serif;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}
/* testimonial section end */


/* footer section start */
.top-section{
    padding: 0;
    text-align: center;
    background: #004092;
}
.top-section1{
    padding:0;
}

.top-section1 p{
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  text-transform:capitalize;
  padding: 25px 0 15px;
}

.top-section1 span{
  color: #d41258;
  font-size: 22px;
  font-weight: 700;
  text-transform:capitalize;
  padding: 5px 25px 5px;
  background: #fff;
  display: inline-block;
  border-radius: 40px;
}


.top-section1 a{
    color: #ffffff;
    font-size: 110px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 0 12px;
    display: block;
    animation:blikk .5s infinite;
}
@keyframes blikk{
    0%{
        opacity:0;
    }
     100%{
        opacity:1;
    }
}
/* footer section end */


/* copyright section start */
.copy-right{
    padding: 18px 0;
    background: #d41258;
    text-align: center;
}
.copyryt span{
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    display:block;
}
.copyryt p{
  text-align: center;
  line-height: 22px;
  font-weight: 300;
  color: #fffffff0;
  padding: 15px 0 3px;
  font-size: 11px;
}
.footer-navigation1, .copyryt{padding: 0;}
.footer-navigation1 ul li{
    padding: 0 25px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
}
.footer-navigation1 ul li a{
    color: #ffffff;
}
/* copyright section end */


/* Mobile Fixed Bottom Buttons */
#callbook{
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 9999;
    display: none;
}

#callbook ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

#callbook ul li{
    list-style: none;
    width: 50%;
}

/* Button Design */
#callbook ul li a{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 60px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    transition: 0.3s ease;
    backdrop-filter: blur(8px);
    padding: 12px 0;
}

/* Call Button */
#cb_call{
    background: linear-gradient(135deg,#ff3131,#b30000);
}

/* WhatsApp Button */
#cb_mail{
    background: linear-gradient(135deg,#25d366,#0b8f3a);
}

/* Icons */
#callbook ul li a i{
    font-size: 15px;
    position: relative;
    z-index: 2;
}

/* Text */
#callbook ul li a span{
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 2;
}

/* Shine Effect */
#callbook ul li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
    transition: 0.7s;
}

#callbook ul li a:hover::before{
    left: 130%;
}

/* Hover */
#callbook ul li a:hover{
    transform: translateY(-3px) scale(1.02);
}

/* Pulse Animation */
#cb_call{
    animation: pulseRed 2s infinite;
}

#cb_mail{
    animation: pulseGreen 2s infinite;
}

@keyframes pulseRed{
    0%{
        box-shadow: 0 0 0 0 rgba(255,49,49,0.6);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(255,49,49,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,49,49,0);
    }
}

@keyframes pulseGreen{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

/* Mobile Only */
@media(max-width:767px){
    #callbook{
        display:block;
    }
}









@media (max-width: 767px){
.tophead-right2 {font-size: 15px;}
.header-logo-left-1 {padding: 10px 0px;}
.header-logo-center-1 {padding: 11px 0 0;}
.header-logo-right-1 {padding: 0 15px 20px;}
.header-logo-1 {display:block;}
.header-logo-right-1 { padding: 0 3px 20px;}
.header-logo-center-1 a {padding: 10px 15px 10px;font-size: 15px;}
.header-logo-center-1 a i {padding: 0 6px 0 0;font-size: 20px;}
.header-contact-2 p {font-size: 11px;}
.header-contact-2 span a {font-size: 22px;}
.header-contact-1 {font-size: 30px;width: 36px;}
.topservices-section1 {padding: 35px 0px 29px;}
.top-services1 {padding: 20px 12px 132px;}
.tophead-right2 {font-size: 18px;background: #004093;}
.topservices-text strong {font-size: 21px;}
.footer-navigation1 ul li {padding: 0 12px 3px;}
.top-section1 a {font-size: 60px;}
.copy-right {padding: 20px 0 65px;}
.about-design ul li {padding: 6px 0;margin: 7px 0 0 0;display: block;}
#callbook ul li {padding: 16px 0px 6px;}
#callbook {display:block;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.header-logo-center {display: none;}
.header-logo-center-1 a {font-size: 18px;}
.header-contact-2 p {font-size: 14px;}
.header-contact-2 span a {font-size: 27px;}
.tophead-right2 {font-size: 15px;}
.srv-list {padding: 17px 0 0 25px;}
.choose-sec-2 {padding: 85px 0 38px;}
.top-section1 p {font-size: 20px;}
.top-section1 a {font-size: 75px;}

}

@media only screen and (min-width: 991px) and (max-width:1200px){
.tophead-right2 {font-size: 17px;}
.header-logo-center-1 a {font-size: 16px;}
.header-logo-center-1 a i {font-size: 23px;}
.header-contact-2 p {font-size: 12px;}
.header-contact-2 span a {font-size: 23px;}
.header-contact-1 {font-size: 34px;}
.top-services1 {padding: 20px 12px 139px;}
.topservices-text strong {font-size: 23px;}
.topservices-text a {font-size: 13px;}

.choose-heading span {font-size: 15px;}
.choose-heading p {font-size: 32px;margin: -14px 0 0;}
.choose-text p {font-size: 16px;}
.best-services2 {padding: 12px;}
.best-services4 span {font-size: 20px;}
.top-section1 p {font-size: 26px;}
.top-section1 a {font-size: 90px;}



}





@media only screen and (min-width:1200px) and  (max-width:1340px){
.header-contact-2 span a { font-size: 28px;}
.header-contact-2 p {font-size: 14px;}
}

@media (min-width:0) and (max-width:600px){
.header-logo-center{width:100%;}
.header-logo-right{width:100%;}
.header-contact-2 p {font-size: 17px;}
.header-contact-2 span a {font-size: 39px;}
.header-contact-1 {font-size: 59px;}
.header-logo-center-1 {padding: 0px 0 12px;}
.top-services1{width:100%;}
.topservices-text strong {font-size: 28px;}
.choose-left {padding: 0;}
.choose-right-1 {padding: 15px 0;}
.best-services4 span {font-size: 20px;}
.testi-1{width:100%;padding: 28px 0 60px;}
.top-section1 p {font-size: 20px;}
.top-section1 a {font-size: 50px;}
.aboutus-heading p {font-size: 35px;margin: -17px 0 0;}
.tophead-right2 {font-size: 16px;}


}


@media (min-width: 290px) and (max-width: 499px){
.header-logo-right-1 {padding: 0 3px 15px;}
.header-logo-center-1 {padding: 0px 0 9px;}
.tophead-right2 {font-size: 11px;}
.header-logo-center-1 a {padding: 10px 12px 10px;font-size: 14px;}
.header-logo-center-1 a i {font-size: 18px;}
.header-contact-2 p {font-size: 12px;}
.header-contact-2 span a {font-size: 24px;}
.header-contact-1 {font-size: 35px;width: 25px;}
.header-logo-center-1 {padding: 0px 0 12px;}
.aboutus-section {padding: 35px 0;}
.aboutus-heading p {font-size: 28px;line-height: 33px;margin: 6px 0 0;}
.aboutus-heading span {font-size: 14px;padding: 6px 15px 7px;}
.topservices-section1 {padding: 0 0px 15px;}
.top-services1 {padding: 20px 0 132px;}
.topservices-text strong {font-size: 25px;}
.choose-1{width:100%;}
.choose-heading p {font-size: 24px;margin: -4px 0 0;}
.best-services1{width:100%;}
.choose-sec-2 {padding: 38px 0 0;}
.srv-list {padding: 13px 0px 0px 27px;}
.best-services {padding: 0px 0px;}
.top-section1 a {font-size: 35px;}
.awards-1{width:100%;padding: 10px 0;}
.awards {padding: 13px 0 0;}
.bestservices-section1 { padding: 42px 0px 0;}
.testi-3 {padding: 28px 5px 0px;}
.testi-sec-1 {padding: 35px 0 0;}
.testi-content {padding: 52px 0 0;}
.choose-content1 {padding: 10px 15px 0;}
.choose-content {padding: 3px 12px 0;}
}
