@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif !important;
  overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
  background: #333;
}
::selection {
  color: #fff;
  background: #333;
}
::-webkit-scrollbar-track {
  background-color: #cacaca;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #353535;
}
a {
  text-decoration: none !important;
}
.pdd {
  padding: 0 !important;
}
.home {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  z-index: 999;
  top: 0;
  position: absolute;
}
.fixheader {
  position: fixed;
  top: 0;
  padding: 18px 0;
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
p {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #555;
}
.logo {
  padding: 0 !important;
}
.logo img {
  width: 240px;
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-collapser {
  position: absolute;
  top: -43px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 0;
  top: 24px;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
  width: 30px;
}
.collapse-button span:nth-of-type(3) {
  width: 20px;
}
.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 40px;
  position: relative;
  margin: 4px 0;
  background: #333;
  border-radius: 1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}
.crotate span:nth-of-type(2) {
  display: none;
}
ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table
}
ul.slimmenu:after {
  clear: both
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none
}
ul.slimmenu li ul li {
  width: 100%;
  padding: 0 15px;
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 5px 0 !important;
  min-width: 210px;
  background: #fff;
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%
}
ul.slimmenu li a {
  padding: 0 17px;
  margin: 0;
  line-height: 35px;
  font-size: 13.2px;
  display: block;
  text-decoration: none;
  color: #030712;
  font-weight: 400;
  letter-spacing: .4px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}
