* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Biryani", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1b2024;
  font-style: normal;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

iframe {
  border: 1px solid #ccc;
}

.header-top-one {
  position: relative;
  font-size: 14px;
  color: #fff;
  background: #1b2024;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-top-one {
  font-size: 14px;
  color: #fff;
  font-family: "Biryani", sans-serif;
  font-weight: 400;
}

.header-top-one .top-left {
  position: relative;
  float: left;
  padding: 8px 50px 8px 0;
  line-height: 24px;
  background: #6cc8f1;
}

.header-top-one .top-left::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  background: #fff200;

  height: 100%;
  width: 2000px;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
}

.header-top-one .top-left {
  line-height: 24px;
}

.header-top-one .top-left .text {
  position: relative;
  z-index: 1;
  color: #231f20;
}

.header-top-one .top-right {
  position: relative;
  float: right;
  padding-top: 2px;
  line-height: 24px;
}

.header-top-one .top-right ul li {
  position: relative;
  float: left;
  margin-left: 40px;
  line-height: 24px;
  color: #e3e3e3;
  list-style: none;
}

.header-top-one .top-right ul li a {
  position: relative;
  display: block;
  padding-left: 26px;
  line-height: 11px;
  color: #e3e3e3;
  margin-top: 13px;
}

.header-top-one .top-right ul li a:hover {
  text-decoration: none;
}

.header-top-one .top-right ul li img {
  position: absolute;
  left: 0px;
  top: -4px;
}

.navbar-brand img {
  width: 50%;
}

.navigation-bar {
  transition: 500ms ease;
  background: white;
}

.navigation-bar.scrolled {
  background: #fff;
}

.logo-panel img {
  display: block;
  margin: 0 auto;
}

.navigation-bar {
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 8px 0;
}

