@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;
}
::-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;
}
header {
  position: absolute;
  z-index: 999;
}
.gradient-red {
  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);
}
.top-header a {
  font-size: 14px;
  line-height: 20px;
}
.fixheader {
  position: fixed;
  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);
}
.fixheader .top-header {
  display: none !important;
}
.fixheader .logo img {
  width: 240px;
}
.fixheader ul.slimmenu {
  margin: 0;
}
p {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #555;
}
.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: relative;
  float: right;
  top: 0;
  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: 17px;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  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: 2px 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
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: 210px;
  background: #fff;
  border-top: 2px solid #f78f1e;
  -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
}
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 10px;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  color: #555;
  font-weight: 500;
  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 10px;
}
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;
  font-weight: 400;
  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: #f78f1e;
}
ul.slimmenu li.active a {
  color: #f78f1e;
}
ul.slimmenu li a:hover {
  color: #f78f1e;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: -1px;
  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:first-child, ul.slimmenu > li.has-submenu + li {
  border-left: 0
}
.social {
  margin: 0;
}
.social ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.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: #ffffff;
  font-size: 15px;
  margin: 0 0 0 5px;
  padding: 0 5px;
  line-height: 20px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider {
  padding: 150px 0 70px 0;
}
.slider:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 129%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .12;
  background: url(../images/slide-bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.enquiry-form h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 2px;
  margin: 0;
}
.enquiry-form h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.enquiry-form input, .enquiry-form textarea {
  font-size: 14px;
  height: 40px;
  background: none;
  color: #fff;
  box-shadow: none !important;
  outline: none;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
}
.enquiry-form input[type=submit] {
  background: #fff;
  color: #f78f1e;
}
.enquiry-form textarea {
  height: 70px;
}
.enquiry-form {
  z-index: 9;
  padding: 30px;
}
.enquiry-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.enquiry-form ::-moz-placeholder {
  color: #ffffff;
}
.enquiry-form :-ms-input-placeholder {
  color: #ffffff;
}
.enquiry-form :-moz-placeholder {
  color: #ffffff;
}
.enquiry-form:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  opacity: .8;
  background: rgba(255, 37, 37, 1);
  background: -moz-linear-gradient(-45deg, rgba(255, 37, 37, 1) 0%, rgba(247, 143, 30, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 37, 37, 1)), color-stop(100%, rgba(247, 143, 30, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(255, 37, 37, 1) 0%, rgba(247, 143, 30, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 37, 37, 1) 0%, rgba(247, 143, 30, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 37, 37, 1) 0%, rgba(247, 143, 30, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 37, 37, 1) 0%, rgba(247, 143, 30, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2525', endColorstr='#f78f1e', GradientType=1);
}
.enquiry-form h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.enquiry-form a {
  font-size: 15px;
}
.slider-content h1 {
  color: #333;
  font-size: 34px;
  line-height: 44px;
  font-weight: 800;
}
.slider-content h1 span {
  color: #f78f1e;
  display: block;
}
.slider-content h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 3px;
  color: #fe2724;
  margin: 0;
}
.slider-content ul li {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.slider-content ul li img {
  width: 42px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #f78c1e;
}
.slider-content h4 {
  color: #f78f1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.slider-content h4 span {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  padding: 0 0 15px 0;
}
.title span {
  font-size: 15px;
  font-weight: 400;
  color: #f78f1e;
}
.title span i {
  background: #00c7ff;
  width: 80px;
  height: 1px;
}
.about {
  padding: 50px 0 0 0;
}
.about-right {
  margin-top: -150px !important;
}
.services {
  padding: 70px 0;
  background: #fff4e9;
}
#ser-1 {
  width: 200px;
}
#ser-2 {
  width: 185px;
}
#ser-3 {
  width: 155px;
}
#ser-4 {
  width: 178px;
}
#ser-5 {
  width: 200px;
}
.ser-box {
  width: 20%;
  z-index: 1;
  background: #fff;
  border-radius: 15px;
  margin: 0 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(247 140 30 / 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgb(247 140 30 / 0.1);
  box-shadow: 0px 5px 15px 0px rgb(247 140 30 / 0.1);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ser-box:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ser-img {
  height: 185px;
}
.process {
  padding: 70px 0;
}
.process-box {
  width: 14%;
  padding: 20px 10px 10px 10px;
  margin: 0 5px;
  background: #F8F8F8;
  border-radius: 10px;
}
.process-box p {
  font-size: 13px;
  line-height: 22px;
}
.process-box img {
  width: 35px;
  margin: 0 auto 20px auto;
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.process-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.why-us {
  padding: 60px 0;
  background: #fff4e9;
}
.why-text {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
}
.why-text img {
  width: 170px;
  border-radius: 100%;
  border: 2px solid #f9920c;
  -webkit-box-shadow: 0px 0px 0px 15px rgb(249 117 32 / 0.2);
  -moz-box-shadow: 0px 0px 0px 15px rgb(249 117 32 / 0.2);
  box-shadow: 0px 0px 0px 15px rgb(249 117 32 / 0.2);
}
.why-text .title {
  font-size: 23px;
  line-height: 28px;
  margin-top: 10px;
}
.why-box .why-img {
  width: 120px;
  padding: 15px;
  background: rgb(255 228 201);
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.why-box:hover .why-img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.why-box h4 {
  font-size: 17px;
  color: #333;
}
.why-box p {}
.testimonials {
  padding: 70px 0;
}
.test-box {
  padding: 30px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.test-box img {
  width: 80px;
}
.test-box h5 {
  font-size: 17px;
  color: #333;
}
.test-box h6 {
  color: #ffb040;
}
.test-box h6 svg {
  margin: 0 2px;
}
.google-review {
  border: 1px solid #cdcdcd;
  border-radius: 15px;
}
.google-review p {
  font-size: 20px;
}
.google-review img {
  width: 180px;
}
.clients {
  padding: 70px 0;
  background: #fff4e9;
}
.clients img {
  width: 180px;
  margin: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  -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);
}
.portfolio {
  padding: 70px 0;
}
.portfolio .owl-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.portfolio .owl-carousel button.owl-dot.active span {
  background: #f78f1e;
  width: 20px;
}
.portfolio .owl-carousel button.owl-dot span {
  background: #ccc;
  width: 20px;
  height: 8px;
  display: block;
  border-radius: 5px;
}
.portfolio .owl-carousel button.owl-dot {
  outline: none;
  margin: 0 6px;
  width: 20px;
  height: 8px;
}
.port-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.port-box .port-mask {
  top: 100%;
  left: 0;
  background: rgb(253 126 20 / 70%);
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.port-box:hover .port-mask {
  top: 0;
}
.plans {
  padding: 70px 0;
  background: #fff4e9;
}
.plan-box {
  padding: 0 20px 85px 20px;
  border: 2px solid #00cec9;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
.price-ribbon {
  background: #005699;
  color: #ffeb00;
  position: absolute;
  top: 17px;
  right: -32px;
  width: 128px;
  padding: 3px 20px;
  text-align: center;
  font-size: 14px;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 32px;
  z-index: 2;
}
.plan-box h4 {
  background: #00cec9;
  text-align: center;
  color: #fff;
  font-size: 17px;
  padding: 12px;
  margin: 0 -20px 20px -20px;
}
.plan-box h3 {
  color: #f78f1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin: 0 0 15px 0;
}
.plan-box2 {
  border-color: #0984e3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.plan-box2 h4 {
  background: #0984e3;
}
.plan-box3 {
  border-color: #a29bfe;
}
.plan-box3 h4 {
  background: #a29bfe;
}
.plan-box4 {
  border-color: #ff7675;
}
.plan-box4 h4 {
  background: #ff7675;
}
.plan-box h3 span {
  font-size: 15px;
  vertical-align: 9px;
}
.plan-box ul li {
  margin: 0;
  padding: 12px 0 12px 28px;
  list-style: none;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.plan-box ul li:last-child {
  border-bottom: none;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 20px 10px;
}
.plan-box ul li svg {
  position: absolute;
  left: 0;
  top: 15px;
}
.plan-box ul li:last-child span {
  color: #f78f1e;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.plan-box ul li .fa-check-circle {
  color: #4caf50;
}
.plan-box ul li .fa-times-circle {
  color: #cb3333;
}
.faq {
  padding: 70px 0;
}
.faq .accordion-body {
  padding: 20px 0;
}
.faq .accordion-item {
  background: rgb(255 255 255 / 10%);
  border: none;
}
.faq .accordion-button {
  box-shadow: none !important;
  font-weight: 600;
  font-size: 15px;
  background: #f78f1e;
  color: #fff;
  margin: 0 0 1px 0;
}
.faq .accordion-button::after {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #f78f1e;
}
#faq {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  margin-top: -20px;
}
.footer-top {
  margin: 0 0 70px 0;
}
.ft-img {
  width: 60px;
  background: rgb(255 255 255 / 30%);
  border-radius: 100%;
  padding: 5px;
}
.footer-call {
  padding: 15px;
  border-radius: 15px;
  margin: 15px 0;
  text-align: center;
  border: 2px dashed #fff;
}
.footer-call h6 {
  padding: 0;
  font-size: 21px;
  display: inline-block;
}
footer {
  background: #333;
}
.fbox h4 {
  color: #fff;
  font-size: 17px;
}
.fbox img {
  width: 197px;
  margin: 0 0 20px 0;
}
.fbox p {
  margin: 0;
  padding: 0 0 10px 0;
  color: #afafaf;
}
.fbox p a {
  color: #afafaf !important;
}
.fbox2 ul {
  margin: 0;
  padding: 0;
}
.fbox2 ul li {
  list-style: none;
}
.fbox2 ul li a {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #afafaf;
  display: inline-block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fbox2 ul li a:hover {
  color: #f78f1e;
}
.fbox3 p {
  padding: 5px 0 10px 30px;
  position: relative;
}
.fbox3 p a {
  color: #afafaf !important;
}
.fbox3 p svg {
  position: absolute;
  top: 12px;
  left: 0;
}
.fbox .social ul {
  text-align: left;
  margin: 10px 0 0 0;
}
.fbox .social ul li a {
  margin: 0 7px 0 0;
  font-size: 18px;
  color: #555;
}
.fbox .social ul li a:hover {
  color: #f78f1e;
}
.fcopy {
  margin: 35px 0 0 0;
  background: #222222;
}
.fcopy p {
  font-size: 13px;
  color: #ccc;
}
.fcopy p a {
  color: #ccc !important;
}
.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: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f97120;
  opacity: 0.5;
  border-radius: 7px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
}
.social-footer {
  padding: 35px 0 0 0;
  margin: 35px 0 0 0;
  border-top: 1px solid #4e4e4e;
}
.social-footer img {
  width: 70px;
  margin: 0 12px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.social-footer img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 1400px) {
  ul.slimmenu li a {
    padding: 0 7px;
    font-size: 11px;
  }
  .slider-content h1 {
    font-size: 30px;
  }
  .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .logo img {
    width: 200px;
  }
  .process-main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .process-box {
    width: 23%;
    margin: 10px 5px;
  }
  ul.slimmenu {
    margin: 0;
  }
  ul.slimmenu li a {
    padding: 0 3px;
    font-size: 10px;
  }
  ul.slimmenu li:last-child a {
    padding: 0 0 0 4px;
  }
  .slider {
    padding: 120px 0 60px 0;
  }
  .enquiry-form {
    padding: 20px;
  }
  .enquiry-form h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .enquiry-form h6 {
    font-size: 10px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .enquiry-form h5 {
    font-size: 20px;
  }
  .slider-content h1 {
    font-size: 28px;
  }
  .slider-content ul li {
    font-size: 14px;
  }
  .slider-content h4 {
    font-size: 27px;
  }
  .title {
    font-size: 23px;
    line-height: 28px;
  }
  .title span {
    font-size: 12px;
  }
  .about {
    padding: 0 0 50px 0;
  }
  .clients {
    padding: 50px 0 0 0;
  }
  .services {
    padding: 50px 0 30px 0;
  }
  #ser-1 {
    width: 150px;
  }
  #ser-2 {
    width: 140px;
  }
  #ser-3 {
    width: 155px;
  }
  #ser-4 {
    width: 170px;
  }
  #ser-5 {
    width: 130px;
  }
  .ser-img {
    height: 155px;
  }
  .ser-box:before {
    display: none;
  }
  .process, .why-us, .testimonials, .portfolio, .plans, .faq {
    padding: 50px 0;
  }
  .why-text .title {
    font-size: 18px;
  }
  .why-text {
    padding: 24px;
    min-height: 440px;
  }
  .plan-box h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .plan-box h4 {
    font-size: 14px;
    padding: 8px;
    margin: 0 -15px 15px -15px;
  }
  .plan-box {
    padding: 0 15px 100px 15px;
  }
  .plan-box ul li {
    font-size: 13px;
  }
  .footer-top {
    margin: 0 0 40px 0;
  }
  .fbox2 ul li a {
    font-size: 14px;
  }
  .about-right {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 992px) {
  ul.slimmenu {
    width: 250px;
    height: 100% !important;
    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;
  }
  .overlay {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.40);
    display: none;
  }
  .crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
  }
  .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;
    line-height: 35px;
  }
  ul.slimmenu li .sub-toggle {
    width: 25px;
  }
  ul.slimmenu li > ul {
    min-width: auto;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  ul.slimmenu li:last-child a {
    padding: 0;
  }
  .fixheader ul.slimmenu {
    margin: 0;
  }
  .slider-content ul li {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    display: block;
  }
  .ser-box {
    width: 33%;
  }
  .process-main:before {
    display: none;
  }
  .why-text {
    min-height: auto;
    background: #fff;
  }
  .why-box .why-img {
    width: 60px;
    margin: 0 auto;
  }
  .process, .why-us, .testimonials, .portfolio, .plans, .faq {
    padding: 40px 0;
  }
  .ft-img {
    width: 42px;
  }
  .footer-call h6 {
    font-size: 14px;
  }
  .fbox h4 {
    font-size: 16px;
  }
  .social-footer a {
    width: 50px;
  }
  .social-footer img {
    width: 60px;
  }
  .fbox .social ul {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .slider-content ul li img {
    display: block;
    margin: 0 auto 10px auto !important;
  }
  .ser-box {
    width: 46%;
    margin: 2%;
  }
  .why-box h4 {
    font-size: 15px;
  }
  .slider-content h1 {
    font-size: 23px;
  }
  .slider-content h6 {
    font-size: 11px;
    line-height: 17px;
  }
  .slider-content h4 {
    font-size: 24px;
  }
  .enquiry-form h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .title {
    font-size: 20px;
    line-height: 26px;
  }
  .slider {
    padding: 120px 0 30px 0;
  }
  .about {
    padding: 30px 0;
  }
  .services {
    padding: 30px 0 10px 0;
  }
  .test-box h5, .test-box h6 {
    font-size: 15px;
  }
  .google-review p {
    font-size: 16px;
  }
  .fbox3 p {
    padding: 5px 0 10px 0;
  }
  .fbox3 p svg {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 10px 0 0;
  }
  .fcopy p {
    font-size: 12px;
  }
  .fbox2 ul li {
    text-align: center;
  }
  .process-box {
    width: 30%;
  }
}
@media only screen and (max-width: 576px) {
  .process-box {
    width: 46%;
  }
  .social-footer img {
    width: 30px;
    margin: 0 5px;
  }
  .menu-collapser {
    position: absolute;
    top: 18px;
    right: 15px;
  }
  .slider {
    padding: 85px 0 30px 0;
  }
  .slider-content h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .slider-content ul {
    width: 100%;
  }
  .slider-content ul li {
    /* border: 1px solid #00c6fd; */
    border-radius: 10px;
    /* margin: 10px 0; */
  }
  .ser-box {
    width: 100%;
    margin: 15px 0;
  }
  .ser-box p {
    padding-bottom: 15px !important;
  }
  .services {
    padding: 30px 0;
  }
  .process-box .process-icon {
    width: 65px;
    height: 65px;
    font-size: 11px;
  }
  .test-box img {
    width: 60px;
  }
  .google-review img {
    width: 130px;
  }
  .ftbox {
    width: 100%;
  }
  .social-footer a {
    width: 35px;
  }
  .to-top a.back-to-top {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .about {
    padding: 0 0 30px 0;
  }
}