/*
Theme Name: Connect Residuary
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Innovins
*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

body {
  font-family: "Muli", sans-serif;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}

/* ----------------------Header------------------------ */
.header.sticky {
  position: fixed !important;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 66px;
  margin-top: 0;
  -webkit-animation: mymove 1s;
  animation: mymove 1s;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

@-webkit-keyframes mymove {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}

@keyframes mymove {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}

.active {
  background: red;
}

header.header.sticky .upperheader {
  display: none;
}

header.header.sticky .navbar-header {
  padding: 8px 30px;
}

header.header.sticky ul.nav.navbar-nav.navbar-right {
  padding: 8px 0px 0 0;
}

.navbar-brand,
.navbar-nav > li > a {
  font-size: 15px;
  color: #000000;
  font-family: "Poppins";
  /* font-weight: 300; */
}

ul.nav.navbar-nav.navbar-right li.current-menu-item.current_page_item a {
  background: #ebebeb;
  border-bottom: 2px solid #dd1a22;
}

ul.nav.navbar-nav.navbar-right a:hover {
  background: #ebebeb;
  border-bottom: 2px solid #dd1a22;
}

nav.navbar.navbar-fixed-top {
  height: 100px;
  border-bottom: 1px solid #cbcac8;
  width: 91%;
  margin: 0 auto;
}

.navbar-header {
  padding: 24px 16px;
}
ul.nav.navbar-nav.navbar-right {
  padding: 3px 0px 0 0;
}
.navbar-brand,
.navbar-nav > li {
  padding: 0 3px;
}

.upperheader {
  float: right;
  margin: 28px 18px 0 28px;
  font-size: 15px;
  color: #000000;
  font-family: "Poppins";
}

.upperheader img {
  margin: 2px 0;
}

nav.navbar {
  position: absolute;
  z-index: 99;
  width: 100%;
}

nav.navbar:before {
  background: #b0abab;
  position: absolute;
  content: "";
  width: 106%;
  height: 1px;
  bottom: 0;
  left: -53px;
}

/* --------footer------------------- */
.footer {
  background: #010123;
  padding: 2% 0 0 0;
}

.footer a {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5%;
}
.footer li {
  position: relative;
  list-style: none;
}

.footer li:after {
  position: absolute;
  content: "";
  height: 16px;
  border-right: 2px solid #fff;
  right: -34px;
  top: 2px;
}
.footer li:last-child:after {
  border: none;
}
.footer ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 300;
  text-align: center;
}
.footer ul li a:hover {
  color: red;
}
.footer p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 300;
  text-align: center;
  padding: 1.5% 0;
}
/* -----------------index------------------------ */

.banner-slider img {
  position: relative;
}
.banner-slider .slick-slide {
  height: auto;
}

.banneruptext {
  position: absolute;
  top: 35%;
  left: 10%;
}

.banneruptext h1 {
  font-size: 39px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 500;
  border-bottom: 3px solid red;
  padding-bottom: 2%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banneruptext p {
  padding: 15px 0;
  font-size: 15px;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 300;
  max-width: 488px;
}

.banneruptext h1 span {
  font-weight: bolder;
}

a.readmorebtn {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #f10102;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  text-align: left;
  padding: 14px 29px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.readmorebtn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

a.readmorebtn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5px;
  background: #b1b1b1;
  top: 0;
  right: 27%;
}

a.readmorebtn:after {
  content: url(../images/readarrow.png);
  position: absolute;
  top: 0%;
  line-height: 47px;
  right: 12%;
}
section.welcome {
  padding: 4%;
}

.welcometext h3 {
  font-size: 16px;
  letter-spacing: 5px;
  line-height: normal;
  color: #f10102;
  font-family: "Poppins";
  font-weight: 600;
}

.welcometext h1 {
  font-size: 42px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  padding: 28px 0;
}

.welcometext h1 span {
  font-size: 35px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 400;
}

.welcometext p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 300;
  margin-bottom: 10px;
  padding-right: 3%;
}

.imgbox {
  position: relative;
  border: 1px solid red;
  padding: 10px;
}

.imgbox:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid red;
  top: 5%;
  right: -6%;
  z-index: -1;
  display: none;
}

section.services {
  background: #f6f7f9;
  padding: 5% 0;
  position: relative;
}

