body{
  margin: 0px;
  padding:0px;
  font-family:"Public Sans", sans-serif;
}
img{
  margin:0px;
  padding:0px;
  max-width:100%;
}
p{
  margin:0px;
  padding:0px;
  font-size:1rem;
}
h1, h2, h3, h4, h5{
  font-family: "Lexend Deca", sans-serif;
  margin:0px;
  padding: 0px;
}
.header{
  margin:10px 0;
}
.header .logo{
max-width:65%;
}
.header .wcelogo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .wcelogo img {
  max-width:14%;
  margin-left: 1rem;
}
.header .wcelogo p{
  font-weight: 600;
}
.bannersection{
  margin:0px;
  padding:0px;
}
.bannersection h1{
  font-size:8rem;
  font-weight: 700;
  color:#8C1F3C;
  line-height: 96px;
  letter-spacing: 0;
}
.bannersection p.styleOne{
  font-size:2rem;
  font-weight:500;
}
.bannersection p.styleTwo{
  font-size:1.7rem;
}

.bannersection .colorpatch{
  background-color:#FFF5DC;
  padding:1rem;
  margin-top:2rem;
  border-radius: 0px 0px 50px 0px;
}
.bannersection .colorpatch ul{
  margin:0px;
  padding:0px;
}
.bannersection .colorpatch ul li {
  list-style: disc;
  font-size: 1.5rem;
  list-style-position: inside;
}
.bannersection .colorpatch p{
  color:#666666;
  font-size:1.7rem;

}
.formobailbanner{
display: none;
background: rgb(239,239,239);
background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 87%);

}
.enquiry_sec{
  background-color: #F6F8F9;
}
.enquiry_sec .bottom_border{
  border-bottom: solid 5px #FECC00;
  padding: 2rem;
}
.enquiry_sec .php-email-form .form-control{
background-color:#F6F8F9;
color:#9D9E9E;
}
.enquiry_sec .php-email-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.png) no-repeat 99% 13px;
  height: 44px;
  background-size: 18px;
  border:solid 1px #cccccc;
}
.enquiry_sec .php-email-form input {
  height: 44px;
  border:solid 1px #cccccc;
}
.enquiry_sec .php-email-form input::placeholder{
  color:#9D9E9E;
}
.enquiry_sec .php-email-form option::placeholder{
  color:#333;
}
.enquiry_sec .php-email-form optgroup{
  color: #000;
}
.enquiry_sec .php-email-form textarea {
  padding: 10px 12px;
}
.enquiry_sec .php-email-form button[type=submit] {
  background:#8C1F3C;
  border: 0;
  letter-spacing:1px;
  font-size:1.4rem;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius:0px;
}
.enquiry_sec .php-email-form button[type=submit]:hover {
  background: #5faee3;
}

.whywalchand{
  position: relative;
  margin:2rem 0;
  padding:2rem 0;
}
.whywalchand h2{
  margin:0px;
  padding:0px;
  margin-bottom:1rem;
  color: #345676;
  font-size:2.1rem;
}
.whywalchand p{
  text-align: justify;
  padding-bottom: 12px;
}

.whywalchand img{
  display: block;
  max-width:100%;padding-right: 2rem;
  border-radius:0px 120px 0px 0px;
  z-index: 9;
}
.whywalchand .colorpatch {
  position: absolute;
  background-color: #fff6d1;
  width:700px;
  height:90px;
  bottom: 0;
  z-index: -9;
  left: 380px;
}

.specializationsec{
  padding:2rem 0px;
  margin:0px;
}
.specializationsec h3{
  margin:0px;
  padding:0px;
  margin-bottom:2rem;
  color: #345676;
  font-size:2.1rem;
}
.specializationsec .boxsec{
  margin:1rem 0px;
  padding: 0px;
  float: left;
  width:31%;
}
.specializationsec .boxsec .imgsec{
  position: relative;
  margin:0px;
  padding: 0px;
}
.specializationsec .boxsec .imgsec img{
  border-radius:0px 120px 0px 0px;
}
.specializationsec .boxsec .imgsec h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FECC00;
  width: 200px;
  line-height: 36px;
  text-align: center;
}
.specializationsec .boxsec ul{ margin:0px; padding: 0px; margin-top:1rem;}
.specializationsec .boxsec ul li {
  list-style: none;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}
