@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1b1b1b;
}

a {
  color: #1b1b1b;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: #fff !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.h1,
h1 {
  font-size: 3rem;
}

.h2,
h2 {
  font-size: 2.5rem;
}

.h3,
h3 {
  font-size: 2rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.white-btn,
.black-btn,
.spl-btn {
  background-color: #fff;
  border: 1px solid #fff;
  white-space: nowrap;
  text-decoration: none;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 500;
  color: #7D55C7;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.black-btn {
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #fff;
}

.black-btn:hover {
  background-color: #fff;
  color: #1b1b1b;
  border: 1px solid #7D55C7;
}

.white-btn:hover {
  background-color: #1b1b1b;
  color: #fff !important;
  border: 1px solid #1b1b1b;
}

.spl-btn {
  color: #fff;
  border: none;
  background: #7e57c6;
}

.spl-btn:hover {
  background: #7D55C7;
  color: rgb(255, 255, 255) !important;
  border: none;
}

.txt-white {
  color: #fff !important
}

.c_table {
  width: 100%;
  height: 100%;
  display: table;
}

.c_table_c {
  width: 100%;
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.pt-25 {
  padding-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.plr-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.plr-10 {
  padding-left: 10%;
  padding-right: 10%;
}

.plr-20 {
  padding-left: 20%;
  padding-right: 20%;
}

.no-gutter>[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.secTitle {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s ease-out;
}

.bg-img:hover {
  background-size: 110%;
}

.wrapper {
  padding-left: 200px;
  /* border: 1px solid red; */
}

/*-------------------------------*/
/*Navigation Starts */
/*-------------------------------*/
.navbar {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1000;
}

.navbar.sidebar-nav {
  background: #7D55C7 url(../images/plates.png) no-repeat center bottom;
  /* background: #7D55C7 url(../images/plates.png) no-repeat center bottom;  */
  background-size: contain;
  border: none;
  display: inline-table;
  width: 200px;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 110;
  height: 100%;
  padding: 3rem 2rem;
  left: 0;
  overflow-x: hidden;
  text-align: center;
}

.navbar-brand {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.logo-desktop {
  display: block;
}

.logo-mob {
  display: none;
}


.navbar.sidebar-nav .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.navbar-nav .nav-item {
  margin: 16px 5px;
  position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
  margin: 0px 0;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-nav .nav-link {
  padding: 8px 1.25rem !important;
  text-transform: capitalize;
  font-size: 15px;
  color: #dbdbdb;
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.sidebar-nav .navbar-nav .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#xenav {
  margin-top: 40px;
}


.nav-toggler {
  position: absolute;
  top: 55.5%;
  left: 50%;
  margin: 0px 0px;
  margin-left: 0px;
  margin-left: -20px;
  width: 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 24px;
  cursor: pointer;
  color: #ffffff;
  display: block;
}

.nav-toggler .span-line {
  position: relative;
  display: block;
  width: 40px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 7px;
}

.nav-toggler .span-line.midle {
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-toggler:hover .span-line.midle {
  width: 40px;
}






.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 700ms;
  -moz-transition: all 0.3s ease 700ms;
  -ms-transition: all 0.3s ease 700ms;
  -o-transition: all 0.3s ease 700ms;
  transition: all 0.3s ease 700ms;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 1);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: none;
  padding: 0px 0px;
  border-radius: 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-menu .menu-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: table;
  width: 100%;
  vertical-align: middle;
  float: none;
}

.mobile-menu .menu-outer {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  float: none;
  text-align: center;
}

ul.scroll-nav,
ul.scroll-nav li {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}

ul.scroll-nav li a {
  font-size: 22px;
  color: #fff;
  padding: 10px 0;
  font-weight: 400;
  transition: all 0.3s ease;
}

ul.scroll-nav li a:hover {
  margin-left: 10px;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.80;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

/*toggle responsive*/
/* .navbar-toggler {
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background: #fff;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar.sidebar-nav .navbar-toggler span {
  background: #f3f3f3;
}



.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  -o-transition: -o-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 3px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
} */


/*Header Social Icons*/
.navbar .social-icons li a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
}

.sidebar-nav .social-icons {
  position: absolute;
  bottom: 30px;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0;
  margin: 0px;
}

ul.social-icons li {
  display: inline-block;
}

ul.social-icons li a {
  height: 36px;
  line-height: 36px;
  width: 36px;
  font-size: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0.1rem;
  text-align: center;
  display: block;
  color: #fff;
  background: #7D55C7;
}

.navbar .social-icons li a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
}

.navbar .social-icons li a:hover {
  color: #7D55C7;
  background: #fff;
}

@media (max-width: 767px) {
  .nav-toggler {
    top: 12px;
    left: auto;
    right: 22px;
  }

  .nav-toggler .txt {
    display: none;
  }
}

/*-------------------------------*/
/*wrapper on opened sidebar */
/*-------------------------------*/

.wrapper {
  padding-left: 200px;
}

.wrapper .full-screen {
  width: 100% !important;
}

/*-------------------------------*/
/*Banner Section */
/*-------------------------------*/
.bannerSec {
  height: 100vh;
  /*  background-image: url('../images/sliderBg-02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  position: relative;
}



.whatsappNumber {
  position: absolute;
  right: 5%;
  top: 5%;
}

.whatsappNumber a {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.whatsappNumber a:focus {
  color: #fff !important;
}

.bannerContent {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
}

.bannerTitle {
  color: #fff;
  font-size: 50px;
  line-height: 53px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  text-align: left;
  margin-left: 20%;
}

.bannerTitle span {
  color: #fb47a2;
}

.owl-carousalBox {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.owl-carousalBox::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.owl-carousalBox .owl-slide {
  position: relative;
  height: 100vh;
}

/*-------------------------------*/
/*About-Us Section */
/*-------------------------------*/

.aboutSec {
  position: relative;
  background-image: url(../images/square-grid.png);
  background-repeat: repeat;
}

.title-box {
  position: relative;
  text-align: center;
  padding-top: 10%;
}

.title-box .textOtline {
  position: absolute;
  letter-spacing: -10;
  left: 0;
  top: -8%;
  font-size: 14vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.20);
  text-shadow: none;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.10);
  left: 0;
  right: 0;
  line-height: normal;
}

.title-box p {
  margin-bottom: 0;
}

.aboutBox {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease;
  transform: scale(1);
}

.aboutBoxIcn {
  width: 40px;
  /* height: 25px;
   margin-left: -60px;
  float: left; */
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.aboutBoxTxt {
  position: relative;
  padding-left: 45px;
}

.aboutBoxTxt h4 {
  font-size: 1.1rem;
}

.aboutBox:hover {
  z-index: 1;
  transform: scale(1.05);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex [class*="col-"] {
  height: 100%;
}

/*-------------------------------*/
/*About-Us Section */
/*-------------------------------*/
.min-height {
  min-height: 80vh;
}

.serviceSec {
  position: relative;
  background-image: url(../images/serviceSec-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.serviceSec .title-box-vert {
  position: absolute;
  letter-spacing: -10;
  font-size: 12vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.90);
  text-shadow: none;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
  left: 160px;
  line-height: normal;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  bottom: 0;
}

.serviceTitle {
  text-align: right;
}

.serviceBox {
  margin-top: 30px;
  padding: 30px;
  background: transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: #3c2661;
}

.serviceBoxIcn {
  margin-bottom: 20px;
}

.serviceBoxTxt h4 {
  margin-bottom: 20px;
}

.serviceBox:hover {
  background: #3c2661;
  transform: scale(1.05);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

/*-------------------------------*/
/*PortFolio Section */
/*-------------------------------*/
.gallerySec {}

.galleryBox {
  position: relative;
  display: block;
}

.galleryBox .image {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
}

.galleryBox .image img {
  max-width: 100%;
}

.galleryBox a {
  display: block;
  color: #fff;
  font-weight: bold;
}

.galleryBox .lightbox-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.50);

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.galleryBox .lightbox-image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  background: url('../images/zoom-icon.png') center center no-repeat;
}

.galleryBox:hover .lightbox-image {
  opacity: 1;
}

/*-------------------------------*/
/*Upload Section */
/*-------------------------------*/

.uploadSec {
  position: relative;
  background-image: url(../images/uploadSec-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.uploadSec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.60);
}

.uploadSec .title-box-vert {
  position: absolute;
  letter-spacing: -10;
  font-size: 12vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.90);
  text-shadow: none;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
  left: 160px;
  line-height: normal;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  bottom: 0;
}

.uploadSec form {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.uploadSec input[type=file]::-webkit-file-upload-button {
  border: 1px solid #7e57c6;
  padding: .6em .9em;
  border-radius: .2em;
  background-color: #7e57c6;
  transition: 0.5s;
  color: #fff;

}

.uploadSec input[type=file]::file-selector-button {
  border: 1px solid #7e57c6;
  padding: .6em .9em;
  border-radius: .2em;
  background-color: #7e57c6;
  transition: 0.5s;
  color: #fff;
}

.uploadSec input[type=file]::-webkit-file-upload-button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: rgb(22, 22, 22);
}

.uploadSec input[type=file]::file-selector-button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: rgb(22, 22, 22);
}

.birdFlyBox {
  width: 748px;
  height: 331px;
  background-image: url(../images/uploadSec-img01.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-left: auto;
  margin-right: auto;
}

.birdFly {
  text-align: right;
  animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
}

@keyframes diving {
  0% {
    margin-top: 5px;
  }

  50% {
    margin-top: 15px;
  }

  100% {
    margin-top: 5px;
  }
}

@keyframes diving-rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(3deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/*-------------------------------*/
/*Get Qoute Section */
/*-------------------------------*/
.getqouteSec {
  background: url(../images/getQoute-bg.png) no-repeat 0% 0% /contain, url(../images/square-grid.png) repeat;
}

.getQouteForm {
  padding: 0 10%;
}

.getQouteForm h2 {
  margin-bottom: 25px;
}

.getQouteForm .form-control {
  font-style: italic;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*-------------------------------*/
/*Footer Section */
/*-------------------------------*/

.footerSec {
  background-color: #1d1d1d;
  color: #fff;
}

.mapFooter {
  min-height: 500px;
  width: 100%;
}

.subscribeBox {}

.subscribeTxt {
  background-color: transparent;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  padding-left: 0px;
  width: 80%;
  float: left;
}

.subscribeTxt:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.subscribeBtn {
  width: 20%;
  float: left;
  background-color: transparent;
  border: none;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
}

.subscribeBtn:hover {
  color: #7D55C7;
}

.subscribeBtn:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.socialmBox {}

.socialmBox a {
  display: inline-block;
  color: #fff;
  padding: 5px;
  font-size: 24px;
  margin: 0 5px;
}

.socialmBox a:hover {
  color: #7D55C7;
}
.tel-number{
    color: #fff;
    text-decoration: none;
    display:block;
}

/* ====Start Inner Pages==== */

@media (max-width: 1366px) {}

@media (max-width: 1200px) {}

@media (min-width: 1025px) and (max-width: 1091px) {
  .navbar-nav.ml-auto {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {

  .navbar-nav .nav-link {
    font-size: 13px;
  }

  .title-box-vert {
    display: none;
  }
}

@media (max-width: 992px) {

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .side-nav .navbar-nav .nav-link {
    font-size: 2rem;
  }

  .birdFlyBox {
    width: 100%;
    background-image: url(../images/uploadSec-img01.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
}

@media (max-width: 768px) {

  .footSocial,
  .footAdrs {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .logo-desktop {
    display: none;
  }

  .logo-mob {
    display: block;
  }

  .navbar-brand {
    margin-left: initial;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar.sidebar-nav {
    text-align: right;
  }

  .navbar.sidebar-nav {
    width: 100%;
    height: auto;
    padding: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper {
    padding-left: 0;
  }

  .sidebar-nav .social-icons {
    display: none;
  }

  .bannerTitle {
    margin-left: 0%;
    text-align: center;
  }

  .whatsappNumber {
    top: 9%;
  }

  .serviceTitle {
    text-align: center;
  }
}

@media screen and (orientation:landscape) and (max-width: 767px) {
  .whatsappNumber {
    top: 15%;
  }

  .bannerTitle {
    font-size: 25px;
    line-height: 27px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .whatsappNumber {
    top: 15%;
  }

  .bannerTitle {
    font-size: 35px;
    line-height: 30px;
  }

  .footSocial,
  .footAdrs {
    text-align: center;
  }
}