@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  color: #333333;
  line-height: normal;
}
html {
  scroll-behavior: smooth;
}
#go {}
.topwrap {
  height: 100vh;
  width: 100%;
  float: left;
  background-color: #FFFFFF;
  padding: 2.5%;
  position: relative;
  z-index: 9999;
}
.topwrap:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 50%;
  right: 0px;
  z-index: 0;
  background-color: #58546b;
}
.topwrap:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 50%;
  z-index: 0;
  background-color: #cfd3df;
  left: 0px;
  top: 0px;
}
.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;
}
.howitworks-link {
  text-align: center;
  width: 100%;
}
.clientlogos {
  width: 100%;
  max-width: 1315px;
  height: auto;
}
.wrap.logobg .inner-content .media-reels iframe {
  width: 100%;
}
.split {
  column-count: 2;
  column-gap: 11px;
}
.split2 {
  column-count: 2;
  column-gap: 40px;
  float: left;
  width: 100%;
  padding-top: 5%;
}
.split2 strong {
  font-size: 21px;
  color: #812E68;
  display: block;
}
.logo {
  float: left;
  width: 180px;
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 34px;
}
ul.split {
  padding-left: 21px;
}
.logo img {
  max-width: 95px;
  height: auto;
  width: 90px;
}
.media-reels {
  float: left;
  width: 49%;
  margin-right: 0.5%;
  margin-bottom: 3%;
  margin-left: 0.5%;
  min-height: 350px;
  background-color: #E6E6E6;
}
.banner-inner .toppanel .logo {
  margin-left: 5%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  margin-top: 1%;
  width: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.banner-inner .toppanel .logo img {
  filter: brightness(1000%);
}
.innerbannercaption {
  position: absolute;
  left: 18.5%;
  bottom: 80px;
  color: rgba(255, 255, 255, 1);
}
.wrap .inner-content .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: 60px;
  padding-top: 2%;
  box-shadow: 0 11px 21px -21px #999999;
}
.wrap .inner-content .homerigh-text span {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.wrap .inner-content .homerigh-text h2 {
  text-transform: none;
  font-size: 33px;
}
.innerbannercaption h1 {
  font-size: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
}
.innerbannercaption h1 span {
  font-size: 40px;
  font-weight: bold;
  background-clip: text;
  background: linear-gradient(151deg, rgba(221, 67, 119, 1) 27%, rgba(255, 167, 14, 1) 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.inner-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  height: auto;
  line-height: 27px;
  padding-bottom: 111px;
  color: #666666;
  font-weight: lighter;
  font-size: 16px;
  display: table;
}
@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: 1.3%;
}
.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;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  width: 45%;
  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: #e9553d;
  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: #47265b;
}
.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%;
  background: linear-gradient(151deg, rgba(138, 36, 111, 1) 12%, rgba(236, 90, 53, 1) 100%);
  height: 115%;
  width: 50%;
  z-index: -1;
  transition: all ease 222ms;
}
.picwrapprofile:hover img {
  transform: scale(1.2);
}
.picwrapprofile:hover:after {
  width: 70%;
}
.picwrapprofile:hover:before {
  bottom: 20%;
  height: 260px;
  background-color: #7068ad;
}
.picwrapprofile:before {
  content: '';
  position: absolute;
  right: 0%;
  background-color: #443c76;
  height: 160px;
  width: 80px;
  bottom: 20%;
  color: #FFFFFF;
  transition: all ease 222ms;
  z-index: 1;
}
.toppanel {
  float: left;
  width: 100%;
  position: relative;
  top: 0.1px;
}
.toppanel.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #edeef3;
  padding-left: 2.5%;
  z-index: 99999;
  box-shadow: 0 11px 31px -11px #3b384b;
}
.toppanel.fixed .logo {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 55px;
  padding-left: 55px;
}
.banner-inner .toppanel.fixed .logo {
  margin-left: 3%;
  background-color: #FFFFFF;
  margin-top: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.banner-inner .toppanel.fixed .logo img {
  filter: brightness(1);
}
.banner-inner .toppanel.fixed .innerphonewrap {
  border: none;
}
.banner-inner .toppanel.fixed .menuwrap {
  margin-top: 0.6%;
  margin-left: 2.7%;
}
.banner-inner .toppanel.fixed .innerphonewrap .f-3-col {
  margin-top: 3px;
}
.toppanel.fixed .menuwrap {
  margin-top: 0.8%;
  margin-left: 2%;
}
.toppanel.fixed .logo img {
  width: 45px;
}
.menuwrap {
  float: left;
  width: auto;
  margin-top: 3.5%;
  margin-left: 4%;
}
.banner {
    width: 100%;
    height: 100%;
    background-color: #f6f7fa;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    float: left;
    z-index: 1;
    background-size: cover;
}
.banner-inner {
  width: 100%;
  height: 300px;
  background-color: #1a1d46;
  background-image: url(../images/inner-header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  float: left;
  z-index: 1;
  background-size: cover;
}
.bannerphone {
  position: absolute;
  right: 5%;
  bottom: 1.5%;
  z-index: 1;
  color: #FFFFFF;
  letter-spacing: 2px;
  font-weight: lighter;
  font-size: 14px;
}
.bannerphone strong {
  color: #FF9900;
}
.banner:before {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  left: 180px;
  bottom: 0px;
  height: 100%;
  width: 1px;
}
.side-text {
  position: absolute;
  left: -120px;
  transform: rotate(-90deg);
  bottom: 45%;
  text-align: center;
  display: inline-block;
  letter-spacing: 3px;
  color: #505a77;
  font-weight: lighter;
}
.banner-social {
  width: 60px;
  position: absolute;
  right: 0px;
  bottom: 40%;
  background-color: #ef5f33;
  padding-top: 21px;
  padding-bottom: 21px;
}
.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;
}
.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: 18px;
  line-height: 27px;
  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%;
}
.colorlightblue {
  background-color: #fff1dc;
  background-image: url(../images/bulb.jpg);
  background-position: center top;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
}
.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;
}
.homerigh-text {
  float: left;
  width: 50%;
  padding-left: 4%;
  padding-top: 5%;
}
.homerigh-text span {
  color: #2d3585;
  display: block;
  margin-bottom: 21px;
  font-size: 21px;
}
.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;
}
.homerigh-text h2 {
  font-size: 3vw;
  color: #695C78;
  text-transform: uppercase;
  max-width: 80%;
  margin-bottom: 33px;
  line-height: normal;
  font-weight: normal;
}
.homerigh-text h2 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;
}
.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;
}
* {
  box-sizing: border-box;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  transition: all ease 222ms;
}
::selection {
  background: #8f357d;
  color: #fff;
}
::-moz-selection {
  background: #8f357d;
  color: #fff;
}
a {
  color: #666666;
  text-decoration: none;
  transition: all ease-out 222ms;
}
a:hover {
  color: #FFCC00;
}
a.BB {
  overflow: hidden;
  width: 180px;
  margin-top: 45px;
  padding-top: 12px;
  color: #FFFFFF;
  letter-spacing: 3px;
  display: block;
  font-weight: bold;
  background-color: #4a4466;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}
a.BB::before {
  position: absolute;
  content: '';
  background-color: #f04d52;
  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;
  border-color: #f04d52;
  z-index: 1;
}
a.dd {
  overflow: hidden;
  width: auto;
  margin-top: 45px;
  padding-top: 12px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  background-color: #2c3383;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
  padding-right: 21px;
  padding-left: 21px;
}
a.dd::before {
  position: absolute;
  content: '';
  background-color: #b83d53;
  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: #FFFFFF;
  border-color: #f04d52;
  z-index: 1;
}
.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;
}
.innerbanner {
  float: left;
  width: 100%;
  height: 333px;
  background-image: url(../kukskitchen-images/mask.png), url(../kukskitchen-images/banner.jpg);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: contain, 50%;
  border-radius: 0 0 21px 21px;
  overflow: hidden;
  position: relative;
  margin-bottom: 21px;
}
.home-banner {
  float: left;
  width: 100%;
  height: 825px;
  background-image: url(../kukskitchen-images/banner.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  border-radius: 0 0 21px 21px;
  overflow: hidden;
  position: relative;
  margin-bottom: 21px;
}
.banner-text {
  width: 50%;
  float: left;
  margin-left: 14%;
  margin-top: 7%;
}
.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: 3.1vw;
  color: #454063;
  text-transform: uppercase;
  font-weight: normal;
}
.banner-text h1 span {
  font-weight: bold;
  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;
}
.innerphonewrap {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: -1;
  padding-top: 9px;
  padding-bottom: 9px;
}
.banner-inner .toppanel .menuwrap {
  margin-top: 18px;
  margin-left: 4.8%;
}
.banner-inner .innerphonewrap .f-3-col {
  width: 30%;
  float: right;
  margin-right: 8%;
  color: rgba(255, 255, 255, 0.8);
}
.banner-inner .toppanel.fixed .innerphonewrap .f-3-col {
  color: #271F56;
}
.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;
}
.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: 100%;
  margin-bottom: 1%;
  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 span {
  display: block;
}
.servi-box22 img {
  float: left;
  margin-bottom: 151px;
  margin-top: -20px;
  margin-left: -22px;
  height: auto;
  width: 20%;
  margin-right: 3%;
  max-width: 114px;
}
.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;
  margin-bottom: 21px;
  display: inline-block;
  color: #FFFFFF;
}
.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;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 25px;
  color: #812E68;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 14px;
}
.social {
  width: auto;
  text-align: center;
  display: inline-block;
  padding-top: 11px;
  margin-bottom: 21px;
}
.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: #e24855;
  vertical-align: middle;
  padding: 4px;
}
.social a:hover {
  transform: rotate(360deg);
  background-color: #0B6FE8;
}
#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: #544B8B;
  width: 39px;
  padding-top: 7px;
  padding-bottom: 7px
}
#back-top a:hover {
  background-color: #FF9900
}
.footer {
  float: left;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  background-color: #38335e;
  color: #E7E4F1;
  font-size: 16px;
  font-weight: lighter;
  line-height: 25px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #b4465a;
}
.footaddress {
  float: left;
  width: 45%;
  text-align: left;
  line-height: 25px;
}
.foot-p-e-call {
  float: right;
  width: 25%;
  margin-left: 2%;
  text-align: left;
  font-size: 18px;
  line-height: 44px;
}
.footaddress img {
  float: left;
  margin-right: 55px;
}
.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: rgba(184, 180, 214, 1);
}
a.fffff:hover {
  color: rgba(255, 153, 0, 1);
}
.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;
}

