html {
  scroll-behavior: smooth;
 }

body{
color: #282828;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
}
.blackStrip{
background-color: #282828;
height: 4px;
}
h2 {
font-size: 4.56rem;
line-height: 110%;
}
.relative{
position: relative;
}
.absolute{
position: absolute;
}
.font18{
font-size: 18px;
}
.font28{
font-size: 28px;
}
.clr{
display: table;
clear: both;
content: '';
}
/*Margin*/
.mt40{
  margin-top: 6%;
}
/*Navigation*/
nav{
background-color: #FFF;
color: #282828;
position: fixed;
height: 76px;
line-height: 76px;
z-index: 4;
}
nav ul li a{
color: #282828;
background-color: none;
}
nav ul a:hover {
background-color: rgba(0,0,0,0);
}
.activeLink{
border: 1px solid #f58b3d;
color: #f58b3d;
display: initial;
border-radius: 25px;
padding: 7px 15px;
}
.mobMenu{
display: none;
float: right;
}
.logo{
float: left;
padding-top: 4px;
}
.logo img{
  height: 65px;
}
.navigation{
float: right;
}
/*Banner*/
/*header .banner{
height: 100vh;
background-image: url(../../img/banner.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}*/
header .banner{
height: 100vh;
display: table;
width: 100%;
background-image: url(../../img/banner.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
/*header .bannerContent {
    color: #FFF;
    position: absolute;
    top: 64%;
    width: inherit;
}*/
header .bannerContent {
    color: #FFF;
    /*position: absolute;
    top: 64%;*/
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 50px;
    text-align: center;

}


.bannerContent h1 {
    font-weight: 800;
    font-size: 274%;
    line-height: 92%;
    margin-bottom: 0px;
}
.bannerContent p {
    font-weight: 400;
    font-size: 170%;
    line-height: 0%;
    margin-bottom: 29px;
}

.btnOrange{
background-image: linear-gradient(to bottom, #f68c3d, #f58238, #f47833, #f26d30, #f1612d);
border-radius: 25px;
font-size: 100%;
padding: 3px 20px;
height: auto;
}
.btnOrangeLite{
background-image: linear-gradient(to bottom, #f68c3d, #f58238, #f47833, #f26d30, #f1612d);
border: 0px !important;
    color: #fff !important;
}
.btnOrangeLite:hover{
background-image: none;
background-color: #000 !important;
border: 0px !important;
    color: #fff !important;
}
/**/
.btnOrange span,.banner-btnBlack span{
display: inline-table;
vertical-align: super;
font-weight: bold;
padding-top: 2px;
}
.full-width{
  width: 100%;
    width: -moz-available;         
    width: -webkit-fill-available; 
    width: fill-available;
}
/*Container 01*/
.container01{
display: block;
margin-bottom: 50px;
width: 100%;
}
.container01 h2{
margin-bottom: 35px;
}
.container01 .heading{
transition: all 1s;
background: #2f2f2f;
width: 160px;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
bottom: -49px;
border-radius: 50%;
padding: 20px;
height: 160px;
color: #fff;
}
.container01 .heading:hover{
transition: all 1s;
background: linear-gradient(to bottom, #f68c3d, #f58238, #f47833, #f26d30, #f1612d);
}
.width100{
width: 100%;
}
.container01 p{
line-height: 1;
}
/*Container Service*/
.containerService{
margin-bottom: 50px;
margin-top: 50px;
}

.containerService .width80{
width:80%;
margin: 0 auto;
display: block;
border-radius: 25px;
border: 1px solid #282828;
padding: 15px;
box-sizing: border-box;
}
.containerService h3{
font-size: 25px;
font-weight: normal;
margin-top: 15px;
line-height: 35px;
}
.containerService h3 span{
font-size: 35px;
font-weight: bold;
}
.containerService p {
   /* width: 66%;
    display: inline-block;*/
    font-size: 14px;
    line-height: 2;
    color: #626262;
    margin-top: 0;
   /* padding-right: 4%;*/
}
.containerService .btn{
  margin-top: 5px;
}
.containerService a{
vertical-align: top;
margin-top: -10px;
}
.containerService .btnOrange:hover{
background-image: none;
color: #FFF;
background-color: #000;
}
.btnBlack{
background-color: rgba(255,255,255,0);
border-radius: 25px;
border: 1px solid #2f2f2f;
color: #2f2f2f;
text-transform: unset;
font-size: 100%;
padding: 3px 20px;
height: auto;
box-shadow: none;
}
.btnBlack:hover,.btnWhite:hover,.banner-btnBlack:hover{
background-color: rgba(255,255,255,0);
border: 1px solid #f6913f;
color: #f6913f;
box-shadow: none;
}
.banner-btnBlack{
background-color: rgba(255,255,255,0);
border-radius: 25px;
border: 1px solid #2f2f2f;
color: #2f2f2f;
text-transform: unset;
font-size: 100%;
padding: 3px 20px;
height: auto;
box-shadow: none;

}
/* KTS Upelling*/ 
.ktsUpelling{
  /* background-image: url(../../img/kts.png), linear-gradient(0deg, rgba(9,61,131,1) 0%, rgba(29,125,255,1) 100%);
    background-repeat: no-repeat;
    background-size: auto; */
    color: #000000;
    padding: 0px 0px 20px 0px;
    background-position: bottom center;
   /* background-color: #fe923a;*/
    background-color:  #fff;
   /* background: linear-gradient(0deg, rgba(9,61,131,1) 0%, rgba(29,125,255,1) 100%);*/

}
.ktsUpelling .border{
  border: 1px solid #000;
  border-radius: 5px;
}
.ktsUpelling h3 {
    line-height: 41px;
    margin: 0 0 7px 0;
    font-size: 25px;
    font-weight: normal;

}
.ktsUpelling .font30{
  font-size: 30px;
}
.ktsUpelling .margin0{
  margin: 0;
}
.ktsUpelling .paddingTB20{
  padding:40px 0 30px 0;
}
.ktsUpelling .btnWhite{
border: 1px solid #FFF;
color: #f58b3d;
background-color: #FFF;
margin-top: 20px;
}
.ktsUpelling .btnWhite:hover{
border: 1px solid #000;
color: #FFF;
background-color: #000;
}
.ktsUpelling .bolder{
  font-weight: bolder;
/*text-transform: capitalize;
color: #000;*/
}


/*Testimonial*/
.testimonial{
  background-color: #f3e4d9;
  padding-bottom: 5px;
 
}

.testimonial h2{
      text-align: center;
}
.testimonial span{
  margin: 0px;
  font-size: 2rem;
  font-weight: bolder;
 /* line-height: 50px;
  color: #c7c7c7;*/
  line-height: 11px;
}
.col-01{
  float: left;
  width: 3%;
  min-height: 1px;
  box-sizing: border-box;
}
.col-02{
  float: left;
  width: 97%;
  min-height: 1px;
}
.testimonial .ptag .testimonialData p{
  /* display: inline; */
  cursor: help;
}
.testimonial p{
margin-top: 0px;
}
.testimonial .mauto{
  margin: 0px auto;
}
.testimonial img{
  height: 60px;
  width: 60px !important;
  border-radius:  50%;
 /* margin-bottom: 20px;*/
  background-color: #FFF;
  padding: 3px;
  box-sizing: border-box;
 /* display: inline-block  !important;*/
 float: left;
 /* margin: 0px auto;*/
}
.testimonial .grayColor{
  color: #939393;
  /*font-style: italic;*/
  margin-bottom: 0px;
}
.testimonial a{
  color: #000;
  margin: 0px;
}
.testimonial .c {
  clear: both;
  display: table;
}
.testimonial .marginTop35{
  margin-top: 37px;
}
.owl-nav{
      position: absolute;
    width: 100%;
    display: block;
    z-index: 10;
    top: 24%;
}
.owl-prev{
  float: left;
}
.owl-next{
  float: right;
 /* margin:0px !important;*/
}

.ptag{
  padding:20px 10%;
}
.owl-prev span,.owl-next span{
      padding-right: 10px;
    margin:0px 5px;
    /* background-color: #f5852e; */
     padding: 5px !important; 
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: #f5852e !important;
    line-height: 18px;
    border: #f5852e solid 1px !important;
    display: block;
    font-weight: normal;
}
.owl-prev span:hover,.owl-next span:hover{
     
     background-color: #f5852e !important; 
  
    color: #FFF !important;
   
    border: #FFF solid 1px !important;
}

.testimonial .source_img img{
  width: 35px !important;
  height: 35px;
  border: 1px solid #FFF;
  padding: 0px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  float: none;
  margin: 0px !important;
  display: inline-block !important;
}
.testimonial .source_img a{
  display: inline-block;
  color:#1434A4;
  text-decoration:underline;
}

.testimonial .source_img a:hover{
  color: #f1612d;
}
.testimonial .source_img span{
  font-size: 13px;
}

.stars {
  --star-size: 24px;
  --star-color: #ccc;
  --star-background: #f5b301;

  font-size: var(--star-size);
  font-family: Times; /* ensures ★ works well */
  line-height: 1;
  position: relative;
  display: inline-block;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) calc(var(--rating) / 5 * 100%),
    var(--star-color) calc(var(--rating) / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Container 02*/
.container02{
background-image: url(../../img/container02Bg.png);
background-repeat: repeat;
color: #FFF;
padding-bottom: 50px;
}
.container02 h2{

font-weight: normal;
}
.container02 p{
line-height: 2.5;
font-weight: normal;
text-align: justify;
}
.container02 .paddingTop25{
padding-top: 25px;
}
.btnWhite{
border: 1px solid #FFF;
color: #FFF;
}
.font85{
font-size: 85px;
font-weight: bold;
line-height: 1.2;
}
.font55{
font-size: 55px;
font-weight: bold;
}
.container02 div.make{
position: absolute;
margin-top: 10%;
padding-left: 30px;
z-index: 1;
}
.container02 img{
padding-left: 30px;
}
.container02 .aboutUs{
  display: none;
}
.container02 .lineHeight1{
  line-height: 1.5;
}
.signature-block .signature {
    font-family: 'Dancing Script', cursive;
    font-size: 48px;
    margin-top: 40px;
    color: #ff7400;
    display: block;
}

/*Testimonial*/
.testimonial{
  background-color: #f3e4d9;
 
}

.testimonial h2{
      text-align: center;
}
.testimonial h3{
  margin: 0px;
  font-size: 5rem;
  font-weight: bolder;
  line-height: 30px;
}
.testimonial .mauto{
  margin: 0px auto;
}
/*.testimonial img{
  height: 100px;
  width: 100px;
  border-radius:  50%;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
}
*/

/*Container03*/
.container03 h2{
text-align: center;
}
.container03 p{
line-height: 2;
font-weight: normal;
text-align: left;
}
.container03 ul li{
border-bottom: 1px solid #f2f2f2;
display: block;
}
.container03 ul li+li{
padding-top: 15px;
}
.container03 ul li::before{
clear: both;
display: block;
}
.container03 h4{
font-size: 20px;
font-weight: bold;
}
.orangeColor{
color: #f6913f;
}
.btnOrangeOutline{
border: 1px solid #f58b3d;
color: #f58b3d;
}
.btnOrangeOutline:hover{
border: 1px solid #282828;
color: #282828;
}
.container03 .btnOrangeOutline:hover{
border: 1px solid #f58b3d !important;
color: #f58b3d  !important;
cursor: context-menu;
}
.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
background-color: rgba(255,255,255,0);
}
.btn{
  line-height: 30px;
}
.container03 .btnBlack:hover{
background-color: rgba(255,255,255,0);
border: 1px solid #000;
color: #000;
box-shadow: none;
cursor: context-menu;
}
.container03 .m10 div+div{
color: #808080;
}
.container03 .m10{
padding-left: 0px;
}
.container03 .m2{
padding-right: 0px;
}
.container03 .paddingTB10{
margin: 15px 0px;
display: block;
}
.marginTop25{
margin-top: 25px;
}
.container03 .btn{
width: 156px;
}
.container03 .borderGray{
border-top: 1px solid #f2f2f2;
padding-top: 25px;
}
.container03 .vacancy_discription p:nth-child(1){
margin: 0px;
}
.container03 .Vacancies_details{
  display: none;
}
.container03 .Vacancies_details ul{
  padding-left: 35px;
 display: list-item;
 padding-top: 10px;
 padding-bottom: 10px;
}
.container03 .Vacancies_details ul:not(.browser-default)>li {
    /*list-style-type: disclosure-closed;*/
        display: list-item;
        list-style-type: circle;
}
.container03 .Vacancies_details ul li{
border:0px;
}
.container03 .Vacancies_details p{
  margin: 0;
}

/*.container03 .hidden_data_ViewMore{
  overflow: hidden;
  height: 530px;
  max-height: 100%;
   -webkit-transition: all 2s;
  transition: all 2s;
}*/

.container03 .paddingLeft0{
  padding-left: 0px;
}


/*Map*/
.map{
line-height: 0;
height: 300px;
}
.map .service{
background-color: rgba(246,145,63,0.9);
width: 100%;
bottom: 0;
color: #FFF;
font-weight: bold;
font-size: 34px;
line-height: 55px;
text-align: center;
display: block;
}
/*Footer*/
footer{
background-color: #282828;
padding-top: 25px;
color: #fff;
}
.font40{
font-size: 40px;
}
footer .mail{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
footer .alignRight{
	text-align: right;
}
.copyRights{
border-top: 1px solid black;
padding: 25px 0px;
font-size: 13px;
color: #8d8d8d;
/* margin-top: 25px; */
}
.copyRights ul{
margin: 0;
}
.copyRights ul li{
display: inline-block;
margin: 0;
}
.copyRights a{
  color:orange;
}
.ml-20{
  margin-left: 32px;
}
/*MENU TAB & MOBILE*/
@media only screen and (max-width: 768px) {
/*Navigation*/
.mobMenu{
display: block;
padding-top: 10px;
}
.navigation {
float: none;
position: absolute;
width: 100%;
background-color: #FFF;
left: 0;
right: 0;
top: 72px;
display: none;
}
.navigation ul li {
float: none;
line-height: 4;
}
nav ul a:hover {
    background-color: rgb(246, 139, 61);
}
.activeLink {
color: #fff;
padding: 0px 15px;
display: block;
background-color: orange;
border-radius: 0;
}
.mob-margin{
  margin: 10px 0;
}
header .bannerContent {
/*top: 28%;*/
padding-left: 15px;
padding-right: 15px;
}
/*Footer*/
footer .marginMb{
  margin-bottom: 15px;
}
.btn, .btn-large, .btn-small {
   
    width: 100%;
}
.ml-20{
  margin-left: 0px;
}
.mt40{
  margin-top: 0%;
}
.tstmnlcnt {
  visibility:hidden;
}
.owl-nav{
  position: relative;;
    width: 100%;
    display: block;
    z-index: 10;
    margin-top:20px;
    padding:0 25px 0 40px;
    height: 50px;
}

}
@media only screen and (max-width: 350px) {
/*Banner*/
/*header .bannerContent {
top: 30% !important;
display: block;
}*/
.bannerContent h1 {
font-weight: 800;
font-size: 200%  !important;
line-height: 99%;
margin-bottom: 0px;
}
.bannerContent p {
font-weight: 400;
font-size: 100%;
line-height: 25px;
margin-bottom: 25px;
}
.containerService h3 span {
    font-size: 24px;
    font-weight: bold;
}
}

@media only screen and (max-width: 550px) {
/*Banner*/
header .banner {
       height: 100vh;
    background-image: url(../../img/banner-mobs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
header .bannerContent {
/*top: 28%;*/
padding-left: 15px;
padding-right: 15px;
}
/*.bannerContent h1 {
font-weight: 800;
    font-size: 340%;
    line-height: 104%;
margin-bottom: 0px;
}*/
.bannerContent p {
font-weight: 400;
    font-size: 122%;
    line-height: 95%;
margin-bottom: 25px;
}
/*Container 01*/
.container01 .heading {
width: 146px;
margin: 0 auto;
bottom: 4px;
height: 146px;
}
h2 {
    font-size: 2.56rem;
    line-height: 110%;
}


 /*Container01 Service */

 .containerService .width80 {
    width: 100%;
}
.containerService {
    margin-bottom: 50px;
    margin-top: -10px;
}
.containerService p {
    width: 100%;
    padding-right: 0%;
}
/*Container 02*/

.container02 .btn{
	margin-bottom: 25px;
}
.container02 div.make {
    padding-left: 0;
    top:29%;
}
.container02 .font55 {
    font-size: 2.56rem;
}
.container02 .font85 {
    
    font-size: 3.56rem;
}
.container02 img{
  max-width: 100%;
  
}

/*Container 03*/
.container03 .btn{
margin-bottom: 18px;
}

/*Testimonial*/

.testimonial .marginTop35{
  margin-top: 10px;
  text-align: initial;
}
.testimonial .source_img.marginTop35{
  margin-top: 5px;
} 
.tsmname.marginTop25
{
  margin-top:28px;
}
/*Footer*/

footer .alignRight {
    text-align: left;
}
.banner-btnBlack{
 /* margin-top: 10px;*/
}
/*Margin*/
.mt40{
  margin-top: 10px;
}
.btn, .btn-large, .btn-small {
   
    width: 100%;
}
}
@media (max-width: 989px) {
  .container01 .mMargin{
  margin-bottom: 10%;
}

}
/*TAB*/
@media  (min-width: 551px) and (max-width: 768px) {

	/*Banner*/

/*header .bannerContent {
    top: 40%;
}*/
/*.bannerContent p {
    font-size: 159%;
    line-height: 107%;
    margin-bottom: 15px;
}*/

/*Container 01*/

.container01 .height20{
	height: 70px;
clear: both;
display: table;
}

.containerService p {
    width: 100%;
    
    padding-right: 0%;
}
.container02 img{
  max-width: 100%;
  
}

.container01 .mMargin{
  margin-bottom: 10%;
}

.container02 .rotate, .container02 .make{
-webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transform: rotateX(180deg);
  display: none;
}
/*
animation: roll 3s infinite;
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }


}
*/
/*Footer*/


footer .alignRigntTab{
	text-align: right;
}

}
@media  screen and  (max-width: 1399px) {
  .container{
    width: 90%!important;
  }
}

/*TAB*/
@media  screen and  (min-width: 1400px) {

  .container{
    width: 70%;
  }

  /*Banner*/

  .bannerContent h1{
font-weight: 800;
font-size: 370%;
line-height: 92%;
margin-bottom: 0px;
}
.bannerContent p{
font-weight: 400;
font-size: 200%;
line-height: 0%;
margin-bottom: 36px;
}
/*header .bannerContent{
color: #FFF;
position: absolute;
top: 70%;
width: auto;
display: block;
left: 0;
right: 0;
}*/
/*Container Service*/
.containerService{
margin-bottom: 50px;
margin-top: 50px;
}
.containerService .width80{
width:80%;
margin: 0 auto;
display: block;
border-radius: 25px;
border: 1px solid #282828;
padding: 25px;
box-sizing: border-box;
}
.containerService h3{
font-size: 25px;
font-weight: normal;
margin-top: 15px;

}
.containerService h3 span{
font-size: 35px;
font-weight: bold;
}
.containerService p{
/*width: 85%;*/
display: inline-block;
font-size: 14px;
line-height: 2;
color: #626262;
margin-top: 0;
/*padding-right: 10%;*/
}

.containerService .btn {
    margin-top: 0px;
}


}

/*Jquery*/
.aboutUs{
  display: none;
}


/*down arrow*/
.mouse {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -10px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/*.text {
  display: block;
  margin-top: 10px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}*/

@keyframes pulse {
  to {
    opacity: 1;
  }
}


.footer_social{width: auto; float: right; margin-right: 10px;}
.footer_social_03{width: auto; float: right; margin-right: 15px;}
.footer_social_02{width: auto; float: left; margin-right: 15px; margin-top: 8px;}
.all_top_address{margin-top: 21px;}
.all_top_email{margin-top: 4px;}
.all_top_phone{margin-top: 5px;}
.all_top_icon{margin-top: 2px;}
.footer_social_04{width: auto; float:left; margin-left: 24%;}
.copy_top{margin-top: 25px;}
.phone_new_top{margin-top:5px;}




@media only screen and (max-width:480px) and (min-width: 300px)  {
.footer_social_02{width: auto; float: right;}
.top_boder{border-top: 1px solid black;}
.margin_15{margin-top: 15px;}
.footer_social{margin-right: 0px;}
.footer_social_04{margin-left: 24%;}
.copy_top{margin-top:0px;}
}
@media only screen and (max-width:576px) and (min-width: 481px)  {
  .footer_social_04{margin-left: 30%;}
  .top_boder{border-top: 1px solid black;}
  .margin_15{margin-top: 15px;}
  .all_top_address {margin-top: 9px;}
  .copy_top{margin-top:0px;}
}

@media only screen and (max-width:779px) and (min-width: 577px)  {
  .footer_social_04{margin-left: 35%;}
  .top_boder{border-top: 1px solid black;}
  .margin_15{margin-top: 15px;}
  .all_top_address {margin-top: 9px;}
  .copy_top{margin-top:0px;}
  .all_top_icon { margin-top: 15px;}
}

@media only screen and (max-width:992px) and (min-width: 780px)  {
  .footer_social_04{margin-left: 40%;}
  .top_boder{border-top: 1px solid black;}
  .margin_15{margin-top: 15px; margin-bottom: 15px;}
  .all_top_address {margin-top: 9px;}
  .copy_top{margin-top:0px;}
  .all_top_icon { margin-top: 15px;}
}

@media only screen and (max-width:1540px) and (min-width: 1400px)  {
.footer_social {margin-right: 5px;}
.footer_social_03{margin-right: 8px;}
.footer_social_04{margin-left: 15%;}
}

@media  (min-width: 821px) and (max-width: 1024px) {
.container02 div.make{
margin-top: 10%;
padding-left: 0px;
z-index: 1;
}
.container02 div.make img{
    width: 100%;
}
}
@media  (min-width: 768px) and (max-width: 820px) {
.container02 .rotate, .container02 .make{
-webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transform: rotateX(180deg);
  display: none;
}
}

/* New location */

.p-relative {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.gogle_map_desktop {display: none !important;}
}

@media only screen and (min-width: 993px) and (max-width: 4000px) {
	.gogle_map_mobile {display: none !important;}
}

.tp-contact-section-shapes-1 {
  position: absolute;
  top: 15%;
  left: 7%;
  -moz-animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: center center;
  z-index: 11;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-section-shapes-1 {
    left: 1%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-section-shapes-1 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-section-shapes-1 {
    top: 10px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-section-shapes-1 {
    top: 10px;
    height:40%;
  }
  .tp-contact-section-shapes-1 img{
    height:50%;
  }
}

/* service details */

.servicedetails {
  margin:0;
  width:100%;
}
.servicedetails h2 {
    font-size: 4.56rem;
    line-height: 110%;
    margin: 0;
    padding:0;
}
.ktsUpelling h2 {
    padding-bottom:20px;
}
.containerServicedetail{
padding:0 14px 0px 28px;
width:100%;
}
.containerServicedetail p{
  text-align: justify;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .containerServicedetail p{
    padding-bottom: 8px;
}
.ktsUpelling .paddingTB20{
  padding:30px 0 25px 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 990px) {
.containerServicedetail h3{
      margin-top: 15px;
}
}

/*----------------------------------------*/
/*  00. ABOUT CSS START From New design
/*----------------------------------------*/
.tp-about-inner__section  {
  background-size: cover;
}
.tp-about__info-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
}
.tp-section__title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}
.tp-section__title span {
  font-weight: 300;
}
.tp-section__title_wrapper {
  padding-left:60px;
  max-width:40%;
}
.tp-section__title_wrapper p {
  color: #363635;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.tp-section__list ul li {
  font-size: 17px;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.tp-section__list ul li span {
  position: relative;
  left: 0;
  margin-right:10px;
  color: #FF9B40;
}

.tp-section__list ul li .arrow-right {
  color: rgba(255, 155, 64, 0.9);
  font-size:20px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
.tp-section__title_wrapper {
  padding-left:60px;
  max-width:47%;
}
.tp-section__title_wrapper h3 {
  margin :5px 0px;
}

.tp-section__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}
.tp-section__title_wrapper p {
  color: #363635;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.tp-section__list ul {
  padding-inline-start : 10px;
  margin-block-start: 10px;
  margin-block-end: 20px;
}
.tp-section__list ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom:0px;
}
/* Our story */
.container02 .our_story_container p
{
  line-height: 2;
}
.our_story_container img{
  width:100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.tp-section__title_wrapper {
  padding-left:10px;
  max-width:98%;
}
.tp-section__title_wrapper h3{
  text-align: center;
}
.tp-section__title_wrapper p{
   text-align: justify;
}

}
/*----------------------------------------*/
/*  05. HERO CSS
/*----------------------------------------*/

.tp-hero-title-wrapper p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.6;
  padding-right: 10px; font-weight: 600;
  margin-bottom: 30px;
/*	text-shadow: 2px 2px 6px rgba(0,0,0,0.2);*/
	color: #363635!important;
}
.history_box{font-size: 18px; color: var(--tp-text-2); margin-bottom: 15px;}
.history_box_2{font-size: 30px!important; line-height: 1.6; font-weight: 100!important;}
.history_box_3{ text-align: right!important; padding-left: 9%;}
.history_box_wrap{width: 100%;}
.history_box_wrap_01{width: 44%; display: inline-block; text-align: left; padding-left: 5%; vertical-align: top;}
.history_box_wrap_01 h3{font-size: 23px; font-weight: 600; margin-bottom: 10px; color: #FF9B40;}
.history_box_wrap_01 p{font-size: 17px; line-height: 26px; color: #363635; margin-bottom: 15px; margin-top: 5px;}
.history_box_wrap_01 span{font-size: 25px; line-height: 26px; font-weight: 600; margin-bottom: 15px; color:#000;}
.history_box_wrap_02{width: 10%; display: inline-block; text-align: center; vertical-align: top;}
.history_box_wrap_03{width: 44%; display: inline-block; text-align: left; padding-right: 5%; vertical-align: top; margin-top: 11%}
.history_box_wrap_03 h3{font-size: 23px; font-weight: 600; margin-bottom: 10px; color: #FF9B40;}
.history_box_wrap_03 p{font-size: 17px; color: #363635; margin-bottom: 15px; margin-top: 5px;}
.history_box_wrap_03 span{font-size: 26px; font-weight: 600; margin-bottom: 15px; color:#000;}
.history_box_wrap_04{margin-top: -5%}


.tp-hero-shape-1 {
  position: absolute;
  left: 60px;
  top: 170px;
}
.tp-hero-shape-2 {
  position: absolute;
  left: 160px;
  top: 550px;
}
.tp-hero-shape-3 {
  position: absolute;
  left: 60px;
  top: 1150px;
}
.tp-hero-shape-4 {
  position: absolute;
  right: 60px;
  top: 60px;
}
.tp-hero-shape-5 {
  position: absolute;
  right: 238px;
  top: 470px;
}
.tp-hero-shape-6 {
  position: absolute;
  right: 60px;
  top: 930px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
.tp-hero-shape-1 {
  position: absolute;
  left: 60px;
  top: 182px;
}
.tp-hero-shape-2 {
  position: absolute;
  left: 100px;
  top: 600px;
}
.tp-hero-shape-3 {
  position: absolute;
  left: 60px;
  top: 1250px;
}
.tp-hero-shape-4 {
  position: absolute;
  right: 60px;
  top: 60px;
}
.tp-hero-shape-5 {
  position: absolute;
  right: 65px;
  top: 300px;
}
.tp-hero-shape-6 {
  position: absolute;
  right: 60px;
  top: 1000px;
}
.ktsUpelling h3 {
    font-size: 21px;
    line-height: 60px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1789px) {
.ktsUpelling h3 {
    font-size: 22px;
    line-height: 44px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.ktsUpelling h3 {
    font-size: 20px;
    line-height: 44px;
}
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.ourstory_im{display: none!important;}	
.mobile_display_no{display: none!important;}	
.history_box_wrap_01 {width: 100%!important; text-align: left !important; padding-left: 0%!important; margin-top: 5%!important;}	
.history_box_wrap_02{display: none!important;}	
.history_box_wrap_03 {width: 100%!important; margin-top: 5%!important;}	
.tp-hero-title-wrapper{text-align: center;}	
	
}

/* Why us section */

.whyus_section {
  background-image: linear-gradient(to bottom, #ECE9E6, #EEEDE9);
  border:1px solid #ECE9E6;
  background-size: cover;
}
.whyus-section__title_wrapper {
  padding-left:60px;
  max-width:60%;
}
.whyus-section__title_wrapper p {
  color: #363635;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
.whyus-section__title_wrapper {
  padding-left:60px;
  max-width:47%;
}
.whyus-section__title_wrapper h3 {
  margin :5px 0px;
}

.whyus-section__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}
.whyus-section__title_wrapper p {
  color: #363635;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
.whyus-section__title_wrapper {
  padding-left:10px;
  max-width:98%;
}
.whyus-section__title_wrapper h3{
  text-align: center;
}
.whyus-section__title_wrapper p{
   text-align: justify;
}
}
/* Why us section */

/*  Other fixes */

.container01 p.ndis_title {
  line-height: 35px;
}
/*  Floating Button */

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding:10px 10px 10px 10px;
    width: 120px;
    height: 50px;   
    background-color: #f58b3d;
    background-image: linear-gradient(to bottom, #f68c3d, #f58238, #f47833, #f26d30, #f1612d);

    color: #fff;
    border: none;
    border-radius: 8px; /* Slightly rounded square */
    font-size: 18px;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;

    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;

}

.floating-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-btn:hover {
    background-color: #ef7219;
    transform: scale(1.1);
}

.floating-btn:active {
    transform: scale(0.95);
}