.rentbox {
  position: relative;
  background: #fff;
  width: 74%;
  float: right;
  /* margin: 0 25% auto; */
  -webkit-box-shadow: 2.5px 4.33px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 2.5px 4.33px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  /* padding: 1% 4% 3% 4%; */
}
.rentbox:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30.5%;
  background: #ededed;
  top: 26.5%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 34%;
}

.rentbox:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #ededed;
  top: 53%;
}

.rentbox h2 {
  padding: 7% 0;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 25px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  padding: 7% 10%;
}

.rentbox ul {
  padding: 0 10%;
}
.rentbox ul li {
  padding: 0 20px 15px 20px;
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 300;
  text-align: left;
  list-style: none;
}

.rentbox ul li:before {
  position: absolute;
  content: "\f068";
  left: 0;
  font-family: FontAwesome;
  color: red;
  top: 7px;
  font-size: 10px;
}
.countul h2 {
  padding: 9% 0 3% 0;
}

ul.countul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0 7% 2%;
}
.thul {
  padding: 0 2%;
}
.thul h2 {
  padding: 7% 0px 3% 0;
}

h2.head2 {
  padding: 7% 0 4% 7%;
}

.settingbox {
  position: absolute;
  width: 340px;
  height: 340px;
  background-color: #f10102;
  top: 5%;
  left: 9%;
}

.settingbox h2 {
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Raleway";
  font-weight: 400;
  padding-left: 17%;
  padding-top: 10%;
}

.settingbox span {
  font-weight: bold;
}

.settingbox img {
  margin-left: 18%;
  margin-top: 17%;
}

.blogtext {
  padding: 5% 5% 1% 5%;
}

.blog h1 {
  font-size: 42px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  padding-bottom: 3%;
}

.blogbox h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
}
.blogicon {
  padding: 5% 0;
  height: 50px;
}
.blogicon span {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #4f4f4f;
  font-family: "Poppins";
  font-weight: 400;
  padding-left: 7px;
}

.icon1 {
  float: left;
}

.icon2 {
  float: right;
}

.blogtext p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #232323;
  font-family: "Poppins";
  font-weight: 300;
}

.readmsg a {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #f10102;
  font-family: "Poppins";
  font-weight: 600;
}

.readmsg a:hover {
  color: #000;
}
.msg {
  float: right;
}

.msg span {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  font-family: "Poppins";
  font-weight: 600;
  padding: 0 6px;
  color: #888484;
}

.msg .fa {
  color: #888484;
}
.readmsg {
  padding: 10px 0;
}

.blogbox {
  border: 1px solid #d8d8d8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blogbox:hover {
  -webkit-box-shadow: 0px 3px 5px -2px rgba(143, 143, 143, 1);
  box-shadow: 0px 3px 5px -2px rgba(143, 143, 143, 1);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

section.blog {
  padding: 3% 0 5% 0;
}

/* -----------------------about page--------------------- */

.innerbanner {
  background: url(../images/innerbanner.png);
  /* background-size: 100% 100%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 298px;
  position: relative;
}

.innerbanner h1 {
  font-size: 39px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  position: absolute;
  top: 62%;
  left: 8.5%;
  border-bottom: 3px solid red;
  padding-bottom: 1%;
}

.abouttext p {
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
  padding: 0 0 3% 3%;
}

.abouttext p:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #f10102;
  left: 0;
  top: 10px;
}

section.about {
  /* background: url('../images/aboutbg1.png'); */
  background-size: 100% 100%;
  padding: 4% 0 5% 0;
}

.abouttext {
  padding: 1% 0;
}

.imgboxxx {
  position: relative;
  border: 1px solid red;
  padding: 10px;
}

.imgboxxx:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #e45359;
  top: 5%;
  right: -7%;
  z-index: -1;
  display: none;
}

.directors {
  background: url("../images/dirbg.png");
  background-size: 100% 100%;
  padding: 4% 0;
}

.directors h1 {
  font-size: 42px;
  line-height: 50px;
  color: #010101;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  padding: 0 0 10% 0;
}

.directors h2 {
  font-size: 18px;
  letter-spacing: 5px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-align: center;
  padding-top: 23%;
}

.directors h3 {
  font-size: 15px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
  padding-bottom: 4%;
  position: relative;
}

