/*
Theme Name: Reecomps.in
Author: Reecomps
Author URI: 
Description: 
Version: 1.0

*/

*{
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}


.logocust{
    width:150px;
height:50px;
}
h1, h2, h3, h4, h5, p, ul, a{
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
    color: #29266b
}
canvas{
  transform: rotate(-60deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /* left: -170px;
  right: 10px;
  bottom: -100px; */
  margin: auto;
}
.who-we-section .first-box .ul-first-half {
    width: 50%;
    float: left;
}
.who-we-section .first-box .ul-second-half{

}
.health-Safety{
  padding: 60px 0
}
.health-certificate {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 60px 30px 10px;
}
.health-certificate h2, .safety-work h2, .responsibility-content h2 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #e21d26;
    display: inline-block;
    padding-bottom: 10px;
}
.health-certificate h2 span, .safety-work h2 span, .responsibility-content h2 span{
  color: #e21d26
}
.safety-work h2{
  font-weight: 600;
  margin-bottom: 30px
}
.safety-box1{
  background: url(../images/safety_2.jpg);
}
.safety-box2{
  background: url(../images/safety_3.jpg);
}
.safety-box3{
  background: url(../images/safety_6.jpg);
}
.safety-box{
  height: 150px;
  background-position: center;
  background-size: cover;
}
.safety-work{
  padding: 60px 0;
}
.our-responsibility{
  padding: 60px 0;
  background: #f5f5f5
}
.responsibility-content p{
  margin-top: 30px;
  color: #808080;
  font-size: 15px;
  line-height: 26px
}
.responsibility-ul ul {
    margin-top: 50px;
    padding-left: 17px;
}
.responsibility-ul ul li{
  line-height: 40px;
  list-style: disc;
  color: #808080;
  font-size: 16px
}
.responsibility-ul p{
  font-size: 16px;
  margin-top: 15px;
  color: #808080
}
.awards .main-awards-div .img-box.quality-box img{
  width: 80%
}
.awards .main-awards-div .img-box.quality-box:before{
  display: none;
}
.whole-div{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.quality-checks{
  background: #ececec;
  padding: 80px 0
}
.quality-checks .banner-text{
  padding: 0
}
.quality-checks .check-box {
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e21d26;
}
.quality-checks h4{
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px
}
.csr-Technology{
  padding: 80px 0
}
.csr-box1{
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 30px
}
.csr-box1:hover{
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.csr-Technology .banner-text{
  padding: 0
}
.csr-Technology .csr-img {
    height: 160px;
    overflow: hidden;
}
.csr-Technology .csr-img img{
  object-fit: cover;
  object-position: center;
}
.csr-Technology .csr-blogs {
    display: flex;
    clear: both;
    flex-wrap: wrap;
}
.csr-Technology .csr-blogs  .col-sm-4 {
    display: flex;
}
.csr-box1 h4{
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 15px;
  line-height: 26px
}
.csr-box1 p{
  font-size: 16px;
  color: #808080;
  line-height: 26px
}
.contact-form .form-control{
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  color: #808080;
  box-shadow: none
}
.contact-form .btn{
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  background: #29266b;
  border-color: #29266b
}
.contact-form .btn:focus{
  background: #29266b;
  border-color: #29266b;
    outline: #29266b;
}
.contact .contact-form textarea{
  height: 150px;
  resize: vertical;
}
.contact .contact-form {
  margin-bottom: 80px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  padding: 50px
}
.contact .contact-page{
  padding: 60px 0;
}
.contact .contact-page .submit-btn{
  margin-bottom: 0
}
.r-wave-01, .r-wave-02, .r-wave-03, .r-wave-04 {
  fill: #7e7bb9;
}
.r-wave-02 {
  animation-delay: .25s;
}
.r-wave-03 {
  animation-delay: .5s;
}
.r-wave {
  opacity: 0;
  animation-direction: alternate;
  animation-duration: .75s;
  animation-iteration-count: infinite;
  animation-name: wave-animation;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
}
@keyframes wave-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



svg.twr{
  display: block;
  margin: 20px auto;
  transform: rotate(-60deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -160px;
  left: 60px;
  right: 0;
}
svg.wave{
  display: block;
  margin: 20px auto;
  transform: rotate(-60deg);
  width: 100%;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: -140px;
}
#tower{
  fill: none;
  stroke: #29266b;
  stroke-width:2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: draw 15s ease forwards;
}
@keyframes draw {
  50%{stroke-dashoffset:0;stroke-dasharray:0}
  100%{fill: #29266b}
}
.same_btn{
  color: #29266b;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 2px solid #29266b;
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  margin: 0 auto;
  background: #fff;
}
.equal_padding{
  padding: 80px 0px;
}
.title_area h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #29266b;
  margin-bottom: 40px;
}
.wrapper #header .top_nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
  padding: 15px 0px;
}
.page-control.otherpages {
    margin-top: 68px;
}
.page-control .same_bg {
  background-image: url(../images/back-11.png);
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.page-control .same_bg h1{
  color: #fff;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  position: relative;
}
.page-control .same_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
}
.d_none_full {
    display: none;
}
.wrapper .inner_header.top_nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 20px 0px;
    box-shadow: 0px 35px 40px rgba(251, 251, 251,.8);
}
.inner_header {
    background: #7e7bb9;
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.flex_header {
    display: flex;
    align-items: center;
}
.flex_header .header_logo {
    flex: 1;
}
.inner_header .header_logo img.blue {
    display: none;
}
.header_logo img {
    width: 96px;
}
.header_navbar ul li {
    display: inline-block;
    padding: 0 18px;
}
.header_navbar ul li a{
    color: #fff;
    font-family: sans-serif;
}
.header_navbar ul li:last-child{
    padding-right: 0;
}
.wrapper .inner_header.top_nav.darkHeader {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
}
.wrapper .inner_header.top_nav.darkHeader .header_navbar ul li a {
    color: #333;
}
.wrapper #header .top_nav.other_page {
    background: #7e7bb9;
    box-shadow: 0px 35px 40px rgba(251, 251, 251,.8);
}
.top_nav.other_page .blue{
  display:none;
}
.top_nav.other_page.darkHeader .white{
  display:none;
}
.top_nav.other_page.darkHeader .blue{
  display:block;
}
.wrapper #header .top_nav.darkHeader {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 8px 0px;
}
.wrapper #header .top_nav .flex-area{
  display:flex;
}
.wrapper #header .top_nav .flex-area .logo{
  flex:1;
}
.wrapper #header .top_nav .flex-area .logo img{
  width: 150px;
}
.wrapper #header .top_nav.darkHeader .flex-area .logo img {
  width: 160px;
}
.wrapper #header .top_nav.darkHeader .flex-area .logo img.white{
  display: none;
}
.wrapper #header .top_nav .flex-area .logo img.blue{
  display: none;
}
.wrapper #header .top_nav.darkHeader .flex-area .logo img.blue{
  display: block;
  width: 140px;
}
.wrapper #header .top_nav .flex-area .toggle .toggle_btn{
  background: transparent;
  border: 0;
  outline: 0;
}
.wrapper #header .top_nav .flex-area .toggle .toggle_btn img {
  width: 55px;
  transition: all .5s ease;
}
.wrapper #header .top_nav.darkHeader .flex-area .toggle .toggle_btn img {
  width: 50px;
  transition: all .5s ease;
}
.wrapper .nav_area .main_menu .navigation ul li a.active {
  color: #29266b;
}
.custom-alert{
    margin-top:10px;
}