ul.slimmenu li:last-child a {
  padding: 0 0 0 13px;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  font-size: 13px;
  text-transform: none;
  border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
  display: none;
}
ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
  color: #ff2625;
}
ul.slimmenu li.active a {
  color: #ff2625;
}
ul.slimmenu li a:hover {
  color: #ff2625;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 10px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle
}
ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #333;
  font-size: 10px;
  font-weight: 100;
  vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
  color: #000;
}
ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
  border-left: 0
}
.slide-banner {
  position: relative;
  padding: 90px 0;
}
.slide-banner:before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 115%;
  left: 0;
  top: 0;
  background: url("../images/sbg.jpg") no-repeat;
  background-size: 100% 100%;
}
.move2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}
.circle1 {
  width: 90px;
  position: absolute;
  top: 14%;
  right: 5%;
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;
}
.circle2 {
  width: 50px;
  position: absolute;
  top: 41%;
  right: 2%;
  -webkit-animation: move1 2s infinite;
  animation: move1 2s infinite;
}
.circle4 {
  width: 77px;
  position: absolute;
  bottom: -17%;
  opacity: .64;
  right: 8%;
  -webkit-animation: move1 7s infinite;
  animation: move1 7s infinite;
}
.circle3 {
  width: 110px;
  position: absolute;
  bottom: 7%;
  left: 28%;
  -webkit-animation: move1 17s infinite;
  animation: move1 17s infinite;
}
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
.slidetext {
  padding: 0 !important;
  z-index: 9;
  margin: 9% 0 0 0;
}
.slidetext h2 {
  font-size: 38px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  text-align: left;
  color: #f78f1e;
  letter-spacing: 1.5px;
  -webkit-text-fill-color: #fff0e3;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f78f1e;
}
.slidetext h3 {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px 0;
  letter-spacing: .4px;
  border-radius: 7px;
  padding: 1px 13px;
  color: #ff4e4b;
  border: 1px solid #ffa6a6;
  display: inline-block;
}
.slidetext h4 {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 18px 0;
  color: #555;
}
.slidetext p {
  padding: 0 0 16px 0;
  margin: 0;
}
.slidetext h4 span {
  font-weight: 700;
  color: #444;
}
.btn1 {
  width: auto;
  font-size: 13px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  letter-spacing: 1.2px;
  border-radius: 8px;
  margin: 0;
  padding: 0 30px;
  color: #ffffff;
  font-weight: 400;
  background: #ff2525;
  background: -moz-linear-gradient(-45deg, #ff2525 0%, #f78f1e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff2525), color-stop(100%, #f78f1e));
  background: -webkit-linear-gradient(-45deg, #ff2525 0%, #f78f1e 100%);
  background: -o-linear-gradient(-45deg, #ff2525 0%, #f78f1e 100%);
  background: -ms-linear-gradient(-45deg, #ff2525 0%, #f78f1e 100%);
  background: linear-gradient(135deg, #ff2525 0%, #f78f1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2525', endColorstr='#f78f1e', GradientType=1);
  text-transform: uppercase;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.btn1:hover, .btn1:focus {
  color: #ffff;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0px 5px 32px 0px rgba(247, 143, 30, 0.33);
  -moz-box-shadow: 0px 5px 32px 0px rgba(247, 143, 30, 0.33);
  box-shadow: 0px 5px 32px 0px rgba(247, 143, 30, 0.33);
}
.slideimg {
  padding: 0 0 0 100px !important;
  z-index: 9;
}
.slideimg img {
  width: 100%;
}
.about {
  padding: 150px 0 90px 0;
}
.title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: #444;
  margin: 0;
  padding: 0 0 17px 0;
}
.ableft {
  padding: 0 50px 0 0 !important;
}
.ableft p {
  margin: 0;
  padding: 0 0 7px 0;
}
.abright {
  padding: 0 !important;
}
.enquiry {
  width: 100%;
  padding: 25px;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}
.enquiry h3 {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 18px 0;
  color: #444;
}
.enquiry input, .enquiry textarea, .enquiry select {
  padding: 10px 15px;
  margin: 0 0 15px 0;
  width: 100%;
  height: 54px;
  background: rgb(0 0 0 / 5%);
  box-sizing: border-box;
  border: none;
  color: #444;
  font-weight: 400;
  font-size: 12px;
  border-radius: 0;
  letter-spacing: .8px;
  outline: none;
}
.enquiry textarea {
  height: 95px;
  margin: 0 0 5px 0;
}
.enquiry input[type=submit], .inrenquiry input[type=submit] {
  background: #fa6621;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 45px;
  margin: 0;
  height: 45px;
}
.abbox {
  padding: 20px 25px 6px 25px !important;
  background: #f78f1e;
  margin: 25px 0 0 0;
}
.abbox h3 {
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 5px 0;
  z-index: 1;
  padding: 0 90px 15px 0;
  color: #f78f1e;
  font-size: 18px;
  display: inline-block;
  position: relative;
}
.abbox h3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/rb.png");
  background-size: 100% 100%;
  top: 0;
  left: -39px;
  z-index: -1;
}
.abbox p {
  color: #fff;
  margin: 0 0 18px 0;
  padding: 0 0 0 70px;
  opacity: .8;
  position: relative;
}
.abbox p img {
  width: 52px;
  border: 1px solid #fff;
  background: #f78f1e;
  padding: 5px;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: 1s;
  -moz-transition: .1s;
  -o-transition: 1s;
  transition: 1s;
}
.abbox p:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.abbox p:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  top: 50%;
  left: 26px;
}
.abbox p:nth-of-type(3):before {
  display: none;
}
.why {
  padding: 150px 0 100px 0;
  position: relative;
}
.why:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/bg1.jpg");
  background-size: 100% 100%;
}
.wimg {
  padding: 0 40px 0 0 !important;
  margin: -40px 0 0 0;
}
.wimgin {
  position: relative;
  padding: 60px 25px;
  z-index: 1;
}
.wimg img {
  width: 100%;
}
.wimgin:before, .wimgin:after {
  content: '';
  width: 92%;
  height: 92%;
  display: block;
  position: absolute;
  left: 4%;
  top: 4%;
  z-index: -1;
  opacity: 1;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  -webkit-animation: morph 5s linear infinite;
  animation: morph 5s linear infinite;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  background: rgba(255, 37, 37, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 37, 37, 0.5) 0%, rgba(247, 143, 30, 0.5) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 37, 37, 0.5)), color-stop(100%, rgba(247, 143, 30, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 37, 37, 0.5) 0%, rgba(247, 143, 30, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(255, 37, 37, 0.5) 0%, rgba(247, 143, 30, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(255, 37, 37, 0.5) 0%, rgba(247, 143, 30, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 37, 37, 0.5) 0%, rgba(247, 143, 30, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2525', endColorstr='#f78f1e', GradientType=1);
}
.wimgin:after {
  -webkit-animation: morph 5s linear infinite;
  animation: morph 5s linear infinite;
  opacity: .25 !important;
  z-index: -2;
  border-radius: 55% 35% 48% 30%/40% 40% 70% 6%;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  background: rgba(247, 143, 30, 0.5);
  background: -moz-linear-gradient(left, rgba(247, 143, 30, 0.5) 0%, rgba(255, 37, 37, 0.5) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 143, 30, 0.5)), color-stop(100%, rgba(255, 37, 37, 0.5)));
  background: -webkit-linear-gradient(left, rgba(247, 143, 30, 0.5) 0%, rgba(255, 37, 37, 0.5) 100%);
  background: -o-linear-gradient(left, rgba(247, 143, 30, 0.5) 0%, rgba(255, 37, 37, 0.5) 100%);
  background: -ms-linear-gradient(left, rgba(247, 143, 30, 0.5) 0%, rgba(255, 37, 37, 0.5) 100%);
  background: linear-gradient(to right, rgba(247, 143, 30, 0.5) 0%, rgba(255, 37, 37, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78f1e', endColorstr='#ff2525', GradientType=1);
}
.slideimg img {
  width: 100%;
}
@-webkit-keyframes morph {
  0%, 100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    opacity: .89;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes morph {
  0%, 100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    opacity: .89;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
.wtext {
  padding: 0 0 0 30px !important;
}
.wtext p {
  margin: 0;
  padding: 0 0 7px 0;
}
.wboxmain {
  padding: 20px 0 0 0;
}
.whypdd {
  padding: 0 30px 30px 0 !important;
}
.whybox {
  padding: 0 !important;
}
.whybox h4 {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
  padding: 0;
  color: #555;
}
.whyboxp h4 {
  padding: 15px 0 0 0;
}
.whybox img {
  width: 55px;
  margin: 2px 25px 0 0;
  float: left;
  padding: 12px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
  -webkit-transition: 1s;
  -moz-transition: .1s;
  -o-transition: 1s;
  transition: 1s;
}
.whybox:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.seo {
  padding: 80px 0;
}
.seopdd {
  padding: 0 20px 0 0 !important;
}
.seopdd2 {
  padding: 0 0 0 20px !important;
}
.seobox {
  height: 535px;
  padding: 30px !important;
  border-radius: 15px;
  background: #f8faff;
}
.seopdd2 .seobox {
  background: #fff7fe;
}
.seobox img {
  width: 200px;
  margin: 0 auto 30px auto;
  -webkit-transition: 1s;
  -moz-transition: .1s;
  -o-transition: 1s;
  transition: 1s;
}
.seobox:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.seobox h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 10px 0;
  color: #444;
}
.seobox p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.why2 {
  padding: 80px 0 100px 0;
}
.why2 .wtext {
  padding: 0 30px 0 0 !important;
}
.why2 .wimg {
  padding: 0 0 0 40px !important;
  margin: 60px 0 0 0;
}
.stories {
  padding: 50px 0 90px 0;
  position: relative;
  background: url("../images/map.png") no-repeat;
  background-position: center center;
}
.stories .owl-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.stories .owl-carousel button.owl-dot.active span {
  background: #f78f1e;
}
.stories .owl-carousel button.owl-dot span {
  background: #ccc;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}
.stories .owl-carousel button.owl-dot {
  outline: none;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.stories .title {
  text-align: center;
}
.tesbox {
  position: relative;
  margin: 15px 0 0 0;
}
.tesbox img {
  width: 50px !important;
  margin: 0 auto 20px auto;
}
.tesbox h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #444;
}
.tesbox h5 {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 15px 0;
  color: #555;
}
.tesbox p {
  padding: 0 4%;
  text-align: center;
}
.storiesleft .owl-nav {
  bottom: 0;
  margin-top: 40px;
  width: 100%;
}
.storiesleft .owl-carousel .owl-nav button.owl-next, .storiesleft .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  background: #ffffff;
  font-size: 55px;
  line-height: 30px;
  padding: 0 !important;
  outline: none;
  opacity: .6;
}
.storiesleft .owl-carousel .owl-nav button.owl-next:hover, .storiesleft .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.storiesleft .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.storiesleft .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 35px;
}
.storiesright {
  padding: 0 !important;
}
.storiesright img {
  width: 100%;
}
.faq {
  padding: 80px 0 50px 0;
  position: relative;
}
.faq:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/bg1.jpg");
  background-size: 100% 100%;
}
.faqleft {
  padding: 20px 60px 0 0 !important;
}
.faqleft img {
  width: 100%;
}
.faqright {
  padding: 0 !important;
}
.faq .panel-group {
  margin: 10px 0 0 0;
  background: none;
}
.faq .panel-group .panel {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.faq .panel-group .panel + .panel {
  margin: 5px 0;
}
.faq .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0 35px 0 20px;
  background: #f78f1e;
  position: relative;
  border-radius: 0;
}
.faq .panel-default .collapsed:after {
  content: '+' !important;
  font-size: 20px !important;
}
.faq .panel-default > .panel-heading:after {
  position: absolute;
  content: '-';
  font-size: 25px;
  line-height: 40px;
  text-align: right;
  color: #fff;
  font-weight: 400;
  width: 15px;
  top: 6px;
  right: 12px;
}
.faq .panel-title {
  margin: 0;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .4px;
  color: #ffffff;
  line-height: 21px;
}
.faq .panel-default .collapsed .panel-title {
  color: #fff;
}
.faq .panel-body {
  padding: 17px 20px;
  background: rgb(255 255 255 / 80%);
  border: none !important;
}
.faq .panel-body p {
  padding: 0;
  margin: 0;
}
.clients {
  padding: 50px 0 60px 0;
}
.clients .title {
  text-align: center;
}
.clients p {
  padding: 0 0 15px 0;
  margin: 0;
  text-align: center;
}
.clients img {
  width: 180px;
  margin: 20px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.clients img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
footer {
  padding: 190px 0 0 0;
  position: relative;
}
footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/bg2.jpg");
  background-size: 100% 100%;
}
.fbox {
  padding: 0 !important;
}
.fbox h4 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 13px 0;
  color: #444;
}
.fbox p {
  text-align: left;
  padding: 0 0 12px 0;
  margin: 0;
}
.fbox p svg {
  margin: 0 7px 0 0;
}
.fbox p a, .fbox p a:hover, .fbox p a:focus {
  color: #555;
}
.social {
  margin: 8px 0 0 0;
}
.social ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.social li {
  width: auto;
  list-style: none;
  margin: 0;
  border: none;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.social li a {
  display: block;
  color: #fff;
  font-size: 13px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  width: 38px;
  border-radius: 100%;
  background: #ffc8b9;
  line-height: 38px;
  text-align: center;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.social li a:hover {
  background: #f78f1e;
  color: #ffffff;
}
.fbox2 {
  padding: 0 0 0 40px !important;
}
.fcopy {
  margin: 80px 0 0 0;
  padding: 15px;
  background: rgb(255 210 206);
}
.fcopy p {
  text-align: center;
  padding: 0;
  font-size: 13px;
  margin: 0;
}
.to-top {
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 15px;
  display: none;
}
.to-top a.back-to-top {
  display: block;
  text-align: center;
  color: #f7901e;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
  background: #f7901e;
}
.bubblesmain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  opacity: .7;
}
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%
  }
  100% {
    margin-top: -30%
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%
  }
  100% {
    margin-top: -30%
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%
  }
  100% {
    margin-top: -30%
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: 25px
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: 25px
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: 25px
  }
}
.bb1 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 45%;
  background: #ffb739;
}
.bb2 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  background: #fc4fdd;
}
.bb3 {
  -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #5ed5cb;
}
.bb4 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #3de4a3;
}
.bb5 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #fc4fb1;
}
.bb6 {
  -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  background: #2c4aff;
}
.bb7 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  background: #ffb739;
}
.bb8 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  background: #8f3de4;
}
.bb9 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  background: #fff339;
}
.bb10 {
  -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  background: #fc4f4f;
}
.bubble {
  border-radius: 50%;
  box-shadow: none;
  height: 5px;
  position: absolute;
  width: 5px;
}
@media only screen and (max-width: 1200px) {
  ul.slimmenu li a {
    padding: 0 12px;
  }
  .slidetext h2 {
    font-size: 34px;
    line-height: 41px;
  }
  .slidetext h4 {
    font-size: 14px;
  }
  .title {
    font-size: 20px;
    line-height: 28px;
  }
  .abbox h3 {
    line-height: 39px;
    font-size: 15px;
  }
  .abbox h3:before {
    left: -37px;
  }
  .seobox {
    height: auto;
  }
  .tesbox p {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
  }
  .crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
  }
  ul.slimmenu li a {
    padding: 7px 0;
    letter-spacing: .4px;
    font-weight: 500;
  }
  ul.slimmenu li .sub-toggle {
    width: 25px;
  }
  ul.slimmenu li > ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  ul.slimmenu li:last-child a {
    padding: 0;
  }
  .slidetext h2 {
    font-size: 31px;
  }
  .slideimg {
    padding: 0 0 0 20px !important;
  }
  .slidetext h4 {
    font-size: 13px;
    line-height: 24px;
  }
  .btn1 {
    font-size: 11px;
    line-height: 35px;
    padding: 0 12px;
  }
  .wimgin {
    width: 50%;
    margin: 0 auto;
  }
  .slidetext {
    margin: 6% 0 0 0;
  }
  .slide-banner:before {
    height: 110%;
  }
  .about {
    padding: 80px 0 40px 0;
  }
  .ableft {
    padding: 40px 0 0 0 !important;
  }
  .title {
    text-align: center;
  }
  .ableft p {
    text-align: center;
  }
  .abbox p {
    text-align: left;
  }
  .why {
    padding: 60px 0 0 0;
  }
  .wimg, .why2 .wimg {
    padding: 0 0 40px 0 !important;
    margin: 0;
  }
  .wtext, .why2 .wtext {
    padding: 0 !important;
  }
  .wtext p {
    text-align: center;
  }
  .seo {
    padding: 40px 0;
  }
  .seopdd {
    padding: 0 0 40px 0 !important;
  }
  .seopdd2 {
    padding: 0 !important;
  }
  .wimg, .wtext {
    width: 100%;
  }
  .stories {
    padding: 40px 0;
  }
  .faq {
    padding: 40px 0;
  }
  .clients {
    padding: 40px 0;
  }
  .clients img {
    width: 140px;
  }
  footer {
    padding: 40px 0 0 0;
  }
  .fbox h4, .fbox p, .social ul {
    text-align: center;
  }
  .fbox2 {
    padding: 40px 0 0 0 !important;
  }
  .fcopy {
    margin: 40px 0 0 0;
  }
  .sub-toggle {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home {
    padding: 20px 0;
  }
  .logo img {
    width: 210px;
  }
  .menu-collapser {
    top: -37px;
  }
  .fixheader {
    padding: 14px 0;
  }
  .slideimg, .slidetext {
    width: 100%;
    padding: 0 !important;
  }
  .slideimg img {
    width: 65%;
    margin: 0 auto;
  }
  .slidetext {
    text-align: center;
  }
  .slidetext h3 {
    font-size: 11px;
    line-height: 23px;
  }
  .slidetext h2 {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    -webkit-text-stroke-width: 1.2px;
  }
  .slidetext h4 {
    font-size: 13px;
    text-align: center;
  }
  .slide-banner:before {
    height: 100%;
  }
  .circle1, .circle2, .circle3, .circle4 {
    opacity: .3;
  }
  .about {
    padding: 40px 0;
  }
  .title br {
    display: none;
  }
  .wimgin {
    width: 55%;
    padding: 40px 25px;
  }
  .title {
    font-size: 18px;
    line-height: 26px;
  }
  .whybox {
    padding: 25px 20px !important;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(247 143 30 / 6%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(247 143 30 / 6%);
    box-shadow: 0px 0px 30px 0px rgb(247 143 30 / 6%);
    margin: 0 0 20px 0;
  }
  .whybox img {
    width: 55px;
    margin: 0 auto 15px auto;
    float: none;
  }
  .whybox h4 {
    text-align: center;
  }
  .seobox img {
    width: 140px;
    margin: 0 auto 20px auto;
  }
  .whypdd {
    padding: 0 !important;
  }
  .faq .panel-title {
    margin: 0;
    padding: 7px 0;
    font-size: 14px;
  }
  .faq .panel-default > .panel-heading:after {
    top: -3px;
  }
  .enquiry input, .enquiry textarea, .enquiry select {
    margin: 0 0 12px 0;
    width: 100%;
    height: 46px;
  }
  .enquiry textarea {
    height: 90px;
  }
  .abbox p:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: .4;
  }
  .abbox p {
    text-align: center;
    padding: 15px 0;
    margin: 0;
  }
  .abbox p img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 15px auto;
  }
  .abbox {
    text-align: center;
  }
  .abbox h3 {
    color: #fff;
    padding: 0;
    margin: 0;
  }
  .abbox h3:before {
    display: none;
  }
  .seobox {
    padding: 18px !important;
  }
  .seobox h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .slidetext h2 {
    font-size: 24px;
  }
  .enquiry {
    padding: 18px;
  }
  .enquiry h3 {
    font-size: 15px;
  }
  .title {
    font-size: 17px;
  }
  .fixheader .crotate {
    top: 27px;
  }
}