.directors h3:after {
  position: absolute;
  height: 2px;
  width: 17%;
  background: red;
  content: "";
  bottom: 0;
  left: 41%;
}

.directors p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  /* font-weight: 300; */
  text-align: center;
  padding: 5% 0 3% 0;
}

.dirbox {
  background: #fff;
  padding: 0 5%;
  margin: 0 5% 0 0%;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
}

.dirimgbox img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  position: absolute;
  top: -82px;
  left: 32%;
  width: 33%;
}

.dir-slider .slick-slide {
  height: auto;
}

.dir-slider .slick-list {
  overflow: unset;
}

.dir-slider .slick-dots li button:before {
  font-size: 15px;
  line-height: 20px;
  color: black !important;
}
.dir-slider .slick-dots li.slick-active button:before {
  color: #ee0102 !important;
}

.dir-slider ul.slick-dots {
  bottom: -45px;
}

section.keyteam {
  padding: 4% 0 3% 0;
}

.keyteam h1 {
  font-size: 42px;
  line-height: 50px;
  color: #010101;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  padding: 0 0 10% 0;
}

.keyteam h2 {
  font-size: 18px;
  letter-spacing: 5px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-align: center;
  padding-top: 23%;
}

.keyteam h3 {
  font-size: 15px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
  padding-bottom: 4%;
  position: relative;
}

.keyteam h3:after {
  position: absolute;
  height: 2px;
  width: 17%;
  background: red;
  content: "";
  bottom: 0;
  left: 41%;
}

.keyteam p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  text-align: center;
  padding: 5% 2% 3% 2%;
  max-height: 200px;
  overflow-x: auto;
  /*box-shadow: inset 1px 1px 10px #e8e8e891;*/
}

.keyteam p::-webkit-scrollbar {
  width: 5px;
}

.keyteam p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.keyteam p::-webkit-scrollbar-thumb {
  background: #888;
}

.keyteam p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.keyteam .dirbox {
  background: #fff;
  padding: 0 5%;
  padding-bottom: 5%;
  margin: 0 5% 0 0%;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  overflow: initial !important;
}

.keyteam .dirimgbox img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  position: absolute;
  top: -82px;
  left: 32%;
  width: 33%;
}

.team-slider .slick-slide {
  height: auto;
}

.team-slider .slick-list {
  overflow: unset;
}

.team-slider .slick-dots li button:before {
  font-size: 15px;
  line-height: 20px;
  color: black !important;
}
.team-slider .slick-dots li.slick-active button:before {
  color: #ee0102 !important;
}
.team-slider ul.slick-dots {
  bottom: -45px;
}

.ourvalue {
  background: url("../images/aboutbg1.png");
  background-size: 100% 100%;
  padding: 2% 0;
}

.ourvalue h1 {
  font-size: 42px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  padding-bottom: 1%;
}

.ourvalue h2 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
  padding-top: 5%;
}

.ourvalue p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 300;
  text-align: center;
  padding: 4% 5%;
}

.valuebox.match {
  position: relative;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 13px;
}

.valuebox.match:hover {
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*.ourvalue .col-md-4.col-sm-6:nth-child(1) .valuebox.match{
    border-bottom: 1px solid #c0c0c0;
}

.ourvalue .col-md-4.col-sm-6:nth-child(2) .valuebox.match{
    border-bottom: 1px solid #c0c0c0;
    position: relative;

}

.ourvalue .col-md-4.col-sm-6:nth-child(3) .valuebox.match{
    border-bottom: 1px solid #c0c0c0;
}


.ourvalue .col-md-4.col-sm-6:nth-child(3) .valuebox.match:after{
    height: 88%;
    width: 108%;
   
    position: absolute;
    content: '';
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    top: 0;
    left: -4%;
} 

.ourvalue .col-md-4.col-sm-6:nth-child(5) .valuebox.match{
    position: relative;
}


.ourvalue .col-md-4.col-sm-6:nth-child(5) .valuebox.match:after{
    height: 100%;
    width: 108%;
   
    position: absolute;
    content: '';
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    top: 0;
    left: -4%;
} */
.ourvalue .col-lg-4 {
  margin: 1.5% 0;
}

.ourvision {
  /* background: url('../images/visionbg.png'); */
  background: #fff;
  background-size: 100% 100%;
  padding: 2% 0;
}

.ourvision h1 {
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
}

.ourvision p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #000000;
  font-family: "Poppins";
  text-align: center;
  padding-top: 2%;
}

