@charset "utf-8";
::-moz-selection {
  background: #000; /* Firefox */
  color: #fff;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  font-weight: normal;
  color: #666;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #006ca0;
  --secondary-color: #f7ae1a;
  --tertiary-color: #006c9f;
  --black: #000;
  --white: #fff;
  --grey: #E3E3E3;
  --light-grey: #F6F6F7;
  --heading-font: "Teachers", sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 600;
}
.row-flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.flex {
  display: flex;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
.gry {
  filter: grayscale(1);
}
.gry:hover {
  filter: grayscale(0);
}
.colorgray {
  background-color: #EFEFEF;
  float: left;
  width: 86%;
  height: auto;
  padding-right: 7%;
  padding-left: 7%;
  position: relative;
  padding-top: 3%;
  padding-bottom: 7%;
}
.concells {
  flex: 1 1 48%;
  text-align: left;
  box-sizing: border-box;
  padding: 3em;
  line-height: 29px;
  border: solid 1px #006ca0;
  border-radius: 11px;
}
.concells i {
  color: #f7ae1a;
  margin-right: 7px;
}
.concells strong {
  color: #006ca0
}
.concells:last-child {}
.conwrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.split {
  column-count: 2;
  column-gap: 21px;
}
.btn {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #006ca0;
  padding-top: 12px;
  padding-right: 33px;
  padding-bottom: 12px;
  padding-left: 33px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 11px;
  border-radius: 5px;
}
.btn:hover {
  background-color: #f7ae1a;
}
::selection {
  background: #f2990d; /* Safari */
  color: #fff;
}
.callbtn {
  -webkit-animation-name: flash;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 0.3s;
  height: auto;
  width: auto;
}
.people-edge-hr-free-wrap1 {
  float: left;
  width: 100%;
  height: auto;
  padding-right: 7%;
  padding-left: 7%;
  min-height: 800px;
  position: relative;
  padding-top: 6%;
  padding-bottom: 4%;
  background-image: url(../images/p-e-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  box-shadow: inset 0 11px 11px -11px #CCCCCC;
}
.core-values {
  width: 20%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-align: center
}
.core-values img {
  width: 55%;
  height: auto;
  border-radius: 50%;
  border: solid 21px #febb12;
  margin-bottom: 30px
}
.core-values strong {
  color: #06415c;
  display: inline-block;
  font-size: 25px;
  width: 100%;
  margin-bottom: 11px;
}
.people-edge-hr-free-wrap1 h3 {
  margin-bottom: 45px;
  font-size: 3vw;
  background-image: url(../images/bigline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 65px;
  color: #006c9f;
}
.parentflex {
  display: flex;
  flex-wrap: wrap;
}
.pe-2-col {
  flex: 1 1 25%
}
.p1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  min-height: 600px
}
.p2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p1 img, .p2 img {
  width: 100%;
  height: auto;
  max-width: 263px
}
.pe-pad {
  padding: 3em;
}
.freesec {
  float: left;
  width: 100%;
  margin-top: 5%;
  text-align: left
}
.padleft {
  padding-left: 2em
}
.services-box {
  float: left;
  width: 100%;
  margin-top: 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  ;
}
.aligncent {
  text-align: center;
  margin-top: 0px;
}
.servcells {
  flex: 1 1 45%;
  border: 1px solid #DEDDDD;
  padding: 2em;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 45px;
}
.servcells strong {
  display: block;
  margin-bottom: 11px;
  color: #000
}
.sericon {
  position: absolute;
  top: -1em;
  left: 2em;
  width: 35px;
  height: 35px;
  background-color: #3A3A3A;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 31px
}
.people-edge-hr-free-wrap2 {
  float: left;
  width: 100%;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-right: 7%;
  padding-left: 7%;
  background-color: #F1F1F1;
}
.c1 {
  display: flex;
  gap: 2em;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between
}
.c1 img {
  border-radius: 5px;
}
.people-edge-hr-free-wrap3 {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 99px;
  padding-right: 7%;
  padding-left: 7%;
  background-image: url(../images/curve.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  background-attachment: fixed;
  padding-bottom: 170px;
}
.whycells {
  flex: 30%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.whypic {
  flex: 40%
}
.whypic img {
  width: 100%;
  height: auto;
  max-width: 548px
}
.why-micro {
  width: 100%;
  padding: 2em;
  box-shadow: 0 0 11px 0 #E0E0E0;
  border-radius: 11px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 14px
}
.why-micro h3 {
  font-size: 21px;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 11px;
  color: #006c9f;
  margin-top: 11px;
}
.why-micro i {
  color: #fea212;
  font-size: 27px;
}
.contentwrap1 {
  float: left;
  width: 100%;
  height: auto;
  padding-right: 7%;
  padding-left: 7%;
  min-height: 600px;
  position: relative;
  padding-top: 7%;
  padding-bottom: 7%;
  background-image: url(../images/p-e-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
}
.people-edge-hr-projectwrap {
  display: flex;
  flex-wrap: wrap;
  float: left;
  padding: 2%;
  gap: 2em;
  justify-content: center
}
.people-edge-hr-projectwrap img {
  height: auto;
  width: 31%;
  outline: solid 1px rgba(252, 251, 251, 0.1);
  outline-offset: 0px;
  transition: all ease 411ms
}
.people-edge-hr-projectwrap img:hover {
  outline: solid 2px rgba(252, 251, 251, 1);
  outline-offset: -15px;
}
.contentwrap1 .people-edge-hr-projectwrap img {
  width: 48.5%;
}
.pic-gallery {
  column-count: 3;
  column-gap: 33px;
}
.pic-gallery img {
  height: auto;
  width: 100%;
  margin-bottom: 33px;
  outline: solid 1px rgba(255, 255, 255, 0.7);
  outline-offset: -11px;
  transition: all ease 222ms;
}
.pic-gallery img:hover {
  outline-offset: -21px;
  outline: solid 2px rgba(255, 255, 255, 1);
}
.content-wrap {
  width: 90%;
  font-size: 16px;
  line-height: 27px;
  padding-top: 2%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  min-height: 400px;
}
.room-features {
  width: 100%;
  text-align: left;
}
.room-features ul li {
  list-style-position: outside;
  list-style-type: none;
  padding-left: 50px;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  font-size: 18px;
  margin-bottom: 21px;
  vertical-align: top;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.room-features ul {
  margin-top: 21px;
  margin-bottom: 21px;
  column-count: 3;
  column-gap: 33px;
}
.roompic img {
  height: auto;
  width: 100%;
  vertical-align: top;
}
.roompic {
  height: auto;
  width: 100%;
  background-color: #CAE4A7;
  padding: 11px;
  vertical-align: top;
  margin-top: 45px;
  margin-bottom: 33px;
}
.titlelineltext {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 33px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  padding-bottom: 21px;
  margin-bottom: 70px;
  font-weight: bold;
  color: #0A523A;
}
.content-wrap h2 {
  margin-top: 0px;
  padding-top: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  margin-bottom: 45px;
  font-size: 33px;
  padding-bottom: 21px;
}
.content-wrap h2 span {
  float: right;
  width: auto;
  letter-spacing: normal;
  font-size: 18px;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
}
.in-banner-text-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 9%;
}
.in-banner-text-wrap span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 11px;
  text-transform: none;
  position: relative;
}
.in-banner-text-wrap h1 {
  color: #FFFFFF;
  font-weight: 200;
  position: relative;
  z-index: 21;
}
.in-banner-text-wrap h1 strong {
  font-weight: 700;
}
.maxwidthwrap {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.LEFT1 {
  float: left;
  width: 30%;
}
.LEFT1 h2 {
  font-weight: bold;
  color: #322213;
  line-height: normal;
}
.LEFT1 h2 strong {
  font-weight: 200;
  display: block;
}
.LEFT1 section {
  font-weight: bold;
  color: #322213;
}
.LEFT1 section {
  font-size: 15px;
  letter-spacing: 4px;
  color: #0c562f;
  position: relative;
}
.LEFT1 section:after {
  background-color: #FFCC00;
  position: absolute;
  bottom: 50%;
  content: '';
  height: 2px;
  width: 200px;
  margin-left: 11px;
}
.link-wrap {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 33px;
}
.link-wrap a {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 0.7s;
  border: 3px solid #febe4a;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
  color: #333333;
}
.link-wrap a:HOVER {
  background-color: #009966;
  color: #FFFFFF;
}
.Right2 {
  float: right;
  width: 64%;
  position: relative;
}
.title1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: normal;
  color: #fea212;
}
.title1 span {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  color: #006c9f;
}
.title1 strong {
  color: #ad7b03;
}
.Rp-big {
  float: right;
  width: 66%;
  margin-left: 3%;
  text-align: right;
  position: relative;
  overflow: hidden;
}
.Rp-big:after {
  height: 100%;
  width: 100%;
  position: absolute;
  padding-bottom: 0px;
  padding-left: 0px;
  content: '';
  background: linear-gradient(0deg, rgba(0, 1, 1, 0.8239670868347339) 0%, rgba(0, 0, 0, 0) 30%);
  left: 0px;
  bottom: 0px;
}
.Rp-big img {
  height: auto;
  width: 100%;
  vertical-align: top;
  max-width: 600px;
  height: 589px;
  background-size: cover;
  transition: all ease 200ms;
}
.Rp-small {
  float: left;
  width: 30%;
  text-align: left;
  position: relative;
  margin-bottom: 21px;
  overflow: hidden;
}
.Rp-small:after {
  height: 100%;
  width: 100%;
  position: absolute;
  padding-bottom: 0px;
  padding-left: 0px;
  content: '';
  background: linear-gradient(0deg, rgba(0, 1, 1, 0.8239670868347339) 0%, rgba(0, 0, 0, 0) 56%);
  left: 0px;
  bottom: 0px;
}
.Rp-small img {
  height: 285px;
  width: 100%;
  background-size: cover;
  vertical-align: top;
  transition: all ease 200ms;
}
.Rp-small:hover img, .Rp-big:hover img {
  transform: scale(1.1)
}
.Rp-small:last-child {
  margin-bottom: 0px;
}
.masktext {
  position: absolute;
  left: 21px;
  bottom: 21px;
  color: #FFFFFF;
  z-index: 3;
  font-weight: bold;
  transition: all ease 200ms;
}
.Rp-small:hover .masktext, .Rp-big:hover .masktext {
  bottom: 33px;
  color: #e6ce02;
}
.facilities-wrap {
  width: 100%;
  text-align: center;
  min-height: 300px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.people-edge-hr-2-col {
  width: 50%;
  float: left;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top
}
.padright {
  padding-right: 2em;
}
.people-edge-hr-2-col img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.people-edge-hr-testi {
  float: left;
  width: 100%;
  background-color: #e49d0d;
  min-height: 555px;
  background-image: url(../images/p-yellow.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  color: #FFFFFF;
  padding-top: 111px;
  padding-right: 7%;
  padding-bottom: 111px;
  padding-left: 7%;
  background-size: contain;
}
.bg-c {
  float: left;
  width: 100%;
  padding-top: 9%;
  padding-right: 7%;
  padding-bottom: 5%;
  padding-left: 7%;
  min-height: 600px;
  text-align: center;
  box-shadow: inset 0 11px 11px -11px #CCCCCC;
}
.bg-c h3 {
  margin-bottom: 3%;
  font-size: 3vw;
  background-image: url(../images/bigline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 65px;
  color: #00537a;
}
.splitwrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  gap: 2em;
}
.split-cell {
  flex: 1 1 15%;
  font-size: 25px;
  border: 2px dotted #0086C6;
  text-align: center;
  padding: 2em;
}
.core-services {
  background-color: #006c9f;
  width: 100%;
  float: left;
  padding: 9%;
  color: #fff
}
.core-services h2 {
  color: #fff;
  text-align: center
}
.split-cell i {
  font-size: 40px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #FBA300;
}
.split-cell strong {
  font-size: 18px;
  text-transform: uppercase;
  color: #005B86;
  max-width: 151px;
  display: inline-block;
  font-weight: 500
}
.split-pic {
  width: 48%;
  margin-top: 5%;
}
.split-pic img {
  width: 100%;
  height: auto
}
.split-pic:last-child {
  margin-left: auto
}
.hr-serviceswrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.cap-3-cells {
  flex: 1 1 48%;
  min-height: 250px;
  padding: 3.5em;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  background-color: #003c59;
}
.cap-3-cells h2 {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  z-index: 9;
  padding-bottom: 11px;
  text-align: left
}
.cap-3-cells span {
  position: relative;
  z-index: 9;
  font-size: 21px;
}
.cap-3-cells:hover span {
  color: #F9A200
}
.cap-3-cells h2::after {
  position: absolute;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #F49012;
  bottom: 0%;
  left: 0;
}
.cap-3-pic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 511ms ease;
}
.cap-3-pic img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  opacity: 0.6
}
.cap-3-cells:hover .cap-3-pic {
  opacity: 0
}
.cap-3-cells:hover .cap-text {
  opacity: 1;
  transform: translateX(0px);
}
.cap-text {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 411ms ease-out;
  transform: translateX(11px);
  color: #fff;
}
.newsbtn {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 5%;
  bottom: 7%;
}
.newsbtn:before {
  content: '';
  width: 100%;
  height: 100%;
  border: dashed 1px #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  border-radius: 50%;
  transition: all 911ms ease;
}
.newsbtn:hover.newsbtn:before {
  border: solid 1px #FF9E00;
  transform: rotate(90deg)
}
.newsbtn:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -7px;
  margin-bottom: -7px;
  transform: rotate(-45deg)
}
a .newsbtn {
  color: #fff;
}
a .newsbtn:hover {
  color: #FF8600
}
.facilities-wrap h2 {
  font-weight: bold;
  color: #243f31;
}
.facilities-wrap h2 strong {
  font-weight: 200;
}
.playbutton {
  position: absolute;
  margin-left: -51px;
  left: 50%;
  bottom: 50%;
  margin-bottom: -51px;
  opacity: 0.7;
  transition: all ease-out 111ms;
}
.playbutton:hover {
  opacity: 1;
  transform: scale(0.9);
}
.icons {
  float: left;
  width: 100%;
  background-image: url(../images/rugged-line.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 2%;
  padding-top: 2%;
}
.iconcells {
  width: 16%;
  display: inline-block;
}
.PICCELL {
  height: 101px;
  width: 101px;
  display: inline-block;
  border-radius: 50%;
  border: solid 3px #FC0;
  background-color: #FFFFFF;
  transition: all ease 133ms;
}
.icons:last-child {
  background-image: none;
  padding-bottom: 0px;
}
.icons section {
  color: #064c25;
  text-align: center;
  display: block;
}
.iconcells:hover .PICCELL img {
  filter: brightness(10002%);
}
.iconcells:hover .PICCELL {
  background-color: #009966;
}
.icons img {
  width: 101px;
  height: 101px;
  transition: all ease 133ms;
}
.wrap6.aligncent .con2cell .icon {
  height: auto;
  width: 26px;
}
.people-edge-hr-banner-txt {
  position: absolute;
  right: 0.1em;
  bottom: 38%;
  font-size: 5vw;
  font-weight: 700;
  z-index: 2;
  color: #FFFFFF;
  width: 48%;
  line-height: 5vw;
}
.people-edge-hr-banner-txt span {
  font-size: 2vw;
  font-weight: 500;
  line-height: 2vw
}
.people-edge-hr-banner-txt strong {
  color: #f7ae1a
}
/**************************
*
*	whats app pulse start
*
**************************/
@keyframes kulse {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 172, 0, 0.7);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(254, 172, 0, 0);
  }
}
.inner-whatsapp {
  position: fixed;
  z-index: 9;
  bottom: 5%;
  right: 3%;
}
.inner-whatsapp i {
  font-size: 33px;
  background-color: #09A92A;
  border-radius: 50%;
  animation-name: kulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  padding: 7px;
  color: #FFFFFF;
}
.inner-whatsapp:hover i {
  background-color: #feac00;
}
/**************************
*
*	pulse end
*
**************************/
.innerpicbox {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.innerpicbox img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  vertical-align: top;
}
.subheading {
  position: relative;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-bottom: 51px
}
.subheading:after {
  width: 50px;
  height: 1px;
  background-color: #4A4A4A;
  position: absolute;
  content: '';
  bottom: 55%;
  margin-left: 20px;
}
.subheading:before {
  width: 50px;
  height: 1px;
  background-color: #4A4A4A;
  position: absolute;
  content: '';
  bottom: 55%;
  margin-left: -70px;
}
.innermatter {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  min-height: 800px;
  box-sizing: border-box;
  padding-top: 7%;
  padding-right: 5%;
  padding-bottom: 7%;
  padding-left: 5%;
}
.home-top-content {
  float: left;
  width: 100%;
  padding-top: 5%;
}
.inner-title {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 36px;
  margin-top: -65px;
  font-size: 33px;
  padding-bottom: 21px;
  font-weight: bold;
  background-image: url(../images/eline.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 45px;
  color: #73534F;
}
.aligncent {
  text-align: center;
  line-height: 33px;
}
.titleopening {
  font-weight: bold;
  color: #febe4a;
  display: block;
  padding-top: 33px;
  font-size: 21px;
  letter-spacing: 2px;
  background-image: url(../images/opening.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 21px;
}
.wrap4 .titleopening strong {
  color: #FFFFFF;
}
.gal-2 {
  width: 50%;
  margin-bottom: 2%;
  display: inline-block;
  height: auto;
  max-width: 756px;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.color {
  background-color: #F9F7F7;
  min-height: 430px;
  box-sizing: border-box;
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  outline: solid 1px #ffffff;
  outline-offset: -5px;
  transition: all ease 222ms;
}
.color:hover {
  outline: dashed 1px #af9691;
  outline-offset: -21px;
}
.input1 {
  width: 100%;
  margin-bottom: 9px;
  font-family: 'Poppins', sans-serif;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1em;
  border: 1px solid #006ca0;
  padding-right: 0%;
  font-size: 15px;
  border-radius: 7px;
}
.input1:focus {
  border-color: #f7ae1a
}
.btm-flat {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 4.3%;
  position: relative;
}
.btm-flat img {
  height: 346px;
  width: 100%;
  object-fit: cover;
}
.namecell {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #000000;
  position: absolute;
  left: 0%;
  bottom: 55px;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
}
.g-cells {
  float: right;
  width: 49%;
  margin-right: 1%;
  height: auto;
  position: relative;
}
.g-cells:nth-child(2) {
  float: right;
  margin-right: 0px;
}
.gal-2 .g-cells img {
  height: 346px;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.picoftheday {
  width: 100%;
  height: 722px;
  object-fit: cover;
  vertical-align: top;
}
.aligncentre {
  text-align: center;
}
.inner-header-image {
  height: auto;
  width: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 60vh;
  background-color: #BFBFBF;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
.inner-header-image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(145deg, rgba(0, 108, 159, 0.9500175070028011) 16%, rgba(247, 174, 26, 0.6558998599439776) 90%);
}
.inner-header-image h1 {
  position: relative;
  z-index: 9;
  color: #fff;
  margin-top: 1.5em;
  font-size: 4vw;
  text-align: center;
  background-image: url(../images/stroke.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 55px;
  padding-bottom: 55px;
}
.careerwrap {
  height: auto;
  width: 100%;
  float: left;
  background-color: #BFBFBF
}
.careerwrap img {
  width: 100%;
  height: auto
}
.profile {
  background-image: url(../images/slides/hr4.jpg);
}
.services {
  background-image: url("../images/slides/hr3.jpg");
}
.contact {
  background-image: url("../images/slides/hr2.jpg");
}
.galwrap {
  float: left;
  width: 100%;
  margin-top: 55px;
}
.galbox {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  background-color: #D6D6D6;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.lp {
  margin-right: 0px;
}
.galbox:hover .desc {
  color: #FFFFFF;
  background-color: #000000;
}
.desc {
  position: absolute;
  left: 0px;
  bottom: 33px;
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 7px;
  padding-right: 21px;
  padding-bottom: 7px;
  padding-left: 21px;
  text-align: left;
  z-index: 9;
  min-width: 180px;
}
.galbox .desc span {
  display: block;
  font-size: 12px;
}
.galbox img {
  height: auto;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all ease 222ms;
}
.galbox:hover img {
  transform: scale(1.1);
}
.services-cells-inner-page {
  width: 100%;
  padding-bottom: 11px;
  margin-top: 11px;
  padding-top: 3%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  font-size: 21px;
}
.services-cells-inner-page img {
  width: 38%;
  height: auto;
  height: auto;
  margin-bottom: 55px;
  max-width: 562px;
}
.picleft {}
.picleft img {
  float: left;
  margin-right: 5%;
  margin-top: 3%;
  box-shadow: -21px 21px 1px 0 #CCCCCC;
}
.picright {}
.picright img {
  float: right;
  margin-left: 5%;
  margin-top: 3%;
  box-shadow: 21px 21px 1px 0 #CCCCCC;
}
.wrap5 .services-cells-inner-page h2 {
  font-size: 36px;
  color: #17292f;
  font-weight: bold;
  margin-top: 111px;
  position: relative;
  display: block;
}
.wrap5 .services-cells-inner-page h2:after {
  background-color: #FFCC00;
  height: 4px;
  width: 111px;
  position: absolute;
  content: '';
  top: 62%;
  margin-left: 1.5%;
}
.con2cell {
  width: 50%;
  background-color: #333333;
  display: table-cell;
  vertical-align: top;
  color: #FFFFFF;
}
.wrap6.aligncent .con2cell span {
  color: #febe4a;
}
.con2cell img {
  height: auto;
  width: 100%;
  vertical-align: top;
}
a {
  color: #3B3B3B;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
.ayyans {
  float: right;
}
a.b {
  color: #FFF;
  text-align: center;
  display: block;
  width: 180px;
  padding-top: 3%;
  padding-bottom: 3%;
  transition: all 211ms ease;
  margin-top: 33px;
  border: 3px solid #d8df22;
}
a.b:hover {
  color: #094624;
  background-color: #d8df22;
  outline: 3px solid #107e41;
  outline-offset: -11px;
}
a.bb {
  color: #333;
  text-align: center;
  display: block;
  width: 180px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  transition: all 211ms ease;
  margin-top: 33px;
  border: 3px solid #5F5F5F;
}
a.bb:hover {
  color: #fff;
  background-color: #2A2A2A;
  outline: 3px solid #fff;
  outline-offset: -11px;
  border: 3px solid #094624;
}
a.cc {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 170px;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid #FFCC00;
  display: block;
  margin-top: 33px;
  font-weight: bold;
  float: left;
  outline: solid 1px rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  transition: all 211ms ease;
}
a.cc:hover {
  background-color: #FFCC00;
  color: #000000;
  outline-offset: -7px;
}
.homeaddess {
  width: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  background-image: url(../images/location-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.home-phone {
  width: auto;
  font-weight: 600;
  font-size: 15px;
  padding-top: 30px;
  color: #044868;
  display: none
}
.home-phone i {
  color: #f7ae1a;
  margin-right: 7px;
}
.email {
  position: absolute;
  right: 3em;
  top: 3em;
  width: auto;
  z-index: 888;
  color: #FFFFFF;
}
.email i {
  color: #f7ae1a;
  margin-right: 7px;
}
.home-firt-slider-bottom-text {
  font-size: 21px;
  float: left;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #FFF;
  position: relative;
  z-index: 11;
  margin-top: 1.5%;
  text-align: center;
  letter-spacing: 1px;
}
.wrap2 {
  background-color: #FFF;
  float: left;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 10%;
  padding-left: 10%;
  color: #666;
}
.wrap3 {
  float: left;
  width: 100%;
  background-image: url(../images/new-bg-try2200.jpg), url(../images/gradient-bg-tile.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: left top;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
  height: 500px;
  color: #CCC;
  background-color: #0b59d4;
}
.wrap3-text-col {
  float: right;
  width: 30%;
  margin-right: 12%;
  margin-top: 6%;
  font-size: 1.3vw;
}
.wrap4 {
  background-color: #B9B9B9;
  float: left;
  width: 85%;
  background-image: url(../images/trans-logo.png), url(../images/rough-bg-dark.jpg);
  background-position: center top, center center;
  background-repeat: no-repeat, repeat;
  padding-right: 7.5%;
  padding-bottom: 400px;
  padding-left: 7.5%;
  position: relative;
  padding-top: 0px;
  margin-top: -55px;
  text-align: center;
}
.wrap44 {
  background-color: #B9B9B9;
  float: left;
  width: 85%;
  background-image: url(../images/gold.jpg);
  height: auto;
  padding-right: 7.5%;
  padding-bottom: 7%;
  padding-left: 7.5%;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.wrap5 {
  float: left;
  width: 85%;
  padding-top: 3%;
  padding-right: 7.5%;
  padding-bottom: 3%;
  padding-left: 7.5%;
  height: auto;
  background-color: #FFFFFF;
  position: relative;
  color: #412a2f;
  z-index: 0;
  background-image: url(../images/leaf-big.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left 70%;
}
.pic-holder-negative {
  margin-top: -200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  position: relative;
  margin-bottom: 55px;
}
.page-caption {
  width: 100%;
  font-size: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 55px;
  display: block;
  float: left;
  line-height: 40px;
  background-image: url(../images/double.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 33px;
}
.wrap44 .page-caption strong {
  font-size: 45px;
  color: #000000;
}
.page-caption2 {
  width: 100%;
  font-size: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 55px;
  display: block;
  float: left;
  line-height: 49px;
}
#enlarge {
  position: relative;
  height: 700px;
  margin-top: -55px;
  width: 40%;
}
.happy3col {
  background-color: #D6D6D6;
  width: 28%;
  height: 590px;
  float: left;
  overflow: hidden;
  border: 11px solid #FFFFFF;
  position: relative;
}
.happy3col:hover img {
  transform: scale(1.1);
}
.happy3col:hover .happ-cell {
  color: #FFFFFF;
  background-color: #000000;
  padding-left: 9%;
}
.happ-cell {
  position: absolute;
  left: 0px;
  bottom: 15%;
  background-color: #FFFFFF;
  width: 60%;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  padding-left: 5%;
  font-weight: bold;
  z-index: 7;
  transition: all ease 222ms;
}
.happy3col img {
  width: 100%;
  height: 710px;
  object-fit: cover;
  transition: all ease 222ms;
}
.happy3col:nth-child(1) {
  border-right-style: none;
}
.happy3col:nth-child(3) {
  border-left-style: none;
}
.wrap4 section {
  width: 100%;
  max-width: 1000px;
  display: inline-block;
  font-size: 21px;
  color: #999999;
  line-height: 30px;
}
.subtitle {
  font-size: 21px;
  color: #FEBE4A;
  position: relative;
  line-height: normal;
  margin-right: 0px;
  margin-bottom: 21px;
  margin-left: 0px;
  display: block;
  margin-top: 21px;
  padding: 0px;
}
.subtitle:after {
  width: 100px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle:before {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 50%;
  height: 1px;
  width: 100px;
  content: '';
  margin-left: -120px;
}
.wrap4 .home-2-col h2 strong {
  color: #dc1c3d;
  font-weight: bold;
}
.home-2-col {
  float: left;
  width: 50%;
}
.home-2-col img {
  width: 95%;
  height: auto;
  float: left;
  margin-top: -55px;
}
.homepicshadow {
  float: left;
  width: 50%;
  margin-bottom: 80px;
}
.homepicshadow img {
  height: auto;
  width: 100%;
  max-width: 546px;
  box-shadow: -44px 44px 0 11px #ccc6c5;
  float: right;
  margin-right: 7%;
}
.eilaris-cells {
  float: left;
  width: 80%;
  margin-bottom: 55px;
  max-width: 500px;
}
.eilaris-cells span {
  display: block;
  margin-bottom: 11px;
  font-size: 30px;
  font-weight: bold;
  color: #412a2f;
}
.wrap6 {
  float: left;
  width: 85%;
  padding-top: 5%;
  padding-right: 7.5%;
  padding-bottom: 5%;
  padding-left: 7.5%;
  font-size: 1.2vw;
  background-color: #FFF;
}
.wrap7 {
  float: left;
  width: 80%;
  padding-top: 11%;
  padding-right: 10%;
  padding-bottom: 11%;
  padding-left: 10%;
  font-size: 1.2vw;
  left: 0px;
  top: 0px;
  background-color: #1a2761;
  color: #CCC;
  background-image: url(../images/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}
.client-logos {
  float: left;
  width: 80%;
  padding-top: 0%;
  padding-right: 10%;
  padding-bottom: 0%;
  padding-left: 10%;
}
.career-cel {
  float: right;
  width: 40%;
}
.wrap8 {
  float: left;
  width: 80%;
  padding-top: 7%;
  padding-right: 10%;
  padding-bottom: 7%;
  padding-left: 10%;
  font-size: 1.2vw;
  left: 0px;
  top: 0px;
  background-color: #1a2761;
  color: #FFF;
  background-image: url(../images/work-with-us.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  height: 55vh;
}
.testimonial-wrap {
  float: right;
  width: 65%;
}
.div100 {
  float: left;
  width: 100%;
}
.FEATURE-DESC {
  float: right;
  width: 60%;
  margin-top: 3%;
}
.features-3-col {
  float: left;
  width: 28%;
  margin-right: 0.5%;
  margin-bottom: 2%;
  margin-left: 0.5%;
  padding: 2%;
  min-height: 580px;
  position: relative;
  border: 2px solid #E1E1E1;
  -webkit-transition: all 222ms ease-in-out 0s;
  -moz-transition: all 222ms ease-in-out 0s;
  -ms-transition: all 222ms ease-in-out 0s;
  -o-transition: all 222ms ease-in-out 0s;
  transition: all 222ms ease-in-out 0s;
}
.features-3-col:hover .f-description strong {
  color: #E13B50;
  font-weight: bold;
}
.f-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 160px;
}
.features-3-col:hover {
  outline: 1px solid #ccc;
  outline-offset: -15px;
  border-color: #e13b50;
}
.f-button a {
  background-color: #E13B50;
  font-size: 0.8VW;
  display: block;
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%;
  color: #FFF;
  text-decoration: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 7% center;
}
.f-button a:HOVER {
  background-color: #040F62;
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
.wrap4 .semi-text img {
  height: auto;
  width: 90%;
}
.center-wrap-service {
  float: left;
  width: 100%;
  text-align: center;
}
.home-3-col {
  width: 30%;
  height: 111px;
  margin-bottom: 3%;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  position: relative;
}
.home-3-col:HOVER .cell-3-col {
  background-color: #df3047;
}
.cell-3-col {
  height: 58px;
  width: 65px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  border: 5px solid #df3047;
  -webkit-transition: all 122ms ease-in-out;
  -moz-transition: all 122ms ease-in-out;
  -ms-transition: all 122ms ease-in-out;
  -o-transition: all 122ms ease-in-out;
  transition: all 122ms ease-in-out;
  padding-top: 7px;
  float: left;
}
.cell-text {
  float: left;
  width: 70%;
  margin-top: 2%;
  margin-left: 4%;
  text-align: left;
  font-size: 1vw;
  font-weight: bold;
}
#menu {
  width: auto;
  position: relative;
  display: inline-block;
  top: 15%;
}
.logowrap {
  width: 100%;
  max-width: 250px;
  height: 100%;
  left: 3em;
  top: 0.2px;
  padding-top: 35px;
  position: absolute;
  z-index: 9999;
}
.logowrap.fixed, .logowrap.h-menu.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: solid 2px #FDC331;
  border-radius: 0px;
  padding-top: 2px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2px;
}
.logowrap.h-menu.fixed .logo {
  margin-left: 5%;
}
.logowrap.h-menu.fixed #menu {
  margin-top: 0
}
.logowrap.fixed .home-phone {
  display: none;
}
.logowrap.fixed #menu {
  float: left;
  margin-left: 5%;
}
.logowrap.fixed .logo {
  float: left;
  width: 80px;
  margin-top: 5px;
}
.logowrap.fixed .logo img {}
.logo {
  width: 166px;
  height: auto;
  padding-left: 2px;
  transition: all ease 333ms;
}
.logo img {
  height: auto;
  width: 100%;
}
.sliderwrap {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
}
.sliderwrap:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bgmask.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover
}
.banner-social {
  width: 40px;
  position: absolute;
  z-index: 99;
  height: 150px;
  padding-left: 3%;
  padding-top: 15px;
  padding-right: 22px;
  bottom: 45%;
  left: 0%;
}
.banner-social .social {
  width: 100%;
  height: auto;
}
.banner-social .social a {
  height: 40px;
  width: 40px;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  background-color: #009933;
  margin-top: 6px;
}
.banner-social .social a:hover {
  background-color: #c3ae00;
}
.banner-social .social img {
  width: 100%;
  height: auto;
}
.myeilaris {
  color: #E4C3BC;
  font-size: 17px;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 7px;
  text-align: left;
  width: auto;
  float: right;
  margin-top: 1%;
}
.myeilaris a {
  color: #412b27;
}
.myeilaris a:hover {
  color: #fff;
}
.myeilaris a.current {
  color: #fff;
}
.home-welcome {
  float: left;
  width: 52%;
  color: #0c1545;
  font-size: 1.6vw;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #e13b50;
  padding-left: 2%;
}
.eilaris-contact-home-call {
  width: auto;
  padding-right: 3%;
  padding-left: 3%;
  float: right;
  font-size: 1vw;
  line-height: normal;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D6D6D6;
}
.eilaris-contact-home-call strong {
  color: #000;
}
h1 {
  font-size: 2.5vw;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  color: #06415c;
  line-height: normal;
}
h1 strong {
  color: #f7a10c;
}
h2 {
  font-size: 2.5vw;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
  color: #06415c;
  line-height: normal;
}
h2 span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 21px;
  letter-spacing: 2px;
  margin-top: 21px;
}
h3 {
  font-size: 3VW;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-weight: 600;
  color: #ef9b1c;
  text-align: center;
  margin-bottom: 55px;
}
h3 span {
  background-color: #FFFFFF;
  padding-left: 21px;
  padding-right: 21px;
}
h4 {
  font-size: 2vw;
  font-weight: 600;
  line-height: 27px;
  margin: 0px;
  padding-top: 11px;
  padding-right: 0px;
  padding-bottom: 18px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 55px;
  color: #06415c;
}
h4::after {
  content: '';
  width: 80%;
  height: 1px;
  background-color: aliceblue;
  position: absolute;
  margin-left: 21px;
  bottom: 55%;
}
h5 {
  font-size: 18px;
  color: #FFF;
  margin-top: 11px;
  display: block;
  margin-bottom: 11px;
  padding-bottom: 0px;
}
h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}
.social {
  width: auto;
  text-align: center;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 33px;
  float: right
}
.social i {
  margin-left: 11px;
  font-size: 31px
}
.footer-top {
  background-color: #034980;
  float: left;
  width: 100%;
  color: #C5CED7;
  text-align: center;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 5%;
  font-size: 15px;
  line-height: 22px;
  background-image: url(../images/footer.jpg);
  background-size: cover;
}
.foo-fix {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.footercells {
  flex: 1 1 25%;
  text-align: left;
  line-height: 25px;
}
.footercells i {
  color: #f2990d;
  margin-right: 9px;
}
.credits {
  float: left;
  width: 100%;
  margin-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  padding-top: 33px;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 21px;
}
.credits a {
  color: #ccc;
}
.credits a:hover {
  color: #f2990d;
}
.footercells strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.footer-top span {
  display: inline-block;
  width: auto;
  padding-right: 31px;
  padding-left: 31px;
  border: 3px solid #febe4a;
  margin-top: 33px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.7
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0.7
  }
}
@-webkit-keyframes blinker {
  0% {
    border-color: #afe4be
  }
  50% {
    border-color: #FFCC00
  }
  100% {
    border-color: #afe4be
  }
}
.footer-top span:hover {
  background-color: #FFCC00;
  color: #000000;
}
.social a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
.social a:hover i {
  color: #fff
}
.footer-top .social a img {
  height: auto;
  width: 100%;
}
.footer {
  float: left;
  width: 80%;
  padding-top: 3%;
  padding-right: 10%;
  padding-bottom: 3%;
  padding-left: 10%;
  font-size: 14px;
  line-height: 21px;
  background-color: #5c4b53;
  color: #FFFFFF;
  border-top-width: 11px;
  border-top-style: solid;
  border-top-color: #e4c3bc;
  background-position: 12%;
  font-weight: normal;
  text-align: center;
}
.f-contact-cell {
  float: left;
  width: auto;
  padding-right: 5%;
  padding-left: 0%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #705A65;
  margin-right: 2%;
  line-height: 23px;
}
.f-contact-cell strong {
  color: #E4C3BC;
}
.footer-3-col {
  float: left;
  width: 22%;
  padding-right: 3%;
  color: #D1D6DC;
}
.footer-line-col {
  float: left;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 55px;
  padding-top: 1%;
  padding-bottom: 2%;
}
.footer .footer-line-col img {}
.footer-text-cell {
  float: left;
  width: auto;
  font-size: 1vw;
  margin-left: 3%;
  margin-top: 7px;
}
.footer .footer-line-col img {
  float: left;
  margin: 0px;
  width: 12%;
  height: auto;
}
.footer-3-col strong {
  font-size: 21px;
  font-weight: normal;
  display: block;
  color: #FFF;
}
.copywrite {
  float: left;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 2%;
  margin-top: 4%;
}
#back-top {
  position: fixed;
  bottom: 0%;
  right: 0%;
  float: right;
  margin-right: 0px;
}
.serv-main-pic {
  margin-bottom: 55px;
}
#back-top a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 0 0;
  background-color: #000000;
  padding-top: 11px;
}
#back-top a:hover {
  background-color: #f2990d;
}
#back-top a i {
  font-size: 21px;
  color: #fff;
}
@media(max-width:1440px) {
  .logowrap {
    left: 1.5em;
  }
  .foo-fix {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media(max-width:1025px) {
  .logowrap {
    max-width: 100%;
    height: 55px;
    left: 0em;
    padding-top: 5px;
  }
  .people-edge-hr-banner-txt {
    right: auto;
    font-size: 7vw;
    width: 70%;
    left: 10%;
    line-height: 7vw
  }
  .people-edge-hr-banner-txt span {
    font-size: 5vw;
  }
  .core-values {
    width: 44%;
  }
  .foo-fix {
    padding-left: 5%;
    padding-right: 5%;
  }
  .logowrap.fixed {
    position: fixed;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 55px;
    max-width: 100%
  }
  .logowrap.h-menu.fixed {
    position: fixed;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 55px;
    max-width: 100%;
    top: 0px;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 9px;
  }
}
@media(max-width:820px) {
  .inner-header-image h1 {
    margin-top: 3em;
    font-size: 7vw;
  }
  .social {
    float: left
  }
  .people-edge-hr-free-wrap1 h3, .bg-c h3 {
    font-size: 4vw;
    text-align: center
  }
  .bg-c h3 {
    font-size: 4vw;
  }
  .core-services h2, h4 {
    font-size: 4vw;
  }
  h4::after {
    width: 60%;
  }
  .whycells {
    flex: 100%;
    flex-direction: column;
    gap: 2em;
    order: 2;
    margin-bottom: 2em;
  }
  .whypic {
    flex: 100%;
    order: 1
  }
  .title1 span {
    font-size: 24px;
  }
  .p1, .p2 {
    width: 50%;
    min-height: 500px;
  }
  .c1 {
    gap: 1em;
  }
  .people-edge-hr-free-wrap1 {
    padding-bottom: 11%;
  }
  .contentwrap1 .people-edge-hr-projectwrap img {
    width: 100%;
  }
  .bg-c {
    padding-bottom: 11%;
  }
  .people-edge-hr-2-col {
    width: 100%;
    margin-bottom: 55px;
  }
  .padleft {
    padding-left: 0px;
  }
  .contentwrap1 {
    padding-bottom: 80px;
  }
  .room-features ul {
    column-count: 2;
  }
  .innerpicbox img {
    height: 350px;
  }
  .in-banner-text-wrap h1 {
    margin-top: 11%;
    font-size: 36px;
  }
  .content-wrap h2 span {
    width: 100%;
    padding-top: 11px;
  }
  .content-wrap h2 {
    padding-bottom: 55px;
    margin-bottom: 33px;
  }
  .people-edge-hr-free-wrap1 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .icons img {
    height: 90px;
    width: 90px;
  }
  .bg-c {
    min-height: 400px;
  }
  .LEFT1 {
    width: 100%;
    margin-bottom: 55px;
  }
  .Right2 {
    float: right;
    width: 100%;
  }
  .Rp-small img {
    height: 200px;
  }
  .Rp-big img {
    height: 420px;
  }
  .people-edge-hr-testi-text {
    width: 60%;
    margin-top: 7%;
  }
  .people-edge-hr-testi {
    background-attachment: scroll;
  }
  .foo-fix {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .footercells {
    flex: 100%;
    margin-bottom: 31px;
  }
  .footercells:nth-child(3) {
    float: left;
    text-align: left;
    width: 100%;
  }
  .wayanad-villa-resort-wrap span {
    margin-bottom: -7px;
  }
  .logowrap.fixed .home-phone {
    display: none;
  }
  .homeaddess {
    display: none;
  }
  #menu {
    width: 100%;
    margin-left: 0px;
  }
  .logowrap.fixed .logo {
    width: 65px;
    margin-top: 0px;
    margin-left: 0em;
    top: 0px;
    padding-top: 5px;
  }
  .logowrap.fixed {
    margin-top: 0px;
    top: 0px;
    padding-top: 5px;
    box-shadow: 0 5px 11px -7px #CCCCCC;
    padding-left: 5%;
    padding-right: 5%;
  }
  .logowrap.fixed #menu {
    position: absolute;
    top: 1px;
    right: 0%;
    width: 100%;
  }
  .wrap3 {
    background-position: left top;
    background-size: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 180px;
  }
  .wrap3-text-col {
    width: 40%;
    margin-right: 7%;
    margin-top: 5%;
  }
  .home-3-col {
    width: 47%;
  }
  .cell-text {
    font-size: 15px;
  }
  .semi-text {
    bottom: -29px;
  }
  .features-3-col {
    min-height: 450px;
  }
  .f-description strong {
    font-size: 20px;
  }
  .f-button a {
    font-size: 14px;
  }
  .f-description {
    font-size: 1.7VW;
  }
  .sliderwrap {
    height: 55vh;
  }
  .testimonial-wrap {
    float: left;
    width: 100%;
    margin-top: 55px;
  }
  .wrap4 {
    padding-top: 9%;
    font-size: 14px;
  }
  .home-2-col img {
    width: 95%;
    height: auto;
    float: left;
    margin-top: -55px;
  }
  .home-2-col {
    line-height: 20px;
  }
  .eilaris-cells {
    width: 75%;
    margin-bottom: 33px;
    font-size: 14px;
  }
  .inner-title {
    margin-top: 11px;
  }
  .inner-header-image {
    margin-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
  }
  .galbox {
    width: 47%;
  }
  .galbox img {
    height: 300px;
  }
  .callbtn {
    display: inherit;
  }
  .concells {
    padding: 2em;
  }
  .concells:last-child {
    border-top: none;
    border-left: solid 3px #fff
  }
  .split {
    column-count: 1;
    column-gap: 11px;
  }
  .bg-c h2 {
    font-size: 7vw;
  }
  .split-cell {
    flex: 44%;
  }
}
@media screen and (max-width:932px) and (orientation:landscape) {
  .people-edge-hr-banner-txt {
    font-size: 5vw;
    width: 50%;
    left: auto;
    right: 5%;
    line-height: 5vw;
    bottom: 20%
  }
  .inner-header-image {
    height: 100vh;
  }
  .home-phone {
    display: none;
  }
  .pic-gallery {
    column-count: 1;
    column-gap: 21px;
  }
  .logowrap.fixed .logo {
    margin-left: 2em;
    width: 80px;
    margin-top: 5px;
  }
  .logowrap.fixed {
    background-color: #F0F0F0;
    padding-top: 3px;
  }
  .inner-header-image h1 {
    margin-top: 0.5em;
    font-size: 7vw;
  }
}
@media screen and (max-width:801px) and (orientation:landscape) {
  .sliderwrap {
    height: 100vh;
  }
}
@media(max-width:530px) {
  .email {
    display: none
  }
  .inner-header-image h1 {
    margin-top: 2.5em;
    font-size: 12vw;
  }
  .logo {
    margin-left: 2em;
    margin-top: 1em
  }
  .logowrap.h-menu .logo {
    margin-left: 0em;
    margin-top: 0em
  }
  .logowrap.h-menu.fixed .logo {
    margin-left: 2em;
  }
  .sliderwrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 111px;
    background-color: #fff;
    z-index: 2;
    opacity: 0.7
  }
  .inner-whatsapp {
    bottom: 33%;
  }
  .pe-2-col {
    flex: 100%;
  }
  .pe-pad {
    padding: 0
  }
  .split-cell strong {
    font-size: 15px;
  }
  .cap-3-cells {
    padding: 2em;
  }
  .core-values {
    width: 100%;
  }
  .c1 img {
    width: 45%;
    height: auto
  }
  h4 {
    font-size: 30px
  }
  h4::after {
    width: 40%;
  }
  .people-edge-hr-projectwrap {
    padding-bottom: 80px;
  }
  .split-pic {
    width: 100%;
    margin-top: 5%;
  }
  .people-edge-hr-projectwrap img {
    width: 95%;
  }
  .galbox {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-3-col {
    width: 95%;
    margin-bottom: 75px;
  }
  .center-wrap-service .home-3-col {
    margin-bottom: 5px;
  }
  .features-3-col {
    float: left;
    width: 82%;
    margin-right: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    min-height: auto;
    padding-left: 9%;
    padding-right: 9%;
  }
  .wrap6, .wrap4, .wrap8 {
    font-size: 3.8vw;
    line-height: 25px;
  }
  .wrap8 {
    padding-top: 65px;
    padding-bottom: 65px;
    height: auto;
  }
  .wrap7 {
    height: auto;
    padding-bottom: 121px;
    padding-top: 65px;
  }
  .wrap4 {
    padding-top: 65px;
    padding-bottom: 250px;
  }
  .wrap6 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 21px;
    padding-bottom: 65px;
  }
  .wrap2 {
    padding-top: 55px;
  }
  .f-description {
    font-size: 3.5VW;
  }
  .titlelineltext {
    font-size: 3.5vw;
  }
  .testimonial-wrap {
    float: left;
    width: 100%;
    margin-top: 0px;
  }
  .footer {
    font-size: 3vw;
    line-height: 21px;
    padding-top: 33px;
    padding-bottom: 21px;
  }
  .footer-3-col {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 9%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding-bottom: 7%;
  }
  .footer .footer-3-col:last-child {
    border: none;
  }
  .copywrite {
    border-top: none;
  }
  .career-cel {
    float: right;
    width: 80%;
  }
  h1 {
    font-size: 7vw;
    margin-top: 35px;
  }
  h2 {
    font-size: 7vw;
  }
  h3 {
    font-size: 6vw;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-bottom: 21px;
    margin-top: 33px;
  }
  .career-cel h3 {
    font-size: 6vw;
    text-align: left;
    background-position: left top;
  }
  .f-button a {
    font-size: 3VW;
  }
  .sliderwrap {
    height: 700px;
  }
  .facilities-wrap span {
    font-size: 17px;
    line-height: 25px;
  }
  .people-edge-hr-banner-txt {
    font-size: 8vw;
    line-height: 9vw;
    width: 90%
  }
  .wrap3-text-col {
    width: 80%;
    margin-right: 0%;
    margin-top: 65%;
    font-size: 21px;
    padding: 10%;
  }
  .home-2-col {
    width: 100%;
  }
  .home-2-col img {
    width: 95%;
    height: auto;
    float: right;
  }
  .footer-text-cell {
    font-size: 4.5vw;
    padding-bottom: 21px;
    padding-top: 21px;
  }
  .footer .footer-line-col img {
    width: 50%;
  }
  .FEATURE-DESC {
    float: right;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 55px;
  }
  .cell-text {
    font-size: 19px;
  }
  .f-contact-cell {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    border-right: none;
    text-align: center;
    margin-bottom: 11px;
  }
  .footer-darkbar {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .home-firt-slider-bottom-text {
    font-size: 18px;
    margin-top: 21px;
  }
  #l2 {
    width: 125%;
    top: -7%;
    left: -34%;
  }
  .f-pic-col {
    padding-top: 31px;
  }
  .homepicshadow {
    width: 100%;
    margin-bottom: 111px;
  }
  .eilaris-cells {
    width: 100%;
    margin-bottom: 33px;
    font-size: 14px;
  }
  .gal-2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    max-width: 100%;
  }
  .gal-2 .g-cells img {
    height: 215px;
  }
  .btm-flat img {
    height: 215px;
  }
  .home-phone {
    display: none;
  }
  .banner-social {
    display: none
  }
  .home-firt-slider-bottom-text {
    margin-top: 11px;
  }
  .homepicshadow img {
    box-shadow: -14px 34px 0 11px #ccc6c5;
  }
  .color {
    min-height: auto;
    box-sizing: border-box;
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .picleft img, .picright img {
    float: left;
    margin-right: 0%;
    margin-bottom: 11%;
    width: 100%;
    margin-left: 0%;
    object-fit: inherit;
    height: auto;
  }
  .home-book {
    display: none;
  }
  .happy3col {
    width: 95%;
    height: auto;
  }
  .happy3col img {
    width: 100%;
    height: auto;
    object-fit: auto;
  }
  #enlarge {
    height: auto;
    margin-top: -25px;
    width: 95%;
  }
  .happy3col:nth-child(1) {
    border-right-style: solid;
  }
  .happy3col:nth-child(3) {
    border-left-style: solid;
  }
  .wrap5 .services-cells-inner-page h2:after {
    left: 0px;
    bottom: -22px;
  }
  .wrap5 .services-cells-inner-page h2 {
    font-size: 27px;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 55px;
    margin-top: 0px;
  }
  .services-cells-inner-page {
    margin-bottom: 33px;
    float: left;
    width: 100%;
  }
  .subtitle:after {
    width: 50px;
    margin-left: 10px;
  }
  .subtitle:before {
    width: 50px;
    margin-left: -60px;
  }
  .page-caption2 {
    font-size: 21px;
    line-height: 25px;
    padding-right: 7%;
    padding-left: 7%;
    box-sizing: border-box;
  }
  .con2cell {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 33px;
  }
  .people-edge-hr-testi {
    min-height: 480px;
    background-size: cover;
    padding-bottom: 111px;
  }
  .people-edge-hr-testi-text h2 {
    font-size: 45px;
  }
  .people-edge-hr-testi-text {
    width: 90%;
    margin-top: 7%;
    text-align: center;
  }
  .people-edge-hr-testi-text h2 strong {
    font-size: 30px;
  }
  a.cc {
    display: inline-block;
    float: none;
  }
  .link-wrap a {
    display: block;
    width: 87%;
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: 0px;
  }
  .footercells {
    width: 80%;
    display: inline-block;
    float: none;
  }
  .footer-top {
    text-align: center;
  }
  .padright {
    padding-right: 0em;
  }
}