@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');


body{
  margin:0;
  padding:0;
  color: #87030f;
  font-family: 'Poppins', sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
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;
}
p{
  margin:0;
}
/**/


/* START HEADER SECTION */

.tophead-section{
  background: linear-gradient(45deg, #f6a919, #f8b200);
}
.design-top{
  justify-content:center;
  align-items:center;
  padding: 0px 0 3px;
}
.head-list1{
}
.head-list2{
}
.head-list2 ul li{
  padding: 5px 13px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #000;
  width: 19%;
  text-align: center;
}
.head-list2 li span{
  position: absolute;
  height: 52px;
  width: 52px;
  top: 3px;
  background: #ffffff;
  color: #87030f;
  right: 0;
  margin: 0 auto;
  left: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.head-line2 p{
  color: #000000;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 700;
  line-height: 50px;
  padding: 10px 0 0px 0px;
}
.head-line2{
  position:relative;
}
.link-btn a{
  color: #ffffff;
  display: inline-block;
  background: #8a0510;
  padding: 4px 22px 4px;
  border-radius: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 8px 2px 3px;
}
.btn-call{
  border-radius: 50%;
  height: 65px;
  text-align: center;
  border: 4px solid #c89515;
  width: 65px;
  font-size: 25px;
  line-height: 61px;
  display: block;
  position: absolute;
  right: -40px;
  background: linear-gradient(45deg, #f6a919, #f8b200);
  color:#8a0510;
  top: 20px;
  animation: pulse2 2s linear infinite;
}
@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #87030f85
   }

   to {
      box-shadow: 0 0 0 10px transparent
   }
}
.btn-call span i{
 
}
/* end top head section */


/* start head section  */

.head-section{
  padding: 30px 0 10px;
}
.head-left1{
  padding: 0;
  width: 46%;
}
.head-left1 img{

}

.head-right1{
  width: 54%;
  margin: -11px 0 0 0;
  padding: 0 0 0 50px;
}
.head-right2{
  color: #fff;
}

.head-right2 a{
  font-size: 41px;
  color: #000000;
  font-weight: 700;
  display: block;
}
.head-right2 p{
  background: #fff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
  padding: 6px 10px;
  color: #000e;
  text-transform: capitalize;
}
.head-right2 span{
  color: #bf0101;
  font-size: 20px;
  display: block;
  animation: bordupp 800ms linear infinite;
  font-weight: 600;
  border: 2px solid #eee;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 10px;
}
 @keyframes  bordupp{
  0%{transform:translateY(4px);}
  50%{transform:translateY(-4px);}
  100%{transform:translateY(4px);}
}

/* end head section  */

/* start header slide section  */

.header-slide img{
  width: 100%;
}



/* end header slide section */



/* END HEADER SECTION  */



/* start about us section  */

.aboutu-us{
  background: url(../images/about.jpg) no-repeat;
  position:relative;
  background-size: cover;
  background-position: bottom;
}

.about-services1{
  position: relative;
  padding: 0px 0 50px 0;
}
.about-services1:before{
  position: absolute;
  content: "";
  height: 90px;
  width: 140%;
  background: #87030f;
  left: -130px;
  top: 40px;
  z-index: -9;
}
.image-services{
  position: relative;
}
.image-services span{
  height: 130px;
  position: absolute;
  line-height: 118px;
  top: 20px;
  width: 130px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 2px solid #87030f;
  display: block;
  right: -10px;
}
.text-services{
  padding: 50px 0 0 0;
}
.text-services a{
  background: linear-gradient(45deg, #f6a919, #f8b200);
  color: #000000;
  border-radius: 40px;
  padding: 3px 15px 2px;
  display: block;
  font-weight: 700;
  width: fit-content;
}
.text-services p{
  font-size: 21px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 0 5px 0;
}




.aboutus-right1{
  padding: 60px 0px 0 90px;
}

.aboutus-heading strong{
  font-size: 53px;
  
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0px;
  color: #87030f;
}
.aboutus-heading  .hindi-line{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 57px;
}
.aboutus-heading p{
color: #000000;
    text-transform: capitalize;
    font-size: 17px;
    background: linear-gradient(45deg, #f6a919, #f8b200);
    display: inline-block;
    margin: 0;
    font-weight: 600;
    border-radius: 30px;
    padding: 4px 20px 2px;
}
.content-design p{
  color: #000000;
  font-weight: 400;
  text-align: justify;
  padding: 0px 0 10px;
  line-height: 30px;
  font-size: 15px;
}
.content-design p strong{
  color: #8a0510;
  font-weight: 500;
}
.content-design ul{
  padding: 0;
  margin: 15px 0 18px 0;
  list-style: none;
}
.content-design  ul li{
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  padding: 8px 16px 8px 35px;
  position: relative;
  background: linear-gradient(45deg, #f6a919, #f8b200);
  display: inline-block;
  border-radius: 40px;
  margin: 5px 4px;
}
.content-design ul li:before{
  color: #8f1f2f;
  content: "\f101";
  position: absolute;
  left: 15px;
  top: 10px;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  padding: 0px 7px 0 0px;
  font-family: "Font Awesome 7 Free";
}
@keyframes blk{
  0%{background:#ffffff;}
  50%{background:#feff00;}
  100%{background:#ffffff;}
}

.aboutus-left1{
  padding: 0px;
}

.aboutus-left2{
  padding: 0px 0px 30px 0px;
  z-index: 9;
  position: relative;
}

/* end about us section  */


/* start services section  */

.services-section{
  position: relative;
}

.testimonials-heading{

}

.testimonials-heading strong{
  font-size: 50px;
  
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0px;
  color: #87030f;
}
.testimonials-heading .hindi-line {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
}
.testimonials-heading p{
  color: #000000;
  text-transform: capitalize;
  font-size: 17px;
  background: linear-gradient(45deg, #f6a919, #f8b200);
  display: inline-block;
  margin: 0;
  font-weight: 600;
  border-radius: 30px;
  padding: 4px 20px 2px;
}
.our-services1{
  padding: 15px 10px;
}
.our-services2{
}
.our-services3 img{
  border-radius: 20px;
  border: 4px solid #f7ae0a;
}
.our-services3 strong{
  font-size: 30px;
  padding: 18px 0 7px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  font-family: 'Rubik',sans-serif;
}
.our-services_3 strong{
  font-family: 'Poppins', sans-serif;
  
}

.our-services3 p{
  color: #000;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}
.our-services_3 p{
  line-height: 33px;
}
.our-services3 a{
  padding: 8px 23px 6px;
  background: linear-gradient(45deg, #f6a919, #f8b200);
  margin: 20px 0 0;
  color: #000000;
  font-size: 17px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
}
/* end services section  */


/* start number design section  */

.design-number{
  align-items: center;
  justify-content: center;
}
.left-number{
  position: relative;
  text-align: right;
}
.left-number b{
  height: 90px;
  width: 90px;
  line-height: 82px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 7px auto 11px;
  font-size: 30px;
  border: 6px solid #dea418;
  color: #87030f;
  background: linear-gradient(45deg, #f6a919, #f8b200);
}
.left-number b i{
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;

}
@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.left-number span{
  font-size: 31px;
  color: #87030f;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px 5px 20px;
}
.number-hindi span{
  font-weight: 700;
}
.right-number{
}
.right-number a{
  font-size: 55px;
  color: #000000;
  font-weight: 700;
  display: block;
}
/* end number design section  */




 /* start other services section  */


.otherservices{
  background: linear-gradient(45deg, #f6a919, #f8b200);
  margin: 70px 0 0;
}
.other-services3{z-index: 9;position: relative;}


.other-services3 img{

}
.other-services3 img {
  border-radius: 50%;
  height: 220px;
  border: 7px solid #87030f;
  margin: 0 auto;
}
.other-services4 strong{
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 27px;
  margin: 18px 0 0;
  border-radius: 40px 40px;
}
.other-services4 p{
  color: #000000;
  font-size: 15px;
  padding: 8px 0 12px 0px;
  font-weight: 400;
  line-height: 31px;
}
.other-services4{
  position:relative;
  background: linear-gradient(45deg, #f6a919, #f8b200);
}
.other-services4 a{
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffcb62;
  background: #8a0510;
  padding: 8px 22px 8px;
  border-radius: 50px;
}
.other-services1{
  padding: 80px 20px 40px;
  position:relative;
}
.other-services1:nth-child(2) .other-services2{
  margin-top:100px;
}
.other-services1:nth-child(4) .other-services2{
  margin-top:100px;
}
.other-services1:before{
  content:"";
  margin:0 auto;
  background: #87030f;
  position:absolute;
  height:100%;
  width: 1.1%;
  left: 0;
  right: 0;
  top: 0;
}


/*  end other services section  */


/* start testimonials sectiion  */


.testimonials2{
  padding: 20px;
  background: #87030f;
  position: relative;
  z-index: 9;
}
.testimonials2:before{
  background: linear-gradient(45deg, #f6a919, #f8b200);
  content: "";
  width: 100%;
  border-radius: 0;
  top: 44px;
  height: 12%;
  left: 0;
  z-index: -9;
  position: absolute;
}
.testimonials3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials3 span{
  width: 30%;
  text-align: center;
}
.testimonials3 span img{
  border-radius: 50%;
  border: 7px solid;
  height: 70px;
}
.testimonials3 p{
  width: 70%;
  padding: 10px 0 4px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.testimonials4{
}
.testimonials4 p{
  color: #ffffff;
  font-size: 15px;
  padding: 0px 0 6px 0px;
  font-weight: 400;
  text-align: center;
  line-height: 31px;
}
.testimonials2 i{
  position: absolute;
  font-size: 100px;
  font-weight: 600;
  color: #ff0;
  right: 30px;
  bottom: 10px;
  opacity: 0.1;
}
.testimonials1{
  padding: 10px;
}
/* end testimonials section  */


/* start awards section  */


.banners-left1{
  position:relative;
  padding: 0;
}
.banners-left1 img{
  
}
.award-right1{
  padding: 0;
}
.award-right2{
  background: #fff;
  padding: 0px 0px 0 50px;
}

.award{
  padding: 10px;
}
.award img{
  
}

/* end awards section  */


/* start video section  */


.bottom-video-background{
  background:linear-gradient(45deg, #f6a919, #f8b200);
}

.video-left1 video {
  max-width: 100%;
  min-width: 100%;
}
.video-right{
  padding: 0px 0 0 20px; 
}
.list-left2{
  padding: 0px 0px 30px 0px;
}
.list-left2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-left2 ul li{
  padding: 10px 18px 10px 34px;
  border-radius:30px;
  background: linear-gradient(45deg, #f6a919, #f8b200);
  font-size: 16px;
  text-align: left;
  display: inline-block;
  color: #000000;
  position:relative;
  margin: 7px 4px 11.2px 0;
  text-transform: capitalize;
  font-weight: 600;
}
.list-left2 ul li:before{
  color: #8f1f2f;
  content: "\f101";
  position: absolute;
  left: 15px;
  top: 10px;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  padding: 0px 7px 0 0px;
  font-family: "Font Awesome 7 Free";
}
.list-left2 strong{
  background: #87030f;
  color: #fff;
  padding: 7px 16px 5px;
  display: block;
  text-transform: capitalize;
  margin: 0 0 40px 0;
  font-size: 45px;
  
  font-weight: 600;
}
.list-heading strong{font-family: 'Poppins', sans-serif;font-weight: 600;font-size: 40px;padding: 13px 16px 9px;}
.video{
  background: url(../images/about.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: bottom;
}


.call-number{
  text-align: center;
  background: #87030f;
  padding: 10px 10px;
  border-radius: 140px;
}
.call-number a{
  
}
.call-number a p{
  color: #fff;
  font-size: 57px;
  font-weight: 800;
}
.call-number a span{
  font-size: 31px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #ff0;
}
/* end video section */


/* start banner design section */


.banner-design{
  background: url(../images/background-about-us.jpg) no-repeat;
}
.banner-design1{
  padding: 10px;
}
.banner-design1 img{
  width: 100%;
}
/* end  banner design section */


/* start flag design section  */



.flag-design{
  background: #013f1a;
}
.flag-design strong{
  font-size: 55px;
  font-family: 'Rubik',sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 0 0 20px 0px;
  color: linear-gradient(45deg, #f6a919, #f8b200);
}
.flag-1{
  padding: 21px 8px 0;
}

.flag-1 img{

}
.flag-1 p{
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  padding: 8px 0 0;
  font-size: 16px;
}


/* end flag design section */

/* start footer section  */

.footer-copy{
  background: linear-gradient(45deg, #f6a919, #f8b200);
  background-size: cover;
  padding: 30px 0 30px;
}
.copy-right span{
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  display: block;
  margin: 0;
  font-weight: 500;
}
.copy-right p{
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  margin: 10px 0 0 0;
  color: #8a0510;
  padding: 9px 30px 5px 30px;
  display: inline-block;
}
.copy-right{
}

.footer-navigation1 ul li{
    padding: 0 25px 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
}
.footer-navigation1 ul li a{
    color: #000000;
}
/* end footer section  */



/* start fixed icons  */

.sticky-icon  {
  z-index: 9;
  position:fixed;
  top: 57%;
  right:0%;
  width:180px;
  display:flex;
  flex-direction:column;
}  
.sticky-icon a  {
  transform:translate(120px,0px);
  border-radius:50px 0px 0px 50px;
  text-align:left;
  margin: 4px 2px;
  background: #008036;
  text-decoration:none;
  text-transform: capitalize;
  color:#fff;
  padding:10px;
  font-size: 17px;
  font-weight: 600;
  transition:all 0.8s;
}
.sticky-icon .active{
   transform:translate(10px,0px);
}
.sticky-icon a:hover  {
  color:#FFF;
  transform:translate(10px,0px);
}  



  

.sticky-icon a span{
  background-color: linear-gradient(45deg, #f6a919, #f8b200);
  height:40px;
  width:40px;
  display: inline-block;
  color: #8a0510;
  text-align:center;
  line-height:40px;
  border-radius:50%;
  margin-right: 16px;
  transition:all 0.5s;
  font-size: 15px;
}

#myBtn {
  height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
  line-height:40px;
  border: none;
  outline: none;
  background-color: #39b401;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
  font-size:30px;}

#myBtn:hover {
  background-color: #555;
}     
/* end fixed icons  */







#callbook {
  background:
  green;
  bottom: 0;
  height: 44px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  border-bottom:1px solid #fff; 
  background:red;
  position: relative;
  padding: 21px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li a span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: -10px;
}
#callbook ul li a img{ 
  color: #fff;
  position: relative;
  top: -3px;
  padding: 0 5px 0 0;
  height:20px;

}







@media (max-width: 767px){
  body{text-align: center;}
  .head-left1{width:100%;}
  .head-right1{width: 100%;padding: 0 10px 0 10px;}
  .btn-call{right: 0px;}
  .head-list2 li span{top: 0px;}
  .head-list1,.none{display:none;}
  .link-btn{margin: 0px 0 -20px !important;padding: 41px 0 0px 0 !important;}
  .link-btn a{margin:0 10px;}
  .head-list2 ul li{width: 17%;padding: 5px 0px;}
  .text-services{text-align: left;padding: 50px 0 0 40px;}
  .text-services p{font-size:25px;}
  .about-services1:before{height:100px;width: 100%;left: -82px;}
  .aboutus-right1{padding: 0 0px;z-index:9;}
  .aboutu-us:before{height:50%;}
  .image-services span{right: 30px;}
  .left-number{text-align:center;}
  .our-services3 strong{font-size: 25px;}
  .footer-copy{padding:30px 0 50px;}
  .video-right {padding: 0px 10px 0 10px;}
  .testimonials-heading strong,.list-left2 strong{font-size:30px;}
  .services-section:before{display:none;}
  .flag-design strong{font-size:30px;}
  .award-section{padding-top:0 !important;}
   .award-right2 {padding: 50px 15px 0 15px;}
  .banner-design,.head-section {padding: 10px 0 10px !Important;}
  .head-right2 a{padding-bottom: 5px;}
  .other-services3 img{height:auto;}
 .btn-call{display:none;}
  .head-line2 p{padding: 10px 0 0;font-size: 18px;line-height: normal;}
  .other-services4 a{font-size: 15px;}
  .call-number{border-radius:20px;}
  .testimonials .row, .aboutus-heading,.services-section{padding: 0 !Important;}





  
  #callbook {display:block;} 
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-left1{width:100%;}
  .head-right1{width: 100%;padding: 0 0 0 0px;}
  .btn-call{right: 0px;}
  .head-list2 li span{top: 0px;}
  .head-list1,.none{display:none;}
  .link-btn{margin: 0px 0 -20px !important;padding: 41px 0 0px 0 !important;}
  .link-btn a{margin:0 10px;}
  .text-services{text-align:center;}
  .text-services p{font-size:25px;}
  .about-services1:before{height:100px;width: 100%;left: -31px;}
  .aboutus-right1{padding:0 20px;z-index:9;}
  .aboutu-us:before{height:50%;}
  .left-number span{font-size:25px;display: none;}
   .services-section:before{display:none;}
  .right-number a{font-size: 40px;}
  .head-section,.left-number{padding:0;}
  .award-right2 {padding: 50px 0px 0 0px;}
  .other-services3 img{height:auto;}
  .award {padding: 5px;}
  .text-services a{margin:0 auto;}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-call{right: 0px;}
  .head-right1 { padding: 0 0 0 30px;}
  .head-right2 p{font-size: 13px;}
  .image-services span{right:-15%;}
  .number-hindi span{font-size: 25px;}
  .services-section:before{display:none;}
  .other-services4 a{padding: 10px 17px 6px;font-size: 14px;}
  .other-services4 strong{font-size: 21px;}
  .other-services3 img{height:auto;}
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .btn-call{right: 0px;}
  

}

@media (max-width: 575px) and (min-width: 0px) {
  .link-btn a{font-size: 15px;margin: 0 2px;padding: 4px 19px 2px;}
  .head-right2 a{font-size: 30px;padding: 10px 0;}
  .head-right2 p{font-size: 14px;line-height: 27px;}
  .link-btn {margin: 43px 0 -0px !important;padding: 0px 0 0px 0 !important;}
  .head-line2{padding: 0 0 9px;}
  .head-list2 li span{height: 44px;width: 44px;font-size: 20px;}
  .head-list2 ul li{width: 18%;padding: 5px 0px;}
  .btn-call{right: 20px;top:-0px;height:60px;width:60px;}
  .aboutus-right1 {}
  .aboutus-heading strong{font-size: 37px;}
  .content-design ul li{margin:5px 0;}
  .right-number a{font-size: 37px;}
  .testimonials-heading strong{font-size: 34px;}
  .testimonials3 p{font-size: 16px;padding: 10px 0 4px 18px;}
  .testimonials2 { padding: 20px 15px;}
  .award{padding: 10px 15px;}
  .list-left2 ul li{display:block;}
  .call-number a p{font-size:30px;}
  .call-number a span{font-size:20px;}
  .flag-1{width: 33%;text-align:center;}
  .flag-1 p {text-align:center;}
  .aboutus-heading .hindi-line{font-size: 35px;}
  .testimonials-heading .hindi-line{font-size:30px;}
  .head-right2 span{font-size: 19px;}
  .left-number span{font-size: 23px;display: block;}
  .sticky-icon a{font-size: 16px;padding: 6px;}
  .sticky-icon a span{height: 34px;line-height: 36px;width: 34px;font-size: 12px;}


  
}
@media (max-width: 420px) and (min-width: 0px) {
  .btn-call{display:none;}
  .aboutus-heading strong{font-size: 35px;}
  .image-services span{height:100px;line-height:100px;width:100px;top: 40px;}
  .image-services span img{height:60px;}
  .about-services1:before{left: -62px;height: 80px;top: 51px;}
  .text-services p {font-size: 20px;}
  .text-services a{font-size:15px;}
  .text-services {padding: 55px 0 0 40px;}
  .about-services1 {padding: 0px 0 20px 0;}
  .aboutu-us:before { height: 35%;}
  .left-number span{font-size: 23px;display: block;}
  .right-number a{font-size: 35px;}
  .flag-1 {width: 50%;}
}