.contactboxx {
  position: relative;
  padding: 5% 0;
}

.about-celpl {
  background: transparent;
  background-size: 100% 100%;
  padding: 2% 0;
}
.about-celpl h1 {
  font-size: 38px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  margin-bottom: 1%;
}
.about-celpl h2 {
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  /* font-family: "Raleway"; */
  font-family: "Poppins";
  font-weight: normal;
  text-align: center;
  margin-bottom: 2%;
  padding: 0;
}
div#hidden-content h1 {
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  margin-bottom: 2%;
}
.about-celpl a.readmorebtn {
  margin: 0 auto;
}
.addbox {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  padding: 5% 10%;
  min-height: 180px;
}

.addbox:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.addbox:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100% 100%, 100% 0%, 100% 100%, 0% 100%);
  background: #ebecee;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.addbox:hover:before {
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0 0, 0% 100%);
  clip-path: polygon(100% 100%, 100% 0%, 0 0, 0% 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.addbox h3 {
  font-size: 18px;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-align: left;
}

.addbox p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  text-align: left;
  padding: 4% 0 0 0;
}

.enquiry {
  padding-top: 5%;
}
.enquiry h2 {
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-align: left;
  display: inline;
}

.enquiry p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  text-align: left;
  padding: 3% 0 4% 0;
}

.enquiry h3 {
  font-size: 17px;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 500;
  text-align: left;
  padding: 5% 0 1% 0;
}

/*.enquiry ul {
    column-count: 2;
}*/

.enquiry ul li {
  list-style: none;
}

.enquiry h4 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  text-align: left;
  font-weight: 600;
}

.enquiry a {
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  text-align: left;
}

/* --------------social icon start----------------- */
ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;

  margin: 5% 0;
}

ul.social li {
  list-style: none;
}

ul.social li a {
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: normal;
  font-size: 29px;
  margin: 0 10px;
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  /* border: 3px solid #0b0909; */
  z-index: 1;
}

ul.social li a .icon {
  position: relative;
  color: #262626;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  padding-top: 10px;
}

ul.social li a:hover .icon {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

ul.social li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

ul.social li a:hover:before {
  top: 0;
}

ul.social li:nth-child(1) a:before {
  background: #3b5999;
}

ul.social li:nth-child(2) a:before {
  background: #55acee;
}

ul.social li:nth-child(3) a:before {
  background: #dc1b23;
}

ul.social li:nth-child(4) a:before {
  background: #dd4b39;
}
ul.social li:nth-child(5) a:before {
  background: #0283c7;
}

/* --------------------social icon end--------------- */

/* ---------------contact csss------------------- */

.contact-us {
  -webkit-box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
  padding: 12% 7% 12%;
}

.contact-us h1 {
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-align: left;
  padding: 7% 0;
}
#contact {
  padding: 10px 0 10px;
}

.contact-text {
  margin: 45px auto;
}

.mail-message-area {
  width: 100%;
  padding: 0 15px;
}

.mail-message {
  width: 100%;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  margin: 0 auto;
  border-radius: 0;
}

.not-visible-message {
  height: 0px;
  opacity: 0;
}

.visible-message {
  height: auto;
  opacity: 1;
  margin: 25px auto 0;
}

/* Input Styles */

.form {
  width: 100%;
  padding: 10px 15px;
  /* background:#f8f8f8; */
  border: 1px solid transparent;
  margin-bottom: 18px;
  color: #727272 !important;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 2px 1px rgb(219, 219, 219);
  box-shadow: 0px 0px 2px 1px rgb(219, 219, 219);
  z-index: 1;
}

/* .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  } */

.textarea {
  height: 180px;
  max-height: 200px;
  max-width: 100%;
}

/* Generic Button Styles */