.table td:first-child {
  background: linear-gradient(-135deg, #aa372c, #f69026);
  color: white;
}

.ts-title span {
  color: #b02122;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Biryani", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 14px;
  text-transform: uppercase;
  line-height: 1.5em;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #313437;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #fff200;
  text-decoration: none;
}

.bg-light {
  background: transparent !important;
  padding: 0;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  width: auto;
  margin-right: 0;
}

.dropdown-item {
  font-size: 13px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 3rem;
}

.main-header {
    /* background-image: url(../images/banner.jpg) !important; */
    background-color: #14212a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.thankyoubx {
  text-align: center;
  background-color: #f7f7f7;
  padding: 2.5rem;
  width: 100%;
}

.thankyoubx h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.thankyoubx img {
  display: block;
  margin: 0 auto;
  width: 10%;
  margin-bottom: 2.4rem;
}

.main-header h3 {
  font-family: "Biryani", sans-serif;
  color: #1b2024;
  font-size: 3.4rem;
  line-height: 58px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 2rem;
  font-weight: 400;
  margin-top: 5.2rem;
}

.main-header h3 span {
  font-weight: 800;
  display: inline-block;
  font-size: 4rem;
  background-color: #fff200;
  padding: 12px 2rem 2px;
}

.main-header ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.main-header ul li {
  list-style: none;
  color: #444;
  line-height: 1.7;
  font-size: 17px;
}

.main-header a {
  padding: 10px 30px;
  background-color: #fff200;
  color: #1b2024;
  font-weight: 600;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.main-header a:hover {
  background-color: #1b2024;
  color: #fff;
  text-decoration: none;
  outline: 3px solid #1b2024;
  outline-offset: 5px;
}

.man-img {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.icon-box {
  padding: 4rem 0;
}

.icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-main {
  flex: 0 0 25%;
}

.box-wrapper {
  display: flex;
  align-items: center;
}

.box-wrapper img:nth-child(1) {
  width: 28%;
  margin-right: 4rem;
}

.icon-box h2 {
  font-family: "Biryani", sans-serif;
  color: #1b2024;
  font-weight: 700;
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.6rem;
}

.icon-box h2 span {
  background-color: #fff200;
  color: #1b2024;
  padding: 7px 5px 3px;
  transform: translateY(-3px);
}

.services {
  padding: 9.6rem 0;
  background-image: url(../images/transparent-bg.png);
}

.title h2 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 12px;
  color: #1b2024;
  text-transform: uppercase;
}

.title hr.small {
  max-width: 60px;
  clear: both;
  height: 0;
  border: 3px solid #fff200;
  border-radius: 10px;
  transform: translateY(-5px);
}

.shadow-effect {
  background: #fff;
  padding: 30px 20px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  transition: all ease-out 0.2s;
}

.shadow-effect:hover {
  transform: translateY(-8px);
}

.services span.typcn {
  font-size: 70px;
  color: #3190e7;
}

.services h3 {
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-transform: uppercase;
}

.spacing-45 {
  padding-top: 3rem;
}

.services p {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.services .shadow-effect span img {
  margin-bottom: 15px;
  width: 35%;
}

.services a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff200;
  color: #1b2024;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 12px 18px 8px;
  text-shadow: none;
}

.services a.btn.btn-default:hover {
  background: #ffffff;
  color: #1b2024;
  border: 1px solid #fff200;
}

.services.home2 {
  text-align: center;
  padding-bottom: 75px;
}

.services.home2 p {
  padding: 0 8px;
}

.services.home3 .block-grid-item span.typcn {
  font-size: 54px;
  display: table-cell;
  line-height: 54px;
  float: left;
  margin-right: 15px;
}

.services.home3 .block-grid-item p {
  font-size: 15px;
}

.services.home3 .introtext-feature {
  overflow: hidden;
}

.whychoose {
  background-image: url(../images/img-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9.6rem 0;
}

.why-row {
  width: 50%;
  background-color: #fff;
  padding: 4rem;
}

.whychoose ul {
  list-style: none;
  margin-top: 3rem;
}

.whychoose ul li {
  font-size: 16px;
  margin-bottom: 1rem;
}

.whychoose ul li i {
  font-size: 2rem;
  margin-right: 1rem;
  position: relative;
  top: 4px;
}

.whychoose ul li span {
  font-size: 1.8rem;
  font-weight: 700;
}

.whychoose ul li p {
  font-size: 15px;
  margin-left: 3rem;
}

.block2 {
  display: flex;
  gap: 4.8rem;
  padding: 4.8rem 0;
}

.bleft,
.bright {
  flex: 0 0 50%;
}

.bRight img {
  width: 100%;
}

.bleft h2 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 2.5rem;
}

.bleft h2 span {
  font-weight: 800;
}

.partners {
  padding: 40px 0;
}

.partners h2 {
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 12px;
  text-rendering: optimizelegibility;
  color: #434954;
}

.partners h2 span {
  color: #67b9de;
}

.partners hr.small {
  max-width: 50px;
  clear: both;
  height: 0;
  margin: 0 auto;
  border: 1px solid #ccc;
  margin-bottom: 45px;
}

/*.partners img {
    border: 1px solid #ccc;
    opacity: .4;
    padding: 20px;
}


*/

.quote {
  padding: 9.6rem 0;
}

.quote-wrapper {
  display: flex;
}

.quote-left,
.quote-right {
  flex: 0 0 50%;
  color: #1b2024;
}

.quote-left {
  background-color: #fff200;
  padding: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  position: relative;
}

.quote-left img {
  position: absolute;
  left: 2rem;
  top: 1rem;
  width: 15%;
}

.quote-right {
  padding: 3.6rem 4.8rem 4.8rem;
  background-color: #fff200;
  margin-left: 6.2rem;
}

.quote-right h4 {
  color: #1b2024;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.quote-right .row {
  margin-bottom: 1.5rem;
}

.quote-left h2 {
  color: #1b2024;
  font-size: 3.2rem;
  font-weight: 800;
}

.quote-right::placeholder {
  color: #1b2024;
}

.quote-right input[type="text"] {
  font-size: 15px !important;
}

.quote-right select.form-control:not([size]):not([multiple]) {
  height: 55px;
  font-size: 15px;
}

.form-textarea {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(255 242 0 / 38%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 242 0 / 38%);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(255 242 0 / 38%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 242 0 / 38%);
}

.quote-right button {
  border: none;
  outline: none;
  width: 100%;
  font-size: 2.2rem;
  color: #fff200;
  background-color: #1b2024;
  text-align: center;
  padding: 2rem 0 1.3rem;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  cursor: pointer;
}

.quote-right button:hover,
.quote-right button:active {
  color: #1b2024;
  background-color: #ffff;
}

.top-title {
  background: linear-gradient(to right, #2a2d33, #fff200);
  background-size: auto auto;
  background-size: cover;
  border-bottom: 1px solid #cdcdcd;
  padding: 25px 0;
  box-shadow: 0px 3px 7px #8080809e;
}

.top-title .crumbs,
.top-title .crumbs a {
  color: #cdcdcd;
  font-size: 13px;
  margin-bottom: 10px;
}

.top-title .crumbs,
.top-title .crumbs a {
  color: #cdcdcd;
  font-size: 13px;
  margin-bottom: 10px;
}

.top-title .title {
  padding-bottom: 15px;
  margin: 0 0 20px 0;
}

.top-title .title h1 {
  position: relative;
  display: inline;
  margin-left: -15px;
  font-size: 32px;
  color: white;
}

.top-title .title .line-title {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -13px;
  position: absolute;
}

.line-title {
  background: #fff !important;
}

.main-content-box {
  padding: 30px 0 40px 0;
}

.main-content-box p {
  font-size: 15px;
  font-weight: 300;
  color: #434954;
  line-height: 30px;
  text-align: justify;
}

.main-content-box h1 {
  width: 100%;
  margin: 0px;
  font-size: 22px;
  padding-bottom: 20px;
  position: relative;
  color: #434954;
  margin-top: 30px;
}

.about-ul li {
  font-size: 15px;
  font-weight: 300;
  color: #434954;
  line-height: 30px;
  text-align: justify;
}

.main-content-box .shadow-effect {
  text-align: left;
}

.main-content-box .lightgray {
  background: #979796;
  color: #fff;
}

.main-content-box .number {
  margin-top: 15px;
  padding-top: 0;
}

.main-content-box .number {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.07em;
  padding: 4px;
  text-align: center;
  margin-top: 0;
  border-radius: 6px;
  margin-left: 5px;
}

.main-content-box h4 {
  color: #808080;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.3;
}

.main-content-box p {
  font-size: 14px;
  margin: 7px 0 17px 0;
  font-weight: 300;
}

.services-bxx {
  padding: 6.2rem 0;
  background-color: #f9f9f9;
  margin-bottom: 7.5rem;
}

.services-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4.8rem;
}

.mover {
  margin-bottom: 4.8rem;
}

.movers-wrpr {
  display: flex;
  margin-bottom: 9.6rem;
}

.wrbx {
  flex: 0 0 50%;
  padding: 5.2rem;
}

.wrbx h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.wrbx img {
  margin-bottom: 1.5rem;
}

.wr-one {
  background: #fff200;
}

.wr-two {
  background: #f9f9f9;
}

.sslide {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}

.sslide img {
  width: 100%;
}

.sslide h3 {
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sslide p {
  font-size: 1.4rem;
  font-weight: 500;
}

.contact-bx h4 {
  color: #313437;
  font-weight: 700;
}

.contact-bx img {
  width: 15%;
  margin-bottom: 1rem;
}

.contact-bx a {
  text-decoration: none;
  color: #313437;
  font-weight: 500;
}

.contact-bx span {
  padding-bottom: 7px;
  display: inline-block;
}

.main-content-box .number.blue {
  background: #3190e7;
  color: #fff;
}

.main-content-box .number.green {
  background: #28cb75;
  color: #fff;
}

section.contact-form {
  padding: 55px 0;
  overflow: hidden;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 34px;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 12px;
}

.contact-form h2 span {
  color: #67b9de;
}

.contact-form hr.small {
  max-width: 50px;
  border-color: #ccc;
  margin-top: 21px;
  margin-bottom: 21px;
  clear: both;
  height: 0;
  margin: 0 auto;
  border: 1px solid #313740;
}

#contactform {
  margin-top: 35px;
}

#contactform label {
  font-weight: 300;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="date"].form-control,
input[type="datetime"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="time"].form-control,
input[type="url"].form-control {
  font-size: 18px;
  height: 55px;
  padding: 5px 15px;
  width: 100%;
}

#contactform textarea.form-control {
  font-size: 16px;
  min-height: 260px;
}