/* Sidebar Css */
.wrapper .nav_area{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}
.wrapper .nav_area.sticky{
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
}
.wrapper .nav_area .main_menu{
  background-color: #fff;
  width: 300px;
  padding: 20px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
  -ms-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wrapper .nav_area.sticky .main_menu{
  webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wrapper .nav_area .main_menu .crossicon{
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #29266b;
}
.wrapper .nav_area .main_menu .navigation ul li a{
  font-family: 'Poppins', sans-serif;
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 10px 0px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.wrapper .nav_area .main_menu .extra_things{
  padding: 10px 0px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.wrapper .nav_area .main_menu .extra_things p{
  color: #808080;
  padding: 10px 0px;
}
/* Sidebar Css */
.wrapper .page-control .banner_area{
  background: #7e7bb9;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: top;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.wrapper .page-control .banner_area .rotate_div{
  background: #fff;
  padding: 20px;
  width: 860px;
  height: 705px;
  border-radius: 160px;
  position: absolute;
  right: -23%;
  transform: rotate(60deg);
  top: 5%;
}
.wrapper .page-control .banner_area .rotate_div img{
  transform: rotate(-60deg);
  width: 300px;
  position: absolute;
  margin: auto;
  bottom: 85px;
  left: 220px;
}
.wrapper .page-control .banner_area .content {
  width: 490px;
}
.wrapper .page-control .banner_area .content .text .title{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.wrapper .page-control .banner_area .content .text .short_description{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}
.wrapper .page-control .banner_area .content .text a{
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 2px solid #fff;
  width: 180px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}
.wrapper .page-control .about{
  position: relative;
  overflow: hidden;
}
.wrapper .page-control .about::before {
  position: absolute;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: auto;
  width: 450px;
  height: 450px;
  background: rgba(41,38,107, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  border-radius: 50%;
  right: -10%;
}
.wrapper .page-control .about .content{
  display: flex;
  align-items: center;
}
.wrapper .page-control .about .content .text span{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #000;
  display: block;
  width: 100%;
}
.wrapper .page-control .about .content .text h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #29266b;
  margin-bottom: 15px;
}
.wrapper .page-control .about .content .text p{
  font-size: 14px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.wrapper .page-control .about .content .text a{
  color: #29266b;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 2px solid #29266b;
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  margin-top: 20px;
}
.wrapper .page-control .about  .image{
  text-align: center;
  position: relative;
}
.wrapper .page-control .about .content .text ul li{
  color: #808080;
  padding: 5px 0px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.wrapper .page-control .about .content .text ul li i{
  color: #29266b;
}
.wrapper .page-control .about  .image::before{
  content: "";
  position: absolute;
  top: -5%;
  left: 6%;
  bottom: 0;
  background: #29266b;
  height: 95%;
  border-radius: 10px;
  width: 75%;
}
.wrapper .page-control .about  .image img{
  width: 80%;
  border-radius: 10px;
  position: relative;
}
.wrapper .page-control .services {
  position: relative;
  background: rgba(41,38,107, 0.2);
  border-radius: 30% 45% 75% 17%/21% 21% 72% 64%;
  animation: one-animated 7s infinite;
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
.services .same-height {
    width: 33.33%;
    display: flex;
    padding: 0px 15px;
}
.services .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
.wrapper .page-control .services .content .box{
  text-align: center;
  padding: 35px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(62, 183, 199, 0.2);
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
.wrapper .page-control .services .content .box h1{
  font-size: 17px;
  color: #808080;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.info {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px;
}
.wrapper .page-control .services .content .box p{
  font-size: 13px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-height: 120px;
  margin-bottom: 5px;
}
.wrapper .page-control .team .content .box{
  text-align: center;
}
.about-team {
    background: #f1f1f1;
}
.wrapper .page-control .team .content .box .image{
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 0 0 8px 1px #dadada;
  margin-top: 10px;
  background-size: cover;
  border: 8px solid #29266b;
}
.wrapper .page-control .team .content .box .image img{
  width: 100%;
}
.wrapper .page-control .team .content .box .info h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #808080;
  margin-bottom: 15px;
  font-size: 20px;
}
.wrapper .page-control .team .content .box .info p{
  color: #29266b;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.wrapper .page-control .team .content .box .info .team-para {
    color: #808080;
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    text-transform: none;
    text-align: left;
}
.partners{
    background: #f1f1f1
}
#partners-section .item{
  width:150px;
}
#partners-section  .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fotter{
  background:#808080;
  width:100%;
  padding: 30px 0px 11px;
}
#fotter .main-footer-site{
  text-align: center;
}
#fotter .main-footer-site .main-footer-11s img{
  width:164px;
}
#fotter .main-footer-site .menu-tabs {
  margin: 35px 0px;
}
#fotter .main-footer-site .menu-tabs ul{
  list-style: none;
}
#fotter .main-footer-site .menu-tabs li{
  display:inline-block;
}
#fotter .main-footer-site .menu-tabs li a {
  margin: 0px 20px;
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fotter .main-footer-site .footer-line{
  border-top: 1px solid #ddd;
  padding: 22px 0px;
  display: flex;
  align-items: center;
}
#fotter .main-footer-site .footer-line p{
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  flex: 1;
/*  text-align: left;*/
}
#fotter .main-footer-site .footer-line ul li{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}
#fotter .main-footer-site .footer-line ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #808080;
}
.drop-down-box {
  padding: 10px 18px;
}
.envirment-text-1{
  font-weight: 600;
}
.page-control .content_area{
  margin: 40px 0px;
}
.page-control .content_area.contact-page{
  margin-bottom: 0;
  padding-bottom: 0
}
.page-control .content_area .box{
  background: #ffffff;
  padding: 20px 25px;
  border: 1px solid #EEEFF1;
  margin-bottom: 25px;
  box-shadow: 0 6px 26px 4px rgba(0, 0, 0, 0.09);
}
.emp-tb{
  margin-top: 30px;
  margin-bottom: 30px !important;
  color: #808080;
  font-size: 19px !important;
}
.dropdown-menu.drop-down-box li a {
  font-size: 13px !important;
}
.page-control .content_area .box h2{
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: 600;
    color: #29266b
}
.page-control .content_area .box .strip p i {
    margin-right: 8px;
    color: #29266b;
}
.page-control .content_area .box .strip p {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}
.page-control .content_area .box .strip h5{
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  margin: 5px 0 0px 0;
  line-height: 1.6em;
}
.page-control .content_area .box .strip ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
  margin: 10px 0px;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 10px;
}
.page-control.privacy .content_area .box .content_box{
  border-bottom: 1px solid #e4e4e4;
  padding: 33px 20px;
  display: inline-block;
  width: 100%;
}
.page-control.privacy .content_area .box .content_box .content-imges-1{
  margin:24px 0px 40px;
}
.page-control.privacy .content_area .box .content_box .Safety-Items{
  text-align: center;
}
.page-control.privacy .content_area .box .content_box .Safety-Items p{
  margin:10px 0px;
}
.page-control.privacy .content_area .box .content_box .Safety-Items .same-height{
  height: 25px;
  text-align: center;
}
.page-control.privacy .content_area .box .content_box.center-img{
  text-align: center;
}
.page-control.privacy .content_area .box .content_box:nth-child(2n){
  background: #f5f5f5;
}
.page-control.privacy .content_area .box .content_box h1{
  color: #29266b;
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  font-weight: 500;
}
.page-control.privacy .content_area .box .content_box table th{
  color: #808080;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  font-weight: 500;
}
.page-control.privacy .content_area .box .content_box table td{
  color: #808080;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 19px 19px;
  border-right: 1px solid #ddd;
}
.page-control.privacy .content_area .box .content_box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 17px;
    color: #808080
}
.page-control.privacy .content_area .box .content_box ul{
  list-style: disc;
  margin-left: 30px;
}
.page-control.privacy .content_area .box .content_box p, .page-control.privacy .content_area .box .content_box ul li{
  color: #808080;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 1px;
  line-height: 26px;
}
.page-control.coustmer .content_area .logos .box-shape{
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.page-control.coustmer .content_area .logos .box-shape img{
  width: 80%;
  padding: 20px;
}
.page-control.coustmer .content_area .logos .box-shape .text{
  background: #29266b;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
}
.about-page-one{
  padding: 80px 0px;
}
.about-page-one .who-are-section{
}
.about-page-one .who-are-section .about-img{
  position: relative;
  padding-left: 35px;
  margin-bottom: 50px;
}
.about-page-one .who-are-section .about-img img{
  border-radius: 12px;
}
.about-page-one .who-are-section .about-img::before{
  content: '';
  width: 90%;
  width: calc(100% - 2em);
  height: 100%;
  background-image: url(../images/pattern.jpg);
  border-radius: 12px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
}
.about-page-one .who-are-section .second{
  position: relative;
  padding-left: 0px;
  margin-bottom: 50px;
}
.about-page-one .who-are-section .about-img.second::before{
  content: '';
  right: 0;
  left:inherit;
}
.banner-text{
  padding: 20px 23px;
}
.banner-text h2{
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner-text span{
  color: #29266b;
}
.banner-text p{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #808080;
  margin-bottom: 20px;
  line-height: 33px;
}
.banner-text i{
  margin-right: 11px;
  color: #29266b;
  font-size: 19px;
}
.new-one{
  padding:0px;
}
.our-vision{
  background: #fff;
  box-shadow: 2px 2px 11px 1px #d0d0d0;
  padding: 48px 38px;
}
.new-one .our-vision h2{
  margin-bottom: 10px;
}
.new-one .our-vision p{
  margin:0;
}
.last-section .divide-section .left-images{
  width:50%;
  display:inline-block;
}
.last-section .divide-section .left-images img{
  width:100%;
}
.last-section .divide-section .right-text{
  width: 50%;
  display: inline-block;
  float: right;
  padding: 44px 50px;
}
.last-section .divide-section .right-text h2{
  margin: 16px 0px;
}
.last-section .divide-section .culture-points{
  text-align: left;
}
.last-section .divide-section .right-tow {
  float: left;
}
.first-coloum {
    padding: 80px 0;
}
.inner_header ul li .dropdown-menu.drop-down-box li {
    padding: 10px;
}
.wrapper .inner_header.top_nav.darkHeader .header_navbar ul li a {
    color: #333;
}
.inner_header ul li .dropdown-menu.drop-down-box li a {
    color: #333;
    background: transparent;
    padding: 0;
}
.inner_header ul li .dropdown-menu.drop-down-box {
    padding: 0;
}
.top-bar{
  padding-top:60px;
}
.services-setion-11{
  padding:80px 0px;
  background-image: url(../images/services-back.png);
  width:100%;
}
.heading-h3{
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 26px;
}
.services-setion-11 .who-we-section{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0
}
.services-setion-11 .who-we-section .main-services-add{
  display:flex;
  margin-bottom: 26px;
}
.services-setion-11 .who-we-section .first-box{
  background:#fff;
  border:3px solid #29266b;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
}
.services-setion-11 .who-we-section .service-box{
  text-align: left;
  width: 100%;
}
.services-setion-11 .who-we-section .service-list{
  padding-left: 17px
}
.services-setion-11 .who-we-section .service-list li{
  line-height: 40px;
  font-size: 15px;
  list-style: circle;
}

.services-setion-11 .who-we-section .first-box:hover{
  -webkit-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  -moz-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-setion-11 .who-we-section .first-box h2{
  font-size: 20px;
  color:#808080;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 17px 0px;
  text-transform: uppercase;
  line-height: 26px
}
.services-setion-11 .who-we-section .first-box p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.awards{
  padding:80px 0px;
}
.awards .award-flex{
  display:flex;
  align-items: center;
  overflow: hidden;
}
.awards .main-awards-div .left-awards {
  padding: 30px 23px;
}
.awards .main-awards-div .left-awards p span{
  color: #808080;
  font-weight: 600;
}
.awards .main-awards-div .img-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* box-shadow: 0px 0px 30px 0px rgba(102, 99, 99, 0.3); */
}
.awards .main-awards-div .img-box:before {
  width: 102px;
  content: "";
  height: 100%;
  background-color: #29266b;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  -webkit-animation: bounce 2s infinite alternate;
}
.awards .main-awards-div .img-box-2:before {
  left:0;
}
.all-awards-1 {
  width:100%;
  background:#ebfdff;
  overflow: hidden;
  padding:40px 0px;
  margin-top: 50px;
}
.all-awards-1 .img-src-bar {
  border: 5px solid #29266b;
  margin: 15px 0px
}
.all-awards-1 .img-src-bar img{
  max-width: 100%;
}
.all-awards-1 .main-all-div .img-src-bar1{
  background: url(../images/group_events.jpg);
}
.all-awards-1 .main-all-div .img-src-bar2{
  background: url(../images/events.jpg);
}
.all-awards-1 .main-all-div .img-src-bar3{
  background: url(../images/trip.jpg);
}
.all-awards-1 .main-all-div .img-src-bar4{
  background: url(../images/rangoli.jpeg);
}
.all-awards-1 .main-all-div .img-src-bar5{
  background: url(../images/viskarma_pooja1.jpeg);
}
.all-awards-1 .main-all-div .img-src-bar6{
  background: url(../images/fairwellparty.jpeg) ;
}
.all-awards-1 .main-all-div .img-src-bar7{
  background: url(../images/trip.jpg);
}
.all-awards-1 .main-all-div .img-src-bar8{
  background: url(../images/aware.jpeg);
}
.all-awards-1 .main-all-div .img-src-bar{
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.awards .main-awards-div .img-box img{
  margin-top: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.awards .main-awards-div .img-box-2 img{
  padding-left: 30px;
}
.awards .main-awards-div .img-fluid {
  max-width: 100%;
  height: auto;
}
.join-us-section-1{
    background:#efefef;
}
.quality {
  padding:80px 0px;
}
.box-Health{
  border-bottom: 0px !important;
}
.health-pages{
  margin-top:0px !important
}
.quality .pdf-file-img img{
  width: 84%;
  margin: 10px 0px !important;
}
.quality-text h2{
  line-height: 45px;
}
.quality-text p{
  line-height: 30px;
  display: flex;
  align-items: center;
}
.function-section .banner-text ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}
.function-section .banner-text .w-50 {
    width: 50%;
    float: left;
}
.function-section .banner-text h2 {
    margin-bottom: 40px;
}
.page-control.otherpages.mrgn-top {
    margin-top: 0;
}
.page-control.otherpages.mrgn-btm {
    padding-bottom: 30px;
}
.quality-box-1 {
    background: url(../images/1-1.jpg);
}
.quality-box-2 {
    background: url(../images/1-2.jpg);
}
.quality-box-3 {
    background: url(../images/1-3.jpg);
}
.quality-box-4 {
    background: url(../images/1-4.jpg);
}
.quality-box-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}
.main-awards-div .quality-text p i{
  margin-right: 0px;
  color: #29266b;
  font-size: 19px;
  width: 3%;
}
.quality-pages{
  padding:0px;
}
.left-awards.quality-text p span{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #808080 !important;
  font-weight: 100 !important;
  width: 97%;
  display: inline-block;
}
.quality-back{
  background: #ececec;
}
.about-team{
  background:#f1f1f1;
}
.Our-team-section{
  padding:80px 0px;
}
.Our-team-section .team-details .member-img img{
  max-width: 100%;
  margin-bottom: 20px;
}
.Our-team-section .team-details .member-img {
  text-align: center;
}
.Our-team-section .team-details .member-img h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #29266b;
  margin-bottom: 15px;
  font-size: 20px;
}
.Our-team-section .team-details .member-img p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
.Our-team-section .team-details .right-details-team{
  padding:0px;
}
.Our-team-section .team-details .right-details-team p{
  margin-bottom: 20px;
  line-height: 22px;
  color: #808080;
  text-align: justify;
}
.openings {
  background-image: url(../images/open-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0px;
}
.openings .main-form .name-1{
  display: block;
  width: 100%;
  border: 1px solid rgb(199, 199, 199);
  padding: 14px 26px;
  font-size: 14px;
  line-height: 29px;
  color: #808080;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.openings .main-form .btn-my{
  width: 238px;
  background: #29266b;
  text-align: center;
  color: #fff;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}
.openings .main-form .btn-my:focus{
    outline: #29266b
}
.openings .openings-form{
  padding:30px 0px;
}
.openings .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.openings .btn-upload {
  background: transparent;
  border: 2px dashed #29266b;
  font-size: 19px;
  width: 238px;
  height: 62px;
  color: #333;
  line-height: 47px;
}
.openings .btn-upload:focus{
    background: none !important;
}
.openings .btn-upload:visited{
    background: none !important;
}
.openings .btn-upload:focus-within{
    background: none !important;
}
label.file-upload{position:relative;overflow:hidden}label.file-upload input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;outline:0;background:#fff;cursor:inherit;display:block}


.openings .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.testimonial{
  background: #f1fdff;
}
.testimonial .item .content_area .box{
  background: #fff;
  padding: 30px;
  box-shadow: 0 1px 10px 0px rgba(0,0,0,.05);
  border:1px solid #29266b;
}
.testimonial .item .content_area .box p{
  font-size: 14px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.08em;
  line-height: 22px;
}
.testimonial .item .content_area .box .second-test-box{
  margin-bottom: 45px;
}
.testimonial .item .content_area  .user_name_image {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.testimonial .item .content_area  .user_name_image .image{
  width: 80px;
  height: 80px;
  background: #29266b;
  border-radius: 50%;
  float: left;
  margin-right: 1em;
  overflow: hidden;
  border:3px solid #29266b;
}
.testimonial .item .content_area  .user_name_image .user_name h4{
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.08em;
}
.testimonial  .main_title h1{
  font-size: 34px;
  font-weight: 600;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.testimonial  .main_title h1::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #29266b;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%);
}
.submit-form{
  margin-top: 20px;
font-size: 18px;
color: #29266b;
border: 2px solid #29266b;
padding: 14px;
border-radius: 7px;
}
@keyframes bounce {
  from { transform: translate(0px); }
  to { transform: translate(-25px); }
}
@-webkit-keyframes bounce {
  from { transform: translate(0px); }
  to { transform: translate(-25px); }
}
/* Responsive css */
@media only screen and (max-width: 1200px) {
  .last-section .divide-section .right-text {
    padding: 0px 29px;
  }
  .banner-text p {
    line-height: 28px;
  }
  .about-page-one.first-coloum {
    display: flex;
    width: 100%;
  }
  #partners-section .item{
    width:50%;
    margin:0 auto;
  }
}
@media only screen and (max-width: 1199px) {
    .d_none_full {
        display: block;
    }
    .d_block_1199 {
        display: none;
    }
  .csr-Technology .csr-img {
    height: 120px;
  }
  .wrapper .page-control .banner_area .rotate_div {
    width: 725px;
    height: 615px;
    position: absolute;
    right: -28%;
    top: 5%;
  }
  .wrapper .page-control .banner_area .rotate_div img {
    width: 185px;
    bottom: 70px;
    left: 170px;
  }
  .wrapper .page-control .services .content .box p {
    font-size: 12px;
    min-height: 135px;
  }
  .wrapper .page-control .services .content .box h1 {
    font-size: 14px;
  }
  .page-control.privacy .content_area .box .content_box h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
    .quality-box-1 {
        height: 150px;
    }
  .contact .contact-form {
    margin-bottom: 40px;
  }
  .content_area.contact-page iframe{
    margin-top: 30px
  }
  .csr-Technology .csr-img {
      height: 100px;
  }
  .csr-box1 h4 {
      font-size: 15px;
      line-height: 24px;
  }
  .csr-box1 p {
      font-size: 14px;
      line-height: 24px;
  }
  .quality-checks .check-box {
    height: 180px;
  }
  .health-certificate h2, .safety-work h2, .responsibility-content h2{
    font-size: 26px
  }
  .heading-h3{
    font-size: 22px;
  }
  .wrapper .page-control .banner_area .content .text .title{
    font-size: 28px;
  }
  .services .same-height {
    width: 50%;
  }
  .wrapper .page-control .banner_area .content .text .short_description{
    font-size: 14px;
  }
  .wrapper .page-control .banner_area .content {
    width: 365px;
  }
  .wrapper .page-control .banner_area .rotate_div {
    width: 710px;
    height: 476px;
    position: absolute;
    right: -36%;
    top: 5%;
  }
  .wrapper .page-control .banner_area .rotate_div img {
    bottom: 20px;
    left: 179px;
  }
  .wrapper .page-control .about .content{
    display: inline-block;
    width: 100%;
  }
  .wrapper .page-control .about .image{
    text-align: left;
    margin-bottom: 30px;
  }
  .wrapper .page-control .about .image::before {
    left: -4%;
    height: 88%;
    width: 60%;
  }
  .wrapper .page-control .about .image img {
    width: 65%;
  }
  .wrapper .page-control .services .content .box p {
    min-height: 115px;
  }
  .wrapper .page-control .services .content .box{
    width: 100%;
  }
  .page-control .same_bg h1 {
    font-size: 26px;
  }
  .page-control .content_area .box .strip ul li {
    padding: 10px 12px;
    margin-right: 3px;
  }
  .page-control.privacy .content_area .box .content_box h1 {
    font-size: 21px;
    line-height: 34px;
  }
  .page-control.privacy .content_area .box .content_box p, .page-control.privacy .content_area .box .content_box ul li {
    text-align: justify;
  }
  .page-control.privacy .content_area .box .content_box.center-img img {
    width: 100%;
  }
  .awards .main-awards-div.first-part {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-awards-div .quality-text p i {
    margin-right: 16px;
    margin-top: 6px;
  }
  .quality-text p {
    align-items: end;
  }
  .awards .award-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .awards .row-rvrs{
    flex-direction: column;
  }
  .awards .main-awards-div .img-box img{
    width: 100%
  }
  .last-section .divide-section .left-images {
    width: 100%;
  }
  .last-section .divide-section .right-text {
    width: 100%;
  }
  .last-section .divide-section {
    overflow: hidden;
  }
  .last-section .divide-section.part-2-about{
    display: flex;
    flex-direction: column-reverse;
  }
  .wrapper .page-control .banner_area {
    height: 73vh;
  }
  .wrapper .page-control .about .content .text p {
    text-align: justify;
    margin-bottom: 19px;
  }
  .awards-page-scroll{
    padding-bottom: 0px;
  }
  .quality .pdf-file-img img{
    width: 100%;
  }
  .awards .main-awards-div .left-awards {
    padding: 30px 0px;
  }
  .quality-checks {
    padding: 50px 0;
    margin-top: 50px
  }
}
@media only screen and (max-width: 767px) {
    .quality-box-1 {
        height: 400px;
        margin-bottom: 30px;
    }
    .function-section .banner-text .w-50 {
        width: 100%;
    }
  .contact .contact-page {
    padding: 20px 0;
  }
  .csr-Technology .csr-img {
    height: auto;
}
  .awards {
    padding: 50px 0px;
  }
  .awards .main-awards-div .left-awards.whole-div{
    padding: 30px 15px
  }
  .awards .main-awards-div .img-box.quality-box img {
    width: 100%;
  }
  .quality-checks .check-box {
    height: auto;
  }
  .quality-checks .check-box img{
    width: 100%
  }
  .safety-box{
    margin-bottom: 30px;
    height: 250px;
  }
  .safety-work {
    padding: 50px 0 20px;
  }
  .our-responsibility, .health-Safety {
    padding: 50px 0;
  }
  .services-setion-11{
    padding: 50px 0
  }
  .heading-h3{
    font-size: 22px;
    line-height: 30px
  }
  .wrapper .page-control .banner_area .rotate_div {
    display: none;
  }
  .wrapper .page-control .banner_area .content {
    width: 80%;
  }
  .page-control.privacy .content_area .box .content_box h1 {
    font-size: 18px;
  }
  .page-control.privacy .content_area .box .content_box p, .page-control.privacy .content_area .box .content_box ul li {
    text-align: justify;
    font-size: 13px;
  }
  .wrapper .page-control .services .content .box p {
    min-height: 40px;
  }
  .top-bar {
    padding-top: 0px;
  }
  .last-section .divide-section .left-images {
    width: 73%;
    background: #fff;
    padding: 12px;
    box-shadow: 1px 3px 7px 1px #b9b9b9;
    margin-top: 21px;
    border-radius: 6px;
    margin-left: 26px;
  }
  .page-control.privacy .content_area .box .content_box .content-imges-1 img{
    width:100%;
  }
}
@media only screen and (max-width: 640px) {
  .contact .contact-page iframe{
    height: 250px
  }
  .page-control .same_bg h1 {
    font-size: 18px;
  }
  #fotter .main-footer-site .menu-tabs li a {
    margin: 0px 14px;
  }
  .services .same-height {
    width: 100%;
  }
  .page-control.privacy .content_area .box .content_box h1 {
    font-size: 16px;
    line-height: 30px;
  }
  .content_box table, thead, tbody, th, td, tr {
    display: block;
  }
  .content_box thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .content_box tr { border: 1px solid #ccc; }
  .content_box td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 200px;
    margin-left: 150px;
  }
  .content_box td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }
  .content_box td:nth-of-type(1):before { content: "Hazard"; }
  .content_box td:nth-of-type(2):before { content: "Type of Training"; }
  .content_box td:nth-of-type(3):before { content: "Person"; }
  .content_box td:nth-of-type(4):before { content: "Frequency";}

  .page-control.privacy .content_area .box .content_box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 28px;
  }
  .banner-text h2 {
    font-size: 31px;
  }
  .services-setion-11 .who-we-section .first-box {
    padding: 15px 20px;
  }
  .about-page-one.first-coloum {
    padding: 25px;
  }
  .wrapper .page-control .services {
    background: #f1f1f1;
    animation: none;
    border-radius: 0px
  }
  .wrapper .page-control .banner_area .content .text .title {
    font-size: 22px;
  }
  .wrapper .page-control .banner_area .content .text .short_description {
    font-size: 12px;
    line-height: 22px;
  }
  .services-setion-11 .who-we-section .service-list li {
    line-height: 36px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
    .quality-box-1 {
        height: 200px;
    }
  .contact .contact-form {
    padding: 30px;
  }
  .contact .contact-page .submit-btn{
    text-align: center;
  }
  .page-control .content_area .box .strip p i{
    display: block;
    margin: 0 0 10px 0
  }
  .page-control .content_area.contact-page .box{
    padding: 20px;
    text-align: center;
  }
  .quality-checks {
    padding: 40px 0
  }
  .health-certificate h2, .safety-work h2, .responsibility-content h2 {
    font-size: 20px;
    line-height: 30px
}
  .heading-h3{
    font-size: 20px;
  }
  .wrapper .nav_area .main_menu{
    width: 260px;
  }
  .wrapper .nav_area .main_menu .navigation ul li a{
    padding: 7px 0px;
    font-size: 14px;
  }
  .wrapper #header .top_nav .flex-area .toggle .toggle_btn img {
    width: 43px;
  }
  .wrapper #header .top_nav .flex-area .logo img {
    width: 96px;
  }
  .page-control.otherpages {
    margin-top: 72px;
  }
  .drop-down-box{
    padding:10px 4px;
    left:-11px;
  }
  .page-control .same_bg h1 {
    font-size: 17px;
  }
  .page-control.privacy .content_area .box .content_box h1 {
    font-size: 14px;
    font-weight: 600;
  }
  .page-control.privacy .content_area .box .content_box p, .page-control.privacy .content_area .box .content_box ul li {
    font-size: 12px;
    text-align: left;
  }
  .page-control.privacy .content_area .box .content_box {
    padding: 17px 13px;
  }
  #fotter .main-footer-site .menu-tabs li {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
  }
  .page-control .content_area .box {
    padding: 20px 8px;
  }
  .page-control.privacy .content_area .box .content_box table td {
    padding: 19px 3px;
    border-right: 0px solid #ddd;
  }
  .banner-text h2 {
    font-size: 19px;
    line-height: 29px;
  }
  .awards .main-awards-div .img-box:before {
    width: 41px;
  }
  .services-setion-11 .who-we-section .first-box h2 {
    font-size: 14px;
    line-height: normal;
  }
  .services-setion-11 .who-we-section .first-box p {
    font-size: 12px;
  }
  .services-setion-11 .who-we-section .first-box {
    padding: 8px 20px;
  }
  .banner-text.right-text.right-tow p {
    display: flex;
  }
  .banner-text.right-text.right-tow p i{
    margin-top:7px;
  }
  .wrapper .page-control .about .content .text p{
    text-align: left;
    font-size: 13px;
  }
  .wrapper .page-control .about .content .text ul li {
    font-size: 13px;
  }
  .wrapper .page-control .team .content .box {
    margin-bottom: 19px;
  }
  .partners.equal_padding {
    padding-top: 0px;
  }
  .partners.equal_padding.customer-page{
    padding: 40px 0
  }
}