.specializationsec .boxsec ul li span{
  font-weight: 700;
}

.workingprosec{
position: relative;
background:#10495E;
margin:2rem 0;
padding:2rem 0;
}
.workingprosec h3{
margin:0px;
padding:0px;
margin-bottom:1rem;
color: #fff;
font-size:2.1rem;
}
.workingprosec ul{
  margin: 0px;
  padding:0px;
  margin-bottom: 1rem;
}
.workingprosec ul li {
  margin: 0px;
  padding: 0px;
  list-style: inside;
  color: #fff;
  list-style-type: disclosure-closed;
  line-height: 33px;
}
.workingprosec ul li span{
  font-weight:700;
}
.workingprosec p{
text-align: justify;
padding-bottom: 12px;
color:#fff;
}

.workingprosec img{
position: relative;
display: block;
max-width:100%;padding-right: 2rem;
border-radius:120px 0px 0px 0px;
z-index: 9;
}
.workingprosec .colorpatchtwo {
position: absolute;
background-color:#efdd9461;
width:500px;
height:60px;
bottom:-20px;
z-index:9;
right: 380px;
}
.workingprosec a {
display: inline-block;
background-color: #FECC00;
padding: 10px 20px;
text-decoration: none;
color: #000;
font-size: 1.2rem;
font-weight: 600;
}
.workingprosec a:hover{
background:#000;
color:#FECC00;
}
.tophighlits{
margin:0rem;
margin-top:5rem;
padding:0px;
}
.tophighlits h3 {
margin: 0px auto;
padding: 0px;
padding-bottom:10px;
font-size: 2.1rem;
color: #345676;
border-bottom: solid 5px #8C1F3C;
}
.tophighlits .highlitsboxes{
margin:0px auto;
width:85%;
margin-top:2rem;
padding:0px;
background: url(../images/dotted_round_bg.webp) no-repeat center center;
background-position:center center;
background-size: contain;
}

.tophighlits .highlitsboxes .toppadding{
padding-top: 8rem;
}
.tophighlits .highlitsboxes p{
font-size:1rem;
font-weight: 600;
}
.tophighlits .highlitsboxes .highlitimg{
max-width:100%;
display: block;
margin:0px auto;
}
.tophighlits .highlitsboxes .hi_box{
width:250px;
margin:0px auto;
margin-bottom: 1rem;
background:#fff;
border: solid 3px #fcc900;
padding:1rem;
border-radius:0px 0px 50px 0px;
}
.tophighlits .highlitsboxes .hi_box:hover{
background:#fcc900;
}
.tophighlits .highlitsboxes .hi_box img{
display: block;
margin:0px auto;
max-width: 35%;
}

.tophighlits .highlitsboxes .hi_box p{
text-align: center;
}

.tophighlits .highlitsboxes .hi_box_two{
width:250px;
margin:0px auto;
background:#fff;
border: solid 3px #345676;
padding:1rem;
border-radius:0px 0px 40px 40px;
}
.tophighlits .highlitsboxes .hi_box_two:hover{
background:#345676;
}
.tophighlits .highlitsboxes .hi_box_two:hover img{
filter: brightness(0) invert(1);
}
.tophighlits .highlitsboxes .hi_box_two img{
display: block;
margin:0px auto;
max-width: 35%;
}
.tophighlits .highlitsboxes .hi_box_two p{
text-align: center;
}
.tophighlits .highlitsboxes .hi_box_two:hover p{
color:#fff;
}
.tophighlits .highlitsboxes .hi_box_three{
width:250px;
margin:0px auto;
margin-bottom: 1rem;
background:#fff;
border: solid 3px #345676;
padding:1rem;
border-radius:0px 0px 40px 0px;
}
.tophighlits .highlitsboxes .hi_box_three:hover{
background:#345676;
}
.tophighlits .highlitsboxes .hi_box_three:hover p{
color: #fff;
}
.tophighlits .highlitsboxes .hi_box_three img{
display: block;
margin:0px auto;
max-width: 35%;
}
.tophighlits .highlitsboxes .hi_box_three:hover img{
filter: brightness(0) invert(1);
}
.tophighlits .highlitsboxes .hi_box_three p{
text-align: center;
}