#contactform input#submit {
  background: #14212a;
  cursor: pointer;
  margin: 15px auto 0;
  color: #fff;
  padding: 9px 39px 10px;
  font-size: 16px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table;
  transition: all 250ms ease-out 0s;
}

#contactform input#submit:hover {
  background: #fff200;
  color: #14212a;
}

.cont {
  margin-top: 30px;
}

.fb-box {
  height: 400px;
  overflow: hidden;
}

.twir-box {
  height: 400px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* ================================== Footer
==================================== */

section.footer {
  background: #14212a;
  padding: 60px 0;
  overflow: visible;
  margin-top: 50px;
}

.footer-elements {
  /*margin-top: -120px;*/
}

.footer-element {
  font-weight: 600;
  background: #fff200;
  padding: 15px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.footer-element i {
  display: block;
  font-size: 27px;
  color: #14212a;
  margin-bottom: 10px;
}

.footer-element p {
  font-size: 14px;
  color: #14212a;
  margin-bottom: 0;
}

.footer-elements .col-sm-3 {
  padding: 0;
}

.footer-element p span {
  display: block;
}

.footer-element p a {
  color: #14212a;
}

.footer-widgets {
  margin-top: 42px;
}

.footer-widget {
  padding-right: 25px;
}

.footer-widgets .small-logo {
  margin: 10px 0 15px;
}

.footer-widgets p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0;
}

.footer-widgets h5 {
  font-size: 18px;
  color: #fff;
  margin: 12px 0 20px;
  padding: 0;
}

.footer-widgets ul.posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widgets ul.posts li {
  padding: 9px 0;
  border-bottom: 1px solid #747474;
  font-size: 13px;
}

.footer-widgets ul.posts li:first-child {
  padding-top: 0;
}

.footer-widgets ul.posts li:last-child {
  border-bottom: 0;
}

.footer-widgets ul.posts li a {
  color: #ccc;
  transition: all 250ms ease-out 0s;
  text-transform: uppercase;
}

.footer-widgets ul.posts li a:hover {
  color: #fff;
}

.footer-widgets ul.posts li span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  color: #b9b9b8;
}