/* new styles */
.zeropad
{
	margin:0;
	padding:0;
}

.bgquality
{
	background:#ececec;
	padding-top:50px;
}


.navbgcolor
{
	background:#7e7bb9;
}

.fontfix
{
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	
}

.fontfix2
{
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}

.margintop
{
	margin-top:80px;
}

.marginbottom
{
	margin-bottom:60px;
}

.marginbottom2
{
	margin-top:10px;
	margin-bottom:50px;

}

.imground
{
	border:10px solid #7e7bb9;
}

.lightgraytext
{
	color:#808080;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	line-height:25px;
	margin-top:20px;
	text-align:justify;
}

ul {
	list-style-image: url('images/bullet1.png');
	color:#808080;
line-height:40px;
font-family: 'Poppins', sans-serif;
margin-left:23px;
margin-top:15px;

}

.buttonread {
  background-color: #fff; /* Green */
  border:3px solid #29266b;
  padding: 10px;
  padding-left:40px;
  padding-right:40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight:bold;
  margin: 4px 2px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  border-radius: 35px;
  color:#29266b;
  margin-top:15px;
}

.buttonread2 {
  background-color: #7e7bb9; /* Green */
  border:3px solid #fff;
  padding: 10px;
  padding-left:40px;
  padding-right:40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight:bold;
  margin: 4px 2px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  border-radius: 35px;
  color:#fff;
}

