html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  /*font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 23px;*/
}
.nav-white {
    background-color: white;
}
.navbar-hold {
     /*background: rgba(255, 255, 255, 0.85); */
    margin-bottom: -59px;
    color: #2a3855;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.cheight{
    height: 587px;
    width: 100%;
} 
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #000;
  font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(40, 93, 171) !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.6px;
}
#slide_img1{
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#slide_img2{
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#slide_img3{
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#slide_img4{
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#particles-js {
  position: absolute;
  width:100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#particles-js2 {
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img21.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; 
}
#particles-js3 {
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#particles-js4 {
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/img4.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#particles-js5 {
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/slide-enterprise_application _development.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#particles-js6 {
  position: absolute;
  width:100%;
  height: 100%;
  background-image: url("../images/slide_erp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  color: white;
  max-width: 90%;
  padding: 2em 3em;
/*  text-shadow: 0px 0px 2px #131415;*/
  font-family: 'Open Sans', sans-serif;
}
.text h1 {
  overflow: hidden;
  font-size: 3.5rem;
  font-family: Arial, sans-serif;
/*  font-weight: bold;*/
  text-shadow: 0px 0px 2px #131415;
  color: #fafafa;
  border-right: .10em solid #f15a23;
  white-space: nowrap;
  margin: 0 auto;
  animation: 
    typing 4s steps(60, end),
    blink-caret .75s step-end infinite;
}
.text p {
  font-size: 20px;
  font-weight: bold;
  color: #f15a23;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #f15a23; }
}
.carousel .carousel-control-prev { visibility: hidden; }
.carousel .carousel-control-next { visibility: hidden; }
.carousel:hover .carousel-control-prev { visibility: visible; }
.carousel:hover .carousel-control-next { visibility: visible; }
.welcome {
    padding: 35px 0 15px 0;
    background: #fff;
}
.offer{
  padding: 35px 0 15px 0;
  background: url('../images/offerings.jpg') no-repeat center center;
  min-height: 574px;
  position: relative;
}
.offerover{
  top: 573px;
  left:0;
  bottom:0;
  right:0;
  z-index:20;
  position: absolute;
  background: #fff;
  min-height: 574px;
  padding: 35px 0 15px 0;
}
.bencolor{
  color: #d0b9b9;
}
.welcome h1 {
    font-size: 32px;
    margin: 0;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #074db3;
}
.offer h1 {
    font-size: 32px;
    margin: 0;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #074db3;
}
hr {
    width: 12%;
    border: solid 1px #f15a23;
    margin-top: 10px;
    margin-bottom: 20px;
}
p{
  text-align: justify;
  font-size: 1rem;
  /*display: inline;*/
}
.h1cls h1
{
  text-align: justify;
  font-size: 1rem;
  display: inline;
}
.flag{
  width: 35px;
  height: 25px;
  float: left;
}
.fclass{
  width: 100%;
  height: 100%;
}
.rpadd{
  padding: 20px;
}
.rpaddt{
  padding: 15px;
}
.iconstyl{
  width: 100px;
  height: 100px;
}
.grey{
  background-color: #fafafa;
}
.service{
  padding: 35px 0 15px 0;
  background: #f1f1f1;
}
.service h1 {
    font-size: 32px;
    margin: 0;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #074db3;
}
/*Contact*/
.cont-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/banner1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cont-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.cont-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Auto*/
.auto-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/autoxbs-lejencrm-automotive-industry.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.auto-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.auto-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
.auto-image-crm {
  width: 100%;
  height: 270px;
  background-image: url("../images/lejencrm_automotive_head.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.auto-image-crm .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.auto-image-crm .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Insurance*/
.ins-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/insurance-industry-lejensoft.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ins-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.ins-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Health*/
.health-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/healthcare.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.health-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.health-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Law*/
.law-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/Legal.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.law-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.law-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Retail*/
.ret-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/retail-ecommerce-industry-lejensoft.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ret-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.ret-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Education*/
.edu-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/education-industry.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.edu-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.edu-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Manufacturing*/
.manu-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/manufactoring-industry-lejensoft.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.manu-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.manu-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Customers*/
.cust-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/technology-head9.jpeg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.cust-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.cust-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Technology*/
.tech-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/technology-lejensoft.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.tech-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.tech-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Automotive Industry*/
.automotive-industry-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/automotive-industry-lejensoft.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.automotive-industry-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.automotive-industry-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Automotive Industry*/
.autoxuv-image{
  width: 100%;
  height: 270px;
  background-image: url("../images/AutoXuv-UsedCars-LeJenSoft.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.autoxuv-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.autoxuv-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Overview*/
.over-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/overview.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.over-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.over-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Leadership*/
.lead-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/overview.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.lead-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.lead-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
/*Asset*/
.asset-image {
  width: 100%;
  height: 270px;
  background-image: url("../images/asset-management-software-lejensoft.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.asset-image .bantitle{
  color: #074db3;
  font-weight: 600;
  padding-top: 156px;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #074db3;
}
.asset-image .banhead{
  font-size: 25px;
  color: #f15a23;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 0;
}
.imgs{
  width: 100%;
  height: 100%;
}
.servimg{
  width: 100%;
  max-height: 300px;
}
.text-block {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: black;
  color: white;
  padding: 50px;
  opacity: 0.5;
}
.ser{
  position: relative;
}
.req{
  color: red;
}
.c-button.primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: #f15a23;
    background: rgba(0,0,0,0);
    border-radius: 4px;
    padding: 7px 10px 7px 10px;
    border: 2px solid #f15a23;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    margin-top: 2px;
    text-shadow: none;
    text-decoration: none;
    box-shadow: none;
}
.bott{
  border-bottom: solid 1px #f5f5f5;
}
.bott a{
 color: #0e5ba0;
 text-decoration: none;
}
.bott a:hover{
  color: #f15a23;
}
.cstyl{
  font-size: 20px;
}
.cstyl a{
  text-decoration: none;
  color: #285cab;
}
.cstyl a:hover{
  color: #f15a23;
}
.holdercard{
  min-height: 300px;
  height: auto;
}
.holderimg{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display:flex;
  align-items:center;
  justify-content:center;
  float: left;
  background: #fc2e00;
  /*background: #f15a23;*/
}
.holderimg2{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display:flex;
  align-items:center;
  justify-content:center;
  float: left;
  background: #074db3;
}
.holdercont{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 3rem;
  background: #fafafa;
}
.holdercont:before {
  content: "";
  position: absolute;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right:20px solid #fafafa; 
  top: 45%;
  left: -20px;
}
.holdercont2{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 3rem;
  background: #fafafa;
}
.holderimg2:before {
  content: "";
  position: absolute;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left:20px solid #fafafa; 
  top: 45%;
  left: 0px;
}
p a{
  color: #f15a23;
}
p a:hover{
  text-decoration: none;
  color: #285caa;
}
.slantdiv{
  min-height: 400px;
  height: auto;
  width: 100%;
  background: #fbfbfb;
  display: flex;
}
.image-box{
    width:45%;
    height: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    border-right: 200px solid #f5f5f5;
    border-bottom: 696px solid transparent;
    background: url("../images/automotive.jpg");
    /*background-position: -150px -59px;*/
    background-repeat: no-repeat;
}
.content{
    width:55%;
    height: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px 50px;
    font-family: sans-serif;
    line-height: 25px;
    
}
.bslant{
  min-height: 400px;
  height: auto;
  width: 100%;
  background: #fbfbfb;
  display: flex;
}
.bcontent{
    width:55%;
    height: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px 50px;
    font-family: sans-serif;
    line-height: 25px;
    
}
.bimage-box{
    width:45%;
    height: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    border-left: 200px solid #f5f5f5;
    border-bottom: 665px solid transparent;
    background: url("../images/autoxbs-middle-lejensoft.jpg");
    /*background-position: -350px -59px;*/
    background-repeat: no-repeat;   
}
.mincar{
  display: none;
  width: 100%;
  height: 300px;
}
.crow{
  width: 100%;
  height: 200px;
  /*background-color: #f9f9f9;*/
  background: url('../images/auto-contact.png');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.crstyl{
  padding: 20px;
  font-weight: 400;
  color: #074db3;
  font-size: 25px;
}
.insrow{
  background-color: #f5f5f5;
  padding: 60px;
  min-height: 400px;
  height: auto;
}
.liclass{
  font-size: 18px;
  padding: 45px;
}
.listyle{
  list-style: none;
}
.arrowstyl{
  list-style: none;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.org{
  color:#f15a23;
}
.bg-silver{
  background-color: #eee;
}
/*process-box*/
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #074db3;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #074db3;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 65px;
    left: -41px;
}
.process-point-right:before{
    content: "";
    height: 152px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #074db3;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 59px;
    right: -75px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #074db3;
    border-left: 8px solid #04889800;
    border-right: 8px solid #074db3;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #074db3;
    border-left: 8px solid #074db3;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -158px;
    top: 81px;
    z-index: 9;
}
.process-line-s{
    background: white;
    height: 4px;
    position: absolute;
    width: 151px;
    right: -170px;
    top: 73px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 104px;
    left: -125px;
    top: 71px;
    z-index: 9;
}
.col-md-7 p{
  text-align: left !important;
}
.benefit{
  background-color: #0e5ba0;
  color: #fff;
  min-height: 300px;
  height: auto;
}
.assurance{
  background-color: #0e5ba0;
  color: #fff;
  min-height: 200px;
  font-size: 18px;
  height: auto;
  padding: 10px;
}
/*Social icons*/
ul.socialIcons {
    padding: 0;
    text-align: center;
}
.socialIcons li {
    background: yellow;
    list-style: none;
    display: inline-block;
    margin: 15px;
    margin-top: 15%;
    border-radius: 2em;
    overflow:hidden;
}
.socialIcons li a {
    display: block;
    padding: .5em;
    max-width: 2.3em;
    min-width: 2.3em;
    height: 2.3em;
    white-space: nowrap;
    line-height: 1.5em;
    transition:.5s;
    text-decoration: none;
    font-family: arial;
    color: #fff;
}
.socialIcons li i {
    margin-right:.5em;
}
.socialIcons li:hover a {
    max-width:200px;
    padding-right:1em;
}
.socialIcons .facebook {
    background: #3b5998;
}
.socialIcons .twitter {
    background: #00aced;
}
.socialIcons .instagram {
    background: #cd486b;
}
.paddtop{
  padding-top: 20px;
}
.clientbox{
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.clientdiv{
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px;
}
.cimg{
  width: 100%;
  height: 100%;
}
.scimg{
 text-align: center;
}
.timg{
  width:200px;
  height: 100px;
}
.custlogo{
  padding-bottom: 20px;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #33475b;
    background:#ecf0f1;
    font-size: 16px;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
/*Accordion*/
.blue{
    border-color: #074db3 !important;
    background-color: #074db3 !important;
    color: #fff !important;
}
.orange{
  color:#f46711;
}
#accordion-style-1 a:hover{
    border-color: #f15a23 !important;
    background-color: #f15a23 !important;
    color: #fff !important;
}
#accordion-style-1 h1,
#accordion-style-1 a{
    color:#074db3;
}
#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #074db3;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
}
#accordion-style-1 .card-body {
  border-top: 2px solid #f15a23;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main{
  display:none;
}
#accordion-style-1 .card-header .btn .fa.main{
  background: #285cab;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display:block;
}
/*accordion*/
/*footer*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 62px;
    right: 20px;
    display:none;
    background-color: #285caa;
    border-color: #285caa;
}
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;text-decoration: none;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
.copyright{
  text-decoration: none !important;
  font-size: 16px;
}
.newshead{
  background-color: #fff;
  border-bottom: none!important;
}
.topborder{
  border-top: solid 1px #eee;
}
.newscard{
  border: none!important;
}
.newscol{
  color: #777;
  font-size: 13px;
}
.nheader{
  font-size: 15px;
  color: #074db3;
  font-weight: 400;
}
.padd-top{
  padding-top: 20px;
}
.padd-bottom{
  padding-bottom: 20px;
}
.padd{
  padding: 30px;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.slideInRight{
  -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.first-text {
  animation: fadein 4s;
  -moz-animation: fadein 4s; /* Firefox */
  -webkit-animation: fadein 4s; /* Safari and Chrome */
  -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*Leadership box*/
.img-container{
  position:relative;
  display:inline-block;
  border: none !important;
}
.img-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgb(45,47,47);
  opacity:0;
  transition:opacity 500ms ease-in-out;
}
.img-container:hover .overlay{
  opacity:0.5;
}
.img-container:hover .leader{
  background: #0e5ba0;
}
.img-container:hover .leader h5{
  color: #fff;
}
.img-container:hover .leader small{
  color: #fff;
}
.overlay span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#fff;
}
.leadbody{
  padding: 0px;margin: 0px;
}
.leader { 
  position: absolute; 
  bottom: 0px; 
  left: 0; 
  width: 100%; 
  background: rgba(247,247,247,0.77);
  padding: 10px;
  overflow: hidden;
  z-index: 5;
}
.leader h5{
  color: #074db3;
}
.leader small{
  color: #555;
}
.leadmtitle{
  /*background-color: #f15a23 !important;*/
  background-color: #fc2e00 !important;
  color: #fff;
}
/*end*/
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 200px;
}