#mc_embed_signup {
  margin-top: 15px;
}

#mc_embed_signup input[type="email"] {
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  box-shadow: 0;
}

#mc_embed_signup input[type="submit"] {
  margin-top: 5px;
  transition: all 250ms ease-out 0s;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px 5px;
  border: 0;
  box-shadow: 0;
  color: #14212a;
  background: #fff200;
  font-weight: 600;
}

#mc_embed_signup input[type="submit"]:hover {
  background: #808080;
}

/* Social Buttons ---------------------- */

.social-links {
  margin: 20px 0 0;
  padding: 0;
}

.social-links li {
  list-style: none;
  display: inline-table;
}

.social-links li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

.social-links li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px #808080;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
  transition: box-shadow 0.15s, transform 0.15s;
}

.social-links li a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  box-shadow: inset 0 0 0 35px #009de0;
}

.footer-btm {
  background: #1c2a34;
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 13px;
}

.power {
  float: right;
}

.power a {
  color: #fff200;
}

.power a:hover {
  text-decoration: none;
}

.swiper {
  width: 100%;
  margin-top: 4.8rem;
}

.swiper-horizontal > .swiper-scrollbar {
  display: none;
}

.slider-test {
  padding: 4.8rem 0;
  background-color: #fcfcfc;
}

.swiper-slide blockquote {
  padding: 0 5.8rem;
  text-align: center;
  margin-top: 4.8rem;
}

.swiper-slide h3 {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}

.whsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99999;
  display: inline-block;
  width: 5%;
}

.whsapp img {
  width: 100%;
}

/* responsive */
@media (max-width: 75em) {
  .main-header h3 {
    font-size: 2.4rem;
  }

  .main-header h3 span {
    font-size: 3rem;
  }

  .services h3 {
    font-size: 14px;
  }
}

@media (max-width: 62em) {
  .why-row {
    width: 100%;
  }

  .quote-left h2 {
    font-size: 2.2rem;
  }

  .quote-right button {
    font-size: 1.8rem;
  }
}

