

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'InterUIBlack';
font-family: 'InterUIRegular';
font-family: 'InterUIMedium';
font-family: 'InterUIBold';
*/


.mashineSec{width: 100%; padding: 106px 0 134px; }
.masinebxs{width: 100%; text-align: center;}
.masinebxs strong{color: #1f1f1f; font: 500 30px/35px 'Libre Franklin', sans-serif; display: inline-block; width: 100%; margin-top: 25px;}
.masineimg{width: 292px; height: 292px; border-radius: 100%;
-webkit-box-shadow: 0px 0px 20px 0px rgba(244,198,9,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(244,198,9,0.75);
box-shadow: 0px 0px 20px 0px rgba(244,198,9,0.75); background: #fff; position: relative; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}

.masinebxs:hover .masineimg{ -webkit-box-shadow: 0px 0px 50px 0px rgba(157,157,157,0.75);
-moz-box-shadow: 0px 0px 50px 0px rgba(157,157,157,0.75);
box-shadow: 0px 0px 50px 0px rgba(157,157,157,0.75);}
.masinebxs strong{ -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}

.masinebxs:hover strong{ color: #f7c427 !important;}



.years {
  display: block;
  position: absolute;
  width: 272px;
  height: 272px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  text-align: center;
}
.years:before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  bottom:-12px;
  right:-12px;
  border-radius: 100%;
  border-right: 13px solid #fff;
  border-bottom: 13px solid #fff;
  border-top: 13px solid transparent;
  border-left: 13px solid transparent;
  transform: rotate(226deg);
}
.years:after {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  bottom:-12px;
  right:-12px;
  border-radius: 100%;
  border-left: 13px solid #f4c609;
  border-top: 13px solid #f4c609;
  border-bottom: 13px solid transparent;
  border-right: 13px solid transparent;
  transform: rotate(-134deg);
}

.masineimg img{border-radius: 100%;width: 278px; height: 278px;}
.mashinepnl{width: 100%; position: relative;}
.mashinepnl:before{position: absolute; top: -100px; right: -185px; width: 118px; height: 118px; border-radius: 100%; background:#f4c609; content: "";}
.mashinepnl .col-sm-3:nth-child(even) .years::before{transform: rotate(46deg);}
.mashinepnl .col-sm-3:nth-child(even) .years::after{transform: rotate(-314deg);}
.masineimg{margin: 0 auto;}



.bannersec{width: 100%; background-size: cover !important;
background-attachment: fixed !important;}
.bnertxt{width: 100%; min-height: 1110px; display: flex; align-items: flex-end;padding-bottom: 64px;}
.bnrtxtinr{width: 100%; padding: 150px 122px 0 0;}
.bnrtxtinr strong{color: #fff; font: 800 57.77px/60px 'Libre Franklin', sans-serif; text-transform: uppercase; }
.bnrtxtinr p{color: #fff; font: normal 20.8px/29.94px 'InterUIMedium'; padding-top: 32px; }
.bnrbtn{display: inline-block; margin-top: 42px; color: #37474f; font: normal 23.11px/87px 'InterUIBold'; background: #fff; border-radius: 15px;
border-top-right-radius: 0px; padding: 0 20px 0 30px; 
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;}
.bnrbtn em{padding-right: 74px; font-style: normal; display: inline-block; background: url(../images/rtarw2.png) no-repeat right center;}
.bnrbtn:hover{background: #37474f; color: #fff;}
.bannersec .carousel-indicators li{width: 17px; height: 17px; border: 2px solid #fff; border-radius: 100%; opacity: 1; background: none; cursor: pointer;}
.bannersec .carousel-indicators li.active{background: #fff;}
.bannersec .carousel-indicators{position: inherit; top: inherit; left: inherit; bottom: inherit; margin: 0px; justify-content: flex-start;}
.bannersec:before{position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 977px; background: url(../images/bnershpe.png) no-repeat 0 0;
background-size: 100% 100% !important;}
.bannersec .carousel-indicators li{margin: 0 5px;}
.mainbnerSec:after{position: absolute; content: ""; top: 424px; left: 0; width: 120px; height: 758px; background: url(../images/bnrshpe.png) no-repeat 0 0;}
.carouselIndctr{position: absolute; bottom: 185px; width: 100%; left: 0; z-index: 9;}
.bnrimg{width: 100%; text-align: center;}
.bnrimg img{width: 1000px;}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.mainbnerSec{width: 100%; /*background: url(../images/bnermainshpe.png) no-repeat right bottom;*/ position: relative;}


.servicesSec{width: 100%; padding: 40px 0 74px; background: url(../images/servcshp4.png) no-repeat left top 22px; position: relative;}
.serivicTxt{width: 100%; padding-left: 65px;}
.serivicTxt h1{color: #263238; font: 400 36px/40px 'Libre Franklin', sans-serif;}
.serivicTxt p{color: #000; font: 300 17.46px/27px 'Source Sans Pro', sans-serif; padding-top: 18px; text-align: justify;}
.serivicimg{width: 100%;}
.serivicimginr{width: 685px; height: 685px; border-radius: 100%; display: flex; align-items: center; background: #f5f5f5; justify-content: center;}
.serivicimginr img{width: 574px; height: 574px; border-radius: 100%; }
.servicesSec .col-sm-7{max-width: 52%; flex: 0 0 52%;}
.servicesSec .col-sm-5{max-width: 48%; flex: 0 0 48%;}
.servicesSec .row{align-items: center;}
.serivicTxt ul{display: inline-block; width: 100%; padding-top: 0px;}
.serivicTxt ul li{width: 50%;}
.serivicTxt .media{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); border-radius: 5px; margin-top: 22px; background: #292929; overflow: hidden;}
.serivicTxtlst{padding-top: 16px; width: 100%;}
.serivicTxt .media-body{background: #fff; padding-left: 12px;}
.serivicTxt .media-body, .serivicTxt .media{min-height: 60px; align-items: center; display: flex;}
.tickimg{width: 62px; text-align: center;}
.serivicimginr{position: relative;}
.serivicimginr:before{position: absolute; content: ""; width: 213px; height: 210px; background: url(../images/servcshp3.png) no-repeat 0 0; bottom: 42px;
left: -40px;}
.serivicimginr:after{position: absolute; content: ""; top: 10px; right: 47px; background: url(../images/servcshp1.png) no-repeat 0 0; width: 121px;
height: 70px; }
.servicesSec:before{position: absolute; content: ""; top: -20px; left: 10%; width: 103px; height: 103px; 
background: url(../images/servcshp2.png) no-repeat 0 0;}
.servicesSec:after{position: absolute; content: ""; bottom: -65px; right: 0; width: 204px; height: 758px; 
background: url(../images/servcshp5.png) no-repeat 0 0;}


.serivicTxt .media em{color: #000; font: 700 15.24px/20px 'Libre Franklin', sans-serif; }
.serivicTxt .media{ position: relative;}
.textlink{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: inline-block;
    z-index: 1;
}
.serivicTxt .media{  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.serivicTxt .media:hover em{ color: #1392d4;}
/*.serivicTxt .media:hover .media-body{ background: #1392d4;}
.serivicTxt .media:hover{ background: #fff;}*/



.bnrimg img {width: 710px;}
.bnrbtn{font-size: 20px; line-height: 60px; padding: 0 20px;}
.bnrbtn em{background-size: 30px;padding-right: 50px;}
.carouselIndctr {bottom: 145px;}
.bnertxt { min-height: 830px; padding-bottom: 130px;}
.bnrtxtinr {padding: 70px 122px 0 0;}



.shepban:before{position: absolute; right: 164px; top: 0; background: url(../images/hedarw.png)no-repeat;
background-size: 100% !important;width: 486px; height: 90px; content: "";}


.masineimg{ position: relative;}
.piclink{ width: 100%; position: absolute; top: 0px; left: 0px; height: 100%; display: inline-block; z-index: 1;}
.masinebxs .years img{  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}







@media (min-width: 1600px) and (max-width: 1799px) {


.bnrimg img {width: 805px;}
.bnrbtn{font-size: 20px; line-height: 70px;}
.bnrtxtinr strong{font-size: 50px; line-height: 60px;}
.bannersec::before {height: 915px;}
.bnrtxtinr {padding: 100px 100px 0 0;}
.bnrbtn em{padding-right: 55px; background-size: 30px;}
.mainbnerSec::after{width: 90px; background-size: 90px !important; height: 600px;}
.masinebxs strong{font-size: 25px; line-height: 30px; }
/*.mashinepnl::before{width: 100px; height: 100px; right: -145px; }*/
.masineimg{width: 270px; height: 270px; }
.years{width: 260px; height: 260px;}
.years:before, .years:after{border-width: 14px;}
.masineimg img { width: 266px; height: 266px;}
.bnertxt { min-height: 950px;}
.carouselIndctr {bottom: 150px;}
.servicesSec::before{width: 90px; height: 90px; background-size: 90px !important;}
.servicesSec::after{width: 170px; background-size: 170px !important; height: 640px;}
.servicesSec{background-size: 140px;}
.serivicimginr::before{width: 180px; height: 180px; background-size: 180px;}


.bnrimg img {width: 435px;}
.bnertxt {min-height: 600px; padding-bottom: 90px;}
.carouselIndctr {bottom: 55px;}
.bnrtxtinr {padding: 40px 70px 0 0;}
.bannersec::before {height: 867px;}
.bnrtxtinr p{padding-top: 24px;}
.bnrbtn{margin-top: 25px;}
.bnrbtn { font-size: 18px; line-height: 50px;}

.shepban:before{right: 76px;width:315px; height: 58px; }

.mashinepnl::before { width: 90px; height: 90px; right: -90px; }



}


@media (min-width: 1400px) and (max-width: 1599px) {


.bnrimg img {width: 715px;}
.bnrbtn{font-size: 17px; line-height: 50px; padding: 0 22px;}
.bnrtxtinr strong{font-size: 45px; line-height: 50px;}
.bnrtxtinr p{font-size: 18px;}
.bannersec::before {height: 870px;}
.bnrtxtinr {padding: 90px 100px 0 0;}
.bnrbtn em{padding-right: 40px; background-size: 25px;}
.mainbnerSec::after{width: 70px;background-size: 70px !important;height: 450px;top: 350px;}
.masinebxs strong{font-size: 25px; line-height: 30px; }
/*.mashinepnl::before{width: 80px; height: 80px; right: -85px; }*/
.masineimg{width: 270px; height: 270px; }
.years{width: 260px; height: 260px;}
.years:before, .years:after{border-width: 14px;}
.masineimg img { width: 266px; height: 266px;}
.bnertxt { min-height: 850px;}
.carouselIndctr {bottom: 140px;}
.servicesSec::before{width: 50px; height: 50px; background-size: 50px !important;}
.servicesSec::after{width: 100px;background-size: 100px !important;height: 390px;}
.servicesSec{background-size: 100px;}
.serivicimginr::before{width: 130px; height: 130px; background-size: 130px;}
.serivicTxt{padding-left: 0px;}
.serivicimginr{width: 620px; height: 620px;}
.serivicimginr img{width: 550px; height: 550px; }
.serivicimginr::after{width: 90px; background-size: 90px; height: 55px;}
.contactSec{padding-top: 90px;}



.bnrimg img {width: 435px;}
.bnertxt {min-height: 600px; padding-bottom: 120px;}
.carouselIndctr {bottom: 75px;}
.bnrtxtinr {padding: 40px 70px 0 0;}

.shepban:before{right: 76px;width:315px; height: 58px; }

.mashinepnl::before { width: 70px; height: 70px;  right: -55px;}

}

@media (min-width: 1200px) and (max-width: 1399px) {


.bnrimg img {width: 565px;}
.bnrbtn{font-size: 15px;line-height: 45px;padding: 0 20px;
margin-top: 25px;}
.bnrtxtinr strong{font-size: 40px; line-height: 48px;}
.bnrtxtinr p{font-size: 16px;line-height: 27px;padding-top: 20px;}
.bannersec::before {height: 735px;}
.bnrtxtinr {padding: 60px 70px 0 0;}
.bnrbtn em{padding-right: 40px; background-size: 25px;}
.mainbnerSec::after{width: 40px;background-size: 40px !important;height: 290px;top: 133px;}
.masinebxs strong{font-size: 22px; line-height: 30px; }
.mashinepnl::before{width: 60px; height: 60px; right: -20px; }
.masineimg{width: 220px; height: 220px; }
.years{width: 200px; height: 200px;}
.years:before, .years:after{border-width: 14px;}
.masineimg img { width: 200px; height: 200px;}
.bnertxt { min-height: 700px;}
.carouselIndctr {bottom: 100px;}
.servicesSec::before{width: 50px; height: 50px; background-size: 50px !important;}
.servicesSec::after{width: 50px;background-size: 50px !important;height: 200px;}
.servicesSec{background-size: 90px;}
.serivicimginr::before{width: 100px; height: 100px; background-size: 100px;left: -20px;}
.serivicTxt{padding-left: 0px;}
.serivicimginr{width: 530px; height: 530px;}
.serivicimginr img{width: 500px; height: 500px; }
.serivicimginr::after{width: 90px; background-size: 90px; height: 55px;}
.contactSec{padding-top: 90px;}
.mashineSec{padding: 100px 0;}


.bnrimg img {width: 435px;}
.bnertxt {min-height: 550px; padding-bottom: 86px;}
.carouselIndctr {bottom: 50px;}
.bnrtxtinr {padding: 40px 70px 0 0;}

.shepban:before{right: 76px;width:315px; height: 58px; }
.inershep::after{top: 200px !important; width: 57px !important; background-size: 57px !important; height: 358px !important;}

}


@media (min-width: 1200px) and (max-width: 1299px) {

.inershep::after { top: 434px !important;}

}

@media (min-width: 992px) and (max-width: 1199px) {


.bnrimg img {width: 460px;}
.bnrbtn{font-size: 15px;line-height: 45px;padding: 0 20px;
margin-top: 25px;}
.bnrtxtinr strong{font-size: 35px; line-height: 40px;}
.bnrtxtinr p{font-size: 16px;line-height: 27px;padding-top: 20px;}
.bannersec::before {height: 600px;}
.bnrtxtinr {padding: 20px 50px 0 0;}
.bnrbtn em{padding-right: 40px; background-size: 25px;}
.mainbnerSec::after{position: inherit; content: none;}
.masinebxs strong{font-size: 20px; line-height: 27px; }
.mashinepnl::before{width: 60px; height: 60px; right: -20px; }
.masineimg{width: 170px; height: 170px; }
.years{width: 180px; height: 180px;}
.years:before, .years:after{border-width: 8px; top: -8px;left: -8px;bottom: -8px;right: -8px;}
.masineimg img { width: 185px; height: 185px;}
.bnertxt { min-height: 600px;}
.carouselIndctr {bottom: 80px;}
.servicesSec::before{width: 50px; height: 50px; background-size: 50px !important;}
.servicesSec::after{width: 50px;background-size: 50px !important;height: 200px;}
.servicesSec{background-size: 90px;}
.serivicimginr::before{width: 90px; height: 90px; background-size: 90px;left: -10px;}
.serivicTxt{padding-left: 0px;}
.serivicimginr{width: 460px; height: 460px;}
.serivicimginr img{width: 400px; height: 400px; }
.serivicimginr::after{width: 70px; background-size: 70px; height: 43px;}
.contactSec{padding-top: 80px;}
.mashineSec{padding: 80px 0;}
.servicesSec{padding: 40px 0 60px;}
.mashinepnl {padding: 0 25px;}


.bnrimg img {width: 435px;}
.bnertxt {min-height: 500px; padding-bottom: 60px;}
.carouselIndctr {bottom: 60px;}
.bnrtxtinr {padding: 25px 70px 0 0;}

.bannersec::before {height: 450px; bottom: 102px;}

.shepban:before{display: none; }

}


@media (min-width: 768px) and (max-width: 991px) {


.bnrimg img {width: 345px;}
.bnrbtn{font-size: 15px;line-height: 45px;padding: 0 20px;
margin-top: 25px;}
.bnrtxtinr strong{font-size: 30px; line-height: 36px;}
.bnrtxtinr p{font-size: 15px;line-height: 25px;padding-top: 15px;}
.bannersec::before {position: inherit; content: none;}
.bnrtxtinr {padding: 0px;}
.bnrbtn em{padding-right: 40px; background-size: 25px;}
.mainbnerSec::after{position: inherit; content: none;}
.masinebxs strong{font-size: 20px; line-height: 27px; }
.mashinepnl::before{width: 50px; height: 50px; right: -20px; top: -20px}
.masineimg{width: 170px; height: 170px; }
.years{width: 180px; height: 180px;}
.years:before, .years:after{border-width: 8px; top: -8px;left: -8px;bottom: -8px;right: -8px;}
.masineimg img { width: 185px; height: 185px;}
.bnertxt { min-height: 500px; align-items: center; padding: 0px;}
.carouselIndctr {bottom: 25px;}
.servicesSec::before{width: 50px; height: 50px; background-size: 50px !important;}
.servicesSec::after{width: 50px;background-size: 50px !important;height: 200px;}
.servicesSec{background-size: 90px;}
.serivicimginr::before{width: 90px; height: 90px; background-size: 90px;left: -10px;}
.serivicTxt{padding-left: 0px;}
.serivicimginr{width: 350px; height: 350px;}
.serivicimginr img{width: 320px; height: 320px; }
.serivicimginr::after{width: 70px; background-size: 70px; height: 43px;}
.contactSec{padding-top: 70px;}
.mashineSec{padding: 20px 0 60px;}
.servicesSec{padding: 40px 0 50px;}
.mashinepnl {padding: 0 25px;}
.bannersec .carousel-indicators {justify-content: center;}
.bannersec .carousel-indicators li{width: 14px; height: 14px;}
.bnertxt .row{align-items: center;}
.mashinepnl .col-sm-3{max-width: 50%; flex: 0 0 50%;}
.masinebxs{margin-top: 40px;}
.servicesSec .col-sm-5, .servicesSec .col-sm-7{max-width: 100%; flex: 0 0 100%;}
.serivicimg{text-align: center;}
.serivicimginr{margin: 0 auto;}
.serivicTxt{padding-top: 20px;}


.bnertxt {min-height: 400px;}






}


 
@media only screen and (max-width: 767px){


.bnrimg img {width: 255px;}
.bnrbtn{font-size: 15px;line-height: 45px;padding: 0 20px;
margin-top: 25px;}
.bnrtxtinr strong{font-size: 25px; line-height: 33px;}
.bnrtxtinr p{font-size: 15px;line-height: 25px;padding-top: 15px;}
.bannersec::before {position: inherit; content: none;}
.bnrtxtinr {padding: 0px;}
.bnrbtn em{padding-right: 40px; background-size: 25px;}
.mainbnerSec::after{position: inherit; content: none;}
.masinebxs strong{font-size: 20px; line-height: 27px; }
.mashinepnl::before{width: 50px; height: 50px; right: -10px; top: -20px}
.masineimg{width: 170px; height: 170px; }
.years{width: 180px; height: 180px;}
.years:before, .years:after{border-width: 8px; top: -8px;left: -8px;bottom: -8px;right: -8px;}
.masineimg img { width: 185px; height: 185px;}
.bnertxt { min-height: 450px; align-items: center; padding: 0px;}
.carouselIndctr {bottom: 25px;}
.servicesSec::before{width: 50px; height: 50px; background-size: 50px !important;}
.servicesSec::after{width: 30px;background-size: 30px !important;height: 135px;}
.servicesSec{background-size: 90px;}
.serivicimginr::before{width: 90px; height: 90px; background-size: 90px;left: -10px;}
.serivicTxt{padding-left: 0px;}
.serivicimginr{width: 350px; height: 350px;}
.serivicimginr img{width: 320px; height: 320px; }
.serivicimginr::after{width: 70px; background-size: 70px; height: 43px;}
.contactSec{padding-top: 70px;}
.mashineSec{padding: 20px 0 60px;}
.servicesSec{padding: 40px 0 50px;}
.mashinepnl {padding: 0 25px;}
.bannersec .carousel-indicators {justify-content: center;}
.bannersec .carousel-indicators li{width: 14px; height: 14px;}
.bnertxt .row{align-items: center;}
.mashinepnl .col-sm-3{max-width: 50%; flex: 0 0 50%;}
.masinebxs{margin-top: 40px;}
.servicesSec .col-sm-5, .servicesSec .col-sm-7{max-width: 100%; flex: 0 0 100%;}
.serivicimg{text-align: center;}
.serivicimginr{margin: 0 auto;}
.bnrtxtinr strong br{display: none;}
.masinebxs strong {font-size: 18px; line-height: 25px;}
.masineimg{width: 140px; height: 140px;}
.years{width: 145px; height: 145px;}
.masineimg img{width: 140px; height: 140px;}
.mashinepnl {padding: 0 15px;}
.years::before, .years::after {border-width: 8px;top: -3px;left: -3px;bottom: -3px;right: -3px;}
.serivicTxt{padding-top: 20px;}


.bnertxt {min-height: 400px;}


}


@media only screen and (max-width: 575px){


.bnertxt .row {flex-direction: column-reverse;}
.bnrtxtinr{padding-top: 20px;}
.bnrimg img{width: 200px;}
.bnertxt{min-height: 360px;}
.carouselIndctr {bottom: 11px;}
.bnrtxtinr strong {font-size: 22px; line-height: 30px;}
.bnrtxtinr p{display: none;}
.bnrtxtinr strong{display: inline-block; width: 100%;}
.bnrtxtinr{text-align: center;}
.bnrbtn {font-size: 14px;line-height: 40px;padding: 0 15px;margin-top: 20px;border-radius: 5px;}
.bnrbtn em {padding-right: 29px; background-size: 20px;}




}


@media only screen and (max-width: 480px){ 


.bnrtxtinr strong {font-size: 20px; line-height: 27px;}
.bnrtxtinr p { font-size: 14px; line-height: 23px; padding-top: 10px;}

.bnrimg img {width: 170px;}
.mashinepnl .col-sm-3 { max-width: 100%; flex: 0 0 100%;}
.serivicimginr {width: 270px; height: 270px;}
.serivicimginr img{width: 240px; height: 240px;}
.servicesSec{padding: 30px 0;}
.serivicimginr::before { width: 60px;  height: 60px; background-size: 60px;}





}