.stroy
{
	margin-top:15px;
}

.roundimage1
{
	border:10px solid #29266b;
	width:250px;
	height:250px;
	margin-bottom:25px;
}

.shodowbox
{
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.44);
-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
margin:1px;

margin-top:25px;
margin-bottom:25px;
}

.shodowbox2
{
	border:5px solid #29266b;
	border-radius:10px;
	height:100%;
	
}

.shodowbox3
{
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.44);
-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
margin:1px;

margin-top:25px;
margin-bottom:25px;
padding:50px;
}

.shodowbox32
{
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.44);
-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
margin:1px;

margin-top:15px;
margin-bottom:15px;
padding:20px;
}

.shodowbox4
{
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.44);
-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
margin:1px;

margin-left:17px;
margin-right:17px;
margin-top:90px;
margin-bottom:60px;
padding:50px;
}

.shodowbox5
{
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.44);
-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
margin:1px;

margin-left:17px;
margin-right:17px;
margin-top:90px;
margin-bottom:30px;
padding:30px;
}

.shodowbox6
{
box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.44);
-webkit-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 2px 2px 14px -2px rgba(0,0,0,0.24);
margin:1px;

margin-left:17px;
margin-right:17px;

margin-bottom:30px;
padding:30px;
}



.popinsfont
{
	padding:20px;
	 font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#808080;
	 text-align:justify;
}