@media (max-width: 60em) {
  .bleft h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

@media (max-width: 46em) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    margin-bottom: 1.5rem;
  }

  .navbar-nav {
    margin-top: 2rem;
  }

  .main-header {
    padding: 50px 0;
    background-position: unset;
  }

  .main-header h3 {
    font-size: 2rem;
  }

  .main-header h3 span {
    font-size: 2.4rem;
    display: block;
    width: fit-content;
  }

  .icon-main {
    flex: 0 0 50%;
  }

  .icon-wrapper {
    flex-wrap: wrap;
    row-gap: 3rem;
  }

  .shadow-effect {
    margin-bottom: 2.5rem;
  }

  .services .shadow-effect span img {
    width: 20%;
  }

  .title h2 {
    font-size: 2.4rem;
  }

  .quote-wrapper {
    flex-direction: column;
  }

  .quote-left img {
    width: 10%;
  }

  .mrb {
    margin-bottom: 1.5rem;
  }

  .footer-elements {
    display: none;
  }

  section.footer {
    margin-top: 0;
    padding: 35px 0;
  }

  .footer-widgets .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-widgets .col-sm-3:not(:last-child) {
    margin-bottom: 1rem;
  }

  .footer-btm {
    text-align: center;
  }

  .power {
    float: none;
  }

  .block2 {
    flex-direction: column-reverse;
    padding: 1.8rem 0;
  }

  .top-title {
    padding: 25px 15px;
  }

  .services-slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .movers-wrpr {
    flex-direction: column;
  }

  .movers-wrpr,
  .mover {
    margin-bottom: 0;
  }

  .main-content-box .shadow-effect {
    margin-bottom: 2.5rem;
  }

  .contact-bx img {
    width: 10%;
  }

  .left-header-bx {
    display: none;
  }

  .quote-right {
    margin-left: 0;
  }

  .thankyoubx img {
    width: 20%;
  }
}

@media (max-width: 35em) {
  .header-top-one .top-left {
    display: none;
  }

  .navbar-light .navbar-toggler i {
    font-size: 2.5rem;
  }

  .navbar-light .navbar-toggler {
    transform: translateX(-15px);
    padding: 1rem;
  }

  .navbar-brand img {
    width: 80%;
  }

  .navbar-light .navbar-brand {
    width: 50%;
  }

  .main-header {
    padding: 50px 15px;
  }

  .icon-box {
    padding: 4rem 1.5rem;
  }

  .services,
  .whychoose,
  .quote {
    padding: 9.6rem 1.5rem;
  }

  section.footer {
    padding: 35px 15px;
  }

  .top-title .title h1 {
    font-size: 26px;
  }

  .main-content-box {
    padding: 30px 15px 40px 15px;
  }

  .services-bxx {
    padding: 5.2rem 1.5rem;
  }

  .services-bxx {
    margin-bottom: 0;
  }

  .sslide h3 {
    font-size: 1.8rem;
  }

  .contact-form h2 {
    font-size: 24px;
  }

  #contactform {
    padding: 0 1.5rem;
  }
  
  .whsapp{
	   width: 15%;
  }
 
}

@media (max-width: 28em) {
	 .whsapp{
	   width: 15%;
  }
  
  .quote-right {
    padding: 3.6rem 2.8rem 2.8rem;
  }

  .quote-right h4 {
    color: #1b2024;
    font-size: 2rem;
  }
}

/*==========================WA================*/

.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF !important;
    border-radius: 0 10px 0;
    text-align: center;
    font-size: 18px;
    z-index: 10;
    border: 2px solid #023838;
    animation: headShake 2s infinite;
}
.floating-social-icons .wa-btn::after {
    content: "FREE Estimate";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 110px;
    height: 28px;
    color: #fbfbfb;
    font-size: 13px;
    top: -16px;
    right: 5px;
    border-radius: 10px;
    background-color: #bf1212;
    box-sizing: border-box;
}
.floating-social-icons .wa-btn a{
     color: #FFF !important;
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}
/*=========end==========*/

/*-------------WA Float ------- */



  .float {
            font-weight: 600;
            vertical-align: middle;
            padding: 18px;
            position: fixed;
            bottom: 80px;
            left: 25px;
            background-color: #4582ff;
            color: #FFF;
            border-radius: 50% 50%;
            text-align: center;
            font-size: 18px;
            z-index: 99;
            border: 2px solid #4582ff;
           /* animation: headShake 2s infinite; */
        }
		



		
		
		.my-float {
            color: #fff;
            margin:4px;
			text-align: center;
            vertical-align: middle;
            font-size: 30px;
        }




