@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: lighter;
}
* {
  box-sizing: border-box;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-radius: 3px;
}
.topwrap {
  height: 100vh;
  width: 100%;
  float: left;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9999;
}
.topwrap-inner {
  height: 50vh;
  width: 100%;
  float: left;
  background-color: #FFFFFF;
  padding: 2.5%;
  position: relative;
  z-index: 9999;
}
.topwrap-inner:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 50%;
  right: 0px;
  z-index: 0;
  background-color: #58546b;
}
.topwrap-inner:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 50%;
  z-index: 0;
  background-color: #cfd3df;
  left: 0px;
  top: 0px;
}
.speciality-wrap {
  width: 100%;
  float: left;
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
}
.sp-pace2col {
  flex: 1 1 30%;
  min-width: 250px
}
.sp-pace2col h2 {
  margin-bottom: 21px;
  color: #1A3577
}
.sp-pace2col ul {
  padding-top: 7px;
  padding-left: 4%;
}
.sp-pace2col ul li {
  margin-bottom: 11px;
  font-size: 18px;
  list-style: disc;
  list-style-position: outside;
  font-size: 16px
}
.formwidth {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  padding-right: 21px;
  padding-left: 21px;
}
.formwrap {
  float: left;
  height: auto;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-top: 33px;
}
.split2wrap {
  width: 100%;
  column-count: 2;
  column-gap: 22px;
}
.formwrap strong {
  color: #003399;
  font-size: 21px;
  display: block;
}
.home {
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: center center;
  appearance: none;
}
.apartment {
  background-image: url(../images/apartment.png);
  background-repeat: no-repeat;
  background-position: center center;
  appearance: none;
}
.office {
  background-image: url(../images/office.png);
  background-repeat: no-repeat;
  background-position: center center;
  appearance: none;
}
.apartment:checked, .office:checked, .home:checked {
  background-color: #ffb424;
  border: 1px solid #ffb424;
}
.apartment:hover, .office:hover, .home:hover {
  background-color: #ffb424;
}
.home, .office, .apartment {
  border: 2px solid #ccc;
  height: 90px;
  width: 200px;
}
.pace1 {
  border: 1px solid #D2D2D2;
  width: 95%;
  padding: 11px;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: lighter;
}
.pace3 {
  border: 1px solid #D2D2D2;
  width: 95%;
  padding: 11px;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: lighter;
  float: right;
  margin-left: 11px;
}
.pace2 {
  border: 1px solid #D2D2D2;
  width: 100%;
  padding: 11px;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: lighter;
}
.product01-cols {
  float: left;
  width: 100%;
  margin-bottom: 33px;
  background-color: #FFFFFF;
  padding: 5%;
  min-height: 500px;
}
.product01-cols section {
  display: block;
  float: left;
  width: 40%;
}
.product01-cols section img {
  border: 1px solid #D6D6D6;
  height: auto;
  width: 100%;
  max-width: 500px;
}
.p-description {
  float: right;
  width: 60%;
  padding-left: 7%;
}
.p-p-title {
  display: block;
  font-size: 25px;
  font-weight: normal;
  width: 80%;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CDCDCD;
  padding-bottom: 21px;
  margin-bottom: 21px;
  color: #1a3577;
}
.data {
  display: block;
  width: 100%;
  margin-bottom: 33px;
}
.data li {
  padding-left: 31px;
  background-image: url(../images/yellowarrow.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  float: left;
  width: 100%;
  margin-bottom: 11px;
  color: #000000;
  list-style-position: outside;
  list-style-type: none;
  background-size: 15px;
}
.pacedotbg {
  background-image: url(../images/dotbg.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.logo {
  float: left;
  width: 200px;
  transition: all ease 322ms;
}
.logo img {
  height: auto;
  width: 100%;
}
.media-reels {
  float: left;
  width: 49%;
  margin-right: 0.5%;
  margin-bottom: 3%;
  margin-left: 0.5%;
  min-height: 350px;
  background-color: #E6E6E6;
}
.maxwidthwrap {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.iconcells {
  float: left;
  width: 23%;
  margin-right: 2%;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #003399;
  padding-bottom: 21px;
}
.iconcells img {
  float: left;
  transition: all ease-in 211ms;
}
.iconcells:hover img {
  margin-left: 2%;
}
.iconcells section {
  padding-left: 11px;
  float: left;
  margin-top: 7%;
  font-size: 21px;
  font-weight: 400;
  color: #4a4a4c;
  margin-right: 9%;
  max-width: 150px;
}
.coloryellow {
  border-bottom-color: #ffb424;
}
.welcome-text {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  padding-bottom: 50px
}
.whatwedo {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 40px
}
.whatwedo h2 {
  text-align: center;
  margin-top: 30px;
  color: #204399;
  width: 100%;
  margin-bottom: 21px;
}
.whatwedo-cells {
  flex: 1 1 30%;
  padding: 2em;
  font-size: 15px;
  position: relative;
  padding-top: 6em;
  background-color: #EBEEF2;
  padding-bottom: 4em;
  transition: all ease 222ms;
}
.whatwedo-cells:hover {
  background-color: #1a3577;
  color: #fff
}
.whatwedo-cells:hover.whatwedo-cells h3 {
  color: #ffb42c
}
.whatwedo-cells h3 {
  font-size: 21px;
  background-position: left bottom;
  background-image: url(../images/underline.png);
  width: 100%;
  padding: 0.5em;
  padding-left: 0em;
  color: #1a3577;
  font-weight: 600;
  border-radius: 0;
  padding-bottom: 23px;
  margin-bottom: 11px;
}
.iconsfor-what-we-do {
  position: absolute;
  width: 130px;
  height: 90px;
  background-color: #FFFFFF;
  border-radius: 5%;
  top: -1em;
  left: 2em;
  display: flex;
  align-items: center;
  justify-content: center
}
.iconsfor-what-we-do i {
  font-size: 40px;
  color: #fbaa17
}
.vidowrap {
  width: 100%;
  float: left;
  margin-top: 70px;
  gap: 2em;
}
.vidcells {
  flex: 1 1 30%;
  background-color: #CCC9C9;
  min-height: 200px
}
.faqwrap {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 50px
}
.ov-side {
  float: left;
  width: 100%;
  background-color: #1a3577;
  color: #FFFFFF;
  padding: 33px;
  border-radius: 5px;
}
.e-wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 2px #f7ae1a;
  display: flex;
  padding-bottom: 60px;
  flex-wrap: wrap
}
.e-box {
  flex: 1 1 50%;
  float: left;
  min-width: 222px;
  padding: 1em;
}
.e-box h2 {
  margin-bottom: 21px;
  color: #1a3577; line-height: normal;
}
.e-box img {
  width: 100%;
  height: auto
}
.welcome-text h2 {
  text-transform: uppercase;
  font-size: 2.8vw;
  color: #204399;
  margin-bottom: 33px;
  line-height: normal;
}
.pacetitle {
  color: #152650;
  font-size: 2vw;
  line-height: normal;
}
.home-4-service-col {
  width: 24.8%;
  margin-right: 0.1%;
  margin-left: 0.1%;
  float: left;
  background: rgb(204, 166, 93);
  background: linear-gradient(133deg, rgba(204, 166, 93, 1) 16%, rgba(32, 67, 153, 1) 73%);
  position: relative;
  height: auto;
  overflow: hidden;
}
.home-4-service-col img {
  width: 100%;
  max-width: 455px;
  height: 470px;
  object-fit: cover;
  transition: all ease 333ms;
}
.pace-blue-bg {
  background-position: center top;
  background-attachment: fixed;
  background-image: url(../images/bluebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-weight: lighter;
  min-height: 600px;
}
.pace-call-bg {
  background-position: center top;
  background-image: url(../images/call-req.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #1a3687;
  min-height: 430px;
  text-align: center;
  font-size: 45px;
  line-height: normal;
}
.wrap.pace-call-bg.pad-top-and-btm .maxwidthwrap section {
  height: 33px;
}
.cont-cell a {
  color: #FFFFFF;
}
.cont-cell {
  width: 320px;
  margin-left: 21px;
  background-color: #1a3687;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  text-align: left;
  padding-left: 100px;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  transition: all ease-in 111ms;
  line-height: normal;
}
.btmmargine {
  margin-bottom: 55px;
}
.whattoexpectfromusbg {
  width: 100%;
  background-color: #21439a;
  float: left;
  min-height: 400px;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #FFFFFF;
  background-image: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.whattoexpect-3-col-wrap {
  float: left;
  width: 100%;
  column-count: 3;
  column-gap: 21px;
}
.yellowband {
  float: left;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #f7ae1a;
  font-size: 27px;
  color: #FFFFFF;
  line-height: normal;
}
.contact-cells i {
  font-size: 15px;
  color: #f7ae1a;
  line-height: normal;
  margin-top: 7px;
  margin-right: 7px;
}
.yellowband strong {
  padding-right: 33px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
  margin-right: 33px;
  border-radius: 0;
}
.getquote-now {
  float: right;
  width: auto;
  line-height: normal;
}
.whattoexpect-3-col-wrap ul {}
.whattoexpect-3-col-wrap ul li {
  position: relative;
  list-style-position: outside;
  list-style-type: none;
  left: 55px;
  padding-bottom: 15px;
  line-height: normal;
  padding-left: 0px;
  margin-left: -11px;
  width: 95%;
}
.whattoexpect-3-col-wrap ul li:before {
  content: '\f058';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: -33px;
  color: #f7ae1a;
}
.cont-cell:hover {
  background-color: #FFFFFF;
  color: #003366;
}
.cont-cell:hover:before {
  background-color: #204399;
  color: #FFFFFF;
}
.cont-cell strong {
  font-size: 18px;
}
.cont-cell:before {
  background-color: #FFFFFF;
  height: 100%;
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #1a3687;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f2a0";
  text-align: center;
  line-height: 65px;
  font-size: 27px;
  border-radius: 2px;
}
.req-cell {
  width: 320px;
  margin-left: 21px;
  background-color: #ffb424;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  text-align: left;
  padding-left: 110px;
  color: #FFFFFF;
  position: relative;
  font-weight: normal;
  display: inline-block;
  transition: all ease-in 111ms;
  line-height: normal;
}
.req-cell:hover {
  background-color: #FFFFFF;
  color: #102e76;
}
.req-cell:hover:before {
  background-color: #ffb424;
  color: #FFFFFF;
}
.req-cell strong {
  font-size: 18px;
}
.req-cell:before {
  background-color: #FFFFFF;
  height: 100%;
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #1a3687;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f15c";
  text-align: center;
  line-height: 65px;
  font-size: 27px;
  border-radius: 2px;
}
.pace-home-2-col {
  float: left;
  width: 48%;
  padding-right: 9%;
  position: relative;
  z-index: 0;
  background-image: url(../images/l2.png);
  margin-right: 21px;
}
.pace-home-2-col:hover {
  background-color: rgba(22, 49, 118, .7);
}
.pace-home-2-col:before {
  content: '';
  height: 150px;
  width: 150px;
  background-image: url(../images/white-dot.png);
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 0;
  opacity: 0.3;
  display: none;
}
.ourclients-title-wrap {
  background-color: #ffb43c;
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../images/client.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 40px;
  font-weight: bold;
}
.client-track {
  float: left;
  width: 100%;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ffb43c;
  padding-top: 21px;
  padding-bottom: 21px;
}
.marquee0 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.marquee0 img:hover {
  -webkit-filter: grayscale(1%);
  filter: grayscale(1%);
  opacity: 1;
}
.pace-home-2-col img {
  float: left;
  margin-right: 6%;
  margin-bottom: 21px;
  position: relative;
  z-index: 2;
  height: auto;
  width: 35%;
}
.pace-home-2-col span {
  font-size: 45px;
  max-width: 340px;
  width: 100%;
  float: left;
  padding-top: 5%;
  font-weight: normal;
  line-height: normal;
}
.picwrapwide .home-4-service-col a {
  height: 55px;
  width: 55px;
  background-color: #f7ae1a;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  padding: 11px;
}
.picwrapwide .home-4-service-col a img {
  height: 31px;
  width: 31px;
  mix-blend-mode: normal;
}
.picwrapwide .home-4-service-col a:hover img {
  transform: rotate(-45deg);
  opacity: 1;
}
.home-4-service-col:hover a img {
  transform: rotate(-45deg);
  opacity: 1;
}
.home-4-service-col a:hover {
  background-color: #000000;
}
.picwrapwide {
  width: 100%;
  position: relative;
  float: left;
  z-index: 0;
  margin-bottom: 111px;
}
.picwrapwide:before {
  height: 210px;
  width: 209px;
  background-image: url(../images/dots-yellow.png);
  position: absolute;
  content: '';
  left: -50px;
  top: -50px;
  z-index: -1;
}
.evaluation {
  width: 49.9%;
  padding: 55px;
  background-color: #c6d7f5;
  float: left;
  color: #FFFFFF;
  font-size: 1.5vw;
  background-image: url(../images/inspection.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  text-align: center;
  position: relative;
  outline: solid 1px rgba(255, 255, 255, 0.4);
  outline-offset: -21px;
  z-index: 0;
  transition: all ease-in 211ms;
  font-weight: bold;
}
.evaluation:before, .price:before {
  height: 100%;
  width: 0.1%;
  position: absolute;
  background-color: #21439a;
  content: '';
  left: 0px;
  bottom: 0px;
  transition: 440ms cubic-bezier(.17, .67, .58, .99);
  z-index: 0;
  opacity: 0;
}
.evaluation span, .price span {
  position: relative;
  z-index: 1;
}
.evaluation:hover:before, .price:hover:before {
  width: 100%;
  opacity: 0.8;
  border-radius: 3px;
}
.evaluation:hover, .price:hover {
  outline: solid 1px rgba(255, 255, 255, 1);
  outline-offset: -9px;
}
.evaluation:hover i, .price:hover i {
  color: #f7ae1a;
  background-color: #FFFFFF;
}
.evaluation i, .price i {
  font-size: 55px;
  display: block;
  margin-bottom: 21px;
  color: #FFFFFF;
  border: 3px dashed #FFFFFF;
  width: 111px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  height: 111px;
  padding-top: 27px;
  padding-right: 21px;
  padding-left: 21px;
}
.price {
  width: 49.9%;
  padding: 55px;
  background-color: #f7ae1a;
  float: right;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.5vw;
  background-image: url(../images/kd.jpg);
  background-position: right bottom;
  position: relative;
  outline: solid 1px rgba(255, 255, 255, 0.4);
  outline-offset: -21px;
  z-index: 0;
  transition: all ease-in 211ms;
  font-weight: bold;
}
.pace-head {
  position: absolute;
  z-index: 1;
  left: 33px;
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
  background-image: url(../images/underline.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 20px;
  top: 55px;
  transition: all ease 333ms;
}
.home-4-service-col:hover .pace-head {
  top: 75px;
}
.picwrapwide:after {
  height: 210px;
  width: 209px;
  background-image: url(../images/blue-dot.png);
  position: absolute;
  content: '';
  right: -50px;
  bottom: -50px;
  z-index: -1;
}
.home-4-service-col:hover img {
  opacity: 0.2;
  transform: scale(1.1);
}
.homerigh-text {
  width: 100%;
  float: left;
  padding-left: 0px;
  line-height: normal;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-bottom: 125px;
  padding-top: 2%;
  box-shadow: 0 11px 21px -21px #999999;
}
.homerigh-text h2 {
  font-size: 3vw;
  color: #21439A;
  max-width: 80%;
  margin-bottom: 33px;
  line-height: normal;
  font-weight: bold;
}
.innertitle-text {
  width: 100%;
  float: left;
  padding-left: 0px;
  line-height: normal;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-bottom: 55px;
  padding-top: 2%;
  box-shadow: 0 11px 21px -21px #999999;
}
.innertitle-text h2 {
  font-size: 2.5vw;
  color: #21439A;
  margin-bottom: 33px;
  line-height: normal;
  font-weight: bold;
}
.innertitle-text h1 {
  font-size: 2.2vw;
  color: #333333;
  margin-bottom: 33px;
  line-height: normal;
  font-weight: normal;
}
.inner-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  height: auto;
  line-height: 27px;
  padding-bottom: 74px;
  color: #666666;
  font-weight: lighter;
  font-size: 16px;
  display: table;
}

.inner-content h3{font-size: 25px; background-image: none; margin-top: 21px;padding-bottom: 11px;color:#666666}
.inner-content h2{line-height: normal;margin-top:21px; color: #21439a}
.inner-content h1{line-height:normal;font-size: 25px;}

.inner-content a {color:#244595}


.teamcells h3 {
  display: block;
  margin-bottom: 21px;
  background-position: left bottom;
  font-size: 27px;
  color: #e69f10;
  background-image: url(../images/l4.png);
}
.teamcells {
  float: left;
  width: 49%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  background-color: #FFFFFF;
  padding: 3%;
  min-height: 180px;
  line-height: 23px;
  font-size: 15px;
  outline: solid 1px #FFFFFF;
}
.teamcells a {
  font-weight: bold;
  color: #4D439A;
}
.teamcells:hover {
  outline: solid 1px #d2d9e7;
  outline-offset: -9px;
}
.teamcells section {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7ae1a;
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 17px;
  float: left;
  width: 65%;
  vertical-align: top;
}
.teamcells section strong {
  color: #21439a;
}
.teamcells img {
  float: left;
  height: auto;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.inner-whatsapp {
  position: fixed;
  z-index: 9999;
  bottom: 9%;
  right: 3.1%;
}
.inner-whatsapp i {
  font-size: 33px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding-top: 7px;
  padding-right: 9px;
  padding-bottom: 7px;
  padding-left: 9px;
  color: #00CC66;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.inner-whatsapp:hover i {
  color: #FFFFFF;
  background-color: #00CC66;
}
#bullet {}
#bullet ul {
  padding-top: 3%;
}
#bullet ul li {
  list-style-position: outside;
  list-style-type: none;
  padding-left: 65px;
  color: #252852;
  background-image: url(../images/sqr-arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 18px;
  
  
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 21px;
}
#bullet ul li:last-child {
  border-bottom-style: none;
}
.contact-cells {
  float: left;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  border: 1px solid rgba(216, 213, 221, 1);
  min-height: 400px;
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
}
.input1 {
  width: 100%;
  border: 1px solid rgba(194, 189, 202, 1);
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  margin-bottom: 11px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
}
.btn {
  font-size: 15px;
  background-color: #f7ae1a;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  float: right;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 11px;
}
.btn:hover {
  background-color: #21439c;
}
.btn2 {
  font-size: 21px;
  background-color: #f7ae1a;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  float: left;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 11px;
}
.btn2:hover {
  background-color: #21439c;
}
.googlemap {
  width: 98%;
  margin-top: 55px;
  float: left;
}
.contact-cells strong {
  display: block;
  margin-bottom: 11px;
  color: rgba(0, 0, 0, 1);
}
.logobg {
  background-image: url(../images/logobg.png);
  background-repeat: no-repeat;
  background-position: 80% bottom;
}
.width-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.picwrapprofile {
  float: right;
  width: 50%;
  margin-bottom: 3%;
  margin-left: 4%;
  position: relative;
  padding-top: 0%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  z-index: 0;
}
.picwrapprofile span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.picwrapprofile img {
  height: auto;
  width: 100%;
  transition: all ease 522ms;
}
.picwrapprofile:after {
  content: '';
  position: absolute;
  top: -11%;
  right: -5%;
  height: 115%;
  width: 50%;
  z-index: -1;
  transition: all ease 222ms;
  background-image: url(../images/lines.png);
}
.picwrapprofile:hover img {
  transform: scale(1.2);
}
.picwrapprofile:hover:after {
  width: 70%;
}
.picwrapprofile:hover:before {
  bottom: 20%;
  height: 260px;
  background-color: #ffb424;
}
.picwrapprofile:before {
  content: '';
  position: absolute;
  right: 0%;
  background-color: #21439a;
  height: 160px;
  width: 80px;
  bottom: 20%;
  color: #FFFFFF;
  transition: all ease 222ms;
  z-index: 1;
}
.toppanel {
  width: 100%;
  position: relative;
  top: 33px;
  padding-top: 2%;
  transition: all ease 322ms;
  z-index: 5;
}
.toppanel.fixed {
  position: fixed;
  max-width: 100%;
  left: 0px;
  top: 0px;
  background-color: #1A3577;
  padding-left: 2.5%;
  z-index: 99999;
  box-shadow: 0 11px 31px -11px #3b384b;
  padding-top: 0px;
  border-radius: 0px;
}
.toppanel.fixed .callus {
  margin-top: 12px;
  color: #FFFFFF;
  font-weight: normal;
}
.toppanel.fixed .language {
  margin-top: 3px;
  margin-right: 3%;
}
.toppanel.fixed .logo {
  padding: 0px;
  margin-top: 11px;
  width: 100px;
}
.toppanel.fixed .menuwrap {
  margin-top: 5px;
  margin-left: 2%;
}
.menuwrap {
  float: left;
  width: auto;
  margin-top: 0.5%;
  margin-left: 5%;
}
.subtitle {
  font-size: 45px;
  font-weight: bold;
  color: #FF6600;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}
.subtitle span {
  color: #454063;
}
.subtitle:after {
  width: 100px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle:before {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}
.subtitle2 {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}
.subtitle2 span {
  color: #472F55;
}
.subtitle2:after {
  width: 100px;
  height: 2px;
  background-color: #573a68;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle2:before {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}
.subtitle3 {
  font-size: 45px;
  font-weight: bold;
  color: #FAA627;
  position: relative;
  line-height: normal;
  padding: 0px;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}
.subtitle3 span {
  color: #454063;
}
.subtitle3:after {
  width: 100px;
  height: 2px;
  background-color: #454063;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle3:before {
  position: absolute;
  background-color: #fcb625;
  bottom: 50%;
  height: 2px;
  width: 100px;
  content: '';
  margin-left: -120px;
}
.bigtitle {
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  text-align: left;
}
.home-service-3-col {
  width: 27%;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  display: inline-block;
  text-align: left;
}
.cells {
  float: left;
  width: 100%;
  min-height: 120px;
  font-size: 14px;
  line-height: 21px;
  color: #160f29;
  margin-bottom: 21px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 45px;
}
.cells:hover h3 {
  color: #e85243;
}
.cells:hover {
  transform: scale(1.02);
}
.w-cells:hover {
  transform: scale(1.03);
}
.w-cells:hover span {
  color: #EB9A41;
}
.cells h3 {
  font-size: 25px;
  font-weight: bold;
  color: #131e53;
  display: block;
  margin-bottom: 11px;
  line-height: normal;
  max-width: 70%;
}
.wrap {
  float: left;
  width: 100%;
  padding: 2.5%;
  height: auto;
  position: relative;
  z-index: 0
}
.blogwrap {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 2.5%;
  padding-right: 5%;
  padding-bottom: 2.5%;
  padding-left: 5%;
}
.bgcoloryellow {
  background-color: #E7EEF8;
  position: relative;
  text-align: center;
}
.bgcoloryellow h3 {
  color: #0C1F52;
}
.COLORYELLOW {
  background-color: #FFBE6F;
}
.c1 {
  width: 203px;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  display: inline-block;
  position: relative;
}
.c1 img {
  height: auto;
  width: 100%;
}
.c1:hover {
  transform: translateX(0px) translateY(-5px);
}
.c1:after {
  background-image: url(../images/long-arrow.png);
  background-repeat: no-repeat;
  height: 42px;
  width: 63px;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: -22px;
}
.c1:last-child:after {
  background-image: none;
}
.COLORYELLOW img {
  height: auto;
  width: 100%;
  max-width: 1080px;
}
.COLORYELLOW section {
  display: inline-block;
  max-width: 70%;
  font-size: 20px;
  line-height: 27px;
  width: 100%;
  margin-bottom: 3%;
}
.colorlightblue:before {
  background-image: url(../images/whitecone.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 38px;
  width: 150px;
  position: absolute;
  top: 0px;
  content: '';
  left: 50%;
  margin-left: -75px;
}
.colorgradient {
  background-image: url(../images/gradient.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #2c3482;
  position: relative;
  text-align: center;
  color: #CCCCCC;
  padding-top: 170px;
  padding-bottom: 170px;
  background-attachment: fixed;
  background-size: cover;
}
.colorgradient:before {
  background-image: url(../images/bluecone.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 38px;
  width: 150px;
  position: absolute;
  top: -1px;
  content: '';
  left: 50%;
  margin-left: -75px;
}
.homeleft {
  float: left;
  width: 50%;
  margin-top: 90px;
}
.wrap .homerigh-text section {
  max-width: 80%;
  font-size: 19px;
  line-height: 35px;
  color: #000000;
  font-weight: lighter;
}
.homerigh-text span strong {
  background-clip: text;
  background: linear-gradient(151deg, rgba(91, 45, 143, 1) 0%, rgba(222, 64, 98, 1) 46%, rgba(242, 101, 34, 1) 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.topmargin {
  margin-top: 5%;
}
.alignright {
  padding-left: 3%;
}
.col2 {
  float: left;
  width: 50%;
  padding-right: 2%;
}
.picwrap {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4%;
}
.picwrap img {
  height: auto;
  width: 100%;
}
.picwrap:hover img {
  transform: scale(1.2);
}
.picwrap:hover .pictitle {
  color: #FFFFFF;
  background: linear-gradient(151deg, rgba(91, 45, 143, 1) 0%, rgba(222, 64, 98, 1) 46%, rgba(242, 101, 34, 1) 100%);
}
.pictitle {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #FFFFFF;
  width: 70%;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 14%;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
}
.pictitle:before {
  position: absolute;
  content: '';
  height: 21px;
  width: 21px;
  background-image: url(../images/arrow.png);
  left: 7%;
  bottom: 50%;
  background-position: center center;
  margin-bottom: -10.5px;
  transition: all ease-out 311ms;
}
.picwrap:hover .pictitle:before {
  left: 80%;
}
.toppad {
  padding-top: 9%;
}
.toppadsmall {
  padding-top: 5%;
}
.btmpad {
  padding-bottom: 7%;
}
.whitecone {
  background-image: url(../images/whitecone.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.bluecone {
  background-image: url(../images/bluecone.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.pad-top-and-btm {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pad-top-and-btm-big {
  padding-top: 170px;
  padding-bottom: 150px;
}
.pad-topsmal-and-btm-big {
  padding-top: 110px;
  padding-bottom: 150px;
}
.whoweare-wrap {
  display: inline-block;
  width: 40%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  min-height: 820px;
  margin-left: -5%;
  padding-top: 111px;
  padding-left: 9%;
  padding-right: 5%;
}
.whowe-pic-wrap {
  width: 34%;
  background-color: rgba(214, 214, 214, 1);
  display: inline-block;
  margin-right: -21px;
  position: relative;
  z-index: 9;
  margin-top: 55px;
}
.w-cells {
  float: left;
  width: 100%;
  margin-bottom: 13%;
  text-align: left;
  line-height: 25px;
  font-weight: lighter;
}
.w-cells span {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.w-cells span:after {
  background-color: rgba(255, 255, 255, 1);
  height: 1px;
  width: 45%;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 33px;
}
.whowe-pic-wrap img {
  height: auto;
  width: 100%;
  box-shadow: -11px 11px 27px 0 #3c3369;
}
::selection {
  background: #214399;
  color: #fff;
}
::-moz-selection {
  background: #214399;
  color: #fff;
}
.banner-text h1::selection {
  background: #ffb424;
  color: #fff;
}
.banner-text h1::-moz-selection {
  background: #ffb424;
  color: #fff;
}
.banner-text h1 strong::selection {
  background: #122b69;
  color: #fff;
}
.banner-text h1 strong::-moz-selection {
  background: #122b69;
  color: #fff;
}
a {
  color: #666666;
  text-decoration: none;
  transition: all ease-out 222ms;
}
a:hover {
  color: #E2A005;
}
a.BB {
  overflow: hidden;
  width: 180px;
  margin-top: 45px;
  padding-top: 12px;
  color: #FFFFFF;
  letter-spacing: 3px;
  display: block;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
  border: 2px solid #ffb424;
}
a.BB::before {
  position: absolute;
  content: '';
  background-color: #ffb424;
  height: 55px;
  width: 1px;
  left: -1px;
  top: 0px;
  -webkit-transition: all 222ms ease-in;
  -moz-transition: all 222ms ease-in;
  -ms-transition: all 222ms ease-in;
  -o-transition: all 222ms ease-in;
  transition: all 222ms ease-in;
}
a.BB:hover::before {
  width: 100%;
  z-index: -1;
  left: 0px;
}
a.BB:hover {
  color: #FFFFFF;
  z-index: 1;
  border-top-color: #ffb424;
  border-right-color: #ffb424;
  border-bottom-color: #ffb424;
  border-left-color: #ffb424;
}
a.DD {
  overflow: hidden;
  margin-top: 21px;
  padding-top: 12px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
  border: 2px solid #FFFFFF;
  padding-right: 31px;
  padding-left: 31px;
  margin-bottom: 21px;
}
a.DD::before {
  position: absolute;
  content: '';
  background-color: #FFFFFF;
  height: 55px;
  width: 1px;
  left: -1px;
  top: 0px;
  -webkit-transition: all 222ms ease-in;
  -moz-transition: all 222ms ease-in;
  -ms-transition: all 222ms ease-in;
  -o-transition: all 222ms ease-in;
  transition: all 222ms ease-in;
}
a.DD:hover::before {
  width: 100%;
  z-index: -1;
  left: 0px;
}
a.DD:hover {
  color: #1a3577;
  z-index: 1;
  border-top-color: #f7ae1a;
  border-right-color: #f7ae1a;
  border-bottom-color: #f7ae1a;
  border-left-color: #f7ae1a;
}
a.cd {
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 17px;
  color: #000000;
  padding-top: 12px;
  padding-right: 21px;
  padding-bottom: 12px;
  padding-left: 21px;
}
a.cd:hover {
  background-color: #1e4097;
  color: #FFFFFF;
}
a.k {
  color: #FFFFFF;
  text-align: center;
  width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all 211ms ease;
  background-color: #f7ae1a;
  margin-top: 21px;
  float: left;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 14px;
  border-radius: 3px;
}
a.k:hover {
  color: #FFFFFF;
  background-color: #0364a8;
}
a.donate {
  color: #FFFFFF;
}
a.donate:hover {
  color: #f7ae1a;
}
.titlewithlineaccross {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 66px;
  text-transform: uppercase;
  color: #4a2c1f;
  background-image: url(../kukskitchen-images/line-orange.png);
  background-repeat: repeat-x;
  background-position: left center;
}
.titlewithlineaccross h2 {
  background-color: #FFFFFF;
  padding-right: 21px;
  padding-left: 21px;
  display: inline-block;
}
.titlewithlineaccross h4 {
  background-color: #FFFFFF;
  padding-right: 21px;
  padding-left: 21px;
  display: inline-block;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  z-index: 1;
  padding-right: 7%;
  padding-left: 7%;
  overflow: hidden;
  border-radius: 0px;
}
.sliderwrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  float: left;
  z-index: 1;
  overflow: hidden;
  border-radius: 0px;
  left: 0px;
  top: 0px;
}
.banner-inner {
  width: 100%;
  height: 40vh;
  background-color: #f6f7fa;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  float: left;
  z-index: 1;
  background-size: cover;
  padding-right: 7%;
  padding-left: 7%;
  border-radius: 0px;
}
.b-pic-about {
  background-image: url(../images/about.jpg);
}
.b-pic-services {
  background-image: url(../images/inner-header.jpg);
}
.b-pic-blog {
  background-image: url(../images/blog.jpg);
  height: 200px;
  background: linear-gradient(129deg, rgba(33, 68, 150, 1) 17%, rgba(247, 174, 26, 1) 75%);
}
.callus a {
  color: #FFFFFF;
}
.callus {
  width: auto;
  float: right;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 1.2%;
  font-size: 14px;
}
.banner-inner .toppanel .callus {
  color: #FFFFFF;
}
.callus i {
  color: #FFFFFF;
  background-color: #ffb424;
  padding: 9px;
  margin-right: 11px;
  border-radius: 50%;
  margin-top: -6px;
}
.language {
  float: right;
  width: auto;
  padding-top: 5px;
  padding-right: 11px;
  padding-bottom: 5px;
  padding-left: 11px;
  margin-top: 0.5%;
  margin-left: 3%;
  font-size: 21px;
}
.language a {
  color: #FFFFFF;
  line-height: normal;
}
.language a:hover {
  color: #000033;
}
.toppanel.fixed .language a:hover {
  color: #f7ae1a;
}
.banner-social {
  width: 60px;
  position: absolute;
  right: 3%;
  bottom: 40%;
  padding-top: 21px;
  padding-bottom: 21px;
  z-index: 3;
}
.banner-social:before {
  height: 200px;
  width: 1px;
  position: absolute;
  background-color: #FFFFFF;
  content: '';
  left: 50%;
  bottom: -200px;
}
.banner-social:after {
  height: 200px;
  width: 1px;
  position: absolute;
  top: -200px;
  background-color: #FFFFFF;
  content: '';
  left: 50%;
}
.banner-social a {
  display: block;
  margin-bottom: 18px;
  text-align: center;
  margin-top: 18px;
}
.banner-social a:hover img {
  transform: rotate(360deg) scale(1.3);
}
.banner-social img {
  width: 22px;
  height: auto;
}
.banner-text {
  width: 50%;
  float: left;
  margin-top: 18%;
  display: none;
}
.banner-text section {
  font-size: 1.4vw;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-top: -5px;
  margin-left: 3%;
  margin-bottom: 4%;
}
.banner-text h1 {
  font-size: 2.8vw;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: normal;
}
.banner-text h1 p {
  font-weight: bold;
}
.banner-text h1 strong {
  font-weight: bold;
}
.banner-text h1 strong:last-child {
  color: #ffb424;
}
.innerphonewrap {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: -1;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: rgba(255, 255, 255, 0.7);
}
.missionbox {
  width: 49%;
  margin-bottom: 1%;
  float: left;
  min-height: 150px;
  background: linear-gradient(151deg, rgba(176, 46, 132, 1) 0%, rgba(238, 94, 46, 1) 100%);
  color: #FFFFFF;
  padding: 4%;
  margin-right: 1%;
}
.colourwrap {
  float: left;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #003366;
  background-attachment: fixed;
  background-image: url(../images/mission-vision-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.colorgraforpace {
  background-color: #f3f6fc;
}
.servicewrap {
  float: left;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #0D1E59;
  background-attachment: fixed;
  background-image: url(../images/servicebg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  color: #E8E8E8;
}
.servi-box22 {
  width: 49%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5%;
  float: left;
  font-weight: lighter;
  line-height: 25px;
  min-height: 380px;
  font-size: 15px;
}
.servi-box22 img {
  float: left;
  margin-bottom: 151px;
  margin-top: -20px;
  margin-left: -22px;
  height: auto;
  width: 20%;
  margin-right: 3%;
}
.servi-box22:hover {
  background-color: #18093b;
}
.servi-box22 h3 {
  background-image: url(../images/underline.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 21px;
  display: block;
  margin-bottom: 21px;
  float: left;
  width: 80%;
}
.servi-box22:hover h3 {
  color: #de523d;
}
.visionbox {
  width: 49%;
  margin-bottom: 1%;
  float: left;
  min-height: 150px;
  background: linear-gradient(151deg, rgba(112, 104, 173, 1) 17%, rgba(188, 55, 115, 1) 100%);
  color: #FFFFFF;
  padding: 4%;
  margin-left: 1%;
}
.missionbox img, .visionbox img {
  float: left;
  margin-bottom: 72px;
  margin-right: 27px;
}
.missionbox strong, .visionbox strong {
  display: block;
  margin-bottom: 11px;
  font-size: 27px;
}
.clientpic {
  float: left;
  width: 30%;
  position: relative;
  z-index: 0;
}
.clientpic:after {
  content: '';
  background-image: url(../images/dots-yellow.png);
  height: 350px;
  width: 310px;
  position: absolute;
  right: -55px;
  bottom: -55px;
  z-index: 0;
}
.clientpic img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.testimonial-col {
  float: left;
  width: 65%;
  margin-left: 5%;
}
.whattheysay {
  background-color: #ffb42c;
  width: 250px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 33px;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: normal;
  z-index: 2;
}
.whattheysay strong {
  color: #0b246c;
}
.smallwrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  font-weight: lighter;
  padding-top: 21px;
  padding-bottom: 21px;
  margin-bottom: 35px;
}
.howitworksbgwrap {
  padding: 5%;
  float: left;
  width: 100%;
  background-color: #003399;
  background-image: url(../images/how-it-works-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  min-height: 500px;
  color: #FFFFFF;
  text-align: center;
}
.howitworks {
  padding: 5%;
  float: left;
  width: 100%;
  background-color: #DBDFE3;
  min-height: 500px;
  text-align: center;
  border-radius: 0px;
}
.detail-cell:last-child:after {
  display: none;
}
.detail-cell:after {
  content: '\f0ab';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 50%;
  bottom: -30px;
  width: 30px;
  height: 50px;
  color: #f7ae1a;
  font-size: 30px;
}
.detail-cell ul li {
  list-style-position: outside;
  padding-left: 11px;
}
.detail-cell ul {
  padding-left: 33px;
}
.detail-cell {
  float: left;
  width: 100%;
  margin-bottom: 21px;
  background-color: rgba(255, 255, 255, 1);
  text-align: left;
  position: relative;
  padding: 5%;
}
.detail-cell span {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-bottom: 11px;
  width: 100%;
  color: #1e4097;
}
.detail-cell i {
  font-size: 40px;
  color: #FFFFFF;
  clear: right;
  display: block;
  margin-bottom: 21px;
  width: 90px;
  background-color: #f7ae1a;
  height: 90px;
  text-align: center;
  padding-top: 25px;
}
.detail-icon {
  width: 10%;
  float: left;
}
.dt-desc {
  float: left;
  width: 70%;
}
.iconwrap2 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 55px;
  max-width: 1200px;
}
.clean-circles:hover {
  outline-offset: -21px;
  outline: solid 1px rgba(255, 255, 255, 1);
}
.clean-circles {
  height: 300px;
  width: 31%;
  background-color: rgba(36, 53, 119, 0.8);
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  outline: solid 1px rgba(255, 255, 255, 0.3);
  outline-offset: -11px;
  transition: all ease-in 222ms;
}
.clean-circles span {
  max-width: 250px;
  display: inline-block;
  padding-top: 11px;
}
.clean-circles span strong {
  font-size: 23px;
  display: block;
  margin-bottom: 6px;
}
.clean-circles img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 11%;
}
.c-blue {
  background-color: rgba(23, 56, 139, 0.6);
}
.c-yellow {
  background-color: rgba(247, 174, 26, 0.6);
}
.whycells:hover:after {
  right: 0px;
  color: #f7ae1a;
}
.whycells:last-child:after {
  display: none;
}
.whycells:after {
  content: '\f178';
  position: absolute;
  right: 5px;
  bottom: 55%;
  font-size: 33px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transition: all ease 333ms;
}
.whycells {
  width: 17%;
  margin-bottom: 1%;
  display: inline-block;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.whycells span {
  display: inline-block;
}
.whycells i {
  font-size: 45px;
  display: block;
  color: #FFFFFF;
  border-radius: 4px;
  width: 111px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 21px;
  border: 2px solid #FFFFFF;
  transition: all ease 333ms;
}
.whycells:hover i {
  background-color: #FFFFFF;
  color: #f7ae1a;
}
.TTITLEWHOWESERV {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 21px;
}
.bgcoloryellow img {
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
}
.news-updates-3-col {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  border: 1px solid #F0F3FB;
  min-height: 550px;
  padding: 3%;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
}
.news-updates-3-col:hover {
  box-shadow: 0 0 11px 0 #D9D9D9;
}
.news-updates-3-col .date {
  float: left;
  width: 100%;
  font-size: 27px;
  font-weight: bold;
  background-image: url(../images/gradi.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 27px;
  padding-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #f7ae1a;
  border-radius: 0;
}
.news-updates-3-col .date span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 7px;
  background-image: none;
  height: auto;
  width: auto;
  color: #000000;
}
.ns-tile {
  float: left;
  width: 100%;
  font-size: 21px;
  min-height: 90px;
  font-weight: bold;
  line-height: normal;
}
.ns-desc {
  width: 100%;
  margin-top: 11px;
  float: left;
  font-size: 14px;
  line-height: 23px;
  min-height: 160px;
}
#blog {}
#blog img {
  float: right;
  margin-bottom: 3%;
  margin-left: 5%;
  max-width: 1200px;
  height: auto;
}
.playbtn {}
.gallerycol li {
  text-align: center;
  color: #fff;
  position: relative;
  width: 23%;
  margin-bottom: 2%;
  overflow: hidden;
  box-shadow: 0 0 11px 0 #C4C4C4;
}
.gallerycol img {
  width: 100%;
  display: block;
  height: 240px;
  transition: all 555ms ease-in-out;
  object-fit: cover;
}
.gallerycol {
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; width: 100%;
}
.gallerycol li:hover img {
  transform: scale(1.2);
}
.playbtn {
  width: 23%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  position: relative;
}
.playbtn:after {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  content: '\f144';
  z-index: 12;
  bottom: 50%;
  margin-bottom: -25px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #f7ae1a;
  font-size: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: normal;
}
.playbtn:hover:after {
  color: #FFFFFF;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 35px;
  color: #21439a;
  background-image: url(../images/l3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 21px;
  line-height: normal;
}
h4 {
  font-size: 25px;
  color: #F4A809;
  display: block;
  margin-bottom: 11px;
  margin-top: 11px;
}
.abt-icon-wrap {
  float: left;
  width: 100%;
  background-color: #F7F8FB;
  text-align: center;
  margin-top: 33px;
  padding-top: 5%;
  padding-right: 1%;
  padding-bottom: 3%;
  padding-left: 1%;
}
.abt-icon-wrap .whycells:after {
  display: none;
}
.abt-icon-wrap .whycells i {
  border-top-color: #f7ae1a;
  border-right-color: #f7ae1a;
  border-bottom-color: #f7ae1a;
  border-left-color: #f7ae1a;
  color: #485a87;
  height: auto;
  width: auto;
}
.abt-icon-wrap .whycells {
  color: #000000;
  margin-right: 1%;
  margin-left: 1%;
  width: 22%;
}
.abt-icon-wrap .whycells:hover i {
  background-color: #f7ae1a;
  color: #FFFFFF;
}
h5 {
  font-size: 14px;
}
.social {
  width: auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 21px;
  margin-top: 11px;
}
.social img {}
.social a {
  height: 37px;
  width: 37px;
  float: left;
  border-radius: 50%;
  transition: all ease 0.3s;
  margin-top: 0;
  margin-right: 9px;
  margin-bottom: 0;
  background-color: #ffb424;
  vertical-align: middle;
  padding: 4px;
}
.social a:hover {
  transform: rotate(360deg);
  background-color: #1A3687;
}
.credit {
  float: left;
  width: 100%;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #D6D6D6;
  padding-top: 33px;
  margin-top: 22px;
  font-size: 14px;
}
#back-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  float: right
}
#back-top a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 11px;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffb42c;
  width: 39px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px 0px 0px 0px;
}
#back-top a:hover {
  background-color: #1A3687
}
.footer {
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 33px;
  background-color: #FFFFFF;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #FFCC00;
}
.footercellsnew {
  float: right;
  width: 18%;
}
.footercellsnew strong {
  color: #163b99;
}
.footaddress {
  float: left;
  width: 35%;
  text-align: left;
  line-height: 25px;
}
.foot-p-e-call {
  float: right;
  width: 25%;
  margin-left: 2%;
  text-align: left;
  font-size: 22px;
  line-height: 44px;
}
.footaddress img {
  float: left;
  margin-right: 55px;
  width: 25%;
  height: auto;
}
.lineline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 33px;
  padding-bottom: 33px;
}
.div100 {
  float: left;
  height: auto;
  width: 100%;
}
.con {
  line-height: normal;
  padding-right: 9px;
  padding-left: 5px;
  width: 55px;
  margin-top: 2px;
}
.con2 {
  line-height: normal;
  padding-right: 5px;
  padding-left: 5px;
  width: 33px;
}
a.fffff {
  color: #666666;
}
a.fffff:hover {
  color: #FFB424;
}
.f-3-col a {
  color: #ECE3DA;
}
.f-3-col {
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
}
.f-3-col a:hover {
  color: #FF9900;
}
.aligncenter {
  text-align: center;
}
.media-----------------start------------------------------------------------ {}
/*zoom mode 125 */
@media (min-width: 767px) and (max-width:1600px) {
  .picwrapwide:after {
    right: -30px;
  }
}
/*zoom mode 125 end*/
/* media start*/
@media(max-width:1440px) {
  .alignright {
    padding-left: 0%;
  }
  .whoweare-wrap {
    width: 50%;
    min-height: auto;
    margin-left: -5%;
    padding-top: 111px;
    padding-bottom: 4%;
  }
  .whowe-pic-wrap {
    width: 38%;
    margin-right: -21px;
    margin-top: 75px;
  }
  .innerbannercaption {
    left: 21%;
  }
  .logo {
    width: 150px;
  }
  .toppanel.fixed .logo {
    width: 70px;
  }
  .pace-home-2-col {
    padding-right: 5%;
  }
  .pace-home-2-col:last-child {
    padding-left: 5%;
  }
  .picwrapwide:before {
    height: 210px;
    width: 209px;
    left: -20px;
    top: -50px;
  }
  .picwrapwide:after {
    right: -20px;
    bottom: -50px;
    z-index: -1;
  }
  .banner-text {
    margin-top: 24%;
  }
  .banner {
    background-size: 110%;
  }
  .maxwidthwrap {
    padding-left: 2%;
    padding-right: 2%;
  }
  .menuwrap {
    margin-top: 0%;
  }
  .callus {
    margin-top: 7px;
  }
  .language {
    margin-top: -5px;
  }
  .iconcells img {
    width: 90px;
    height: auto;
  }
  .iconcells section {
    padding-left: 18px;
    margin-top: 5%;
    font-size: 18px;
  }
  .banner-social:before {
    height: 130px;
    bottom: -130px;
  }
  .banner-social:after {
    height: 130px;
    top: -130px;
  }
}
@media(max-width:1369px) {
  .cells h3 {
    font-size: 21px;
    max-width: 80%;
  }
  .home-service-3-col {
    width: 29%;
  }
  .pace-home-2-col img {
    width: 30%;
    height: auto;
  }
  .pace-home-2-col span {
    font-size: 43px;
    padding-top: 5px;
  }
}
@media(max-width:1280px) {
  .pace-home-2-col span {
    font-size: 35px;
  }
}
@media(max-width:820px) {
  .news-updates-3-col {
    width: 46%;
  }
  #blog img {
    float: left;
    margin-bottom: 3%;
    margin-left: 0%;
    width: 100%;
  }
  .whattoexpect-3-col-wrap {
    column-count: 2;
  }
  .yellowband strong {
    display: block;
    padding-right: 0;
    text-align: center;
    border-right-style: none;
    margin-right: 0px;
  }
  .yellowband {
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
  }
  .getquote-now {
    display: block;
    float: left;
    width: 100%;
    padding-top: 33px;
  }
  .whattoexpect-3-col-wrap ul li {
    margin-left: 0px;
    width: 90%;
  }
  .maxwidthwrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .innerphonewrap {
    background-color: rgba(255, 255, 255, 0);
  }
  .media-reels {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .banner {
    background-size: cover;
    height: 45vh;
  }
  .side-text {
    left: -60px;
    bottom: 45%;
    font-size: 8px;
  }
  .banner-text {
    float: left;
    margin-left: 1%;
    margin-top: 24%;
  }
  .c1 {
    width: 123px;
  }
  .homeleft {
    width: 100%;
    margin-top: 7%;
  }
  .homerigh-text {
    width: 100%;
    padding-left: 4%;
    padding-top: 5%;
  }
  .wrap .homerigh-text section {
    max-width: 100%;
  }
  .homerigh-text h2 {
    font-size: 4vw;
    max-width: 95%;
  }
  .home-service-3-col {
    width: 50%;
    display: inherit;
    float: left;
  }
  .home-service-3-col:nth-child(3) {
    display: none;
  }
  .home-service-3-col.toppadsmall {
    padding-top: 0%;
  }
  .colorlightblue {
    background-position: -252px top;
    background-size: cover;
  }
  .banner-social {
    display: none;
  }
  .callus {
    margin-top: 1.2%;
  }
  .language {
    margin-top: -2px;
    margin-right: 5%;
  }
  .home-4-service-col {
    width: 49.5%;
  }
  .home-4-service-col img {
    height: 350px;
  }
  .logo {
    width: 150px;
    padding-top: 11px;
  }
  .toppanel.fixed .logo {
    width: 150px;
  }
  .clientpic {
    width: 100%;
  }
  .clientpic:after {
    display: none;
  }
  .pace-home-2-col img {
    width: 50%;
    margin-bottom: 11px;
  }
  .pace-home-2-col span {
    margin-bottom: 21px;
  }
  .pace-home-2-col:last-child:before {
    left: -10px;
  }
  .testimonial-col {
    width: 100%;
    margin-left: 0%;
    margin-top: 55px;
  }
  .welcome-text h2 {
    font-size: 4.8vw;
  }
  .pacetitle {
    font-size: 3.5vw;
  }
  .footercellsnew {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 21px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D6D6D6;
    padding-top: 21px;
  }
  .footaddress {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 25px;
    padding-left: 0%;
    margin-bottom: 21px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 18px;
  }
  .footaddress img {
    float: none;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-bottom: 22px;
  }
  .detail-cell {
    padding-bottom: 11%;
  }
  .detail-icon {
    margin-right: 11%;
  }
  .gallerycol li {
    width: 47%;
  }
}
@media (max-width: 560px) {
  .ov-side {
    padding: 9px
  }
  .maxwidthwrap {
    padding-left: 2%;
    padding-right: 2%;
  }
  .banner-text {
    margin-top: 21%;
    width: 70%;
  }
  .banner-text h1 {
    font-size: 6.5vw;
  }
  .banner {
    background-position: -290px top;
    height: 65vh;
  }
  .sliderwrap {
    height: 65vh;
  }
  .callus {
    margin-top: 11%;
    font-size: 15px;
    float: left;
    color: #FFFFFF;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding-top: 11px;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
  }
  .callus i {
    color: #FFFFFF;
    background-color: transparent;
    padding: 9px;
    margin-right: 11px;
  }
  .topwrap:after {
    bottom: 0px;
    height: 50%;
    width: 100%;
    right: 0px;
    z-index: 0;
  }
  .topwrap {
    padding-bottom: 55px;
    height: 600px;
  }
  .subtitle:after, .subtitle2:after, .subtitle3:after {
    width: 100px;
    height: 2px;
    background-color: #000099;
    position: absolute;
    content: '';
    bottom: -22px;
    margin-left: -50px;
    left: 50%;
  }
  .subtitle:before, .subtitle2:before, .subtitle3:before {
    display: none;
  }
  .home-service-3-col {
    width: 95%;
  }
  .whoweare-wrap {
    width: 100%;
    margin-left: 0%;
    padding-top: 111px;
  }
  .whowe-pic-wrap {
    width: 90%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: -53px;
  }
  .colorgradient {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .COLORYELLOW section {
    max-width: 95%;
    margin-bottom: 66px;
  }
  .c1 {
    width: 50%;
    margin-bottom: 77px;
  }
  .c1:after {
    bottom: -64px;
    margin-left: -31.5px;
    left: 50%;
    transform: rotate(90deg);
  }
  .homerigh-text h2 {
    font-size: 7vw;
  }
  .col2 {
    width: 100%;
    padding-right: 0%;
  }
  .picwrapprofile {
    float: left;
    width: 100%;
    margin-bottom: 66px;
    margin-left: 0%;
  }
  #bullet ul li {
    width: 100%;
  }
  #bullet ul {
    padding-top: 11%;
  }
  .inner-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .servi-box22 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
    margin-left: 0%;
    min-height: auto;
  }
  .servicewrap {
    padding: 7%;
  }
  .servi-box22 img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 22px;
    margin-top: 21px;
  }
  .servi-box22 h3 {
    width: 100%;
  }
  .missionbox, .visionbox {
    width: 100%;
    margin-bottom: 21px;
  }
  .colourwrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .foot-p-e-call {
    float: left;
    width: 100%;
    margin-left: 0%;
    text-align: left;
    padding-right: 5%;
    padding-left: 5ex;
  }
  .contact-cells {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
    min-height: auto;
    padding-bottom: 55px;
  }
  .wrap .inner-content .homerigh-text {
    margin-bottom: 45px;
    margin-top: 24px;
  }
  .innerbannercaption h1 {
    font-size: 20px;
  }
  .innerbannercaption h1 span {
    font-size: 30px;
  }
  .innerbannercaption {
    left: 7%;
    top: 51%;
  }
  .innerphonewrap {
    display: none
  }
  .logo {
    width:130px;
    
  }
  
  .toppanel.fixed .logo {
    margin-top: 3px;
    margin-bottom: 3px; width: 100px
  }
  .iconcells {
    width: 100%;
    margin-right: 0%;
    padding-top: 11px;
  }
  .iconcells section {
    max-width: 100%;
    font-size: 16px;
  }
  .welcome-text h2 {
    font-size: 8vw;
    margin-top: 13px;
  }
  .welcome-text {
    margin-top: 60px;
  }
  .pacetitle {
    font-size: 5vw;
  }
  .home-4-service-col {
    width: 100%;
    margin-bottom: 11px;
  }
  .picwrapwide:before {
    left: -10px;
    top: -50px;
  }
  .picwrapwide:after {
    right: -10px;
  }
  .btmpad {
    padding-bottom: 150px;
  }
  .pace-home-2-col {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 125px;
  }
  .pace-home-2-col:before {
    left: 100px;
    top: -50px;
  }
  .pace-home-2-col:last-child:before {
    left: 125px;
  }
  .pad-top-and-btm-big {
    padding-bottom: 10px;
  }
  .pace-call-bg {
    min-height: 430px;
    text-align: center;
    font-size: 35px;

    background-position: -390px top;
  }
  .req-cell, .cont-cell {
    margin-bottom: 11px;
    margin-left: 0px;
  }
  .toppanel.fixed .callus {
    display: none
  }
  .language {
    margin-top: -2px;
    padding-right: 5%;
  }
  .toppanel.fixed .language {
    margin-top: -5px;
    padding-right: 18%;
  }
  .teamcells {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    margin-left: 0;
    min-height: auto;
  }
  .evaluation, .price {
    width: 100%;
    margin-bottom: 11px;
    font-size: 21px;
  }
  .whycells {
    width: 47%;
    margin-right: 1%;
    margin-bottom: 3%;
    margin-left: 1%;
  }
  .clean-circles {
    height: 300px;
    width: 100%;
    margin-bottom: 21px;
  }
  .innertitle-text h2, .innertitle-text h1 {
    font-size: 7vw;
    margin-top: 11px;
  }
  .detail-cell span {
    display: block;
    float: left;
    width: 100%;
    line-height: normal;
    font-size: 25px;
  }
  .detail-cell {
    padding-bottom: 25%;
  }
  .detail-cell:after {
    left: 47%;
  }
  .detail-cell i {
    display: block;
    float: none;
    margin-bottom: 21px;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
  }
  .detail-icon {
    float: left;
    width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  .dt-desc {
    float: left;
    width: 100%;
  }
  .whattoexpect-3-col-wrap {
    column-count: 1;
  }
  .language {
    padding-right: 9%;
  }
  .gallerycol li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 2%;
    margin-left: 0%;
  }
  .home, .office, .apartment {
    border: 2px solid #ccc;
    height: 90px;
    width: 100px;
    background-size: 50px;
  }
  .formwidth {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
  }
  .formwrap {
    padding-right: 1%;
    padding-left: 1%;
  }
  .news-updates-3-col {
    width: 100%;
    padding: 31px;
  }
  .pace-head {
    padding-top: 7px;
    background-color: #163A9A;
    padding-bottom: 7px;
    padding-left: 21px;
    background-image: none;
    padding-right: 21px;
    top: 5%;
    left: 0%;
    border-radius: 0px;
  }
  .product01-cols section {
    width: 100%;
    float: left;
  }
  .p-description {
    float: left;
    width: 100%;
    padding-left: 7%;
    padding-top: 35px;
  }
  .data table {
    font-size: 13px;
  }
  .pacedotbg {
    width: 30%;
    background-position: 95% 7px;
  }
}
@media (max-width: 360px) {
  .iconcells img {
    width: 70px;
  }
}
@media screen and (max-width:930px) and (orientation: landscape) {
  .banner-social {
    display: none;
  }
  .banner {
    height: 100vh;
    background-size: 100%;
  }
  .banner-text {
    margin-top: 14%;
  }
  #blog img {
    float: left;
    margin-bottom: 3%;
    margin-left: 0%;
    width: 100%;
  }
}