.recruiterssec{
  margin:0px;
  padding:3rem 0;
  background: #8C1F3C;
}
.recruiterssec h3 {
margin: 0px auto;
margin-top: 2rem;
padding: 0px;
padding-bottom:10px;
font-size: 2.1rem;
color: #fff;
border-bottom: solid 5px #FECC00;
}
.recruiterssec .logosec {
margin: 2rem 0px;
padding: 0px;
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center;
}

.recruiterssec .logosec img {
display: block;
max-width: 15%;
float: left;
margin: 7px;
}
.recruiterssec .ourtoplogo {
  margin: 30px 10px;
  padding: 0px;
  width: 18%;
  text-align: center;
  float: left;
}
.recruiterssec .ourtoplogo p {
  color: #fff;
  font-size: 1.2rem;
}
.recruiterssec .ourtoplogo h5{
  color:#fecb05;
  font-size:1.3rem;
  font-weight: 700;
}
  .recruiterssec .ourtoplogo img {
    display: block;
    float: left;
    margin: 7px;
}

.footersec{
margin:0px;
padding:0px;
padding-bottom:2rem;
background:#10495E;
}
.footersec .colorline{
background: #fcc900;
width:960px;
height:10px;
margin:0px auto;
margin-bottom: 2rem;
}
.footersec p {
text-align: center;
color: #fff;
font-size: 1.3rem;
margin-bottom: 10px;
letter-spacing: 1px;
}
.footersec p span{
color:#fcc900;
font-weight:600;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
font-size:14px;
border: none;
outline: none;
background-color:#FECC00;
color: white;
cursor: pointer;
padding:5px;
border-radius: 4px;
}

#myBtn:hover {
background-color: #acacac;
}
.repnactext{
  display:none;
}
@media (max-width: 768px){
.header .logo {
  max-width: 100%;
}
.header .wcelogo {
float: right;
max-width:100%;
}
.repnactext {
  display: block;
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
}
.header .wcelogo p {
  font-weight: 600;
  display: none;
}
.header .wcelogo img {
  max-width: 27%;
  margin-left: 1rem;
}
.recruiterssec .ourtoplogo {
  margin: 0rem auto;
  padding: 3px;
  width: 48%;
}
.formobailbanner{
display:block;
padding-top:12px;
}
.bannersection{
display: none;
}
.bannersection p.styleOne {
  font-size: 1.3rem;
  font-weight: 500;
}
.bannersection h1{
  font-size:6rem;
}
.bannersection .colorpatch p {
  color: #666666;
  font-size: 1.2rem;
}
.bannersection .colorpatch {
  background-color: #FFF5DC;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0px 0px 50px 0px;
  margin-bottom:1rem;    
}
.specializationsec {
padding: 2rem 0;
margin: 0px;
}
.whywalchand{
padding-bottom: 0px;
margin-bottom:0px;
}
.whywalchand h2 {
margin: 0px;
padding: 0px;
text-align: center;
margin-bottom: 1rem;
color: #345676;
font-size: 1.6rem;
margin-top: 1rem;
}
.specializationsec h3{
font-size: 1.6rem;
text-align: center;
}
.workingprosec h3{
font-size: 1.5rem;
}
.bannersection p.styleTwo {
  font-size: 1.2rem;
}
.whywalchand .colorpatch{
display: none;
}
.footersec .colorline {
width:90%;
}
.specializationsec .boxsec{
float: none;
width:100%;
}
.recruiterssec h3 {
  font-size:1.5rem;
  text-align: center;
}
.recruiterssec .logosec img{
  max-width: 29%;
}
.workingprosec img {
  position: relative;
  display: block;
  max-width: 100%;
  padding-right: 0rem;
  border-radius: 0px 0px 90px 0px;
  z-index: 9;
  margin-top: 14px;
}
.tophighlits h3{
font-size:1.5rem;
}
.tophighlits .highlitsboxes .toppadding {
padding-top: 1rem;
}
.tophighlits {
margin-top:2rem;
margin-bottom: 2rem;
}
.tophighlits .highlitsboxes{
width:90%;
margin-top: 1rem;
}
.tophighlits .highlitsboxes .hi_box {
width: 44%;
float: left;
margin:2%;
border-radius: 40px 0px 0px 0px;
height: 230px;
}
.tophighlits .highlitsboxes .hi_box_three{
width: 45%;
float: left;
margin:2%;
height: 230px;
}
.tophighlits .highlitsboxes p {
font-size: 0.91rem;
font-weight: 400;
line-height: 20px;
}
}