@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2', 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: 10px 0;
  z-index: 999;
  position: relative;
}
p {
  font-size: 15px;
  text-align: justify;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
  letter-spacing: .2px;
  padding: 5px 0;
  color: #555;
}
.logo {
  padding: 0 !important;
}
.logo img {
  width: 220px;
  padding: 0;
  margin: 0;
  display: block;
}
.menu-collapser {
  position: absolute;
  top: -4px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 0;
  top: 30px;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
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: 0;
  min-width: 250px;
  border-radius: 10px;
  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: 65px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  letter-spacing: .2px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}
ul.slimmenu li:last-child a {
  padding: 0 0 0 17px;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #333;
  padding: 12px 0;
  letter-spacing: .4px;
  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: #ff2c00;
}
ul.slimmenu li.active a {
  color: #872f9a;
}
ul.slimmenu li a:hover {
  color: #e75bff;
}
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: 0;
  overflow: hidden;
  background: #000;
}
.slide-banner img {
  opacity: .8;
}
#homeslider {
  z-index: 2;
}
.particlecanvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.particlecanvas div {
  display: none;
}
.particlecanvas canvas {
  opacity: 1;
  z-index: -1;
}
.slide-banner .slideimg {
  width: 100%;
  opacity: .2;
}
.slidetext {
  position: absolute;
  width: 47%;
  top: 50%;
  text-align: left;
  left: 7%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slidetext img {
  width: 116px;
  margin: 0 0 15px 0;
  opacity: 1 !important;
}
.slidetext h3 {
  font-size: 29px;
  line-height: 37px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 0 10px 0;
  color: #ffffff;
}
.slidetext p {
  color: #fff;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 28px;
}
.btn1 {
  background: #653e6c;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  border: none;
  line-height: 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 30px 3px 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 25px 0px rgb(255 44 0 / 27%);
  -moz-box-shadow: 0px 5px 25px 0px rgb(255 44 0 / 27%);
  box-shadow: 0px 5px 25px 0px rgb(255 44 0 / 27%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.btn1:hover {
  color: #fff;
  background: #8e25a2;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
  background-image: none !important;
  position: absolute;
  top: auto;
  top: 46%;
  margin-top: -15px;
  background: none;
  width: 30px;
  height: 30px;
  z-index: 9;
  border-radius: 5px;
  padding: 6px;
  opacity: .5;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
  opacity: 1;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
  width: 100%;
}
.slide-banner .carousel-control.left {
  left: -55px;
}
.slide-banner .carousel-control.right {
  right: -55px;
}
.slide-banner:hover .carousel-control.left {
  left: 15px;
}
.slide-banner:hover .carousel-control.right {
  right: 15px;
}
.enquiry {
  width: 25%;
  padding: 25px 30px;
  margin: 0;
  background: rgba(0, 0, 0, .75);
  position: absolute;
  border-radius: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
  z-index: 99;
}
.enquiry h3, .inrenquiry h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 18px 0;
  color: #fff;
}
.enquiry input, .enquiry textarea, .inrenquiry input, .inrenquiry textarea {
  padding: 10px;
  margin: 0 0 10px 0;
  width: 100%;
  height: 45px;
  background: rgba(255, 255, 255, .25);
  box-sizing: border-box;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  border-radius: 0;
  letter-spacing: .8px;
  outline: none;
}
.enquiry textarea, .inrenquiry textarea {
  height: 95px;
  margin: 0 0 5px 0;
}
.enquiry input[type=submit], .inrenquiry input[type=submit] {
  background: #5d3464;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  height: 40px;
}
.enquiry form ::-webkit-input-placeholder {
  color: #fff;
}
.enquiry form ::-moz-placeholder {
  color: #fff;
}
.enquiry form :-ms-input-placeholder {
  color: #fff;
}
.enquiry form :-moz-placeholder {
  color: #fff;
}
.about {
  padding: 60px 0 30px 0;
  position: relative;
  text-align: center;
  background: url("../images/bg2.jpg");
  background-size: cover;
}
.ableft {
  padding: 0 60px 0 0 !important;
}
.ableft img {
  width: 100%;
}
.abright {
  padding: 0 !important;
}
.abright p {
  padding: 0 0 10px 0;
  margin: 0;
}
.title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: .4px;
  color: #333;
  margin: 0;
  padding: 0 0 17px 0;
}
.title span {
  color: #df02ff;
}
.about p {
  text-align: center;
  margin: 0;
}
.about .btn1 {
  margin: 20px auto 0 auto;
}
.services {
  padding: 100px 0;
  background: url("../images/bg1.jpg");
  background-size: 100% 100%;
}
.services .title, .solution .title, .testimonials .title, .california .title {
  text-align: center;
}
.serbox {
  margin: 25px 0;
  padding: 20px;
  border: 1px solid #c243f9;
  position: relative;
  overflow: hidden;
}
.serbox:before, .serbox:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 150px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -80px;
  left: -80px;
  background: #a975b3;
}
.serbox:after {
  top: auto;
  left: auto;
  right: -80px;
  bottom: -80px;
}
.serbox img {
  width: 210px !important;
  margin: 5px auto 20px auto;
  padding: 10px;
  border: 2px dashed #ffc5ba;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: .1s;
  -o-transition: 1s;
  transition: 1s;
}
.serbox:hover img {
  border: 2px solid #ffc5ba;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.serbox h4 {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
  letter-spacing: .2px;
  padding: 0 0 5px 0;
  color: #444;
}
.serbox p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.services .owl-dots {
  display: none;
}
.services .owl-nav {
  bottom: 0;
  margin: 15px 0 0 0;
  width: 100%;
}
.services .owl-carousel .owl-nav button.owl-next, .services .owl-carousel .owl-nav button.owl-prev, .blogs .owl-carousel .owl-nav button.owl-next, .blogs .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  background: #5d3464;
  color: #fff;
  border-radius: 25px;
  font-size: 24px;
  line-height: 22px;
  padding: 0 0 8px 0 !important;
  outline: none;
  opacity: .6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.services .owl-carousel .owl-nav button.owl-next:hover, .services .owl-carousel .owl-nav button.owl-prev:hover, .blogs .owl-carousel .owl-nav button.owl-next:hover, .blogs .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.services .owl-carousel .owl-nav button.owl-next {
  right: 50%;
  margin-right: -33px;
}
.services .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  margin-left: -33px;
}
.solution {
  padding: 60px 0;
  text-align: center;
  background: url(../images/bg2.jpg);
  background-size: cover;
}
.soleft {
  padding: 35px 25px !important;
  background: #5d3464;
  border-radius: 7px;
  -webkit-box-shadow: 0px 5px 25px 0px rgb(255 125 12 / 39%);
  -moz-box-shadow: 0px 5px 25px 0px rgb(255 125 12 / 39%);
  box-shadow: 0px 5px 25px 0px rgb(255 125 12 / 39%);
}
.soleft .title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 7px 0;
}
.soleft p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.btmimg img {
  width: 33%;
  margin: 35px auto 30px auto;
}
.soright {
  padding: 0 0 0 40px !important;
}
.solution ul {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
.solution ul li {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: .2px;
  border: 1px solid #fff;
  padding: 30px 0;
  color: #555;
  display: block;
  float: left;
  width: 33.333%;
  margin: 0;
  border-right: 1px solid #ffc5ba;
  border-bottom: 1px solid #ffc5ba;
}
.solution ul li:nth-child(3), .solution ul li:nth-child(6) {
  border-right: 0px solid #ffc5ba;
}
.solution ul li:nth-child(4), .solution ul li:nth-child(5), .solution ul li:nth-child(6) {
  border-bottom: 0px solid #ffc5ba;
}
.solution ul li img {
  width: 40px;
  margin: 0 auto 20px auto;
  -webkit-transition: 1s;
  -moz-transition: .1s;
  -o-transition: 1s;
  transition: 1s;
}
.solution ul li:hover img {
  -webkit-transform: rotateY(369deg);
  -moz-transform: rotateY(369deg);
  -o-transform: rotateY(369deg);
  transform: rotateY(369deg);
}
.solution a, .solution a:hover {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  border-radius: 25px;
  margin: 16px 0 0 0;
  padding: 12px 20px;
  color: #5d3464;
  letter-spacing: .4px;
  background: #ffffff;
}
.faqs {
  padding: 100px 0;
  background: url("../images/bg1.jpg");
  background-size: 100% 100%;
}
.faqleft {
  padding: 0 0 0 55px !important;
}
.faqleft ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.faqleft li {
  position: relative;
  margin: 60px 0 0 0;
  height: 4px;
  border-radius: 2px;
  background: #ccc;
}
.faqleft li .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #5f3666;
  overflow: visible !important;
  border-radius: 2px;
  -webkit-transition: width 1.2s ease-in-out;
  -o-transition: width 1.2s ease-in-out;
  transition: width 1.2s ease-in-out;
}
.faqleft li .progress-percent {
  position: absolute;
  top: -28px;
  right: 0;
  background-color: #333;
  color: #f9f9f9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 11px;
  border-radius: 2px
}
.faqleft li .progress-percent .counter {
  font-weight: 400;
  font-family: Lato, sans-serif
}
.progress-percent:after, .progress-percent:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.progress-percent:after {
  border-top-color: #333;
  border-width: 4px;
  left: 50%;
  margin-left: -4px
}
.progress-percent:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px
}
.faqleft li > span {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.faqright {
  padding: 0 !important;
}
.faqright .panel-group {
  margin: 15px 0 0 0;
}
.faqright .panel-group .panel + .panel {
  margin-top: 2px;
}
.faqright .panel-title {
  font-weight: 600;
  color: #444;
  padding: 6px 0;
}
.faqright .panel-group .panel {
  border-radius: 0;
  border: none;
  background: #f7f7f7;
}
.faqright .panel-heading {
  cursor: pointer;
  background: #dca1e6 !important;
  border-radius: 0;
}
.faqright .panel-body {
  padding: 10px 20px;
  border: none !important;
  background: #fff;
}
.faqright p {
  padding: 0;
  margin: 0;
  text-align: left;
}
.testimonials {
  padding: 20px 0 0 0;
  background: url(../images/bg2.jpg);
  background-size: cover;
}
.tesbox {
  margin: 20px 0 0 0;
}
.tesbox p {
  padding: 15px 50px;
  margin: 0;
  text-align: center;
}
.tesbox h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #444;
}
.tesbox img {
  width: 50px !important;
  margin: 0 auto 10px auto;
}
.tesbox h5 {
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #666;
}
.owl-dots {
  text-align: center;
  margin: 25px 0 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3e1944;
}
.owl-theme .owl-dots .owl-dot span {
  background: #a2a1a1;
  width: 16px;
  height: 8px;
  display: block;
  border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
  margin: 0 5px;
}
.california {
  padding: 80px 0;
  position: relative;
  background: url(../images/bg1.jpg);
  background-size: 100% 100%;
}
.california ul {
  margin: 15px 0 0 0;
  padding: 0;
  border: .5px solid #ccc;
  width: 100%;
  float: left;
}
.california li {
  list-style: none;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 29px;
  margin: 0;
  letter-spacing: .2px;
  padding: 10px;
  color: #555;
  display: block;
  width: 25%;
  float: left;
  border: .5px solid #ccc;
}
.divcircle {
  width: 55%;
  position: absolute;
  top: 56%;
  left: 50%;
  z-index: -1;
  opacity: .1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.divcircle img {
  width: 100%;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer {
  padding: 60px 0 0 0;
  background: url("../images/bg3.jpg");
  background-size: cover;
}
footer .hr1 {
  width: 35px;
  height: 10px;
}
footer .title {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
}
.fbox {
  padding: 25px !important;
  border: 1px solid #53606b;
  background: #53606b;
}
.fbox p {
  padding: 0 0 5px 0;
  margin: 0;
  text-align: left;
  color: #ababab;
}
.fbox p a, .fbox p a:hover {
  color: #ababab;
}
.fbox p svg {
  margin: 0 5px 0 0;
}
.social ul {
  text-align: left;
  margin: 10px 0 0 0;
  padding: 0;
}
.social ul li {
  display: inline-block;
}
.social ul li a {
  margin: 0 3px 0 0;
  color: #323b42;
  font-size: 13px;
  background: #ababab;
  display: block;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
.fbox2 {
  background: none;
}
.fbox2 ul {
  margin: 0;
  padding: 0;
}
.fbox2 li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33.3333%;
  float: left;
}
.fbox2 li a {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 12px 0;
  letter-spacing: .4px;
  padding: 0 0 0 27px;
  color: #ababab;
  display: inline-block;
  position: relative;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fbox2 ul li a:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/icon.png) no-repeat;
  background-size: 100% auto;
  top: 9px;
  left: 0;
}
.fbox2 li a:hover, .fbox2 li a:focus {
  color: #fff;
}
.fcopy {
  padding: 10px 15px;
  background: #293035;
  margin: 50px 0 0 0;
}
.fcopy p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  opacity: .5;
}
.fcopy .description a {
  color: #ffffff;
}
/*-----------------------------------------*/
.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: #ffffff;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  background: #99819e;
  opacity: 0.5;
  border-radius: 5px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
}
.innerbanner {
  width: 100%;
  padding: 55px 0;
  position: relative;
  background: #734a79;
  background: -moz-linear-gradient(-45deg, #734a79 0%, #947999 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #734a79), color-stop(100%, #947999));
  background: -webkit-linear-gradient(-45deg, #734a79 0%, #947999 100%);
  background: -o-linear-gradient(-45deg, #734a79 0%, #947999 100%);
  background: -ms-linear-gradient(-45deg, #734a79 0%, #947999 100%);
  background: linear-gradient(135deg, #734a79 0%, #947999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#734a79', endColorstr='#947999', GradientType=1);
}
.innerbanner img {
  width: 100%;
}
.innerbanner .breadcrumb {
  background: none !important;
  text-align: left;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.innerbanner .breadcrumb li a {
  font-size: 14px;
  line-height: 24px;
  padding: 7px 0;
  text-align: right;
  font-weight: 400;
  color: #fff;
  letter-spacing: .8px;
}
.innerpage {
  padding: 60px 0;
}
.innerpage p {
  margin: 0;
}
.innerpage h4 {
  font-size: 21px;
  text-align: left;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  letter-spacing: .2px;
  padding: 5px 0;
  color: #333;
}
.innleft {
  padding: 0 !important;
}
.innright {
  padding: 0 0 0 50px !important;
}
.inrenquiry {
  padding: 20px !important;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.inrenquiry input, .inrenquiry textarea {
  margin: 0 0 10px 0;
}
.inrenquiry input[type=submit] {
  width: 100%;
}
.inrcall {
  padding: 0 !important;
  border: 1px solid #5d3464;
  margin: 25px 0 0 0;
}
.inrcall img {
  width: 70%;
  margin: 25px auto 0 auto;
}
.inrcall a, .inrcall a:hover {
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
  letter-spacing: 1px;
  padding: 25px 15px;
  color: #333;
  display: block;
}
.inrcall a span {
  display: block;
  font-size: 13px;
  color: #fff;
  width: 100%;
  letter-spacing: .4px;
  padding: 7px 10px;
  margin: 12px auto 0 auto;
  border-radius: 25px;
  background: #6c4775;
}
.inrcall a span svg {
  margin: 0 7px 0 0;
}
.inrulbox {}
.inrulbox ul {
  margin: 0;
  padding: 5px 00;
}
.inrulbox ul li {
  list-style: none;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  letter-spacing: .2px;
  padding: 5px 0 5px 25px;
  color: #555;
  position: relative;
}
.inrulbox ul li:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/icon.png) no-repeat;
  background-size: 100% auto;
  top: 14px;
  left: 0;
}
.inrimg {
  float: right !important;
  padding: 10px 0 10px 30px !important;
}
.inrimg img {
  width: 100%;
  border: 1px solid #ccc;
}
.conmap {
  padding: 0 !important;
  margin: 40px 0 0 0;
}
.condet {
  padding: 0 !important;
}
.condet p {
  position: relative;
  padding: 5px 0 5px 50px;
}
.condet hr {
  margin: 12px 0;
}
.condet .hr1 {
  margin: 0 0 12px 0;
}
.condet p strong {
  display: block;
}
.condet p svg {
  margin: 0;
  color: #f92a00;
  border: 1px solid #dcdcdc;
  width: 32px !important;
  height: 32px;
  padding: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
.condet p a, .condet p a:hover {
  color: #555;
}
.discl {
  padding: 20px !important;
  margin: 0;
  border: 1px solid #53606b;
}
.discl p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ababab;
}
.caliinner {
  padding: 0 0 60px 0;
}
.innerpage .title {
  text-align: left;
}
.innerpage .hr1 {
  margin: 0 0 12px 0;
}
.inrenquiry h3 {
  color: #333;
}
.inrenquiry input, .inrenquiry textarea {
  background: rgba(0, 0, 0, .05);
  color: #444;
}
@media only screen and (max-width: 1200px) {
  .logo img {
    width: 195px;
  }
  ul.slimmenu li a {
    padding: 0 11px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .slidetext {
    top: 50%;
  }
  .slidetext h3 {
    font-size: 25px;
    line-height: 31px;
  }
  .slidetext p {}
  .enquiry {}
  .serbox img {
    width: 170px !important;
  }
  .solution a, .solution a:hover {
    font-size: 13px;
  }
  .title {
    font-size: 23px;
    line-height: 32px;
  }
  .soleft .title {
    font-size: 17px;
    line-height: 25px;
  }
  .fbox2 li {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .logo img {
    width: 155px;
  }
  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: 249px;
    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, ul.slimmenu li:last-child a {
    padding: 0;
    line-height: 50px;
    font-size: 12px;
  }
  ul.slimmenu li .sub-toggle {
    width: 15px;
  }
  ul.slimmenu li .sub-toggle svg {
    font-size: 12px;
    vertical-align: -8px;
  }
  .slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    padding: 4px
  }
  .slide-banner .carousel-control.left {
    left: 10px;
  }
  .slide-banner .carousel-control.right {
    right: 10px;
  }
  .slide-banner:hover .carousel-control.left {
    left: 10px;
  }
  .slide-banner:hover .carousel-control.right {
    right: 10px;
  }
  .slidetext img {
    width: 120px;
  }
  .slidetext p {
    padding: 0 80px;
    font-size: 13px;
    line-height: 24px;
  }
  .btn1 {
    font-size: 10px;
    line-height: 35px;
    letter-spacing: .4px;
    padding: 0 15px 3px 15px;
  }
  .slidetext h3 {
    font-size: 19px;
    line-height: 22px;
  }
  .slidetext {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .slidetext img {
    display: none;
  }
  .slidetext p {
    text-align: center;
  }
  .enquiry {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0;
    right: auto;
    top: auto;
    position: relative;
    background: #fff;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .enquiryin {
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    background: #75527b;
  }
  .about {
    padding: 50px 0;
  }
  .services {
    padding: 50px 0;
  }
  .serbox h4 {
    font-size: 15px;
  }
  .solution {
    padding: 20px 0 40px 0;
  }
  .soright {
    margin: 40px 0 0 0;
    padding: 0 !important;
  }
  .title {
    font-size: 21px;
    line-height: 29px;
  }
  .faqs {
    padding: 0 0 40px 0;
  }
  .faqs .title {
    text-align: center;
  }
  .faqleft {
    padding: 40px 0 0 0 !important;
  }
  .faqright .panel-title {
    font-size: 15px;
  }
  .testimonials {
    padding: 0;
  }
  .tesbox p {
    padding: 15px 0;
  }
  .california {
    padding: 40px 0;
  }
  footer {
    padding: 40px 0 0 0
  }
  footer .title {
    text-align: center;
    font-size: 16px;
  }
  .fbox p, .social ul {
    text-align: center;
  }
  .discl {
    margin: 40px 0 0 0;
  }
  .enquiry h3, .inrenquiry h3 {
    font-size: 17px;
  }
  .innright {
    padding: 40px 0 0 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .slidetext p {
    display: none;
  }
  .slidetext img {
    width: 80px;
    margin: 0 auto 11px auto;
  }
  .slidetext h3 {
    font-size: 17px;
    padding: 0 50px 15px 50px;
    line-height: 22px;
  }
  .enpdd {
    padding: 6px 0 !important;
  }
  .enquiry input[type=submit], .inrenquiry input[type=submit] {
    width: 100%;
    float: none;
  }
  .title {
    font-size: 20px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  .solution ul li {
    font-size: 13px;
  }
  .innerpage {
    padding: 40px 0;
  }
  .fcopy p {
    font-size: 12px;
  }
  .innerbanner {
    padding: 25px 0;
  }
  .innerbanner .breadcrumb li a {
    font-size: 12px;
  }
  .innerpage h4 {
    font-size: 16px;
  }
  .inrulbox ul li {
    font-size: 14px;
  }
  .inrcall a, .inrcall a:hover {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .slidetext h3 {
    font-size: 14px;
    padding: 0 40px 10px 40px;
    line-height: 20px;
  }
  .slidetext img {
    display: none;
  }
  .slidetext .btn1 {
    line-height: 23px;
    font-size: 8px;
    padding: 0 15px 3px 15px;
  }
  .slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    padding: 2px
  }
  .enquiry h3, .inrenquiry h3 {
    font-size: 15px;
  }
  .enquiry {
    padding: 15px;
  }
  .enquiryin {
    width: 100%;
  }
  .about {
    padding: 20px 0 0 0;
  }
  .title {
    font-size: 17px;
  }
  .btn1 {
    line-height: 28px;
    padding: 0 15px 0 15px;
  }
  .services .title {
    padding: 0;
  }
  .soleft {
    padding: 20px !important;
  }
  .soleft .title {
    font-size: 15px;
    line-height: 25px;
  }
  .solution ul li {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #ffc5ba !important;
  }
  .faqright .panel-title {
    font-size: 14px;
  }
  .tesbox h4 {
    font-size: 14px;
  }
  .fbox2 {
    margin: 20px 0 0 0;
  }
  .fbox2 li {
    width: 100%;
  }
  .discl {
    margin: 20px 0 0 0;
  }
}
.responsive-table {
  width: 100%;
  background: #fff;
  border: 15px solid #fff;
  margin: 20px 0 0 0;
  color: #333;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table a, .responsive-table a:hover {
  color: #333;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #68426f;
  border: 1px solid #ffffff;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th, .responsive-table td {
  padding: .5em;
  vertical-align: middle;
  border: 1px solid #fff;
}
@media (min-width: 30em) {
  .responsive-table th, .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th, .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th, .responsive-table td {
    padding: .75em;
    background: none;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.03);
  }
}
.responsive-table tbody tr {
  margin: 10px 0;
  border: 1px solid #ffffff;
  padding-bottom: 20px;
  background: #fff;
}
.responsive-table tbody tr:nth-child(even) {
  background: #ffedea;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #30a650;
  color: #fff;
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: center;
}
@media (min-width: 30em) {
  .responsive-table tbody td {
    border-bottom: 0px solid #fff2cc;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: center;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 13px;
  color: #333;
  display: none;
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .restable {
    height: 485px;
    padding: 0 5px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .responsive-table {
    border: 0px solid #1879ed;
    font-size: 13px;
    margin: 0;
  }
  .responsive-table tbody tr {
    margin: 0 0 10px 0;
    border: 1px solid #fd8b27;
    padding: 0;
  }
  .responsive-table th, .responsive-table td {
    padding: 10px;
    border: 0px solid #fff;
  }
  .faqleft li > span {
    font-size: 14px;
  }
  .faqright .panel-title {
    line-height: 21px;
    padding: 0;
  }
}
.fixheader {
  position: fixed;
  z-index: 9999;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}