.backside .card a {
    font-size: 16px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #f15a22 !important;
    font-size: 18px !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.holderCircle { width: 900px; height: 900px; border-radius: 100%; margin: 60px auto; position: relative;}
.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #ffffff; color: #074db3; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #074db3; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #074db3; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 810px; height: 810px; border: 2px solid #074db3; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */ background: #7698ca; /* Old browsers */ background: -moz-linear-gradient(left, #7698ca 0%, #062552 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7698ca 0%, #062552 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #7698ca 0%, #062552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7698ca', endColorstr='#062552', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 350px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
  /*.holderCircle { width: 300px; height: 300px; margin: 110px auto; }
  .holderCircle::after { width: 100%; height: 100%; }
  .dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }*/
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
.title-box .title { font-size:26px;font-weight: 500; letter-spacing: 2px; position: relative; z-index: -1; }
.title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #f15a23; }
.title-box p {font-size: 17px; line-height: 2em; }
@media (min-width: 1281px) {
  
}
@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  .over-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .over-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .cust-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .cust-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .tech-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .tech-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .automotive-industry-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .automotive-industry-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .autoxuv-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .autoxuv-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .manu-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .manu-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .ret-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .ret-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .law-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .law-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .health-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .health-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .cont-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .cont-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .auto-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .auto-image .banhead{
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
  }
  .slantdiv{
    width: 100%;
  }
  .image-box{
    display: none;
  }
  .content{
    width:100%;
  }
  .bslant{
    width: 100%;
  }
  .bimage-box{
    display: none;
  }
  .bcontent{
    width:100%;
  }
  .mincar{
    display: block;
  }
  .holderCircle { width: 600px; height: 600px;margin: 30px auto}
  .round {width: 510px; height: 510px;}
  .dotCircle  .itemDot { width: 60px; height: 60px;line-height: 60px; font-size: 30px;}
  .contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 100px; left: 50%;}
  .title-box p {font-size: 12px;line-height: 2em;}
  .title-box .title {font-weight: 400;}
  .contentCircle .CirItem i {font-size: 120px;margin-left: -50px;}
  .offerover{top: 395px;}
  .offer{min-height: 1000px;}
  .text h1{
    font-size: 40px;
  }
  .text p{
    font-size: 17px;
  }
  }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS
  
}
@media (min-width: 481px) and (max-width: 767px) {
  
  h2{
    font-size: 18px;
  }
  .assurance{
    font-size: 16px;
  }
  .cheight{
    height: 387px;
    width: 100%;
  }
  .text {
    font-size: 11px;
  }
  .text h1{
    font-size: 30px;
  }
  .text p{
    font-size: 14px;
  }
  .over-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .over-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .asset-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .asset-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .cust-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .cust-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .tech-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .tech-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .automotive-industry-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .automotive-industry-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .autoxuv-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .autoxuv-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .manu-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .manu-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .ret-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .ret-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .law-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .law-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .health-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .health-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .cont-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .cont-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .auto-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .auto-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .busi{
    padding: 25px;
  }
  .addr{
    padding: 25px;
  }
  .welcome{
    margin-left: 2%;
    width: 96%;
  }
  .crstyl{
  padding: 5px;
  padding-top: 30px;
  font-weight: 300;
  color: #074db3;
  font-size: 18px;
}
.liclass{
  font-size: 16px;
  padding: 20px;
}
  .slantdiv{
    width: 100%;
  }
  .image-box{
    display: none;
  }
  .content{
    width:100%;
  }
  .bslant{
    width: 100%;
  }
  .bimage-box{
    display: none;
  }
  .bcontent{
    width:100%;
  }
  .mincar{
    display: block;
  }
.holderCircle { width: 450px; height: 450px;margin: 30px auto}
.round {width: 360px; height: 360px;}
.dotCircle  .itemDot { width: 60px; height: 60px;line-height: 60px; font-size: 30px;}
.contentCircle { width: 220px; border-radius: 100%; color: #222222; position: relative; top: 80px; left: 50%;}
.title-box p {font-size: 12px;line-height: 2em;}
.title-box .title {font-weight: 400;}
.contentCircle .CirItem i {font-size: 120px;margin-left: -50px;}
.offerover{top: 326px;}
.offer{min-height: 1380px;}
.custafter{
  margin-top: 445px;
}
.leadrow{
  padding-top: 0px; margin-bottom:50px;
}
.leadcol{padding-top: 50px; }
}
@media (min-width: 320px) and (max-width: 480px) {
  h2{
    font-size: 18px;
  }
  .assurance{
    font-size: 16px;
  }
  .cheight{
    height: 200px;
    width: 100%;
  }
  .text {
    font-size: 16px;
    padding: 0px;
  }
  .text h1{
    font-size: 16px;
    right: 0px;
    word-wrap: break-word;
  }
  .text p{
    font-size: 14px;
  }
  .over-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .over-image .banhead{
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
  }
  .asset-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .asset-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .cust-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .cust-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .tech-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .tech-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .automotive-industry-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .automotive-industry-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .autoxuv-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .autoxuv-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .manu-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .manu-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .ret-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .ret-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .law-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .law-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .health-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .health-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .cont-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .cont-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .auto-image .bantitle{
    font-size: 25px;
    padding-top: 150px;
    padding-left: 15px;
    font-weight: bold;
  }
  .auto-image .banhead{
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
  }
  .busi{
    padding: 25px;
  }
  .addr{
    padding: 25px;
  }
  .welcome{
    margin-left: 2%;
    width: 96%;
  }
  .crstyl{
  padding: 5px;
  padding-top: 30px;
  font-weight: 300;
  color: #074db3;
  font-size: 18px;
}
.liclass{
  font-size: 16px;
  padding: 20px;
}
  .slantdiv{
    width: 100%;
  }
  .image-box{
    display: none;
  }
  .content{
    width:100%;
  }
  .bslant{
    width: 100%;
  }
  .bimage-box{
    display: none;
  }
 .bcontent{
    width:100%;
  } 
  .mincar{
    display: block;
  }
.holderCircle { width: 310px; height: 310px;margin: 10px auto}
.round {width: 230px; height: 230px;}
.dotCircle  .itemDot { width: 55px; height: 55px;line-height: 55px; font-size: 20px;}
.contentCircle { width: 150px; border-radius: 100%; color: #222222; position: relative; top: 80px; left: 50%;}
.title-box p {/*font-size: 12px;line-height: 2em;*/display: none;}
.title-box .title {font-weight: 300;font-size: 18px;}
.contentCircle .CirItem i {font-size:60px;margin-left: -50px;}
.offerover{top: 248px;}
.offer{min-height: 1380px;}
.custafter{
  margin-top: 445px;
}
.leadrow{
  padding-top: 0px; margin-bottom:50px;
}
.leadcol{padding-top: 50px; }
  
}
/* Custom CSS for positioning fixed icons */
        .fixed-icons {
            position: fixed;
            bottom: 120px; 
            right: 20px;
            z-index: 9999;
        }
        /* Styling for the icons */
        .fixed-icons .icon {
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            margin-bottom: 10px;
            color: white;
            font-size: 24px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        /* WhatsApp Icon */
        .whatsapp-icon {
            background-color: #25d366; /* WhatsApp color */
        }
        /* Phone Icon */
        .phone-icon {
            background-color: #F15A24; /* Phone color */
        }
        /* Hover effect */
        .fixed-icons .icon:hover {
            opacity: 0.8; /* reduce opacity on hover */
        }
        .warning_box{font-family:Arial, Helvetica, sans-serif;font-size: 14px;width:370px;clear:both;background:url(../images/warning.png) no-repeat left #fcfae9;
border:1px #e9e6c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;}

.valid_box{font-family:Arial, Helvetica, sans-serif;font-size: 14px;width:370px;clear:both;background:url(../images/valid.png) no-repeat left #E9E9E9; color:#007D00;
border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;}

.error_box{font-family:Arial, Helvetica, sans-serif;font-size: 14px;width:370px;clear:both;background:url(../images/error.png) no-repeat left #E9E9E9;
border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px; color:#D50000;}
.single_act_box{margin:0 auto; cursor:pointer;}