/* tighten headings on the privacy page */
.privacy .subtitle {
    margin: 0 0 16px !important;
    /* was big; make it compact */
}

/* prevent extra space from the element after the heading */
.privacy .subtitle+* {
    margin-top: 0 !important;
}

/* general tidy: lists/paragraphs don’t need a top margin here */
.privacy ul,
.privacy p {
    margin-top: 0;
}

/* if your bullets look cramped after this, add a small gap */
.privacy ul {
    margin-bottom: 16px;
}

/*zoom 125*/
@media (min-width: 767px) and (max-width:1600px) {
  .side-text {
    left: -70px;
    bottom: 45%;
    letter-spacing: 1px;
    font-size: 15px;
  }
}
/*zoom 125 end */
/*zoom 150 */
@media (min-width: 667px) and (max-width:1400px) {
  .logo {
    width: 180px;
  }
  .banner-text {
    margin-left: 19%;
    margin-top: 4%;
  }
  .side-text {
    bottom: 38%;
    letter-spacing: 1px;
    font-size: 15px;
  }
}
@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%;
  }
}
@media(max-width:1369px) {
  .cells h3 {
    font-size: 21px;
    max-width: 80%;
  }
  .home-service-3-col {
    width: 29%;
  }
  .toppanel.fixed .logo img {
    width: 60%;
  }
}
@media(max-width:820px) {
  .innerphonewrap {
    background-color: rgba(255, 255, 255, 0);
  }
  .banner-inner .innerphonewrap .f-3-col {
    width: 50%;
    margin-right: 8%;
    color: #CCC;
  }
  .banner-inner .toppanel.fixed .innerphonewrap .f-3-col {
    margin-top: 3px;
    color: #000;
    font-size: 15px;
  }
  .media-reels {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .topwrap {
    height: 45vh;
    padding: 5%;
  }
  .banner {
    background-size: 140%;
    background-position: -150px top;
  }
  .side-text {
    left: -60px;
    bottom: 45%;
    font-size: 8px;
  }
  .logo {
    width: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .logo img {
    width: 60%;
  }
  .banner:before {
    left: 120px;
  }
  .banner-text {
    float: left;
    margin-left: 22%;
    margin-top: 7%;
  }
  .bannerphone {
    font-size: 12px;
    letter-spacing: normal;
    bottom: 11px;
  }
  .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;
  }
  .toppanel.fixed .logo img {
    width: 40px;
  }
  .toppanel.fixed .logo {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .banner-social {
    display: none;
  }
}
@media (max-width: 560px) {
  .side-text, .banner:before {
    display: none;
  }
  .banner-text {
    margin-left: 8%;
    margin-top: 7%;
    width: 70%;
  }
  .banner-text h1 {
    font-size: 6vw;
  }
  .banner {
    background-size: cover;
    background-position: -520px top;
  }
  .topwrap:after {
    bottom: 0px;
    height: 50%;
    width: 100%;
    right: 0px;
    z-index: 0;
  }
  .topwrap {
    padding-bottom: 55px;
    height: 600px;
  }
  .bannerphone {
    width: 70%;
    margin-left: -35%;
    left: 50%;
    text-align: center;
    bottom: 21px;
    font-size: 14px;
  }
  .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%;
  }
  .footaddress {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 25px;
    padding-left: 7%;
    margin-bottom: 21px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 18px;
  }
  .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
  }
  .toppanel.fixed .logo img {
    width: 30px;
  }
  .banner-inner .toppanel .logo {
    margin-left: 5%;
    background-color: #FFFFFF;
    margin-top: 3.2%;
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
  }
  .banner-inner .toppanel.fixed .logo {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .banner-inner .toppanel .logo img {
    filter: brightness(1);
  }
  .split {
    column-count: 1;
    column-gap: 0px;
  }
}
@media screen and (max-width:933px) and (orientation: landscape) {
  .side-text, .banner:before {
    display: none;
  }
  .banner-social {
    display: none;
  }
  .logo {
    width: 110px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .logo img {
    width: 50%;
  }
  .banner {
    background-position: -600px center;
  }
}