
/*
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 50px 0px rgba(19,146,212,0.75);
-moz-box-shadow: 0px 0px 50px 0px rgba(19,146,212,0.75);
box-shadow: 0px 0px 50px 0px rgba(19,146,212,0.75); background: #fff; position: relative;}

.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 #0397d0;
  border-top: 13px solid #0397d0;
  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: #1393d4; 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, .bnrtxtinr h1{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;}



/*history page*/
.inrbner .bannersec::before{background: url(../images/histrybnrShpe.png) no-repeat 0 0; height: 359px;}
.inrbner .bnrimg img{width: 479px; height: 479px; -webkit-border-radius: 100%;
 -moz-border-radius: 100%; border-radius: 100%; border: solid 24px #fff;
 -webkit-box-shadow: 0px 0px 50px 0px rgba(19,146,212,0.75);
-moz-box-shadow: 0px 0px 50px 0px rgba(19,146,212,0.75);
box-shadow: 0px 0px 50px 0px rgba(244,198,9,0.75);}
.inrbner .bnertxt{min-height: 800px;}
.inrbner{background: none;}


.historySec{width: 100%; position: relative; padding: 160px 0 0; display: inline-block;}
.historyiner{max-width: 930px; margin: 0 auto; position: relative;}
.historyiner:before{position: absolute; top: 0; left: 50%; height: 100%; content: ""; width: 5px; background:#f5c809; 
transform: translate(-50%);
-webkit-transform: translate(-50%);
-o-transform: translate(-50%);
-ms-transform: translate(-50%);
-moz-transform: translate(-50%);}
.histrypnel{width: 100%;  position: relative;}
.histryimg{width: 400px; text-align: center; float: left;}
.histryimg img{max-width: 100%;}
.histrytxt{width: 100%;}
.histrytxt h4{color: #263238; font: 700 25px/30px 'Libre Franklin', sans-serif; }
.histrytxt p{color: #546e7a; font: 500 16.8px/30.1px 'Work Sans', sans-serif; text-align: justify; padding-top: 4px;}
.histrypnel .row{align-items: center; min-height: 272px;}
.histrytxtedh{width: 348px; float: right;}
.histrypnel .row{margin: 0px;}
.histrypnel .col-sm-6{padding: 0px;}

.histryer{width: 183px; height: 183px; border: 2px dashed #f5c809; position: absolute; top: 50%; left: 50%; 
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%); border-radius: 100%; display: flex; align-items: center; justify-content: center;}
.histryerinr{width: 153px; height: 153px; border-radius: 100%; border: 5px solid #f5c809; border-radius: 100%; background: #fff; 
display: flex; align-items: center; justify-content: center; }
.histryercont{width: 124px; height: 124px; border-radius: 100%; border-radius: 100%; background: #dadada; display: flex; 
align-items: center; justify-content: center;}
.histryercont strong{color: #000; font: 700 35px/40px 'InterUIBold'; }
.histrypnel:before{position: absolute; content: ""; top: -14px; left: 50%; background: #f5c809; 
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%); width: 28px; height: 28px; border-radius: 100%;}
.histrypnel:after{top: 0; left: 0; width: 100%; height: 5px; background: #f5c809; position: absolute; content: ""; border-radius: 10px; }
.histrypnel:first-child:after{position: inherit; content: none;}
.histrypnel:nth-child(even) .row{flex-direction: row-reverse;}
.histrypnel:nth-child(even) .histrytxtedh{float: left;}
.histrypnel .row{position: relative;}
.histrypnel:last-child .row:before{position: absolute; content: ""; bottom: -14px; left: 50%; background: #f5c809; 
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%); width: 28px; height: 28px; border-radius: 100%;}
.histrypnel:nth-child(even) .histryimg{float: right;}
.historySec{position: relative;
background: url(../images/histrydhpe2.png) no-repeat left top 50%, url(../images/histrydhpe3.png) no-repeat right bottom 30%;}
.historySec:before{position: absolute; content: ""; top: 0; right: 93px; background: #f5c809; border-radius: 100%; width: 118px; height: 118px; }




.inrbner .bnertxt {min-height: 616px;}
.inrbner .bnrtxtinr{padding: 0px;}
.inrbner .row{align-items: center;}
.inrbner .bnrimg img{width: 400px; height: 400px; border-width: 15px; }


/*basic principles page start*/

.shepban:before{position: absolute; right: 164px; top: 0; background: url(../images/hedarw.png)no-repeat;
background-size: 100% !important;width: 486px; height: 90px; content: "";}
.basicsec{width: 100%; position: relative;}
.basiciner{width: 100%; position: relative;}
.pagetext{width: 100%; position: relative;}
.pagetext p, .pagetext li{font:400 17.46px/24px 'Source Sans Pro', sans-serif; color: #000; margin-top: 13px;
text-align: justify;}
.pagetext h1, .pagetext h2, .pagetext h3, .pagetext h4, .pagetext h5, .pagetext h6{color: #263238; 
  padding-top: 43px; font: 400 36px/40px 'Libre Franklin', sans-serif;}
.pagetext li{margin-top: 15px; position: relative; padding-left: 35px;}
.pagetext li:before{position: absolute; left: 0; top: 8px; background: #19cdf8; width: 14px; height: 14px; background-size: 100% !important;
content: ""; border-radius: 100%;}
.basicsec:before{position: absolute; left: 121px; top: 8px; background: url(../images/servcshp2.png)no-repeat; width: 103px; height: 103px; 
  background-size: 100% !important;content: ""; }
.basicsec:after{position: absolute; left: 0; top: 640px; background: url(../images/servcshp4.png)no-repeat; width: 187px; height: 465px; 
  background-size: 100%;content: "";  background-size: 100% !important;}
.basiciner:before{position: absolute; content: ""; top: 0; right: 93px; background: #f4c609;border-radius: 100%; width: 118px; height: 118px;
 background-size: 100% !important;}
.basiciner:after{position: absolute; content: ""; top: 180px; right: 0;
 background: url(../images/basicshep1.png)no-repeat; width: 170px; height: 869px; background-size: 100% !important;}


/*design development page*/

.designdevelopment .basiciner::after{background: url(../images/designdevlop.png)no-repeat; width: 189px; height: 787px;}
.designdevelopment .pagetext p:nth-of-type(1){margin-top: 26px;}
.designdevelopment{padding: 143px 0 32px;}
.designdevelopment:before{top: 211px;}
.designdevelopment .basiciner:before{top:-74px;}
.designdevelopment:before{width: 137px; height: 351px;}
.designdevelopment:after{width: 107px; height: 285px; top: inherit !important; bottom: 88px;}
.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 45px;}

.pagetext p a, .pagetext li a{color: #000;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;}
.pagetext p a:hover, .pagetext li a:hover{color: #0070aa; text-decoration: underline !important;}

/*Download page*/
.downloadsec li{font-size: 25px; line-height: 27px; font-weight: 600;} 
.downloadsec .pagetext li::before{top: 5px;}
.downloadsec{padding-bottom: 55px;}
.downloadsec .basiciner::after{background: url(../images/basicshep1.png)no-repeat; width: 170px; height: 869px;}

/*Careers page*/

.careerpanel .pagetext h1, .careerpanel .pagetext h2, .careerpanel .pagetext h3, .careerpanel .pagetext h4, .careerpanel .pagetext h5, .careerpanel .pagetext h6
{ color: #263238; padding: 0; padding-left: 60px; position: relative;}
.careerpanel .pagetext h1 a, .careerpanel .pagetext h2 a, .careerpanel .pagetext h3 a, .careerpanel .pagetext h4 a, .careerpanel .pagetext h5 a, .careerpanel .pagetext h6 a
{color: #263238;}
.careerpanel .pagetext h1 i, .careerpanel .pagetext h2 i, .careerpanel .pagetext h3 i, .careerpanel .pagetext h4 i,
 .careerpanel .pagetext h5 i, .careerpanel .pagetext h6 i {position: absolute; left: 0; top:0;}
.careerpanel{width: 100%; border-top: solid 1px #58cdea; padding: 38px 0;}
.careerpanel:first-child{border:0;}
.careercec{padding-top: 57px;}
.careerpanel .pagetext h1 i img, .careerpanel .pagetext h2 i img, .careerpanel .pagetext h3 i img, .careerpanel .pagetext h4 i img,
 .careerpanel .pagetext h5 i img, .careerpanel .pagetext h6 i img{max-width: 100%;}



/*Partners page*/
.careercec .row{margin: 0 -13px;}
.careercec .col-sm-3{padding: 0 13px;}
.Partnerslogo{display: inline-block; height: 125px; width: 100%; border: solid 3px #d7d7d7; margin-top: 20px; line-height: 125px;} 
.Partnerslogo img{max-width: 100%;}
.parcbtn .bnrbtn{background: #3d3d3d; color: #fff; margin-top: 55px;}
.parcbtn .bnrbtn em{background: url(../images/arww.png) no-repeat right center;padding-right: 100px;}
.parcbtn{text-align: center; width: 100%;}
.parcbtn .bnrbtn:hover{background: #16c5ef;}


/*faq*/
.accidiancont{width: 100%;}
.accidiancont button{cursor: pointer; width: 100%; text-align: left; color: #000; font: 700 20px/25px 'Source Sans Pro', sans-serif; 
border: 0px; outline: none; text-transform: uppercase; padding: 24px 0; border-bottom: 1px solid #19cdf8; 
background: url(../images/minusicn.png) no-repeat right 37px center; }
.accidiancont button.collapsed{background: url(../images/plusicn.png) no-repeat right 37px center;}
.accidiancont .card, .accidiancont .card-header{padding: 0px; border-radius: 0px; margin: 0px; background: none; border: 0px;}
.accidiancontinr{width: 100%;}
.accidiancontinr p{font: 400 17.46px/24px 'Source Sans Pro', sans-serif;color: #000;margin-top: 13px;text-align: justify;}
.accidiancont .card-body{padding: 10px 0 25px; border-bottom: 1px solid #19cdf8; }
.faqSec{padding-top: 150px;}


/*specialmachines*/
.specialmachines{padding-top: 70px;}
.specialmachines .accidiancont{padding-top: 55px;}
.specialmachines .accidiancont h3{padding-bottom: 20px; }


/*glery*/
.glerypnel{width: 100%;}
.glerybxs{width: 100%; position: relative; margin-top: 20px;}
.glerybxs img{width: 100%; height: 280px; object-fit: cover; border: 8px solid #dfdfdf; }
.glerybxs:before{position: absolute; content: ""; top: 50%; left: 50%; width: 0px; height: 0px; background: rgba(7,151,226,0.85); 
opacity: 0; visibility: hidden; 
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
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;}
.glerybxs:hover:before{opacity: 1; visibility: visible; width: 100%; height: 100%;}
.popuplnk{position: absolute; top: 50%; left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
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; opacity: 0; visibility: hidden; }
.glerybxs:hover .popuplnk{opacity: 1; visibility: visible;}
.glerypnel .row{margin: 0 -10px;}
.glerypnel .col-sm-6, .glerypnel .col-sm-4{padding: 0 10px;}


/*contact*/
.contactmainSec{max-width: 930px; margin: 0 auto;}
.contactform{width: 100%;}
.fillput input[type="text"],
.fillput input[type="email"],
.fillput input[type="tel"],
.fillput textarea{width: 100%; height: 70px; border: 1px solid #717171; padding: 0 17px; color: #000; 
font: 400 27px/32px 'Source Sans Pro', sans-serif; }
.fillput {margin-top: 30px;}
.contactform .col-sm-6, .contactform .col-sm-12{padding: 0 8px;}
.contactform .row{margin: 0 -8px;}
.fillput textarea{resize: none; -webkit-appearance: none; height: 235px; padding: 17px; }
.fillput input[type="submit"]{width: 100%; text-align: center; font: 400 20px/58px 'Work Sans', sans-serif; text-transform: uppercase; 
background: url(../images/plussubmit.png) #272727 no-repeat right center; border: 0px; outline: none; cursor: pointer;  color: #fff;
background-size: auto 100% !important; 
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; }
.fillput input[type="submit"]:hover{background: url(../images/plussubmit.png) #000 no-repeat right center;}


.contactinfor{width: 100%; padding: 90px 0 0;}
.contactinfor h2{text-align: center; color: #263238; font: 400 35.96px/40px 'Libre Franklin', sans-serif; padding-bottom: 50px; }
.infoconttxt h3{color: #263238; font: 600 20px/30px 'Libre Franklin', sans-serif; text-transform: uppercase; }
.infoconttxt em{color: #263238; font: 400 20px/30px 'Libre Franklin', sans-serif;}
.infoconttxt ul{width: 100%; display: inline-block; padding: 30px 0 0; }
.infoconttxt li{color: #263238; font: 400 20px/30px 'Libre Franklin', sans-serif;}
.infoconttxt li a{color: #263238; }
.scnerimg img{max-width: 100%;}
.scnerimg{text-align: right;}


/*ourphilosophy*/
.ourphilosophySec{width: 100%;}
.philosptxt{width: 100%;}
.philosptxt p{color: #000; font: 300 17.46px/27px 'Source Sans Pro', sans-serif; padding-top: 15px; text-align: justify;}
.ourphilosophySec .media > img{max-width: 100%; margin-right: 99px; width: 598px;}
.philosptxt em{text-align: center; color: #000; font: 400 17px/24px Arial; display: inline-block; width: 100%;}
.philosptxt ul{width: 100%;display: inline-block;padding: 45px 0 0;}
.philosptxt li{width: 50%; float: left; text-align: center;}


/*projectmngermain*/
.projectmngermain{max-width: 1170px; margin: 0 auto;}
.projectpnel{width: 100%; position: relative; }
.projectpnel .row{margin: 0px; min-height: 157px; align-items: center; position: relative; }
.projectpnel .col-sm-6{padding: 0px;}
.projecttxt{width: 410px; float: right; min-height: 157px; }
.projecttxt strong{color: #263238; font: 600 28px/32px 'Libre Franklin', sans-serif;  }
.projecttxt p{color: #000; font: 300 17.46px/27px 'Source Sans Pro', sans-serif; text-align: justify; padding: 7px 0 0;}
.projectimg{width: 540px; 

background: rgba(235,235,235,1);
background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(253,253,253,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(253,253,253,1)));
background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(253,253,253,1) 100%);
background: -o-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(253,253,253,1) 100%);
background: -ms-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(253,253,253,1) 100%);
background: linear-gradient(to right, rgba(235,235,235,1) 0%, rgba(253,253,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fdfdfd', GradientType=1 );
}
.projectimg img{max-height: 100%; width: 118px;}
.projectimg{min-height: 175px; display: flex; align-items: center; justify-content: center;}
.number{position: absolute; top: 0; left: 50%; width: 90px; height: 100%; background:#f5c809; 
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%); display: flex; align-items: center; justify-content: center;}
.number em{color: #fff; font: 600 50px/55px 'Libre Franklin', sans-serif; }
.projectpnel{margin-top: 26px;}
.projectpnel:nth-child(even) .row{flex-direction: row-reverse;}
.projectpnel:nth-child(even) .projecttxt{float: left;}
.projectpnel:nth-child(even) .projectimg{float: right;

background: rgba(253,253,253,1);
background: -moz-linear-gradient(left, rgba(253,253,253,1) 0%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,253,253,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(left, rgba(253,253,253,1) 0%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(left, rgba(253,253,253,1) 0%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(left, rgba(253,253,253,1) 0%, rgba(235,235,235,1) 100%);
background: linear-gradient(to right, rgba(253,253,253,1) 0%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ebebeb', GradientType=1 );
}
.projectpnel:nth-child(even) .number{background: #f9e075;}
.number:before{position: absolute;
top: -60px;
left: -5px;
width: 100px;
height: 100px;
border-radius: 100%;
background: #fff;
content: "";
z-index: 9;}
.number:after{position: absolute;
top: -75px;
left: 0px;
width: 90px;
height: 90px;
border-radius: 100%;
background: #f5c809;
content: "";
z-index: 9;}
.projectpnel:nth-child(odd) .number:after{background: #f9e075}
.projectpnel:first-child .number:before, .projectpnel:first-child .number:after{position: inherit; content: none;}
.projectpnel:last-child .row:before{position: absolute;
bottom: -40px;
left: 50%;
width: 90px;
height: 90px;
border-radius: 100%;
background: #f5c809;
content: "";
z-index: 9;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);}
.number em {margin: 37px 0 0;}

.popuplnk{width: 60px; color: #fff;}
.popuplnk img{height: auto !important; object-fit: cover !important; width: auto !important; border: 0px; max-width: 100% !important;}

.philosaphy_ban .col-sm-6:nth-child(2){ text-align: center; }
.philosaphy_ban .bnrimg { width: 100%; text-align: center; width: 400px; height: 400px; background: #fff; border-radius: 100%; padding: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(245, 200, 9,0.75);
-moz-box-shadow: 0px 0px 50px 0px rgba(245, 200, 9,0.75);
box-shadow: 0px 0px 50px 0px rgba(245, 200, 9,0.75);
display: inline-block;
}
.philosaphy_ban.inrbner .bnrimg img { border-radius: 100%; box-shadow: none; border: none; width: 100%; height: auto; }








@media (min-width: 1600px) and (max-width: 1799px) {

.bnrimg img {width: 805px;}
.bnrbtn{font-size: 20px; line-height: 70px;}
.bnrtxtinr strong, .bnrtxtinr h1{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;}


/*history page*/
.historySec{background-size: 200px, 250px;}


.inrbner .bannersec::before {height: 295px;}
.inrbner .bnertxt {min-height: 600px;}


/*basic principles page start*/
.basicsec::before{left: 82px; top: -33px; width: 84px; height: 84px;}
.basiciner::before{top: 0; right: 78px;width: 80px; height: 80px;}
.basicsec::after{width: 134px; height: 355px;}
.basiciner::after{width: 122px; height: 881px;}
.basicsec{padding-bottom: 97px;}
.shepban:before{right: 76px;width:315px; height: 58px; }

/*design development page*/
.designdevelopment {padding: 76px 0 85px;}
.designdevelopment::before { top: 16px;}
.designdevelopment::before { width: 96px; height: 331px;}
.designdevelopment .basiciner::after{ width: 122px;  height: 881px;}
/*design development page*/
.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 36px;}

/*Download page*/
.downloadsec li {font-size: 21px; line-height: 25px;}
.downloadsec .pagetext li::before { top: 7px;}
.careercec:before{top: 149px !important; height: 76px !important; width: 72px !important;}


/*faq*/
.basiciner::before {right: 20px;}


/*contact*/
.fillput input[type="text"], .fillput input[type="email"], .fillput input[type="tel"], .fillput textarea{font-size: 20px;
height: 60px;}
.fillput textarea{height: 150px;}




}

@media (min-width: 1400px) and (max-width: 1599px) {


.bnrimg img {width: 715px;}
.bnrbtn{font-size: 17px; line-height: 50px; padding: 0 22px;}
.bnrtxtinr strong, .bnrtxtinr h1{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;}
.contactSec{padding-top: 90px;}


/*history page*/
.historySec{background-size: 150px, 200px;}
.historySec::before{width: 90px; height: 90px; }
.historySec{padding: 100px 0 0;}
.histryimg img{width: 270px;}
.inrbner .bannersec::before {height: 300px;}
.inrbner .bnertxt {min-height: 700px;}
.inrbner .bnertxt .row{align-items: center;}
.inrbner .bnrtxtinr{padding: 0px;}
.inrbner .bnrimg img{border-width: 10px; width: 450px; height: 450px; }



.inrbner .bnrimg img { width: 350px; height: 350px;}
.inrbner .bnertxt {min-height: 550px;}
.inrbner .bannersec::before {height: 230px;}


/*basic principles page start*/
.basicsec::before{left: 82px; top: -33px; width: 70px; height: 70px;}
.basiciner::before{top: 0; right: 78px;width: 70px; height: 70px;}
.basicsec::after{width: 90px; height: 232px;}
.basiciner::after{width: 89px; height: 874px;}
.basicsec{padding-bottom: 97px;}
.shepban:before{right: 76px;width:315px; height: 58px; }


/*design development page*/
.designdevelopment {padding: 41px 0 113px;}
.designdevelopment .basiciner::after { width: 89px;  height: 874px;}
/*design development page*/
.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 36px;}

/*Download page*/
.downloadsec li {font-size: 21px; line-height: 25px;}
.downloadsec .pagetext li::before { top: 7px;}
.basicsec::after { top: 584px;}
.careercec:before{top: 145px !important; height: 76px !important; width: 58px !important; left: 20px !important;}


/*faq*/
.basiciner::before {right: 35px;}
.faqSec{padding-top: 100px;}

/*contact*/
.fillput input[type="text"], .fillput input[type="email"], .fillput input[type="tel"], .fillput textarea{font-size: 18px;
height: 60px;}
.fillput textarea{height: 150px;}


/*ourphilosophy*/
.ourphilosophySec .media > img {margin-right: 60px; width: 550px;}

.philosaphy_ban .bnrimg{ width: 350px; height: 350px; }


}


@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, .bnrtxtinr h1{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;}
.contactSec{padding-top: 90px;}
.mashineSec{padding: 100px 0;}


/*history page*/
.historySec{background-size: 100px, 150px;}
.historySec::before{width: 70px; height: 70px; right: 30px;}
.historySec{padding: 100px 0 0;}
.histryimg img{width: 230px;}
.inrbner .bannersec::before {height: 250px;}
.inrbner .bnertxt {min-height: 600px;}
.inrbner .bnertxt .row{align-items: center;}
.inrbner .bnrtxtinr{padding: 0px;}
.inrbner .bnrimg img{border-width: 10px; width: 380px; height: 380px; }


.inrbner .bnrimg img {width: 330px; height: 330px;}
.inrbner .bnertxt { min-height: 500px;}



/*basic principles page start*/
.basicsec::before{left: 26px; top: 0; width: 67px; height: 67px;}
.basiciner::before{top: 0; right: 20px;width: 67px; height: 67px;}
.basicsec::after{width: 78px; height: 204px;}
.basiciner::after{width: 103px; height: 541px;}
.basicsec{padding-bottom: 97px;}
.pagetext h1, .pagetext h2, .pagetext h3, .pagetext h4, .pagetext h5, .pagetext h6{font-size: 32px; line-height: 35px;
padding-top: 34px;}
.pagetext li::before{width: 10px; height: 10px;}
.pagetext li{padding-left: 20px;}
.shepban:before{right: 76px;width:315px; height: 58px; }

/*design development page*/
.designdevelopment {padding: 41px 0 85px;}
.designdevelopment .basiciner::after { width: 89px;  height: 874px;}
/*design development page*/
.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 36px;}

/*Download page*/
.downloadsec li {font-size: 18px; line-height: 23px;}
.downloadsec .pagetext li::before { top: 7px;}
.basicsec::after {top: 584px;}
.inershep::after{top: 200px !important; width: 57px !important; background-size: 57px !important; height: 358px !important;}
.careercec:before{top: 118px;}

/*Partners page*/
.parcbtn .bnrbtn em{padding-right: 60px;}


/*faq*/
.faqSec{padding-top: 80px;}


/*contact*/
.fillput input[type="text"], .fillput input[type="email"], .fillput input[type="tel"], .fillput textarea{font-size: 17px;
height: 50px;}
.fillput textarea{height: 150px;}
.fillput input[type="submit"]{line-height: 50px; font-size: 17px;}
.infoconttxt li, .infoconttxt em, .infoconttxt h3{font-size: 17px;}
.contactinfor{padding-top: 70px;}
.contactinfor h2{padding-bottom: 40px;}


/*projectmngermain*/
.projectmngermain {max-width: 1080px;}
.projectimg{width: 495px;}



/*ourphilosophy*/
.ourphilosophySec .media > img {margin-right: 50px; width: 500px;}
.philosptxt em{font-size: 16px;}
.philosptxt li img{max-width: 100%; width: 230px;}

.philosaphy_ban .bnrimg{ width: 330px; height: 330px; }


}


@media (min-width: 1200px) and (max-width: 1299px) {

/*basic principles page start*/
.basiciner::before {top: -29px; right: 11px; width: 50px; height: 50px;}
.basicsec::before {left: 38px; top: -26px;width: 50px; height: 50px;}
.basicsec::after {width: 36px; height: 98px;}
.basiciner::after {width: 34px; height: 183px;}
.shepban:before{right: 76px;width:315px; height: 58px; }

/*design development page*/
.designdevelopment {padding:20px 0 54px}
.designdevelopment .basiciner::after {width: 34px; height: 152px;}

/*Download page*/
.downloadsec li {font-size: 18px; line-height: 23px;}
.downloadsec .pagetext li::before { top: 7px;}
.basicsec::after{top: 490px;}

/*Partners page*/
.parcbtn .bnrbtn em{padding-right: 60px;}


.philosaphy_ban .bnrimg{ width: 330px; height: 330px; padding: 15px; }



} 
  
@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, .bnrtxtinr h1{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;}
.contactSec{padding-top: 80px;}
.mashineSec{padding: 80px 0;}
.mashinepnl {padding: 0 25px;}
.contactSec{padding-top: 70px;}
.mashineSec{padding: 20px 0 60px;}
.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;}


/*history page*/
.historySec{background-size: 60px, 100px;}
.historySec::before{width: 70px; height: 70px; right: 30px;}
.historySec{padding: 80px 0 0;}
.histryimg img{width: 200px;}
.inrbner .bannersec::before {height: 200px;}
.inrbner .bnertxt {min-height: 500px;}
.inrbner .bnertxt .row{align-items: center;}
.inrbner .bnrtxtinr{padding: 0px;}
.inrbner .bnrimg img{border-width: 10px; width: 300px; height: 300px; }
.histrytxt p{font-size: 14px; line-height: 25px;}
.histrytxt h4{font-size: 22px;}
.histrytxtedh {width: 265px;}
.histryimg{width: 265px;}
.histryer{width: 150px; height: 150px;}
.histryerinr{width: 130px; height: 130px;}
.histryercont{width: 100px; height: 100px;}
.histryercont strong{font-size: 27px; line-height: 35px;}
.historyiner {max-width: 750px;}
.histrypnel .row{min-height: 240px;}
.histrypnel::before{width: 20px; height: 20px; top: -10px;}
.historyiner::before{width: 3px;}
.histrypnel::after{height: 3px;}



.inrbner .bannersec::before {height: 160px;}
.inrbner .bnrimg img{width: 270px; height: 270px;}
.inrbner .bnertxt {min-height: 450px;}

/*basic principles page start*/
.basiciner::before {top: 8px; right: 0; width: 30px; height: 30px;}
.basicsec::before {left: 0; top: 5px; width: 30px; height: 30px;}
.basicsec::after {width: 28px; height: 98px;}
.basiciner::after {width: 20px; height: 183px;}
.basicsec{padding-bottom: 97px;}
.pagetext h1, .pagetext h2, .pagetext h3, .pagetext h4, .pagetext h5, .pagetext h6{font-size: 32px; line-height: 35px;
padding-top: 34px;}
.pagetext li::before{width: 10px; height: 10px;}
.pagetext li{padding-left: 20px;}
.shepban:before{display: none; }

/*design development page*/
.designdevelopment {padding:20px 0 40px}
.designdevelopment .basiciner::after {width: 20px; height: 152px;}
/*design development page*/
.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 30px;}

/*Download page*/
.downloadsec li {font-size: 18px; line-height: 23px;}
.downloadsec .pagetext li::before { top: 7px;}
.basicsec::after{top: 490px;}
.careerpanel{padding: 30px 0;}

/*Partners page*/
.parcbtn .bnrbtn em{padding-right: 60px;}


/*faq*/
.faqSec{padding-top: 70px;}
.accidiancont button{font-size: 18px; padding: 20px 0; padding-right: 30px; background-position: right 25px center !important;}


/*contact*/
.fillput input[type="text"], .fillput input[type="email"], .fillput input[type="tel"], .fillput textarea{font-size: 17px;
height: 50px;}
.fillput textarea{height: 150px;}
.fillput input[type="submit"]{line-height: 50px; font-size: 17px; padding: 0px;}
.infoconttxt li, .infoconttxt em, .infoconttxt h3{font-size: 17px;}
.contactinfor{padding-top: 70px;}
.contactinfor h2{padding-bottom: 40px;}


/*projectmngermain*/
.projectmngermain {max-width: 900px;}
.number{width: 50px;}
.projectimg{width: 425px;}
.number em{font-size: 40px; line-height: 45px;}
.projecttxt strong{font-size: 25px; line-height: 30px;}
.number::before{width: 60px; height: 60px; top: -35px;}
.number::after{width: 50px; height: 50px; top: -52px; }
.projectpnel:last-child .row::before{width: 50px; height: 50px; bottom: -23px;}
.projecttxt p{font-size: 16px;}


/*ourphilosophy*/
.ourphilosophySec .media > img {margin-right: 0px; width: 250px;}
.philosptxt em{font-size: 16px;}
.philosptxt li img{max-width: 100%; width: 230px;}
.ourphilosophySec .media{display: inline-block; text-align: center; }
.ourphilosophySec .media-body{padding: 20px 0 0;}


.popuplnk {width: 45px;}



.philosaphy_ban .bnrimg{ width: 270px; height: 270px; padding: 15px; }


}


 
@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, .bnrtxtinr h1{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;}


/*history page*/
.historySec{background: none;}
.historySec::before{width: 70px; height: 70px; right: 30px;}
.historySec{padding: 80px 0 0;}
.histryimg img{width: 200px;}
.inrbner .bannersec::before {height: 200px;}
.inrbner .bnertxt {min-height: 350px;}
.inrbner .bnertxt .row{align-items: center;}
.inrbner .bnrtxtinr{padding: 0px;}
.inrbner .bnrimg img{border-width: 10px; width: 300px; height: 300px; }
.histrytxt p{font-size: 14px; line-height: 25px;}
.histrytxt h4{font-size: 20px; line-height: 25px;}
.histrytxtedh {width: 265px;}
.histryimg{width: 265px;}
.histryer{width: 120px; height: 120px;}
.histryerinr{width: 100px; height: 100px; border-width: 3px;}
.histryercont{width: 80px; height: 80px;}
.histryercont strong{font-size: 22px; line-height: 30px;}
.historyiner {max-width: 750px;}
.histrypnel .row{min-height: 240px;}
.histrypnel::before{width: 20px; height: 20px; top: -10px;}
.historyiner::before{width: 3px;}
.histrypnel::after{height: 3px;}


.inrbner .bnrimg img {border-width: 7px; width: 250px; height: 250px;}
.inrbner .bnertxt {min-height: 300px;}

/*basic principles page start*/
.basiciner::before {top: 8px; right: 0; width: 30px; height: 30px;}
.basicsec::before {left: 0; top: 5px; width: 30px; height: 30px;}
.basicsec::after {width: 36px; height: 98px;}
.basiciner::after {width: 25px; height: 183px;}
.basicsec{padding-bottom: 54px;}
.pagetext h1, .pagetext h2, .pagetext h3, .pagetext h4, .pagetext h5, .pagetext h6{font-size: 24px;
line-height: 31px; padding-top: 33px;}
.pagetext li::before{width: 10px; height: 10px;}
.pagetext li{padding-left: 20px;}
.shepban:before{display: none; }


/*design development page*/
.designdevelopment {padding:20px 0 54px}
.designdevelopment .basiciner::after {width: 34px; height: 152px;}

/*design development page*/
.designdevelopment {padding:20px 0 40px}
.designdevelopment .basiciner::after {width: 20px; height: 152px;}
.designdevelopment .pagetext p:nth-of-type(1) {
    margin-top: 13px;}
/*design development page*/
.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 25px;}

/*Download page*/
.downloadsec li {font-size: 17px; line-height: 23px;}
.downloadsec .pagetext li::before { top: 7px;}
.careerpanel{padding: 25px 0;}

/*Partners page*/
.parcbtn .bnrbtn em{padding-right: 60px;}
.parcbtn .bnrbtn{margin-top: 34px;}
.careercec .col-sm-3{flex: 0 0 33.333%; max-width: 33.333%;}


/*faq*/
.faqSec{padding-top: 50px;}
.accidiancont button{font-size: 17px; padding: 18px 0; padding-right: 25px; background-position: right 25px center !important;}
.accidiancontinr p{font-size: 16px;}


/*glery*/
.glerybxs img{height: 220px; border-width: 4px;}


/*contact*/
.fillput input[type="text"], .fillput input[type="email"], .fillput input[type="tel"], .fillput textarea{font-size: 17px;
height: 50px;}
.fillput textarea{height: 150px;}
.fillput input[type="submit"]{line-height: 50px; font-size: 17px; padding: 0px;}
.infoconttxt li, .infoconttxt em, .infoconttxt h3{font-size: 17px;}
.contactinfor{padding-top: 70px;}
.contactinfor h2{padding-bottom: 40px;}


/*projectmngermain*/
.projectmngermain {max-width: 750px;}
.number{width: 40px;}
.projectimg{width: 325px;}
.number em{font-size: 30px; line-height: 35px;}
.projecttxt strong{font-size: 22px; line-height: 28px;}
.number::before{width: 50px; height: 50px; top: -35px;}
.number::after{width: 40px;height: 40px;top: -45px;}
.projectpnel:last-child .row::before{width: 40px; height: 40px; bottom: -23px;}
.projecttxt p{font-size: 15px;}
.projectimg img{width: 90px;}
.projecttxt {width: 310px;}


/*ourphilosophy*/
.ourphilosophySec .media > img {margin-right: 0px; width: 200px;}
.philosptxt em{font-size: 15px;}
.philosptxt li img{max-width: 100%; width: 200px;}
.ourphilosophySec .media{display: inline-block; text-align: center; }
.ourphilosophySec .media-body{padding: 20px 0 0;}
.philosptxt ul{padding-top: 35px;}


.popuplnk {width: 45px;}


.philosaphy_ban .bnrimg{ width: 270px; height: 270px; padding: 12px; }


}


 
@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, .bnrtxtinr h1{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;}
.contactSec{padding-top: 70px;}
.mashineSec{padding: 20px 0 60px;}
.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;}
.bnrtxtinr strong br, .bnrtxtinr h1 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;}


/*history page*/
.historySec{background: none;}
.historySec::before{width: 70px; height: 70px; right: 30px;}
.historySec{padding: 80px 0 0;}
.histryimg img{width: 150px;}
.inrbner .bannersec::before {height: 200px;}
.inrbner .bnertxt {min-height: 350px;}
.inrbner .bnertxt .row{align-items: center;}
.inrbner .bnrtxtinr{padding: 0px;}
.inrbner .bnrimg img{border-width: 10px; width: 260px; height: 260px; }
.histrytxt p{font-size: 14px; line-height: 23px;}
.histrytxt h4{font-size: 17px; line-height: 23px;}
.histrytxtedh {width: 215px;}
.histryimg{width: 265px;}
.histryer{width: 90px; height: 90px;}
.histryerinr{width: 80px; height: 80px; border-width: 3px;}
.histryercont{width: 75px; height: 75px;}
.histryercont strong{font-size: 22px; line-height: 30px;}
.historyiner {max-width: 576px;}
.histrypnel .row{min-height: 240px;}
.histrypnel::before{width: 20px; height: 20px; top: -10px;}
.historyiner::before{width: 3px;}
.histrypnel::after{height: 3px;}
.histrytxt h4 br{display: none;}


.inrbner .bnrimg img {border-width: 6px; width: 220px; height: 220px;}
.inrbner .bnertxt {min-height: 300px;}

/*basic principles page start*/
.basiciner::before {display: none;}
.basicsec::before {display: none;}
.basicsec::after {display: none;}
.basiciner::after {display: none;}
.basicsec{padding-bottom: 35px; padding-top: 20px;}
.pagetext h1, .pagetext h2, .pagetext h3, .pagetext h4, .pagetext h5, .pagetext h6{font-size: 20px; line-height: 26px;
padding-top: 25px;}
.pagetext li::before{width: 10px; height: 10px;}
.pagetext li{padding-left: 20px;}
.pagetext p, .pagetext li{font-size: 15px; line-height: 23px;}
.shepban:before{display: none; }

/*design development page*/
.designdevelopment {padding:0 0 30px}
.designdevelopment .basiciner::after {display: none;}
.designdevelopment .pagetext p:nth-of-type(1) {
    margin-top: 13px;}

.designdevelopmentban .bnrtxtinr strong, .designdevelopmentban .bnrtxtinr h1{font-size: 20px;}

/*Download page*/
.downloadsec li {font-size: 15px; line-height: 23px;}
.downloadsec .pagetext li::before { top: 9px;}

.careerpanel .pagetext h1, .careerpanel .pagetext h2, .careerpanel .pagetext h3, .careerpanel .pagetext h4, .careerpanel .pagetext h5, .careerpanel .pagetext h6
{padding-left: 50px;}
.careerpanel{padding: 20px 0;}
.careercec {padding-top: 15px;}

/*Partners page*/
.careercec .col-sm-3{flex: 0 0 33.333%; max-width: 33.333%;}
.Partnerslogo{height: 100px; line-height: 100px;}
.parcbtn .bnrbtn em{padding-right: 30px; background-size: 20px !important;}
.parcbtn .bnrbtn{margin-top: 29px;}
.careerpanel .pagetext h1 i, .careerpanel .pagetext h2 i, .careerpanel .pagetext h3 i, .careerpanel .pagetext h4 i, .careerpanel .pagetext h5 i, .careerpanel .pagetext h6 i
{top: -5px;}


/*faq*/
.faqSec{padding-top: 40px;}
.accidiancont button{font-size: 16px; padding: 15px 0; padding-right: 25px; background-position: right 15px center !important;}
.accidiancontinr p{font-size: 15px;}


/*specialmachines*/
.specialmachines .accidiancont{padding-bottom: 35px;}


/*glery*/
.glerybxs img{height: 180px; border-width: 3px;}
.glerypnel .col-sm-6, .glerypnel .col-sm-4{padding: 0 5px;}
.glerypnel .row {margin: 0 -5px;}
.glerybxs{margin-top: 10px;}


/*contact*/
.fillput input[type="text"], .fillput input[type="email"], .fillput input[type="tel"], .fillput textarea{font-size: 17px;
height: 50px;}
.fillput textarea{height: 150px;}
.fillput input[type="submit"]{line-height: 50px; font-size: 17px; padding: 0px;}
.infoconttxt li, .infoconttxt em, .infoconttxt h3{font-size: 17px;}
.contactinfor{padding-top: 40px;}
.contactinfor h2{padding-bottom: 30px; font-size:30px; line-height: 35px;}


/*projectmngermain*/
.projectmngermain {max-width: 525px;}
.number{width: 40px;}
.projectimg{width: 240px;}
.number em{font-size: 30px; line-height: 35px;}
.projecttxt strong{font-size: 20px; line-height: 25px;}
.number::before{width: 50px; height: 50px; top: -35px;}
.number::after{width: 40px;height: 40px;top: -45px;}
.projectpnel:last-child .row::before{width: 40px; height: 40px; bottom: -23px;}
.projecttxt p {font-size: 14px; line-height: 22px;}
.projectimg img{width: 90px;}
.projecttxt {width: 235px;}


/*ourphilosophy*/
.ourphilosophySec .media > img {margin-right: 0px; width: 150px;}
.philosptxt em{font-size: 15px;}
.philosptxt li img{max-width: 100%; width: 200px;}
.ourphilosophySec .media{display: inline-block; text-align: center; }
.ourphilosophySec .media-body{padding: 20px 0 0;}
.philosptxt ul{padding-top: 35px;}


.popuplnk {width: 40px;}


.philosaphy_ban .bnrimg{ width: 220px; height: 220px; padding: 12px; }


}

@media only screen and (max-width: 575px){


.bnertxt .row {flex-direction: column-reverse;}
.bnrtxtinr{padding-top: 20px;}
.bnrimg img{width: 200px;}
.bnertxt{min-height: 390px;}
.carouselIndctr {bottom: 11px;}
.bnrtxtinr strong, .bnrtxtinr h1 {font-size: 22px; line-height: 30px;}
.bnrtxtinr p{display: none;}
.bnrtxtinr strong, .bnrtxtinr h1{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;}


/*history page*/
.inrbner .bnrimg img{border-radius: 10px; border-width: 5px; height: 230px;}
.inrbner .bnrtxtinr{padding-top: 20px;}
.historySec{padding: 50px 0 0;}
.historySec:before, .histrypnel:last-child .row::before{position: inherit; content: none; }
.histrypnel .row{min-height: auto;}
.histryimg{width: 100%;}
.histrytxtedh{width: 100%; display: inline-block; float: none; }
.histryer, .histryerinr, .histryercont{border-radius: 0px; width: auto; height: auto; padding: 5px; margin: 0 auto; }
.histryer{position: inherit; top: inherit; left: inherit; transform: inherit; margin-bottom: 10px;}
.histrypnel::before{position: inherit; content: none;}
.historyiner:before{position: inherit; content: none;}
.histrypnel{padding: 20px 0;}
.histrytxt{display: inline-block; padding: 10px 0 0;}
.histryer{padding: 2px;}
.histryerinr{border-width: 2px; padding: 3px; }


.inrbner .bnrimg img {height: 180px;}
.inrbner .bnertxt {min-height: 280px;}

/*Partners page*/
.careercec .col-sm-3{flex: 0 0 50%; max-width: 50%; padding: 0 5px;}
.careercec .row {margin: 0 -5px;}

/*glery*/
.glerypnel .col-sm-6{max-width: 50%; flex; 0 0 50%;}
.glerypnel .col-sm-4{max-width: 33.33%; flex; 0 0 33.33%;}


/*contact*/
.scnerimg{text-align: center; margin: 25px 0 0; }
.fillput{margin-top: 20px;}


/*projectmngermain*/
.projectimg{width: 100%;}
.projecttxt{width: 100%; padding: 20px 0 0;}
.number{position: inherit; top: inherit; left: inherit; transform: inherit; width: 100%; padding: 10px;}
.number em{font-size: 25px; line-height: 30px; margin: 0px;}
.projecttxt, .projectpnel .row, .projectimg{min-height: auto;}
.projectimg{padding: 20px;}
.projectpnel{margin-top: 20px;}
.number:before, .number:after, .projectpnel:last-child .row::before{position: inherit; content: none;}
.projectimg img{width: 70px;}


/*ourphilosophy*/
.ourphilosophySec .media > img {width: 100px;}
.philosptxt em{font-size: 14px;}
.philosptxt p{font-size: 16px;}
.philosptxt li img{width: 180px;}


.popuplnk {width: 35px;}

.philosaphy_ban .bnrimg{ width: 180px; height: 180px; padding: 6px; border-radius: 10px; }
.philosaphy_ban.inrbner .bnrimg img{ border-radius: 0px; }


} 


@media only screen and (max-width: 480px){


.bnrtxtinr strong, .bnrtxtinr h1 {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%;}

/*basic principles page start*/
.pagetext li::before { width: 6px; height: 6px;}
.pagetext li {padding-left: 15px;}
.pagetext li::before{top: 9px;}
.downloadsec .pagetext li::before { top: 9px;}
.careerpanel .pagetext h1 i img, .careerpanel .pagetext h2 i img, .careerpanel .pagetext h3 i img, .careerpanel .pagetext h4 i img, .careerpanel .pagetext h5 i img, .careerpanel .pagetext h6 i img
{width: 30px;}
.careerpanel .pagetext h1 i, .careerpanel .pagetext h2 i, .careerpanel .pagetext h3 i, .careerpanel .pagetext h4 i, .careerpanel .pagetext h5 i, .careerpanel .pagetext h6 i
{top: 0;}
.careerpanel .pagetext h1, .careerpanel .pagetext h2, .careerpanel .pagetext h3, .careerpanel .pagetext h4, .careerpanel .pagetext h5, .careerpanel .pagetext h6 {
    padding-left: 40px;
}


/*glery*/
.glerypnel .col-sm-6{max-width: 100%; flex; 0 0 100%;}
.glerypnel .col-sm-4{max-width: 100%; flex; 0 0 100%;}


} 
 