.button {
  padding: 8px 12px;
  background: #0a5175;
  display: block;
  width: 120px;
  margin: 10px 0 0px 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.8em;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.button:hover {
  background: #8bc3a3;
  color: white;
}

/* Send Button Styles */

.form-btn {
  width: 100%;
  display: block;
  height: auto;
  padding: 15px;
  color: #fff;
  background: #e7565c;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.form-btn:hover {
  background: #111;
  color: white;
  border: none;
}

.form-btn:active {
  opacity: 0.9;
}
center {
  margin-top: 330px;
}
input {
  position: relative;
  z-index: 9999;
}

.row.contactform {
  padding-bottom: 5%;
}

/* --------------contact css end---------------- */

/*.client img {
    margin:0px 15% 0px 0px ;
}*/

.clientboxx {
  padding: 4% 0;
}

.clientboxx h1 {
  font-size: 42px;
  line-height: 50px;
  color: #010101;
  font-family: "Raleway";
  font-weight: 800;
  text-align: left;
  padding: 0 0% 2% 1%;
}
.clientcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 4% 0;
}
/*.clientbox {
    width: 20%;
}*/

/*MY Code*/

.careersection,
.csrsection {
  padding: 3% 0px 4% 0px;
}

.csrsection h1 {
  font-size: 42px;
  line-height: 50px;
  color: #010101;
  font-family: "Raleway";
  font-weight: 800;
  text-align: center;
  margin-bottom: 2%;
}

.csrsection h1.h11 {
  text-align: left;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.clientbox {
  position: relative;
  padding: 3% 0px 6% 0px;
}

.clientlogobox {
  border: 1px solid #ccc;
  width: 20%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clientdata {
  position: relative;
  width: 65%;
  left: 28%;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  margin: 0px;
  background-color: white;
  padding: 2%;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
}

.clientdata p {
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
  padding: 0 0 10px 20px;
}

.clientdata p:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #f10102;
  left: 0;
  top: 10px;
}

.whyrentsection {
  padding: 3% 0px 3% 0px;
}

.dotslist ul {
  position: relative;
}

.dotslist ul {
  list-style-type: none;
}
.dotslist ul li {
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
  padding: 0 0 0px 20px;
}

.dotslist ul li:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #f10102;
  left: 0;
  top: 10px;
}

.dotslist ul li ul li:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  border: 1px solid #f10102;
  background: transparent;
  left: 0;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.whyrentsection h3 {
  font-size: 24px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 500;
  padding-bottom: 1%;
}

.growtext {
  font-size: 36px;
  text-align: center;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 500;
  margin-bottom: 10px;
}

.qustnpara {
  font-size: 22px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 500;
  padding-bottom: 10px;
}