.heading
{
	font-family: 'Poppins', sans-serif;
	 font-size:25px;
	 color:#29266b;
	 font-weight:bold;
	 margin-bottom:30px;
}

.textin
{
	font-family: 'Poppins', sans-serif;
	 font-size:16px;
	 color:#808080;
	 line-height:30px;
	 
	 
}

.bluetext
{
	font-size:17px;font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

.textin11
{
	font-family: 'Poppins', sans-serif;
	 font-size:16px;
	 color:#808080;
	 line-height:30px;
	 padding-left:30px;
	 padding-right:30px;
	 
	 
}

.image22
{
	margin-top:80px;
	margin-bottom:50px;
}

.graybg
{
	background:#f5f5f5;
	padding:20px;
}

.padd20
{
	padding:20px;
}

.padd10
{
	padding:10px;
}


.popinsfont2
{
	padding:20px;
	 font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#808080;
	 line-height:40px;
	 text-align:justify;
	margin-right:30px;
	margin-left:40px;
}

.popinsfont3
{
	padding:20px;
	 font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#808080;
	 line-height:40px;
	 text-align:justify;

	margin-left:50px;
}

.popinsfont4
{
	padding:20px;
	 font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#808080;
	 line-height:30px;
	 text-align:justify;

	margin-left:30px;
}

.popinsfont5
{
	padding:20px;
	 font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#29266b;
	 line-height:30px;
	
}

.qualitytext
{
	font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#29266b;
	 line-height:30px;
}


.name
{
	 font-family: 'Poppins', sans-serif;
	 font-size:23px;
	 color:#808080;
	 font-weight:bold;
	 
}

.name2
{
	 font-family: 'Poppins', sans-serif;
	 font-size:43px;
	 color:#29266b;
	 font-weight:bold;
	 padding-left:20px;
	 margin-top:15px;
	 margin-left:30px;
 
}

.name3
{
	 font-family: 'Poppins', sans-serif;
	 font-size:43px;
	 color:#29266b;
	 font-weight:bold;
	 padding-left:40px;
	 margin-top:15px;
	 margin-left:30px;
 
}

.name4
{
	 font-family: 'Poppins', sans-serif;
	 font-size:18px;
	 color:#808080;
	 font-weight:bold;
	 
}

.position
{
	 font-family: 'Poppins', sans-serif;
	 font-size:16px;
	 color:#292674;
	 font-weight:bold;
	 
}

.container11 {
  position: relative;
  text-align: center;
  color: white;
}

.bgimagecenter
{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  
}



.setimage
{
	margin-top:90px;margin-bottom:90px;
}

.qualityhead
{
	font-family: 'Poppins', sans-serif;
	 font-size:36px;
	 color:#29266b;
	 font-weight:bold;
	 margin-bottom:30px;
	 
}

.qualityhead11
{
	font-family: 'Poppins', sans-serif;
	 font-size:26px;
	 color:#29266b;
	 font-weight:bold;
	 margin-bottom:30px;
	 padding-top:30px;
	 padding-left:30px;
	 padding-right:30px;
	 
}

.qualitypadding
{
	padding:30px;
}

.impad
{
	margin-bottom:30px;
}

.headone
{
	color:#29266b;
font-family: 'Poppins', sans-serif;
	 font-size:36px;
font-weight:bold;	 
	
}

.graybg1
{
	background:#ececec;
	padding-top:90px;
	padding-bottom:90px;
}

.marginimages
{
	margin-top:75px;
	margin-bottom:75px;
}

.marginbottom
{
	margin-bottom:20px;
}

.textpadd
{
	padding-left:30px;
	padding-right:30px;
}

.formpadding
{
	
	padding-bottom:20px;
}

.btnstyle
{
	background:#29266b;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	 font-size:16px;
font-weight:bold;
border-radius:5px;
padding:15px;
padding-left:20px;
padding-right:20px;
}

.contactinfo
{
	font-family: 'Poppins', sans-serif;
	 font-size:16px;
font-weight:bold;
}


.formpadd
{
	padding:4px;
	
}

.inputpadd
{
	padding:14px;
	width:100%;
}

.uploadbtn
{
	width:100%;height:100%;background:#fff;border:2px dashed #29266b;
}

.resumeimage
{
	margin-top:62px;
	padding:35px;
}

.resumeform
{
	margin:33px;

}

.bghelp
{
	background:#efefef;
}

.helppadd
{
	padding:50px;
	padding-top:90px;
	padding-bottom:90px;
}

.helptextheading
{
	font-family: 'Poppins', sans-serif;
	 font-size:35px;
font-weight:bold;
color:#29266b;
padding:50px;
margin-top:30px;
}

.helptext
{
	color:#808080;
	font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 margin-top:20px;
	 line-height:30px;
	 font-weight:normal;
}

.boldtext
{
	color:#808080;
	font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 margin-top:15px;
	 line-height:30px;
	 font-weight:bold;
}

.normaltext
{
	font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 font-weight:normal;
}

.companyname
{
	font-family: 'Poppins', sans-serif;
	 font-size:30px;
	 font-weight:bold;
	 color:#fff;
	 margin-bottom:10px;
}




/* media query starts from here */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .imageovertext
  {
	  font-size:15px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .imageovertext
  {
	  font-size:20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .imageovertext
  {
	  font-size:25px;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .imageovertext
  {
	  font-size:30px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .imageovertext
  {
	  font-size:36px;
  }
}


.imageovertext
{
	font-family: 'Poppins', sans-serif;
	 
	 color:#fff;
	 font-weight:bold;
}

.logoset
{
	width:155px;
	height:auto;
	padding:0px;
	margin:0px;

}
/* media query ends from here */


.graphset
{
	width:80%;
	height:auto;
}
















/* new styles ends here */