.qustnpara span {
  border-bottom: 1px solid transparent;
  padding: 0px 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.qustnpara span:hover {
  border-bottom: 1px solid #f10102;
  padding: 0px 5px;
}

.objectivebox {
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
  padding: 3%;
  margin: 3% 0px 10px 0px;
  position: relative;
  border-top: 2px solid transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.objectivebox:hover {
  border-top: 2px solid #f10102;
}

.objectivebox h2 {
  font-size: 20px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 500;
  padding-bottom: 10px;
  font-weight: bold;
  position: absolute;
  top: -22px;
  height: 50px;
  padding: 0px 10px;
  background: white;
  -webkit-box-shadow: 0px -5px 10px #e8e8e899;
  box-shadow: 0px -5px 10px #e8e8e899;
  border-top: 2px solid #f10102;
}

.objectivebox ul {
  list-style-type: none;
}

.objectivebox ul li {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
}

.objectivebox .out {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;

  font-family: "Poppins";
}

.benefits.dotslist {
  margin-top: 3%;
}

.solutionsection {
  padding: 3% 0px;
}

.solutionsection .active {
  background: transparent;
}

.servicebox {
  padding: 2% 1%;
}

.clientdata h2 {
  font-size: 30px;
  line-height: 50px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 10px;
}

.servicebox .clientlogobox {
  border: 1px solid #ccc;
  width: 27%;
  position: absolute;
  left: 5%;
}

.servicebox .clientbox {
  padding: 1% 0px;
}

.servicebox .clientdata {
  width: 70%;
}

.clientlogobox img {
  margin-left: 4%;
  display: block;
}

.serviceblock {
  position: relative;
  background-color: white;
  padding: 2%;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
  margin-bottom: 1%;
}

.serviceblock p {
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
  padding: 0 0 10px 20px;
}

.serviceblock p:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #f10102;
  left: 0;
  top: 10px;
}

.serviceblock h2 {
  font-size: 30px;
  line-height: 120px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 10px;
}

.serviceimg {
  position: absolute;
  top: 10px;
  right: 10px;
  max-height: 150px;
}

.serviceboxul {
  padding: 5%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.serviceboxul h1 {
  font-size: 16px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 400;
  padding-bottom: 5px;
}

.serviceboxul .dotslist ul li {
  padding-bottom: 0px;
}

.servixeflexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.servixeflexcolumn {
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.clientnamebox {
  padding: 3% 0px;
}

/* .clientnamebox ul {
    list-style-type: none;
    column-count: 3;
    column-rule: double;
} */

.clientnamebox ul li {
  padding: 5px 10px 5px 40px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: left;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  list-style: none;
  width: 75%;
}

.clientnamebox ul li:hover {
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}

.clientnamebox ul li::after {
  content: "\f10c";
  font-family: "FontAwesome";
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  color: #ff0000;
  line-height: 15px;
}

.serviceboxul h1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.serviceboxul:hover h1 {
  font-weight: 600;
}

.serviceboxul:hover {
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
}

.listitem a {
  color: black;
  font-family: "Raleway";
  font-size: 20px;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
}

.directors {
  display: none;
}

.erdata {
  padding: 15px 30px;
}

.erdata h2 {
  font-size: 16px;
  line-height: normal;
  color: #000000;
  font-family: "Raleway";
  font-weight: 600;
  padding-bottom: 5px;
}
.erdata p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
}

.richtexttabdata ul {
  list-style-type: none;
  padding-left: 4%;
  padding-bottom: 5px;
}

.richtexttabdata ul li {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "Poppins";
}

.richtexttabdata ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.comingsoontext {
  min-height: 21.6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comingsoontext span {
}

.enquiry a:hover {
  color: #252b84;
}

.crsinitativebox h3 {
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 400;
  color: black;
}

.crsinitativebox p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
  font-weight: 300;
  margin-bottom: 10px;
  padding-right: 3%;
}
.pdfbtnbox a.readmorebtn {
  margin: 0px auto;
  width: fit-content;
  text-decoration: none !important;
}
.pdfbtnbox a.readmorebtn:after {
  content: none;
  font-family: "FontAwesome";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pdfname {
  height: 50px;
}

.pdfname h4 {
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
}

section.services .rentbox a {
  color: #000 !important;
  text-decoration: none !important;
}

.col-md-4.dbl-border {
  position: relative;
}

.col-md-4.dbl-border:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  border-left: 0px double red;
  border-right: 3px double red;
  left: -45px;
}

.col-md-4.dbl-border:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  border-left: 0px double red;
  border-right: 3px double red;
  right: 59px;
  top: 0;
}

button.navbar-toggle.collapsed span.icon-bar {
  background: #fff;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
button.navbar-toggle {
  background: #1f248087;
  /* border-radius: 50%; */
  padding: 10px 8px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 2%;
}

.sticky button.navbar-toggle {
  top: 4px;
}

section.csrsection a.readmorebtn:before {
  display: none;
}
button.demoonm .icon-bar:nth-child(1) {
  background: white;
  transform: rotate(45deg);
  transition: 0.5s;
}

button.demoonm .icon-bar:nth-child(2) {
  display: none;
}

button.demoonm .icon-bar:nth-child(3) {
  background: white;
  transform: rotate(135deg);
  margin-top: -2px;
  transition: 0.5s;
}

header.header.sticky ul.nav.navbar-nav.navbar-right {
  padding: 8px 0px 0 0;
  margin-top: -2px;
  float: none !important;
}

section.thankyou.text-center {
  padding: 16.4%;
}

h1.site-header__title {
  font-size: 40px;
  color: #55a4db;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: 1px;
}

i#checkmark {
  font-size: 50px;
  color: #3e942f;
}

p.main-content__body {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
}
.tier_text {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: normal;
  color: #000000;
  font-family: "Poppins";
}
div#recaptcha {
  margin-bottom: 3.5%;
}
/* -----------thank you ---------------------- */

div#hidden-content {
  padding: 20px;
}
.banner-slider .slick-slide img {
  width: 100%;
}

.footer ul {
  margin: 0px;
}

.animated-modal {
  max-width: 1000px;
  max-height: 90vh;
}

a {
  text-decoration: none !important;
}

.clientnamebox ul {
  column-count: 3;
  column-rule: 4px double red;
  column-gap: 8%;
}

.header .upperheader a {
  color: black;
}
